@import 'sm-module/sm-imageslider/_imageslider.less';
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
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: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  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: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
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: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  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: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
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: #c2c2c2;
}
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: #c2c2c2;
}
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: #c2c2c2;
}
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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 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: 1.2rem;
}
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,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.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,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > 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;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product: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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .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,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .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 {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .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: inline-block;
  margin: 0 0 5px;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .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-left: 10px;
}
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .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 {
  text-align: center;
  width: 47px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .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,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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 .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove: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: #1979c3;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove: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: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove: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: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.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 .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .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:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):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,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options: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:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product: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-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options: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:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  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: '\e622';
  font-family: 'icons-blank-theme';
  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,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  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: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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 5px;
}
.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,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.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: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .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 .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 .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 {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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 {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.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 {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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: 'icons-blank-theme';
  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-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 40px - 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 24px - 10px - 5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  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;
  right: 10px;
  left: 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: #999;
}
.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 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.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: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.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: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/furnicom/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Sm/furnicom/en_GB/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/Sm/furnicom/en_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Sm/furnicom/en_GB/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/Sm/furnicom/en_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Sm/furnicom/en_GB/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/Sm/furnicom/en_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Sm/furnicom/en_GB/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;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.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: #333;
  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: 10px;
}
.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.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Sm/furnicom/en_GB/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 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: 10px;
}
.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: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  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: 24px;
  line-height: 12px;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.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: #333;
  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;
}
._has-datepicker ~ .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;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .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 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Sm/furnicom/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Sm/furnicom/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.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;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  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: #333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.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: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.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-pointer {
  margin-left: -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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  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;
}
/**
     * @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: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#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: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  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 20px;
  padding: 0 0 10px;
  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: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.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 20px;
}
/**
 * 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/Sm/furnicom/en_GB/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/Sm/furnicom/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Sm/furnicom/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/furnicom/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Sm/furnicom/en_GB/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: 1.4rem;
  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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #fff;
  border: 1px solid #ccc;
  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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.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: 1280px;
}
[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: 1280px;
  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 #ccc;
  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 #ccc;
}
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 #ccc;
  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 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.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 {
  background: #ffffff;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.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;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.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 30px;
}
.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 #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 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,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.price-box .map-show-info {
  display: none !important;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Sm/furnicom/en_GB/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action,
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .cart.table-wrapper .actions-toolbar > .action.action,
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .action-gift.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Sm/furnicom/en_GB/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe,
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 .cart.table-wrapper .actions-toolbar > .action#ws-embedded-subscribe,
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 .action-gift#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Sm/furnicom/en_GB/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"] #maincontent,
[class*="cms-wesupply-store-details"] #maincontent,
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
[class*="cms-wesupply-store-locator"] #maincontent .embedded-iframe-container .page-title,
[class*="cms-wesupply-store-details"] #maincontent .embedded-iframe-container .page-title,
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
[class*="cms-wesupply-store-locator"] #maincontent .not-found,
[class*="cms-wesupply-store-details"] #maincontent .not-found,
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
[class*="cms-wesupply-store-locator"] .breadcrumbs,
[class*="cms-wesupply-store-details"] .breadcrumbs,
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../frontend/Magento/blank/en_GB/Mageplaza_Core/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #fff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000;
  border: 1px solid #000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../../frontend/Sm/furnicom/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Sm/furnicom/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../../frontend/Sm/furnicom/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Sm/furnicom/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #fff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.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 .primary {
  float: left;
}
.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 5px 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: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.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: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.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;
  float: right;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.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 {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.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: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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.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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.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: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 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: #333;
}
.field-tooltip .label {
  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 {
  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: 24px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 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;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  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: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.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 .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.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;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  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: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.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: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  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 + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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 #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  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: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  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%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.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;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.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: 20px;
}
.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: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.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: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 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-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  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: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 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: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 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;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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 button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.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 {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  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: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 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: 10px;
  top: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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-left: 20px;
}
.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 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.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-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 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 #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.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 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  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 {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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 #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Sm/furnicom/en_GB/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/Sm/furnicom/en_GB/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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 {
  margin-left: -5px;
}
.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: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.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: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.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: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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 .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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 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: 10px;
  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 10px 5px 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: 12px;
  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/Sm/furnicom/en_GB/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: 5px;
  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: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  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: #1979c3;
  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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.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: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  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: #1979c3;
  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;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 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: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.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: 10px 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 .box-tocart input.qty {
  height: 32px;
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-info:hover {
  z-index: 50;
}
.products-grid .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.products-grid .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.products-grid .product-item-details {
  padding-bottom: 30px;
}
.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: right;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -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 li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 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;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 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: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.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: 20px;
}
.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: '\e617';
  font-family: 'icons-blank-theme';
  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: '\e608';
}
.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 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 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: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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: 20px;
}
.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: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #fff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #fff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 20px auto;
  transition: background-color 0.15s;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #fff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #fff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #fff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #fff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #fff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #fff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #fff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  width: 100%;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
#braintree-applepay-checkout-btn,
#braintree-google-checkout-btn {
  width: 240px;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #ccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 35px;
}
.paypal-braintree-paylater-message-container-pdp {
  padding: 0 10px 10px;
}
.paypal-braintree-paylater-message-container-pdp .page-product-bundle,
.page-product-giftcard .paypal-braintree-paylater-message-container-pdp {
  padding: 0 0 10px;
}
.paypal-braintree-paylater-message-container-cart {
  padding: 0 15px;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .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,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .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: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .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: 14px;
    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;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe,
  #ws_embed_sms_notification.ws-left .cart.table-wrapper .actions-toolbar > .action#ws-embedded-subscribe,
  #ws_embed_sms_notification.ws-left .action-gift#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .block-margin.row {
    margin-right: -15px !important;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .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: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .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 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    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 {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .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 {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .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-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .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;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .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-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .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;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .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;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .owl-carousel .owl-item .product-item .product-item-info {
    background: none transparent !important;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .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,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar: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 #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .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: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .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;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 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: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 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;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    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-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .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: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .block-search {
    margin-top: 10px;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .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.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary {
    display: inline-block;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
  }
  .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.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .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: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    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: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FKraken_DisplayMsrpInline%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FWeSupply_Toolbox%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FWeltPixel_OwlCarouselSlider%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2FWeltPixel_OwlCarouselSlider%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%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%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%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%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%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%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2C4BAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%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%2CiBAAA%3B%3BAF%5C%2FNA%3BAMcA%2CKAAK%2CcA4CD%2CiBAGM%3BAC1EV%3BECLA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BAFND%2CKAAK%2CcA4CD%2CiBAGM%2CUE1CT%3BAFLD%2CKAAK%2CcA4CD%2CiBAGM%2CUEzCT%3BADjCD%2CYCgCC%3BADhCD%2CYCiCC%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CMAAC%3BAFlBD%2CKAAK%2CcA4CD%2CiBAGM%2CUE7BT%3BAD7CD%2CYC6CC%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BAFhCnB%2CKAAK%2CcA4CD%2CiBAGM%2CUEjBT%3BAF9BD%2CKAAK%2CcA4CD%2CiBAGM%2CUEhBT%3BAACD%2CQAAQ%2CUFhCR%2CMAAK%2CcA4CD%2CiBAGM%3BAC1EV%2CYCyDC%3BADzDD%2CYC0DC%3BAACD%2CQAAQ%2CUD3DR%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAR%5C%2FCA%2CMAAC%3BAMYL%2CKAAK%2CcA4CD%2CiBAGM%2CUN3DL%3BAOfL%2CYPeK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAS4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEPwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%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%3BEPtGD%2CYAAA%3B%3BAOqHA%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%3BEPrHD%2CcAAA%3B%3BAO0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEP%5C%2FHD%2CcAAA%3B%3BAOpBA%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%3BEPYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BEPtGD%2CYAAA%3B%3BAORA%2CMAAM%3BEPQN%2CYAAA%3BEONI%2CsBAAA%3B%3BAAGJ%3BEPGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiPA%2CgBAAA%3B%3BAOsGA%2CQAAC%3BEPtGD%2CYAAA%3B%3BAOqHA%2CQAAC%3BEPrHD%2CcAAA%3B%3BAO0HA%2CQAAC%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CQAAC%3BEP%5C%2FHD%2CcAAA%3B%3BAOEA%2CKAAK%3BEPFL%2CmBAAA%3BEOII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BEPuMD%2CYAAA%3B%3BAOQA%2CKAAK%3BEPRL%2CmBAAA%3B%3BAOvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BEPuMD%2CYAAA%3B%3BAOzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BEPyHD%2CqBAAA%3B%3BAOkBA%2CGAAG%3BEPlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAOsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BATrPJ%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%3BAQxRA%2CyBAmCI%2CsBAsBI%2CQAAO%3BAJkIf%2CeAKI%3BAK9KJ%2CYAGI%3BACKJ%3BACEA%3BACqCA%3BAC2DY%2C0BAVR%2CUAEK%2COAQI%3BAClIb%2CcAmBI%3BACLJ%2CoBAYI%3BAC5BJ%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAS9GA%2CyBAmCI%2CsBAsBI%2CQAAO%2CMUxDT%3BAd0LN%2CeAKI%2CwBc%5C%2FLE%3BATiBN%2CYAGI%2CKSpBE%3BARyBN%2CiBQzBM%3BAP2BN%2C0BO3BM%3BANgEN%2CMMhEM%3BAL2HM%2C0BAVR%2CUAEK%2COAQI%2CMK3HP%3BAJPN%2CcAmBI%2CWIZE%3BAHON%2CoBAYI%2CWGnBE%3BAFTN%2CcAII%2CcEKE%3BAFRN%2CqBAGI%2CcEKE%3BADTN%2CYA0DI%2CcAKI%2CQCtDF%3BEACE%2CSAAA%3B%3BAAopBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAT7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%3BAW7Dd%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEboBX%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BEMxHA%2CqBAAA%3BENwHA%2CkBAAA%3B%3BAM5MA%2CuBAAC%3BAACD%2CuBAAC%3BAYykBD%2CyBZ1kBC%3BAY0kBD%2CyBZzkBC%3BAWgFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXjFpB%3BAWiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXhFpB%3BAE7ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFDb%3BAE5ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFAb%3BAa7DD%2CkBAGI%2CQAAO%2CWbyDV%3BAa5DD%2CkBAGI%2CQAAO%2CWb0DV%3BAa5DD%2CuBAEI%2CQAAO%2CWbyDV%3BAa3DD%2CuBAEI%2CQAAO%2CWb0DV%3BAa3DD%2CqBACI%2CQAAO%2CWbyDV%3BAa1DD%2CqBACI%2CQAAO%2CWb0DV%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CuBAAC%3BAY6jBD%2CyBZ7jBC%3BAWoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXpEpB%3BAEzFD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFYb%3BAazED%2CkBAGI%2CQAAO%2CWbsEV%3BAaxED%2CuBAEI%2CQAAO%2CWbsEV%3BAavED%2CqBACI%2CQAAO%2CWbsEV%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAY%2BiBnB%2CyBZjjBC%3BAYijBD%2CyBZhjBC%3BAACD%2CQAAQ%2CUY%2BiBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXxDpB%3BAWwDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXvDpB%3BAACD%2CQAAQ%2CUWsDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAT7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFwBb%3BAErGD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFyBb%3BAACD%2CQAAQ%2CUEvGR%2C0BAmCI%2CsBAyCI%2CqBACM%3BAW7Dd%2CkBAGI%2CQAAO%2CWbkFV%3BAarFD%2CkBAGI%2CQAAO%2CWbmFV%3BAACD%2CQAAQ%2CUavFR%2CmBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%2CWbkFV%3BAapFD%2CuBAEI%2CQAAO%2CWbmFV%3BAACD%2CQAAQ%2CUatFR%2CwBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%2CWbkFV%3BAanFD%2CqBACI%2CQAAO%2CWbmFV%3BAACD%2CQAAQ%2CUarFR%2CsBACI%2CQAAO%3BEnBqQX%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAYkfD%2CyBZpfC%3BAYofD%2CyBZnfC%3BAYmfD%2CyBZlfC%3BAWPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXKpB%3BAWLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXMpB%3BAWNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXOpB%3BAEpKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFqFb%3BAElKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFsFb%3BAEnKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUFuFb%3BAapJD%2CkBAGI%2CQAAO%2CWb%2BIV%3BAalJD%2CkBAGI%2CQAAO%2CWbgJV%3BAanJD%2CkBAGI%2CQAAO%2CWbiJV%3BAanJD%2CuBAEI%2CQAAO%2CWb%2BIV%3BAajJD%2CuBAEI%2CQAAO%2CWbgJV%3BAalJD%2CuBAEI%2CQAAO%2CWbiJV%3BAalJD%2CqBACI%2CQAAO%2CWb%2BIV%3BAahJD%2CqBACI%2CQAAO%2CWbgJV%3BAajJD%2CqBACI%2CQAAO%2CWbiJV%3BEACG%2CqBAAA%3B%3BAF9FJ%2CKAAK%2CcA%2BFD%2Ccc9IJ%3BAEdA%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%3BAGyEA%2CgCAkCI%2CSACI%2CcH5GR%3BAIhCA%2CcA8II%2CcJ9GJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAd4CJ%2CKAAK%2CcA%2BFD%2Ccc9IJ%2CGAKK%3BAEnBL%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%2CGAKK%3BAGoEL%2CgCAkCI%2CSACI%2CcH5GR%2CGAKK%3BAIrCL%2CcA8II%2CcJ9GJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAdyCR%2CKAAK%2CcA%2BFD%2CccpIJ%3BAExBA%2CkBAoDI%2CeA4BI%2CSAEI%2CcF1DZ%3BAG%2BDA%2CgCAkCI%2CSACI%2CcHlGR%3BAI1CA%2CcA8II%2CcJpGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAK9CJ%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEjB0NR%2CWAAA%3B%3BAFhJA%2CKAAK%2CcA0GD%3BAoBoBJ%2CeAmBI%3BAHvHJ%2CgCAKI%3BEHaA%2CYAAA%3BEACA%2CqBAAA%3B%3BAd7CJ%2CKAAK%2CcA0GD%2CuBc3DA%3BAM%2BEJ%2CeAmBI%2CuBNlGA%3BAGrBJ%2CgCAKI%2CuBHgBA%3BEACI%2CgBAAA%3B%3BAOzGR%2CgBACI%2COAOI%3BEzBkQR%2CiBAAA%3BEkB9HI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAO9IJ%2CgBACI%2COAOI%2CaP%2BHJ%3BEACI%2CgBAAA%3B%3BAG7ER%2C2BACI%3BAAuBJ%2CgCACI%3BARkFJ%2C8BACI%3BAExDJ%2CcACI%3BAI%5C%2FBJ%2CeACI%3BEDqEJ%2CmBAAA%3B%3BAG5FA%2C2BACI%2CaH6FF%3BAGtEF%2CgCACI%2CaHqEF%3BALaF%2C8BACI%2CaKdF%3BAH1CF%2CcACI%2CaGyCF%3BACxEF%2CeACI%2CaDuEF%3BElBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA0B9RA%2CwBACI%2COR6LA%3BAOvFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%3BAIhMJ%2CcJgMI%3BAJ9LJ%2CcACI%2COI6LA%3BASrHJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%3BAHiCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%3BAHkCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%3BEAnBJ%2CmBAAA%3B%3BAQ3KA%2CwBACI%2COR6LA%2CaAjBF%3BAOtEF%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%2CaAjBF%3BAI%5C%2FKF%2CcJgMI%2CaAjBF%3BAJ7KF%2CcACI%2COI6LA%2CaAjBF%3BASpGF%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%2CaAjBF%3BAHkDF%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAjBF%3BAHmDF%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAjBF%3BElBiHF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA0B9RA%2CwBACI%2COR6LA%2CaAGM%3BAO1FV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSPoEd%2CaAGM%3BAInMV%2CcJgMI%2CaAGM%3BAJjMV%2CcACI%2COI6LA%2CaAGM%3BASxHV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTmHd%2CaAGM%3BAH8BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAGM%3BAH%2BBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGpCd%2CaAGM%3BEACE%2CiBAAA%3B%3BAQlMZ%2CwBACI%2CORqMA%3BAO%5C%2FFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%3BAIxMJ%2CcJwMI%3BAJtMJ%2CcACI%2COIqMA%3BAS7HJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%3BAHyBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%3BAH0BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAQxMR%2CwBACI%2CORqMA%2CWAIM%3BAOnGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%2CWAIM%3BAI5MV%2CcJwMI%2CWAIM%3BAJ1MV%2CcACI%2COIqMA%2CWAIM%3BASjIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%2CWAIM%3BAHqBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAIM%3BAHsBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAIM%3BElBoFV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA0B9RA%2CwBACI%2CORqMA%2CWAQM%3BAOvGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP4Ed%2CWAQM%3BAIhNV%2CcJwMI%2CWAQM%3BAJ9MV%2CcACI%2COIqMA%2CWAQM%3BASrIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CST2Hd%2CWAQM%3BAHiBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAQM%3BAHkBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG5Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAQhNZ%2CwBACI%2CORmNA%2CeACI%2CEAAC%3BAO9GT%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP0Fd%2CeACI%2CEAAC%3BAIvNT%2CcJsNI%2CeACI%2CEAAC%3BAJrNT%2CcACI%2COImNA%2CeACI%2CEAAC%3BAS5IT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTyId%2CeACI%2CEAAC%3BAHUT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeACI%2CEAAC%3BAHWT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAQtNZ%2CwBACI%2CORmNA%2CeAKI%3BAOlHR%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSP0Fd%2CeAKI%3BAI3NR%2CcJsNI%2CeAKI%3BAJzNR%2CcACI%2COImNA%2CeAKI%3BAShJR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSTyId%2CeAKI%3BAHMR%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeAKI%3BAHOR%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGdd%2CeAKI%3BEACI%2CmBAAA%3B%3BAGnMZ%3BARwFI%2CSAAC%3BEepEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA5BFA%2CoBAAC%3BAACD%2CoBAAC%3BAqBpBD%2CqBrBmBC%3BAqBnBD%2CqBrBoBC%3BAaoEG%2CSAAC%2CSbrEJ%3BAaqEG%2CSAAC%2CSbpEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAqBzBD%2CqBrByBC%3BAa%2BDG%2CSAAC%2CSb%5C%2FDJ%3BEACG%2CWAAA%3B%3BAkBoLJ%2CoBUvLA%3BAPvBA%2CqBOuBA%3BAfiEI%2CSAAC%2CSejEL%3BEAEI%2CeAAA%3BE5B8OJ%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAR7CD%2CqBOuBA%2CeCsBC%3BAhB2CG%2CSAAC%2CSejEL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzPgB%2CO9ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAR1DL%2CqBOuBA%2CeCkCC%2CMACI%3BAhB8BD%2CSAAC%2CSejEL%2CeCkCC%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CoBDzCJ%2CeCwCC%2COACI%3BARhEL%2CqBOuBA%2CeCwCC%2COACI%3BAhBwBD%2CSAAC%2CSejEL%2CeCwCC%2COACI%3BE7BuML%2CcAAA%3B%3BA4BqEA%2CoBArTA%2CeAqTC%3BAP5UD%2CqBOuBA%2CeAqTC%3BAfpPG%2CSAAC%2CSejEL%2CeAqTC%3BE5BrED%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAR7CD%2CqBOuBA%2CeAqTC%2COC%5C%2FRA%3BAhB2CG%2CSAAC%2CSejEL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BxOc%2CO9BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAR1DL%2CqBOuBA%2CeAqTC%2COCnRA%2CMACI%3BAhB8BD%2CSAAC%2CSejEL%2CeAqTC%2COCnRA%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BARhEL%2CqBOuBA%2CeAqTC%2COC7QA%2COACI%3BAhBwBD%2CSAAC%2CSejEL%2CeAqTC%2COC7QA%2COACI%3BE7BuML%2CcAAA%3B%3BAkBzDA%2CoBUAA%3BAP9MA%2CqBO8MA%3BAftHI%2CSAAC%2CSesHL%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBzDA%2CoBUAA%2CYAsBI%3BAPpOJ%2CqBO8MA%2CYAsBI%3BAf5IA%2CSAAC%2CSesHL%2CYAsBI%3BE5BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA4B3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAP5OT%2CqBO8MA%2CYAsBI%2CGAQK%3BAfpJL%2CSAAC%2CSesHL%2CYAsBI%2CGAQK%3BE5B2BT%2CmBAAA%3BE4BzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAPtiBD%2CqBO8MA%2CYAuVC%3BAPriBD%2CqBO8MA%2CYAwVC%3BAf9cG%2CSAAC%2CSesHL%2CYAuVC%3BAf7cG%2CSAAC%2CSesHL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAP%5C%2FiBD%2CqBO8MA%2CYAiWC%3BAfvdG%2CSAAC%2CSesHL%2CYAiWC%3BEACG%2CiBAAA%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAPrjBD%2CqBO8MA%2CYAuWC%3BAf7dG%2CSAAC%2CSesHL%2CYAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAP%5C%2FfD%2CqBO8MA%2CYAiTC%3BAfvaG%2CSAAC%2CSesHL%2CYAiTC%3BE5BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4B6PA%2CoBAtTA%2CYAsTC%3BAPpgBD%2CqBO8MA%2CYAsTC%3BAf5aG%2CSAAC%2CSesHL%2CYAsTC%3BE5B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CoBAAC%3BAP3PD%2CqBO2PC%3BAfnKG%2CSAAC%2CSemKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAP9PJ%2CqBO2PC%2COAGG%3BAftKA%2CSAAC%2CSemKJ%2COAGG%3BEACI%2CcAAA%3B%3BAGxRR%2COACI%2CgBAkCI%2CKACI%3BAvB5BZ%2CyBAYI%2CYAAW%3BAJ0EP%2CKAfH%2CcAYD%2CKAGK%2CIACG%3BAqBUZ%2CQA0CI%2CoBACI%2CKACI%3BAJxHZ%2CyBACI%2COAAM%2CIAAK%3BAA2Ef%2CgCAaI%2CKACI%3BAWtHR%2CMAAM%2CQAmBF%2CSACI%3BAnBsOA%2C0BADJ%2CYACK%3BAS3PT%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAH5ChB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAqDA%2CcAFM%2CSACV%2CSACK%2CKA8CG%2CYACI%2CMAAK%3BAclJD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BEfkOpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAOrBJ%3BATnOA%3BAACA%3BEEiQI%2CmBAAA%3B%3BANrLJ%2CSAKI%2CMASI%2CQAAO%3BEZqMf%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAXyPA%2C6BWSE%3BAjBvMF%2CSAKI%2CMASI%2CQAAO%2COiByLb%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2C6BAAC%3BAjBqDD%2CSAKI%2CMASI%2CQAAO%2COiBnEd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAjBwCL%2CSAKI%2CMASI%2CQAAO%2COiBvDd%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2C6BADH%2COACI%3BAjBkCL%2CSAKI%2CMASI%2CQAAO%2COiBjDd%2COACI%3BE7BqPL%2CcAAA%3B%3BADjJA%2CiBmBiJM%2CInBjJL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmB4IM%2CInB5IL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmBuIM%2CInBvIL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAqB7QA%2CKAAK%2CaAAa%2CMACd%3BAalBJ%2CmBACI%3BACoQA%2CSAAU%2CQAAC%2COAAO%3BAhBrPtB%2CKAAK%2CSAAS%2CMACV%3BEDiSJ%2CcAAA%3B%3BAdzKQ%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%3BAgCxGd%2CYAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BA5BxGR%2C0BA6BI%3BA6BzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAnCcvB%2CaAGI%2CiBACI%3BAQmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%3BA4BJd%2CqBACI%3BEzCuPJ%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEYyIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAnBlMA%2C0BAAC%3BAKJO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CILIb%3BAqC5GD%2CYAgFI%2CmBrC4BH%3BAsC5HD%2C%2BBAGI%2C4BAMI%2CatCmHP%3BAuCjHD%2CmBvCiHC%3BAwCjID%2CwBAiFI%2C0BASI%2CexCuCP%3BAY%5C%2FID%2C0BA6BI%2CaZkHH%3BAyC3IW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzC0ItB%3BAM5HD%2CaAGI%2CiBACI%2CeNwHP%3BAcrGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUdmGb%3BAcpGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUdmGb%3BA0CvGD%2CqBACI%2Ce1CsGH%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAKTO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CILSb%3BAqCjHD%2CYAgFI%2CmBrCiCH%3BAsCjID%2C%2BBAGI%2C4BAMI%2CatCwHP%3BAuCtHD%2CmBvCsHC%3BAwCtID%2CwBAiFI%2C0BASI%2CexC4CP%3BAYpJD%2C0BA6BI%2CaZuHH%3BAyChJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzC%2BItB%3BAMjID%2CaAGI%2CiBACI%2CeN6HP%3BAc1GO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUdwGb%3BAczGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUdwGb%3BA0C5GD%2CqBACI%2Ce1C2GH%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAKdO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CILcb%3BAqCtHD%2CYAgFI%2CmBrCsCH%3BAsCtID%2C%2BBAGI%2C4BAMI%2CatC6HP%3BAuC3HD%2CmBvC2HC%3BAwC3ID%2CwBAiFI%2C0BASI%2CexCiDP%3BAYzJD%2C0BA6BI%2CaZ4HH%3BAyCrJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzCoJtB%3BAMtID%2CaAGI%2CiBACI%2CeNkIP%3BAc%5C%2FGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUd6Gb%3BAc9GO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUd6Gb%3BA0CjHD%2CqBACI%2Ce1CgHH%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAF%5C%2FDO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIE6Db%3BAF7DO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIE8Db%3BAF9DO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIE%2BDb%3BA8BvKD%2CYAgFI%2CmB9BqFH%3BA8BrKD%2CYAgFI%2CmB9BsFH%3BA8BtKD%2CYAgFI%2CmB9BuFH%3BA%2BBvLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FB4KP%3BA%2BBrLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FB6KP%3BA%2BBtLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FB8KP%3BAgC5KD%2CmBhC0KC%3BAgC1KD%2CmBhC2KC%3BAgC3KD%2CmBhC4KC%3BAiC5LD%2CwBAiFI%2C0BASI%2CejCgGP%3BAiC1LD%2CwBAiFI%2C0BASI%2CejCiGP%3BAiC3LD%2CwBAiFI%2C0BASI%2CejCkGP%3BAK1MD%2C0BA6BI%2CaL2KH%3BAKxMD%2C0BA6BI%2CaL4KH%3BAKzMD%2C0BA6BI%2CaL6KH%3BAkCtMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlCmMtB%3BAkCpMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlCoMtB%3BAkCrMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlCqMtB%3BADvLD%2CaAGI%2CiBACI%2CeCiLP%3BADrLD%2CaAGI%2CiBACI%2CeCkLP%3BADtLD%2CaAGI%2CiBACI%2CeCmLP%3BAOhKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP4Jb%3BAO9JO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP6Jb%3BAO%5C%2FJO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUP8Jb%3BAO%5C%2FJO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP4Jb%3BAO7JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP6Jb%3BAO9JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUP8Jb%3BAmClKD%2CqBACI%2CenC%2BJH%3BAmChKD%2CqBACI%2CenCgKH%3BAmCjKD%2CqBACI%2CenCiKH%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAFtEX%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIEoEb%3BAFpEO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIEqEb%3BAACD%2CQAAQ%2CUFtEA%2CMA5DH%2CcA2DD%2CQACK%2CKAAK%3BAgCxGd%2CYAgFI%2CmB9B4FH%3BA8B5KD%2CYAgFI%2CmB9B6FH%3BAACD%2CQAAQ%2CU8B9KR%2CaAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBmLP%3BA%2BB5LD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBoLP%3BAACD%2CQAAQ%2CU%2BB9LR%2CgCAGI%2C4BAMI%3BACER%2CmBhCiLC%3BAgCjLD%2CmBhCkLC%3BAACD%2CQAAQ%2CUgCnLR%3BAChBA%2CwBAiFI%2C0BASI%2CejCuGP%3BAiCjMD%2CwBAiFI%2C0BASI%2CejCwGP%3BAACD%2CQAAQ%2CUiCnMR%2CyBAiFI%2C0BASI%3BA5BxGR%2C0BA6BI%2CaLkLH%3BAK%5C%2FMD%2C0BA6BI%2CaLmLH%3BAACD%2CQAAQ%2CUKjNR%2C2BA6BI%3BA6BzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlC0MtB%3BAkC3MW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlC2MtB%3BAACD%2CQAAQ%2CUkC7MI%2CMAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAnCcvB%2CaAGI%2CiBACI%2CeCwLP%3BAD5LD%2CaAGI%2CiBACI%2CeCyLP%3BAACD%2CQAAQ%2CUD9LR%2CcAGI%2CiBACI%3BAQmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUPmKb%3BAOrKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUPoKb%3BAACD%2CQAAQ%2CUOvKA%2CkBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUPmKb%3BAOpKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUPoKb%3BAACD%2CQAAQ%2CUOtKA%2CeAAe%2CUApClB%2CMAAM%2COAqCG%3BA4BJd%2CqBACI%2CenCsKH%3BAmCvKD%2CqBACI%2CenCuKH%3BAACD%2CQAAQ%2CUmCzKR%2CsBACI%3BEzCuPJ%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAF3EI%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIcwMb%3BAdxMO%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%2CIcyMb%2CIAAI%3BAkBjTL%2CYAgFI%2CmBlBgOH%3BAkBhTD%2CYAgFI%2CmBlBiOH%2CIAAI%3BAmBjUL%2C%2BBAGI%2C4BAMI%2CanBuTP%3BAmBhUD%2C%2BBAGI%2C4BAMI%2CanBwTP%2CIAAI%3BAoBtTL%2CmBpBqTC%3BAoBrTD%2CmBpBsTC%2CIAAI%3BAqBtUL%2CwBAiFI%2C0BASI%2CerB2OP%3BAqBrUD%2CwBAiFI%2C0BASI%2CerB4OP%2CIAAI%3BAPpVL%2C0BA6BI%2CaOsTH%3BAPnVD%2C0BA6BI%2CaOuTH%2CIAAI%3BAsBhVO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMtB8UtB%3BAsB%5C%2FUW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMtB%2BUtB%2CIAAI%3BAbjUL%2CaAGI%2CiBACI%2Cea4TP%3BAbhUD%2CaAGI%2CiBACI%2Cea6TP%2CIAAI%3BAL1SG%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUKuSb%3BALzSO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUKwSb%2CIAAI%3BALzSG%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUKuSb%3BALxSO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUKwSb%2CIAAI%3BAuB5SL%2CqBACI%2CevB0SH%3BAuB3SD%2CqBACI%2CevB2SH%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwFI%2CeADJ%2CQACK%3BAG5aT%2CwBH2aI%2CQACK%3BAG3aT%2CuBH0aI%2CQACK%3BAwB7aT%2CqBxB4aI%2CQACK%3BAS7aT%2CmBT4aI%2CQACK%3BAyB7aT%2CKAAK%2CKAAK%2COzB4aN%2CQACK%3BElB7IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEYyIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAqBI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAnB3NJ%2CkBAAC%3BAmB8RO%2CeADJ%2CQACK%2COnB9RR%3BAsB9ID%2CwBH2aI%2CQACK%2COnB9RR%3BAsB7ID%2CuBH0aI%2CQACK%2COnB9RR%3BA2C%5C%2FID%2CqBxB4aI%2CQACK%2COnB9RR%3BA4B%5C%2FID%2CmBT4aI%2CQACK%2COnB9RR%3BA4C%5C%2FID%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COnB9RR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CkBAAC%3BAmByRO%2CeADJ%2CQACK%2COnBzRR%3BAsBnJD%2CwBH2aI%2CQACK%2COnBzRR%3BAsBlJD%2CuBH0aI%2CQACK%2COnBzRR%3BA2CpJD%2CqBxB4aI%2CQACK%2COnBzRR%3BA4BpJD%2CmBT4aI%2CQACK%2COnBzRR%3BA4CpJD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COnBzRR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CkBAAC%3BAmBoRO%2CeADJ%2CQACK%2COnBpRR%3BAsBxJD%2CwBH2aI%2CQACK%2COnBpRR%3BAsBvJD%2CuBH0aI%2CQACK%2COnBpRR%3BA2CzJD%2CqBxB4aI%2CQACK%2COnBpRR%3BA4BzJD%2CmBT4aI%2CQACK%2COnBpRR%3BA4CzJD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COnBpRR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CkBAAC%3BAYmOO%2CeADJ%2CQACK%2COZrOR%3BAYqOO%2CeADJ%2CQACK%2COZpOR%3BAYoOO%2CeADJ%2CQACK%2COZnOR%3BAezMD%2CwBH2aI%2CQACK%2COZrOR%3BAevMD%2CwBH2aI%2CQACK%2COZpOR%3BAexMD%2CwBH2aI%2CQACK%2COZnOR%3BAexMD%2CuBH0aI%2CQACK%2COZrOR%3BAetMD%2CuBH0aI%2CQACK%2COZpOR%3BAevMD%2CuBH0aI%2CQACK%2COZnOR%3BAoC1MD%2CqBxB4aI%2CQACK%2COZrOR%3BAoCxMD%2CqBxB4aI%2CQACK%2COZpOR%3BAoCzMD%2CqBxB4aI%2CQACK%2COZnOR%3BAqB1MD%2CmBT4aI%2CQACK%2COZrOR%3BAqBxMD%2CmBT4aI%2CQACK%2COZpOR%3BAqBzMD%2CmBT4aI%2CQACK%2COZnOR%3BAqC1MD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZrOR%3BAqCxMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZpOR%3BAqCzMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZnOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CQAAQ%2CUAAW%3BAY4NX%2CeADJ%2CQACK%2COZ9NR%3BAY8NO%2CeADJ%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUY4NA%2CgBADJ%2CQACK%3BAG5aT%2CwBH2aI%2CQACK%2COZ9NR%3BAe9MD%2CwBH2aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUehNR%2CyBH2aI%2CQACK%3BAG3aT%2CuBH0aI%2CQACK%2COZ9NR%3BAe7MD%2CuBH0aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUe%5C%2FMR%2CwBH0aI%2CQACK%3BAwB7aT%2CqBxB4aI%2CQACK%2COZ9NR%3BAoC%5C%2FMD%2CqBxB4aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUoCjNR%2CsBxB4aI%2CQACK%3BAS7aT%2CmBT4aI%2CQACK%2COZ9NR%3BAqB%5C%2FMD%2CmBT4aI%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUqBjNR%2CoBT4aI%2CQACK%3BAyB7aT%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZ9NR%3BAqC%5C%2FMD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COZ7NR%3BAACD%2CQAAQ%2CUqCjNR%2CMAAK%2CKAAK%2COzB4aN%2CQACK%3BElB7IT%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAYuNI%2CeADJ%2CQACK%2COA1FR%3BAA0FO%2CeADJ%2CQACK%2COAzFR%2CIAAI%3BAGnVL%2CwBH2aI%2CQACK%2COA1FR%3BAGlVD%2CwBH2aI%2CQACK%2COAzFR%2CIAAI%3BAGlVL%2CuBH0aI%2CQACK%2COA1FR%3BAGjVD%2CuBH0aI%2CQACK%2COAzFR%2CIAAI%3BAwBpVL%2CqBxB4aI%2CQACK%2COA1FR%3BAwBnVD%2CqBxB4aI%2CQACK%2COAzFR%2CIAAI%3BASpVL%2CmBT4aI%2CQACK%2COA1FR%3BASnVD%2CmBT4aI%2CQACK%2COAzFR%2CIAAI%3BAyBpVL%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COA1FR%3BAyBnVD%2CKAAK%2CKAAK%2COzB4aN%2CQACK%2COAzFR%2CIAAI%3BEACD%2CgBAAA%3B%3BAGpVJ%2CwBH8XI%3BAG7XJ%2CuBH6XI%3BAwB%5C%2FXJ%2CqBxB%2BXI%3BAS%5C%2FXJ%2CmBT%2BXI%3BAyB%5C%2FXJ%2CKAAK%2CKAAK%2COzB%2BXN%3BEACI%2CmBAAA%3B%3BAG%5C%2FXR%2CwBH8XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAGlYhB%2CuBH6XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAwBpYhB%2CqBxB%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BASpYhB%2CmBT%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAyBpYhB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAGI%2COACK%2CIAAI%2CSACD%3BEACI%2CUAAA%3B%3BAGpYpB%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAG5YlB%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAwB9YlB%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAS9YlB%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAyB9YlB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BEAOE%2CWAAA%3B%3BAGpZpB%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAG9YzB%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAwBhZzB%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAShZzB%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAyBhZzB%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAGhZ5B%2CwBH8XI%2CUA2BI%2CQACI%3BAGzZZ%2CuBH6XI%2CUA2BI%2CQACI%3BAwB3ZZ%2CqBxB%2BXI%2CUA2BI%2CQACI%3BAS3ZZ%2CmBT%2BXI%2CUA2BI%2CQACI%3BAyB3ZZ%2CKAAK%2CKAAK%2COzB%2BXN%2CUA2BI%2CQACI%3BEACI%2CSAAA%3B%3BAG3ZhB%2CwBHgaI%2CSACK%3BAGhaT%2CuBH%2BZI%2CSACK%3BAwBlaT%2CqBxBiaI%2CSACK%3BASlaT%2CmBTiaI%2CSACK%3BAyBlaT%2CKAAK%2CKAAK%2COzBiaN%2CSACK%3BEACG%2CgBAAA%3B%3BAGlaZ%2CwBHsaI%3BAGraJ%2CuBHqaI%3BAwBvaJ%2CqBxBuaI%3BASvaJ%2CmBTuaI%3BAyBvaJ%2CKAAK%2CKAAK%2COzBuaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAb%5C%2FPI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEL3JjB%2CSAAA%3BEACA%2CkBAAA%3B%3BA4CCQ%2CSAJF%2CSAIG%2CSACK%3BAADN%2CSAHF%2CUAAU%2CSAGP%2CSACK%3BAxC4EN%2CKAfH%2CcAYD%2CKAGK%2CIAMG%3BAoBqDJ%2CiBAhBJ%2CQAgBK%2CSAGG%3BAAHJ%2CiBAhBJ%2CQAgBK%2CSAgCG%3BAf1KZ%2CqBACI%3BA8BFJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAMxHR%2CwBAoFI%2COACI%3BApBjBA%2CSADJ%2CUACK%2CMACK%3BAAmBd%2CQACI%2CQAAO%2CKAYH%2CSACK%3BAAsCb%2CMAAM%2COACF%2COACI%3BAAUR%2CYACI%3BAqB1HJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BANhDnB%2CsBAcI%2CUAAS%2CSACJ%3BAOjBT%2CYACI%2CuBAGI%2COAGI%3BAnCiBZ%2CuBACI%3BACqIJ%2C2BAKI%2CsBAII%2CUACM%3BAAiBd%2CuBACI%2CoBACI%3BASxMR%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BA0B3JtB%2CMAAM%2CWA0CF%3BAjCyFJ%2CcAKI%2CcAOI%3BAkCjJR%2CYACI%2CeAEI%2COACI%3BA9BmHJ%2CcAFM%2CSACV%2CSACK%2CKAwBG%2CaACI%3BEnB5HhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkDdI%2CsBAAC%2CcAGG%2CsBAQI%3BElDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkB8VW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAkB%2BVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BAIkCD%2CKAAK%2CcA4CD%2CiBJ%5C%2FEH%3BAImCD%2CKAAK%2CcA4CD%2CiBJ9EH%3BAIkCD%2CKAAK%2CcA%2BFD%2CcJlIH%3BAImCD%2CKAAK%2CcA%2BFD%2CcJjIH%3BAwBgKD%2CeAGI%2CcAWM%2CWxB%5C%2FKT%3BAwBiKD%2CeAGI%2CcAWM%2CWxB9KT%3BASxBD%2CmBTuBC%3BASvBD%2CmBTwBC%3BASQD%2CyBTTC%3BASSD%2CyBTRC%3BAmDxCD%2CsBnDuCC%3BAmDvCD%2CsBnDwCC%3BAoCiDO%2CYADJ%2COACK%2CUpClDR%3BAoCkDO%2CYADJ%2COACK%2CUpCjDR%3BAoB3BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBxDX%3BAoB1BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBvDX%3BAyBsCD%2CSACI%2CUAWI%2COzBnDP%3BAyBuCD%2CSACI%2CUAWI%2COzBlDP%3BA8CGD%2C0BACI%2CkB9CLH%3BA8CID%2C0BACI%2CkB9CJH%3BAK1BD%2CaLyBC%3BAKzBD%2CaL0BC%3BAKoDD%2CgBAgCI%2CSLrFH%3BAKqDD%2CgBAgCI%2CSLpFH%3BAKgGD%2CoBACI%2CoBLlGH%3BAKiGD%2CoBACI%2CoBLjGH%3BAKgGD%2CoBAEI%2CkCLnGH%3BAKiGD%2CoBAEI%2CkCLlGH%3BAqB4DD%2CgCAkCI%2CSACI%2CcrBhGP%3BAqB6DD%2CgCAkCI%2CSACI%2CcrB%5C%2FFP%3BAoDXD%2CmBpDUC%3BAoDVD%2CmBpDWC%3BAoD%2BED%2CYAAa%2CMAAK%2CMAGd%2CepDnFH%3BAoDgFD%2CYAAa%2CMAAK%2CMAGd%2CepDlFH%3BAoDgFD%2CkBAEI%2CepDnFH%3BAoDiFD%2CkBAEI%2CepDlFH%3BAoDiFD%2CmBACI%2CepDnFH%3BAoDkFD%2CmBACI%2CepDlFH%3BAoD8HD%2CcAKI%2CSpDpIH%3BAoD%2BHD%2CcAKI%2CSpDnIH%3BAqDtCD%2CUAWI%2CgBrD0BH%3BAqDrCD%2CUAWI%2CgBrD2BH%3BAsB7CD%2CcA8II%2CctBlGH%3BAsB5CD%2CcA8II%2CctBjGH%3BAsB7CD%2CcAuJI%2COtB3GH%3BAsB5CD%2CcAuJI%2COtB1GH%3BAsB7CD%2CcAkMI%2CetBtJH%3BAsB5CD%2CcAkMI%2CetBrJH%3BAmC6GD%2CgBACI%2CiBnC%5C%2FGH%3BAmC8GD%2CgBACI%2CiBnC9GH%3BAqB5CD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAqB3CD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BAqB3CD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAqB1CD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BA0C7CD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BA0C5CD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BA2B7CD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BA2B5CD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BA2C7CD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BA2C5CD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkByVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BAI6BD%2CKAAK%2CcA4CD%2CiBJzEH%3BAI6BD%2CKAAK%2CcA%2BFD%2CcJ5HH%3BAwB2JD%2CeAGI%2CcAWM%2CWxBzKT%3BAS7BD%2CmBT6BC%3BASGD%2CyBTHC%3BAmD7CD%2CsBnD6CC%3BAoC4CO%2CYADJ%2COACK%2CUpC5CR%3BAoBhCD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBlDX%3BAyBiCD%2CSACI%2CUAWI%2COzB7CP%3BA8CFD%2C0BACI%2CkB9CCH%3BAK%5C%2FBD%2CaL%2BBC%3BAK%2BCD%2CgBAgCI%2CSL%5C%2FEH%3BAK2FD%2CoBACI%2CoBL5FH%3BAK2FD%2CoBAEI%2CkCL7FH%3BAqBuDD%2CgCAkCI%2CSACI%2CcrB1FP%3BAoDhBD%2CmBpDgBC%3BAoD0ED%2CYAAa%2CMAAK%2CMAGd%2CepD7EH%3BAoD2ED%2CkBAEI%2CepD7EH%3BAoD4ED%2CmBACI%2CepD7EH%3BAoDyHD%2CcAKI%2CSpD9HH%3BAqD3CD%2CUAWI%2CgBrDgCH%3BAsBlDD%2CcA8II%2CctB5FH%3BAsBlDD%2CcAuJI%2COtBrGH%3BAsBlDD%2CcAkMI%2CetBhJH%3BAmCwGD%2CgBACI%2CiBnCzGH%3BAqBjDD%2CwBH8XI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BAqBhDD%2CuBH6XI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BA0ClDD%2CqBxB%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BA2BlDD%2CmBT%2BXI%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BA2ClDD%2CKAAK%2CKAAK%2COzB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BEACG%2CWAAA%3B%3BAkBqnCJ%2CeACI%3BAA2BJ%3BAapsCA%2COACI%2CgBAqBI%3BAvBdR%2CyBAmCI%3BAJrCJ%3BAgC6BA%2CYAuBI%3BAc7CA%2CsBAAC%2CcAgBG%3BA9BXR%3BAkCuCJ%3BArB5CwB%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAhByID%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA2BnFjB%2CMAAC%2CK1BsmCD%3BAqCjqCI%2CMADJ%2CSACK%3BErC%2BjBT%2CsBAAA%3B%3BAWjgBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA7B7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkB6lBJ%2CiBU%5C%2FMA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAV6MJ%2CiBU1MA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAVwMJ%2CiBU1LA%2COAAM%3BAV0LN%2CiBdjkBA%2CMAAK%2CcA4CD%2CiBAGM%2CUwBwVJ%3BAV0LN%2CiBb5lBA%2CauBkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAVwLJ%2CiBUrLA%2COAAS%3BAVqLT%2CiBdjkBA%2CMAAK%2CcA4CD%2CiBAGM%2CUwB6VD%3BAVqLT%2CiBb5lBA%2CauBuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAVkLJ%2CiBUjfA%3BE5BiIA%2CgBAAA%3BEAAA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAXglBA%2CiBUjfA%2CeCqHE%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzPgB%2CO9ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE7BuML%2CcAAA%3B%3BA4BuHA%2CiBAxPA%2CeAwPC%3BE5BvHD%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BxOc%2CO9BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE7BuML%2CcAAA%3B%3BAkBgXA%2CiBUzaA%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBgXA%2CiBUzaA%2COAsBI%3BE5BmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BA4B3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE5B2BT%2CmBAAA%3BE4BzBY%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%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE5B%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4BoRA%2CiBA7UA%2COA6UC%3BE5BpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BApBhRR%2CyBAmCI%2CsBAyCI%2CqBACM%3BAW7Dd%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEnBqQX%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAalPgB%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%3BAAAD%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%3BAMVT%2CcADJ%2CQACK%3BAAAD%2CSAHC%2CKAAK%2CMAEV%2CQACK%3BAAAD%2CiBADJ%2CQACK%3BEnB4PT%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAXipBA%2C2BW%5C%2FYE%3BAhBtOc%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgBsOf%3BAhBtOc%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgBsOf%3BAVhPM%2CcADJ%2CQACK%2CWUgPP%3BAVhPM%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUgPP%3BAVhPM%2CiBADJ%2CQACK%2CWUgPP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2C2BAAC%3BAhBsBe%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgBtBhB%3BAhBsBe%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgBtBhB%3BAVYO%2CcADJ%2CQACK%2CWUZR%3BAVYO%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUZR%3BAVYO%2CiBADJ%2CQACK%2CWUZR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C2BADH%2CMACI%3BAhBSW%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgBVhB%2CMACI%3BAhBSW%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgBVhB%2CMACI%3BAVDG%2CcADJ%2CQACK%2CWUAR%2CMACI%3BAVDG%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWUAR%2CMACI%3BAVDG%2CiBADJ%2CQACK%2CWUAR%2CMACI%3BE7B2PL%2CWAAA%3B%3BAwDlNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BA9BoBT%2CkBADJ%2CQACK%3BAlBjGT%2CeAEI%2CQAAO%3BAAKX%2CyBAmCI%2CsBA8BI%2CYAMI%2CQAAO%3BAJoHnB%2CeAKI%2CwBAKI%2CQAAO%3BAoBvIK%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BAYsET%2CiBAFR%2CiBACI%2CQACK%3BAE1Gb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAdYrB%2CkBAKI%2CiBAAiB%2CQAAO%3BAH7D5B%2CcA0II%2CQAAO%3BEtBsJX%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BA0BzRgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAtBDjB%2CaA8CI%2CiBACM%2CWACE%3BAiBbR%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BAP9CC%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAVDjB%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%3BAAxHV%2CaA8CI%2CiBACM%2CWCDV%3BEL4OA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMqDA%2C2BAAC%3BAACD%2C2BAAC%3BAoB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQpB8UhB%3BAoB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQpB%2BUhB%3BAFhVD%2CaA8CI%2CiBACM%2CWACE%2COE%2BRX%3BAF%5C%2FUD%2CaA8CI%2CiBACM%2CWACE%2COEgSX%3BAe7SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQfgSd%3BAe5SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQfiSd%3BAQ%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR8UhB%3BAQ9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR%2BUhB%3BAFhVD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%2CUEuNT%3BAF%5C%2FUD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%2CUEwNT%3BAFhVD%2CaA8CI%2CiBACM%2CWCDV%2CaCiSC%3BAF%5C%2FUD%2CaA8CI%2CiBACM%2CWCDV%2CaCkSC%3BENtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM4DA%2C2BAAC%3BAoBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQpBqVhB%3BAFtVD%2CaA8CI%2CiBACM%2CWACE%2COEsSX%3BAenTG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQfuSd%3BAQrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQRqVhB%3BAFtVD%2CaA8CI%2CiBACM%2CWA0BV%2CMAAK%2CcA4CD%2CiBAGM%2CUE8NT%3BAFtVD%2CaA8CI%2CiBACM%2CWCDV%2CaCwSC%3BEN5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAqBvPI%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BErB2Of%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAQ%5C%2FRA%3BEUmtBI%2CcAAA%3B%3BAV5sBJ%2CyBA%2BBI%2CcUurBA%3BAVttBJ%2CyBA%2BBI%2CcUwrBA%3BAVvtBJ%2CyBA%2BBI%2CcUyrBA%3BAd1tBJ%2CacwtBI%3BAdxtBJ%2CacytBI%3BAdztBJ%2Cac0tBI%3BAkC5kBJ%2CalC0kBI%3BAkC1kBJ%2CalC2kBI%3BAkC3kBJ%2CalC4kBI%3BAkC3kBJ%2CalCykBI%3BAkCzkBJ%2CalC0kBI%3BAkC1kBJ%2CalC2kBI%3BElBhcJ%2CiBAAA%3BEkBkcQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAV3tBR%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%3BAdhuB3B%2CacguBI%2CqBAAuB%3BAkCllB3B%2CalCklBI%2CqBAAuB%3BAkCjlB3B%2CalCilBI%2CqBAAuB%3BEACnB%2CqBAAA%3BElBvcR%2CiBAAA%3B%3BAQxRA%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%2CuBAIlB%3BAdpuBT%2CacguBI%2CqBAAuB%2CuBAIlB%3BAkCtlBT%2CalCklBI%2CqBAAuB%2CuBAIlB%3BAkCrlBT%2CalCilBI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAVnuBZ%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%2CuBAQlB%3BAdxuBT%2CacguBI%2CqBAAuB%2CuBAQlB%3BAkC1lBT%2CalCklBI%2CqBAAuB%2CuBAQlB%3BAkCzlBT%2CalCilBI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAuCltBR%2CoBAUI%3BAATJ%2CoBASI%3BA%5C%2FBrCR%2CwBA8BI%2CqCAgBI%3BER2sBJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BElB7dJ%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BA4BzCG%2CoBAUI%2CgB5B%2BBP%3BA4BxCG%2CoBASI%2CgB5B%2BBP%3BAHpED%2CwBA8BI%2CqCAgBI%2CgBGsBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA4B5UI%2CoBAUI%2CgBvC%2BtBH%3BAuCxuBD%2CoBASI%2CgBvC%2BtBH%3BAQpwBL%2CwBA8BI%2CqCAgBI%2CgBRstBH%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAWzoBR%2CcX4oBK%2CSW5oBJ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BA6BhKA%2CuBAAC%3BA4BvFW%2CoBAFJ%2CgBAEK%2CS5BuFZ%3BA4BvFW%2CoBAFJ%2CgBAEK%2CS5BuFZ%3BAH9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSG8EZ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAqBnOA%2CyBAGI%3BAR2GJ%2C2BACI%3BAS5KJ%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEtB4GnB%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAqBnOA%2CyBAGI%2CQH2xBE%3BAG9xBN%2CyBAGI%2CQH4xBE%3BALjrBN%2C2BACI%2CaK%2BqBE%3BALhrBN%2C2BACI%2CaKgrBE%3BAI51BN%2CcAmLI%2CaJwqBE%3BAI31BN%2CcAmLI%2CaJyqBE%3BAI51BN%2CcAoLI%2CeAAe%2COJuqBb%3BAI31BN%2CcAoLI%2CeAAe%2COJwqBb%3BElB5jBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAmCWI%2COAAC%2CQjBkkBD%2CQACK%3BEACG%2CkBAAA%3B%3BAiBpkBR%2COAAC%2CQjBkkBD%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAiB5kBR%2COAAC%2CQjBkkBD%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAM92BZ%2CeAUI%2CUAII%2CON42BH%3BAM3rBL%2CeA6HI%2CaAEI%2CON4jBH%3BAM3rBL%2CeA8HI%2CgBACI%2CON4jBH%3BAb3vBL%2CoBACI%2CoBAiBI%2COayuBH%3BAb3vBL%2CoBAEI%2CkCAgBI%2COayuBH%3BAL1wBW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMK0wBZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAL%5C%2F6BP%2CSAAC%2CMAAM%2COK%2B6BP%2CQAAO%3BALr0BP%2CSAAC%2CSKq0BD%2CQAAO%3BElBtpBX%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAXu5BD%2CuBAOI%2CQAAO%2CIW95BV%3BAhBjBG%2CSAAC%2CMAAM%2COK%2B6BP%2CQAAO%2CIW95BV%3BAhByFG%2CSAAC%2CSKq0BD%2CQAAO%2CIW95BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BpOU%2CO9BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAhBlWI%2CSAAC%2CMAAM%2COKy6BP%2COAAO%2CMAAK%2CWACP%3BALh0BL%2CSAAC%2CSK%2BzBD%2COAAO%2CMAAK%2CWACP%3BElBjpBT%2CmBAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COK%2B6BP%2CQAAO%2CIAEF%3BALv0BL%2CSAAC%2CSKq0BD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwVZ%2CmBA4FI%3BAdx2CJ%2CaAWI%2COA4BI%2CUAAS%2CSACH%3BAAxCd%2CaAWI%2COA4BI%2CUAAS%2CSAEH%2CUAAU%3BAoB8JxB%2CeAmFI%2CsBAYI%2CMAAK%2CYAGD%3BAgBhSZ%2CsBAcI%2CUAAS%2CSACJ%2CUAEK%3BAnC6Gd%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAiB9KnB%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BAPpGA%2CaAAc%2CeAAE%3BAAChB%2CmBAAoB%2CeAAE%3BAXrG1B%2CYc%2ByCI%3BAE51CJ%2CkBAYI%2CcFg1CA%3BEArYJ%2CaAAA%3B%3BASh7BA%3BAZ%2BCA%3BEG45BI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAC95BJ%2CeAKI%3BEnBoLJ%2CcAAA%3BEAAA%2CiBAAA%3BEkB8yBI%2CmBAAA%3B%3BAaxgCJ%2CkBbkhCI%2CQACK%3BAdt5BT%2CeACI%2CWco5BA%2CQACK%3BEACG%2CkBAAA%3BEZ3iCZ%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAvBwJA%2CwBY86BI%2CQACK%2CSZ%5C%2F6BR%3BAACD%2CwBY66BI%2CQACK%2CSZ96BR%3BAACD%2CwBY46BI%2CQACK%2CSZ76BR%3BAyBtGD%2CkBbkhCI%2CQACK%2CSZ%5C%2F6BR%3BAyBpGD%2CkBbkhCI%2CQACK%2CSZ96BR%3BAyBrGD%2CkBbkhCI%2CQACK%2CSZ76BR%3BAFuBD%2CeACI%2CWco5BA%2CQACK%2CSZ%5C%2F6BR%3BAFyBD%2CeACI%2CWco5BA%2CQACK%2CSZ96BR%3BAFwBD%2CeACI%2CWco5BA%2CQACK%2CSZ76BR%3BEACG%2CqBAAA%3B%3BAuBrJJ%2CwBXgkCI%2CQACK%2CSWjkCR%3BAE8CD%2CkBbkhCI%2CQACK%2CSWjkCR%3BAzB2KD%2CeACI%2CWco5BA%2CQACK%2CSWjkCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzOQ%2CO9ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBXmjCA%2CQACK%2CSWrjCR%2CMACI%3BAEiCL%2CkBbkhCI%2CQACK%2CSWrjCR%2CMACI%3BAzB8JL%2CeACI%2CWco5BA%2CQACK%2CSWrjCR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CwBX6iCA%2CQACK%2CSW%5C%2FiCR%2COACI%3BAE2BL%2CkBbkhCI%2CQACK%2CSW%5C%2FiCR%2COACI%3BAzBwJL%2CeACI%2CWco5BA%2CQACK%2CSW%5C%2FiCR%2COACI%3BE7BqPL%2CcAAA%3B%3BAM5MA%2CwBYogCI%2CQACK%2CSZrgCR%3BAACD%2CwBYmgCI%2CQACK%2CSZpgCR%3BAyBfD%2CkBbkhCI%2CQACK%2CSZrgCR%3BAyBdD%2CkBbkhCI%2CQACK%2CSZpgCR%3BAF8GD%2CeACI%2CWco5BA%2CQACK%2CSZrgCR%3BAF%2BGD%2CeACI%2CWco5BA%2CQACK%2CSZpgCR%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CwBYu%5C%2FBI%2CQACK%2CSZx%5C%2FBR%3BAyB3BD%2CkBbkhCI%2CQACK%2CSZx%5C%2FBR%3BAFkGD%2CeACI%2CWco5BA%2CQACK%2CSZx%5C%2FBR%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CwBY2%2BBI%2CQACK%2CSZ5%2BBR%3BAACD%2CwBY0%2BBI%2CQACK%2CSZ3%2BBR%3BAACD%2CQAAQ%2CUAAW%2CyBYy%2BBf%2CQACK%3BAanhCT%2CkBbkhCI%2CQACK%2CSZ5%2BBR%3BAyBvCD%2CkBbkhCI%2CQACK%2CSZ3%2BBR%3BAACD%2CQAAQ%2CUyBzCR%2CmBbkhCI%2CQACK%3BAdt5BT%2CeACI%2CWco5BA%2CQACK%2CSZ5%2BBR%3BAFsFD%2CeACI%2CWco5BA%2CQACK%2CSZ3%2BBR%3BAACD%2CQAAQ%2CUFoFR%2CgBACI%2CWco5BA%2CQACK%3BElBzzBT%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyB5CJ%2CkBbkhCI%2CQACK%2CSAaI%3BAdn6Bb%2CeACI%2CWco5BA%2CQACK%2CSAaI%3BElBt0Bb%2C%2BCAAA%3B%3BA%2BB1NA%2CkBbkhCI%2CQAmBK%3BAdx6BT%2CeACI%2CWco5BA%2CQAmBK%3BElB30BT%2CqBAAA%3BE6B9QA%2CqBAAA%3BEX%2BlCY%2CiBAAA%3B%3BAWzlCZ%2CwBXgkCI%2CQAmBK%2COWnlCR%3BAE8CD%2CkBbkhCI%2CQAmBK%2COWnlCR%3BAzB2KD%2CeACI%2CWco5BA%2CQAmBK%2COWnlCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B7PU%2CO9B6PV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBXmjCA%2CQAmBK%2COWvkCR%2CMACI%3BAEiCL%2CkBbkhCI%2CQAmBK%2COWvkCR%2CMACI%3BAzB8JL%2CeACI%2CWco5BA%2CQAmBK%2COWvkCR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CwBX6iCA%2CQAmBK%2COWjkCR%2COACI%3BAE2BL%2CkBbkhCI%2CQAmBK%2COWjkCR%2COACI%3BAzBwJL%2CeACI%2CWco5BA%2CQAmBK%2COWjkCR%2COACI%3BE7BqPL%2CcAAA%3B%3BA4C7NI%2CMAAC%2CK1BsmCD%3BEAEI%2CkBAAA%3B%3BAAHR%2CeAMI%3BAGjnCJ%2CyBAOI%2CyBAOI%3BAuBRJ%2CMAAC%2CK1B2mCD%3BEAYA%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BAqCnrCI%2CMADJ%2CSACK%3BErC8rCL%2CkBAAA%3B%3BAqC9rCI%2CMADJ%2CSACK%2CcrCgsCL%3BEACI%2CkBAAA%3BEACA%2COAAO%2C8BAAP%3B%3BAwCpsCR%2CqBACI%2CaACI%2CeACI%3BARIR%2CsBAAC%2CcAgBG%3BElDmQR%2CYAAA%3BEAAA%2CSAAA%3BEkBs7BA%2CUAAA%3B%3BAwChtCA%2CqBACI%2CaACI%2CeACI%2CuBxC%2BsCX%3BAwCltCD%2CqBACI%2CaACI%2CeACI%2CuBxCgtCX%3BAgC5sCG%2CsBAAC%2CcAgBG%2CuBhC2rCP%3BAgC3sCG%2CsBAAC%2CcAgBG%2CuBhC4rCP%3BElB34BD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEkBg8BI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAwC5tCJ%2CqBACI%2CaACI%2CeACI%2CuBxC4tCX%3BAgCxtCG%2CsBAAC%2CcAgBG%2CuBhCwsCP%3BElBr8BD%2CyBAAA%3B%3BA0D1RA%2CqBACI%2CaACI%2CeACI%2CuBxCguCX%3BAgC5tCG%2CsBAAC%2CcAgBG%2CuBhC4sCP%3BElBz8BD%2C4BAAA%3BEkB28BI%2CQAAA%3B%3BATjtCJ%2CYAOI%3BA4BdJ%2C%2BBAGI%3BAjBJJ%2CkBAMM%3BATYN%2C0BAQI%3BEXoPJ%2C6BAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAIjOA%2CYcotCI%3BAEjwCJ%2CkBAYI%2CcFqvCA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAdttCR%2CYcotCI%2CMAII%3BAErwCR%2CkBAYI%2CcFqvCA%2CMAII%3BEACI%2CgBAAA%3B%3BAdztCZ%2CYc6tCI%3BAE1wCJ%2CkBAYI%2CcF8vCA%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAdhuCR%2CYc6tCI%2CQAKI%3BAE%5C%2FwCR%2CkBAYI%2CcF8vCA%2CQAKI%3BEACI%2CgBAAA%3B%3BAdnuCZ%2CYcuuCI%2COACI%3BAdxuCR%2CYcuuCI%2COAEI%3BAEtxCR%2CkBAYI%2CcFwwCA%2COACI%3BAErxCR%2CkBAYI%2CcFwwCA%2COAEI%3BEACI%2CiBAAA%3B%3BAd1uCZ%2CYcuuCI%2COAMI%3BAE1xCR%2CkBAYI%2CcFwwCA%2COAMI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAd%5C%2FuCZ%2CYcuuCI%2COAMI%2CQAII%3BAE9xCZ%2CkBAYI%2CcFwwCA%2COAMI%2CQAII%3BEACI%2CgBAAA%3B%3BAdlvChB%2CYcuvCI%3BAEpyCJ%2CkBAYI%2CcFwxCA%3BEACI%2CmBAAA%3B%3BAdxvCR%2CYc2vCI%2CYACK%2CQACG%3BAd7vCZ%2CYc2vCI%2CYACK%2CQAEG%3BAE3yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQACG%3BAE1yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQAEG%3BElB7hCZ%2C6BAAA%3BEAAA%2CgCAAA%3BEkBgiCgB%2CeAAA%3B%3BAdjwChB%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%3BAEjzCpB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%3BElBniCpB%2CcAAA%3BE6BhOA%2CqBAAA%3BEX2wCgB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BAzBrNF%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BATlQF%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COW%5C%2FiClB%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CmBXovCI%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BAzBPD%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BATpDD%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COW7vCnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzB1SA%2CYc2vCI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAE5zCjB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAdlxCpB%2CYc2vCI%2CYACK%2CQA0BI%2CSACG%3BAdvxChB%2CYc2vCI%2CYACK%2CQA0BI%2CSAEG%3BAEr0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSACG%3BAEp0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAWxtCpB%2CmBX0rCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BAzBjED%2CYc2vCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BAT9GD%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COW3tCvB%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAIjOA%2CYc2vCI%2CYA0CK%3BAEl1CT%2CkBAYI%2CcF4xCA%2CYA0CK%3BElBpkCT%2CgCAAA%3BEkBskCY%2CaAAA%3B%3BAdvyCZ%2CYc2vCI%2CYA0CK%2CQAII%3BAEt1Cb%2CkBAYI%2CcF4xCA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BAQhxChB%2CiCRiyCM%3BAdp3CN%2CaAWI%2COcy2CE%3BAJ7zCN%2CuBAII%2COIyzCE%3BEACE%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BElB7lCR%2CcAAA%3BE6BhOA%2CqBAAA%3BEXo0CQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAWj0CR%2CmBXozCM%2CSWpzCL%3BAHmBD%2CiCRiyCM%2CSWpzCL%3BAzBhED%2CaAWI%2COcy2CE%2CSWpzCL%3BAfTD%2CuBAII%2COIyzCE%2CSWpzCL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHhRA%2CiCRiyCM%2CSAeG%3BAdn4CT%2CaAWI%2COcy2CE%2CSAeG%3BAJ50CT%2CuBAII%2COIyzCE%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIA%2COAAO%2CKQvzCnB%2CkCRiyCM%2CSAqBE%3BAACI%2COAAO%2CKd14CnB%2CcAWI%2COcy2CE%2CSAqBE%3BAACI%2COAAO%2CKJn1CnB%2CwBAII%2COIyzCE%2CSAqBE%3BElB%5C%2FmCR%2CiBAAA%3BEkBknCgB%2CgBAAA%3B%3BAQzzChB%2CiCR8zCM%3BAdj5CN%2CaAWI%2COcs4CE%3BAJ11CN%2CuBAII%2COIs1CE%3BEACE%2CaAAA%3B%3BAWxxCR%2CmBX2xCK%2COACK%2CSW5xCT%3BAHvCD%2CiCRk0CK%2COACK%2CSW5xCT%3BAzB1HD%2CaAWI%2COc04CC%2COACK%2CSW5xCT%3BAfnED%2CuBAII%2COI01CC%2COACK%2CSW5xCT%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BA0BvMA%2CiCRk0CK%2COAQK%3BAd75CV%2CaAWI%2COc04CC%2COAQK%3BAJt2CV%2CuBAII%2COI01CC%2COAQK%3BEACE%2CcAAA%3B%3BAnB55CZ%3BEACI%2Ca4DRc%2CW5DQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca4DAc%2CW5DAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca4DQc%2CW5DRd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca4DgBc%2CW5DhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA4DmCJ%3BE3D%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6DtHA%3BEACI%2CmBAAA%3B%3BAAGJ%2CKzDyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4DjBQ%2CMADH%2CIAAI%2COACA%2CIAAI%3BEzDkOb%2CYAAA%3B%3BAyDlOQ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzDoOX%2CQAGI%2CKACI%3BAyDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzDqOX%2CQAEI%2CKACI%3BAyDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzDsOX%2CQACI%2CKACI%3BAyDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzDoOX%2CQAGI%2CKAEI%3BAyDzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzDqOX%2CQAEI%2CKAEI%3BAyDzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzDsOX%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAyD1OJ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzD%2BOX%2CQACI%2CKACI%3BAyDjPF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSzD%2BOX%2CQACI%2CKAEI%3BEHoCV%2CgCAAA%3B%3BA4D9QoB%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYACG%3BAADJ%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAZpB%2CMADH%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC5BpB%2CQAAQ%3BE7D%2BRR%2CgBAAA%3BEAAA%2CkBAAA%3BE8DnQA%2CcAAA%3BE9DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE8DtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BE9D2OA%2CcAAA%3B%3BA8DxOI%2CQDvDI%2CKCoDR%2CEAGK%3BE9DwOL%2CcAAA%3B%3BA8DpOI%2CQD3DI%2CKCoDR%2CEAOK%3BE9DoOL%2CcAAA%3B%3BA6D%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE8DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BE7D2RR%2CgBAAA%3BEAAA%2CkBAAA%3BE8DnQA%2CcAAA%3BE9DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE8DtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BE9D2OA%2CcAAA%3B%3BA8DxOI%2CQDnDI%2CMCgDR%2CEAGK%3BE9DwOL%2CcAAA%3B%3BA8DpOI%2CQDvDI%2CMCgDR%2CEAOK%3BE9DoOL%2CcAAA%3B%3BA6D3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE8DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BE7DuRR%2CgBAAA%3BEAAA%2CkBAAA%3BE8DnQA%2CcAAA%3BE9DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE8DtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BE9D2OA%2CcAAA%3B%3BA8DxOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BE9DwOL%2CcAAA%3B%3BA8DpOI%2CQDnDI%2CQC4CR%2CEAOK%3BE9DoOL%2CcAAA%3B%3BA6DvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE8DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BE7DmRR%2CgBAAA%3BEAAA%2CkBAAA%3BE8DnQA%2CcAAA%3BE9DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE8DtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BE9D2OA%2CcAAA%3B%3BA8DxOI%2CQD3CI%2COCwCR%2CEAGK%3BE9DwOL%2CcAAA%3B%3BA8DpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BE9DoOL%2CcAAA%3B%3BA6DnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9PW%2CO9B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE8DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BE7D%2BQR%2CgBAAA%3BEAAA%2CkBAAA%3BE8DnQA%2CcAAA%3BE9DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE8DtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BE9D2OA%2CcAAA%3B%3BA8DxOI%2CQDvCI%2CQCoCR%2CEAGK%3BE9DwOL%2CcAAA%3B%3BA8DpOI%2CQD3CI%2CQCoCR%2CEAOK%3BE9DoOL%2CcAAA%3B%3BA6D%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE8DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BEhEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEgEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEhE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEgExFA%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%3BEhEqOL%2CiBAAA%3BEgEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEhEgOL%2CiBAAA%3BEgE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BEhEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAgE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEhE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAgEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BEhEgNF%2CYAAA%3B%3BAgE5MA%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%2CgBAAA%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%3BEjE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BEkE7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BElEuQD%2C4BmE3RgC%2C2CnE2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEkEhQI%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%3BArB7BJ%3BE5CyRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEO0KA%2CuBAAA%3B%3BAqCncA%2CSrCqcE%3BEACE%2CsBAAA%3B%3BAqCtcJ%2CSrCycE%3BEPhLF%2CgBAAA%3BEAAA%2CUAAA%3BEOoLI%2CsBAAA%3BEACA%2CWAAA%3BEPrLJ%2CgBAAA%3BEAAA%2CeAAA%3B%3BAOgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAqC5dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAHR%2CSAMM%3BAANN%2CSAOM%2CUAAU%3BE5CkRhB%2CgBAAA%3B%3BA4CzRA%2CSAMM%2CSrCuwBJ%3BAqC7wBF%2CSAOM%2CUAAU%2CSrCswBd%3BEPpfF%2CeAAA%3BEOwfI%2CqBAAA%3B%3BAAtOJ%2CSqCriBM%2CSrCqiBL%3BAAAD%2CSqCpiBM%2CUAAU%2CSrCoiBf%3BEACG%2CgBAAA%3B%3BAqC5iBJ%2CSAMM%2CSrC%2BiBJ%3BAqCrjBF%2CSAOM%2CUAAU%2CSrC8iBd%3BEP5RF%2CgBAAA%3B%3BAOqSI%2CSqCxjBE%2CSrC%2BiBJ%2CSASM%3BAAAJ%2CSqCvjBE%2CUAAU%2CSrC8iBd%2CSASM%3BEACA%2CaAAA%3B%3BAqC%5C%2FjBR%2CSAMM%2CSrC6jBN%2CQACI%3BAqCpkBJ%2CSAOM%2CUAAU%2CSrC4jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BAPhiBR%2CS4C%5C%2FBM%2CSrCmkBN%2CQAAO%2CMPpiBN%3BAAAD%2CS4C9BM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMPpiBN%3BAACD%2CS4ChCM%2CSrCmkBN%2CQAAO%2CMPniBN%3BAAAD%2CS4C%5C%2FBM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMPniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS4CrCM%2CSrCmkBN%2CQAAO%2CMP9hBN%3BAAAD%2CS4CpCM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMP9hBN%3BEACG%2CWAAA%3B%3BA4C5CJ%2CSAMM%2CSrCmkBN%2CQAAO%2CMAEH%3BAqC3kBJ%2CSAOM%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSqC1kBE%2CSrCmkBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSqCzkBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqC9kBE%2CSrCmkBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSqC7kBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSqCllBE%2CSrCmkBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSqCjlBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqCtlBE%2CSrCmkBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSqCrlBE%2CUAAU%2CSrCkkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAqC7lBR%2CSAMM%2CSrC2lBN%3BAqCjmBA%2CSAOM%2CUAAU%2CSrC0lBhB%3BEPpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEOyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAqCrmBJ%2CSAMM%2CSrC2lBN%2COAMI%3BAqCvmBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAMI%3BAqCvmBJ%2CSAMM%2CSrC2lBN%2COAOI%3BAqCxmBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAOI%3BAqCxmBJ%2CSAMM%2CSrC2lBN%2COAQI%3BAqCzmBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAQI%3BEPhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEOwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAqC9mBR%2CSAMM%2CSrC2lBN%2COAgBI%3BAqCjnBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAgBI%3BAqCjnBJ%2CSAMM%2CSrC2lBN%2COAiBI%3BAqClnBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COAiBI%3BEPzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEO0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSqCzXM%2CSrC2lBN%2COAgBI%2CWAlPH%3BAAAD%2CSqCxXM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWAlPH%3BAAAD%2CSqCzXM%2CSrC2lBN%2COAiBI%2CUAnPH%3BAAAD%2CSqCxXM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUAnPH%3BEPtGD%2CYAAA%3B%3BAOqHA%2CSqCxYM%2CSrC2lBN%2COAgBI%2CWAnOH%3BAAAD%2CSqCvYM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWAnOH%3BAAAD%2CSqCxYM%2CSrC2lBN%2COAiBI%2CUApOH%3BAAAD%2CSqCvYM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUApOH%3BEPrHD%2CcAAA%3B%3BAO0HA%2CSqC7YM%2CSrC2lBN%2COAgBI%2CWA9NH%3BAAAD%2CSqC5YM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWA9NH%3BAAAD%2CSqC7YM%2CSrC2lBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSqC5YM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUA%5C%2FNH%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CSqClZM%2CSrC2lBN%2COAgBI%2CWAzNH%3BAAAD%2CSqCjZM%2CUAAU%2CSrC0lBhB%2COAgBI%2CWAzNH%3BAAAD%2CSqClZM%2CSrC2lBN%2COAiBI%2CUA1NH%3BAAAD%2CSqCjZM%2CUAAU%2CSrC0lBhB%2COAiBI%2CUA1NH%3BEP%5C%2FHD%2CcAAA%3B%3BA4CzRA%2CSAMM%2CSrC2lBN%2COA0BI%3BAqC3nBJ%2CSAOM%2CUAAU%2CSrC0lBhB%2COA0BI%3BEACI%2CWAAA%3BEPnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA4C3bT%2CSAMM%2CSrC2nBN%3BAqCjoBA%2CSAOM%2CUAAU%2CSrC0nBhB%3BEPxWA%2CgBAAA%3B%3BAOugBI%2CSqC1xBE%2CSrCwxBL%2CSAAY%2CSAER%3BAAAD%2CSqCzxBE%2CUAAU%2CSrCuxBf%2CSAAY%2CSAER%3BAAAD%2CSqC1xBE%2CSrCyxBL%2CUAAa%2CSACT%3BAAAD%2CSqCzxBE%2CUAAU%2CSrCwxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BEPxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BA4CzRA%2CSAMM%2CSrC%2BzBN%3BAqCr0BA%2CSAOM%2CUAAU%2CSrC8zBhB%3BEP5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CSeXM%2CSrC%2BzBN%2CMsBpzBC%3BAAAD%2CSeVM%2CUAAU%2CSrC8zBhB%2CMsBpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAelVQ%2CSAVF%2CSAUG%2COACG%3BAADJ%2CSATF%2CUAAU%2CSASP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAAzBhB%2CSAMM%2CSAuBE%2COAAM%3BAA7Bd%2CSAOM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAjChB%2CSAMM%2CSA%2BBE%2CMAAK%3BAArCb%2CSAOM%2CUAAU%2CSA8BR%2CMAAK%3BEACD%2CaAAA%3B%3BAAKZ%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKAGG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BE5CuMA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA4C%5C%2FLgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAAOpB%2CMAAO%3BEoBnFP%2CkBAAA%3B%3BApBmFA%2CMAAO%2CSoBjFP%3BEhEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEgEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEhE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEgEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMpBuDG%2CSoBjFP%2CiBA0BK%3BAACD%2CMpBsDG%2CSoBjFP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMpB8CG%2CSoBjFP%2CiBAmCK%3BEhEqOL%2CiBAAA%3BEgEnOQ%2CyBAAA%3B%3BAAGJ%2CMpByCG%2CSoBjFP%2CiBAwCK%3BEhEgOL%2CiBAAA%3BEgE9NQ%2CyBAAA%3B%3BAA0GR%2CMpBnEO%2CSoBjFP%2CiBAoJC%3BAACD%2CMpBpEO%2CSoBjFP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMpBxEO%2CSoBjFP%2CiBAyJC%3BEhE%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAgEzGA%2CMpB9EO%2CSoBjFP%2CiBA%2BJC%3BEhEyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAgEhNA%2CMpByBO%2CSoBzBL%3BEhEgNF%2CYAAA%3B%3BAgE5MA%2CMpBqBO%2CSoBrBL%2CgBAA2B%2CMAAS%3BAACtC%2CMpBoBO%2CSoBpBL%2CgBAA2B%2CMAAS%3BAACtC%2CMpBmBO%2CSoBnBN%2CMAAO%3BEACJ%2CcAAA%3B%3BApBkBJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BEtCgHN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CcAAA%3BE6B9QA%2CqBAAA%3BEe%2BGQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAtCiHR%2CgBsC5HM%2CyBtC4HL%3BAACD%2CgBsC7HM%2CyBtC6HL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsClIM%2CyBtCkIL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsCvIM%2CyBtCuIL%3BAACD%2CgBsCxIM%2CyBtCwIL%3BAACD%2CQAAQ%2CUAAW%2CiBsCzIb%3BEtC0IF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA4C1KA%2CgBACM%2CyBf6JJ%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CgBe%2BFM%2CyBf%5C%2FFL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9OY%2CO9B8OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAerOQ%2CgBAbF%2CyBAaG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAASZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BA7CzJhB%3BEACI%2CaGFW%2CmBHEX%3BEACA%2CSAAS%2CsDAAsB%2COAAO%2CcAClC%2CqDAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAqEdJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BArE7HJ%2CQoE5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQrExHN%3BAACD%2CQoE7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQrEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQoElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQrElHN%3BEACG%2CWAAA%3B%3BAqEwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMCiOP%2CQAAK%3BErE%2BDX%2CeAAA%3B%3BAoEhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BErE0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQqE%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUtEvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQqEpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUtElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQqEzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUtE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAqE9BI%2CQDlQI%2CKAAK%2CMCqOX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDnQI%2CKAAK%2CMCqOX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BErE6B9B%2CmBAAA%3B%3BAqEzBI%2CQDvQI%2CKAAK%2CMCqOX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDxQI%2CKAAK%2CMCqOX%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQDzQI%2CKAAK%2CMCqOX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD1QI%2CKAAK%2CMCqOX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BErEsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAoEhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BErEcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2C4BAAA%3B%3BAuBhSA%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CmBAAA%3B%3BAAdR%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBARN%2CWAIE%2CQAIK%3BAAAD%2CgBAPN%2CaAGE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAKR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BA%2BCtBZ%3BEtEgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAsEhSA%2CYCoEA%3BEvE4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuEtHA%2CYCoEA%2COxEwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAuE9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEvEkNA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAuEpMI%2CYAdJ%2CEAcK%3BEvEoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BAuEvLI%2CYA3BJ%2CEA2BK%3BEvEuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BAuE1KI%2CYAxCJ%2CEAwCK%3BEvE0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BAsEhSA%2CYCoIA%3BEvE4JA%2CgBAAA%3B%3BAsEhSA%2CYC4JI%2CMAAK%2CIAAI%3BEvEoIb%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CY0CsFI%2CMAAK%2CIAAI%2Ca1CtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS8BxPQ%2CO9BwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2C9VY%2CUAFP%2CMACG%2CQACK%3BExEqRb%2CkBAAA%3BEwEjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BExE6QhB%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAwErRY%2CUAFP%2CMACG%2CQACK%2CM3CyQX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CU2CfK%2CMACG%2CQACK%2CM3CaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU2C5BC%2CMACG%2CQACK%2CM3CyBZ%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CU2ClCC%2CMACG%2CQACK%2CM3C%2BBZ%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CUkE1OK%2CMACG%2CQACK%2CMlEwOZ%3BAACD%2CUkE3OK%2CMACG%2CQACK%2CMlEyOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkEhPK%2CMACG%2CQACK%2CMlE8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkErPK%2CMACG%2CQACK%2CMlEmPZ%3BAACD%2CUkEtPK%2CMACG%2CQACK%2CMlEoPZ%3BAACD%2CQAAQ%2CUAAW%2CWkEvPd%2CMACG%2CQACK%3BElEsPT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAwEtPA%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAxEubJ%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%3BAyD5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEzDiQR%2CiBAAA%3BEyD%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEzD%2BOR%2CiBAAA%3B%3BAyD5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEzD2OZ%2CiBAAA%3B%3BAyDjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEzDuOR%2CiBAAA%3B%3BAyE%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEzEuJA%2CYAAA%3B%3BAyEnJA%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%3BEzEwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEyErOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEzE8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAyE5NA%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%3BEzE8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAyEtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEzEgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAyEhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEzEoHJ%2CwBAAA%3B%3BAyE9IA%2CYA8BI%3BEzEgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAyE1GA%3BEzE0GA%2CYAAA%3BEyEvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEzEmMJ%2CgBAAA%3B%3BAyE9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEzEuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEyE5UJ%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%3BEzEgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAyE1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEzEsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAyE9OR%2CYAqCI%3BEzEqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAyE1GA%2CYA0CI%3BEACI%2CgBAAA%3BEzE%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAyE1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEpE4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE6B9QA%2CqBAAA%3BE6CkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BApE6MR%2CaoExNI%2CcpEwNH%3BAAAD%2CYoExNI%2CcpEwNH%3BAAAD%2CYoExNI%2CcpEwNH%3BAACD%2CaoEzNI%2CcpEyNH%3BAAAD%2CYoEzNI%2CcpEyNH%3BAAAD%2CYoEzNI%2CcpEyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaoE9NI%2CcpE8NH%3BAAAD%2CYoE9NI%2CcpE8NH%3BAAAD%2CYoE9NI%2CcpE8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaoEnOI%2CcpEmOH%3BAAAD%2CYoEnOI%2CcpEmOH%3BAAAD%2CYoEnOI%2CcpEmOH%3BAACD%2CaoEpOI%2CcpEoOH%3BAAAD%2CYoEpOI%2CcpEoOH%3BAAAD%2CYoEpOI%2CcpEoOH%3BAACD%2CQAAQ%2CUAAW%2CcoErOf%3BApEqOJ%2CQAAQ%2CUAAW%2CaoErOf%3BApEqOJ%2CQAAQ%2CUAAW%2CaoErOf%3BEpEsOA%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA0ExQA%2CaAGI%2Cc7CyPF%3BA6C3PF%2CYAEI%2Cc7CyPF%3BA6C1PF%2CYACI%2Cc7CyPF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2Ca6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2Ca6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BE7BqPL%2CcAAA%3B%3BA0EvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BE1E%2BOJ%2CYAAA%3B%3BA0E1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BE1EuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BE0EnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BE1E6MA%2CwCAAA%3BE0E3MI%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%3BAlBjFR%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BExDgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAwDlXA%2CyBAII%3BExDwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAwDrPQ%2CyBAHJ%2CQAGK%3BExDqPT%2CgBAAA%3B%3BAwD5PA%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%2CgBAAA%3B%3BAAYR%2CiBACI%3BExDyMJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAwDnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BExDiLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BAwDvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BExDwJZ%2CeAAA%3B%3BAwDjKA%2C2BAOI%2CMACI%2CUAQM%3BExDiJd%2C0BAAA%3B%3BAwDjKA%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%3BExDmHA%2CgBAAA%3B%3B%3B%3B%3B%3BA2ExRA%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%3BE9EgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE8E3EI%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%3BAAjBR%2CWAQI%2CG1EzGJ%2CMAAK%2CcA4CD%2CiBAGM%3BA0EkDV%2CWAQI%2CGzEpIJ%3BEyE8IY%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BAAAD%2CWAtBR%2CG1EzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CU0EgFG%3BAAAD%2CWAtBR%2CGzEpIJ%2CayE0Ja%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BAAFL%2CWA1BR%2CG1EzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CU0EoFG%3BAACD%2CWA3BR%2CG1EzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CU0EqFG%3BAACD%2CWA5BR%2CG1EzGJ%2CMAAK%2CcA4CD%2CiBAGM%2CU0EsFG%2CIAAI%3BAAFL%2CWA1BR%2CGzEpIJ%2CayE8Ja%3BAACD%2CWA3BR%2CGzEpIJ%2CayE%2BJa%3BAACD%2CWA5BR%2CGzEpIJ%2CayEgKa%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BAADJ%2CWAjCJ%2CGAiCK%2Ca1E1IT%2CMAAK%2CcA4CD%2CiBAGM%3BA0E2FF%2CWAjCJ%2CGAiCK%2CazErKT%3BEyEuKgB%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%3BAnFgEL%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%3BAlFqCL%2CYkFrCK%3BEvFiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEN0FA%2CgBAAA%3BEuF1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAxFuHR%2CCwFhIK%2CwBxFgIJ%3BAAAD%2CMwFhIK%2CwBxFgIJ%3BAAAD%2CGwFhIK%2CwBxFgIJ%3BAKhED%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBxFgIJ%3BAM3FD%2CYkFrCK%2CwBxFgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCwFrIK%2CwBxFqIJ%3BAAAD%2CMwFrIK%2CwBxFqIJ%3BAAAD%2CGwFrIK%2CwBxFqIJ%3BAKrED%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBxFqIJ%3BAMhGD%2CYkFrCK%2CwBxFqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCwF1IK%2CwBxF0IJ%3BAAAD%2CMwF1IK%2CwBxF0IJ%3BAAAD%2CGwF1IK%2CwBxF0IJ%3BAK1ED%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBxF0IJ%3BAMrGD%2CYkFrCK%2CwBxF0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CCiFzLK%2CwBjFyLJ%3BAAAD%2CMiFzLK%2CwBjFyLJ%3BAAAD%2CGiFzLK%2CwBjFyLJ%3BAACD%2CCiF1LK%2CwBjF0LJ%3BAAAD%2CMiF1LK%2CwBjF0LJ%3BAAAD%2CGiF1LK%2CwBjF0LJ%3BAACD%2CCiF3LK%2CwBjF2LJ%3BAAAD%2CMiF3LK%2CwBjF2LJ%3BAAAD%2CGiF3LK%2CwBjF2LJ%3BAF3HD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBjFyLJ%3BAFzHD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBjF0LJ%3BAF1HD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBjF2LJ%3BADtJD%2CYkFrCK%2CwBjFyLJ%3BADpJD%2CYkFrCK%2CwBjF0LJ%3BADrJD%2CYkFrCK%2CwBjF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCiFhMK%2CwBjFgMJ%3BAAAD%2CMiFhMK%2CwBjFgMJ%3BAAAD%2CGiFhMK%2CwBjFgMJ%3BAACD%2CCiFjMK%2CwBjFiMJ%3BAAAD%2CMiFjMK%2CwBjFiMJ%3BAAAD%2CGiFjMK%2CwBjFiMJ%3BAACD%2CQAAQ%2CUAAW%2CEiFlMd%3BAjFkML%2CQAAQ%2CUAAW%2COiFlMd%3BAjFkML%2CQAAQ%2CUAAW%2CIiFlMd%3BAnFgEL%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBjFgMJ%3BAFhID%2CKAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%2CwBjFiMJ%3BAACD%2CQAAQ%2CUFlIR%2CMAAK%2CcA4CD%2CiBAGM%2CUmF%5C%2FGL%3BAlFqCL%2CYkFrCK%2CwBjFgMJ%3BAD3JD%2CYkFrCK%2CwBjFiMJ%3BAACD%2CQAAQ%2CUD7JR%2CakFrCK%3BEvFiRL%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BAnFoDL%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%3BAlFyBL%2CYkFzBK%3BEjF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEuFhQQ%2CgBAAA%3B%3BAjF0IR%2CCiF%5C%2FIK%2C2BjF%2BIJ%3BAAAD%2CMiF%5C%2FIK%2C2BjF%2BIJ%3BAAAD%2CGiF%5C%2FIK%2C2BjF%2BIJ%3BAACD%2CCiFhJK%2C2BjFgJJ%3BAAAD%2CMiFhJK%2C2BjFgJJ%3BAAAD%2CGiFhJK%2C2BjFgJJ%3BAACD%2CCiFjJK%2C2BjFiJJ%3BAAAD%2CMiFjJK%2C2BjFiJJ%3BAAAD%2CGiFjJK%2C2BjFiJJ%3BAF7FD%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjF%2BIJ%3BAF3FD%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjFgJJ%3BAF5FD%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjFiJJ%3BADxHD%2CYkFzBK%2C2BjF%2BIJ%3BADtHD%2CYkFzBK%2C2BjFgJJ%3BADvHD%2CYkFzBK%2C2BjFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiFzDK%2C2BjFyDJ%3BAAAD%2CMiFzDK%2C2BjFyDJ%3BAAAD%2CGiFzDK%2C2BjFyDJ%3BAACD%2CCiF1DK%2C2BjF0DJ%3BAAAD%2CMiF1DK%2C2BjF0DJ%3BAAAD%2CGiF1DK%2C2BjF0DJ%3BAFND%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjFyDJ%3BAFLD%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjF0DJ%3BADjCD%2CYkFzBK%2C2BjFyDJ%3BADhCD%2CYkFzBK%2C2BjF0DJ%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CCiFtEK%2C2BjFsEJ%3BAAAD%2CMiFtEK%2C2BjFsEJ%3BAAAD%2CGiFtEK%2C2BjFsEJ%3BAFlBD%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjFsEJ%3BAD7CD%2CYkFzBK%2C2BjFsEJ%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CCiFlFK%2C2BjFkFJ%3BAAAD%2CMiFlFK%2C2BjFkFJ%3BAAAD%2CGiFlFK%2C2BjFkFJ%3BAACD%2CCiFnFK%2C2BjFmFJ%3BAAAD%2CMiFnFK%2C2BjFmFJ%3BAAAD%2CGiFnFK%2C2BjFmFJ%3BAACD%2CQAAQ%2CUAAW%2CEiFpFd%3BAjFoFL%2CQAAQ%2CUAAW%2COiFpFd%3BAjFoFL%2CQAAQ%2CUAAW%2CIiFpFd%3BAnFoDL%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjFkFJ%3BAF9BD%2CKAAK%2CcA4CD%2CiBAGM%2CUmFnGL%2C2BjFmFJ%3BAACD%2CQAAQ%2CUFhCR%2CMAAK%2CcA4CD%2CiBAGM%2CUmFnGL%3BAlFyBL%2CYkFzBK%2C2BjFkFJ%3BADzDD%2CYkFzBK%2C2BjFmFJ%3BAACD%2CQAAQ%2CUD3DR%2CakFzBK%3BEvFqQL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAiF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BAnF4CL%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%3BAlFiBL%2CYkFjBK%3BEjFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEuFxPQ%2CgBAAA%3B%3BAjFkIR%2CCiFvIK%2C6BjFuIJ%3BAAAD%2CMiFvIK%2C6BjFuIJ%3BAAAD%2CGiFvIK%2C6BjFuIJ%3BAACD%2CCiFxIK%2C6BjFwIJ%3BAAAD%2CMiFxIK%2C6BjFwIJ%3BAAAD%2CGiFxIK%2C6BjFwIJ%3BAACD%2CCiFzIK%2C6BjFyIJ%3BAAAD%2CMiFzIK%2C6BjFyIJ%3BAAAD%2CGiFzIK%2C6BjFyIJ%3BAF7FD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjFuIJ%3BAF3FD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjFwIJ%3BAF5FD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjFyIJ%3BADxHD%2CYkFjBK%2C6BjFuIJ%3BADtHD%2CYkFjBK%2C6BjFwIJ%3BADvHD%2CYkFjBK%2C6BjFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiFjDK%2C6BjFiDJ%3BAAAD%2CMiFjDK%2C6BjFiDJ%3BAAAD%2CGiFjDK%2C6BjFiDJ%3BAACD%2CCiFlDK%2C6BjFkDJ%3BAAAD%2CMiFlDK%2C6BjFkDJ%3BAAAD%2CGiFlDK%2C6BjFkDJ%3BAFND%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjFiDJ%3BAFLD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjFkDJ%3BADjCD%2CYkFjBK%2C6BjFiDJ%3BADhCD%2CYkFjBK%2C6BjFkDJ%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CCiF9DK%2C6BjF8DJ%3BAAAD%2CMiF9DK%2C6BjF8DJ%3BAAAD%2CGiF9DK%2C6BjF8DJ%3BAFlBD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjF8DJ%3BAD7CD%2CYkFjBK%2C6BjF8DJ%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CCiF1EK%2C6BjF0EJ%3BAAAD%2CMiF1EK%2C6BjF0EJ%3BAAAD%2CGiF1EK%2C6BjF0EJ%3BAACD%2CCiF3EK%2C6BjF2EJ%3BAAAD%2CMiF3EK%2C6BjF2EJ%3BAAAD%2CGiF3EK%2C6BjF2EJ%3BAACD%2CQAAQ%2CUAAW%2CEiF5Ed%3BAjF4EL%2CQAAQ%2CUAAW%2COiF5Ed%3BAjF4EL%2CQAAQ%2CUAAW%2CIiF5Ed%3BAnF4CL%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjF0EJ%3BAF9BD%2CKAAK%2CcA4CD%2CiBAGM%2CUmF3FL%2C6BjF2EJ%3BAACD%2CQAAQ%2CUFhCR%2CMAAK%2CcA4CD%2CiBAGM%2CUmF3FL%3BAlFiBL%2CYkFjBK%2C6BjF0EJ%3BADzDD%2CYkFjBK%2C6BjF2EJ%3BAACD%2CQAAQ%2CUD3DR%2CakFjBK%3BEvF6PL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAkFlHJ%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%2CsBAAA%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%2C4BAAA%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%2CsBAAA%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%3BER%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAQhHA%2CsBRkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAQrHJ%2CsBRkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAQxHR%2CsBR4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BArE7HJ%2CsBqEwHE%2CQAAK%2CQrExHN%3BAACD%2CsBqEuHE%2CQAAK%2CQrEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBqEkHE%2CQAAK%2CQrElHN%3BEACG%2CWAAA%3B%3BAqEwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAQpIR%2CsBRyLM%2CQAAK%3BErE%2BDX%2CeAAA%3B%3BA6ExPA%2CsBR6LE%2CQAAK%2CMACD%3BErE0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBsEsFE%2CQAAK%2CMACD%2CUtEvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBsEiFE%2CQAAK%2CMACD%2CUtElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBsE4EE%2CQAAK%2CMACD%2CUtE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAqE9BI%2CsBA7BF%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBA9BF%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BErE6B9B%2CmBAAA%3B%3BAqEzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BErEsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA6ExPA%2CsBR0OE%2CQAAK%3BErEcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2C4BAAA%3B%3B%3B%3B%3B%3BA4GtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACQA%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%3BAzFlGR%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BE1B2QV%2CiBAAA%3BE0BzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%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%2CgBAAA%3BEACA%2CiBAAA%3B%3BA0FhGA%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%3BAAAF%2CWnHiFA%2CMAAK%2CcA4CD%2CiBAGM%3BAmHhIV%2CWlHsDA%3BEkHrDI%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACLJ%2CUAAW%3BEACP%2CwBAAA%3B%3BACAJ%3BEACI%2CmBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CmBAEI%2CmBAGI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAATZ%2CmBAEI%2CmBASI%2CIAAG%3BEACC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAACA%2CmBAdR%2CmBASI%2CIAAG%2COAKE%3BEACG%2CqBAAA%3B%3BAAGR%2CmBAlBJ%2CmBAkBK%2CQACG%3BEACI%2CqBAAA%3B%3BAAtBhB%2CmBA0BI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAA5BR%2CmBA0BI%2CoBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBANR%2CoBAGI%2CKAGK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CmBAXR%2CoBAGI%2CKAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CmBAdR%2CoBAGI%2CKAWK%3BEACG%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAA5ChB%2CmBA0BI%2CoBAqBI%3BAA%5C%2FCR%2CmBA0BI%2CoBAsBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAlDZ%2CmBA0BI%2CoBAqBI%2CwBAII%3BAAnDZ%2CmBA0BI%2CoBAsBI%2CoBAGI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAArDhB%2CmBA0BI%2CoBA8BI%3BEACI%2CqBAAA%3B%3BAAzDZ%2CmBA0BI%2CoBA8BI%2CeAEI%3BAA1DZ%2CmBA0BI%2CoBA8BI%2CeAEW%3BEACH%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CmBAzCJ%2CoBAyCK%3BEACG%2CcAAA%3B%3BAAGR%2CmBAAC%3BEACG%2CgBAAA%3B%3BAAMR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CkBAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CkBASI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAbR%2CkBASI%2CQAKI%3BEACI%2CYAAA%3B%3BAAfZ%2CkBAkBI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtBR%2CkBAkBI%2CoBAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBARR%2CoBAKI%2CKAGK%3BEACG%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CkBAZR%2CoBAKI%2CKAOK%3BAACD%2CkBAbR%2CoBAKI%2CKAQK%3BEACG%2CiBAAA%3B%3BAAEJ%2CkBAhBR%2CoBAKI%2CKAWK%2CaAAa%3BEACV%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CkBApBR%2CoBAKI%2CKAeK%3BEACG%2CcAAA%3B%3BAAvChB%2CkBAkBI%2CoBAwBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAA9CZ%2CkBAkBI%2CoBAwBI%2CiBAKI%3BAA%5C%2FCZ%2CkBAkBI%2CoBAwBI%2CiBAMI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAApDhB%2CkBAkBI%2CoBAwBI%2CiBAYI%3BAAtDZ%2CkBAkBI%2CoBAwBI%2CiBAaI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAACA%2CkBA%5C%2FCZ%2CoBAwBI%2CiBAYI%2CWAWK%3BAAAD%2CkBA%5C%2FCZ%2CoBAwBI%2CiBAaI%2CeAUK%3BEACG%2CqBAAA%3B%3BAAlEpB%2CkBAkBI%2CoBAwBI%2CiBA2BI%3BEACI%2CaAAA%3B%3BAAtEhB%2CkBAkBI%2CoBAwBI%2CiBA8BI%3BEACI%2CcAAA%3B%3BAAzEhB%2CkBAkBI%2CoBAwBI%2CiBAiCI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA7EhB%2CkBAkBI%2CoBAwBI%2CiBAqCI%3BEACI%2CUAAA%3B%3BAAhFhB%2CkBAkBI%2CoBAwBI%2CiBAqCI%2CSAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAvFpB%2CkBAkBI%2CoBAwBI%2CiBAqCI%2CSAEI%2CiBAOI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CkBA1EpB%2CoBAwBI%2CiBAqCI%2CSAEI%2CiBAOI%2CKAIK%3BEACG%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3B%3BAAjG5B%2CkBAkBI%2CoBAwBI%2CiBAqCI%2CSAsBI%3BEACI%2CaAAA%3B%3BAAShB%2CwBAL%2BC%3BEAK%5C%2FC%2CkBA7FA%2CoBAyFQ%3BIACI%2CeAAA%3B%3B%3BAA5GhB%2CkBAgHI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CkBAgHI%2COAII%3BEACI%2CcAAA%3B%3BAACA%2CkBANR%2COAII%2CeAEK%3BEACG%2CeAAA%3BEACA%2C0BAAA%3B%3BAAMhB%3BEACI%2CeAAA%3B%3BAAGJ%2CeAEI%2CcACI%3BAAFR%2CeACI%2CcACI%3BEACI%2CaAAA%3B%3BAAKZ%2CeAAe%2CcACX%2CQAAO%2CMACH%3BEACI%2CkBAAA%3B%3BAAKZ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcACI%3BEACI%2CaAAA%3B%3B%3BAAMR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CuCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2C0BAAC%2CSACG%3BAADJ%2C0BAAC%2CSAEG%3BEACI%2CYAAA%3B%3BAAIR%2C0BAAC%3BEACG%2CgBAAA%3B%3BAAEA%2C0BAHH%2CQAGI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2C0BAuBI%3BEACI%2CcAAA%3B%3BAAEA%2C0BAHJ%2CYAGK%3BEACG%2CmBAAA%3B%3BAAKJ%2C0BADJ%2CcACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FCZ%2C0BA%2BBI%2CcAmBI%3BEACI%2CkBAAA%3B%3BAAnDZ%2C0BAuDI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CoBAAA%3B%3BAADJ%2CaAEI%3BEACI%2CUAAA%3B%3BAAHR%2CaAKI%3BEACI%2CYAAA%3B%3B%3BAAMR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAARR%2C0BAII%2CcAKI%3BEACI%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2C0BAII%2CcAaI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvBZ%2C0BAII%2CcAqBI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBZ%2C0BAII%2CcAqBI%2CyCAOI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAtChB%2C0BAII%2CcAqBI%2CyCAeI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA3ChB%2C0BAII%2CcAqBI%2CyCAoBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FChB%2C0BAII%2CcAqBI%2CyCAwBI%2COAAM%3BAAjDlB%2C0BAII%2CcAqBI%2CyCtH%5C%2FQR%2CMAAK%2CcA4CD%2CiBAGM%2CUsHwPQ%3BAAjDlB%2C0BAII%2CcAqBI%2CyCrH1SR%2CaqHkUkB%3BEACF%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAArDhB%2C0BAII%2CcAqDI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAA7DZ%2C0BAII%2CcA4DI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAIA%2C0BApER%2CcAmEI%2CgBACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAYZ%2CmBAPqC%3BEAOrC%2C0BANI%2CcACI%3BIACI%2CaAAA%3B%3B%3BAAoBZ%2CmBAhBqC%3BEAgBrC%2C0BAfI%3BIACI%2CcAAA%3B%3BEAcR%2C0BAfI%2CcAEI%3BIACI%2CeAAA%3B%3BEAYZ%2C0BAfI%2CcAKI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAOZ%2C0BAfI%2CcAUI%3BIACI%2CkBAAA%3B%3B%3BAAgChB%2CmBA5ByC%3BEA4BzC%2C0BA3BQ%3BIACI%2CyBAAA%3B%3BEA0BZ%2C0BA3BQ%2CcAEI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAuBhB%2C0BA3BQ%2CcAMI%2CmCAAkC%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmBhB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCAG9B%3BIACI%2COAAO%2CkBAAP%3BIACA%2C%2BBAAA%3B%3BEAgBpB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCAO9B%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAWpB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCAY9B%2COAAM%3BEAStB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCtHhX9C%2CMAAK%2CcA4CD%2CiBAGM%2CUsH6UY%3BEAStB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCrH3Y9C%2CaqHuZsB%3BIACF%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAOpB%2CwBAEI%3BAADJ%2CqBACI%3BEACI%2CaAAA%3B%3BAAGR%2CMAAM%2CgBAAgB%3BEAClB%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%3BEACI%2CaAAA%3B%3BAALR%2CiBAOI%3BEACI%2CUAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CkBAII%3BEACI%2CgBAAgB%2C6DAAhB%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CMAAM%2CiBAAN%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqCAGI%3BAAFJ%2CqCAEI%3BAADJ%2CwBACI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAARR%2CqCAGI%2CaAMI%2C2BACI%3BAATZ%2CqCAEI%2CaAMI%2C2BACI%3BAARZ%2CwBACI%2CaAMI%2C2BACI%3BEACI%2CgBAAA%3B%3BAAXhB%2CqCAGI%2CaAWI%3BAAbR%2CqCAEI%2CaAWI%3BAAZR%2CwBACI%2CaAWI%3BEACI%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAjBZ%2CqCAoBI%3BAAnBJ%2CqCAmBI%3BAAlBJ%2CwBAkBI%3BEACI%2CaAAA%3B%3BAAIR%2CwBACI%2CcACI%2COAAM%3BEACF%2CiBAAA%3B%3BAAHZ%2CwBACI%2CcACI%2COAAM%2CKAEF%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CeAAA%3B%3BAANhB%2CwBACI%2CcACI%2COAAM%2CKAMF%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAXhB%2CwBACI%2CcACI%2COAAM%2CKAWF%2CKAAI%3BEACA%2CcAAA%3B%3BAAahB%2CmBAPsC%3BEAClC%3BIACI%2CgBAAA%3BIACA%2CMAAM%2CkBAAN%3B%3B%3B%3BAAIR%2CYAAa%2C2BAA2B%2CcAAc%2CyCAAyC%3BEAC3F%2CYAAA%3B%3BAAEJ%2CYAAa%2C2BAA2B%2CcAAc%2CyCAAyC%3BEAC3F%2CYAAA%3B%3BAA2BJ%2CmBAzBqC%3BEACjC%2CYACI%2C0BACI%2CgCACI%3BIACI%2CaAAA%3B%3BEAJhB%2CYACI%2C0BACI%2CgCAII%3BIACI%2CoBAAA%3B%3BEAPhB%2CYACI%2C0BACI%2CgCAII%2CMAEI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEACA%2CYAXhB%2C0BACI%2CgCAII%2CMAEI%2CGAAE%2CIAIG%3BEACD%2CYAZhB%2C0BACI%2CgCAII%2CMAEI%2CGAAE%2CIAKG%3BEAbrB%2CYACI%2C0BACI%2CgCAII%2CMAEI%2CGAAE%2CIAME%2CGAAE%3BIACE%2CcAAA%3B%3B%3B%3BAAS5B%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeAEI%3BAANpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAXxB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeASI%3BAAbpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSAQI%3BAAbpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeAUI%3BAAdpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSASI%3BEACI%2CYAAA%3B%3BAAfxB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeAaI%3BAAjBpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSAYI%3BEACI%2CSAAA%3B%3BAAQhB%2CIA1BJ%2CIAAI%2CcAyBJ%2C2BACK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CIA9BJ%2CIAAI%2CcAyBJ%2C2BAKK%3BEACG%2CiBAAA%3B%3BAA%5C%2FBZ%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%3BEACI%2CkBAAA%3B%3BAACA%2CIAnCR%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAEK%3BEACG%2COAAA%3B%3BAApChB%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAKI%3BAAtCZ%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAMI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3B%3BAAzChB%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAUI%3BEACI%2CiBAAA%3B%3BAA5ChB%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAaI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CyBACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3B%3BACroBZ%3BAAaA%2CaAAa%2CSAkCZ%2CcAEC%2CSACC%3BAArCH%2CaAAa%2CSAkCZ%2CcAEC%2CSAIC%3BAAxCH%2CaAAa%2CSAkCZ%2CcAkCC%3BEAhFD%2CeAAA%3BEACA%2CYAAA%3BEAEA%2CiBAAA%3B%3BAAGD%2CSAAS%3BAACT%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CaAAa%3BEACZ%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJD%2CaAAa%2CSAKZ%3BEACC%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAPF%2CaAAa%2CSASZ%3BEACC%2CUAAA%3B%3BAAVF%2CaAAa%2CSAYZ%3BEACC%2CUAAA%3B%3BAAbF%2CaAAa%2CSAeZ%3BEACC%2CuBAAA%3B%3BAAhBF%2CaAAa%2CSAkBZ%3BEACC%2CkBAAA%3B%3BAACA%2CaApBW%2CSAkBZ%2CWAEE%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAA1BH%2CaAAa%2CSA6BZ%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAaG%2CKAAM%2CsBAAsB%2CcA7CpB%2CSAkCZ%2CcAEC%2CSAOE%2CWACA%3BEAEE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAACA%2CKALK%2CsBAAsB%2CcA7CpB%2CSAkCZ%2CcAEC%2CSAOE%2CWACA%2CUAMG%3BEACA%2CuCAAA%3B%3BAAKF%2CKAAM%2CsBAAsB%2CcAxDpB%2CSAkCZ%2CcAEC%2CSAOE%2CWAYA%3BEAEE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3B%3BAACA%2CKALK%2CsBAAsB%2CcAxDpB%2CSAkCZ%2CcAEC%2CSAOE%2CWAYA%2CUAMG%3BEACA%2CuCAAA%3B%3BAAUN%2CaAxEY%2CSAwEX%3BEACA%2CcAAA%3B%3BAAED%2CaA3EY%2CSA2EX%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAED%2CaA%5C%2FEY%2CSA%2BEX%3BEACA%2CUAAA%3B%3BAAhFF%2CaAAa%2CSAkFZ%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEAEA%2CiBAAA%3B%3BAAvFF%2CaAAa%2CSAkFZ%2CUAMC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEAEA%2C4BAAA%3B%3BAA5FH%2CaAAa%2CSAkFZ%2CUAYC%3BEACC%2CUAAA%3BEAEA%2C8BAAA%3B%3BAAjGH%2CaAAa%2CSAkFZ%2CUAiBC%3BEACC%2CsBAAA%3BEACA%2CYAAA%3B%3BAArGH%2CaAAa%2CSAwGZ%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAAED%2CaA5GY%2CSA4GX%3BEACA%2CcAAA%3B%3BAADD%2CaA5GY%2CSA4GX%2CQAEA%3BEACC%2CYAAA%3B%3BAA%5C%2FGH%2CaAAa%2CSAkHZ%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAArHF%2CaAAa%2CSAuHZ%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6CAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEAEA%2C4BAAA%3B%3BAACA%2CaApIW%2CSAuHZ%2CqBAaE%3BEAEA%2CYAAY%2CeAAZ%3B%3BAAtIH%2CaAAa%2CSAyIZ%2CmBACC%3BEACC%2CaAAA%3B%3BAA3IH%2CaAAa%2CSAyIZ%2CmBAIC%3BEACC%2CaAAA%3B%3BAA9IH%2CaAAa%2CSAiJZ%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEAEA%2C8BAAA%3B%3BAAxJF%2CaAAa%2CSA0JZ%3BEACC%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5JF%2CaAAa%2CSA8JZ%2CaAAa%3BEACZ%2CaAAA%3B%3BAAED%2CaAjKY%2CSAiKX%2CmBAAoB%3BEAEpB%2CiBAAA%3B%3BAAnKF%2CaAAa%2CSAqKZ%2CaACC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2COAAO%2CkBAAP%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA5KH%2CaAAa%2CSAqKZ%2CaACC%2CgBAOC%3BEAIC%2CWAAA%3BEAEA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAxLJ%2CaAAa%2CSAqKZ%2CaACC%2CgBAoBC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FLJ%2CaAAa%2CSAqKZ%2CaACC%2CgBA2BC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEC%2CaAvMQ%2CSAqKZ%2CaACC%2CgBA2BC%2CSAKC%2CEACE%2COAAO%3BEACP%2CYAAA%3B%3BAAxMN%2CaAAa%2CSAqKZ%2CaACC%2CgBA2BC%2CSAUC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7ML%2CaAAa%2CSAmNZ%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAAIF%3BEACC%3BIACC%2CUAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2CUAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3B%3BAAIF%3BEAEC%2CoCAAA%3B%3BAAGD%2CUAAU%2CaACT%2CcACC%3BEACC%2CqBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAALH%2CUAAU%2CaACT%2CcACC%2CSAIC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CUAvBO%2CaACT%2CcACC%2CSAqBE%2CMACA%3BEACC%2CgBAAA%3B%3BAAzBL%2CUAAU%2CaACT%2CcA4BC%2CSAAQ%2COACP%3BEACC%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAhCJ%2CUAAU%2CaAoCT%2CSACC%2CiBACC%3BEACC%2CkBAAA%3B%3BAAMJ%2CUACC%3BEAEC%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAJF%2CUACC%2CcAIC%2CSAGC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CUAAA%3BEACA%2CoCAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C%2BBAAgC%2CWAzBnC%2CcAIC%2CSAGC%3BEAmBE%2CuBAAA%3B%3BAAED%2CUA5BH%2CcAIC%2CSAGC%2CcAqBE%3BEACA%2CUAAA%3B%3BAACA%2C%2BBAAgC%2CWA9BpC%2CcAIC%2CSAGC%2CcAqBE%3BEAGC%2CWAAA%3B%3BAAED%2CUAjCJ%2CcAIC%2CSAGC%2CcAqBE%2CSAKC%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACkB%2CWAAW%2CcAAX%3BEAClB%2CwEAAA%3BEACA%2CgEAAA%3B%3BAAED%2CUAhDJ%2CcAIC%2CSAGC%2CcAqBE%2CSAoBC%3BEACA%2CgBAAA%3B%3BAAGF%2CUApDH%2CcAIC%2CSAGC%2CcA6CE%3BEACA%2CWAAA%3B%3BAACA%2C%2BBAAgC%2CWAtDpC%2CcAIC%2CSAGC%2CcA6CE%3BEAGC%2CYAAA%3B%3BAAED%2CUAzDJ%2CcAIC%2CSAGC%2CcA6CE%2CSAKC%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CwEAAA%3BEACA%2CgEAAA%3B%3BAAED%2CUAvEJ%2CcAIC%2CSAGC%2CcA6CE%2CSAmBC%3BEACA%2CgBAAA%3B%3BAAGF%2CUA3EH%2CcAIC%2CSAGC%2CcAoEE%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2C%2BBAAgC%2CWA%5C%2FEpC%2CcAIC%2CSAGC%2CcAoEE%3BEAKC%2CuBAAA%3BEACA%2CWAAA%3B%3BAAED%2CUAnFJ%2CcAIC%2CSAGC%2CcAoEE%2CMAQC%3BAACD%2CUApFJ%2CcAIC%2CSAGC%2CcAoEE%2CMASC%3BEACA%2CsBAAA%3B%3BAACA%2C%2BBAAgC%2CWAtFrC%2CcAIC%2CSAGC%2CcAoEE%2CMAQC%3BAAGA%2C%2BBAAgC%2CWAtFrC%2CcAIC%2CSAGC%2CcAoEE%2CMASC%3BEAGC%2CkBAAA%3B%3BAAxFP%2CUACC%2CcAIC%2CSAwFC%3BEACC%2CYAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FFJ%2CUAoGC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2C%2BBAAgC%2CWAJjC%3BEAKE%2CkBAAA%3BEACA%2CaAAA%3B%3BAASG%2CUALJ%2C6BACA%2CcACC%2CSACC%2CcACE%2CMACC%3BAACD%2CUANJ%2C6BACA%2CcACC%2CSACC%2CcACE%2CMAEC%3BEACA%2CgBAAA%3B%3BAASP%2CMAAO%3BEACN%2CcAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CSAAA%3B%3BAAED%3BEACC%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3B%3BAATD%2CQAUC%3BEACC%2CkBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CKAAK%2CgBAAL%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAArBF%2CQAwBC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAArCF%2CQAwCC%2CeAAc%3BEACb%2CQAAA%3BEACA%2COAAA%3BEACA%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CuDAAA%3BEACA%2C2DAAA%3BEACA%2CwDAAA%3BEACA%2CgCAAA%3B%3BAAhDF%2CQAmDC%2CeAAc%3BEACb%2CSAAA%3BEACA%2COAAA%3BEACA%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CuDAAA%3BEACA%2C2DAAA%3BEACA%2CwDAAA%3BEACA%2C%2BBAAA%3B%3BAA3DF%2CQA8DC%2CeAAc%3BEACb%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqDAAA%3BEACA%2CwDAAA%3BEACA%2CyDAAA%3BEACA%2C6DAAA%3BEACA%2C0DAAA%3BEACA%2C6BAAA%3B%3BAAtEF%2CQAyEC%2CsBAAsB%2CeAAe%2CsBAAsB%3BEAC1D%2CqBAAA%3B%3BAA1EF%2CQA4EC%2CsBAAsB%2CeAAe%2CsBAAsB%2CQAAO%3BEACjE%2C6BAAA%3BEACA%2CmBAAA%3B%3BAA9EF%2CQAgFC%2CsBAAsB%2CeAAe%2CsBAAsB%2CQAAO%3BEACjE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEACC%3BIACC%2CWAAW%2CeAAe%2CgBAAgB%2CaAA1C%3B%3BEAED%3BIACC%2CWAAW%2CeAAe%2CgBAAgB%2CeAA1C%3B%3B%3BAAIF%3BEACC%3BIACC%2CcAAc%2CeAAe%2CgBAAgB%2CaAA7C%3B%3BEAED%3BIACC%2CcAAc%2CeAAe%2CgBAAgB%2CeAA7C%3B%3B%3BAAIF%3BEACC%3BIACC%2CeAAe%2CeAAe%2CgBAAgB%2CaAA9C%3B%3BEAED%3BIACC%2CeAAe%2CeAAe%2CgBAAgB%2CeAA9C%3B%3B%3BAAIF%3BEACC%3BIACC%2CmBAAmB%2CeAAe%2CgBAAgB%2CaAAlD%3B%3BEAED%3BIACC%2CmBAAmB%2CeAAe%2CgBAAgB%2CeAAlD%3B%3B%3BAAIF%3BEACC%3BIACC%2CgBAAgB%2CeAAe%2CgBAAgB%2CaAA%5C%2FC%3B%3BEAED%3BIACC%2CgBAAgB%2CeAAe%2CgBAAgB%2CeAA%5C%2FC%3B%3B%3BAAIF%3BEACC%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CaAAzC%3B%3BEAED%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CeAAzC%3B%3B%3BAAIF%3BEACC%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CaAA5C%3B%3BEAED%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CeAA5C%3B%3B%3BAAIF%3BEACC%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CaAA7C%3B%3BEAED%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CeAA7C%3B%3B%3BAAIF%3BEACC%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CaAAjD%3B%3BEAED%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CeAAjD%3B%3B%3BAAIF%3BEACC%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CaAA9C%3B%3BEAED%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CeAA9C%3B%3B%3BAAIF%3BEACC%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CaAAzC%3B%3BEAED%3BIACC%2CWAAW%2CeAAe%2CeAAe%2CeAAzC%3B%3B%3BAAIF%3BEACC%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CaAA5C%3B%3BEAED%3BIACC%2CcAAc%2CeAAe%2CeAAe%2CeAA5C%3B%3B%3BAAIF%3BEACC%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CaAA7C%3B%3BEAED%3BIACC%2CeAAe%2CeAAe%2CeAAe%2CeAA7C%3B%3B%3BAAIF%3BEACC%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CaAAjD%3B%3BEAED%3BIACC%2CmBAAmB%2CeAAe%2CeAAe%2CeAAjD%3B%3B%3BAAIF%3BEACC%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CaAA9C%3B%3BEAED%3BIACC%2CgBAAgB%2CeAAe%2CeAAe%2CeAA9C%3B%3B%3BAAKH%2CqBAAqB%2CYACpB%2CQAAO%2CKACN%2CeAAc%2CQAAS%2CeACtB%2CQAAO%3BEACN%2CeAAA%3B%3BAAKJ%2CqBACC%2CQAAO%2CKACN%2CeAAc%2CQAAS%2CeACtB%2CQAAO%3BEACN%2CiBAAA%3B%3BAAJJ%2CqBACC%2CQAAO%2CKAMN%2CeAAc%2CiBAAkB%2CcAAc%2CmBAAmB%2CsBAAsB%2COAAM%2COAAO%3BEACnG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAA%2BBH%3B%3B%3BAAAA%2CiBAEC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BEACvD%2CSAAS%2COAAT%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAARF%2CiBAUC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BEAC%5C%2FE%2CSAAS%2COAAT%3B%3BAAXF%2CiBAaC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%3BEAC9C%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAfF%2CiBAiBC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BEACvD%2CSAAS%2COAAT%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAvBF%2CiBAyBC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BEAC%5C%2FE%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAA7BF%2CiBA%2BBC%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CyBAAyB%3BEAChF%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3B%3BAApCF%2CiBAsCC%2CgCAA%2BB%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BEACtF%2CYAAA%3B%3BAAGA%2CiBADD%2CWAAW%2CcAAc%2CSAAS%2CcAAa%2CMAC7C%3BEACA%2CkCAAA%3BEACA%2CWAAA%3B%3BAA5CH%2CiBA%2BCC%2C8BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BAA%5C%2FCnF%2CiBA%2BC6F%2C8BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BEAC7K%2CuBAAA%3B%3BAASF%2CgBAJwC%2C2BAA8B%3B%3BEAnDrE%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%3BIAC9C%2C4BAAA%3BIACA%2CsBAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CyBAAyB%3BIAChF%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CUAAA%3B%3BEAED%2C%2BBAA%2BB%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACtF%2CYAAA%3B%3BEAGA%2CUADU%2CcAAc%2CSAAS%2CcAAa%2CMAC7C%3BIACA%2CkCAAA%3BIACA%2CWAAA%3B%3BEAGF%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BEAAU%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BIAC7K%2CuBAAA%3B%3B%3BAASF%3B%3BEAvDC%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%3BIAC9C%2C4BAAA%3BIACA%2CsBAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACvD%2CSAAS%2COAAT%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CwBAAwB%3BIAC%5C%2FE%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAED%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%2CyBAAyB%3BIAChF%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CUAAA%3B%3BEAED%2C%2BBAA%2BB%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CSAAS%3BIACtF%2CYAAA%3B%3BEAGA%2CUADU%2CcAAc%2CSAAS%2CcAAa%2CMAC7C%3BIACA%2CkCAAA%3BIACA%2CWAAA%3B%3BEAGF%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BEAAU%2C6BAA6B%2CUAAW%2CcAAc%2CSAAS%2CcAAa%2CMAAM%3BIAC7K%2CuBAAA%3B%3B%3BA5FnvBE%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CMACM%3BEACE%2CgBAAA%3B%3BAA%5C%2FBhB%2COACI%2CgBAkCI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAAvCpB%2COACI%2CgBA2CI%2CeACI%3BEACI%2CWAAA%3BE%5C%2FBkPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO%2BB3CI%2CgBA2CI%2CeACI%2CiB%5C%2FBDX%3BAACD%2CO%2BB5CI%2CgBA2CI%2CeACI%2CiB%5C%2FBAX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO%2BBjDI%2CgBA2CI%2CeACI%2CiB%5C%2FBKX%3BEACG%2CWAAA%3B%3BA%2BBnDJ%2COACI%2CgBA2CI%2CeACI%2CiB6FwDZ%3BEACI%2CWAAA%3B%3BA7FtGJ%2COACI%2CgBA2CI%2CeACI%2CiB6F7BZ%3BA7FhBA%2COACI%2CgBA2CI%2CeACI%2CiB6F5BZ%3BEACI%2CqBAAA%3B%3BA7FlBJ%2COACI%2CgBA2CI%2CeACI%2CiB6F7BZ%2CSAQI%2CEAAC%3BA7FxBL%2COACI%2CgBA2CI%2CeACI%2CiB6F5BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BA7FzBR%2COACI%2CgBA2CI%2CeACI%2CiB6FfZ%2CSACI%3BE5HiQJ%2CiBAAA%3B%3BA%2BBhSA%2COACI%2CgBA2CI%2CeACI%2CiB6FLZ%2CWAKI%2CEAAC%3BE5HmPL%2CeAAA%3B%3BA%2BBhSA%2COACI%2CgBA2CI%2CeACI%2CiB6FWZ%3BA7FxDA%2COACI%2CgBA2CI%2CeACI%2CiB6FYZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA7F3DJ%2COACI%2CgBA2CI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAtDpB%2COACI%2CgBA0DI%3BEACI%2CcAAA%3B%3BAA5DZ%2COACI%2CgBA8DI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAADJ%2CkBAII%3BE%5C%2FBsNJ%2CiBAAA%3B%3BA%2BB1NA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CmBAAA%3B%3BAvB9EZ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BERoRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAQI%3BEACI%2CaAAA%3B%3BAATR%2CyBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CyBAoBI%2CQAAO%3BEACH%2CmBAAA%3B%3BAArBR%2CyBAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3BZ%2CyBAmCI%3BERqPJ%2CmBAAA%3BEQlPQ%2CkBAAA%3B%3BAAtCR%2CyBAmCI%2CsBAKM%2CSAAS%3BERgPnB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAmCI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAZR%2CsBASI%2CgBAGK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBASI%2CgBAOM%3BERqOd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEQnOgB%2CcAAA%3B%3BAArDhB%2CyBAmCI%2CsBAsBI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA7DhB%2CyBAmCI%2CsBA8BI%2CYACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApEhB%2CyBAmCI%2CsBAyCI%2CqBACM%3BEAEE%2CmBAAA%3B%3BAA%5C%2FEhB%2CyBAmFI%2CQACI%2COAAM%3BERoMd%2CgBAAA%3B%3BAQxRA%2CyBAmFI%2CQACI%2COAAM%2CIACF%3BERmMZ%2CgBAAA%3BEAAA%2CeAAA%3BEQhMgB%2CqBAAA%3B%3BAAxFhB%2CyBA%2BFI%2CEAAC%3BERyLL%2CcAAA%3B%3BAQxRA%2CyBAmGI%3BEACI%2CWAAA%3B%3BAqHpGR%3BE7HwRA%2CmBAAA%3BEAAA%2CWAAA%3BE6HrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BE7H2QR%2CiBAAA%3BE6HzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BE7HqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA8H9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BE7H6PR%2CiBAAA%3BE6H3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BE7HwPR%2CeAAA%3BE6HtPY%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%3BE7HuOR%2CiBAAA%3B%3BA6HxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BE7H2Nb%2CiBAAA%3BE6HzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAzHrEhB%3BEJ0RA%2CmBAAA%3BEIvRI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CaAMM%3BEACE%2CcAAA%3BEJmRR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAI1RA%2CaAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CaAWI%2COAII%3BEACI%2CcAAA%3B%3BAAhBZ%2CaAWI%2COAQI%3BEACI%2CuBAAA%3B%3BAApBZ%2CaAWI%2COAQI%2CUAGI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAdZ%2COAQI%2CUAGI%2COAGK%3BEACG%2CeAAA%3B%3BAA1BpB%2CaAWI%2COAQI%2CUAWI%2CSACI%2COACM%3BEACE%2CeAAA%3B%3BAAwBxB%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CYAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CYAUI%2CUAAS%3BEACL%2CaAAA%3B%3BAAKR%2CKAAK%2CcACD%2COACI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAHZ%2CKAAK%2CcACD%2COAKM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAARZ%2CKAAK%2CcAYD%3BEACI%2CiBAAA%3B%3BAAEA%2CKAfH%2CcAYD%2CKAGK%2CIACG%3BEACI%2CgBAAA%3B%3BAAWR%2CKA5BH%2CcA2BD%2CMACK%2CQAAS%3BEACN%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CKAnCP%2CcA2BD%2CMAOI%2CKACK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAvChB%2CKAAK%2CcA4CD%2CiBAGM%3BAC1EV%3BEL4OA%2CqBAAA%3BEMxHA%2CqBAAA%3BEFvCY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAEwCZ%2CKF3FK%2CcA4CD%2CiBAGM%2CUE4CT%3BAACD%2CKF5FK%2CcA4CD%2CiBAGM%2CUE6CT%3BAACD%2CKF7FK%2CcA4CD%2CiBAGM%2CUE8CT%3BADxHD%2CYCsHC%3BADtHD%2CYCuHC%3BADvHD%2CYCwHC%3BEACG%2CqBAAA%3B%3BAFzCQ%2CKArDP%2CcA4CD%2CiBAGM%2CUAMG%3BAChFb%2CYDgFa%3BEACG%2CeAAA%3B%3BAAMR%2CKA5DH%2CcA2DD%2CQACK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAnEH%2CcAkED%2CSACK%3BEACG%2CcAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKA7EH%2CcAkED%2CSAWK%3BEACG%2CmBAAA%3B%3BAAGJ%2CKAjFH%2CcAkED%2CSAeK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CKAzFH%2CcAwFD%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA1FZ%2CKAAK%2CcA%2BFD%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAjGR%2CKAAK%2CcAsGD%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAvGR%2CKAAK%2CcA8GD%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeAKI%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CeAKI%2CwBAKI%2CQAAO%3BEAEH%2CWAAA%3B%3BAAIA%2CeAXR%2CwBAUI%2CMACQ%3BEACA%2CgBAAA%3B%3BAAOhB%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CsBAOI%2COAII%2COACM%3BEACE%2CgBAAA%3B%3BAAMhB%3BEACI%2CgCAAA%3B%3BAAOJ%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2CiBAAA%3B%3BAoBzPR%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CeA%2BCI%2CeACM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CeA%2BCI%2CeACM%2CWAII%3BEACE%2CmBAAA%3B%3BAAGI%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeAfpB%2CeACM%2CWAII%2CWAGE%2CQACK%2CQAMI%3BEACG%2CgBAAA%3B%3BAA%5C%2FD5B%2CeAuEI%3BAAvEJ%2CeAwEI%3BAAxEJ%2CeAyEI%3BAAzEJ%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEIjDA%2CqBAAA%3BEACA%2CkBAAA%3BEJoEI%2CYAAA%3B%3BAxBtEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAwB2CJ%2CiBI9CA%3BEAEI%2CeAAA%3BE5B8OJ%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B%5C%2FOQ%2CO9B%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2CiBDKJ%2CiBCNC%2COACI%3BE7BqPL%2CcAAA%3B%3BA4BqEA%2CiBArTA%2CiBAqTC%3BE5BrED%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B%5C%2FOQ%2CO9B%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE7BqPL%2CcAAA%3B%3BAwBlMA%2CiBIyIA%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CyCAAA%3B%3BAwBlMA%2CiBIyIA%2CgBAsBI%3BE5BmCJ%2CSAAA%3B%3BA4B3BQ%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%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BE5B%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4BoRA%2CiBA7UA%2CgBA6UC%3BE5BpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAJ1LR%2CiBAsBI%3BExB4KJ%2CkBAAA%3B%3BAwBlMA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlCZ%2CiBA8BI%2CSACI%2CSAKM%3BAApCd%2CiBA8BI%2CSACI%2CSAMM%3BEACE%2CeAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BExBsJT%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEwB9IY%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAZJ%2CiBADJ%2CQACK%2CMK0IP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CiBLiHI%2CQACK%2CMKlHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBLoGA%2CQACK%2CMKtGR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CiBL8FA%2CQACK%2CMKhGR%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CiBkB1GI%2CQACK%2CMlByGR%3BAACD%2CiBkB3GI%2CQACK%2CMlB0GR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkBhHI%2CQACK%2CMlB%2BGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkBrHI%2CQACK%2CMlBoHR%3BAACD%2CiBkBtHI%2CQACK%2CMlBqHR%3BAACD%2CQAAQ%2CUAAW%2CkBkBvHf%2CQACK%3BElBuHL%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAwBvIQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%3BExBgIpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEwB3HgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBArCZ%2CQAgBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BExB6GtB%2CeAAA%3B%3BAwBlMA%2CiBAiGI%3BEACI%2CgBAAA%3B%3BAAIR%3BExB4FA%2CsBAAA%3BEAAA%2CeAAA%3BEwBzFI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BExBmFA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAyBuFA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BExB6Eb%2C0BAAA%3B%3BAwBzEQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%2CSACM%3BAAvCV%2CeAsCI%2CSAEM%3BEACE%2CWAAA%3B%3BAAzCZ%2CeAsCI%2CSAMI%3BExBuCR%2CcAAA%3BE6BhOA%2CqBAAA%3BELkMY%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAK9LZ%2CeL6KI%2CSAMI%2CQKnLP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BALnGY%2CeAnBR%2CSAMI%2CQAaK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAKzIhB%2CeLmHI%2CSA0BK%2COACK%2CUK9Ib%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAwBnFA%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5ER%2CeA0EI%2CmBAII%3BExBKR%2CcAAA%3B%3BAwBnFA%2CeAmFI%3BEACI%2CkBAAA%3B%3BAApFR%2CeAmFI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAvFZ%2CeAmFI%2CsBAOI%3BAA1FR%2CeAmFI%2CsBAQI%3BEACI%2CeAAA%3B%3BAA5FZ%2CeAmFI%2CsBAYI%2CMAAK%3BExBZb%2CiBAAA%3B%3BAwBnFA%2CeAmFI%2CsBAoBI%3BEACI%2CgBAAA%3B%3BAAxGZ%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%3BExB1BhB%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAL6IA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COKtCd%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CeLmPI%2CSAAQ%2CQACJ%2CSAAQ%2COKpPf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL5JA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COAUJ%3BEACI%2CaAAA%3B%3BAAxHhB%2CeAoII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtIR%2CeAyII%3BExBtDJ%2CiBAAA%3BEwBwDQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5IR%2CeA%2BII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BExBlET%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAL%2BUQ%2CeADJ%2CQACK%2CKK7EP%3BAL8EM%2CeAFJ%2CQAEK%2COK9EP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CeLwUI%2CQACK%2CKKzUR%3BAAAD%2CeLwUI%2CQAEK%2COK1UR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1PY%2CO9B0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeL2TA%2CQACK%2CKK7TR%2CMACI%3BAAAD%2CeL2TA%2CQAEK%2COK9TR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CeLqTA%2CQACK%2CKKvTR%2COACI%3BAAAD%2CeLqTA%2CQAEK%2COKxTR%2COACI%3BE7BqPL%2CcAAA%3B%3BA6BzKA%2CeLyOI%2CQAcK%2COKvPR%3BE7ByKD%2CS8B5PS%2CO9B4PT%3B%3BAS3QA%3BET2QA%2CgBAAA%3B%3BAStQA%3BETsQA%2CgBAAA%3B%3BAStQA%2CYAWI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BA0CpDR%3BEnD2RA%2C6BAAA%3BEmDxRI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CsBAMI%3BEnDqRJ%2CeAAA%3BEAAA%2CgBAAA%3BEmDlRQ%2CWAAA%3B%3BAATR%2CsBAMI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOI%2CsBAHZ%2CkBACI%2CQACK%2CSACI%3BEnDuQjB%2CWAAA%3B%3BAmDnQgB%2CsBAPZ%2CkBACI%2CQACK%2CSAKI%2CMAAM%3BEnDmQvB%2CWAAA%3B%3BAU9PA%3BEV8PA%2CgBAAA%3BEU3PI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEVuPA%2CgBAAA%3BEUrPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEV%2BOL%2CmBAAA%3BEAAA%2CSAAA%3BEU5OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEVoOT%2C0BAAA%3B%3BAU9NQ%2CsBADH%2CWACI%3BEV8NT%2C0BAAA%3B%3BAUvPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEVqNR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAU1MQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEVyMT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEUpMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA5BF%2COA4BG%3BEV6LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEUvLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEVsLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUzKQ%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAFR%2CsBAAC%2CQAKK%3BEVqKV%2CWAAA%3B%3BAUlKY%2CsBARP%2CQAKK%2COAGG%3BEVkKb%2CmBAAA%3B%3BAU9JY%2CsBAZP%2CQAKK%2COAOG%3BEV8Jb%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAUrJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAGK%3BEVkJV%2CWAAA%3B%3BAU%5C%2FIY%2CsBANP%2CUAGK%2COAGG%3BEV%2BIb%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAuDnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BEvD2QR%2CiBAAA%3B%3BAuDtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BEvDkQZ%2CqBAAA%3B%3BAuD3PA%2CYACI%2CUACM%2CSACI%3BEACE%2CgBAAA%3B%3BAuEdhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE9H%2BPL%2CYAAA%3B%3BA8H%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE9HuPb%2CWAAA%3B%3BA8HrQA%2CcAoBI%3BE9H3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8HAA%2CcAwBI%3BE9H6OJ%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAiGSA%2CcAwBI%2CsBjGiOF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CciG2BI%2CsBjG3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8B7NQ%2CO9B6NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CciGcA%2CsBjGfH%2CMACI%3BE7B2PL%2CWAAA%3B%3BA8HnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE9H%2BNT%2CYAAA%3B%3BA8H9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE9HuNjB%2CWAAA%3B%3BA8HrQA%2CcAqDI%3BE9HgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE8HzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE9H8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE8HxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE9HkLT%2C2BAAA%3B%3BA8H9KQ%2CcAlCJ%2CuBAkCK%3BE9H8KT%2C2BAAA%3BE8H5KY%2CUAAA%3BEACA%2CUAAA%3B%3BAA2DhB%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BI9HwHrC%2CyBAAA%3B%3BE8HrHA%2CcAAe%2CuBAAsB%3BI9HqHrC%2C4BAAA%3BI8HnHI%2CQAAA%3B%3B%3BA1F1IJ%2CYAMI%3BAANJ%2CYAOI%3BEpCsPJ%2CgBAAA%3BEoCpPQ%2CmBAAA%3B%3BAATR%2CYAMI%2CYAKI%2CUACI%3BAAZZ%2CYAOI%2CuBAII%2CUACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAdhB%2CYAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CYAuBI%3BEpCsOJ%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BEoC9NQ%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEpCwNT%2CqBAAA%3B%3BAoCrNY%2CYAjBR%2CuBAcK%2CcAGI%3BEpCqNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8BhPa%2CO9BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoC9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAArDhB%2CYAgEI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAtEhB%2CYA2EI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CYAgFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEpCoIR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAoC%5C%2FHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAc5KhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BElDgRR%2CcAAA%3BEkD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BElDmQR%2CYAAA%3BEkD%5C%2FPY%2CSAAA%3B%3BAbdZ%3BErC6QA%2CeAAA%3B%3BAqC7QA%2C%2BBAGI%3BErC0QJ%2C6BAAA%3BEqCvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BErCoQR%2CQAAA%3BEAAA%2CqBAAA%3BE6B9QA%2CqBAAA%3BEQsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CaRwPN%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2C%2BBQFI%2C4BAMI%2CaRJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1PY%2CO9B0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBQfA%2C4BAMI%2CaRQP%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2C%2BBQrBA%2C4BAMI%2CaRcP%2COACI%3BE7BqPL%2CcAAA%3B%3BAqC7QA%2C%2BBA2BI%3BErCkPJ%2CiBAAA%3B%3BAqC7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAjBrCR%3BEpB8QA%2CmBAAA%3BEAAA%2CkBAAA%3BEoB1QI%2CgBAAA%3B%3BAAJJ%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BEpB6PR%2CWAAA%3BEoB3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BEpB%2BOhB%2CiBAAA%3BEoB7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2CgCAAA%3BEpBwNZ%2CyBAAA%3BEoBtNY%2CeAAA%3BEpBsNZ%2CcAAA%3BE6BhOA%2CqBAAA%3BETYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSS6MR%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CkBTAI%2CeACM%2CSSDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAT1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BEpB2MZ%2CiBAAA%3BEoBzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BASwChB%2CkBT1DI%2CeAsBK%2COACK%2CSSmCb%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAoB9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BEpBoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoBhLQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5GZ%2CkBAwGI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlHZ%2CkBAwGI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvHZ%2CkBAwGI%2CcAkBI%3BEpBoJR%2CiBAAA%3BEoBlJY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%3BEACA%2CSAAA%3B%3BAADJ%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBAGA%3BEpB2IhB%2CeAAA%3B%3BAoB9QA%2CkBA0II%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5IR%2CkBA0II%2CiBAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApJZ%2CkBA0II%2CiBAII%2CWAQI%3BEACI%2CSAAA%3B%3BAkB%5C%2FJhB%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BEtC6PJ%2CiBAAA%3BEsC3PQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CkBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BEtCyMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEsCpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BEvC8PZ%2C0BAAA%3B%3BAuClRA%2CwBAsCI%3BEvC4OJ%2CeAAA%3BEuC1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BEvC2NR%2CsBAAA%3B%3BAuCxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BEvCyMJ%2CgBAAA%3B%3BAuClRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BEvCoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAuC7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAM%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSf0ClB%2COe1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BE7CwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BA6C%5C%2FQA%2CwBAuBI%2CsBAII%3BE7CoPR%2CcAAA%3BEAAA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CwBgB9BI%2CsBAII%2CehB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBgB3CA%2CsBAII%2CehBsCP%2CMACI%3BE7B6ML%2CWAAA%3B%3BA6BvMI%2CwBgBjDA%2CsBAII%2CehB4CP%2COACI%3BE7BuML%2CcAAA%3B%3BA6C%5C%2FQA%2CwBA0CI%3BE7CqOJ%2CsBAAA%3B%3BA6C%5C%2FQA%2CwBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBATR%2CmBAGI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBATR%2CmBAGI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAjBR%2CmBAGI%2CMAcK%3BEACG%2CYAAA%3B%3BAApEhB%2CwBAkDI%2CmBAGI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA1EhB%2CwBAkDI%2CmBA4BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAAhFZ%2CwBAoFI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAA3FhB%2CwBAoFI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CwBAoFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAtGhB%2CwBAoFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA5GhB%2CwBAoFI%2COA4BI%2CSAEI%3BAAlHZ%2CwBAoFI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAAnHhB%2CwBAoFI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1HhB%2CwBAoFI%2COA0CI%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAhDJ%2COAgDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAlCzJxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEX%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAW9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEXiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAWhSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3BAoHxDJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAtGiBJ%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEzBkQR%2CiBAAA%3B%3BAOiwBA%2CgBkB7%5C%2FBI%2CUlB6%5C%2FBH%3BEPjwBD%2CgBAAA%3BEO8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEPjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAyB1PQ%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BE1BNJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3BE0BlBA%2CiBAAA%3B%3BAAOA%2CSADJ%2CUACK%2CMACK%2CSAGI%3BEACE%2CWAAA%3B%3BAAepB%2CQACI%2CQAAO%2CKACH%3BEACI%2CaAAA%3B%3BAAHZ%2CQACI%2CQAAO%2CKAKH%3BEACI%2CkBAAA%3B%3BAAPZ%2CQACI%2CQAAO%2CKAKH%2CSAEI%3BEACI%2CWAAA%3B%3BAAThB%2CQAwBI%3BEACI%2CgBAAA%3B%3BAAIA%2CQADJ%2CeACK%3BEACG%2CgBAAA%3B%3BAA9BZ%2CQA4BI%2CeAKI%3BEACI%2CkBAAA%3B%3BAAEA%2CQARR%2CeAKI%2CQAGK%3BEACG%2CeAAA%3B%3BAA2BhB%2CYAKI%3BEzBkHJ%2CmBAAA%3BEyBhHQ%2CeAAA%3B%3BAAPR%2CYAUI%3BEACI%2CeAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CaAAA%3B%3BAAdZ%2CYAUI%2CMAOI%3BAAjBR%2CYAUI%2CMAQM%3BEAEE%2CkCAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAtBZ%2CYAUI%2CMAeI%3BEACI%2CqBAAA%3B%3BAAEA%2CYAlBR%2CMAeI%2CEAGK%3BEzB2Fb%2CmBAAA%3B%3BAyBtFQ%2CYAvBJ%2CMAuBK%2CQACG%3BAADJ%2CYAvBJ%2CMAuBK%2CQAEG%3BEzBoFZ%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAyBtFQ%2CYAvBJ%2CMAuBK%2CQAQG%3BEzB8EZ%2CqBAAA%3B%3BAyBvHA%2CYAUI%2CMAoCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAYJ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEACI%2CmBAAA%3B%3BAATR%2CMAQI%2COAGI%3BEzBkDR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyBhDY%2COAAO%2CKAAM%2COALrB%2COAGI%3BEAGQ%2CeAAA%3B%3BAAdhB%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAApBR%2CMAuBI%3BEACI%2CeAAA%3B%3BAAQR%2CMAAM%2CSACF%3BEzBgJJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAyBvLR%2CMAAM%2CSACF%2CSAII%3BEzBwLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAyB%5C%2FLT%2CMAAM%2CSACF%2CSAQI%3BEzBoLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEyBpLG%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBADkB%2CyBACjB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAQ%3BEzBxCR%2CgBAAA%3B%3BAyBwCA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAqB5UR%2CaAAa%3BEACT%2CmBAAA%3B%3BAADJ%2CaAAa%2CQAGT%3BEACI%2CgBAAA%3B%3BAAIR%2C4BACI%3BEACI%2CkBAAA%3B%3BAAIR%2CMAAM%2CUACF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMALF%2CUACF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAPZ%2CMAAM%2CUAWF%3BEACI%2CeAAA%3B%3BAAEA%2CMAdF%2CUAWF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAlBF%2CUAWF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAuBF%3BE9C2PJ%2CiBAAA%3BE8CzPQ%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1BR%2CMAAM%2CUA6BF%2CQAAO%3BEACH%2CYAAA%3B%3BAAIR%2C0BACI%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CwBAAA%3B%3BANrDA%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BExC2RvB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEwCxRoB%2CgBAAA%3B%3BAAOpB%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CsBACI%2CiBAII%2COAAM%3BEACF%2CoBAAA%3B%3BAANZ%2CsBAUI%2CyBAAyB%2COAAM%3BEAC3B%2CgBAAA%3B%3BAOzBR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAAKZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BA1CtBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BELoRR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAK7QA%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CaACI%2CiBACM%3BEACE%2CWAAA%3B%3BAAHZ%2CaACI%2CiBACM%2CaAGE%3BEACI%2CqBAAA%3B%3BAAMhB%3BEL4OA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CYADH%2COACI%3BE7BuML%2CcAAA%3B%3BA6BhKA%2CYxBlEK%2COwBkEJ%3BAAAD%2CYxBjEK%2CQwBiEJ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAKpNI%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAUhB%3BEACI%2CSAAA%3B%3BAwB8BJ%2CgBxB5BK%2CQACG%2COwB2BP%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAK%5C%2FLA%2CgBAYI%3BEAEI%2CkBAAA%3BEChER%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAAMA%2CgBxBuCI%2COwBvCH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBxB0BA%2COwB3BH%2CMACI%3BE7B6ML%2CcAAA%3B%3BA6BvMI%2CgBxBoBA%2COwBrBH%2COACI%3BE7BuML%2CcAAA%3B%3BAM5MA%2CgBDyBI%2COCzBH%3BAACD%2CgBDwBI%2COCxBH%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CgBDYI%2COCZH%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CgBDAI%2COCAH%3BAACD%2CgBDDI%2COCCH%3BAACD%2CQAAQ%2CUAAW%2CiBDFf%3BELmLJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BADUI%2CgBAfJ%2COAeK%3BELoKT%2C%2BCAAA%3B%3BAK%5C%2FLA%2CgBAgCI%3BEL%2BJJ%2CgCAAA%3BEK5JQ%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CoBACI%2CoBAEI%2CcACI%3BAAJZ%2CoBAEI%2CkCACI%2CcACI%3BEL%2BIZ%2CgBAAA%3BEK7IgB%2CcAAA%3B%3BAAOJ%2CoBAZR%2CoBAWI%2CGACK%3BAAAD%2CoBAXR%2CkCAUI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAdhB%2CoBACI%2CoBAqBI%3BAAtBR%2CoBAEI%2CkCAoBI%3BEACI%2CWAAA%3B%3BAAvBZ%2CoBA2BI%2CaAWI%2CQAAO%3BEL6Gf%2CqBAAA%3BE6BhOA%2CqBAAA%3BExB2HY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAwBtHZ%2CoBxBkGI%2CaAWI%2CQAAO%2CKwB7Gd%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxB3KY%2CoBAtBR%2CaAWI%2CQAAO%2CKAWF%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAwBjEhB%2CoBxBwCI%2CaAWI%2CQAAO%2CKAiBF%2CSwBpEZ%3BE7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BAKlFA%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAgB%5C%2FMJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAOI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAAThB%2CuBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAiBpB%2CyBAKI%3BEACI%2CWAAA%3BErB6PR%2CkBAAA%3B%3BAqBvPI%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3B%3BAADJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CgBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAARZ%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BEACH%2CgBAAA%3B%3BAAOZ%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAUhB%2C2BAKI%3BEACI%2CkBAAA%3B%3BAAIR%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%3BEACI%2CgCAAA%3B%3BAAVR%2CgCAmBI%3BEACI%2CsBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BErB6JR%2CiBAAA%3BEqB3JY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAkCI%2CSACI%3BEAGI%2CgBAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BA%2BBzIZ%2CcACI%3BEpD8QJ%2CeAAA%3BEoD5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BEpDoQA%2CgBAAA%3BEoDlQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BEpDwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAuB9BA%2CmBAMI%2CUvB4OF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CmBuB9BI%2CUvB8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BvNW%2CO9BuNX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuBrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BEpDmNb%2CsBAAA%3BEoDjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CUACM%3BEACE%2CeAAA%3B%3BAAEA%2CqBAJR%2CUACM%2CSAGG%3BEACG%2CaAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAGd%3BAAFJ%2CkBAEI%3BAADJ%2CmBACI%3BEAEI%2CcAAA%3B%3BAALR%2CYAAa%2CMAAK%2CMAGd%2CeAII%3BAANR%2CkBAEI%2CeAII%3BAALR%2CmBACI%2CeAII%3BEACI%2CWAAA%3B%3BAARZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%3BAAVR%2CkBAEI%2CeAQI%3BAATR%2CmBACI%2CeAQI%3BEACI%2CSAAA%3B%3BAAZZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%2CSAGM%3BAAbd%2CkBAEI%2CeAQI%2CSAGM%3BAAZd%2CmBACI%2CeAQI%2CSAGM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CgBAAA%3B%3BAASZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CmBAAA%3B%3BApB1LR%2CMAAM%2CQ7BiKJ%2CQAGI%2CKACI%3BA6BrKV%2CMAAM%2CQ7BkKJ%2CQAEI%2CKACI%3BA6BrKV%2CMAAM%2CQ7BmKJ%2CQACI%2CKACI%3BA6BrKV%2CMAAM%2CQ7BiKJ%2CQAGI%2CKAEI%3BA6BtKV%2CMAAM%2CQ7BkKJ%2CQAEI%2CKAEI%3BA6BtKV%2CMAAM%2CQ7BmKJ%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAgC%5C%2FRA%2CMAAM%2CQ7B4KJ%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BA6BhLV%2CMAAM%2CQ7B6KJ%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BA6BhLV%2CMAAM%2CQ7B8KJ%2CQAAK%2CYACD%2CKAAE%2CYACE%3BA6BhLV%2CMAAM%2CQ7B4KJ%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BA6BjLV%2CMAAM%2CQ7B6KJ%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BA6BjLV%2CMAAM%2CQ7B8KJ%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BA6BlLZ%2CMAAM%2CQ7BuLJ%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAgC%5C%2FRA%2CMAAM%2CQAKA%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAANR%2CMAAM%2CQASF%3BEACI%2CgBAAA%3B%3BAAVR%2CMAAM%2CQAaF%2CWACI%3BEACI%2CeAAA%3B%3BAAfZ%2CMAAM%2CQAyBF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CMAAM%2CQAgCF%2CgBACI%3BEACI%2CaAAA%3B%3BAAlCZ%2CMAAM%2CQAgCF%2CgBAKI%3BEACI%2CoBAAA%3B%3BAUpCJ%2CqBADJ%2CQACK%3BE1C6RT%2CqBAAA%3BE6B9QA%2CqBAAA%3BEaTY%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBADJ%2CQACK%2CIbiRP%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CqBatBI%2CQACK%2CIbqBR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BpOU%2CO9BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBanCA%2CQACK%2CIbiCR%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CqBazCA%2CQACK%2CIbuCR%2COACI%3BE7BqPL%2CcAAA%3B%3BAY%5C%2FRA%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2COAGF%3BEACI%2CmBAAA%3B%3BAAJR%2CMAAM%2COAGF%2CcAGI%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CmBAAA%3B%3BAAFR%2CeAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeAJJ%2CcAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAVZ%2CeAcM%3BEACE%2CmBAAA%3B%3BAAUR%3BEACI%2CSAAA%3B%3BAADJ%2CeAGI%3BEZkPJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEYhPQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CgBAAA%3B%3BAAVR%2CeASI%2CwBAGI%3BEACI%2CkBAAA%3B%3BAAbZ%2CeAiBI%3BEZoOJ%2CcAAA%3B%3BAYjOQ%2CeAHJ%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CeAPJ%2COAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAASZ%2CSACI%3BEACI%2CcAAA%3B%3BAAFR%2CSAKI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CSAKI%2CMAKI%3BEACI%2CgBAAA%3B%3BAAXZ%2CSAKI%2CMASI%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAIR%2CSAAI%3BEACA%2CmBAAA%3B%3BAyCnGR%2CkBAAkB%2CMACd%2CQAAO%3BErD8RX%2CSAAA%3B%3BAqDzRA%3BErDyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEgIlJA%2CaAAA%3BEACA%2CUAAA%3BE3E%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU2E0EA%3BEhI%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAqDzRA%2CU2E0EA%2CcAGI%3BEhI4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqDzRA%2CU2EuFA%3BEhIkMA%2CgBAAA%3B%3BAqDzRA%2CU2EgGA%2CeACI%2CQAAO%3BEhIwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAqDzRA%2CU2EgGA%2CeACI%2CQAAO%2CMnG4KT%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CUmG%2BEA%2CeACI%2CQAAO%2CMnGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUmGkEJ%2CeACI%2CQAAO%2CMnGpEV%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CUmG4DJ%2CeACI%2CQAAO%2CMnG9DV%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CU0H5IA%2CeACI%2CQAAO%2CM1H2IV%3BAACD%2CU0H7IA%2CeACI%2CQAAO%2CM1H4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU0HlJA%2CeACI%2CQAAO%2CM1HiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU0HvJA%2CeACI%2CQAAO%2CM1HsJV%3BAACD%2CU0HxJA%2CeACI%2CQAAO%2CM1HuJV%3BAACD%2CQAAQ%2CUAAW%2CW0HzJnB%2CeACI%2CQAAO%3BE1HyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAgI%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA3E3IJ%2CUAWI%3BEAEI%2CmBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApBpB%2CUA0BI%2CeACI%3BEACI%2CaAAA%3B%3BAAOR%2CcAAC%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BAjDUN%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%3BAhDjBN%2CYgDiBM%3BE%5C%2FCkKN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CM%2BC9KM%2Cc%5C%2FC8KL%3BAACD%2CM%2BC%5C%2FKM%2Cc%5C%2FC%2BKL%3BAFrKD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC8KL%3BAFpKD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC%2BKL%3BADhMD%2CYgDiBM%2Cc%5C%2FC8KL%3BAD%5C%2FLD%2CYgDiBM%2Cc%5C%2FC%2BKL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM%2BCpLM%2Cc%5C%2FCoLL%3BAF1KD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCoLL%3BADrMD%2CYgDiBM%2Cc%5C%2FCoLL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM%2BCzLM%2Cc%5C%2FCyLL%3BAACD%2CM%2BC1LM%2Cc%5C%2FC0LL%3BAACD%2CQAAQ%2CUAAW%2CO%2BC3Lb%3BAjDUN%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCyLL%3BAF%5C%2FKD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC0LL%3BAACD%2CQAAQ%2CUFjLR%2CMAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%3BAhDjBN%2CYgDiBM%2Cc%5C%2FCyLL%3BAD1MD%2CYgDiBM%2Cc%5C%2FC0LL%3BAACD%2CQAAQ%2CUD5MR%2CagDiBM%3BE%5C%2FC4LF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CMsD1EM%2CctD0EL%3BAKhED%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2CctD0EL%3BAM3FD%2CYgDiBM%2CctD0EL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMsD%5C%2FEM%2CctD%2BEL%3BAKrED%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2CctD%2BEL%3BAMhGD%2CYgDiBM%2CctD%2BEL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMsDpFM%2CctDoFL%3BAK1ED%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2CctDoFL%3BAMrGD%2CYgDiBM%2CctDoFL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CM%2BCnIM%2Cc%5C%2FCmIL%3BAACD%2CM%2BCpIM%2Cc%5C%2FCoIL%3BAACD%2CM%2BCrIM%2Cc%5C%2FCqIL%3BAF3HD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCmIL%3BAFzHD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCoIL%3BAF1HD%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FCqIL%3BADtJD%2CYgDiBM%2Cc%5C%2FCmIL%3BADpJD%2CYgDiBM%2Cc%5C%2FCoIL%3BADrJD%2CYgDiBM%2Cc%5C%2FCqIL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CM%2BC1IM%2Cc%5C%2FC0IL%3BAACD%2CM%2BC3IM%2Cc%5C%2FC2IL%3BAACD%2CQAAQ%2CUAAW%2CO%2BC5Ib%3BAjDUN%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC0IL%3BAFhID%2CKAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%2Cc%5C%2FC2IL%3BAACD%2CQAAQ%2CUFlIR%2CMAAK%2CcA4CD%2CiBAGM%2CUiDzDJ%3BAhDjBN%2CYgDiBM%2Cc%5C%2FC0IL%3BAD3JD%2CYgDiBM%2Cc%5C%2FC2IL%3BAACD%2CQAAQ%2CUD7JR%2CagDiBM%3BErD2NN%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAO%5C%2FMA%2CSAAC%2CMAAM%3BEe0IX%2CqBAAA%3BEACA%2CkBAAA%3BEf7HQ%2CsBAAA%3B%3BAbuBR%2CSarCK%2CMAAM%2CObqCV%3BAACD%2CSatCK%2CMAAM%2CObsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSa3CK%2CMAAM%2COb2CV%3BEACG%2CWAAA%3B%3BAa5CA%2CSAAC%2CMAAM%2COe0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAf5bA%2CSAAC%2CMAAM%2COe%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAfjcA%2CSAAC%2CMAAM%2COe%2BcX%2COAAM%3BAf%5C%2FcF%2CSAAC%2CMAAM%2COTwEX%2CMAAK%2CcA4CD%2CiBAGM%2CUwBwVJ%3BAf%5C%2FcF%2CSAAC%2CMAAM%2COR6CX%2CauBkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAfjdA%2CSAAC%2CMAAM%2COeodX%2COAAS%3BAfpdL%2CSAAC%2CMAAM%2COTwEX%2CMAAK%2CcA4CD%2CiBAGM%2CUwB6VD%3BAfpdL%2CSAAC%2CMAAM%2COR6CX%2CauBuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAfvdA%2CSAAC%2CMAAM%2COewJX%3BE5BiIA%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BAhBzDI%2CSAAC%2CMAAM%2COewJX%2CeCqHE%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CShB%5C%2FDK%2CMAAM%2COewJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B9NQ%2CO9B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CShB5EC%2CMAAM%2COewJX%2CeC7EC%2CMACI%3BE7B6ML%2CWAAA%3B%3BA6BvMI%2CShBlFC%2CMAAM%2COewJX%2CeCvEC%2COACI%3BE7BuML%2CcAAA%3B%3BA4BuHA%2CSfhZK%2CMAAM%2COewJX%2CeAwPC%3BE5BvHD%2CqBAAA%3BE6BhOA%2CqBAAA%3B%3BADuVA%2CSfhZK%2CMAAM%2COewJX%2CeAwPC%2COCnIC%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6B2CA%2CShB%5C%2FDK%2CMAAM%2COewJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B%5C%2FNM%2CO9B%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CShB5EC%2CMAAM%2COewJX%2CeAwPC%2COCrUA%2CMACI%3BE7B6ML%2CWAAA%3B%3BA6BvMI%2CShBlFC%2CMAAM%2COewJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE7BuML%2CcAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COegOX%3BE5ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE4BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COegOX%2COAsBI%3BE5BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA4B3BQ%2CSf9PH%2CMAAM%2COegOX%2COAsBI%2CGAQK%3BE5B2BT%2CmBAAA%3BE4BzBY%2CeAAA%3B%3BAAuTZ%2CSfvjBK%2CMAAM%2COegOX%2COAuVC%3BAACD%2CSfxjBK%2CMAAM%2COegOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSfjkBK%2CMAAM%2COegOX%2COAiWC%3BEACG%2CiBAAA%3BE5BzSJ%2CsDAAA%3BE4B2SI%2CWAAA%3B%3BAAGJ%2CSfvkBK%2CMAAM%2COegOX%2COAuWC%3BEACG%2CiBAAA%3BE5B%5C%2FSJ%2CsDAAA%3BE4BiTI%2CWAAA%3B%3BAAzDJ%2CSfjhBK%2CMAAM%2COegOX%2COAiTC%3BE5BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4B6PA%2CSfthBK%2CMAAM%2COegOX%2COAsTC%3BE5B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA4BZA%2CSf7QK%2CMAAM%2COe6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSf7QK%2CMAAM%2COe6QV%2COAGG%3BEACI%2CcAAA%3B%3BAfjRJ%2CSAAC%2CMAAM%2COAiBH%3BEACI%2CgBAAA%3B%3BAAlBR%2CSAAC%2CMAAM%2COAiBH%2COAEI%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CSAzBf%2CMAAM%2COAiBH%2COAEI%2CMAKK%2CWACI%3BEbgQrB%2CmBAAA%3B%3BAazRI%2CSAAC%2CMAAM%2COAiBH%2COAaI%3BEACI%2CUAAA%3B%3BAgBiFhB%2CiBhB7E0B%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMgByEhB%3BAAAD%2CchB5EuB%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMgByEhB%3BE7ByKD%2CS8B%5C%2FPkB%2CO9B%2BPlB%3B%3BAa3OgB%2CiBAXU%2CUAnCrB%2CMAAM%2COAqCG%2CUASG%3BAAAD%2CcAVO%2CUApClB%2CMAAM%2COAqCG%2CUASG%3BAACD%2CiBAZU%2CUAnCrB%2CMAAM%2COAqCG%2CUAUG%3BAAAD%2CcAXO%2CUApClB%2CMAAM%2COAqCG%2CUAUG%3BAACD%2CiBAbU%2CUAnCrB%2CMAAM%2COAqCG%2CUAWG%3BAAAD%2CcAZO%2CUApClB%2CMAAM%2COAqCG%2CUAWG%3BEbyOjB%2CWAAA%3B%3BAanOgB%2CiBAnBU%2CUAnCrB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BAAAD%2CcAlBO%2CUApClB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAJW%2CUAhEtB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CqBAHc%2CUAjEzB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CiBAFU%2CUAlErB%2CMAAM%2COAmEC%2CQACK%3BAACD%2CkBALW%2CUAhEtB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CqBAJc%2CUAjEzB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CiBAHU%2CUAlErB%2CMAAM%2COAmEC%2CQAEK%3BEboNjB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAahNgB%2CkBATW%2CUAhEtB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CqBARc%2CUAjEzB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CiBAPU%2CUAlErB%2CMAAM%2COAmEC%2CQAMK%3BEACG%2CUAAA%3B%3BAAKZ%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CmBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CgBAAA%3B%3BAAMhB%2CSAAC%2COAAO%3BEACJ%2CsBAAA%3BEb8LR%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEgIlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAnH9CI%2CSAAC%2COAAO%2CMmHhBZ%3BEhI%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMmHhBZ%2CcAGI%3BEhI4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMmHMZ%2CeACI%2CQAAO%3BEhIwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CMnG4KT%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CShByEK%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CMnGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CShB4DC%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CMnGpEV%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CShBsDC%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CMnG9DV%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CSOlJK%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CM1H2IV%3BAACD%2CSOnJK%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CM1H4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSOxJK%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CM1HiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSO7JK%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CM1HsJV%3BAACD%2CSO9JK%2COAAO%2CMmHMZ%2CeACI%2CQAAO%2CM1HuJV%3BAACD%2CQAAQ%2CUAAW%2CUO%5C%2FJd%2COAAO%2CMmHMZ%2CeACI%2CQAAO%3BE1HyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAgI%5C%2FIA%2CSnHhDK%2COAAO%2CMmHgDX%3BEACG%2CUAAA%3B%3BAnH7CI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEbsLL%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEgIhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSnH7DK%2CQmH6DJ%3BEhIyHD%2CYAAA%3BEgIrHQ%2CyBAAA%3B%3BAnH%5C%2FDA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUZ%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAWZ%2C0BAhBJ%2CUAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAhBJ%2CUAgBK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAzBJ%2CUAyBK%3BEb6IT%2CcAAA%3BEa3IY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2C0BAjCR%2CUAgCK%2CQACI%3BAACD%2C0BAlCR%2CUAgCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BAtCR%2CUAgCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAIR%2C0BA3CJ%2CUA2CK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BAKI%3BEACI%2CkBAAA%3B%3BAAYR%2C0BACI%3BEbiFJ%2CiBAAA%3BEa%5C%2FEQ%2CmBAAA%3B%3BAAHR%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CiBAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAS5PR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CmBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CgBAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BEtBoGZ%2CcAAA%3B%3BAsBhSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEtBqFvB%2CiBAAA%3B%3BAsBtFI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzNZ%2CcA6NI%2CWACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FNZ%2CcA6NI%2CWAKM%3BEACE%2CSAAA%3B%3BAAnOZ%2CcAuOI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BEtBqC3B%2CiBAAA%3BEsBnCQ%2CmBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BA0BhRR%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BEhD4QR%2CqBAAA%3BE6B9QA%2CqBAAA%3BEmBSY%2CcAAA%3B%3BAnBHZ%2CMmBtBM%2CWAeF%2COAGI%2CSnBIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BnOY%2CO9BmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmB5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAiCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2CMAAM%2CWAsCF%3BEACI%2CaAAA%3B%3BAAvCR%2CMAAM%2CWA8CF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAjDR%2CMAAM%2CWAoDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAiF5DR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAxFGA%2COADH%2CMACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2COADH%2COACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2COAAC%2CWAIG%3BEACI%2CeAAA%3B%3BAAKZ%2CWAEI%2CQAAQ%3BAADZ%2CeACI%2CQAAQ%3BEACJ%2CcAAA%3BEACA%2CcAAA%3B%3BA3BlCR%2CcAYI%2CoBACM%3BEdiRV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEc%5C%2FQY%2CqBAAA%3B%3BAAfZ%2CcAmBI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CcARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA5BhB%2CcAiCI%2CqBACM%3BEd4PV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEc1PY%2CqBAAA%3B%3BAApCZ%2CcAwCI%3BEACI%2CgBAAA%3B%3BAAzCR%2CcA4CI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAhDhB%2CcA4CI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEACI%2CgCAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CuBAII%3BEAEI%2CgBAAA%3B%3BAANR%2CuBAII%2COAII%3BEACI%2CoBAAA%3B%3BAoHrER%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%3BA%5C%2FFvFJ%2CKAAK%2COAAQ%3BEnCyRb%2CcAAA%3B%3BAmCtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEgGsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAhGvEA%2CegG0EA%3BEnImMA%2CYAAA%3BEmIjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BEnI2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEmIxEA%2CSrGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAhG7LA%2CegG0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BEnI2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEmIxEA%2CSrGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqGmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAhG7LA%2CegG0EA%2CeAsBM%2COAiBE%3BEnIhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCRA%2CeAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CwBAEI%2CgBgG%2BGJ%3BAhGhHA%2CcACI%2CgBgG%2BGJ%3BEnIxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCOA%3BEgGzBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BEnIqRD%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEmI1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSrGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqGmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAhGUJ%2CoBgGPA%2CMAAK%3BEnIPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmIMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAhGAhB%2CoBgGMA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAhGTJ%2CoBgGMA%2CMAKI%3BEnIzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmIsBI%2CoBATJ%2CMASK%3BEnI%2BOL%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEmI1GA%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%3BAhGhChB%2CoBgGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrGnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COqGmLR%3B%3BAhGtLA%2CoBgGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrGnLQ%2CQAAA%2CQAAA%2CQAAA%2COqGmLR%3B%3BAhGtLA%2CoBgGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrGnLQ%2CQAAA%2CQAAA%2COqGmLR%3B%3BAhGtLA%2CoBgGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrGnLQ%2CQAAA%2COqGmLR%3B%3BAhGtLA%2CoBgGyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSrGnLQ%2COqGmLR%3B%3BAhG7KI%2CMAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAADJ%2CMAAC%2CIAAI%2COAGC%3BEnCkPV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCrPI%2CMAAC%2CIAAI%2COAOD%3BEnC8OR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmC5OY%2CgBAAA%3B%3BAATR%2CMAAC%2CIAAI%2COAYD%2COAAM%3BEACF%2CkBAAA%3B%3BAAbR%2CMAAC%2CIAAI%2COAYD%2COAAM%2COAGF%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2CMAAC%2CIAAI%2COAYD%2COAAM%2COASF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CMAAC%2CQAAQ%2CKACH%3BEnCwNV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCnNY%2CMANP%2CQAAQ%2CKAKL%2CQACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CMAVP%2CQAAQ%2CKAKL%2CQAKK%3BEnC%2BMb%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCxMA%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAADJ%2CgBAAgB%2CKAGZ%2CQAAO%3BAAHX%2CgBAAgB%2CKAIZ%3BAAJJ%2CgBAAgB%2CKAKZ%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CcAAA%3B%3BAATR%2CwBAYI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAjBR%2CwBAoBI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAvBR%2CwBAoBI%2CiBAKI%3BEACI%2CiBAAA%3B%3BAAwBZ%2CgBACI%3BEAEI%2CmBAAA%3B%3BAAHR%2CgBAMI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CgBAaI%2CgBACI%3BEACI%2CmBAAA%3B%3BAAfZ%2CgBAaI%2CgBACI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAPZ%2CgBACI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAArBpB%2CgBAaI%2CgBAaI%3BEnC4GR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmC1GY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7BZ%2CgBAaI%2CgBAmBI%3BEACI%2CmBAAA%3B%3BAAjCZ%2CgBAqCI%2CyBACI%3BAAtCR%2CgBAqCI%2CyBAEI%3BEACI%2CcAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CqBAKI%2CqBAGI%3BAARR%2CqBAKI%2CqBAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CqBAKI%2CqBAUI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CqBAKI%2CqBAeI%3BEACI%2CgBAAA%3B%3BAAUR%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQASG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbR%2COAAC%2CQAgBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEnC8BtB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMqDA%2CO6BpFK%2CKACG%2CQAAO%2COAAO%2CQ7BmFrB%3BAACD%2CO6BrFK%2CKACG%2CQAAO%2COAAO%2CQ7BoFrB%3BENtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM4DA%2CO6B3FK%2CKACG%2CQAAO%2COAAO%2CQ7B0FrB%3BEN5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAmCzBI%2CSAAU%2CQAAC%2COAAO%3BEAEd%2CmBAAA%3B%3BAAFJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%2CaACG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaAAa%3BEnCKrB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCAI%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAnC5OR%2COmCwOK%2CKnCxOJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAmC2OI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAAGJ%2COAAC%3BEnCtBL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmCwBQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAiGxTA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAALZ%2CkBACI%2CcAOI%3BAARR%2CkBAEI%2CcAMI%3BAARR%2CkBAGI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAzGVZ%2CmBAGI%2COACI%2CSAAW%3BAAJnB%2CmBAGI%2COAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAbZ%2CmBAWI%2CYAKI%2COAAM%2CeAAe%3BEACjB%2CgBAAA%3B%3BAAIA%2CmBAVR%2CYASI%2COACK%3BEACG%2CgBAAA%3B%3BAAtBhB%2CmBA2BI%2COAAM%3BEACF%2CgBAAA%3B%3BAAIR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAQR%2C4BAGI%2CoBACI%3BAAHR%2C0BAEI%2CoBACI%3BAAFR%2CyBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAZlEZ%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CoBAKI%2CaACM%3BEf0QV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEexQY%2CqBAAA%3B%3BAARZ%2CoBAYI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAArBhB%2CoBA0BI%2CmBACI%3BEACI%2CaAAA%3B%3BAA5BZ%2CoBA0BI%2CmBAKI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAhCZ%2CoBAoCI%2CcACI%3BEACI%2CSAAA%3B%3BAAtCZ%2CoBAoCI%2CcAKI%3BEACI%2CgBAAA%3B%3BAAGJ%2CoBATJ%2CcASK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAbZ%2CcASK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBATJ%2CcASK%2CMASG%3BEACI%2CSAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CgBAAA%3B%3BAAKI%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CSAAA%3B%3BAASZ%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAGI%2CoBACI%3BAAHR%2CuBAEI%2CoBACI%3BAAFR%2CiBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAAOJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAATZ%2CcAKI%2CcAWI%2COAAM%3BEACF%2CqBAAA%3B%3BAAjBZ%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAtBR%2CcAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAUJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAJhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAARhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBAbnB%2CKACG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAAS5B%3BEACI%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAkCzNR%2CYACI%3BEACI%2CgBAAA%3B%3BANER%2COAAO%2COAAO%3BEACV%2CiBAAA%3BE3C2RJ%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAAMA%2COcpBO%2COAAO%2COdoBb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BnOY%2CO9BmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAcrWA%2COAAO%2COAAO%2COASV%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BA0F2CA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BErI6NhC%2CcAAA%3BEqI3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BErIkNT%2CcAAA%3BEqIhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BErIsM3C%2CcAAA%3BEqIpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BErIwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAqIpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BErIoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqI3KI%2COAAC%3BErI2KL%2CyBAAA%3BEqIzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%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%3BErIyJT%2CmBAAA%3BEAAA%2CcAAA%3BEqItJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BErI%2BIb%2CsBAAA%3B%3BAqI1IQ%2COAjCH%2COAiCI%3BErI0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqIpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BErIoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAqI5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BErI4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAqItHQ%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%3BErIkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEqIvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BErI6ET%2CamE3RgC%2CyBnE2RhC%3B%3BAqIzEQ%2COAlGH%2COAkGI%3BErIyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEqIrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%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%3BErImBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEqIfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BErIQZ%2CcAAA%3BEqINgB%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%3BErIPtB%2C%2BBAAA%3B%3BAqIWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CmBAAA%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%3BEhIkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBgI9OI%2CQAAO%2COhI8OV%3BAACD%2CgBgI%5C%2FOI%2CQAAO%2COhI%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBgIpPI%2CQAAO%2COhIoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBgIzPI%2CQAAO%2COhIyPV%3BAACD%2CgBgI1PI%2CQAAO%2COhI0PV%3BAACD%2CQAAQ%2CUAAW%2CiBgI3Pf%2CQAAO%3BEhI4PP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CgBuI1II%2CQAAO%2COvI0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBuI%5C%2FII%2CQAAO%2COvI%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBuIpJI%2CQAAO%2COvIoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CgBgInMI%2CQAAO%2COhImMV%3BAACD%2CgBgIpMI%2CQAAO%2COhIoMV%3BAACD%2CgBgIrMI%2CQAAO%2COhIqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBgI1MI%2CQAAO%2COhI0MV%3BAACD%2CgBgI3MI%2CQAAO%2COhI2MV%3BAACD%2CQAAQ%2CUAAW%2CiBgI5Mf%2CQAAO%3BEtI2RX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAgI3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEhIuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEgInLQ%2CkBAAA%3B%3BAhIgOR%2CsBgInOI%2CQAAO%2CUhImOV%3BAACD%2CsBgIpOI%2CQAAO%2CUhIoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBgIzOI%2CQAAO%2CUhIyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBgI9OI%2CQAAO%2CUhI8OV%3BAACD%2CsBgI%5C%2FOI%2CQAAO%2CUhI%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBgIhPf%2CQAAO%3BEhIiPP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CsBuI%5C%2FHI%2CQAAO%2CUvI%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBuIpII%2CQAAO%2CUvIoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBuIzII%2CQAAO%2CUvIyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CsBgIxLI%2CQAAO%2CUhIwLV%3BAACD%2CsBgIzLI%2CQAAO%2CUhIyLV%3BAACD%2CsBgI1LI%2CQAAO%2CUhI0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBgI%5C%2FLI%2CQAAO%2CUhI%2BLV%3BAACD%2CsBgIhMI%2CQAAO%2CUhIgMV%3BAACD%2CQAAQ%2CUAAW%2CuBgIjMf%2CQAAO%3BEtIgRX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiItNJ%2CSACI%3BEACI%2CkBAAA%3BEvI8RR%2CiBAAA%3B%3BAuI3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BApHZJ%2CQAAC%2CiBACG%3BEACI%2CYAAA%3B%3BAAFR%2CQAAC%2CiBAIG%2CMAAM%3BEACF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CQAAC%2CiBASG%3BAATJ%2CQAAC%2CiBAUG%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAU0GZ%2CcVpFI%2CQACK%2CWUmFR%3BAAAD%2CSVtFS%2CKAAK%2CMAEV%2CQACK%2CWUmFR%3BAAAD%2CiBVpFI%2CQACK%2CWUmFR%3BE7ByKD%2CS8B%5C%2FPkB%2CO9B%2BPlB%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBqHjC%2CQAGI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBsHjC%2CQAEI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBuHjC%2CQACI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBqHjC%2CQAGI%2CKAEI%3BAgB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBsHjC%2CQAEI%2CKAEI%3BAgB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBuHjC%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBkIjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAgBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAgBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBkIjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAgBtIZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB2IjC%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2CgCAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CcAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CcAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CeASI%3BEACI%2CkBAAA%3B%3BAAMA%2CcAFM%2CSACV%2CSACK%3BEACG%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CcANE%2CSACV%2CSACK%2CKAII%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BEACG%2CaAAA%3B%3BAAdR%2CcAFM%2CSACV%2CSACK%2CKAiBG%3BEACI%2CSAAA%3B%3BAAYJ%2CcAhCE%2CSACV%2CSACK%2CKA8BI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAtCE%2CSACV%2CSACK%2CKAoCI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcA1CN%2CSACV%2CSACK%2CKAoCI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAAzChB%2CcAFM%2CSACV%2CSACK%2CKA8CG%2CYACI%2CMAAK%3BEACD%2CYAAA%3B%3BAqH9JxB%2CcACI%3BEACI%2CkBAAA%3B%3BAAEA%2CcAHJ%2CmBAGK%3BEACG%2CWAAA%3B%3BAALZ%2CcASI%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CcA4BI%3BEACI%2CoBAAA%3B%3BAlF%5C%2FBR%3BEACI%2CgBAAA%3B%3BAAEI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CgBAAA%3B%3BAARR%2CaAUI%3BEzBCA%2CqBAAA%3BEyBSI%2CqBAAA%3BEACA%2CYAAA%3B%3BAArBR%2CaAUI%2COzBmQE%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CayBPA%2COzBOC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B3OU%2CO9B2OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CayBpBJ%2COzBmBC%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2CayB1BJ%2COzByBC%2COACI%3BE7BqPL%2CWAAA%3B%3BAsDnQI%2CaAZJ%2COAYK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAAzBpB%2CaA8BI%2CQAAO%3BEACH%2CaAAA%3B%3BAA%5C%2FBR%2CaAiCI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CaAwCI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3CR%2CaA6CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CoBAOI%3BEtDgOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuD7DJ%2CoBAOI%2CGAEI%3BEtD8NJ%2C6BAAA%3BEsDvNQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAXA%2CoBAHR%2CGAEI%2CGACK%2CIAAI%3BEtD6Nb%2CgBAAA%3BEAAA%2CyBAAA%3BEsD1NY%2CaAAA%3B%3BAASJ%2CoBAfR%2CGAEI%2CGAaK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAlBR%2CGAEI%2CGAgBK%3BAACD%2CoBAnBR%2CGAEI%2CGAiBK%3BEtD6MT%2CmBAAA%3B%3BAsDvOJ%2CoBAOI%2CGAEI%2CGAoBI%3BEtD0MR%2CWAAA%3BEsDxMY%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAEG%3BEACI%2CmBAAA%3B%3BAACA%2CKAPf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAEG%2CSAEK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CKAlBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAlBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAgBK%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGR%2CKA1BP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAwBK%2CWACG%3BEACI%2CmBAAA%3B%3BAA5BpB%2CKAAK%2COAAO%2CSAiCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAmFtHhB%2CsBACI%3BEzI4QA%2CmBAAA%3BEyI1QI%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAKI%3BAAVR%2CsBAKI%2CMAMM%3BEACE%2CkCAAA%3BEAEA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAfZ%2CsBAKI%2CMAYI%3BEACI%2CqBAAA%3B%3BAACA%2CsBAdR%2CMAYI%2CEAEK%3BEzI0PT%2CmBAAA%3B%3BAyItPI%2CsBAlBJ%2CMAkBK%2CQACG%3BAADJ%2CsBAlBJ%2CMAkBK%2CQAEG%3BEzIoPR%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAyItPI%2CsBAlBJ%2CMAkBK%2CQAOG%3BEzI%2BOR%2CqBAAA%3B%3BAiChSA%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAAxBhC%2CQACI%2CgBACI%2CUAGI%2CQAyBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjCpB%2CQACI%2CgBAqCI%2CeACI%3BEACI%2CmBAAA%3B%3BAAxChB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA3CpB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%2CSAGI%3BEACI%2CWAAA%3B%3BAA9CxB%2CQACI%2CgBAqCI%2CeACI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CQAzDR%2CgBAwDI%2CQACK%3BEjCsOb%2CqBAAA%3BE6B9QA%2CqBAAA%3BEI8CgB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIJ0NX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CQIvBI%2CgBAwDI%2CQACK%2CIJlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BpOU%2CO9BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQACK%2CIJtBZ%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CQI1CA%2CgBAwDI%2CQACK%2CIJhBZ%2COACI%3BE7BqPL%2CcAAA%3B%3BAiC3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BEjCiNb%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAiCjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COJqMX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CQIvBI%2CgBAwDI%2CQAsBK%2COJvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8B1OU%2CO9B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQAsBK%2COJ3CZ%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CQI1CA%2CgBAwDI%2CQAsBK%2COJrCZ%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CQ2BlPI%2CgBAwDI%2CQAsBK%2CO3BoKZ%3BAACD%2CQ2BnPI%2CgBAwDI%2CQAsBK%2CO3BqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2BxPI%2CgBAwDI%2CQAsBK%2CO3B0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2B7PI%2CgBAwDI%2CQAsBK%2CO3B%2BKZ%3BAACD%2CQ2B9PI%2CgBAwDI%2CQAsBK%2CO3BgLZ%3BAACD%2CQAAQ%2CUAAW%2CS2B%5C%2FPf%2CgBAwDI%2CQAsBK%3BE3BkLT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAgBhSA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA0HfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%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%3BE1IgQZ%2CiBAAA%3B%3BA0IlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BAzH5CR%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%3BE6B9QA%2CqBAAA%3B%3BAZFY%2CYAVR%2CeAGO%2CUAOE%2CSYoQX%3BAZnQU%2CYAXR%2CeAGO%2CUAQE%2CQYmQX%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CYZlBI%2CeAGO%2CUAOE%2CSYQZ%3BAAAD%2CYZlBI%2CeAGO%2CUAQE%2CQYOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8BzOQ%2CO9ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE6BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZ5UgB%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%3BAY%2BEhB%2CYZjHI%2CeAGO%2CUA6BE%2CQYiFZ%3BE7ByKD%2CS8BxPQ%2CO9BwPR%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%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%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%3BEXtHrB%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEWqGwB%2CgBAAA%3B%3BAXpFxB%2CYW1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXjFpB%3BAACD%2CYW3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXhFpB%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CYWvCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXpEpB%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CYWnDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXxDpB%3BAACD%2CYWpDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMXvDpB%3BAACD%2CQAAQ%2CUAAW%2CaWrDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAWwDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA0HvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE3I4RL%2CmBAAA%3B%3BA2I1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CgBAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACZR%2CQAAQ%2CuBACJ%3BEACI%2CaAAA%3B%3BAAFR%2CQAAQ%2CuBAKJ%3BEACI%2CmBAAA%3B%3BAANR%2CQAAQ%2CuBAKJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CQAAQ%2CuBAKJ%2CsCAGM%2CMAKI%3BEACE%2CgBAAA%3B%3BAAdhB%2CQAAQ%2CuBAmBJ%2COAAM%3BAAnBV%2CQAAQ%2CuBAoBJ%2COAAM%2COAAO%2CIAAI%3BAApBrB%2CQAAQ%2CuBAqBJ%2COAAM%2COAAO%2CIAAI%3BAArBrB%2CQAAQ%2CuBAsBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%3BEACI%2CaAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA%5C%2FBR%2CQAAQ%2CuBAkCJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAApCR%2CQAAQ%2CuBAuCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAzCR%2CQAAQ%2CuBAuCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA%5C%2FCJ%2CuBAuCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAAhDhB%2CQAAQ%2CuBAuCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAArDZ%2CQAAQ%2CuBAyDJ%3BEACI%2CmBAAA%3B%3BAA1DR%2CQAAQ%2CuBA6DJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAhER%2CQAAQ%2CuBAmEJ%3BE9IgOJ%2CiBAAA%3BE8I9NQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3ER%2CQAAQ%2CuBAgFJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAvFR%2CQAAQ%2CuBA0FJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2CQAAQ%2CuBA%2BFJ%3BE9IwTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE8IxTQ%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAlGR%2CQAAQ%2CuBAqGJ%3BE9IkTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BE8IrWA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAhHA%2CuBAqGJ%2CYAWK%3BEACG%2CqBAAA%3B%3BAAGJ%2CQApHA%2CuBAqGJ%2CYAeK%3BEACG%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAqGJ%2CYAmBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA7HZ%2CQAAQ%2CuBAqGJ%2CYAmBK%2CMAOG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjIhB%2CQAAQ%2CuBAqGJ%2CYAgCI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1IZ%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAApJhB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAxJpB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAA3JxB%2CQAAQ%2CuBAkKJ%3BE9IqPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BE8IxSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA7KA%2CuBAkKJ%2CYAWK%3BEACG%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CsBAAA%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQA3LA%2CuBAkKJ%2CYAyBK%3BExI%2BCT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE8ItGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAxIqDZ%2CQwItPQ%2CuBAkKJ%2CYAyBK%2CcxI2DR%3BAACD%2CQwIvPQ%2CuBAkKJ%2CYAyBK%2CcxI4DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQwI5PQ%2CuBAkKJ%2CYAyBK%2CcxIiER%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQwIjQQ%2CuBAkKJ%2CYAyBK%2CcxIsER%3BAACD%2CQwIlQQ%2CuBAkKJ%2CYAyBK%2CcxIuER%3BAACD%2CQAAQ%2CUAAW%2CSwInQX%2CuBAkKJ%2CYAyBK%3BExIyEL%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA8I%5C%2FFQ%2CQApMA%2CuBAkKJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAxMA%2CuBAkKJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAzMZ%2CQAAQ%2CuBA6MJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAhNZ%2CQAAQ%2CuBA6MJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAApNZ%2CQAAQ%2CuBA6MJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAA1NZ%2CQAAQ%2CuBA8NJ%2CkBAEI%3BAAhOR%2CQAAQ%2CuBA8NJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnOZ%2CQAAQ%2CuBA2OJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BACxOZ%3BE%5C%2FIiZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE%2BIjZI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3B%3BAADJ%2CqCAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2C4BAA4B%2CSAExB%3BAADJ%2C4BAA4B%2CKACxB%3BEACI%2CWAAA%3B%3BAAQR%3BEACI%2CYAAY%2CiEAAZ%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CyCAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CSAAA%3B%3BAAJR%2CgCAOI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAATR%2CgCAYI%3BEACI%2CqBAAA%3B%3BAAQR%3BEACI%2CWAAA%3B%3BAAOJ%2CMAAM%3BA3I3FN%2CKAAK%2CcA4CD%2CiBAGM%2CU2I4CJ%3BA1ItHN%2CY0IsHM%3BEACF%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmFAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BA3IzGjC%2CKAAK%2CcA4CD%2CiBAGM%2CU2I0DJ%2C2BAA2B%3BA1IpIjC%2CY0IoIM%2C2BAA2B%3BEAC7B%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BA3I%5C%2FGjC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IgEJ%2C2BAA2B%3BA1I1IjC%2CY0I0IM%2C2BAA2B%3BEAC7B%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BA3InHjC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IoEJ%2C2BAA2B%3BA1I9IjC%2CY0I8IM%2C2BAA2B%3BEAC7B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3IxHvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IyEJ%2C2BAA2B%2CMAAM%3BA1InJvC%2CY0ImJM%2C2BAA2B%2CMAAM%3BEACnC%2C2EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3I5HvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2I6EJ%2C2BAA2B%2CMAAM%3BA1IvJvC%2CY0IuJM%2C2BAA2B%2CMAAM%3BEACnC%2C4EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3IhIvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IiFJ%2C2BAA2B%2CMAAM%3BA1I3JvC%2CY0I2JM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3IpIvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IqFJ%2C2BAA2B%2CMAAM%3BA1I%5C%2FJvC%2CY0I%2BJM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3IxIvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IyFJ%2C2BAA2B%2CMAAM%3BA1InKvC%2CY0ImKM%2C2BAA2B%2CMAAM%3BEACnC%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3I5IvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2I6FJ%2C2BAA2B%2CMAAM%3BA1IvKvC%2CY0IuKM%2C2BAA2B%2CMAAM%3BEACnC%2CkDAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3IhJvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IiGJ%2C2BAA2B%2CMAAM%3BA1I3KvC%2CY0I2KM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BA3IpJjC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IqGJ%2C2BAA2B%3BA1I%5C%2FKjC%2CY0I%2BKM%2C2BAA2B%3BEAC7B%2CWAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3IxJvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2IyGJ%2C2BAA2B%2CMAAM%3BA1InLvC%2CY0ImLM%2C2BAA2B%2CMAAM%3BEACnC%2C0EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BA3I5JvC%2CKAAK%2CcA4CD%2CiBAGM%2CU2I6GJ%2C2BAA2B%2CMAAM%3BA1IvLvC%2CY0IuLM%2C2BAA2B%2CMAAM%3BEACnC%2CyEAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CmBAAkB%2C4BAA6B%3BEACpE%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwCACI%2COAAO%2CUACH%2COACI%3BEACI%2CgBAAA%3B%3BAAGJ%2CwCANR%2COAAO%2CUACH%2COAKK%2CSAAU%2CSAAM%3BEACb%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BE%5C%2FIgBhB%2CiBAAA%3BE%2BIdgB%2CiBAAA%3B%3BAAXhB%2CwCACI%2COAAO%2CUACH%2COAYI%3BEACI%2CqBAAA%3B%3BAAfhB%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAGI%2CMAAK%2CaAAa%3BAAjBlC%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAII%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3B%3BAAOpB%2C6BACI%3BEACI%2CWAAA%3B%3BAAFR%2C6BACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAANZ%2C6BACI%2CSAGI%2CQAII%3BEACI%2CYAAA%3B%3BAAMhB%2CkCACI%3BEACI%2CiBAAA%3B%3BAAOA%2CkCADJ%2COACK%2CSACG%3BAADJ%2CwCADJ%2COACK%2CSACG%3BEACI%2CgBAAA%3B%3BAAEA%2CkCALZ%2COACK%2CSACG%2COAGK%3BAAAD%2CwCALZ%2COACK%2CSACG%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BE%5C%2FI%5C%2FBpB%2CiBAAA%3BE%2BIiCoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2Ca9IxUS%2CaCMC%2C8C6IkUV%3BE%5C%2FI5CZ%2CiBAAA%3BE%2BI8CY%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BAAAxE%2CwCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAAhChB%2CkCAEI%2COAkCI%3BAAnCR%2CwCACI%2COAkCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BE%5C%2FI5DZ%2CiBAAA%3BE%2BI8DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAOJ%2CyBACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANJ%2CgBAMK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAATZ%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BE%5C%2FI1GR%2CiBAAA%3BE%2BI4GQ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAA0B%2CKAItB%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C2BAIK%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2C2BALJ%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2C2BATJ%2CKASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2C2BATJ%2CKASK%2CyBAMI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAtBR%2CKASK%2CyBAaI%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvChB%2C2BA4CK%2CMAAI%3BEACD%2CYAAA%3B%3BAAKA%2C2BAFJ%2CWAEK%3BAACD%2C2BAHJ%2CWAGK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BARJ%2CWAQK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAZJ%2CWAYK%3BEACG%2CYAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3BACjeZ%2CMAAM%2CUACL%2CWACC%2CUACC%3BEACC%2CqBAAA%3B%3BAAJJ%2CMAAM%2CUACL%2CWACC%2CUACC%2CcAEC%3BEACC%2CkBAAA%3B%3BAANL%2CMAAM%2CUACL%2CWACC%2CUACC%2CcAEC%2CsBAEC%3BEACC%2CcAAA%3B%3BAAQN%3BEACC%2CQAAA%3B%3BAACA%2CSAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BACXE%2CwBAJ%2BC%3BEnBuH%5C%2FC%2CcACI%3BI9HqJJ%2CYAAA%3BIAAA%2CSAAA%3BI8HlJQ%2CUAAA%3B%3B%3BAmBnHR%2CwBAJqD%3BE%5C%2FH4DrD%3BIZ4IA%2CWAAA%3B%3BEYkSA%3BIlB7eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BE2B4CD%2CmBACI%2CUACM%2CmB3B%5C%2FCT%3BE2B6CD%2CmBACI%2CUACM%2CmB3B9CT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BE2BuCD%2CmBACI%2CUACM%2CmB3BzCT%3BIACG%2CWAAA%3B%3BEkB22BJ%3BELvmBQ%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%3BIbxBZ%2CcAAA%3BI6B9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEhB%2BRO%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%2CKgBhSX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8BpOU%2CO9BoOV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEX4lBA%3BELvrBQ%2C0BAFJ%2CUAEK%2COAGG%3BE4HtMZ%2CsBAMI%3BIvHq3BA%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIlB3qBJ%2CcAAA%3BI6BhOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BEhBwMO%2C0BAFJ%2CUAEK%2COAGG%2CegB3MX%3BE4GKD%2CsBAMI%2CO5GXH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8B9NQ%2CO9B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEX4mBI%2C0BAAC%3BELvsBG%2C0BAFJ%2CUAEK%2COAGG%2CeKosBP%3BEuH14BL%2CsBAMI%2COvHo4BC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEWx1BR%2C0BX21BK%2COW31BJ%3BEhB8IO%2C0BAFJ%2CUAEK%2COAGG%2CeK0sBP%2COW31BJ%3BE4GrDD%2CsBAMI%2COvH04BC%2COW31BJ%3BI7BgKD%2CS8B%5C%2FNM%2CO9B%2BNN%3B%3BEkB8uBA%2CyBACI%3BEADJ%2CyBAEI%3BEAFJ%2CyBAGI%3BEO1qBJ%2CQAKI%2CSPmqBA%3BEOxqBJ%2CQAKI%2CSPoqBA%3BEOzqBJ%2CQAKI%2CSPqqBA%3BELhqBJ%2CyBK8pBI%3BEL9pBJ%2CyBK%2BpBI%3BEL%5C%2FpBJ%2CyBKgqBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAqGR%2C%2BBACI%3BEd3zBJ%2CeACI%2CWc0zBA%3BIACI%2CkBAAA%3B%3BEAIA%2C%2BBADJ%2CQACK%3BEACD%2C%2BBAFJ%2CQAEK%3BEACD%2C%2BBAHJ%2CQAGK%3BEdl0BT%2CeACI%2CWc8zBA%2CQACK%3BEdh0BT%2CeACI%2CWc8zBA%2CQAEK%3BEdj0BT%2CeACI%2CWc8zBA%2CQAGK%3BIACG%2CmBAAA%3B%3BEAGJ%2C%2BBAPJ%2CQAOK%3BEACD%2C%2BBARJ%2CQAQK%3BEdv0BT%2CeACI%2CWc8zBA%2CQAOK%3BEdt0BT%2CeACI%2CWc8zBA%2CQAQK%3BIACG%2CcAAA%3B%3BEAgHZ%3BE4G5mCA%2CcACI%3BI9HqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkBs7BA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE4G%5C%2FkCD%2CcACI%2CuB5G6kCH%3BE4G9kCD%2CcACI%2CuB5G8kCH%3BIlB34BD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIkBg8BI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BE4G3lCD%2CcACI%2CuB5G0lCH%3BIlBr8BD%2CyBAAA%3B%3BEkBy8BA%2CiDAAC%3BE4G%5C%2FlCD%2CcACI%2CuB5G8lCH%3BIlBz8BD%2C4BAAA%3BIkB28BI%2CQAAA%3B%3BEkDttCJ%2CQAAQ%2CKAAK%3BICkIb%2CSAAA%3BIACA%2CUAAA%3B%3BEDnIA%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%3BIACH%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEDxIJ%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%2CMAKD%3BIACE%2CcAAA%3B%3BED3IR%2CQAAQ%2CKAAK%2CMC%2BIX%2CQAAK%3BIAEH%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BErE7HJ%2CQoEvBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQrExHN%3BEACD%2CQoExBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQrEvHN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQoE7BQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQrElHN%3BIACG%2CWAAA%3B%3BEqEwHA%2CQDtJI%2CKAAK%2CMC%2BIX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEDvJR%2CQAAQ%2CKAAK%2CMC4MP%2CQAAK%3BIrE%2BDX%2CeAAA%3B%3BEoE3QA%2CQAAQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%3BIrE0DN%2CmBAAA%3BIAAA%2CgCAAA%3BIAAA%2C8BAAA%3BIAAA%2C%2BBAAA%3BIAAA%2C6BAAA%3BIAAA%2CYAAA%3BIAAA%2C0BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDjJA%2CQqE1HQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUtEvFL%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CQqE%5C%2FHQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUtElFL%3BIC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDvIA%2CQqEpIQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUtE7EL%3BICuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqE9BI%2CQD7OI%2CKAAK%2CMCgNX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD9OI%2CKAAK%2CMCgNX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BIrE6B9B%2CmBAAA%3B%3BEqEzBI%2CQDlPI%2CKAAK%2CMCgNX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDnPI%2CKAAK%2CMCgNX%2CQAAK%2CMAmCF%2COAAU%3BEACX%2CQDpPI%2CKAAK%2CMCgNX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BEAClB%2CQDrPI%2CKAAK%2CMCgNX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BIrEsBtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3B%3BEoE3QA%2CQAAQ%2CKAAK%2CMC6PX%2CQAAK%3BIrEcP%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CeAAA%3BIAAA%2C4BAAA%3B%3BEoE3QA%2CQAAQ%2CKAAK%2CMAGT%2CMAAK%3BIACD%2CcAAA%3B%3BEAJR%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEATZ%2CQAAQ%2CKAAK%2CMAaP%2CQAAK%3BIACH%2CuBAAA%3B%3BEKgNJ%2CYAAC%3BIzE6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEyE5NA%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%3BIzEsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEyEpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BIzEwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIyErOI%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%3BI1EuKJ%2CyBAAA%3BI0ErKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BI1EyJR%2CwCAAA%3B%3BE0EnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BI1EgJzB%2CyBAAA%3B%3BE0E3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BI1E%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BE2ExOA%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%3BE0DXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEpDgBJ%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%3BE6C%2BqBJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CSACI%3BIACI%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGR%3BIACI%2CmBAAA%3B%3BEAEJ%2C0BACI%2CcACI%3BIACI%2CUAAA%3B%3BEAHZ%2C0BACI%2CcAKI%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEARZ%2C0BACI%2CcAUI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIZ%2CmBACI%2CiBACI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3B%3BEAIZ%2C%2BBACI%3BIACI%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAJR%2C%2BBACI%2CMAII%3BIACI%2CoBAAA%3B%3BEANZ%2C%2BBACI%2CMAII%2CGAEI%3BIACI%2CoBAAA%3B%3BEACA%2C%2BBARZ%2CMAII%2CGAEI%2CGAEK%2CQAAQ%3BIACL%2CaAAA%3B%3BEAGR%2C%2BBAZR%2CMAII%2CGAQK%3BIACG%2CkBAAA%3B%3BEADJ%2C%2BBAZR%2CMAII%2CGAQK%2CQAEG%3BIACI%2CoBAAA%3B%3BEACA%2C%2BBAhBhB%2CMAII%2CGAQK%2CQAEG%2CGAEK%3BEACD%2C%2BBAjBhB%2CMAII%2CGAQK%2CQAEG%2CGAGK%3BIACG%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAKhB%2C%2BBAzBJ%2CMAyBK%3BIACG%2CkBAAA%3B%3BEAIZ%2CYACI%2C2BACI%3BIACI%2CYAAA%3B%3BEAHZ%2CYACI%2C2BAKI%3BEANR%2CYACI%2C2BAMI%3BIACI%2CYAAA%3B%3BEARZ%2CYACI%2C2BAUI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEAbZ%2CYACI%2C2BAeI%3BIAKI%2C8BAAA%3B%3BEAJA%2CYAhBR%2C2BAeI%2CgBACK%3BIACG%2CgBAAA%3B%3BEAOJ%2CYAxBR%2C2BAuBI%2CcACK%3BIACG%2CgBAAA%3B%3BEA1BhB%2CYACI%2C2BAuBI%2CcAKI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAKhB%2C0BAA0B%3BIACtB%2CoBAAA%3BIACA%2CyBAAA%3B%3BEAFJ%2C0BAA0B%2CQAGtB%3BIACI%2COAAO%2CkBAAP%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEANR%2C0BAA0B%2CQAQtB%2COAAM%3BEARV%2C0BAA0B%2CQtHjwB1B%2CMAAK%2CcA4CD%2CiBAGM%2CUsH0tBA%3BEARV%2C0BAA0B%2CQrH5xB1B%2CaqHoyBU%3BIACF%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAGR%2C0BAA0B%2CoBACtB%3BIACI%2CWAAA%3B%3BEAFR%2C0BAA0B%2CoBACtB%2CcAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BEAKZ%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeACI%3BIACI%2CMAAA%3B%3BECrM1B%2CaAAC%3BIACA%2CmBAAA%3B%3BEvH1ZK%2CKAAC%3BIACG%2CiBAAA%3B%3BEAIQ%2CKALX%2CcAGG%2CMACI%2CKACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAMR%2CKAZP%2CcAWG%2CKACK%3BEACD%2CKAbP%2CcAWG%2CKAEK%3BEACD%2CKAdP%2CcAWG%2CKAGK%3BEACD%2CKAfP%2CcAWG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAvBX%2CcAWG%2CKACK%2CIAWI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAEK%2CMAUI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAGK%2CSASI%2CSAAS%3BEAAV%2CKAvBX%2CcAWG%2CKAIK%2CKAQI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKA%5C%2FBP%2CcAWG%2CKAoBK%3BIACG%2CmBAAA%3B%3BEAhCZ%2CKAAC%2CcAoCG%2CMACI%2CKAAI%3BIACA%2CiBAAA%3B%3BE0H9KhB%2CcACI%3BI9HqJJ%2CYAAA%3BIAAA%2CSAAA%3BI8HlJQ%2CUAAA%3B%3BEvFOR%2CwBACI%3BIvC0IJ%2CeAAA%3B%3BEuC3IA%2CwBAKI%3BIvCsIJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEuC3IA%2CwBAUI%3BIvCiIJ%2CaAAA%3B%3BEuC3IA%2CwBAcI%3BIvC6HJ%2CoBAAA%3B%3BEuC3IA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEMFZ%2CwBACI%3BI7CwHJ%2CeAAA%3B%3BE6CzHA%2CwBACI%2CgBAGI%3BI7CqHR%2CaAAA%3B%3BE6CzHA%2CwBACI%2CgBAOI%3BI7CiHR%2CoBAAA%3B%3BE%2BHvQA%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEtG6TJ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAQR%2CQAAQ%2CcACJ%3BIzBlFJ%2CmBAAA%3BIyBoFQ%2CcAAA%3B%3BEAIR%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEpB1KhB%2CaACI%2CiBACI%3BILqER%2CeAAA%3BIKnEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIL6DA%2C6BAAA%3BIK3DI%2CgBAAA%3B%3BEAIA%2CKAAC%2CcACG%3BIACI%2CmBAAA%3B%3BE%2BCtCZ%3BIpD2FA%2CgCAAA%3BIoDzFI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEVxMhB%2CqBACI%3BEADJ%2CqBAEI%2COAAM%3BI1C4QV%2CgBAAA%3B%3BEYlLA%2CiBACI%2CSACI%3BIZgVR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqDlXT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BExC%2BKR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAMA%2C0BATR%2CUAEK%2COAOI%3BIACG%2CgCAAA%3BIbUhB%2CmBAAA%3BIaRgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAfZ%2CUAEK%2COAOI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BATR%2CUAEK%2COAOI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAtBhB%2CUAEK%2COAOI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA1BhB%2CUAEK%2COAOI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BATR%2CUAEK%2COAOI%2CMAUG%2CMAWI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BAnCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAKK%3BIbfzB%2CmBAAA%3B%3BEa8BQ%2C0BAlDJ%2CUAkDK%2CMACG%3BIb%5C%2FBZ%2CiBAAA%3B%3BEaqCQ%2C0BAzDJ%2CUAyDK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAQJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CiBAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BES0GR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BE8GxcR%2CgBACM%3BIACE%2CgBAAA%3B%3BEzG0ER%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEZgMxB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEuH1RR%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%3BEnHqJZ%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcARE%2CSAGV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAbE%2CSAGV%2CSACK%2CKASI%3BInBgFb%2CiBAAA%3B%3BEmB5EY%2CcAjBE%2CSAGV%2CSACK%2CKAaI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAjBE%2CSAGV%2CSACK%2CKAaI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAxBN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA5BN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcAhCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcApCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAeK%3BEACD%2CcArCN%2CSAGV%2CSACK%2CKAaI%2CQAIG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcA3CE%2CSAGV%2CSACK%2CKAuCI%3BEACD%2CcA5CE%2CSAGV%2CSACK%2CKAwCI%3BEAxCL%2CcAJM%2CSAGV%2CSACK%2CKAyCG%3BEACA%2CcA9CE%2CSAGV%2CSACK%2CKA0CI%3BIACG%2CiBAAA%3B%3BEA3CR%2CcAJM%2CSAGV%2CSACK%2CKA8CG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAhDR%2CcAJM%2CSAGV%2CSACK%2CKA8CG%2CYAII%3BIACI%2CeAAA%3B%3BEAnDZ%2CcAJM%2CSAGV%2CSACK%2CKAuDG%3BEAvDJ%2CcAJM%2CSAGV%2CSACK%2CKAwDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcAjEM%2CSAGV%2CSA8DK%3BIACG%2CeAAA%3B%3BEAWJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEmC9HhB%2CaACI%3BIACI%2CgBAAA%3B%3BEmF5ER%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBASI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBAHJ%2CSAGK%3BIACG%2CcAAA%3B%3BEChCZ%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%3BEIqKZ%2CQAAQ%2CuBACJ%3BIACI%2CsBAAA%3B%3BEAFR%2CQAAQ%2CuBACJ%2CaAGK%3BIACG%2CuBAAA%3B%3BEALZ%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%3BIACA%2CmBAAA%3B%3BEARhB%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%2CYAGA%3BIACI%2CkBAAA%3B%3BEAIR%2CQAfJ%2CuBACJ%2CaAGK%2CMAWI%3BIACG%2CmBAAA%3BIACA%2CeAAA%3B%3BEAjBhB%2CQAAQ%2CuBAsBJ%3BIACI%2CgBAAA%3B%3BECgPR%3BIACI%2CcAAA%3B%3BEADJ%2CqCAGI%3BIACI%2CWAAA%3B%3BEAIR%2CGAAG%2C2BACE%2CMAAI%3BIACD%2CWAAA%3B%3BEAIA%2CGANL%2C2BAKC%2CWACK%2CiBAAiB%3BIACd%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAXL%2C2BAKC%2CWAMK%3BIACG%2CYAAA%3B%3BECthBf%2CQACC%2CQAAO%3BIACN%2CeAAA%3B%3BEAGF%2CaACC%2CUACC%2CcACC%3BIACC%2CuCAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3B%3BAC0BD%2CwBAJqD%3BE%5C%2FHgerD%3BEGpVQ%2CyBADJ%2CKAAI%2CQACC%3BIrBnJT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBgwBD%2C0BACI%2CMAAM%2CGlBlwBT%3BEkBiwBD%2C0BACI%2CMAAM%2CGlBjwBT%3BE4DsCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG5D3CnB%3BE4DuCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG5D1CnB%3BEqBwHD%2CyBACI%2CKAAI%2CQrB1HP%3BEqByHD%2CyBACI%2CKAAI%2CQrBzHP%3BEemMD%2CQAaI%2CSfjNH%3BEeoMD%2CQAaI%2CSfhNH%3BEsBwQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGlBlwBT%3BEsByQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGlBjwBT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkB2vBD%2C0BACI%2CMAAM%2CGlB5vBT%3BE4DiCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CG5DrCnB%3BEqBmHD%2CyBACI%2CKAAI%2CQrBpHP%3BEe8LD%2CQAaI%2CSf3MH%3BEsBmQG%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGlB5vBT%3BIACG%2CWAAA%3B%3BEkB4vBI%2C0BADJ%2CMAAM%2CGACD%2CIAAI%3BEI1fT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGACD%2CIAAI%3BIACD%2CgCAAA%3B%3BEAOI%2C0BATZ%2CMAAM%2CGAOF%2CKACK%2CKACI%3BEIlgBb%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKACK%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAdR%2CMAAM%2CGAOF%2CKAOK%3BEACD%2C0BAfR%2CMAAM%2CGAOF%2CKAQK%3BEACD%2C0BAhBR%2CMAAM%2CGAOF%2CKASK%3BEIzgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAOK%3BEIvgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAQK%3BEIxgBT%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKASK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAvBZ%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEIhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA5BpB%2C0BACI%2CMAAM%2CGAgCF%3BEIzhBJ%2CcAAC%2CaAkBG%2CMAAK%2CMJueT%2CMAAM%2CGAgCF%3BIACI%2CSAAA%3B%3BEAoKZ%3BE0Cr7BoB%2CcAhBhB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMACI%3BI1Cy6B5B%2CaAAA%3B%3BEAoDA%2C2BACI%3BEADJ%2C2BAEI%3BEAFJ%2C2BAGI%3BEGv2BJ%2C6BHq2BI%3BEGr2BJ%2C6BHs2BI%3BEGt2BJ%2C6BHu2BI%3BIACI%2CmBAAA%3B%3BE0Cv%5C%2FBR%3BIzDsUA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIyDxUI%2CkBAAA%3B%3BEAKY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%3BIzDscrB%2CYAAA%3BIACA%2CcAAA%3B%3BEyDvcgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBzDycnB%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEyD1cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBzD6cnB%3BIACE%2CcAAA%3B%3BEyD9cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBzD6cnB%2CQAGI%3BIACE%2CcAAA%3B%3BEyDjdQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBzD6cnB%2CQAGI%2CKAGE%3BEyDndQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBzD6cnB%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CcAAA%3B%3BEG0OY%2CcyD5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBzD6cnB%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CcyD5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBzD6cnB%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BE4D%5C%2FOgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKACF%2CKAAE%3BIACA%2CiBAAA%3B%3BEALZ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKAKF%2CKAAE%3BIACA%2CoBAAA%3B%3BEAWI%2CcAvB5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAYxB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%3BIACI%2CcAAA%3B%3BEAFR%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEAXpB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAwBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQxB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMAAM%3BEATV%2C2BAUI%2CMAAM%3BIACF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BElCvBA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE4FtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEvFgFR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BI%5C%2FBuLb%2CqBAAA%3BIMzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BINgDA%2CgBAAA%3B%3BE%2BBvLY%2COAPR%2CgBAMI%2CQACK%2COF2KX%3BI7BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6BHA%2COE0EI%2CgBAMI%2CQACK%2COFjFZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8B1OU%2CO9B0OV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CeAAA%3BIAAA%2CmBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE6DA%2CgBAMI%2CQACK%2COFrEZ%2CMACI%3BI7B2PL%2CcAAA%3B%3BE6BrPI%2COEuDA%2CgBAMI%2CQACK%2COF%5C%2FDZ%2COACI%3BI7BqPL%2CcAAA%3B%3BEM7CA%2COyBjJI%2CgBAMI%2CQACK%2COzB0IZ%3BEACD%2COyBlJI%2CgBAMI%2CQACK%2COzB2IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyBvJI%2CgBAMI%2CQACK%2COzBgJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyB5JI%2CgBAMI%2CQACK%2COzBqJZ%3BEACD%2COyB7JI%2CgBAMI%2CQACK%2COzBsJZ%3BEACD%2CQAAQ%2CUAAW%2CQyB9Jf%2CgBAMI%2CQACK%3BIzBwJT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BEwBkGA%3BIACI%2CgBAAA%3B%3BExBvVJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEwB%2BUJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEf1UR%2CYACI%3BIT4NJ%2CeAAA%3BIS1NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BE2ByHR%2CYACI%3BIpC%2BFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEoChGA%2CYAOI%3BIpCyFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIoCrFQ%2CWAAA%3B%3BEAEA%2CYANJ%2CuBAMK%3BIpCmFT%2C4BAAA%3BIoCjFY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BIpC%2BEZ%2CWAAA%3B%3BEoChGA%2CYAuBI%3BEAvBJ%2CYAwBI%3BIpCwEJ%2CgBAAA%3B%3BEoChGA%2CYA4BI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBR%2CYAkCI%3BIACI%2CWAAA%3B%3BEAnCR%2CYAsCI%3BIpC0DJ%2CqBAAA%3BI6B9QA%2CqBAAA%3BIO8NQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAnDR%2CYAsCI%2CmBP8CF%3BI7BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6BHA%2CYO8MI%2CmBP9MH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8B1PY%2CO9B0PZ%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI6BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYOiMA%2CmBPlMH%2CMACI%3BI7B2PL%2CcAAA%3B%3BE6BrPI%2CYO2LA%2CmBP5LH%2COACI%3BI7BqPL%2CcAAA%3B%3BEkDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIlD6OR%2CYAAA%3BIkD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEbIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEZuRR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEpBtGJ%2CKAAC%2CcACG%3BIACI%2CgCAAA%3BIACA%2CmBAAA%3B%3BEgBjFZ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEC0GI%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEArCxB%2CcAgDI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAlDZ%2CcAgDI%2CiBAKM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEPnGZ%2CQACI%2CqBACI%2CmBACI%3BEAHZ%2CQACI%2CqBACI%2CmBAEI%3BEAJZ%2CQACI%2CqBACI%2CmBAGI%3BEALZ%2CQACI%2CqBACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEARhB%2CQAaI%2CSAGI%3BIACI%2CYAAA%3B%3BEAjBZ%2CQAaI%2CSAOI%3BIACI%2CWAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BEAJR%2CoBACI%2CMAII%3BIACI%2CcAAA%3B%3BEAKZ%2CcACI%2COAAM%2CkBACF%2CMACI%2CGAAE%3BIACE%2CWAAA%3B%3BEAKhB%2CYAAY%2CcACR%2CKAAI%3BEADR%2CYAAY%2CcAER%2CKAAI%3BEAFR%2CYAAY%2CcAGR%2CKAAI%3BEAHR%2CYAAY%2CcAIR%2CKAAI%3BIACA%2CgBAAA%3B%3BEI9GR%2CcAAc%2CSACV%3BIACI%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcANM%2CSACV%2CcAKK%3BIACG%2C6BAAA%3B%3BEmC%5C%2FBZ%3BIACI%2CgBAAA%3B%3BEyFqVJ%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAEjdJ%2CwBAJsD%3BElFkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEvCyUR%2CiBAAkB%3BIACd%2CYAAA%3B%3BEsG7PJ%2CYACI%2CeACI%3BI9H8JR%2CYAAA%3B%3B%3BAiJrPJ%2CgBAJ2C%3BE%5C%2FHyEvC%3BIAnBA%2CYAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEA%2BNJ%3BEIwBQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIJjFhB%2CcAAA%3B%3BEAyKA%3BIlB7LA%2CkBAAA%3B%3BEkBuOA%3BIlBnfA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEsB6SD%2CcAwDI%2CetBtWH%3BEsB8SD%2CcAwDI%2CetBrWH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEsBwSD%2CcAwDI%2CetBhWH%3BIACG%2CWAAA%3B%3BEkBoiBJ%3BEI7PA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIJ6KR%2CsBAAA%3B%3BEsDzgBI%2CUAAC%3BIACG%2CYAAA%3B%3BEmDknBX%2CaACC%2CcACC%2CsBACC%3BIACC%2CqBAAA%3B%3BEAJJ%2CaACC%2CcACC%2CsBAIC%2CiBAAiB%3BIAChB%2CqBAAA%3BIACA%2CWAAA%3B%3BE5F9jBW%2COAFR%2CgBACI%2CQACK%3BIzB4Gb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BINgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIM5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIyBxEgB%2CeAAA%3B%3BEzBqHhB%2COyB1HI%2CgBACI%2CQACK%2COzBwHZ%3BEACD%2COyB3HI%2CgBACI%2CQACK%2COzByHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyBhII%2CgBACI%2CQACK%2COzB8HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyBrII%2CgBACI%2CQACK%2COzBmIZ%3BEACD%2COyBtII%2CgBACI%2CQACK%2COzBoIZ%3BEACD%2CQAAQ%2CUAAW%2CQyBvIf%2CgBACI%2CQACK%3BIzBsIT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BEDjJA%2COgCtBI%2CgBACI%2CQACK%2COhCoBZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2COgC3BI%2CgBACI%2CQACK%2COhCyBZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2COgChCI%2CgBACI%2CQACK%2COhC8BZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEMxFA%2COyB%5C%2FEI%2CgBACI%2CQACK%2COzB6EZ%3BEACD%2COyBhFI%2CgBACI%2CQACK%2COzB8EZ%3BEACD%2COyBjFI%2CgBACI%2CQACK%2COzB%2BEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COyBtFI%2CgBACI%2CQACK%2COzBoFZ%3BEACD%2COyBvFI%2CgBACI%2CQACK%2COzBqFZ%3BEACD%2CQAAQ%2CUAAW%2CQyBxFf%2CgBACI%2CQACK%3BI%5C%2FBqKb%2CcAAA%3BIAAA%2CYAAA%3BIM5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEgBoIJ%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CiBAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEavIhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEhB5ER%2CqBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BEuH9MZ%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 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../frontend/Sm/furnicom/en_GB/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Sm/furnicom/en_GB/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/furnicom/en_GB/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Sm/furnicom/en_GB/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Sm/furnicom/en_GB/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Sm/furnicom/en_GB/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple] .input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple] .input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple] .input-group-lg > .form-control,
select[multiple] .input-group-lg > .input-group-addon,
select[multiple] .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple] .input-group-sm > .form-control,
select[multiple] .input-group-sm > .input-group-addon,
select[multiple] .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Sm/furnicom/en_GB/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../frontend/Sm/furnicom/en_GB/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../frontend/Sm/furnicom/en_GB/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../frontend/Sm/furnicom/en_GB/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../frontend/Sm/furnicom/en_GB/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../frontend/Sm/furnicom/en_GB/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.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 */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.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-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 100000;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../frontend/Sm/furnicom/en_GB/images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../frontend/Sm/furnicom/en_GB/images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../frontend/Sm/furnicom/en_GB/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../../frontend/Sm/furnicom/en_GB/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*define*/
/*--arrow Triangle css--*/
/*---a hover text effect scale down, reveal---*/
.page.messages .messages {
  position: relative;
  z-index: 3;
}
.fotorama__caption {
  display: none;
}
.cms-index-index.cms-page-2 .page.messages .messages {
  margin-top: 10px;
}
.cms-index-index .page-main {
  margin-top: 0;
  clear: both;
}
.sm-imageslider-content.owl-loaded + .sm-imageslider-loading {
  display: none !important;
}
.page-main {
  margin-top: 40px;
}
.no-padding {
  padding: 0 !important;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
}
.full-wrapper .full-content {
  margin: 0 auto;
}
.block,
.block-banners,
.block-banners-inline {
  margin: 0;
}
.home-default .owl-theme .owl-nav > div {
  margin: 0 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.home-default .owl-theme .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.home-default .owl-theme .owl-nav > div.next:before,
.home-default .owl-theme .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.home-default .owl-theme .owl-nav > div.prev:before,
.home-default .owl-theme .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.home-default .owl-theme .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.home-default .owl-theme .owl-nav > div:hover:before {
  color: #fff;
}
.content-box {
  float: left;
  width: 100%;
  margin-top: 40px;
}
/*share*/
#at-expanded-menu-host .at-expanded-menu-load {
  padding: 0 20px !important;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-button-label {
  text-indent: -99em;
  margin-bottom: 40px;
}
/*---image slider---*/
.sm-imageslider-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../../frontend/Sm/furnicom/en_GB/images/477.gif) center center no-repeat transparent;
  min-height: 400px;
}
.custom-slider-img-w,
.sm-imageslider {
  position: relative;
  float: left;
  width: 100%;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-nav,
.sm-imageslider .owl-theme .owl-controls .owl-nav {
  height: 0;
  display: block;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-nav .owl-prev,
.sm-imageslider .owl-theme .owl-controls .owl-nav .owl-prev,
.custom-slider-img-w .owl-theme .owl-controls .owl-nav .owl-next,
.sm-imageslider .owl-theme .owl-controls .owl-nav .owl-next {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  text-indent: -999em;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-nav .owl-prev:before,
.sm-imageslider .owl-theme .owl-controls .owl-nav .owl-prev:before,
.custom-slider-img-w .owl-theme .owl-controls .owl-nav .owl-next:before,
.sm-imageslider .owl-theme .owl-controls .owl-nav .owl-next:before {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: url(../../frontend/Sm/furnicom/en_GB/images/prev-next.png) no-repeat;
  content: "";
  width: 35px;
  height: 60px;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-nav .owl-prev:before,
.sm-imageslider .owl-theme .owl-controls .owl-nav .owl-prev:before {
  background-position: 0 0;
  left: 40px;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-nav .owl-next:before,
.sm-imageslider .owl-theme .owl-controls .owl-nav .owl-next:before {
  background-position: 0 -80px;
  right: 40px;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-dots,
.sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -87px;
  position: relative;
  z-index: 99;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-dots .owl-dot span,
.sm-imageslider .owl-theme .owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  display: block;
  border: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-dots .owl-dot.active span,
.sm-imageslider .owl-theme .owl-controls .owl-dots .owl-dot.active span,
.custom-slider-img-w .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.sm-imageslider .owl-theme .owl-controls .owl-dots .owl-dot:hover span {
  background-color: #beae59;
}
.custom-slider-img-w .owl-theme .owl-item img,
.sm-imageslider .owl-theme .owl-item img {
  /*width: auto;*/
}
.custom-slider-img-w .owl-theme .owl-stage,
.sm-imageslider .owl-theme .owl-stage {
  position: inherit;
}
.custom-slider-img-w:hover .owl-theme .owl-controls .owl-nav .owl-prev,
.sm-imageslider:hover .owl-theme .owl-controls .owl-nav .owl-prev,
.custom-slider-img-w:hover .owl-theme .owl-controls .owl-nav .owl-next,
.sm-imageslider:hover .owl-theme .owl-controls .owl-nav .owl-next {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
/*------brands tab----------*/
.brands-tab {
  margin: 40px 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
.brands-tab .brands-title {
  text-align: center;
  color: #fff;
  background-color: #beae59;
  padding: 45px 0 44px 0;
}
.brands-tab .brands-title h2 {
  padding: 5px 0;
  font-size: 166.7%;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
.brands-tab .brands-title h2:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
}
.brands-tab .tab-content {
  width: 53.8%;
  float: left;
}
@media (min-width: 1200px) {
  .brands-tab .tab-content .tab-pane img {
    min-height: 496px;
    width: 100%;
  }
}
.brands-tab ul.nav-brand-tabs.first {
  margin: 0;
}
.brands-tab ul.nav-brand-tabs {
  width: 23.1%;
  float: left;
  margin: -2px 0 0 0;
  background-color: #eee;
}
@media (min-width: 1200px) {
  .brands-tab ul.nav-brand-tabs {
    max-height: 496px;
  }
}
.brands-tab ul.nav-brand-tabs li {
  position: relative;
  /*&.br4{
              margin-top: -1px;
            }*/
}
.brands-tab ul.nav-brand-tabs li:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
}
.brands-tab ul.nav-brand-tabs li.br1.active-fix:after,
.brands-tab ul.nav-brand-tabs li.br2.active-fix:after,
.brands-tab ul.nav-brand-tabs li.br3.active-fix:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #eee;
  right: -7px;
}
.brands-tab ul.nav-brand-tabs li.br4.active-fix:after,
.brands-tab ul.nav-brand-tabs li.br5.active-fix:after,
.brands-tab ul.nav-brand-tabs li.br6.active-fix:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #eee;
  left: -7px;
}
.brands-tab ul.nav-brand-tabs li.br1,
.brands-tab ul.nav-brand-tabs li.br2,
.brands-tab ul.nav-brand-tabs li.br4,
.brands-tab ul.nav-brand-tabs li.br5 {
  border-bottom: 1px solid #ddd;
}
.brands-tab ul.nav-brand-tabs li.br1 a,
.brands-tab ul.nav-brand-tabs li.br2 a,
.brands-tab ul.nav-brand-tabs li.br4 a,
.brands-tab ul.nav-brand-tabs li.br5 a {
  display: block;
  border-bottom: 1px solid transparent;
}
.brands-tab ul.nav-brand-tabs li a img {
  width: 100%;
}
.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: 12px;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
address {
  margin-bottom: 0;
}
body {
  line-height: 1.66;
  font-weight: 500;
}
label,
.label {
  font-weight: 500 !important;
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul > li,
ol > li {
  margin-bottom: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
h1 {
  font-size: 2.6666em;
  line-height: 1.25em;
  /*32px, 40px*/
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  /*24px, 30px*/
}
h3 {
  font-size: 1.6666em;
  line-height: 1.2em;
  /*20px, 24px*/
}
h4 {
  font-size: 1.3333em;
  line-height: 1.25em;
  /*16px, 20px*/
}
h5 {
  font-size: 1.1666em;
  line-height: 1.1428em;
  /*14px, 16px*/
}
h6 {
  font-size: 1em;
  line-height: 1.1666em;
  /*12px, 14px*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 35px;
  font-size: 100%;
  border: 1px solid #adadad;
  line-height: 1.66;
  background-color: #fff;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
textarea {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button {
  -webkit-border-fit: lines;
}
button,
.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background-color: #beae59;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
button:hover,
.button:hover {
  background: #9f9256;
  color: #fff;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: none;
}
/* MENU ON TOP*/
.social-detail {
  clear: both;
}
.social-detail .share-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 600;
  font-size: 128.46%;
  color: #aeaeae;
}
.social-detail .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: url(../../frontend/Sm/furnicom/en_GB/images/bg-cat-sear.png) no-repeat right 10px top 50%;
  padding-right: 25px;
}
select::-ms-expand {
  display: none;
}
.page-title {
  margin-bottom: 40px;
}
mark,
.mark {
  background-color: transparent;
}
.empty {
  padding-top: 10px;
}
.pager {
  margin: 0;
}
.account.page-layout-2columns-left .column.main {
  width: 100% !important;
}
.modal-footer {
  border: none;
}
.modal-footer button.action-primary.action-accept {
  border: none;
  background-color: #beae59;
  color: #fff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background: transparent;
}
.table > thead > tr > th {
  text-transform: uppercase;
}
.radio,
.checkbox {
  display: inline;
  position: relative;
  top: 1px;
  margin-top: 0 !important;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
  clear: both;
}
.page-header {
  padding-bottom: 0;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-popup .action-close {
  border: none !important;
}
.page-main {
  padding: 0;
}
.page-main .fieldset > .field:not(.choice) > .label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
.page-main .fieldset > .field.choice:before,
.page-main .fieldset > .field.no-label:before {
  width: auto;
  padding: 0;
}
.page-main .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.page-main .abs-margin-for-forms-desktop,
.page-main .fieldset .legend,
.page-main .column:not(.sidebar-main) form .actions-toolbar,
.page-main .column:not(.sidebar-additional) form .actions-toolbar,
.page-main .login-container .fieldset::after {
  margin-left: 0;
}
.page-main .form.password.reset,
.page-main .form.send.confirmation,
.page-main .form.password.forget,
.page-main .form.create.account {
  width: 100%;
}
.modal-content {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.authentication-dropdown .action-close {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: none;
}
.products.wrapper.products-grid .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.block.products-sidebar {
  display: table;
  width: 100%;
}
.price-box {
  margin: 5px 0;
}
.price-box .price {
  font-size: 116.7%;
  color: #e12f2f;
  font-weight: bold;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price {
  margin-right: 10px;
}
.price-box .old-price .price {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
  font-size: 100%;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  margin: 0;
}
div[class^="swatch-opt-"] {
  display: table;
}
.counter:after {
  content: ")";
}
.counter:before {
  content: "(";
}
/*----qty control---*/
.options-list .field.qty .input-text.qty {
  border-right: 1px solid #ddd;
}
.field.qty {
  float: left !important;
  margin-right: 20px !important;
  position: relative;
}
.field.qty .label {
  display: none;
}
.field.qty .input-text.qty {
  width: 45px;
  height: 45px;
  border-right: none;
  text-align: center;
  border-color: #ddd;
  float: left;
}
.field.qty .input-text.qty:focus {
  background-color: #fff;
}
.field.qty .quantity-controls {
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/plus-minus.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  border: 1px solid #ddd;
  position: absolute;
  right: 0;
}
.field.qty .quantity-controls.quantity-minus {
  background-position: 5px -18px;
  top: 22px;
}
.field.qty .quantity-controls.quantity-plus {
  background-position: 5px 5px;
  top: 0;
}
.field.qty .quantity-controls:hover {
  background-color: #beae59;
  border-color: #beae59;
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/plus-minus-w.png);
  cursor: pointer;
}
.product-reviews-summary {
  margin: 0;
}
.product-reviews-summary .rating-summary {
  left: auto;
  padding-right: 10px;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
}
.product-reviews-summary .reviews-actions .view span:last-child:after {
  content: "|";
  margin-left: 10px;
}
/*--- rating ---*/
/* no rating */
.product-reviews-summary.empty {
  padding-top: 0;
}
.product-reviews-summary.empty .reviews-actions {
  width: 70px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(../../frontend/Sm/furnicom/en_GB/images/bkg_rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 0;
  margin-top: 0px;
}
/* end no rating */
.rating-summary {
  padding-right: 15px;
}
.rating-summary .rating-result {
  width: 70px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(../../frontend/Sm/furnicom/en_GB/images/bkg_rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 0;
  margin-top: 0px;
}
.rating-summary .rating-result:before {
  display: none;
}
.rating-summary .rating-result > span {
  float: left;
  height: 12px;
  background: url(../../frontend/Sm/furnicom/en_GB/images/bkg_rating.png) 0 100% repeat-x;
  position: relative;
  top: 0px;
}
.rating-summary .rating-result > span:before {
  display: none;
}
.page-wrapper {
  overflow-x: hidden;
  left: 0;
  position: relative;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.page-header {
  margin: 0;
}
.page-title {
  text-transform: uppercase;
  color: #2a2a2a;
  font-weight: 900;
  font-size: 142.86%;
}
.toolbar .pager .limiter strong,
.toolbar .pager .limiter select,
.toolbar .pager .limiter span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar.review-toolbar {
  border: none;
}
.toolbar.review-toolbar .pager {
  margin: 0;
}
.toolbar.review-toolbar .pager .limiter {
  float: left;
  background: none;
}
.toolbar.review-toolbar .pager .limiter select {
  border-right-color: #eef1f5;
}
legend {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.review-legend {
  border-bottom: 1px solid #ddd;
}
.review-field-ratings .review-field-rating .label {
  line-height: 33px;
}
.review-field-ratings .review-field-rating .label:after {
  content: ": ";
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin: 0 !important;
}
.review-title {
  text-transform: uppercase;
}
.review-form {
  max-width: none;
}
.review-form .action.submit.primary {
  border: none;
  background: #beae59;
  color: #fff;
}
.review-form .action.submit.primary:hover {
  background: #9f9256;
  color: #fff;
  border: none;
}
.fieldset .review-legend.legend {
  padding-bottom: 10px;
}
.review-add .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: none;
  text-align: left;
}
.review-add .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.product.options.list dt {
  display: inline;
}
.product.options.list dd {
  display: inline;
  margin-right: 5px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 2px !important;
}
.tab-custom .title-tab-content {
  text-align: center;
  margin-bottom: 30px;
}
.tab-custom .title-tab-content .list-item-tab {
  display: inline-block;
  position: relative;
}
.tab-custom .title-tab-content .list-item-tab:before,
.tab-custom .title-tab-content .list-item-tab:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.tab-custom .title-tab-content .list-item-tab:before {
  left: -25px;
}
.tab-custom .title-tab-content .list-item-tab:after {
  right: -25px;
}
.tab-custom .title-tab-content .list-item-tab .item-tab {
  display: inline-block;
  cursor: pointer;
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 166.67%;
  padding: 0 15px;
  position: relative;
}
.tab-custom .title-tab-content .list-item-tab .item-tab:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #a8a8a8;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -8px;
}
.tab-custom .title-tab-content .list-item-tab .item-tab.tab-active {
  cursor: default;
  color: #000000;
}
.tab-custom .title-tab-content .list-item-tab .item-tab:last-child:before {
  display: none;
}
.tab-custom .tab-content-product {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.tab-custom .tab-content-product.show-content {
  height: auto;
  visibility: visible;
  overflow: visible;
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 100% !important;
}
.nav-mobile-container {
  position: relative;
  height: 39px;
}
.btn-mobile {
  display: inline-block;
}
.btn-mobile .button-mobile {
  display: inline-block;
  width: 50px;
  height: 39px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 46px;
  cursor: pointer;
  background: #beae59;
}
.btn-mobile .button-mobile .fa-bars {
  font-size: 21px;
}
.navigation-mobile {
  background-color: #fff;
  padding: 20px;
}
.navigation-mobile > ul > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.navigation-mobile > ul > li:last-child {
  border-bottom: none;
}
.navigation-mobile > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
}
.navigation-mobile > ul > li ul {
  display: none;
  padding-left: 10px;
}
.navigation-mobile > ul > li ul li {
  position: relative;
}
.navigation-mobile > ul > li ul li a {
  display: block;
  padding: 10px 0;
}
.navigation-mobile .touch-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #5c5c5c;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.navigation-mobile .touch-button:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.navigation-mobile .touch-button.active:before {
  content: '\f068';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
}
.navigation-mobile .touch-button span {
  display: none;
}
.collapse-type .navigation-mobile {
  display: none;
  position: absolute;
  z-index: 30;
  top: 40px;
  width: 100%;
}
.sidebar-type .navigation-mobile {
  position: fixed;
  top: 0;
  left: -350px;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  z-index: 777;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.navbar-active {
  overflow-x: hidden;
}
.navbar-active .btn-mobile .button-mobile.active:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 555;
}
.navbar-active .page-wrapper {
  left: 300px;
}
.navbar-active .sidebar-type .navigation-mobile {
  left: 0;
}
.products-grid .item .item-inner .box-image a img:hover,
.slider-brand .item a img:hover,
.blog-wrapper .blog-image a img:hover,
.banner-megamenu a img:hover,
.products-sidebar .box-image a img:hover,
.image-sidebar a img:hover,
.minicart-items-wrapper .product .product-image-wrapper img:hover {
  opacity: 0.8;
}
.checkout-index-index .search-header-content {
  border: none !important;
}
@media (max-width: 991px) {
  .checkout-index-index .header-style-1 .header-bottom .nav-mobile-container .btn-mobile:after {
    background: transparent;
  }
}
.modal-popup .action-close {
  padding: 0 !important;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0 !Important;
}
.btn-submobile {
  cursor: pointer;
  display: none !important;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 0;
  top: 11px;
  z-index: 100;
}
.btn-submobile:before {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.btn-submobile.btnsub-active:before {
  content: '\f0d8';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.header-container .navigation-mobile .mega-home-content .feature-column ul {
  display: block;
}
.header-container .navigation-mobile .home-menu-dropdown {
  padding: 0;
}
.header-container .navigation-mobile .home-menu-dropdown .item-home-store {
  width: 100%;
  float: none;
  margin-bottom: 20px;
  padding: 0;
}
.header-container .navigation-mobile .home-menu-dropdown .item-home-store a {
  padding: 0 !important;
}
.header-container .navigation-mobile .home-menu-dropdown .item-home-store .title-menu-home {
  font-size: 100%;
  font-weight: normal;
}
.header-container .navigation-mobile .sm_megamenu_title .title-cat {
  font-size: 100%;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.header-container .navigation-mobile .sm-filter-products {
  padding-top: 30px;
  clear: both;
}
.header-container .navigation-mobile > ul > li ul {
  display: block;
}
.header-container .navigation-mobile .sm-bs-menu .item {
  width: 100%;
  float: none;
}
.header-container .navigation-mobile .row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.header-container .navigation-mobile [class^="col-"] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.header-container .navigation-mobile .sm_megamenu_menu > li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  display: block !important;
  position: relative;
}
.header-container .navigation-mobile .sm_megamenu_menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  background: none;
  font-size: 100%;
  padding: 0;
}
.header-container .navigation-mobile .sm_megamenu_menu > li > a .icon_items {
  display: none;
}
.header-container .navigation-mobile .sm_megamenu_menu > li .sm-megamenu-child {
  background: none !important;
  border: none !important;
  padding-top: 10px;
  padding-left: 5px;
  display: none;
}
.header-container .navigation-mobile .sm_megamenu_menu > li .btn-submobile {
  display: block !important;
}
.header-container .navigation-mobile .sm_megamenu_menu [class^="sm_megamenu_col_"] {
  display: block !important;
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
.header-container .navigation-mobile .right-image-menu {
  margin: 0 0 20px;
  float: none;
}
.header-container .navigation-mobile .home-item-parent .mega-home-content ul li a {
  padding: 5px 0 !important;
}
.header-container .navigation-mobile .home-item-parent .mega-home-content .feature-title {
  padding: 5px 0 !important;
  text-transform: unset;
}
body.sales-order-print .header-container {
  display: none;
}
body.sales-order-print a[href]:after {
  content: "";
}
body.sales-order-print a[href^="#"]:after,
body.sales-order-print a[href^="javascript:"]:after {
  content: "";
}
.breadcrumbs .items > li {
  color: #fff;
}
.catalog-category-view .breadcrumbs .inner {
  padding-top: 140px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .navigation-mobile-container {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-mobile-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .col2-layout > .container > .row > .col-lg-3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper_404page .content-404page {
    max-width: unset;
  }
  .wrapper_404page .img-right-404 {
    float: left;
  }
}
@media (max-width: 767px) {
  .full-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 50% !important;
  }
  .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-left: 0 !important;
  }
  .products-grid.wishlist .product-item-photo {
    float: none !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100%;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.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;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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/Magento/blank/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #beae59;
  border-color: #beae59;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Effect Fade In */
.sm-super-categories .spctabs-items .fadeIn .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Effect Flip In Vertical */
.sm-super-categories .spctabs-items .flipInY .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -o-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
/* Effect Flip In Horizontal */
.sm-super-categories .spctabs-items .flipInX .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -o-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(85deg);
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    transform: perspective(400px) rotateX(15deg);
  }
  90% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Effect Flip */
.sm-super-categories .spctabs-items .flip .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    opacity: 0;
    -o-transform: perspective(500px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -o-transform: perspective(500px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* Effect Star War */
.sm-super-categories .spctabs-items .starwars .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
/* Effect Slide Right */
.sm-super-categories .spctabs-items .slideRight .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Effect Bounce In */
.sm-super-categories .spctabs-items .bounceIn .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Effect Zoom In */
.sm-super-categories .spctabs-items .zoomIn .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Effect Page Top*/
.sm-super-categories .spctabs-items .pageTop .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*Effect Zoom Out */
.sm-super-categories .spctabs-items .zoomOut .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation: zoomOut 600ms ease both;
  -moz-animation-play-state: paused;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sm-super-categories .spctabs-items .slideLeft .spctabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.play .spctabs-item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  padding: 30px;
  background-color: #fafafa;
  min-height: 428px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
  font-size: 116.7%;
  padding: 0;
}
.login-container .block-customer-login a.action.create.primary,
.login-container .block-new-customer a.action.create.primary {
  color: #fff;
  background: #beae59;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.login-container .block-customer-login a.action.create.primary:hover,
.login-container .block-new-customer a.action.create.primary:hover {
  background: #9f9256;
}
.form-create-account .fieldset {
  width: 48.8%;
  min-height: 380px;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.form-create-account .fieldset .field.choice.newsletter {
  float: left;
  clear: both;
}
.form-create-account .fieldset .legend {
  border-bottom: 1px solid #e8e8e8;
  font-size: 133.33%;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.form-create-account .fieldset.create.info {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-firstname,
.form-create-account .fieldset.create.info .field-name-lastname {
  width: 47%;
}
.form-create-account .fieldset.create.info .field-name-firstname {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-lastname {
  float: right;
}
.form-create-account .fieldset.create.account {
  float: right;
}
.form-create-account .actions-toolbar {
  clear: both;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
@media (min-width: 767px) and (max-width: 1920px) {
  #shopping-cart-table .item .item-info img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  #shopping-cart-table .item .item-info img {
    max-width: 60px;
  }
  /*  .cart.table-wrapper .product-item-details{
        margin-left: 70px;
      }*/
  .cart.table-wrapper .product-item-photo {
    top: 25px;
  }
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -10px;
}
#shopping-cart-table .price-including-tax,
#shopping-cart-table .price-excluding-tax {
  line-height: 27px;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}
.cart.table-wrapper .col.qty .input-text {
  border: 1px solid #ddd;
}
.cart-container {
  margin-bottom: 40px;
}
.cart-container .paypal-review-discount .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart-summary {
  margin-bottom: 0;
  width: 30%;
  background: none;
  border: 1px solid #ddd;
  padding: 25px;
  top: 0 !important;
}
.cart-container .cart-summary .summary.title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-container .cart-summary .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart-summary .block .title {
  padding: 10px 10px 5px;
  background: #fafafa;
  border: 1px solid #ddd;
}
.cart-container .cart-summary .block .title strong {
  font-weight: 500 !important;
  font-size: 100% !important;
  text-transform: uppercase;
}
.cart-container .cart-summary .block .content {
  padding: 10px 0;
}
.cart-container .cart-summary .block .fieldset {
  margin: 0;
}
.cart-container .form.form-cart {
  width: 67%;
}
.cart-container .cart.main.actions .action {
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-family: inherit;
  font-size: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  background: #beae59;
}
.cart-container .cart.main.actions .action span {
  font-size: 100%;
}
.cart-container .cart.main.actions .action:before {
  display: none;
}
.cart-container .cart.main.actions .action.update {
  margin-left: 10px;
}
.cart-container .cart.main.actions .action:hover {
  background: #9f9256;
}
.cart-container .cart.table-wrapper .product-item-name {
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container .cart.table-wrapper .item .col.item {
  border-top: none;
}
.cart-container .cart.table-wrapper .actions-toolbar {
  text-align: right;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete {
  background: none;
  font-weight: 500;
  font-size: 100%;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
  border: none;
  color: #fff;
  background: #beae59;
  border: 1px solid #beae59;
}
.cart-container mark,
.cart-container .mark {
  background: none;
}
.cart-container .cart-totals {
  border-top: none;
}
.cart-container .checkout-methods-items {
  background: #fafafa;
  margin: 25px -25px -25px;
  padding: 25px;
  border-top: 1px solid #ddd;
}
.cart-container .checkout-methods-items .action.primary.checkout {
  height: 40px;
  padding: 0 20px;
  border: none !important;
  color: #fff;
  letter-spacing: 0;
  font-size: 100%;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.checkout-shipping-method .actions-toolbar .action.primary {
  line-height: 0;
}
.opc-progress-bar-item > span {
  color: #666;
}
.opc-wrapper .fieldset > .field.required > label::after,
.opc-wrapper .fieldset > .field._required > label::after {
  position: static !important;
}
.comparison.headings.table {
  display: none;
}
.comparison {
  overflow-x: auto;
  overflow-y: hidden;
  clear: both;
}
.comparison .products-grid .item .item-inner .box-image {
  text-align: center;
}
.comparison .products-grid .item .item-inner .bottom-action {
  border-bottom: 1px solid #ddd;
}
.comparison .products-grid .item .item-inner .bottom-action > form {
  padding-left: 0;
}
.table-comparison th {
  text-transform: uppercase;
}
.table-comparison .products-grid .item .item-inner .bottom-action-w .bottom-action {
  right: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.table-comparison .products-grid .item .item-inner:hover .bottom-action-w .bottom-action {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.table-comparison .products-grid .item {
  float: left;
  width: 270px;
  padding: 0;
}
.table-comparison .products-grid .item .item-inner .box-image {
  overflow: visible;
}
.table-comparison .products-grid .item .item-inner .box-image img {
  max-width: none;
  width: 100%;
}
.wishlist-index-index .products-grid .product-item-actions {
  clear: both;
}
.wishlist-index-index .products-grid .product-item-actions a {
  float: left !important;
  margin-top: 0 !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  margin: 0 0 10px !important;
}
.form-wishlist-items .box-tocart .control {
  margin-bottom: 10px;
  margin-right: 5px !important;
}
.checkout-container .opc-sidebar .modal-header {
  border: none;
  padding: 0;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary {
  padding: 30px;
  margin: 0 0 30px;
  background-color: #fafafa;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .authentication-wrapper {
  margin-top: 10px;
}
.checkout-container .authentication-wrapper button {
  text-transform: uppercase;
}
.checkout-container .block-customer-login .block-title {
  font-size: 100%;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  top: -26px;
}
.checkout-container .table-checkout-shipping-method thead th {
  display: none !important;
}
.checkout-container .opc-wrapper .fieldset > .field.required > label:after {
  top: 0;
  margin-left: 4px;
}
.checkout-container .opc-block-shipping-information {
  padding: 0;
}
.checkout-container .opc-block-shipping-information .ship-to,
.checkout-container .opc-block-shipping-information .ship-via {
  padding: 30px;
  margin: 0 0 30px;
  background-color: #fafafa;
}
.checkout-container .opc-block-shipping-information .ship-to .shipping-information-title,
.checkout-container .opc-block-shipping-information .ship-via .shipping-information-title {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .opc-block-shipping-information .ship-to .action-edit,
.checkout-container .opc-block-shipping-information .ship-via .action-edit {
  padding: 0 !important;
  border: none !important;
}
.checkout-container .checkout-payment-method .payment-method-content {
  padding: 0 0 20px;
}
.checkout-container .checkout-payment-method .payment-option-title {
  padding-left: 0;
}
.checkout-container .checkout-payment-method .payment-option-content {
  padding: 0 0 20px;
}
.checkout-container .checkout-payment-method .step-title {
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .opc-wrapper .shipping-address-item {
  width: 100%;
}
.checkout-container .opc-wrapper .shipping-address-items {
  margin-top: 30px;
}
.checkout-container .opc-wrapper .action-show-popup > span:before {
  content: "";
}
.form-wishlist-items {
  margin: 0 -15px;
}
.form-wishlist-items .products-grid.wishlist {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.form-wishlist-items .products-grid.wishlist .product-items {
  padding: 0;
  list-style: none;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
  float: left;
  width: 33.33%;
  padding: 15px;
  margin: 0;
  background-color: #fff;
  position: relative;
  border: 1px solid transparent;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
  width: 100% !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-inner {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 10;
  padding: 0 15px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .qty {
  height: 35px;
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover {
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-inner {
  display: block;
}
.form-wishlist-items .actions-toolbar {
  clear: both;
  padding: 0 15px;
}
.category-about-us .page-title {
  display: none;
}
.about-us {
  background-color: #fff;
}
.about-us .owl-controls .owl-nav div {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: none;
  background-color: #636363;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 29%;
  text-indent: -999em;
}
.about-us .owl-controls .owl-nav div:hover {
  background-color: #beae59;
  color: #fff;
}
.about-us .owl-controls .owl-nav div.owl-next {
  right: -19px;
}
.about-us .owl-controls .owl-nav div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
}
.about-us .owl-controls .owl-nav div.owl-prev {
  left: -19px;
}
.about-us .owl-controls .owl-nav div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
}
.about-us .owl-controls .owl-nav div:before {
  position: absolute;
  top: 5px;
  left: 14px;
  line-height: 32px;
  color: #fff;
  text-indent: 0;
}
.about-us .owl-controls .owl-nav div:hover {
  background-color: #beae59;
}
.about-us.about-demo-1 .about-image,
.about-us.about-demo-1 .about-info {
  margin-bottom: 40px;
}
.about-us .about-title {
  font-size: 128.57%;
  color: #444;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-us .our-team-content .about-title {
  text-align: center;
  margin: 45px 0;
}
.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold;
}
.about-us .job-member {
  margin: 7px 0 10px;
  font-style: italic;
}
.about-us .job-member:before,
.about-us .job-member:after {
  content: "---";
  margin: 0 5px;
}
.about-us .social-member {
  list-style: none;
  padding-top: 10px;
}
.about-us .social-member .social-icon {
  display: inline-block;
  margin: 0 3px;
}
.about-us .social-member .social-icon a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about-us .social-member .social-icon a span {
  display: none;
}
.about-us .social-member .social-icon a:hover {
  background-color: #beae59 !important;
}
.about-us .social-member .social-icon.rss a {
  background-color: #f8bc2e;
}
.about-us .social-member .social-icon.facebook a {
  background-color: #39599f;
}
.about-us .social-member .social-icon.twitter a {
  background-color: #45b0e3;
}
.about-us .social-member .social-icon.google a {
  background-color: #1872bf;
}
.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px;
}
.about-us .member-info {
  text-align: center;
  padding-top: 15px;
}
.about-us .client-say-content {
  text-align: center;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.about-us .client-say-content .about-title {
  position: relative;
  top: -12px;
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.about-us .client-say-content .client-say-slider {
  padding-top: 15px;
}
.about-us .client-say-content .client-say-slider .owl-dots {
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
}
.about-us .client-say-content .client-say-slider .owl-dots span {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border: none;
  margin: 0 2px;
  opacity: 1;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot.active span {
  background-color: #929292;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
  background-color: #929292;
}
.about-us .about-us-center {
  text-align: center;
}
.about-us .about-us-center .content-description {
  padding-top: 25px;
  clear: both;
  margin-bottom: 30px;
}
.about-us .client-logo-content {
  border-bottom: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  padding-bottom: 10px;
  text-align: center;
}
.about-us .client-logo-content .about-title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -11px;
}
.about-us .client-logo-content .owl-controls .owl-nav div {
  position: absolute;
  top: 12px;
}
.about-us .owl-controls .owl-nav div {
  position: absolute;
  top: 24%;
}
.about-us .owl-controls .owl-nav div.owl-next {
  right: -26px;
}
.about-us .owl-controls .owl-nav div.owl-prev {
  left: -26px;
}
.about-us .client-logo-slider {
  padding: 0 25px;
}
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto;
}
.about-us .about-image-slider .owl-controls .owl-nav div {
  top: 50%;
  margin-top: -15px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-next {
  right: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-prev {
  left: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover {
  border-color: #beae59;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.about-us .skills-value {
  padding-top: 52px;
}
.about-us .skills-value .label-skill {
  font-weight: bold;
}
.about-us .skills-value .range-value {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.about-us .skills-value .range-value .rating-skills {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.about-us .skills-value .range-value .rating-skills.skill-1 {
  background-image: url(../../frontend/Sm/furnicom/images/skill-style-1.png);
  background-position: -28px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-2 {
  background-image: url(../../frontend/Sm/furnicom/images/skill-style-2.png);
  background-position: 20px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-3 {
  background-image: url(../../frontend/Sm/furnicom/images/skill-style-3.png);
  background-position: 20px 0;
}
.about-us .about-us-content .description-about {
  padding: 20px 0;
}
.about-us .content-faq {
  position: relative;
  top: -15px;
}
.about-us .content-faq .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.about-us .content-faq .panel .panel-title {
  font-size: 100%;
  font-weight: bold;
}
.about-us .content-faq .panel .panel-title a {
  display: block;
  padding: 15px 0 15px 25px;
  position: relative;
}
.about-us .content-faq .panel .panel-title a:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: 6px;
  background-color: #beae59;
}
.about-us .content-faq .panel .panel-title a:before {
  background-color: #beae59;
  content: "-";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.about-us .content-faq .panel .panel-title a.collapsed:after {
  background-color: #737373;
}
.about-us .content-faq .panel .panel-title a.collapsed:before {
  background-color: #737373;
  content: "?";
}
.about-us .content-faq .panel .panel-body {
  padding: 0 0 13px;
}
.google-map {
  border: 5px solid #ddd;
  margin-bottom: 40px;
}
.google-map #map {
  width: 100%;
  height: 361px;
}
.contact-info .title-bonus-page {
  margin-bottom: 25px;
}
.contact-info .address-info {
  margin-bottom: 15px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-top: 1px solid #f3f3f3;
  position: relative;
}
.contact-info .address-info li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  font-family: fontawesome;
}
.contact-info .address-info li.add-icon:before {
  content: "\f041";
  font-size: 21px;
  padding-left: 3px;
}
.contact-info .address-info li.email-icon:before {
  content: "\f0e0";
  font-size: 16px;
}
.contact-info .address-info li.phone-icon:before {
  content: "\f095";
  font-size: 18px;
}
.contact-us-page .banner-bottom-wrapper {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.contact-us-page .banner-about-us {
  padding-top: 50px;
}
.contact-us-page .form.contact .title-bonus-page {
  margin-bottom: 25px;
}
.contact-us-page .form.contact .input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.contact-us-page .form.contact .input-text:-ms-input-placeholder {
  color: #999;
}
.contact-us-page .form.contact .input-text::-webkit-input-placeholder {
  color: #999;
}
.contact-us-page .form.contact .fieldset {
  margin-bottom: 30px;
}
.contact-us-page .form.contact .left-input {
  float: left;
  width: 270px;
}
.contact-us-page .form.contact .left-input .field {
  margin-bottom: 30px;
}
.contact-us-page .form.contact .left-input .field:last-child {
  margin-bottom: 0;
}
.contact-us-page .form.contact .field.comment {
  margin-left: 300px;
}
.contact-us-page .form.contact .field.comment .input-text {
  height: 165px;
}
/*==404PAGE==*/
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.wrapper_404page .content-404page {
  max-width: 500px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0px;
}
.wrapper_404page .content-404page .img-404 img {
  width: auto;
  max-width: 100%;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .btn-404 {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vert-align: top;
  padding: 0 20px;
  color: #fff;
  margin: 0 4px;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .prev-page-btn:hover {
  background-color: #c43031;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .back2home:hover {
  background-color: #3094bb;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-container .form.form-cart {
    width: 100%;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    min-height: 452px;
  }
  .image-about-us {
    margin-bottom: 40px;
  }
  .about-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    min-height: auto;
  }
  .form-create-account .fieldset {
    width: 100%;
    float: none;
  }
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .cart-container .action.continue,
  .cart-container .action.clear,
  .cart-container .action.update {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .image-about-us {
    margin-bottom: 40px;
  }
  .about-image {
    margin-bottom: 40px;
  }
  .about-us .owl-controls .owl-nav div.owl-next {
    right: -10px;
  }
  .about-us .owl-controls .owl-nav div.owl-prev {
    left: -10px;
  }
  .contact-us-page .form.contact .left-input {
    width: 100%;
  }
  .contact-us-page .form.contact .field.comment {
    margin-left: 0;
    clear: both;
    padding-top: 30px;
  }
  .block-collapsible-nav {
    position: relative;
    top: auto;
    left: auto;
  }
  .block-collapsible-nav .title {
    background-color: #f5f5f5;
    padding: 14px 40px 10px 15px;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100% !important;
  }
  .cart .field.qty {
    float: none !important;
    margin: auto;
    margin-right: 0 !important;
  }
}
.cms-home-style-1 .footer-container {
  margin-top: 0px;
}
.cms-page-8 .footer-1 {
  margin-top: 20px;
}
.cms-page-8 .footer-1 .footer .footer-bottom .copyright-footer a {
  color: #fff !important;
}
.cms-page-8 .footer-1 .before-footer .footer-newsletter .block-subscribe .input-box .button {
  background-color: #fff;
}
.cms-page-8 .footer-1 .footer .footer-top .spotlight .block-title::after {
  background-color: #fff;
}
.footer-1 {
  margin-top: 40px;
}
.footer-1 .before-footer {
  background-color: #ddd;
  color: #444;
  padding: 24px 0;
}
.footer-1 .before-footer .footer-support p {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
}
.footer-1 .before-footer .footer-support span {
  font-size: 116.7%;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box {
  color: #999;
  position: relative;
  border: 6px solid #beae59;
  float: right;
  background-color: #fff;
  width: 100%;
  height: 50px;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box i {
  float: left;
  padding: 12px 5px 13px 18px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  font-size: 14px;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box .button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #444;
  text-transform: uppercase;
  color: #fff;
  float: right;
  height: 38px;
  line-height: 40px;
  font-weight: normal;
  border-left: 6px solid #beae59;
  padding: 0 27px;
  font-weight: 600;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box .button:hover {
  color: #beae59;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
  border: none;
  height: 38px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:-ms-input-placeholder {
  color: #999;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-webkit-input-placeholder {
  color: #999;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:focus,
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:active {
  background-color: #fff;
}
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box #newsletter-error,
.footer-1 .before-footer .footer-newsletter .block-subscribe .input-box .validation-advice {
  position: absolute;
  top: 46px;
}
.footer-1 .footer {
  color: #fff;
  background-image: url("../../frontend/Sm/furnicom/en_GB/images/X_bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer-1 .footer .footer-top .spotlight .block-title {
  position: relative;
  font-size: 116.7%;
  text-transform: uppercase;
  padding-top: 35px;
  font-weight: bold;
}
.footer-1 .footer .footer-top .spotlight .block-title::after {
  position: absolute;
  content: "";
  background-color: #beae59;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 3px;
}
.footer-1 .footer .footer-top .spotlight .block-cont {
  padding-top: 25px;
}
.footer-1 .footer .footer-top .spotlight .block-cont ul li {
  line-height: 25px;
}
.footer-1 .footer .footer-top .spotlight .block-cont ul li a {
  color: #fff;
  padding-left: 5px;
  position: relative;
}
.footer-1 .footer .footer-top .spotlight .block-cont ul li a:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
.footer-1 .footer .footer-top .spotlight .block-cont ul li a:hover {
  color: #beae59;
}
.footer-1 .footer .footer-top .spotlight .block-cont ul li a:hover:before {
  color: #beae59;
}
.footer-1 .footer .footer-top .spotlight4 .inner {
  position: relative;
  z-index: 1;
  padding: 0 25px 20px 20px;
  float: left;
}
.footer-1 .footer .footer-top .spotlight4 .inner:before {
  position: absolute;
  content: "";
  background-color: #beae59;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-1 .footer .footer-top .spotlight4 .inner span {
  padding-left: 7px;
}
.footer-1 .footer .footer-top .spotlight4 .inner .fa {
  width: 20px;
  text-align: center;
  padding-top: 6px;
}
.footer-1 .footer .footer-top .spotlight4 .inner .fa-mobile {
  font-size: 16px;
}
.footer-1 .footer .footer-top .spotlight4 .inner p {
  display: inline-block;
  line-height: 25px;
  margin: 0;
  width: 100%;
}
.footer-1 .footer .footer-top .spotlight4 .inner p.first i {
  float: left;
}
.footer-1 .footer .footer-top .spotlight4 .inner p.first span {
  margin-left: 20px;
  display: block;
}
.footer-1 .footer .footer-top .spotlight4 .inner .payment {
  margin-top: 20px;
}
.footer-1 .footer .footer-top .spotlight4 .inner .payment a {
  margin-right: 10px;
}
.footer-1 .footer .footer-top .spotlight4 .inner .payment a.pay5 {
  margin-top: 10px;
  float: left;
}
.footer-1 .footer .footer-bottom {
  position: relative;
  z-index: 1;
}
.footer-1 .footer .footer-bottom:before {
  position: absolute;
  content: "";
  background-color: #444;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-1 .footer .footer-bottom .fbottom1 {
  padding-top: 15px;
}
.footer-1 .footer .footer-bottom .footer-title {
  font-size: 133.3%;
  font-weight: bold;
  padding-bottom: 15px;
}
.footer-1 .footer .footer-bottom .copyright-footer {
  text-align: center;
}
.footer-1 .footer .footer-bottom .copyright-footer a {
  color: #beae59;
}
.footer-1 .footer .footer-bottom .copyright-footer .inner {
  display: inline-block;
  margin: 15px 0 20px 0;
}
.footer-1 .footer .footer-bottom .apps {
  float: right;
}
.footer-1 .footer .footer-bottom .apps .footer-title {
  text-align: right;
}
.footer-1 .footer .footer-bottom .apps .app-cont a {
  margin-left: 5px;
}
.footer-1 .footer .footer-bottom .socials-wrap ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-1 .footer .footer-bottom .socials-wrap ul li .name-social {
  display: none;
}
.footer-1 .footer .footer-bottom .socials-wrap ul li .icon-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.footer-1 .footer .footer-bottom .socials-wrap ul li .icon-social:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cms-home-style-1 .footer-container {
  margin-top: 0px;
}
.footer-2 {
  margin-top: 40px;
}
.footer-2 .before-footer {
  background-color: #ddd;
  color: #444;
  padding: 24px 0 22px 0;
}
.footer-2 .before-footer .footer-support p {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  color: #beae59;
}
.footer-2 .before-footer .footer-support span {
  font-size: 116.7%;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box {
  color: #999;
  position: relative;
  border: 2px solid #444 !important;
  float: right;
  background-color: #fff;
  width: 100%;
  height: 50px;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box i {
  float: left;
  padding: 12px 5px 13px 18px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  font-size: 14px;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box .button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #444;
  text-transform: uppercase;
  color: #fff;
  float: right;
  height: 46px;
  line-height: 40px;
  font-weight: normal;
  padding: 0 30px;
  font-weight: 600;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box .button:hover {
  color: #beae59;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
  border: none;
  height: 46px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:-ms-input-placeholder {
  color: #999;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-webkit-input-placeholder {
  color: #999;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:focus,
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:active {
  background-color: #fff;
}
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box #newsletter-error,
.footer-2 .before-footer .footer-newsletter .block-subscribe .input-box .validation-advice {
  position: absolute;
  top: 45px;
}
.footer-2 .footer {
  position: relative;
  color: #fff;
  background-image: url("../../frontend/Sm/furnicom/en_GB/images/bg-footer2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer-2 .footer .footer-top .spotlight .block-title {
  position: relative;
  font-size: 116.7%;
  text-transform: uppercase;
  padding-top: 53px;
  font-weight: bold;
}
.footer-2 .footer .footer-top .spotlight .block-title::after {
  position: absolute;
  content: "";
  background-color: #beae59;
  bottom: -14px;
  left: 0;
  width: 40px;
  height: 3px;
}
.footer-2 .footer .footer-top .spotlight .block-cont {
  padding-top: 27px;
}
.footer-2 .footer .footer-top .spotlight .block-cont ul li {
  line-height: 27px;
}
.footer-2 .footer .footer-top .spotlight .block-cont ul li a {
  color: #fff;
  padding-left: 5px;
  position: relative;
}
.footer-2 .footer .footer-top .spotlight .block-cont ul li a:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
.footer-2 .footer .footer-top .spotlight .block-cont ul li a:hover {
  color: #beae59;
}
.footer-2 .footer .footer-top .spotlight .block-cont ul li a:hover:before {
  color: #beae59;
}
.footer-2 .footer .footer-top .spotlight4 .inner {
  position: relative;
  z-index: 2;
  padding: 0 25px 20px 20px;
  float: left;
  min-height: 475px;
}
.footer-2 .footer .footer-top .spotlight4 .inner:before {
  position: absolute;
  content: "";
  background-color: #beae59;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-2 .footer .footer-top .spotlight4 .inner span {
  padding-left: 7px;
}
.footer-2 .footer .footer-top .spotlight4 .inner .fa {
  width: 20px;
  text-align: center;
  padding-top: 6px;
}
.footer-2 .footer .footer-top .spotlight4 .inner .fa-mobile {
  font-size: 16px;
}
.footer-2 .footer .footer-top .spotlight4 .inner p {
  display: inline-block;
  line-height: 27px;
  margin: 0;
  width: 100%;
}
.footer-2 .footer .footer-top .spotlight4 .inner p.first i {
  float: left;
}
.footer-2 .footer .footer-top .spotlight4 .inner p.first span {
  margin-left: 20px;
  display: block;
}
.footer-2 .footer .footer-top .spotlight4 .inner p:nth-child(2) {
  margin: 12px 0;
  color: #fff;
}
.footer-2 .footer .footer-top .spotlight4 .inner .payment {
  margin-top: 23px;
}
.footer-2 .footer .footer-top .spotlight4 .inner .payment a {
  margin-right: 10px;
}
.footer-2 .footer .footer-top .spotlight4 .inner .payment a.pay5 {
  margin-top: 10px;
  float: left;
}
.footer-2 .footer .footer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-2 .footer .footer-bottom .fbottom1 {
  padding-top: 50px;
}
.footer-2 .footer .footer-bottom .footer-title {
  font-size: 133.3%;
  font-weight: bold;
  float: left;
  line-height: 40px;
  padding-right: 22px;
}
.footer-2 .footer .footer-bottom .copyright-footer {
  text-align: right;
}
.footer-2 .footer .footer-bottom .copyright-footer a {
  color: #beae59;
}
.footer-2 .footer .footer-bottom .copyright-footer .inner {
  display: inline-block;
  margin: 45px 0 40px 0;
}
.footer-2 .footer .footer-bottom .apps-w {
  padding-right: 0;
}
.footer-2 .footer .footer-bottom .apps .app-cont {
  float: left;
}
.footer-2 .footer .footer-bottom .apps .app-cont a {
  margin-left: 5px;
}
.footer-2 .footer .footer-bottom .socials-wrap {
  float: right;
}
.footer-2 .footer .footer-bottom .socials-wrap ul {
  float: left;
}
.footer-2 .footer .footer-bottom .socials-wrap ul li {
  display: inline-block;
  margin-left: 5px;
}
.footer-2 .footer .footer-bottom .socials-wrap ul li .name-social {
  display: none;
}
.footer-2 .footer .footer-bottom .socials-wrap ul li .icon-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #343434;
  color: #fff;
  text-align: center;
}
.footer-2 .footer .footer-bottom .socials-wrap ul li .icon-social:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cms-index-index .footer-3 {
  margin-top: -50px;
  padding-top: 50px;
}
.footer-3 {
  margin-top: 40px;
  background-color: #222;
}
.footer-3 .before-footer {
  background-color: #2d2d2d;
  color: #fff;
  padding: 24px 0 22px 0;
}
.footer-3 .before-footer .footer-support p {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  color: #beae59;
}
.footer-3 .before-footer .footer-support span {
  font-size: 116.7%;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box {
  color: #999;
  position: relative;
  float: right;
  background-color: #fff;
  width: 100%;
  height: 46px;
  margin-top: 3px;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box i {
  float: left;
  padding: 12px 5px 13px 18px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  font-size: 14px;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box .button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #beae59;
  text-transform: uppercase;
  color: #fff;
  float: right;
  height: 46px;
  line-height: 40px;
  font-weight: normal;
  padding: 0 30px;
  font-weight: 500;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box .button:hover {
  color: #fff !important;
  background-color: #9f9256;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
  border: none;
  height: 46px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:-ms-input-placeholder {
  color: #999;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-webkit-input-placeholder {
  color: #999;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:focus,
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:active {
  background-color: #fff;
}
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box #newsletter-error,
.footer-3 .before-footer .footer-newsletter .block-subscribe .input-box .validation-advice {
  position: absolute;
  top: 45px;
}
.footer-3 .footer-top {
  color: #fff;
  padding-bottom: 60px;
}
.footer-3 .footer-top .spotlight .block-title {
  position: relative;
  font-size: 116.7%;
  text-transform: uppercase;
  padding-top: 85px;
  font-weight: bold;
}
.footer-3 .footer-top .spotlight .block-title::after {
  position: absolute;
  content: "";
  background-color: #9f9256;
  bottom: -14px;
  left: 0;
  width: 40px;
  height: 3px;
}
.footer-3 .footer-top .spotlight .block-cont {
  padding-top: 27px;
}
.footer-3 .footer-top .spotlight .block-cont ul li {
  line-height: 26px;
}
.footer-3 .footer-top .spotlight .block-cont ul li a {
  color: #fff;
  padding-left: 5px;
  position: relative;
}
.footer-3 .footer-top .spotlight .block-cont ul li a:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
.footer-3 .footer-top .spotlight .block-cont ul li a:hover {
  color: #beae59;
}
.footer-3 .footer-top .spotlight .block-cont ul li a:hover:before {
  color: #beae59;
}
.footer-3 .footer-top .spotlight4 .inner span {
  padding-left: 7px;
}
.footer-3 .footer-top .spotlight4 .inner .fa {
  width: 20px;
  text-align: center;
  padding-top: 6px;
}
.footer-3 .footer-top .spotlight4 .inner .fa-mobile {
  font-size: 16px;
}
.footer-3 .footer-top .spotlight4 .inner p {
  display: inline-block;
  line-height: 26px;
  margin: 0;
  width: 100%;
}
.footer-3 .footer-top .spotlight4 .inner p.first i {
  float: left;
}
.footer-3 .footer-top .spotlight4 .inner p.first span {
  margin-left: 20px;
  display: block;
}
.footer-3 .footer-top .spotlight4 .inner p:nth-child(2) {
  margin: 4px 0;
}
.footer-3 .footer-top .spotlight4 .inner .payment {
  margin-top: 15px;
}
.footer-3 .footer-top .spotlight4 .inner .payment a {
  margin-right: 5px;
}
.footer-3 .footer-top .spotlight4 .inner .payment a:last-child {
  display: none;
}
.footer-3 .footer-bottom {
  color: #fff;
  padding-top: 30px;
}
.footer-3 .footer-bottom .footer-title {
  font-size: 133.3%;
  font-weight: bold;
  float: left;
  line-height: 40px;
  padding-right: 22px;
}
.footer-3 .footer-bottom .copyright-footer {
  text-align: right;
}
.footer-3 .footer-bottom .copyright-footer a {
  color: #beae59;
}
.footer-3 .footer-bottom .copyright-footer .inner {
  display: inline-block;
  margin: 25px 0 20px 0;
}
.footer-3 .footer-bottom .apps-w {
  padding-right: 0;
}
.footer-3 .footer-bottom .apps .app-cont {
  float: left;
}
.footer-3 .footer-bottom .apps .app-cont a {
  margin-left: 5px;
}
.footer-3 .footer-bottom .socials-wrap {
  float: right;
}
.footer-3 .footer-bottom .socials-wrap ul {
  float: left;
}
.footer-3 .footer-bottom .socials-wrap ul li {
  display: inline-block;
  margin-left: 5px;
}
.footer-3 .footer-bottom .socials-wrap ul li .name-social {
  display: none;
}
.footer-3 .footer-bottom .socials-wrap ul li .icon-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #343434;
  color: #fff;
  text-align: center;
}
.footer-3 .footer-bottom .socials-wrap ul li .icon-social:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#yt-totop-footer4 {
  position: absolute;
  bottom: 2px;
  right: 0px;
  background-color: #fff;
  border: none;
  color: #343434;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  width: 40px;
  height: 40px;
  z-index: 30;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
#yt-totop-footer4:hover:before {
  color: #fff;
}
#yt-totop-footer4:before {
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.footer-4 {
  margin-top: 40px;
}
.footer-4 .before-footer {
  float: left;
  width: 100%;
  color: #fff;
  background-image: url("../../frontend/Sm/furnicom/en_GB/images/bg-footer4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer-4 .before-footer > .container {
  position: relative;
}
@media (min-width: 1200px) {
  .footer-4 .before-footer > .container {
    min-height: 400px;
  }
}
.footer-4 .before-footer .inner {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer-4 .before-footer .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer-4 .before-footer .footer-support {
  margin-bottom: 23px;
}
.footer-4 .before-footer .footer-support p {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
}
.footer-4 .before-footer .footer-support span {
  font-size: 116.7%;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box {
  color: #999;
  background-color: #fff;
  position: relative;
  border: 6px solid #beae59;
  width: 550px;
  height: 52px;
  display: inline-block;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box i {
  float: left;
  padding: 12px 5px 13px 18px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  font-size: 14px;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box .button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #444;
  text-transform: uppercase;
  color: #fff;
  float: right;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  border-left: 6px solid #beae59;
  padding: 0 27px;
  font-weight: 600;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box .button:hover {
  color: #beae59;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
  border: none;
  height: 40px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:-ms-input-placeholder {
  color: #999;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-webkit-input-placeholder {
  color: #999;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:focus,
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:active {
  background-color: #fff;
}
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box #newsletter-error,
.footer-4 .before-footer .footer-newsletter .block-subscribe .input-box .validation-advice {
  position: absolute;
  top: 46px;
}
.footer-4 .menu-footer-w {
  float: left;
  width: 100%;
  background-color: #1d1d1d;
  padding: 20px 0;
}
.footer-4 .menu-footer-w .inner {
  position: relative;
  float: left;
  width: 100%;
}
.footer-4 .menu-footer-w .menu-footer .logo-footer {
  float: left;
  margin-right: 50px;
}
.footer-4 .menu-footer-w .menu-footer ul li {
  float: left;
  padding: 15px 20px 0 20px;
}
.footer-4 .menu-footer-w .menu-footer ul li a {
  color: #fff;
  font-size: 116.7%;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-4 .footer {
  color: #fff;
  background-color: #272727;
  float: left;
  width: 100%;
}
.footer-4 .footer .footer-top .spotlight .block-title {
  position: relative;
  font-size: 116.7%;
  text-transform: uppercase;
  padding-top: 65px;
  font-weight: 700;
}
.footer-4 .footer .footer-top .spotlight .block-title::after {
  position: absolute;
  content: "";
  background-color: #beae59;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 3px;
}
.footer-4 .footer .footer-top .spotlight .block-cont {
  padding-top: 25px;
  padding-bottom: 32px;
}
.footer-4 .footer .footer-top .spotlight .block-cont ul li {
  line-height: 25px;
}
.footer-4 .footer .footer-top .spotlight .block-cont ul li a {
  color: #fff;
  padding-left: 5px;
  position: relative;
}
.footer-4 .footer .footer-top .spotlight .block-cont ul li a:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
.footer-4 .footer .footer-top .spotlight .block-cont ul li a:hover {
  color: #beae59;
}
.footer-4 .footer .footer-top .spotlight .block-cont ul li a:hover:before {
  color: #beae59;
}
.footer-4 .footer .footer-top .spotlight4 .inner {
  padding: 0 25px 20px 20px;
  float: left;
}
.footer-4 .footer .footer-top .spotlight4 .inner span {
  padding-left: 7px;
}
.footer-4 .footer .footer-top .spotlight4 .inner .fa {
  width: 20px;
  text-align: center;
  padding-top: 6px;
}
.footer-4 .footer .footer-top .spotlight4 .inner .fa-mobile {
  font-size: 16px;
}
.footer-4 .footer .footer-top .spotlight4 .inner p {
  display: inline-block;
  line-height: 25px;
  margin: 0;
  width: 100%;
}
.footer-4 .footer .footer-top .spotlight4 .inner p.first i {
  float: left;
}
.footer-4 .footer .footer-top .spotlight4 .inner p.first span {
  margin-left: 20px;
  display: block;
}
.footer-4 .footer .footer-top .spotlight4 .inner .payment {
  display: none;
}
.footer-4 .footer .footer-top .app-socials {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  width: 100%;
  padding: 40px 0;
}
.footer-4 .footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1d1d1d;
  padding: 20px 0;
}
.footer-4 .footer .footer-bottom .copyright-footer {
  text-align: left;
  padding-top: 5px;
}
.footer-4 .footer .footer-bottom .copyright-footer a {
  color: #beae59;
}
.footer-4 .footer .footer-bottom .payment {
  float: right;
}
.footer-4 .footer .footer-bottom .payment a {
  margin-left: 6px;
}
.footer-4 .footer .footer-title {
  font-size: 133.3%;
  font-weight: bold;
  padding-top: 7px;
  padding-right: 30px;
  float: left;
}
.footer-4 .footer .apps {
  float: right;
}
.footer-4 .footer .apps .footer-title {
  text-align: right;
}
.footer-4 .footer .apps .app-cont {
  float: left;
}
.footer-4 .footer .apps .app-cont a {
  margin-left: 5px;
}
.footer-4 .footer .socials-wrap {
  margin-left: 20px;
}
.footer-4 .footer .socials-wrap ul {
  float: left;
}
.footer-4 .footer .socials-wrap ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-4 .footer .socials-wrap ul li .name-social {
  display: none;
}
.footer-4 .footer .socials-wrap ul li .icon-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.footer-4 .footer .socials-wrap ul li .icon-social:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer-5 {
  margin-top: 40px;
}
.footer-5 .before-footer {
  float: left;
  width: 100%;
  color: #fff;
  background-image: url("../../frontend/Sm/furnicom/en_GB/images/bg-footer4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer-5 .before-footer > .container {
  position: relative;
}
@media (min-width: 1200px) {
  .footer-5 .before-footer > .container {
    min-height: 400px;
  }
}
.footer-5 .before-footer .inner {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer-5 .before-footer .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer-5 .before-footer .footer-support {
  margin-bottom: 23px;
}
.footer-5 .before-footer .footer-support p {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
}
.footer-5 .before-footer .footer-support span {
  font-size: 116.7%;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box {
  color: #999;
  background-color: #fff;
  position: relative;
  border: 6px solid #beae59;
  width: 550px;
  height: 52px;
  display: inline-block;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box i {
  float: left;
  padding: 12px 5px 13px 18px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  font-size: 14px;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box .button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #444;
  text-transform: uppercase;
  color: #fff;
  float: right;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  border-left: 6px solid #beae59;
  padding: 0 27px;
  font-weight: 600;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box .button:hover {
  color: #beae59;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
  border: none;
  height: 40px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:-ms-input-placeholder {
  color: #999;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text::-webkit-input-placeholder {
  color: #999;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:focus,
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text:active {
  background-color: #fff;
}
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box #newsletter-error,
.footer-5 .before-footer .footer-newsletter .block-subscribe .input-box .validation-advice {
  position: absolute;
  top: 46px;
}
.footer-5 .footer {
  float: left;
  width: 100%;
}
.footer-5 .footer .footer-top .spotlight .block-title {
  position: relative;
  font-size: 116.7%;
  text-transform: uppercase;
  padding-top: 35px;
  font-weight: 700;
  color: #222;
}
.footer-5 .footer .footer-top .spotlight .block-title::after {
  position: absolute;
  content: "";
  background-color: #beae59;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 3px;
}
.footer-5 .footer .footer-top .spotlight .block-cont {
  padding-top: 25px;
  padding-bottom: 32px;
}
.footer-5 .footer .footer-top .spotlight .block-cont ul li {
  line-height: 25px;
}
.footer-5 .footer .footer-top .spotlight .block-cont ul li a {
  color: #999;
  padding-left: 5px;
  position: relative;
}
.footer-5 .footer .footer-top .spotlight .block-cont ul li a:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-right: 5px;
}
.footer-5 .footer .footer-top .spotlight .block-cont ul li a:hover {
  color: #beae59;
}
.footer-5 .footer .footer-top .spotlight .block-cont ul li a:hover:before {
  color: #beae59;
}
.footer-5 .footer .footer-top .spotlight4 .inner {
  padding: 0 25px 20px 20px;
  float: left;
  color: #999;
}
.footer-5 .footer .footer-top .spotlight4 .inner span {
  padding-left: 7px;
}
.footer-5 .footer .footer-top .spotlight4 .inner .fa {
  width: 20px;
  text-align: center;
  padding-top: 6px;
}
.footer-5 .footer .footer-top .spotlight4 .inner .fa-mobile {
  font-size: 16px;
}
.footer-5 .footer .footer-top .spotlight4 .inner p {
  display: inline-block;
  line-height: 25px;
  margin: 0;
  width: 100%;
}
.footer-5 .footer .footer-top .spotlight4 .inner p.first i {
  float: left;
}
.footer-5 .footer .footer-top .spotlight4 .inner p.first span {
  margin-left: 20px;
  display: block;
}
.footer-5 .footer .footer-top .spotlight4 .inner .payment {
  display: none;
}
.footer-5 .footer .footer-top .app-socials {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  padding: 40px 0;
}
.footer-5 .footer .footer-bottom {
  background-color: #eaeaea;
  padding: 20px 0;
}
.footer-5 .footer .footer-bottom .copyright-footer {
  text-align: left;
  padding-top: 5px;
  color: #222;
}
.footer-5 .footer .footer-bottom .copyright-footer a {
  color: #beae59;
}
.footer-5 .footer .footer-bottom .payment {
  float: right;
}
.footer-5 .footer .footer-bottom .payment a {
  margin-left: 6px;
}
.footer-5 .footer .footer-title {
  font-size: 133.3%;
  font-weight: bold;
  padding-top: 7px;
  padding-right: 30px;
  float: left;
  color: #222;
  text-transform: uppercase;
}
.footer-5 .footer .apps {
  float: right;
}
.footer-5 .footer .apps .footer-title {
  text-align: right;
}
.footer-5 .footer .apps .app-cont {
  float: left;
}
.footer-5 .footer .apps .app-cont a {
  margin-left: 5px;
}
.footer-5 .footer .socials-wrap {
  margin-left: 20px;
}
.footer-5 .footer .socials-wrap ul {
  float: left;
}
.footer-5 .footer .socials-wrap ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-5 .footer .socials-wrap ul li .name-social {
  display: none;
}
.footer-5 .footer .socials-wrap ul li .icon-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.footer-5 .footer .socials-wrap ul li .icon-social:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.header a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-footer #yt-totop {
    bottom: 80px;
  }
  /*--footer 1--*/
  .footer-container .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 280px;
  }
  .footer-container .footer {
    background-size: auto 100%;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a.pay4 {
    margin-top: 10px;
    float: left;
  }
  .footer-2 .footer .footer-bottom .fbottom1 {
    padding-top: 20px;
  }
  .footer-3 .footer-top .spotlight4 .inner .payment a.pay5 {
    float: left;
    margin-top: 10px;
  }
  .footer-4.footer-container .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer ul li {
    padding: 15px 15px 0;
  }
  .footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .footer-container .footer {
    background-size: auto 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-footer #yt-totop {
    bottom: 60px;
  }
  .footer-container .before-footer .footer-newsletter .block-subscribe .input-box .button {
    padding: 0 14px;
  }
  .footer-container .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 200px;
  }
  .footer-container .before-footer .footer-support p {
    font-size: 130%;
  }
  .footer-container .footer .footer-top .spotlight4 .inner {
    padding: 0 0 20px 0;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a {
    margin-right: 5px;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a.pay5 {
    margin-top: 0;
  }
  .footer-container .footer .footer-top .spotlight4 .inner:before {
    display: none;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a.pay5 {
    float: none;
  }
  .footer-2 .footer .footer-top .spotlight4 .inner span[x-apple-data-detectors] {
    color: #fff !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }
  .footer-2 .footer .footer-top .spotlight {
    min-height: 290px;
    float: left;
  }
  .footer-2 .footer .footer-top .spotlight .block-title {
    padding-top: 30px !important;
  }
  .footer-2 .footer .footer-top .spotlight4 .inner {
    min-height: 290px;
  }
  .footer-2 .footer .footer-top .spotlight3,
  .footer-2 .footer .footer-top .spotlight2 {
    min-height: 260px;
    float: left;
  }
  .footer-2 .footer .footer-bottom {
    position: static;
    margin-top: 0px;
  }
  .footer-2 .footer .footer-bottom .fbottom1 {
    padding-top: 30px;
  }
  .footer-2 .footer .footer-bottom .socials-wrap {
    padding-top: 40px;
  }
  .footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
  .footer-3 .footer-top .spotlight .block-title {
    padding-top: 30px;
  }
  .footer-3 .footer-top .spotlight2 {
    clear: both;
  }
  .footer-3 .footer-top .spotlight4 .block-title,
  .footer-3 .footer-top .spotlight1 .block-title {
    padding-top: 70px;
  }
  .footer-4.footer-container .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer {
    text-align: center;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer .logo-footer {
    float: none;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer ul {
    float: left;
  }
  .footer-4.footer-container .footer .footer-top .spotlight4 .block-title,
  .footer-4.footer-container .footer .footer-top .spotlight3 .block-title {
    padding-top: 0px;
  }
  .footer-5.footer-container .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
  .footer-5.footer-container .footer .footer-top .spotlight4 .block-title,
  .footer-5.footer-container .footer .footer-top .spotlight3 .block-title {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .page-footer #yt-totop {
    bottom: 50px;
  }
  /*---footer---*/
  .footer-container .before-footer .footer-support p {
    font-size: 120%;
  }
  .footer-container .before-footer .footer-support span {
    font-size: 100%;
  }
  .footer-container .before-footer .footer-newsletter {
    margin-top: 20px;
  }
  .footer-container .before-footer .footer-newsletter .block-subscribe .input-box .button {
    padding: 0 5px;
  }
  .footer-container .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    padding-left: 35px;
  }
  .footer-container .footer .footer-top .spotlight .block-title {
    padding-top: 20px;
  }
  .footer-container .footer .footer-top .spotlight4 .inner {
    padding: 0 0 20px 0;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a {
    margin-right: 5px;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a.pay5 {
    margin-top: 0;
  }
  .footer-container .footer .footer-top .spotlight4 .inner:before {
    display: none;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a.pay5 {
    float: none;
  }
  .footer-container .footer .footer-top .spotlight4 .inner .payment a {
    margin-right: 3px;
  }
  .footer-container .footer .footer-bottom .socials-wrap {
    float: left;
  }
  .footer-container .footer .footer-bottom .footer-title {
    padding-bottom: 5px;
  }
  .footer-container .footer .footer-bottom .apps {
    float: left;
    margin-bottom: 20px;
  }
  .footer-container .footer .footer-bottom .apps .footer-title {
    text-align: left;
  }
  .footer-container .footer .footer-bottom .apps .app-cont a {
    margin-left: 0;
  }
  .footer-2 .footer .footer-bottom {
    margin-top: 30px;
    position: static;
  }
  .footer-2 .footer .footer-bottom .fbottom1 {
    padding-top: 30px;
  }
  .footer-2 .footer .footer-top .spotlight4 .inner {
    min-height: 255px;
  }
  .footer-3 .before-footer .footer-newsletter .block-subscribe .input-box .button {
    padding: 0 10px !important;
  }
  .footer-3 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
  .footer-3 .footer-top .spotlight .block-title {
    padding-top: 30px;
  }
  .footer-3 .footer-top .spotlight4 .inner .block-title {
    padding-top: 60px;
  }
  .footer-3 .footer-top .spotlight2 {
    clear: both;
  }
  .footer-4.footer-container .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
  .footer-4.footer-container .before-footer .footer-newsletter .block-subscribe .input-box {
    width: 100%;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer {
    text-align: center;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer .logo-footer {
    float: none;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer ul {
    float: left;
  }
  .footer-4.footer-container .footer .footer-top .spotlight2 .block-title,
  .footer-4.footer-container .footer .footer-top .spotlight4 .block-title,
  .footer-4.footer-container .footer .footer-top .spotlight3 .block-title {
    padding-top: 0px;
  }
  .footer-4.footer-container .footer .apps {
    float: left;
    margin-bottom: 30px;
  }
  .footer-4.footer-container .footer .socials-wrap {
    margin-left: 0;
  }
  .footer-4.footer-container .footer .footer-bottom .payment {
    margin-top: 15px;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer ul {
    margin-top: 30px;
  }
  .footer-4.footer-container .menu-footer-w .menu-footer ul li {
    padding: 5px 10px 0;
  }
  .footer-4.footer-container .footer .footer-bottom .copyright-footer {
    text-align: center;
  }
  .footer-4.footer-container .footer .footer-bottom .payment {
    display: flex;
    justify-content: center;
    float: none;
  }
  .footer-4.footer-container.footer-container .footer .footer-top .spotlight1 .block-title {
    padding-top: 50px;
  }
  .footer-5 .before-footer .footer-newsletter .block-subscribe .input-box {
    width: 100%;
  }
  .footer-5 .before-footer .footer-newsletter .block-subscribe .input-box input.input-text {
    width: 100% !important;
  }
  .footer-5 .before-footer .footer-newsletter .block-subscribe .input-box {
    width: 100%;
  }
  .footer-5 .footer .footer-top .spotlight2 .block-title,
  .footer-5 .footer .footer-top .spotlight4 .block-title,
  .footer-5 .footer .footer-top .spotlight3 .block-title {
    padding-top: 0px;
  }
  .footer-5 .footer .apps {
    float: left;
    margin-bottom: 30px;
  }
  .footer-5 .footer .socials-wrap {
    margin-left: 0;
  }
  .footer-5 .footer .footer-bottom .payment {
    margin-top: 15px;
  }
  .footer-5 .footer .footer-top .spotlight1 .block-title {
    padding-top: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-3 .footer-bottom .apps {
    float: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .footer-4.footer-container .footer .footer-top .spotlight1 .block-title {
    padding-top: 50px;
  }
  .footer-4 .menu-footer-w .menu-footer {
    text-align: center;
  }
  .footer-4 .menu-footer-w .menu-footer .logo-footer {
    margin-right: 0;
  }
  .footer-4 .menu-footer-w .menu-footer ul {
    margin-top: 30px;
  }
  .footer-4 .menu-footer-w .menu-footer ul li {
    padding: 5px 10px 0;
  }
  .footer-4 .footer .footer-bottom .payment {
    margin-top: 15px;
  }
  .footer-4 .footer .footer-bottom .payment a {
    margin-left: 0;
    margin-right: 2px;
  }
  .footer-5 .footer .footer-bottom .payment {
    margin-top: 15px;
  }
  .footer-5 .footer .footer-bottom .payment a {
    margin-left: 0;
    margin-right: 2px;
  }
}
.footer .footer-top .spotlight .block-cont ul li a {
  text-transform: capitalize;
}
.cms-index-index .menu-vertical-wrap .sambar-inner {
  display: block;
}
.checkout-cart-index .box-related-upsell .products-grid {
  width: 70%;
}
.checkout-cart-index .box-related-upsell {
  margin-top: 21pc;
}
.cms-index-index .header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > a {
  color: #beae59;
}
.head_free_shipping {
  float: left;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .items-total,
.header-container .cart-wrapper .minicart-wrapper .block-content .header-minicart {
  display: none;
}
.header-container .minicart-header .minicart-wrapper .mage-dropdown-dialog {
  position: absolute;
  right: 0;
}
.header-container .minicart-wrapper .action.showcart::before {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper {
  margin: 0;
  position: relative;
}
.header-container .cart-wrapper .minicart-wrapper .showcart {
  /*background-color: @color_theme;
                color: #fff;*/
  background-color: white !important;
  color: #666666;
  padding: 16px;
  text-align: center;
  width: 172px;
  height: 104px;
}
.header-container .cart-wrapper .minicart-wrapper .showcart i {
  font-size: 22px;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .item-info {
  margin-top: 4px;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .item-info p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  margin-bottom: 4px;
  height: auto;
  width: auto;
  position: static;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .item-info .price-minicart {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter.qty.empty {
  display: block;
  color: #666666 !important;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter {
  line-height: 100%;
  height: auto;
  width: auto;
  position: static;
  background: transparent;
  margin-top: 0;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter:before,
.header-container .cart-wrapper .minicart-wrapper .showcart .counter:after {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter .counter-number {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .empty {
  padding-top: 0;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter {
  line-height: 100%;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter:before,
.header-container .cart-wrapper .minicart-wrapper .showcart .counter:after {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter .counter-number {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .counter-label {
  margin: 0;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .price-minicart {
  display: inline-block;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .price-minicart .subtotal .label {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .spec {
  display: inline-block;
}
.header-container .cart-wrapper .minicart-wrapper .showcart .loading-mask .loader > img {
  height: 100%;
  width: auto;
}
.header-container .cart-wrapper .minicart-wrapper .showcart:hover {
  cursor: pointer;
}
.header-container .cart-wrapper .minicart-wrapper .block-minicart {
  width: 351px;
  background-color: #fff;
  padding: 30px;
  border: #f3f3f3;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.header-container .cart-wrapper .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
  font-size: inherit;
  color: #beae59;
  font-weight: normal;
}
.header-container .cart-wrapper .minicart-wrapper .block-content #btn-minicart-close {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .items-total {
  margin: 0 0 20px;
  float: none;
  font-size: 108.33%;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .items-total .count {
  font-weight: 500 !important;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal {
  margin: 0;
  float: none;
  display: table;
  width: 100%;
  padding-top: 10px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal .label {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal .price-container {
  float: right;
  margin-right: 20px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper {
  margin: 0;
  padding: 0;
  border-top: none;
  max-height: 350px !important;
  height: auto !important;
  overflow: auto;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items {
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  height: auto !important;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details {
  position: relative;
  padding-right: 20px;
  margin-left: 88px;
  padding-left: 0;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name {
  top: -7px;
  position: relative;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a {
  color: #262e31;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a:hover {
  color: #beae59;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product.options {
  display: inline-block;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product.options.list dt.label:after {
  content: ":";
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-container {
  float: left;
  margin-right: 10px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-excluding-tax {
  font-size: inherit;
  margin-top: 13px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-excluding-tax .minicart-price .price {
  font-weight: bold;
  color: #262e31;
  font-size: 100%;
  position: relative;
  top: -4px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .details-qty .label {
  text-align: left;
  width: auto;
  font-size: 85.70999999999999% !important;
  margin-right: 5px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .details-qty .item-qty {
  width: 40px;
  height: 25px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions {
  display: table;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .viewcart,
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .checkout {
  display: inline-block;
  line-height: 40px;
  margin: 0;
  width: 50%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .viewcart:hover,
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .checkout:hover {
  color: #fff;
  background: #9f9256;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .viewcart {
  float: left;
  background: #beae59;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .checkout {
  background: #2c3e50;
}
.header-container .cart-wrapper .minicart-wrapper .product.actions {
  position: absolute;
  right: 0;
  top: 24px;
  width: 14px;
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary {
  display: inline-block;
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 10px;
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/control-cart.png);
  background-repeat: no-repeat;
  background-color: #ccc;
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action:hover,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action:hover {
  background-color: #beae59;
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action:before,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action:before {
  display: none;
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .edit {
  background-position: 0px 0px;
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .delete {
  background-position: 0px -36px;
}
.header-container .cart-wrapper .minicart-wrapper .minicart-widgets {
  margin: 0;
}
.header-container .cart-wrapper .block-minicart {
  right: 0 !important;
  top: -4px !important;
  /*top: 100px!important;*/
}
.header-container .block-minicart .subtitle.empty {
  padding: 0;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .header-container .menu-ontop {
    z-index: 888;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    padding: 0 !important;
  }
  .header-container .menu-ontop .menu-vertical-wrap .sambar-inner {
    visibility: hidden;
  }
  .header-container .menu-ontop .menu-vertical-wrap:hover .sambar-inner {
    visibility: visible;
  }
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  /*font-size: 116.7%;*/
  font-size: 14px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 23px;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head .icon_items img {
  position: absolute;
  content: "";
  top: 3px;
  right: 2px;
  width: 28px;
  height: 12px;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head {
  display: block;
  width: 70px;
  height: 50px;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head .sm_megamenu_title {
  display: none;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  /*background-color: @color_theme;*/
  background-color: #2e2d25 !important;
  /*color: #c2a773;*/
  color: #70be44;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_right {
  float: right;
}
/*==MENU HOME DROPDOWN==*/
.megamenu-dropdown .item-home-megamenu {
  width: 25%;
  float: left;
}
.home-menu-dropdown {
  padding: 0 15px;
}
.home-menu-dropdown .item-home-store {
  width: 25%;
  float: left;
}
.home-menu-dropdown .item-home-store .title-menu-home {
  text-transform: uppercase;
  color: #444;
  display: block;
  font-weight: 900;
  font-size: 116.7%;
  line-height: 110%;
  padding-bottom: 7px;
}
.home-menu-dropdown .item-home-store li a {
  line-height: 30px;
}
.home-menu-dropdown .item-home-store.theme-color li a {
  position: relative;
}
.home-menu-dropdown .item-home-store.theme-color li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e1e1e1;
  margin-right: 10px;
  vertical-align: middle;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.home-menu-dropdown .item-home-store.theme-color li a:hover:before {
  opacity: 0.7;
}
.home-menu-dropdown .item-home-store.theme-color li.red a:before {
  background-color: #e93712;
}
.home-menu-dropdown .item-home-store.theme-color li.green a:before {
  background-color: #79b6a0;
}
.home-menu-dropdown .item-home-store.theme-color li.blue a:before {
  background-color: #00a9df;
}
.home-menu-dropdown .item-home-store.theme-color li.brown a:before {
  background-color: #beae59;
}
.home-menu-dropdown .item-home-store.theme-color li.orange a:before {
  background-color: #ff7645;
}
.home-menu-dropdown .item-home-store.theme-color li.pink a:before {
  background-color: #d66666;
}
.home-menu-dropdown .item-home-store.theme-color li.yellow a:before {
  background-color: #f5a52f;
}
.home-menu-dropdown .item-home-store.theme-color li.navy a:before {
  background-color: #254470;
}
.home-menu-dropdown .item-home-store.theme-color li.rust a:before {
  background-color: #cd8a19;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title .sm_megamenu_title .sm_megamenu_title > h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 5px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title .sm_megamenu_title .sm_megamenu_title > a {
  padding: 5px 0px 5px 11px;
  display: inline-block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title .sm_megamenu_title .sm_megamenu_title > a .sm_megamenu_title_lv-3:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .static-bottom-link {
  margin: 25px 15px 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .static-bottom-link a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .basicproduct-content-menu .shop-title {
  display: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .products-grid.sm-basic-products .item {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .products-grid.sm-basic-products .item .item-inner .box-image img {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .have-products-parent .sm_megamenu_firstcolumn {
  padding: 0 !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .have-products-parent .have-products {
  background-color: #eee;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .have-products-parent .col-left-cus {
  width: 25%;
  padding: 20px 0 20px 20px !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .have-products-parent .col-right-cus {
  width: 75%;
  background-color: #fff;
  -webkit-box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.5);
  padding: 30px !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .have-products-parent .col-right-cus .products-grid .item .item-inner .bottom-action > form {
  padding: 0 30px;
}
.navigation > .ui-menu {
  margin: 0;
}
.navigation > .ui-menu > li {
  float: left;
  position: relative;
  margin-right: 1px;
}
.navigation > .ui-menu > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.navigation > .ui-menu > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.navigation > .ui-menu > li:first-child > a span {
  display: none;
}
.navigation > .ui-menu > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 23px;
  display: inline-block;
  position: relative;
}
.navigation > .ui-menu > li > a:hover {
  background-color: #beae59;
  color: #fff;
}
.navigation > .ui-menu > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.navigation > .ui-menu > li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.navigation > .ui-menu > li ul li:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item.png') no-repeat;
  content: "";
  position: absolute;
  left: 28px;
  top: 14px;
  width: 6px;
  height: 6px;
}
.navigation > .ui-menu > li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.navigation > .ui-menu > li ul li a {
  display: block;
  padding: 5px 0px;
}
.navigation > .ui-menu > li ul li:last-child > a {
  border: none;
}
.navigation > .ui-menu > li ul li:hover {
  background-color: #beae59;
}
.navigation > .ui-menu > li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.navigation > .ui-menu > li ul li:hover > a {
  color: #fff;
}
.navigation > .ui-menu > li ul li:hover > a:before {
  color: #fff;
}
.navigation > .ui-menu > li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.navigation > .ui-menu > li ul li ul {
  left: 220px !important;
  top: 0px !important;
  margin-top: 0;
}
/*---my account block----*/
.dropdown-block {
  display: table-cell;
  padding: 0;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-left: 20px;
}
.dropdown-block.currency-block {
  margin-left: 0;
}
.dropdown-block.block-login {
  line-height: 39px;
}
.dropdown-block.block-login i {
  margin-right: 5px;
  font-size: 14px;
}
.dropdown-block .title-dropdown-block {
  display: none;
}
.dropdown-block .dropdown-toggle {
  padding: 0 15px 0 0px;
  position: relative;
  line-height: 38px;
}
.dropdown-block .dropdown-toggle .value {
  color: #444;
}
.dropdown-block .dropdown-toggle > a {
  color: #444;
}
.dropdown-block .dropdown-toggle > a:hover {
  color: #beae59;
  /*color: #BEAE59 !important;*/
}
.dropdown-block .dropdown-toggle:before {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 12px;
  position: absolute;
  right: 0;
}
.dropdown-block .dropdown-toggle .myaccount-link {
  /*&:before {
                .font-awesome(f007, 13px);
                margin-right: 8px;
            }*/
}
.dropdown-block .dropdown-list {
  display: none;
  cursor: default;
  position: absolute;
  left: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 11;
  min-width: 110%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.dropdown-block .dropdown-list li {
  padding: 2px 15px;
}
.dropdown-block .dropdown-list li:hover {
  background-color: #f4f4f4;
}
.dropdown-block .dropdown-list a {
  white-space: nowrap;
  display: block;
}
.dropdown-block .dropdown-list .current {
  color: #beae59;
}
.dropdown-block:hover .dropdown-toggle a,
.dropdown-block:hover .dropdown-toggle .value {
  color: #beae59;
}
.dropdown-block:hover .dropdown-toggle:after {
  display: block;
}
.dropdown-block:hover .dropdown-list {
  display: block;
}
.dropdown-block.block-base {
  padding: 0;
}
.dropdown-block.block-base .my-wishlist,
.dropdown-block.block-base .my-checkout {
  display: block;
  position: relative;
  line-height: 39px;
  color: #444;
  /*&:before {
                .font-awesome(f004, 12px);
                margin-right: 8px;
            }*/
}
.dropdown-block.block-base .my-wishlist:hover,
.dropdown-block.block-base .my-checkout:hover {
  color: #beae59;
  /*color: #BEAE59 !important;*/
}
/* LANGUAGE CURRENTCY */
.dropup,
.switcher-dropdown {
  display: none;
}
.switcher {
  float: left;
}
.switcher:hover .dropup,
.switcher:hover .switcher-dropdown {
  display: block;
}
.switcher .switcher-label {
  display: none;
}
.switcher .dropdown {
  position: relative;
}
.switcher .dropdown .switcher-trigger {
  cursor: pointer;
  padding: 0 15px 0 0px;
  position: relative;
  line-height: 39px;
}
.switcher .dropdown .switcher-trigger strong {
  font-weight: normal;
}
.switcher .dropdown .switcher-trigger strong:hover {
  color: #beae59;
}
.switcher .dropdown .switcher-trigger:before {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 13px;
}
.switcher .dropdown .mage-dropdown-dialog {
  display: none;
  cursor: default;
  position: absolute;
  left: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 11;
  min-width: 110%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.switcher .dropdown .mage-dropdown-dialog .switcher-dropdown .switcher-option {
  padding: 10px 15px;
  line-height: 100%;
  display: inline-block;
  width: 100%;
}
.switcher .dropdown .mage-dropdown-dialog .switcher-dropdown .switcher-option:hover {
  background-color: #f4f4f4;
}
.switcher .dropdown:hover .mage-dropdown-dialog {
  display: block !important;
}
.switcher.switcher-language {
  /*margin-left: 20px;*/
  margin-right: 20px;
}
.switcher.switcher-language .switcher-option a,
.switcher.switcher-language .switcher-trigger strong {
  display: inline-block;
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: normal;
}
/* SEARCH */
#search_mini_form .form-search .nested {
  display: none;
}
#search_mini_form .form-search button.disabled,
#search_mini_form .form-search button[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-autocomplete {
  margin-top: 40px !important;
  background: #fff;
  z-index: 50;
  padding: 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.search-autocomplete ul {
  margin: 0;
}
.search-autocomplete ul li {
  padding: 8px 10px;
  border-bottom: 1px dotted #ddd;
}
.search-autocomplete ul li .amount {
  float: right;
}
.search-autocomplete ul li:last-child {
  border: none;
}
.admin__fieldset {
  display: block !important;
}
.header-top {
  background: #f2f2f2;
}
.header-middle {
  background: white;
}
.language-wrapper,
.currency-wrapper {
  display: none;
}
.cms-home-style-5 .page-main .col1-layout .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.cms-about-us .page-main .col1-layout .container-fluid {
  padding-right: 8%;
  padding-left: 8%;
}
.cms-page-1 .sm-imageslider {
  /*margin-top: -50px;*/
  margin-top: unset !important;
}
.bolivia-home-mid-ban2 .banner-infos {
  margin-top: 40px;
}
.sm_megamenu_wrapper_horizontal_menu li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head.items-home .sm_megamenu_title {
  display: inline-block !important;
  color: #c2a773;
}
.megamenu-home .sm_megamenu_title {
  color: #70be44;
  /*color: #c2a773;*/
  /*13-Oct-20*/
  /*color: #fff;*/
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 50px !important;
}
.megamenu-home a {
  padding: 0 23px;
}
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head:before {
  display: none !important;
}
a.sm_megamenu_head.items-home {
  background-color: #2e2d25 !important;
}
.cms-index-index .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head.items-home {
  background-color: #2e2d25 !important;
}
.cms-index-index .nav-container #nav > li:first-child > a {
  background-color: #beae59;
  color: #fff;
}
.cms-index-index .header-style-1 .header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > a {
  background-color: #beae59;
}
.catlist .catlist_level_top a:hover .thumb-hover {
  display: block;
}
.catlist .catlist_level_top a .thumb-hover {
  display: none;
}
.catlist .catlist_level_top a:hover .thumb {
  display: none;
}
.catlist .catlist_level_top a span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  margin-top: 25px;
  font-weight: 700;
  text-align: center;
}
.catlist .catlist_level_top a:hover span {
  /*color: #c2a773;*/
  color: #70be44;
}
.catlist .catlist_level_top a {
  text-align: center;
  display: block;
  border: 2px solid #eeeeee;
  padding: 25px 0;
}
.catlist .owl-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.homestyle5 .plazoicons,
.homestyle5 .plazoimagegal {
  border: unset !important;
}
.plazoimagegal .image {
  margin-top: 30px;
}
.homestyle5 .plazoicons .catlist .container {
  padding: 0 !important;
}
.header-style-1 {
  /*----mini cart pro --------*/
  /*----end mini cart pro --------*/
  /*-----search box-----------*/
  /*-----end search box-----------*/
}
.header-style-1 .navigation > .ui-menu > li > a:hover {
  color: #fff !important;
}
.header-style-1 .mobile-login {
  display: none;
}
.header-style-1 .header-top {
  border-bottom: 1px solid #ddd;
}
.header-style-1 .header-top .topleft-content {
  line-height: 39px;
}
.header-style-1 .header-top .topleft-content a {
  color: #beae59;
}
.header-style-1 .header-top .topleft-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-style-1 .header-top .header-topright .inner {
  float: right;
}
.header-style-1 .header-top .header-topright .inner .livechat,
.header-style-1 .header-top .header-topright .inner .hotline {
  float: left;
}
.header-style-1 .header-top .header-topright .inner .livechat {
  margin: 4px 30px 0 0;
}
.header-style-1 .header-top .header-topright .inner .hotline span {
  font-weight: bold;
}
.header-style-1 .header-top .header-topright .inner .hotline p {
  background: url('../../frontend/Sm/furnicom/en_GB/images/hotline.png') no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  color: #444;
  margin: 0;
}
.header-style-1 .header-middle .header-middleleft {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 0;
}
.header-style-1 .header-middle .header-middleleft .logo-wrapper {
  float: left;
  margin-right: 45px;
}
.header-style-1 .header-middle .header-middleleft .logo-wrapper h1 {
  font-size: 0;
  margin-bottom: 0;
}
.header-style-1 .header-middle .header-middleright .shipping {
  border-right: 1px solid #999;
  padding-right: 45px !important;
}
.header-style-1 .header-middle .header-middleright .shipping,
.header-style-1 .header-middle .header-middleright .support_247 {
  padding: 19px 0 19px 35px;
  float: left;
  margin: 10px 0 10px 15px;
  /*border-left: 1px solid #ddd;*/
}
.header-style-1 .header-middle .header-middleright .shipping i,
.header-style-1 .header-middle .header-middleright .support_247 i {
  font-size: 30px;
  color: #beae59;
  float: left;
  padding-top: 7px;
}
.header-style-1 .header-middle .header-middleright .shipping .inner,
.header-style-1 .header-middle .header-middleright .support_247 .inner {
  color: #999;
  font-size: 116.7%;
  float: left;
  padding-left: 10px;
}
.header-style-1 .header-middle .header-middleright .shipping .inner p,
.header-style-1 .header-middle .header-middleright .support_247 .inner p {
  font-size: 128.6%;
  color: #444;
  line-height: 23px;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif !important;
}
.header-style-1 .header-middle .header-middleright .shipping .inner:hover,
.header-style-1 .header-middle .header-middleright .support_247 .inner:hover {
  cursor: pointer;
  /*color: @color_theme;*/
  color: #333333 !important;
}
.header-style-1 .header-middle .header-middleright .shipping .inner:hover p,
.header-style-1 .header-middle .header-middleright .support_247 .inner:hover p {
  /*color: @color_theme;*/
  color: #333333 !important;
}
.header-style-1 .header-bottom {
  /*background-color: rgba(0, 0, 0, 0.7);*/
  background-color: #2e2d25;
  position: relative;
  z-index: 9;
}
.header-style-1 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
}
.header-style-1 .header-bottom .yt-menu .socials-header {
  background-color: rgba(255, 255, 255, 0.15);
  height: 50px;
  line-height: 50px;
  padding: 0 4px;
  position: absolute;
  top: 0;
  right: 0;
  width: 172px;
}
.header-style-1 .header-bottom .yt-menu .socials-header .socials-wrap ul {
  margin: 0;
}
.header-style-1 .header-bottom .yt-menu .socials-header .socials-wrap ul li {
  float: left;
  padding: 0 10px;
}
.header-style-1 .header-bottom .yt-menu .socials-header .socials-wrap ul li a {
  color: #c0c0c1;
  font-size: 14px;
}
.header-style-1 .header-bottom .yt-menu .socials-header .socials-wrap ul li a:hover {
  color: #beae59;
}
.header-style-1 .nav-container #nav {
  margin: 0;
}
.header-style-1 .nav-container #nav > li {
  float: left;
  margin-right: 1px;
}
.header-style-1 .nav-container #nav > li.active > a,
.header-style-1 .nav-container #nav > li:hover > a {
  background-color: #beae59;
  color: #fff;
}
.header-style-1 .nav-container #nav > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-1 .nav-container #nav > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-1 .nav-container #nav > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-1 .nav-container #nav > li:first-child > a span {
  display: none;
}
.header-style-1 .nav-container #nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 23px;
  display: inline-block;
  position: relative;
}
.header-style-1 .nav-container #nav > li > a:hover {
  background-color: #beae59;
  color: #fff;
}
.header-style-1 .nav-container #nav li {
  position: relative;
}
.header-style-1 .nav-container #nav li:hover > ul {
  display: block;
}
.header-style-1 .nav-container #nav li ul {
  padding: 0;
}
.header-style-1 .nav-container #nav li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-1 .nav-container #nav li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-1 .nav-container #nav li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-1 .nav-container #nav li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-1 .nav-container #nav li ul li:last-child > a {
  border: none;
}
.header-style-1 .nav-container #nav li ul li:hover {
  background-color: #beae59;
}
.header-style-1 .nav-container #nav li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-1 .nav-container #nav li ul li:hover > a {
  color: #fff;
}
.header-style-1 .nav-container #nav li ul li:hover > a:before {
  color: #fff;
}
.header-style-1 .nav-container #nav li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-1 .menu-under.menu-on-top .nav-container #nav > li > a {
  /*line-height: 50px;*/
}
.header-style-1 .minicart-header {
  float: right;
}
.header-style-1 .minicart-header .sm-cartpro .cartpro-title {
  background-color: #beae59;
  color: #fff;
  padding: 16px;
  text-align: center;
  width: 172px;
  height: 104px;
}
.header-style-1 .minicart-header .sm-cartpro .cartpro-title i {
  font-size: 22px;
}
.header-style-1 .minicart-header .sm-cartpro .cartpro-title .item-info {
  margin-top: 4px;
}
.header-style-1 .minicart-header .sm-cartpro .cartpro-title .item-info p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-1 .minicart-header .sm-cartpro .cartpro-content {
  z-index: 99;
  top: 104px;
  border-top: 3px solid #beae59;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.header-style-1 #search_mini_form {
  padding-top: 6px;
}
.header-style-1 #search_mini_form .form-search {
  /*background-color: #fff;*/
  background-color: #3e3d33 !important;
  /*border: 1px solid @color_theme;*/
  border: unset !important;
  color: #999;
  display: inline-block;
  /*.box-shadow(inset 0px 0px 3px 0px #ccc);*/
}
.header-style-1 #search_mini_form .form-search .nested {
  display: none;
}
.header-style-1 #search_mini_form .form-search i,
.header-style-1 #search_mini_form .form-search .input-text,
.header-style-1 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-1 #search_mini_form .form-search i {
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
}
.header-style-1 #search_mini_form .form-search .input-text {
  width: auto;
  /*border-left: 1px solid #ddd !important;*/
  background-color: #3e3d33 !important;
  border: none;
  /*height: 27px;*/
  height: 23px;
  color: #999;
  margin: 6px 0;
  padding-left: 10px;
  /*width: 300px;*/
  width: 200px;
}
.header-style-1 #search_mini_form .form-search .input-text:focus {
  background-color: #fff;
}
.header-style-1 #search_mini_form .form-search .button-search {
  /*background-color: @color_theme;*/
  background-color: #3e3d33 !important;
  color: #fff;
  /*height: 40px;*/
  height: 35px;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  font-weight: bold;
  /*font-size: 116.7%;*/
  font-size: 12px;
  text-transform: capitalize;
}
.header-style-1 #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
.header-style-1 #search_mini_form .form-search .button-search[disabled],
.header-style-1 #search_mini_form .form-search .button-search.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style-1 #search_mini_form .form-search .button-search[disabled]:hover,
.header-style-1 #search_mini_form .form-search .button-search.disabled:hover {
  background-color: #9f9256;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.header-topleft-image {
  min-height: 39px;
}
.trustpilot {
  top: 50%;
  transform: translateY(25%);
}
.trustpilot-center {
  transform: translateX(6%);
}
/*** Suraj mega menu changes ***/
.decor-items,
.diy_and_plumbing,
.technology_and_apliances {
  display: flex !important;
}
/************** Shashank Css Strat from here ***********/
.header-middleright .shipping,
.header-middleright .support_247 {
  display: inline-flex;
}
.header-middleright .head_free_shipping {
  height: fit-content;
}
/************** Shashank Css End here ***********/
.cms-index-index .nav-container #nav > li:first-child > a {
  background-color: #beae59;
  color: #fff;
}
.cms-index-index .header-style-2 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  background-color: #beae59;
}
.headertop-mobile {
  display: none;
}
.header-style-2 {
  position: static;
  margin-top: 30px;
}
.cms-index-index .header-style-2 {
  position: absolute;
  top: 50px;
  margin-top: 0;
}
.catalogsearch-result-index .header-style-2,
.catalog-category-view .header-style-2,
.catalog-product-view .header-style-2 {
  position: absolute;
  top: 30px;
  margin-top: 0;
}
.header-style-2 {
  width: 100%;
  /*-----search box-----------*/
  /*-----end search box-----------*/
}
.header-style-2 .navigation > .ui-menu > li > a:hover {
  color: #fff !important;
}
.header-style-2 .header .inner {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  height: 134px;
}
@media (min-width: 1200px) {
  .header-style-2 .header .inner .search-on-top {
    float: left;
  }
}
.header-style-2 .header .inner .search-on-top i {
  display: none;
}
.header-style-2 .header .inner .logo-wrapper {
  background-color: rgba(238, 238, 238, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 268px;
  height: 135px;
  text-align: center;
}
@media (max-width: 1200px) {
  .header-style-2 .header .inner .logo-wrapper h1.logo {
    padding-top: 42px;
  }
}
@media (min-width: 1200px) {
  .header-style-2 .header .inner .logo-wrapper h1.logo a.logo {
    width: 268px;
    height: 135px;
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 42px;
  }
}
.header-style-2 .header .inner .logo-wrapper h1.logo .logo-small {
  display: none;
}
.header-style-2 .header .inner .header-right {
  position: absolute;
  top: 0;
  right: 0;
}
.header-style-2 .header .inner .header-right .header-right-inner {
  float: right;
  margin-right: 120px;
}
.header-style-2 .header .inner .navigation-action {
  padding-top: 62px;
}
.header-style-2 .header .inner .navigation-action .navigation > ul {
  padding-left: 330px;
}
.header-style-2 .header .inner .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu {
  padding-left: 330px;
  /*.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
                        .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
                        .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
                        .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
                        .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
                        .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
                        .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth*/
}
.header-style-2 .header .inner .cart-wrapper .minicart-wrapper .showcart .item-info p {
  font-weight: normal;
  text-transform: capitalize;
}
.header-style-2 .header .inner .minicart-header {
  position: absolute;
  right: 0;
  top: 0;
}
.header-style-2 .header .inner .lang-w {
  float: left;
}
.header-style-2 .header .inner .lang-w .lang-curr {
  float: left;
}
.header-style-2 .header .inner .lang-w .lang-curr .currency-wrapper,
.header-style-2 .header .inner .lang-w .lang-curr .language-wrapper {
  float: left;
}
.header-style-2 .header .inner .lang-w .lang-curr .switcher.switcher-language {
  margin-left: 2px;
}
.header-style-2 .header .inner .lang-w .lang-curr .switcher .dropdown .switcher-trigger {
  background-color: #444;
  color: #fff;
  padding: 0 20px 0 10px;
  line-height: 36px;
}
.header-style-2 .header .inner .lang-w .lang-curr .switcher .dropdown .switcher-trigger:before {
  right: 7px;
  top: 12px;
}
.header-style-2 .header .dropdown-block > a {
  color: #fff;
}
.header-style-2 .header .dropdown-block.block-base .my-wishlist {
  color: #fff;
  line-height: 36px;
}
.header-style-2 .header .dropdown-block.block-login {
  line-height: 36px;
}
.header-style-2 .header .dropdown-block .dropdown-toggle {
  line-height: 36px;
}
.header-style-2 .header .dropdown-block .dropdown-toggle .value {
  color: #fff;
}
.header-style-2 .header .dropdown-block .dropdown-toggle > a {
  color: #fff;
}
.header-style-2 .header .dropdown-block .dropdown-toggle:before {
  color: #fff;
}
.header-style-2 .header .toplink-w {
  float: left;
  margin-right: 15px;
}
.header-style-2 .header #search_mini_form {
  float: left;
}
.header-style-2 .header #search_mini_form .form-search {
  border: none;
  margin-left: 2px;
  background-color: #444;
}
.header-style-2 .header #search_mini_form .form-search .input-text {
  width: 226px;
  height: 36px;
  /*line-height: 36px;*/
  margin: 0;
  border: none !important;
  background-color: #444;
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.header-style-2 .header #search_mini_form .form-search .input-text:focus {
  background-color: #444;
}
.header-style-2 .header #search_mini_form .form-search .button-search {
  text-indent: -999em;
  width: 44px;
  height: 36px;
  background-color: #444 !important;
  position: relative;
}
.header-style-2 .header #search_mini_form .form-search .button-search:before {
  content: "";
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 12px;
  color: #fff;
  text-indent: 0;
}
.header-style-2 .header .minicart-header .cart-wrapper .showcart {
  width: 120px;
  height: 134px;
  padding-top: 28px;
  background-color: #ff9c00;
}
.header-style-2 .header .minicart-header .cart-wrapper .showcart .info-minicart {
  margin-top: 10px;
}
.header-style-2 .header .minicart-header .cart-wrapper .block-minicart {
  /*top: 130px !important;*/
}
.header-style-2 .header.menu-ontop {
  background-color: rgba(0, 0, 0, 0.8);
}
.header-style-2 .header.menu-ontop .inner {
  height: 80px;
}
.header-style-2 .header.menu-ontop .inner .logo-wrapper {
  width: 266px;
  height: 80px;
}
.header-style-2 .header.menu-ontop .inner .logo-wrapper a.logo {
  padding-top: 0 !important;
}
.header-style-2 .header.menu-ontop .inner .logo-wrapper .logo .logo-normal {
  display: none;
}
.header-style-2 .header.menu-ontop .inner .logo-wrapper .logo .logo-small {
  display: block;
}
.header-style-2 .header.menu-ontop .inner .toplink-w {
  display: none;
}
.header-style-2 .header.menu-ontop .inner .lang-w .lang-curr {
  display: none;
}
.header-style-2 .header.menu-ontop .inner .search-on-top {
  display: block;
  width: 70px;
  height: 80px;
  background-color: #000;
  position: relative;
  text-align: center;
  line-height: 80px;
  z-index: 1;
}
.header-style-2 .header.menu-ontop .inner .search-on-top #search_mini_form .form-search {
  width: 270px;
}
.header-style-2 .header.menu-ontop .inner .search-on-top .dropdown-search {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  position: absolute;
  top: 72px;
  right: 0;
}
.header-style-2 .header.menu-ontop .inner .search-on-top .fa {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-top: 30px;
}
.header-style-2 .header.menu-ontop .inner .search-on-top:hover {
  cursor: pointer;
}
.header-style-2 .header.menu-ontop .inner .search-on-top:hover .dropdown-search {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.header-style-2 .header.menu-ontop .inner .navigation-action {
  padding-top: 15px;
}
.header-style-2 .header.menu-ontop .inner .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu {
  padding-left: 290px;
}
.header-style-2 .header.menu-ontop .inner .logo-wrapper .logo {
  padding-top: 13px;
}
.header-style-2 .header.menu-ontop .inner .minicart-header .cart-wrapper .showcart {
  width: 120px;
  height: 80px;
  padding: 5px 0 0 0;
}
.header-style-2 .header.menu-ontop .inner .minicart-header .cart-wrapper .showcart i {
  font-size: 18px;
}
.header-style-2 .header.menu-ontop .inner .minicart-header .cart-wrapper .showcart .item-info {
  margin-top: 0;
}
.header-style-2 .header.menu-ontop .inner .minicart-header .cart-wrapper .showcart .item-info p {
  font-weight: normal;
  text-transform: capitalize;
}
.header-style-2 #search_mini_form .form-search {
  background-color: #fff;
  border: 1px solid #beae59;
  color: #999;
  display: inline-block;
  -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
  box-shadow: inset 0px 0px 3px 0px #ccc;
}
.header-style-2 #search_mini_form .form-search i,
.header-style-2 #search_mini_form .form-search .input-text,
.header-style-2 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-2 #search_mini_form .form-search i {
  display: none;
}
.header-style-2 #search_mini_form .form-search .input-text {
  width: auto;
  border-left: 1px solid #ddd !important;
  border: none;
  height: 27px;
  color: #999;
  margin: 6px 0;
  padding-left: 10px;
  width: 300px;
}
.header-style-2 #search_mini_form .form-search .input-text:focus {
  background-color: #fff;
}
.header-style-2 #search_mini_form .form-search .button-search {
  background-color: #beae59;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-2 #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
/*----mini cart pro --------
    .minicart-header{
      float: right;

      .sm-cartpro{
        .cartpro-title{
          background-color: @color_theme;
          color: #fff;
          padding: 16px;
          text-align: center;
          width: 172px;
          height: 104px;
          i{
            font-size: 22px;
          }
          .item-info{
            margin-top: 4px;
            p{
              text-transform: uppercase;
              font-weight: bold;
              font-size: 116.7%;
            }
          }
          
        }

        .cartpro-content{
          z-index: 99;
          top:104px;
          border-top: 3px solid @color_theme;
          .box-shadow(0 3px 3px 2px rgba(0, 0, 0, 0.3));          
        }
      }

    }
/*----end mini cart pro --------*/
.cms-index-index .header-style-3 .navigation > ul > li:first-child > a::before {
  color: #fff;
}
.cms-index-index .header-style-3 .navigation > ul > li:first-child {
  background-color: #beae59;
}
.cms-index-index .header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  background-color: #beae59;
}
.cms-index-index .header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #fff;
}
.header-style-3 {
  /*----mini cart pro --------*/
  /*----end mini cart pro --------*/
  /*-----search box-----------*/
  /*-----end search box-----------*/
}
.header-style-3 .mobile-menu,
.header-style-3 .mobile-login {
  display: none;
}
.header-style-3 .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  padding: 0 20px;
}
.header-style-3 .header-top {
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}
.header-style-3 .header-top .topleft-content {
  line-height: 39px;
}
.header-style-3 .header-top .topleft-content a {
  color: #beae59;
}
.header-style-3 .header-top .topleft-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-style-3 .header-top .header-topleft .inner {
  float: right;
}
.header-style-3 .header-top .header-topleft .inner .currency-wrapper,
.header-style-3 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.header-style-3 .header-top .header-topright .inner .livechat,
.header-style-3 .header-top .header-topright .inner .hotline {
  float: left;
}
.header-style-3 .header-top .header-topright .inner .livechat {
  margin: 4px 30px 0 0;
}
.header-style-3 .header-top .header-topright .inner .hotline span {
  font-weight: bold;
}
.header-style-3 .header-top .header-topright .inner .hotline p {
  background: url(../../frontend/Sm/furnicom/en_GB/images/hotline.png) no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  color: #444;
  margin-bottom: 0;
}
.header-style-3 .header-middle {
  background-color: #fff;
}
.header-style-3 .header-middle .header-middleleft {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 0;
}
.header-style-3 .header-middle .header-middleleft .logo-wrapper {
  float: left;
  margin-right: 45px;
}
.header-style-3 .header-middle .header-middleleft .logo-wrapper .logo {
  margin-bottom: 0;
  font-size: 0;
}
.header-style-3 .header-middle .header-middleleft #search_mini_form {
  width: 65%;
  float: right;
  padding-right: 15px;
}
.header-style-3 .header-middle .header-middleleft #search_mini_form .form-search {
  width: 100%;
  position: relative;
  /*.input-text{
                      width: 100%;
                    }*/
}
.header-style-3 .header-middle .header-middleleft #search_mini_form .form-search .button-search {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
}
.header-style-3 .header-bottom {
  background-color: #fff;
}
.header-style-3 .header-bottom .yt-menu .menu-under.menu-on-top {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header-style-3 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
}
.header-style-3 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #fff;
}
.header-style-3 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head {
  color: #fff;
}
.header-style-3 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #444;
}
.header-style-3 .header-bottom .yt-menu .socials-header {
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.header-style-3 .header-bottom .yt-menu .socials-header .socials-wrap ul {
  margin: 0;
}
.header-style-3 .header-bottom .yt-menu .socials-header .socials-wrap ul li {
  float: left;
  padding: 0 10px;
}
.header-style-3 .header-bottom .yt-menu .socials-header .socials-wrap ul li a {
  color: #888;
  font-size: 14px;
}
.header-style-3 .header-bottom .yt-menu .socials-header .socials-wrap ul li a:hover {
  color: #beae59;
}
.header-style-3 .navigation > ul {
  margin: 0;
}
.header-style-3 .navigation > ul > li {
  float: left;
  margin-right: 1px;
}
.header-style-3 .navigation > ul > li.active > a,
.header-style-3 .navigation > ul > li:hover > a {
  background-color: #beae59;
  color: #fff !important;
}
.header-style-3 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-3 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-3 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-3 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-3 .navigation > ul > li > a {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 23px;
  display: inline-block;
  position: relative;
}
.header-style-3 .navigation > ul > li > a:hover {
  color: #beae59;
}
.header-style-3 .navigation > ul li {
  position: relative;
}
.header-style-3 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-3 .navigation > ul li ul {
  padding: 0;
}
.header-style-3 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-3 .navigation > ul li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-3 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-3 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-3 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-3 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-3 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-3 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-3 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-3 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-3 .minicart-header {
  float: right;
}
.header-style-3 .minicart-header .sm-cartpro .cartpro-title {
  background-color: #beae59;
  color: #fff;
  padding: 16px;
  text-align: center;
  width: 172px;
  height: 104px;
}
.header-style-3 .minicart-header .sm-cartpro .cartpro-title i {
  font-size: 22px;
}
.header-style-3 .minicart-header .sm-cartpro .cartpro-title .item-info {
  margin-top: 4px;
}
.header-style-3 .minicart-header .sm-cartpro .cartpro-title .item-info p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-3 .minicart-header .sm-cartpro .cartpro-content {
  z-index: 99;
  top: 104px;
  border-top: 3px solid #beae59;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.header-style-3 #search_mini_form .form-search {
  background-color: #fff;
  border: 1px solid #beae59;
  color: #999;
  display: inline-block;
  -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
  box-shadow: inset 0px 0px 3px 0px #ccc;
}
.header-style-3 #search_mini_form .form-search i,
.header-style-3 #search_mini_form .form-search .input-text,
.header-style-3 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-3 #search_mini_form .form-search i {
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
}
.header-style-3 #search_mini_form .form-search .input-text {
  width: auto;
  border-left: 1px solid #ddd !important;
  border: none;
  height: 27px;
  color: #999;
  margin: 6px 0;
  padding-left: 10px;
  width: 300px;
}
.header-style-3 #search_mini_form .form-search .input-text:focus {
  background-color: #fff;
}
.header-style-3 #search_mini_form .form-search .button-search {
  background-color: #beae59;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-3 #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
.cms-index-index .navigation > ul > li:first-child > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-4 .navigation > ul > li:first-child > a::before {
  color: #beae59;
}
.cms-index-index .header-style-4 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  color: #beae59;
}
.cms-index-index .header-style-4 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #beae59;
}
.header-style-4 {
  /*--mini cart--*/
  /*--socials--*/
}
.header-style-4 .mobile-login {
  display: none;
}
.header-style-4 .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  padding: 0 20px;
}
.header-style-4 .header-top {
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}
.header-style-4 .header-top .topleft-content {
  line-height: 39px;
}
.header-style-4 .header-top .topleft-content a {
  color: #beae59;
}
.header-style-4 .header-top .topleft-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-style-4 .header-top .header-topleft .inner {
  float: right;
}
.header-style-4 .header-top .header-topleft .inner .currency-wrapper,
.header-style-4 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.header-style-4 .header-top .header-topright .inner .livechat,
.header-style-4 .header-top .header-topright .inner .hotline {
  float: left;
}
.header-style-4 .header-top .header-topright .inner .livechat {
  margin: 4px 30px 0 0;
}
.header-style-4 .header-top .header-topright .inner .hotline span {
  font-weight: bold;
}
.header-style-4 .header-top .header-topright .inner .hotline p {
  background: url(../../frontend/Sm/furnicom/en_GB/images/hotline.png) no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  color: #444;
  margin-bottom: 0;
}
.header-style-4 .header-middle .inner {
  background-color: #f7f7f7;
  float: left;
  width: 100%;
}
.header-style-4 .header-middle #search_mini_form {
  float: left;
  padding-right: 15px;
  width: 50%;
}
.header-style-4 .header-middle #search_mini_form .form-search {
  color: #999;
  position: relative;
}
.header-style-4 .header-middle #search_mini_form .form-search i,
.header-style-4 .header-middle #search_mini_form .form-search .input-text,
.header-style-4 .header-middle #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-4 .header-middle #search_mini_form .form-search i {
  display: none;
}
.header-style-4 .header-middle #search_mini_form .form-search .input-text {
  width: auto;
  border: none;
  height: 40px;
  color: #999;
  margin: 0;
  padding-left: 60px;
  width: 100%;
  background-color: #f7f7f7;
}
.header-style-4 .header-middle #search_mini_form .form-search .input-text:focus {
  background-color: #f7f7f7;
}
.header-style-4 .header-middle #search_mini_form .form-search .button-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  background-color: #beae59;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-4 .header-middle #search_mini_form .form-search .button-search span {
  text-indent: -999em;
  display: block;
  position: relative;
}
.header-style-4 .header-middle #search_mini_form .form-search .button-search span:before {
  position: absolute;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-indent: 0;
  top: 11px;
  left: 0;
}
.header-style-4 .header-middle #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
.header-style-4 .header-bottom {
  background-color: #fff;
  padding: 25px 0;
}
.header-style-4 .header-bottom .logo-wrapper {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.header-style-4 .header-bottom .logo-wrapper h1 {
  font-size: 0;
  margin-bottom: 0;
}
.header-style-4 .header-bottom .minicart-header {
  position: absolute;
  top: 10px;
  right: 0;
}
.header-style-4 .header-bottom .navigation-action .nav-container #nav,
.header-style-4 .header-bottom .navigation-action .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  padding-left: 310px;
}
.header-style-4 .header-bottom .yt-menu .menu-under.menu-ontop {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header-style-4 .header-bottom .yt-menu .menu-under.menu-ontop .logo-wrapper {
  top: 0;
}
.header-style-4 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
}
.header-style-4 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-4 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #beae59;
  background-color: transparent;
}
.header-style-4 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #444;
  background-color: transparent !important;
}
.header-style-4 .navigation > ul {
  margin: 0;
  padding-left: 310px;
}
.header-style-4 .navigation > ul > li {
  float: left;
  margin-right: 1px;
}
.header-style-4 .navigation > ul > li.active > a,
.header-style-4 .navigation > ul > li:hover > a {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-4 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-4 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-4 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-4 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-4 .navigation > ul > li > a {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 23px;
  position: relative;
  display: inline-block;
}
.header-style-4 .navigation > ul > li > a:hover {
  color: #beae59;
}
.header-style-4 .navigation > ul li {
  position: relative;
}
.header-style-4 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-4 .navigation > ul li ul {
  padding: 0;
}
.header-style-4 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-4 .navigation > ul li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-4 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-4 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-4 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-4 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-4 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-4 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-4 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-4 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-4 .minicart-header {
  float: right;
  margin-right: 10px;
}
.header-style-4 .minicart-header .minicart-wrapper .showcart {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
}
.header-style-4 .minicart-header .minicart-wrapper .showcart i {
  display: none;
}
.header-style-4 .minicart-header .minicart-wrapper .showcart .item-info:before {
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
.header-style-4 .minicart-header .minicart-wrapper .showcart .item-info p {
  display: none;
}
.header-style-4 .minicart-header .minicart-wrapper .showcart .item-info .counter-number {
  display: block;
  color: #444;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fafaf8;
  content: #444;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
.header-style-4 .minicart-header .minicart-wrapper .showcart .item-info .counter-label,
.header-style-4 .minicart-header .minicart-wrapper .showcart .item-info .price-minicart {
  display: none;
}
.header-style-4 .minicart-header .minicart-wrapper .block-minicart {
  z-index: 99;
  /*top: 40px !important;*/
  right: -10px;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.header-style-4 .socials-header {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
}
.header-style-4 .socials-header .socials-wrap ul {
  margin: 0;
}
.header-style-4 .socials-header .socials-wrap ul li {
  float: left;
  padding: 0 10px;
}
.header-style-4 .socials-header .socials-wrap ul li a {
  color: #858585;
  font-size: 14px;
}
.header-style-4 .socials-header .socials-wrap ul li a:hover {
  color: #beae59;
}
.cms-index-index .navigation > ul > li:first-child > a {
  background-color: #beae59;
  color: #fff;
}
.cms-index-index .header-style-5 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  background-color: #beae59;
}
.cms-index-index .header-style-5 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #fff;
}
.header-style-5 {
  /*--mini cart--*/
  /*--socials--*/
}
.header-style-5 .mobile-login {
  display: none;
}
.header-style-5 .header-top {
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}
.header-style-5 .header-top .topleft-content {
  line-height: 39px;
}
.header-style-5 .header-top .topleft-content a {
  color: #beae59;
}
.header-style-5 .header-top .topleft-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-style-5 .header-top .header-topleft .inner {
  float: right;
}
.header-style-5 .header-top .header-topleft .inner .currency-wrapper,
.header-style-5 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.header-style-5 .header-top .header-topright .inner .livechat,
.header-style-5 .header-top .header-topright .inner .hotline {
  float: left;
}
.header-style-5 .header-top .header-topright .inner .hotline span {
  font-weight: bold;
}
.header-style-5 .header-top .header-topright .inner .hotline p {
  background: url('../../frontend/Sm/furnicom/en_GB/images/hotline.png') no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  color: #444;
  margin-bottom: 0;
}
.header-style-5 .header-middle {
  padding: 30px 0 25px 0;
  background-color: #fff;
}
.header-style-5 .header-middle .inner {
  background-color: #f7f7f7;
  float: left;
  width: 100%;
}
.header-style-5 .header-middle #search_mini_form {
  float: left;
  padding-right: 15px;
  width: 50%;
}
.header-style-5 .header-middle #search_mini_form .form-search {
  color: #999;
  position: relative;
}
.header-style-5 .header-middle #search_mini_form .form-search i,
.header-style-5 .header-middle #search_mini_form .form-search .input-text,
.header-style-5 .header-middle #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-5 .header-middle #search_mini_form .form-search i {
  display: none;
}
.header-style-5 .header-middle #search_mini_form .form-search .input-text {
  width: auto;
  border: none;
  height: 40px;
  color: #999;
  margin: 0;
  padding-left: 60px;
  width: 290px;
  background-color: #f7f7f7;
}
.header-style-5 .header-middle #search_mini_form .form-search .input-text:focus {
  background-color: #f7f7f7;
}
.header-style-5 .header-middle #search_mini_form .form-search .button-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  background-color: #beae59;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-5 .header-middle #search_mini_form .form-search .button-search span {
  text-indent: -999em;
  display: block;
  position: relative;
}
.header-style-5 .header-middle #search_mini_form .form-search .button-search span:before {
  position: absolute;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-indent: 0;
  top: 11px;
  left: 0;
}
.header-style-5 .header-middle #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
.header-style-5 .header-middle .livechat {
  float: right;
  position: relative;
  padding-right: 30px;
  margin-right: 15px;
}
.header-style-5 .header-middle .livechat:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 29px;
  background-color: #e4e4e4;
}
.header-style-5 .header-middle .logo-wrapper {
  text-align: center;
  margin-top: -5px;
}
.header-style-5 .header-middle .logo-wrapper h1 {
  font-size: 0;
  margin-bottom: 0;
}
.header-style-5 .header-middle .logo-wrapper a {
  display: inline-block;
}
.header-style-5 .header-bottom {
  background-color: #fff;
  padding: 0;
}
.header-style-5 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head {
  width: 56px;
  height: 48px;
}
.header-style-5 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head:before {
  left: 17px;
}
.header-style-5 .header-bottom .yt-menu .menu-under.menu-on-top {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header-style-5 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
  border-top: 1px solid #e4e4e4;
}
.header-style-5 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 {
  margin: 1px 0;
}
.header-style-5 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-5 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #fff;
  background-color: #beae59;
}
.header-style-5 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #444;
  padding: 0px 20px;
  line-height: 48px;
}
.header-style-5 .navigation > ul {
  margin: 0;
}
.header-style-5 .navigation > ul > li {
  float: left;
  margin: 1px 1px 1px 0;
}
.header-style-5 .navigation > ul > li.active > a,
.header-style-5 .navigation > ul > li:hover > a {
  color: #fff;
  background-color: #beae59;
}
.header-style-5 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-5 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-5 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-5 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-5 .navigation > ul > li > a {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 23px;
  position: relative;
  display: inline-block;
}
.header-style-5 .navigation > ul li {
  position: relative;
}
.header-style-5 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-5 .navigation > ul li ul {
  padding: 0;
}
.header-style-5 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-5 .navigation > ul li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-5 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-5 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-5 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-5 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-5 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-5 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-5 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-5 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-5 .minicart-header {
  float: right;
  margin-right: 10px;
}
.header-style-5 .minicart-header .minicart-wrapper .showcart {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
}
.header-style-5 .minicart-header .minicart-wrapper .showcart i {
  display: none;
}
.header-style-5 .minicart-header .minicart-wrapper .showcart .item-info:before {
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
.header-style-5 .minicart-header .minicart-wrapper .showcart .item-info p {
  display: none;
}
.header-style-5 .minicart-header .minicart-wrapper .showcart .item-info .counter-number {
  display: block;
  color: #444;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fafaf8;
  content: #444;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
.header-style-5 .minicart-header .minicart-wrapper .showcart .item-info .counter-label,
.header-style-5 .minicart-header .minicart-wrapper .showcart .item-info .price-minicart {
  display: none;
}
.header-style-5 .minicart-header .minicart-wrapper .mage-dropdown-dialog,
.header-style-5 .minicart-header .minicart-wrapper .block-minicart {
  z-index: 99;
  /*top: 20px !important;*/
  right: -10px;
  /*.box-shadow(0 3px 3px 2px rgba(0, 0, 0, 0.3)); */
}
.header-style-5 .socials-header {
  float: right;
  height: 48px;
  line-height: 48px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.header-style-5 .socials-header .socials-wrap ul {
  margin: 0;
}
.header-style-5 .socials-header .socials-wrap ul li {
  float: left;
  padding: 0 10px;
}
.header-style-5 .socials-header .socials-wrap ul li a {
  color: #858585;
  font-size: 14px;
}
.header-style-5 .socials-header .socials-wrap ul li a:hover {
  color: #beae59;
}
.cms-index-index .navigation > ul > li:first-child > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-6 .navigation > ul > li:first-child > a::before {
  color: #beae59;
}
.cms-index-index .header-style-6 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  color: #beae59;
}
.cms-index-index .header-style-6 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #beae59;
}
.header-style-6 {
  /* search */
  /*----mini cart pro --------*/
  /*----end mini cart pro --------*/
}
.header-style-6 .minicart-wrapper .action.showcart .counter.qty {
  padding: 0;
}
.header-style-6 .cart-wrapper .minicart-wrapper .showcart .item-info p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.header-style-6 .mobile-login {
  display: none;
}
.header-style-6 .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  padding: 0 20px;
}
.header-style-6 .header-top {
  background-color: #eee;
}
.header-style-6 .header-top .dropdown-block.block-login i,
.header-style-6 .header-top .dropdown-block a::before {
  color: #beae59;
}
.header-style-6 .header-top .topleft-content {
  line-height: 39px;
}
.header-style-6 .header-top .topleft-content a {
  color: #beae59;
}
.header-style-6 .header-top .topleft-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-style-6 .header-top .header-topleft .inner {
  float: right;
}
.header-style-6 .header-top .header-topleft .inner .currency-wrapper,
.header-style-6 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.header-style-6 .header-top .header-topright .inner .livechat,
.header-style-6 .header-top .header-topright .inner .hotline {
  float: left;
}
.header-style-6 .header-top .header-topright .inner .livechat {
  margin: 4px 0px 0 30px;
}
.header-style-6 .header-top .header-topright .inner .hotline span {
  font-weight: bold;
}
.header-style-6 .header-top .header-topright .inner .hotline p {
  background: url(../../frontend/Sm/furnicom/en_GB/images/hotline.png) no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  color: #444;
  margin-bottom: 0;
}
.header-style-6 .search-w {
  float: left;
  margin-right: 10px;
  position: relative;
}
.header-style-6 .search-w .search-button {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #444;
  color: #fff;
  text-align: center;
}
.header-style-6 .search-w .search-wrapper {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
}
.header-style-6 .search-w:hover .search-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 300px;
}
.header-style-6 #search_mini_form {
  width: 100%;
}
.header-style-6 #search_mini_form .form-search {
  color: #999;
  position: relative;
}
.header-style-6 #search_mini_form .form-search i,
.header-style-6 #search_mini_form .form-search .input-text,
.header-style-6 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-6 #search_mini_form .form-search i {
  display: none;
}
.header-style-6 #search_mini_form .form-search .input-text {
  width: auto;
  border: none;
  height: 44px;
  color: #666;
  margin: 0;
  padding-right: 60px;
  padding-left: 20px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
.header-style-6 #search_mini_form .form-search .input-text:focus {
  background-color: #f7f7f7;
}
.header-style-6 #search_mini_form .form-search .button-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 15px;
  background-color: #beae59;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border: none;
}
.header-style-6 #search_mini_form .form-search .button-search span {
  text-indent: -999em;
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
}
.header-style-6 #search_mini_form .form-search .button-search span:before {
  position: absolute;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-indent: 0;
  top: 14px;
  left: -5px;
}
.header-style-6 #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
.header-style-6 .header-bottom {
  background-color: #fff;
  padding: 28px 0;
}
.header-style-6 .header-bottom .logo-wrapper {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.header-style-6 .header-bottom .logo-wrapper h1 {
  font-size: 0;
  margin-bottom: 0;
}
.header-style-6 .header-bottom .bottom-right-w {
  position: absolute;
  top: 3px;
  right: 0;
}
.header-style-6 .header-bottom .navigation-action .nav-container #nav,
.header-style-6 .header-bottom .navigation-action .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  padding-left: 300px;
}
.header-style-6 .header-bottom .yt-menu .menu-under.menu-ontop {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header-style-6 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
}
.header-style-6 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-6 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #beae59;
  background-color: transparent;
}
.header-style-6 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #444;
  background-color: transparent !important;
}
.header-style-6 .navigation > ul {
  margin: 0;
  padding-left: 310px;
}
.header-style-6 .navigation > ul > li {
  float: left;
  margin-right: 1px;
}
.header-style-6 .navigation > ul > li.has-active > a,
.header-style-6 .navigation > ul > li.active > a,
.header-style-6 .navigation > ul > li:hover > a {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-6 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-6 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-6 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-6 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-6 .navigation > ul > li > a {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
  display: inline-block;
  background-color: transparent !important;
}
.header-style-6 .navigation > ul > li > a:hover {
  color: #beae59;
}
.header-style-6 .navigation > ul li {
  position: relative;
}
.header-style-6 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-6 .navigation > ul li ul {
  padding: 0;
}
.header-style-6 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-6 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-6 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-6 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-6 .navigation > ul li ul li.active,
.header-style-6 .navigation > ul li ul li.has-active,
.header-style-6 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-6 .navigation > ul li ul li.active:before,
.header-style-6 .navigation > ul li ul li.has-active:before,
.header-style-6 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-6 .navigation > ul li ul li.active > a,
.header-style-6 .navigation > ul li ul li.has-active > a,
.header-style-6 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-6 .navigation > ul li ul li.active > a:before,
.header-style-6 .navigation > ul li ul li.has-active > a:before,
.header-style-6 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-6 .navigation > ul li ul li.active > ul,
.header-style-6 .navigation > ul li ul li.has-active > ul,
.header-style-6 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-6.header-container .cart-wrapper .block-minicart {
  top: 50px !important;
}
.header-style-6.header-container .cart-wrapper .minicart-wrapper .showcart {
  background-color: #fff;
  color: #444;
  padding: 0;
  display: inline;
}
.header-style-6.header-container .cart-wrapper .minicart-wrapper .showcart .item-info {
  float: left;
  margin-left: 5px;
  margin-top: 0;
  text-align: left;
}
.header-style-6.header-container .cart-wrapper .minicart-wrapper .showcart .counter-label {
  color: #444;
}
.header-style-6.header-container .cart-wrapper .minicart-wrapper .showcart .counter.qty.empty {
  text-align: left;
  padding: 0;
}
.header-style-6 .cart-wrapper .minicart-wrapper .showcart i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  float: left;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #beae59;
  color: #fff;
}
.header-style-6 .minicart-header {
  float: right;
}
.header-style-6 .minicart-header .sm-cartpro .cartpro-title {
  background-color: #beae59;
  color: #fff;
  padding: 16px;
  text-align: center;
  width: 172px;
  height: 104px;
}
.header-style-6 .minicart-header .sm-cartpro .cartpro-title i {
  font-size: 22px;
}
.header-style-6 .minicart-header .sm-cartpro .cartpro-title .item-info {
  margin-top: 4px;
}
.header-style-6 .minicart-header .sm-cartpro .cartpro-title .item-info p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-6 .minicart-header .sm-cartpro .cartpro-content {
  z-index: 99;
  top: 104px;
  border-top: 3px solid #beae59;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.cms-index-index .navigation > ul > li:first-child > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-7 .navigation > ul > li:first-child > a::before {
  color: #beae59;
}
.cms-index-index .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  color: #beae59;
}
.cms-index-index .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #beae59;
}
.cms-index-index .header-style-7 .header {
  padding-bottom: 85px;
}
.header-style-7 {
  /* search */
  /*----mini cart pro --------*/
  /*----end mini cart pro --------*/
}
.header-style-7 .mobile-login {
  display: none;
}
.header-style-7 .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  padding: 0 20px;
}
.header-style-7 .header {
  background-color: #222;
}
.header-style-7 .header-top {
  border-bottom: 1px solid #373737;
  color: #aaaaaa !important;
}
.header-style-7 .header-top .livechat a,
.header-style-7 .header-top .dropdown-block > a,
.header-style-7 .header-top .dropdown-block.block-base .my-wishlist,
.header-style-7 .header-top .dropdown-block .dropdown-toggle > a {
  color: #aaaaaa;
}
.header-style-7 .header-top .dropdown-block.block-login i,
.header-style-7 .header-top .dropdown-block a::before {
  color: #beae59;
}
.header-style-7 .header-top .topleft-content {
  line-height: 39px;
}
.header-style-7 .header-top .topleft-content a {
  color: #beae59;
}
.header-style-7 .header-top .topleft-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-style-7 .header-top .header-topleft .inner {
  float: right;
}
.header-style-7 .header-top .header-topleft .inner .currency-wrapper,
.header-style-7 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.header-style-7 .header-top .header-topright .inner .livechat,
.header-style-7 .header-top .header-topright .inner .hotline {
  float: left;
}
.header-style-7 .header-top .header-topright .inner .livechat {
  margin-left: 30px;
  padding-left: 30px;
  background: url(../../frontend/Sm/furnicom/en_GB/images/livechat7.png) no-repeat left 8px;
  line-height: 39px;
}
.header-style-7 .header-top .header-topright .inner .livechat span {
  font-weight: 700;
  text-transform: uppercase;
}
.header-style-7 .header-top .header-topright .inner .hotline span {
  font-weight: 700;
}
.header-style-7 .header-top .header-topright .inner .hotline p {
  background: url(../../frontend/Sm/furnicom/en_GB/images/hotline7.png) no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  margin-bottom: 0;
}
.header-style-7 .search-w {
  float: left;
  margin-right: 10px;
  position: relative;
}
.header-style-7 .search-w .search-button {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #444;
  color: #fff;
  text-align: center;
}
.header-style-7 .search-w .search-wrapper {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
}
.header-style-7 .search-w:hover .search-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 300px;
}
.header-style-7 #search_mini_form {
  width: 100%;
}
.header-style-7 #search_mini_form .form-search {
  color: #999;
  position: relative;
}
.header-style-7 #search_mini_form .form-search i,
.header-style-7 #search_mini_form .form-search .input-text,
.header-style-7 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-7 #search_mini_form .form-search i {
  display: none;
}
.header-style-7 #search_mini_form .form-search .input-text {
  width: auto;
  border: none;
  height: 44px;
  color: #666;
  margin: 0;
  padding-right: 60px;
  padding-left: 20px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
.header-style-7 #search_mini_form .form-search .input-text:focus {
  background-color: #f7f7f7;
}
.header-style-7 #search_mini_form .form-search .button-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 15px;
  background-color: #beae59;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border: none;
}
.header-style-7 #search_mini_form .form-search .button-search span {
  text-indent: -999em;
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
}
.header-style-7 #search_mini_form .form-search .button-search span:before {
  position: absolute;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-indent: 0;
  top: 14px;
  left: -5px;
}
.header-style-7 #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
.header-style-7 .header-bottom {
  padding: 28px 0;
}
.header-style-7 .header-bottom .logo-wrapper {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.header-style-7 .header-bottom .logo-wrapper h1 {
  font-size: 0;
  margin-bottom: 0;
}
.header-style-7 .header-bottom .bottom-right-w {
  position: absolute;
  top: 3px;
  right: 0;
}
.header-style-7 .header-bottom .navigation-action .nav-container #nav,
.header-style-7 .header-bottom .navigation-action .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  padding-left: 300px;
}
.header-style-7 .header-bottom .yt-menu .menu-under.menu-ontop {
  background-color: #222;
}
.header-style-7 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
}
.header-style-7 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-7 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #beae59;
  background-color: transparent;
}
.header-style-7 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #eee;
  background-color: transparent !important;
}
.header-style-7 .navigation > ul {
  margin: 0;
  padding-left: 310px;
}
.header-style-7 .navigation > ul > li {
  float: left;
  margin-right: 1px;
}
.header-style-7 .navigation > ul > li.has-active > a,
.header-style-7 .navigation > ul > li.active > a,
.header-style-7 .navigation > ul > li:hover > a {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-7 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-7 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-7 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-7 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-7 .navigation > ul > li > a {
  color: #eee;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
  display: inline-block;
  background-color: transparent !important;
}
.header-style-7 .navigation > ul > li > a:hover {
  color: #beae59;
}
.header-style-7 .navigation > ul li {
  position: relative;
}
.header-style-7 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-7 .navigation > ul li ul {
  padding: 0;
}
.header-style-7 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-7 .navigation > ul li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-7 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-7 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-7 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-7 .navigation > ul li ul li.active,
.header-style-7 .navigation > ul li ul li.has-active,
.header-style-7 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-7 .navigation > ul li ul li.active:before,
.header-style-7 .navigation > ul li ul li.has-active:before,
.header-style-7 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-7 .navigation > ul li ul li.active > a,
.header-style-7 .navigation > ul li ul li.has-active > a,
.header-style-7 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-7 .navigation > ul li ul li.active > a:before,
.header-style-7 .navigation > ul li ul li.has-active > a:before,
.header-style-7 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-7 .navigation > ul li ul li.active > ul,
.header-style-7 .navigation > ul li ul li.has-active > ul,
.header-style-7 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-7.header-container .cart-wrapper .block-minicart {
  top: 50px !important;
}
.header-style-7.header-container .cart-wrapper .minicart-wrapper .showcart {
  background-color: #fff;
  color: #eee;
  padding: 0;
  display: inline;
}
.header-style-7.header-container .cart-wrapper .minicart-wrapper .showcart .item-info {
  float: left;
  margin-left: 5px;
  margin-top: 0;
  text-align: left;
}
.header-style-7.header-container .cart-wrapper .minicart-wrapper .showcart .counter.qty.empty {
  text-align: left;
  padding: 0;
}
.header-style-7 .cart-wrapper .minicart-wrapper .showcart i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  float: left;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #beae59;
  color: #fff;
}
.header-style-7 .minicart-header {
  float: right;
}
.header-style-7 .minicart-header .sm-cartpro .cartpro-title {
  background-color: #beae59;
  color: #fff;
  padding: 16px;
  text-align: center;
  width: 172px;
  height: 104px;
}
.header-style-7 .minicart-header .sm-cartpro .cartpro-title i {
  font-size: 22px;
}
.header-style-7 .minicart-header .sm-cartpro .cartpro-title .item-info {
  margin-top: 4px;
}
.header-style-7 .minicart-header .sm-cartpro .cartpro-title .item-info p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
}
.header-style-7 .minicart-header .sm-cartpro .cartpro-content {
  z-index: 99;
  top: 104px;
  border-top: 3px solid #beae59;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.cms-index-index .navigation > ul > li:first-child > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-8 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-8 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-8 {
  /*--mini cart--*/
  /*--socials--*/
  /*-----search box-----------*/
}
.header-style-8 .mobile-login {
  display: none;
}
.header-style-8 .header-top {
  border-bottom: 1px solid #ddd;
  background-color: #444;
}
.header-style-8 .header-top .header-topleft .inner {
  color: #fff;
  float: left;
}
.header-style-8 .header-top .header-topleft .inner .currency-wrapper,
.header-style-8 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.header-style-8 .header-top .header-topleft .inner .switcher .dropdown .switcher-trigger strong,
.header-style-8 .header-top .header-topleft .inner .switcher .dropdown .switcher-trigger strong:hover {
  color: #fff;
}
.header-style-8 .header-top .header-topleft .dropdown-block .dropdown-toggle .myaccount-link,
.header-style-8 .header-top .header-topleft .dropdown-block.block-base .my-wishlist,
.header-style-8 .header-top .header-topleft .dropdown-block .cus-btn {
  color: #fff;
}
.header-style-8 .header-top .header-topright .inner .hotline {
  float: right;
}
.header-style-8 .header-top .header-topright .inner .hotline span {
  font-weight: bold;
}
.header-style-8 .header-top .header-topright .inner .hotline p {
  background: url('../../frontend/Sm/furnicom/en_GB/images/hotline8.png') no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 0;
}
.header-style-8 .header-event {
  position: relative;
  float: right;
  padding-right: 15px;
  top: 4px;
}
.header-style-8 .header-event:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ddd;
  right: 0;
  top: 0;
}
.header-style-8 .header-event a {
  color: #d80d0d;
  font-size: 108.3%;
  font-weight: 600;
  padding-top: 5px;
  float: left;
}
.header-style-8 .header-freeship {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 0;
  margin-top: 5px;
  margin-bottom: 20px;
  clear: both;
}
.header-style-8 .header-freeship a {
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-style-8 .header-middle {
  padding: 34px 0 28px 0;
  background-color: #fff;
}
.header-style-8 .header-middle .inner {
  background-color: #f7f7f7;
  float: left;
  width: 100%;
}
.header-style-8 .header-middle .logo-wrapper {
  text-align: center;
  margin-top: 0px;
}
.header-style-8 .header-middle .logo-wrapper h1 {
  font-size: 0;
  margin-bottom: 0;
}
.header-style-8 .header-middle .logo-wrapper a {
  display: inline-block;
}
.header-style-8 .header-bottom {
  background-color: #fff;
  padding: 0;
}
.header-style-8 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head {
  width: 56px;
  height: 48px;
}
.header-style-8 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head:before {
  left: 17px;
}
.header-style-8 .header-bottom.menu-ontop .header-freeship {
  display: none;
}
.header-style-8 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
}
.header-style-8 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 {
  margin: 1px 0;
}
.header-style-8 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-8 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #222;
  background-color: transparent !important;
}
.header-style-8 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #444;
  padding: 0px 20px;
  line-height: 48px;
}
.header-style-8 .navigation > ul {
  margin: 0;
}
.header-style-8 .navigation > ul > li {
  float: left;
  margin: 1px 1px 1px 0;
}
.header-style-8 .navigation > ul > li.active > a,
.header-style-8 .navigation > ul > li:hover > a {
  color: #fff;
  color: #beae59;
  background-color: transparent !important;
}
.header-style-8 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-8 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-8 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-8 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-8 .navigation > ul > li > a {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 23px;
  position: relative;
  display: inline-block;
}
.header-style-8 .navigation > ul li {
  position: relative;
}
.header-style-8 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-8 .navigation > ul li ul {
  padding: 0;
}
.header-style-8 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-8 .navigation > ul li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-8 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-8 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-8 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-8 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-8 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-8 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-8 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-8 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-8 .minicart-header {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.header-style-8 .minicart-header .minicart-wrapper .showcart {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
}
.header-style-8 .minicart-header .minicart-wrapper .showcart i {
  display: none;
}
.header-style-8 .minicart-header .minicart-wrapper .showcart .item-info:before {
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
.header-style-8 .minicart-header .minicart-wrapper .showcart .item-info p {
  display: none;
}
.header-style-8 .minicart-header .minicart-wrapper .showcart .item-info .counter-number {
  display: block;
  color: #444;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fafaf8;
  content: #444;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
.header-style-8 .minicart-header .minicart-wrapper .showcart .item-info .counter-label,
.header-style-8 .minicart-header .minicart-wrapper .showcart .item-info .price-minicart {
  display: none;
}
.header-style-8 .minicart-header .minicart-wrapper .mage-dropdown-dialog,
.header-style-8 .minicart-header .minicart-wrapper .block-minicart {
  z-index: 99;
  /*top: 20px !important;*/
  right: -10px;
  /*.box-shadow(0 3px 3px 2px rgba(0, 0, 0, 0.3)); */
}
.header-style-8 .socials-header {
  float: right;
  height: 48px;
  line-height: 48px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.header-style-8 .socials-header .socials-wrap ul {
  margin: 0;
}
.header-style-8 .socials-header .socials-wrap ul li {
  float: left;
  padding-left: 20px;
}
.header-style-8 .socials-header .socials-wrap ul li a {
  color: #7b7b7b;
  font-size: 17px;
}
.header-style-8 .socials-header .socials-wrap ul li a:hover {
  color: #beae59;
}
.header-style-8 #search_mini_form .form-search {
  background-color: #fff;
  border: 1px solid #c3cbd5;
  color: #999;
  display: inline-block;
  -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
  box-shadow: inset 0px 0px 3px 0px #ccc;
}
.header-style-8 #search_mini_form .form-search .nested {
  display: none;
}
.header-style-8 #search_mini_form .form-search i,
.header-style-8 #search_mini_form .form-search .input-text,
.header-style-8 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-8 #search_mini_form .form-search i {
  font-size: 15px;
  width: 40px;
  height: 38px;
  line-height: 37px;
  text-align: center;
}
.header-style-8 #search_mini_form .form-search .input-text {
  width: auto;
  border-left: 1px solid #ddd !important;
  border: none;
  height: 27px;
  color: #999;
  margin: 5px 0;
  padding-left: 10px;
  width: 180px;
}
.header-style-8 #search_mini_form .form-search .input-text:focus {
  background-color: #fff;
}
.header-style-8 #search_mini_form .form-search .button-search {
  background-color: #435f88 !important;
  color: #fff;
  margin: -1px;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: none;
  font-weight: bold;
  font-size: 116.7%;
  text-transform: capitalize;
}
.header-style-8 #search_mini_form .form-search .button-search:hover {
  background-color: #444 !important;
}
.header-style-8 #search_mini_form .form-search .button-search[disabled],
.header-style-8 #search_mini_form .form-search .button-search.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style-8 #search_mini_form .form-search .button-search[disabled]:hover,
.header-style-8 #search_mini_form .form-search .button-search.disabled:hover {
  background-color: #444 !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cms-index-index .navigation > ul > li:first-child > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-9 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-9 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-9 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  top: 11px;
}
.cms-index-index .header-style-9 #scrollcontent {
  margin-top: 26px;
  float: left;
  width: 100%;
}
.cms-index-index .header-style-9 .header-top {
  position: relative;
  top: 17px;
  z-index: 9;
  background-color: transparent;
  border: none;
}
.cms-index-index .header-style-9 .header-top .header-topleft .inner .currency-wrapper,
.cms-index-index .header-style-9 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.cms-index-index .header-style-9 .header-top .header-topleft .inner .currency-wrapper .switcher .dropdown .switcher-trigger strong,
.cms-index-index .header-style-9 .header-top .header-topleft .inner .language-wrapper .switcher .dropdown .switcher-trigger strong {
  color: #fff;
}
.cms-index-index .header-style-9 .header-top .header-topleft .inner .currency-wrapper .switcher .dropdown .switcher-trigger::before,
.cms-index-index .header-style-9 .header-top .header-topleft .inner .language-wrapper .switcher .dropdown .switcher-trigger::before {
  color: #fff;
}
.cms-index-index .header-style-9 .header-top .header-topright .inner {
  float: right;
}
.cms-index-index .header-style-9 .header-top .header-topright .inner .dropdown-block .dropdown-toggle::before,
.cms-index-index .header-style-9 .header-top .header-topright .inner .dropdown-block .cus-btn {
  color: #fff;
}
.cms-index-index .header-style-9 .header-top .header-topright .inner .dropdown-block .myaccount-link {
  color: #fff;
}
.cms-index-index .header-style-9 .header-top .header-topright .inner .dropdown-block .myaccount-link:before {
  color: #fff;
}
.header-style-9 {
  /*--mini cart--*/
  /*--socials--*/
}
.header-style-9 .mobile-login {
  display: none;
}
.header-style-9 .slidershow-header {
  margin-top: -40px;
  float: left;
  width: 100%;
  position: relative;
}
.header-style-9 .slidershow-header .owl-carousel .owl-item img {
  margin: 0;
}
.header-style-9 .slidershow-header .owl-theme .owl-controls .owl-nav {
  display: none;
}
.header-style-9 .slidershow-header .scroll-btn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 116.7%;
  text-transform: uppercase;
  color: #222;
  position: absolute;
  bottom: 56px;
  left: 50%;
  margin-left: -40px;
  z-index: 10;
  background-color: #fff;
  text-align: center;
  padding-top: 25px;
}
.header-style-9 .slidershow-header .scroll-btn:before {
  position: absolute;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 28px;
  bottom: 10px;
  left: 50%;
  margin-left: -10px;
  color: #282828;
}
.header-style-9 .slidershow-header .scroll-btn:hover {
  color: #fff;
}
.header-style-9 .slidershow-header .scroll-btn:hover:before {
  color: #fff;
}
.header-style-9 .sm_megamenu_wrapper_horizontal_menu .products-grid .item .item-inner .bottom-action .btn-cart-w {
  padding-left: 40px;
  padding-right: 40px;
}
.header-style-9 .sm_megamenu_wrapper_horizontal_menu .products-grid .item .item-inner .bottom-action .btn-action.link-compare,
.header-style-9 .sm_megamenu_wrapper_horizontal_menu .products-grid .item .item-inner .bottom-action .btn-action.link-wishlist {
  width: 40px;
}
.header-style-9 .header-top {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
.header-style-9 .header-top .header-topright .dropdown-block .dropdown-list {
  right: 0;
  left: auto;
}
.header-style-9 .header-top .header-topright .inner {
  float: right;
}
.header-style-9 .header-bottom {
  background-color: #fff;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.header-style-9 .header-bottom.menu-ontop .logo-wrapper h1 {
  margin-top: 3px;
}
.header-style-9 .header-bottom.menu-ontop .navigation-action .navigation-container {
  padding-top: 5px;
}
.header-style-9 .header-bottom .logo-wrapper {
  position: absolute;
  top: 0;
}
.header-style-9 .header-bottom .logo-wrapper h1 {
  margin-bottom: 0;
  margin-top: 18px;
}
.header-style-9 .header-bottom .navigation-action {
  margin-left: 198px;
}
.header-style-9 .header-bottom .navigation-action .navigation-container {
  padding-top: 10px;
  padding-left: 50px;
  float: left;
  width: 100%;
}
.header-style-9 .header-bottom .header-bottom-right {
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 4;
}
.header-style-9 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head {
  width: 56px;
  height: 48px;
}
.header-style-9 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head:before {
  left: 17px;
}
.header-style-9 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 {
  margin: 1px 0;
}
.header-style-9 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-9 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-9 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #222;
  padding: 0px 20px;
  line-height: 48px;
}
.header-style-9 .sm_megamenu_wrapper_horizontal_menu ul > li.have-products-parent > div {
  min-width: 790px;
}
.header-style-9 .navigation > ul {
  margin: 0;
}
.header-style-9 .navigation > ul > li {
  float: left;
  margin: 1px 1px 1px 0;
}
.header-style-9 .navigation > ul > li.active > a,
.header-style-9 .navigation > ul > li:hover > a {
  color: #fff;
  color: #beae59;
  background-color: transparent !important;
}
.header-style-9 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-9 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-9 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-9 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-9 .navigation > ul > li > a {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 13px;
  position: relative;
  display: inline-block;
}
.header-style-9 .navigation > ul li {
  position: relative;
}
.header-style-9 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-9 .navigation > ul li ul {
  padding: 0;
}
.header-style-9 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-9 .navigation > ul li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-9 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-9 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-9 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-9 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-9 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-9 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-9 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-9 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-9 .minicart-header {
  float: right;
  margin-right: 10px;
}
.header-style-9 .minicart-header .minicart-wrapper .showcart {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
}
.header-style-9 .minicart-header .minicart-wrapper .showcart i {
  display: none;
}
.header-style-9 .minicart-header .minicart-wrapper .showcart .item-info:before {
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
.header-style-9 .minicart-header .minicart-wrapper .showcart .item-info p {
  display: none;
}
.header-style-9 .minicart-header .minicart-wrapper .showcart .item-info .counter-number {
  display: block;
  color: #444;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fafaf8;
  content: #444;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
.header-style-9 .minicart-header .minicart-wrapper .showcart .item-info .counter-label,
.header-style-9 .minicart-header .minicart-wrapper .showcart .item-info .price-minicart {
  display: none;
}
.header-style-9 .minicart-header .minicart-wrapper .mage-dropdown-dialog,
.header-style-9 .minicart-header .minicart-wrapper .block-minicart {
  z-index: 99;
  /*top: 20px !important;*/
  right: -10px;
  /*.box-shadow(0 3px 3px 2px rgba(0, 0, 0, 0.3)); */
}
.header-style-9 .socials-header {
  float: left;
  padding-top: 2px;
  padding-right: 10px;
}
.header-style-9 .socials-header .socials-wrap ul {
  margin: 0;
}
.header-style-9 .socials-header .socials-wrap ul li {
  float: left;
  padding: 0 8px;
}
.header-style-9 .socials-header .socials-wrap ul li a {
  color: #646464;
  font-size: 16px;
}
.header-style-9 .socials-header .socials-wrap ul li a:hover {
  color: #beae59;
}
.header-style-9 .search-w {
  float: left;
  position: relative;
}
.header-style-9 .search-w .search-button {
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-style-9 .search-w .search-button span {
  display: none;
}
.header-style-9 .search-w .search-button i {
  font-size: 16px;
  color: #999;
}
.header-style-9 .search-w .search-wrapper {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 999;
  width: 0px;
  position: absolute;
  top: 100%;
  right: -8px;
  height: 35px;
}
.header-style-9 .search-w .search-wrapper #search_mini_form .form-search .input-text {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.header-style-9 .search-w .search-wrapper .search-autocomplete {
  margin-top: 35px;
}
.header-style-9 .search-w:hover {
  cursor: pointer;
}
.header-style-9 .search-w:hover .search-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 270px;
}
.header-style-9 .search-w:hover .search-wrapper #search_mini_form .form-search .input-text {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.header-style-9 #search_mini_form {
  width: 100%;
}
.header-style-9 #search_mini_form .nested {
  display: none;
}
.header-style-9 #search_mini_form .form-search {
  color: #999;
  position: relative;
}
.header-style-9 #search_mini_form .form-search i {
  display: none;
}
.header-style-9 #search_mini_form .form-search .input-text,
.header-style-9 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-9 #search_mini_form .form-search .input-text {
  width: auto;
  border: none;
  height: 35px;
  color: #666;
  margin: 0;
  padding-right: 40px;
  padding-left: 20px;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.header-style-9 #search_mini_form .form-search .input-text:focus {
  background-color: #f7f7f7;
}
.header-style-9 #search_mini_form .form-search .button-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  font-size: 15px;
  background-color: transparent;
  line-height: 35px;
  text-align: center;
  border: none;
}
.header-style-9 #search_mini_form .form-search .button-search span {
  display: block;
  text-indent: -999em;
  position: relative;
}
.header-style-9 #search_mini_form .form-search .button-search span:before {
  position: absolute;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #222;
  text-indent: 0;
  top: 12px;
  left: -5px;
}
.header-style-9 #search_mini_form .form-search .button-search:hover {
  cursor: pointer;
}
.cms-index-index .navigation > ul > li:first-child > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-10 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a {
  color: #beae59;
  background-color: transparent !important;
}
.cms-index-index .header-style-10 .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.megamenu-home > a:before {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-10 {
  /*--mini cart--*/
  /*--socials--*/
  /*-----search box-----------*/
}
.header-style-10 .mobile-login {
  display: none;
}
.header-style-10 .header-top {
  background-color: #1b1b1b;
}
.header-style-10 .header-top .header-topleft .inner {
  color: #fff;
  float: left;
}
.header-style-10 .header-top .header-topleft .inner .currency-wrapper,
.header-style-10 .header-top .header-topleft .inner .language-wrapper {
  float: left;
}
.header-style-10 .header-top .header-topleft .inner .switcher .dropdown .switcher-trigger strong,
.header-style-10 .header-top .header-topleft .inner .switcher .dropdown .switcher-trigger strong:hover {
  color: #fff;
}
.header-style-10 .header-top .header-topleft .dropdown-block .dropdown-toggle .myaccount-link,
.header-style-10 .header-top .header-topleft .dropdown-block.block-base .my-wishlist,
.header-style-10 .header-top .header-topleft .dropdown-block .cus-btn {
  color: #fff;
}
.header-style-10 .header-top .header-topright .inner .hotline {
  float: right;
}
.header-style-10 .header-top .header-topright .inner .hotline span {
  font-weight: bold;
}
.header-style-10 .header-top .header-topright .inner .hotline p {
  background: url('../../frontend/Sm/furnicom/en_GB/images/hotline8.png') no-repeat left 8px;
  padding-left: 25px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 0;
}
.header-style-10 .header-event {
  position: relative;
  float: left;
  padding-right: 15px;
  margin-top: 9px;
  margin-left: 35px;
}
.header-style-10 .header-event:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ddd;
  right: 0;
  top: -5px;
}
.header-style-10 .header-event a {
  color: #d80d0d;
  font-size: 108.3%;
  font-weight: 600;
  float: left;
}
.header-style-10 .header-middle {
  padding: 32px 0 23px 0;
  background-color: #fff;
}
.header-style-10 .header-middle .header-middle-right {
  float: right;
}
.header-style-10 .header-middle .logo-wrapper {
  text-align: left;
  margin-top: 2px;
}
.header-style-10 .header-middle .logo-wrapper h1 {
  font-size: 0;
  margin-bottom: 0;
}
.header-style-10 .header-middle .logo-wrapper a {
  display: inline-block;
}
.header-style-10 .header-bottom {
  background-color: #fff;
  padding: 0;
}
.header-style-10 .header-bottom.menu-ontop .yt-menu .menu-under .inner {
  border-top: none;
}
.header-style-10 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head {
  width: 56px;
  height: 48px;
}
.header-style-10 .header-bottom .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head:before {
  left: 17px;
}
.header-style-10 .header-bottom.menu-ontop .header-freeship {
  display: none;
}
.header-style-10 .header-bottom .yt-menu .menu-under .inner {
  position: relative;
  border-top: 1px solid #d1d1d1;
}
.header-style-10 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head .icon_items img {
  top: 7px;
}
.header-style-10 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 {
  margin: 1px 0;
}
.header-style-10 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head,
.header-style-10 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head {
  color: #beae59;
  background-color: transparent !important;
}
.header-style-10 .header-bottom .yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  color: #222;
  padding: 2px 20px;
  line-height: 48px;
}
.header-style-10 .navigation > ul {
  margin: 0;
}
.header-style-10 .navigation > ul > li {
  float: left;
  margin: 1px 1px 1px 0;
}
.header-style-10 .navigation > ul > li.active > a,
.header-style-10 .navigation > ul > li:hover > a {
  color: #fff;
  color: #beae59;
  background-color: transparent !important;
}
.header-style-10 .navigation > ul > li ul {
  display: none;
  width: 220px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-10 .navigation > ul > li:first-child > a {
  display: block;
  width: 70px;
  height: 50px;
}
.header-style-10 .navigation > ul > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-indent: 0;
  position: absolute;
  top: 13px;
  left: 24px;
}
.header-style-10 .navigation > ul > li:first-child > a span {
  display: none;
}
.header-style-10 .navigation > ul > li > a {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.7%;
  line-height: 50px;
  padding: 0px 23px;
  position: relative;
  display: inline-block;
}
.header-style-10 .navigation > ul li {
  position: relative;
}
.header-style-10 .navigation > ul li:hover > ul {
  display: block;
}
.header-style-10 .navigation > ul li ul {
  padding: 0;
}
.header-style-10 .navigation > ul li ul li {
  padding: 3px 20px 3px 40px;
  position: relative;
}
.header-style-10 .navigation > ul li ul li:before {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.header-style-10 .navigation > ul li ul li.parent > a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  float: right;
  padding: 4px 0;
}
.header-style-10 .navigation > ul li ul li a {
  display: block;
  padding: 5px 0px;
}
.header-style-10 .navigation > ul li ul li:last-child > a {
  border: none;
}
.header-style-10 .navigation > ul li ul li:hover {
  background-color: #beae59;
}
.header-style-10 .navigation > ul li ul li:hover:before {
  background: url('../../frontend/Sm/furnicom/en_GB/images/mega-item-w.png') no-repeat;
}
.header-style-10 .navigation > ul li ul li:hover > a {
  color: #fff;
}
.header-style-10 .navigation > ul li ul li:hover > a:before {
  color: #fff;
}
.header-style-10 .navigation > ul li ul li:hover > ul {
  left: 220px;
  top: 0;
}
.header-style-10 .minicart-header {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
.header-style-10 .minicart-header .minicart-wrapper .showcart {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
}
.header-style-10 .minicart-header .minicart-wrapper .showcart i {
  display: none;
}
.header-style-10 .minicart-header .minicart-wrapper .showcart .item-info:before {
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
.header-style-10 .minicart-header .minicart-wrapper .showcart .item-info p {
  display: none;
}
.header-style-10 .minicart-header .minicart-wrapper .showcart .item-info .counter-number {
  display: block;
  color: #444;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fafaf8;
  content: #444;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
.header-style-10 .minicart-header .minicart-wrapper .showcart .item-info .counter-label,
.header-style-10 .minicart-header .minicart-wrapper .showcart .item-info .price-minicart {
  display: none;
}
.header-style-10 .minicart-header .minicart-wrapper .mage-dropdown-dialog,
.header-style-10 .minicart-header .minicart-wrapper .block-minicart {
  z-index: 99;
  right: -10px;
  /*top: 20px !important;*/
  /*.box-shadow(0 3px 3px 2px rgba(0, 0, 0, 0.3)); */
}
.header-style-10 .socials-header {
  float: right;
  height: 54px;
  line-height: 54px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.header-style-10 .socials-header .socials-wrap ul {
  margin: 0;
}
.header-style-10 .socials-header .socials-wrap ul li {
  float: left;
  padding-left: 20px;
}
.header-style-10 .socials-header .socials-wrap ul li a {
  color: #646464;
  font-size: 17px;
}
.header-style-10 .socials-header .socials-wrap ul li a:hover {
  color: #beae59;
}
.header-style-10 .search-wrapper {
  float: left;
}
.header-style-10 #search_mini_form .form-search {
  background-color: #fff;
  border: 1px solid #c3cbd5;
  color: #999;
  display: inline-block;
  -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
  box-shadow: inset 0px 0px 3px 0px #ccc;
}
.header-style-10 #search_mini_form .form-search .nested {
  display: none;
}
.header-style-10 #search_mini_form .form-search i,
.header-style-10 #search_mini_form .form-search .input-text,
.header-style-10 #search_mini_form .form-search .button-search {
  float: left;
}
.header-style-10 #search_mini_form .form-search i {
  font-size: 15px;
  width: 40px;
  height: 38px;
  line-height: 37px;
  text-align: center;
}
.header-style-10 #search_mini_form .form-search .input-text {
  width: auto;
  border-left: 1px solid #ddd !important;
  border: none;
  height: 27px;
  color: #999;
  margin: 5px 0;
  padding-left: 10px;
  width: 180px;
}
.header-style-10 #search_mini_form .form-search .input-text:focus {
  background-color: #fff;
}
.header-style-10 #search_mini_form .form-search .button-search {
  background-color: #444 !important;
  color: #fff;
  margin: -1px;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: none;
  font-weight: bold;
  font-size: 116.7%;
  text-transform: capitalize;
}
.header-style-10 #search_mini_form .form-search .button-search:hover {
  background-color: #9f9256;
}
.header-style-10 #search_mini_form .form-search .button-search[disabled],
.header-style-10 #search_mini_form .form-search .button-search.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style-10 #search_mini_form .form-search .button-search[disabled]:hover,
.header-style-10 #search_mini_form .form-search .button-search.disabled:hover {
  background-color: #9f9256;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mobile-menu {
  display: none;
}
.custom-slider {
  display: none;
}
.big_icons_home {
  width: 200px;
  margin: 0 0.8%;
}
.custom-slider .owl-stage-outer,
.sm-imageslider .owl-stage-outer {
  padding: unset !important;
}
@media (max-width: 1199px) {
  .header-style-9 .header-bottom.menu-ontop .logo-wrapper h1 {
    margin-top: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_horizontal_menu .col-right-cus .products-grid .item .item-inner .bottom-action .btn-action.btn-cart {
    padding: 0;
  }
  .header-style-1 {
    /*--button cart--*/
  }
  .header-style-1 .header-topleft {
    padding-right: 0;
  }
  .header-style-1 .dropdown-block {
    margin-left: 10px;
  }
  .header-style-1 .header-middle .header-middleright .shipping {
    display: none;
  }
  .header-style-1 .header-top .header-topright .inner .livechat {
    margin: 4px 10px 0 0;
  }
  .header-style-1 .sm_megamenu_wrapper_horizontal_menu .products-grid .item .item-inner .bottom-action .btn-action.link-compare,
  .header-style-1 .sm_megamenu_wrapper_horizontal_menu .products-grid .item .item-inner .bottom-action .btn-action.link-wishlist {
    width: 46px;
  }
  .header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .have-products-parent .col-right-cus .products-grid .item .item-inner .bottom-action .btn-action.btn-cart {
    /*padding: 0 7px;
                width: auto;*/
  }
  .header-style-2 .header.menu-ontop .inner .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
    padding: 0 5px;
  }
  .header-style-2 {
    top: 30px;
  }
  .header-style-2 .header .inner .logo-wrapper {
    width: 230px;
  }
  .header-style-2 .header.menu-on-top .inner .search-on-top {
    display: none;
  }
  .header-style-2 .header .lang-w .search-on-top {
    float: left;
  }
  .header-style-2 .header .inner .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu {
    padding-left: 230px;
  }
  .header-style-2 .header .inner .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
    padding: 0px 10px;
  }
  .header-style-2 .header .inner .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head {
    width: 50px;
    height: 50px;
  }
  .header-style-2 .header .inner .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1.megamenu-home > a.sm_megamenu_head:before {
    left: 15px;
  }
  .header-style-3 {
    /*--button cart--*/
  }
  .header-style-3 .sm_megamenu_wrapper_horizontal_menu .products-grid .item .item-inner .bottom-action .btn-action.link-compare,
  .header-style-3 .sm_megamenu_wrapper_horizontal_menu .products-grid .item .item-inner .bottom-action .btn-action.link-wishlist {
    width: 46px;
  }
  .header-style-3 .header-top .header-topright .inner .livechat {
    margin-right: 20px;
  }
  .header-style-4 .header-top .header-topright .inner .livechat {
    margin-right: 20px;
    display: none;
  }
  .header-style-4 .header-bottom .navigation-action .nav-container > ul,
  .header-style-4 .header-bottom .navigation-action .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    padding-left: 250px;
  }
  .header-style-4 .header-bottom .navigation-action .nav-container > ul li.sm_megamenu_lv1 > a.sm_megamenu_head,
  .header-style-4 .header-bottom .navigation-action .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head {
    padding: 0px 15px;
  }
  .header-style-4 .dropdown-block.block-base .links li {
    margin: 0 5px;
  }
  .header-style-7 .header-bottom,
  .header-style-6 .header-bottom {
    padding-bottom: 10px;
  }
  .header-style-7 .header-bottom .logo-wrapper,
  .header-style-6 .header-bottom .logo-wrapper {
    position: static;
    text-align: center;
    padding-bottom: 25px;
  }
  .header-style-7 .header-bottom .navigation > ul,
  .header-style-6 .header-bottom .navigation > ul,
  .header-style-7 .header-bottom .navigation-action .nav-container #nav,
  .header-style-6 .header-bottom .navigation-action .nav-container #nav,
  .header-style-7 .header-bottom .navigation-action .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu,
  .header-style-6 .header-bottom .navigation-action .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    padding-left: 0;
  }
  .header-style-7 .header-bottom .bottom-right-w,
  .header-style-6 .header-bottom .bottom-right-w {
    bottom: 5px;
    top: auto;
  }
  .header-style-7 .header-bottom .yt-menu .menu-under.menu-ontop .logo-wrapper,
  .header-style-6 .header-bottom .yt-menu .menu-under.menu-ontop .logo-wrapper {
    display: none;
  }
  .header-style-7 .header-top .header-topright .inner .livechat,
  .header-style-6 .header-top .header-topright .inner .livechat {
    display: none;
  }
  .header-style-8 .header-event {
    display: none;
  }
  .header-style-8 .minicart-header {
    margin-top: 8px;
  }
  .header-style-9 .slidershow-header .scroll-btn {
    bottom: 33px;
  }
  .header-style-9 .socials-header {
    display: none;
  }
  .header-style-9 .header-bottom .navigation-action .navigation-container {
    padding-left: 20px;
  }
  .header-style-9 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .col2-layout .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .header-style-1 .header-middle .header-middleright .shipping .inner span,
  .header-style-1 .header-middle .header-middleright .support_247 .inner span {
    display: block;
    width: 150px;
    word-wrap: break-word;
  }
  .currency-wrapper,
  .language-wrapper {
    float: left;
  }
  .owl-carousel .owl-item img {
    width: 100%;
  }
  #cpanel_wrapper #cpanel_btn {
    display: none;
  }
  .menu-larger {
    /*display: none;*/
  }
  .mobile-menu {
    display: block !important;
  }
  .btn-mobile-wrapper .btn-menu-mobile:before {
    color: #c0c0c1;
  }
  .btn-mobile-wrapper .btn-menu-mobile:hover:before {
    color: #beae59;
  }
  .header-style-1 .header-top .header-topright {
    padding-left: 0;
  }
  .header-style-3 .menu-under {
    display: none;
  }
  .cms-index-index .header-style-9 .header-top {
    position: static;
    background-color: #444;
  }
  .header-style-9 .slidershow-header {
    margin-top: 0;
  }
  .header-style-9 .slidershow-header .scroll-btn {
    display: none;
  }
  .header-style-9 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom .yt-menu .socials-header {
    display: none;
  }
  .checkout-index-index .header-style-1 .header-middle .header-middleright .shipping {
    display: none;
  }
  .header-style-1 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #fff !important;
  }
  .header-style-1 .deal-wrapper img {
    display: none;
  }
  .header-style-1 .header-topleft-inner {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .header-style-1 .header-top .header-topright {
    display: none;
  }
  .header-style-1 .header-middle .header-middleright {
    border-top: 1px solid #ddd;
  }
  .header-style-1 .header-middle .header-middleleft {
    margin-bottom: 0;
    padding-bottom: 25px;
    text-align: center;
  }
  .header-style-1 .header-middle .header-middleleft .logo-wrapper {
    float: none;
    margin-right: 0;
  }
  .header-style-1 .header-middle .header-middleleft #search_mini_form {
    position: absolute;
    z-index: 1;
    bottom: -81px;
  }
  .header-style-1 .header-middle .header-middleleft #search_mini_form .form-search .input-text {
    width: 200px;
  }
  .header-style-1 .header-middle .header-middleright {
    float: left;
    width: 100%;
  }
  .header-style-1 .header-middle .header-middleright .shipping {
    position: absolute;
    bottom: 0;
    right: 200px;
    border-left: none;
  }
  .catalog-product-view .header-style-2,
  .cms-index-index .header-style-2,
  .catalog-category-view .header-style-2 {
    top: 0px;
  }
  .header-style-2 .collapse-type .navigation-mobile {
    top: 134px;
  }
  .header-style-2 .btn-mobile {
    position: relative;
    top: 94px;
    z-index: 99;
  }
  .header-style-2 .btn-mobile .button-mobile {
    width: 62px;
    height: 55px;
    line-height: 62px;
    background: transparent;
  }
  .header-style-2 .btn-mobile .button-mobile .fa-bars {
    font-size: 25px;
  }
  .header-style-2 .btn-mobile-wrapper .btn-menu-mobile {
    color: #beae59;
  }
  .header-style-2 .header .inner .toplink-w {
    float: right;
  }
  .header-style-2 .header .inner .lang-w {
    float: right;
    clear: both;
  }
  .header-style-2 .header .inner .lang-w .lang-curr {
    float: right;
  }
  .header-style-2 .header .inner .lang-w #search_mini_form {
    float: right;
    clear: both;
    margin-top: 2px;
  }
  .header-style-3 .header-top .header-topright {
    display: none;
  }
  .header-style-3 .header-middle .header-middleleft #search_mini_form {
    width: 54%;
  }
  .header-style-3 #search_mini_form .form-search .button-search {
    padding: 0 10px;
  }
  .header-style-3 #search_mini_form .form-search .input-text {
    width: 230px;
  }
  .header-style-3 .header-top {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    background-color: #fff;
  }
  .header-style-3 .header-top .inner {
    padding-right: 15px;
  }
  .header-style-3 .header-bottom .yt-menu .socials-header {
    display: none;
  }
  .header-style-3 .nav-mobile-container .btn-mobile {
    z-index: 9;
    width: 62px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-style-3 .nav-mobile-container .btn-mobile .button-mobile {
    background: transparent !important;
  }
  .header-style-3 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
  }
  .header-style-4 .header-top .header-topright {
    display: none;
  }
  .header-style-4 .header-top {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
  }
  .header-style-4 .header-top .inner {
    padding-right: 15px;
  }
  .header-style-4 .mobile-menu {
    background-color: #eee;
  }
  .header-style-4 .nav-mobile-container .btn-mobile {
    z-index: 9;
    width: 62px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-style-4 .nav-mobile-container .btn-mobile .button-mobile {
    background: #fff !important;
  }
  .header-style-4 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
  }
  .header-style-4 .header-bottom .logo-wrapper {
    position: inherit;
  }
  .header-style-5 .header-top .header-topright {
    display: none;
  }
  .header-style-5 .socials-header {
    display: none;
  }
  .header-style-5 .header-middle .livechat {
    display: none;
  }
  .header-style-5 .header-top {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
  }
  .header-style-5 .header-top .inner {
    padding-right: 15px;
  }
  .header-style-5 .mobile-menu {
    background-color: #eee;
  }
  .header-style-5 .nav-mobile-container .btn-mobile {
    z-index: 9;
    width: 62px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-style-5 .nav-mobile-container .btn-mobile .button-mobile {
    background: #fff !important;
  }
  .header-style-5 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
  }
  .header-style-5 .header-middle .logo-wrapper {
    margin-top: -5px;
  }
  .header-style-7 .header-top,
  .header-style-6 .header-top {
    margin-top: -39px;
  }
  .header-style-7 .header-top .btn-mobile .button-mobile .fa-bars,
  .header-style-6 .header-top .btn-mobile .button-mobile .fa-bars {
    color: #fff !important;
  }
  .header-style-7 .header-top .header-topright,
  .header-style-6 .header-top .header-topright {
    display: none;
  }
  .header-style-7 .header-bottom,
  .header-style-6 .header-bottom {
    padding: 30px 0 70px;
  }
  .header-style-8 .header-event {
    display: none;
  }
  .header-style-8 .minicart-header {
    margin-top: 7px;
  }
  .header-style-8 .nav-mobile-container {
    background-color: #444;
  }
  .header-style-8 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #fff !important;
  }
  .header-style-8 .header-top {
    background-color: transparent;
    border-bottom: none;
  }
  .header-style-8 .header-top .header-topleft {
    position: static;
  }
  .header-style-8 .header-top .header-topleft .inner {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .header-style-8 .header-top .header-topright {
    display: none;
  }
  .header-style-9 .mobile-menu {
    float: left;
  }
  .header-style-9 .search-w .search-wrapper {
    right: 0;
  }
  .header-style-9 .header-topleft .inner {
    float: left;
    margin-left: 25px;
  }
  .header-style-9 .collapse-type .navigation-mobile {
    width: 270px;
    top: 39px;
  }
  .header-style-9 .header-bottom {
    border-bottom: none;
  }
  .header-style-9 .header-bottom .logo-wrapper {
    position: static;
  }
  .header-style-9 .header-bottom .logo-wrapper h1 {
    margin-top: 10px;
  }
  .header-style-10 .header-event {
    display: none;
  }
  .header-style-10 .minicart-header {
    margin-top: 7px;
  }
  .header-style-10 .nav-mobile-container {
    background-color: #1B1B1B;
  }
  .header-style-10 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #fff !important;
  }
  .header-style-10 .header-top {
    background-color: transparent;
    border-bottom: none;
  }
  .header-style-10 .header-top .header-topleft {
    position: static;
  }
  .header-style-10 .header-top .header-topleft .inner {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .header-style-10 .header-top .header-topright {
    display: none;
  }
}
@media (max-width: 767px) {
  .sm-imageslider {
    display: none;
  }
  .custom-slider {
    display: block !important;
    padding: unset !important;
  }
  .content-wrap1 {
    margin-top: 10px !important;
  }
  .catalog-product-view .col2-layout .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .homestyle5 .plazoicons .catlist .container {
    padding: 0 15px !important;
  }
  .big_icons_home {
    width: 62px;
    margin: 0 5px;
    padding: 0 5px !important;
  }
  .catlist .catlist_level_top a span {
    display: none;
  }
  .cms-page-1 .sm-imageslider {
    margin-top: 0 !important;
  }
  /*.header-middle .header-middleright .shipping,*/
  .header-style-1 .header-bottom .yt-menu .socials-header,
  .header-style-1 .header-top .header-topright,
  .header-style-1 .dropdown-block.block-base,
  .header-style-1 .dropdown-block.block-myacount {
    display: none;
  }
  .header-style-1 .header-middle .header-middleright .shipping,
  .header-style-1 .header-middle .header-middleright .support_247 {
    border-right: none;
    /*padding-right: 0 !important;*/
    padding: 5px 0 5px 30px !important;
    margin: unset !important;
  }
  .header-style-1 .header-topleft {
    padding-left: 0;
  }
  .header-style-1 .collapse-type .navigation-mobile {
    top: 55px;
  }
  .header-style-1 .nav-mobile-container {
    /*height: 55px;*/
    height: 40px;
  }
  .header-style-1 .btn-mobile {
    /*z-index: 9999999;*/
    z-index: 9;
    position: absolute;
  }
  .header-style-1 .btn-mobile .button-mobile {
    /*width: 62px;
            height: 55px;
            line-height: 62px;*/
    width: 40px;
    height: 40px;
    line-height: 52px;
    background-color: #fff;
  }
  .header-style-1 .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
    font-size: 28px;
  }
  .header-style-1 .header-top {
    background-color: #eee;
    border-bottom: none;
  }
  .header-style-1 .header-top .dropdown-block.block-login {
    line-height: 55px;
  }
  .header-style-1 .header-top .header-topleft .switcher .dropdown .switcher-trigger {
    line-height: 55px;
  }
  .header-style-1 .header-top .header-topleft .switcher .dropdown .switcher-trigger:before {
    top: 20px;
  }
  .header-style-1 .header-top .header-topleft .header-topleft-inner {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .header-style-1 .header-top .header-topleft .header-topleft-inner .Create_Account_Mobile {
    display: block !important;
  }
  .header-style-1 .header-top .header-topleft .header-topleft-inner .Create_Account_Mobile .fa-user-circle-o {
    font-size: 26px;
    color: #70a495 !important;
  }
  .header-style-1 .header-top .header-topleft .header-topleft-inner .Create_Account_Desk {
    display: none;
  }
  .header-style-1 .header-top .header-topleft-image {
    width: 90%;
    position: absolute;
  }
  .header-style-1 .header-middle {
    /*background-color: #eee;*/
    background-color: white;
    position: relative;
  }
  .header-style-1 .header-middle .header-middleleft {
    margin: 0;
    padding: 0;
    position: inherit;
  }
  .header-style-1 .header-middle .header-middleleft .logo-wrapper {
    background-color: #fff;
    height: 104px;
    width: 100%;
    margin-right: 0;
    padding-top: 28px;
  }
  .header-style-1 .header-middle .header-middleright {
    position: inherit;
  }
  .header-style-1 .header-middle .header-middleright .minicart-header {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-style-1 .header-middle .header-middleright .cart-wrapper .minicart-wrapper .showcart {
    width: 115px;
  }
  .header-style-1 .header-middle .header-middleright .shipping,
  .header-style-1 .header-middle .header-middleright .support_247 {
    padding: 19px 0 19px 35px;
    float: left;
    margin: 10px 0 10px 15px;
    display: none;
  }
  .header-style-1 .header-bottom .btn-sambar {
    display: none !important;
  }
  .header-style-1 #search_mini_form {
    float: left;
    width: 100%;
    /*margin: 30px 0 25px 0;*/
    margin: unset;
    padding: 0 10px;
  }
  .header-style-1 #search_mini_form .form-search {
    width: 100%;
    position: relative;
    border: none;
    box-shadow: none;
  }
  .header-style-1 #search_mini_form .form-search .button-search {
    text-indent: -999em;
    width: 50px;
    /*height: 50px;*/
    height: 35px;
    background-color: #beae59;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-style-1 #search_mini_form .form-search .button-search:before {
    content: "";
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 16px;
    color: #fff;
    text-indent: 0;
  }
  .header-style-1 #search_mini_form .form-search .button-search:hover {
    background-color: #9f9256;
  }
  .header-style-1 #search_mini_form .form-search .input-text {
    /*height: 50px;*/
    height: 35px;
    margin: 0;
    border-left: none !important;
  }
  .cms-page-2.catalogsearch-result-index .header-style-2,
  .cms-page-2.catalog-category-view .header-style-2 {
    position: static;
  }
  .catalog-product-view .header-style-2,
  .cms-index-index .header-style-2,
  .catalog-category-view .header-style-2 {
    position: static;
  }
  .cms-page-2 .header-style-2 {
    margin-bottom: 100px;
  }
  .cms-page-2.cms-home-style-2 .header-style-2 {
    margin-bottom: 0;
  }
  .header-style-2 {
    background-color: rgba(0, 0, 0, 0.8);
    position: inherit;
  }
  .header-style-2 .header .minicart-header .cart-wrapper .showcart {
    padding-top: 16px;
  }
  .header-style-2 .header {
    margin: 0 -15px;
  }
  .header-style-2 .header .switcher .dropdown .mage-dropdown-dialog {
    right: 0;
    left: auto;
  }
  .header-style-2 .header .nav-mobile-container {
    height: 55px;
    float: left;
  }
  .header-style-2 .header .btn-mobile {
    position: relative;
    top: 105px;
    z-index: 99;
  }
  .header-style-2 .header .btn-mobile .button-mobile {
    width: 62px;
    height: 55px;
    line-height: 62px;
    background-color: #fff;
  }
  .header-style-2 .header .btn-mobile .button-mobile .fa-bars {
    font-size: 28px;
    color: #beae59;
  }
  .header-style-2 .header .dropdown-block > a {
    color: #444;
  }
  .header-style-2 .header .inner {
    height: 104px;
  }
  .header-style-2 .header .inner .logo-wrapper {
    width: 100%;
    height: 104px;
  }
  .header-style-2 .header .inner .logo-wrapper .logo {
    float: left;
    padding-left: 10px;
    padding-top: 15px !important;
  }
  .header-style-2 .header .inner .header-right {
    top: 120px;
    width: 100%;
  }
  .header-style-2 .header .inner .header-right .lang-w .lang-curr .switcher .dropdown .switcher-trigger {
    background-color: transparent;
    color: #444;
  }
  .header-style-2 .header .inner .header-right .lang-w .search-on-top {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
  }
  .header-style-2 .header .inner .header-right #search_mini_form {
    width: 100%;
  }
  .header-style-2 .header .inner .header-right #search_mini_form .form-search {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .header-style-2 .header .inner .header-right #search_mini_form .form-search .input-text {
    width: 100%;
  }
  .header-style-2 .header .inner .header-right #search_mini_form .form-search .button-search {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-style-2 .header .inner .header-right .header-right-inner {
    margin-right: 0;
  }
  .header-style-2 .header .inner .header-right .header-right-inner .toplink-w .dropdown-block.block-myacount,
  .header-style-2 .header .inner .header-right .header-right-inner .toplink-w .dropdown-block.block-base {
    display: none;
  }
  .header-style-2 .header .inner .navigation-action {
    display: none;
  }
  .header-style-2 .header .minicart-header .cart-wrapper .block-minicart {
    /*top: 102px !important;*/
  }
  .header-style-2 .header .minicart-header .cart-wrapper .showcart {
    height: 104px;
    width: 104px;
  }
  .header-style-2 .header .minicart-header .cart-wrapper .showcart .info-minicart {
    margin-top: 0;
  }
  .header-style-2 .btn-mobile {
    width: 62px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
  }
  .header-style-2 .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
  }
  .cms-home-style-2 .sm-imageslider {
    margin-top: 100px;
  }
  .header-style-3 .header-top .header-topright {
    display: none;
  }
  .header-style-3 .header-bottom .yt-menu .socials-header,
  .header-style-3 .header-middle .header-middleright .shipping,
  .header-style-3 .header-top .header-topright,
  .header-style-3 .dropdown-block.block-base,
  .header-style-3 .dropdown-block.block-myacount {
    display: none;
  }
  .header-style-3 .collapse-type .navigation-mobile {
    top: 55px;
  }
  .header-style-3 .header-middle .header-middleleft #search_mini_form .form-search {
    border: 1px solid #ddd;
  }
  .header-style-3 .nav-mobile-container .btn-mobile .button-mobile {
    width: 62px;
    height: 55px;
    line-height: 62px;
    background-color: #fff;
    text-align: center;
  }
  .header-style-3 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
    font-size: 28px;
  }
  .header-style-3 .nav-mobile-container {
    height: 55px;
  }
  .header-style-3 .mobile-menu {
    background-color: #eee;
  }
  .header-style-3 .header-top {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
  }
  .header-style-3 .header-top .dropdown-block.block-login {
    line-height: 55px;
  }
  .header-style-3 .header-top .header-topleft .switcher .dropdown .switcher-trigger {
    line-height: 55px;
  }
  .header-style-3 .header-top .header-topleft .switcher .dropdown .switcher-trigger:before {
    top: 20px;
  }
  .header-style-3 .header-top .header-topleft .header-topleft-inner {
    float: right;
  }
  .header-style-3 .header-middle {
    position: relative;
  }
  .header-style-3 .header-middle .header-middleleft {
    margin: 0;
    padding: 0;
    position: inherit;
  }
  .header-style-3 .header-middle .header-middleleft .logo-wrapper {
    background-color: #fff;
    height: 104px;
    width: 100%;
    margin-right: 0;
    padding-top: 28px;
  }
  .header-style-3 .header-middle .header-middleright {
    position: inherit;
  }
  .header-style-3 .header-middle .header-middleright .minicart-header {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-style-3 .header-middle .header-middleright .minicart-header .cart-wrapper .minicart-wrapper .showcart {
    width: 115px;
  }
  .header-style-3 .header-bottom {
    background-color: transparent;
  }
  .header-style-3 #search_mini_form {
    float: left;
    width: 100% !important;
    margin: 30px 0;
    padding: 0 15px;
  }
  .header-style-3 #search_mini_form .form-search {
    width: 100%;
    position: relative;
    border: none;
    box-shadow: none;
  }
  .header-style-3 #search_mini_form .form-search .button-search {
    text-indent: -999em;
    width: 50px;
    height: 50px;
    background-color: #beae59;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-style-3 #search_mini_form .form-search .button-search:before {
    content: "";
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 16px;
    color: #fff;
    text-indent: 0;
  }
  .header-style-3 #search_mini_form .form-search .button-search:hover {
    background-color: #9f9256;
  }
  .header-style-3 #search_mini_form .form-search .input-text {
    height: 50px;
    margin: 0;
    border-left: none !important;
    width: auto;
  }
  .header-style-4 .header-top .header-topright {
    display: none;
  }
  .header-style-4 .socials-header,
  .header-style-4 .header-middle .header-middleright .shipping,
  .header-style-4 .header-top .header-topright,
  .header-style-4 .dropdown-block.block-base,
  .header-style-4 .dropdown-block.block-myacount {
    display: none;
  }
  .header-style-4 .collapse-type .navigation-mobile {
    top: 55px;
  }
  .header-style-4 .nav-mobile-container .btn-mobile .button-mobile {
    width: 62px;
    height: 55px;
    line-height: 62px;
    background-color: #fff;
    text-align: center;
  }
  .header-style-4 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
    font-size: 28px;
  }
  .header-style-4 .nav-mobile-container {
    height: 55px;
  }
  .header-style-4 .mobile-menu {
    background-color: #eee;
  }
  .header-style-4 .header-top {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
  }
  .header-style-4 .header-top .dropdown-block.block-login {
    line-height: 55px;
  }
  .header-style-4 .header-top .header-topleft .switcher .dropdown .switcher-trigger {
    line-height: 55px;
  }
  .header-style-4 .header-top .header-topleft .switcher .dropdown .switcher-trigger:before {
    top: 20px;
  }
  .header-style-4 .header-top .header-topleft .header-topleft-inner {
    float: right;
  }
  .header-style-4 .header-bottom .logo-wrapper {
    position: inherit;
  }
  .header-style-4 .header-middle #search_mini_form {
    width: 100%;
  }
  .header-style-4 .minicart-header {
    margin-right: 0;
  }
  .header-style-5 .header-top .header-topright {
    display: none;
  }
  .header-style-5 .header-bottom .yt-menu .socials-header,
  .header-style-5 .header-middle .header-middleright .shipping,
  .header-style-5 .header-top .header-topright,
  .header-style-5 .dropdown-block.block-base,
  .header-style-5 .dropdown-block.block-myacount {
    display: none;
  }
  .header-style-5 .collapse-type .navigation-mobile {
    top: 55px;
  }
  .header-style-5 .nav-mobile-container .btn-mobile .button-mobile {
    width: 62px;
    height: 55px;
    line-height: 62px;
    background-color: #fff;
    text-align: center;
  }
  .header-style-5 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #beae59;
    font-size: 28px;
  }
  .header-style-5 .nav-mobile-container {
    height: 55px;
  }
  .header-style-5 .mobile-menu {
    background-color: #f7f7f7;
  }
  .header-style-5 .header-top {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
  }
  .header-style-5 .header-top .dropdown-block.block-login {
    line-height: 55px;
  }
  .header-style-5 .header-top .header-topleft .switcher .dropdown .switcher-trigger {
    line-height: 55px;
  }
  .header-style-5 .header-top .header-topleft .switcher .dropdown .switcher-trigger:before {
    top: 20px;
  }
  .header-style-5 .header-top .header-topleft .header-topleft-inner {
    float: right;
  }
  .header-style-5 .header-middle .livechat {
    display: none;
  }
  .header-style-5 .header-middle {
    position: relative;
  }
  .header-style-5 .header-middle .col-xs-12 {
    position: inherit;
  }
  .header-style-5 .header-middle #search_mini_form {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .header-style-5 .header-middle #search_mini_form .form-search .input-text {
    width: 100%;
  }
  .header-style-5 .header-middle .minicart-header {
    position: absolute;
    right: 5px;
    top: 30px;
  }
  .header-style-5 .header-middle .logo-wrapper {
    text-align: left;
    padding-bottom: 35px;
  }
  .header-style-5 .header-bottom {
    display: none;
  }
  .header-style-7.header-container .minicart-header .minicart-wrapper .mage-dropdown-dialog,
  .header-style-6.header-container .minicart-header .minicart-wrapper .mage-dropdown-dialog {
    left: 0;
  }
  .header-style-7.header-container .cart-wrapper .block-minicart,
  .header-style-6.header-container .cart-wrapper .block-minicart {
    left: 0 !important;
    right: auto !important;
  }
  .header-style-7 .header-top,
  .header-style-6 .header-top {
    margin-top: -39px;
  }
  .header-style-7 .header-top .header-topright,
  .header-style-6 .header-top .header-topright {
    display: none;
  }
  .header-style-7 .header-top .header-topleft .dropdown-block.block-base,
  .header-style-6 .header-top .header-topleft .dropdown-block.block-base,
  .header-style-7 .header-top .header-topleft .dropdown-block.block-myacount,
  .header-style-6 .header-top .header-topleft .dropdown-block.block-myacount {
    display: none;
  }
  .header-style-7 .header-bottom .logo-wrapper,
  .header-style-6 .header-bottom .logo-wrapper {
    position: static;
    text-align: center;
  }
  .header-style-7 .header-bottom .bottom-right-w,
  .header-style-6 .header-bottom .bottom-right-w {
    position: static;
    margin-top: 30px;
  }
  .header-style-7 .header-bottom .bottom-right-w .search-w,
  .header-style-6 .header-bottom .bottom-right-w .search-w {
    float: right;
    margin-right: 0;
  }
  .header-style-7 .header-bottom .bottom-right-w .search-w:hover .search-wrapper,
  .header-style-6 .header-bottom .bottom-right-w .search-w:hover .search-wrapper {
    z-index: 1;
    width: 290px;
  }
  .header-style-7 .header-bottom .bottom-right-w .minicart-header,
  .header-style-6 .header-bottom .bottom-right-w .minicart-header {
    float: left;
  }
  .header-style-8 .socials-header,
  .header-style-8 .dropdown-block.block-base,
  .header-style-8 .dropdown-block.block-myacount,
  .header-style-8 .header-event,
  .header-style-8 .header-topright {
    display: none;
  }
  .header-style-8 .nav-mobile-container {
    background-color: #444;
  }
  .header-style-8 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #fff !important;
  }
  .header-style-8 #search_mini_form .form-search {
    width: 100%;
    position: relative;
  }
  .header-style-8 #search_mini_form .form-search .input-text {
    width: 100%;
  }
  .header-style-8 #search_mini_form .form-search .button-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
  }
  .header-style-8 .minicart-header {
    margin-top: -30px;
  }
  .header-style-8 .header-freeship {
    margin-top: 30px;
  }
  .header-style-8 .header-top {
    background-color: transparent;
    border-bottom: none;
  }
  .header-style-8 .header-top .header-topleft {
    position: static;
  }
  .header-style-8 .header-top .header-topleft .inner {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .header-style-8 .header-top .header-topright {
    display: none;
  }
  .header-style-8 .header-middle {
    padding: 20px 0 0 0;
  }
  .header-style-8 .header-middle .logo-wrapper {
    text-align: left;
    margin-top: 30px;
  }
  .cms-index-index .header-style-9 #scrollcontent {
    margin-top: 0;
  }
  .header-style-9 .btn-mobile .button-mobile {
    height: 40px;
  }
  .header-style-9 .socials-header,
  .header-style-9 .dropdown-block.block-myacount {
    display: none;
  }
  .header-style-9 .mobile-menu {
    float: left;
  }
  .header-style-9 .header-top .header-topright {
    height: 0;
  }
  .header-style-9 .header-top .header-topright .inner {
    position: relative;
    top: -38px;
  }
  .header-style-9 .header-topleft .inner {
    float: left;
    margin-left: 15px;
  }
  .header-style-9 .collapse-type .navigation-mobile {
    width: 270px;
  }
  .header-style-9 .header-bottom {
    border-bottom: none;
  }
  .header-style-9 .header-bottom .logo-wrapper {
    position: static;
  }
  .header-style-9 .header-bottom .logo-wrapper h1 {
    margin-top: 10px;
  }
  .header-style-9 .header-bottom .header-bottom-right {
    margin-top: -35px;
    z-index: 2;
  }
  .header-style-10 .socials-header,
  .header-style-10 .dropdown-block.block-base,
  .header-style-10 .dropdown-block.block-myacount,
  .header-style-10 .header-event,
  .header-style-10 .header-topright {
    display: none;
  }
  .header-style-10 .nav-mobile-container {
    background-color: #444;
  }
  .header-style-10 .nav-mobile-container .btn-mobile .button-mobile .fa-bars {
    color: #fff !important;
  }
  .header-style-10 #search_mini_form .form-search {
    width: 100%;
    position: relative;
  }
  .header-style-10 #search_mini_form .form-search .input-text {
    width: 100%;
  }
  .header-style-10 #search_mini_form .form-search .button-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
  }
  .header-style-10 .minicart-header {
    margin-top: -30px;
  }
  .header-style-10 .header-freeship {
    margin-top: 30px;
  }
  .header-style-10 .header-top {
    background-color: transparent;
    border-bottom: none;
  }
  .header-style-10 .header-top .header-topleft {
    position: static;
  }
  .header-style-10 .header-top .header-topleft .inner {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .header-style-10 .header-top .header-topright {
    display: none;
  }
  .header-style-10 .header-middle {
    padding: 0;
  }
  .header-style-10 .header-middle .logo-wrapper {
    text-align: left;
    margin-top: 30px;
  }
  .header-style-10 .header-middle .header-middle-right {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .header-style-10 .header-middle .header-middle-right .search-wrapper {
    width: 100%;
  }
  .header-style-10 .header-middle .header-middle-right .minicart-header {
    margin-top: -107px;
    float: right;
  }
}
@media (max-width: 480px) {
  .login-moile {
    display: block;
  }
  .login-popup {
    display: none;
  }
  .header-container .cart-wrapper .minicart-wrapper .block-minicart {
    width: 300px !important;
    padding: 20px 15px;
  }
  .sm-cartpro .block-minicart {
    right: -10px !important;
    width: 300px !important;
    padding: 15px 10px;
    /*top: 100px;*/
  }
  .sm-cartpro .block-minicart .button {
    padding: 0 15px;
  }
  .header-style-2 .sm-cartpro .block-minicart {
    width: 300px;
    padding: 15px 10px;
  }
  .header-style-2 .sm-cartpro .block-minicart .button {
    padding: 0 15px;
  }
  .header-style-2 .header .inner .logo-wrapper .logo {
    padding-left: 0;
  }
  .header-style-2 .sm-cartpro .block-minicart {
    width: 300px;
    padding: 15px 10px;
    /*top: 100px;*/
  }
  .header-style-2 .sm-cartpro .block-minicart .button {
    padding: 0 15px;
  }
  .header-style-9 .search-w {
    display: none;
  }
}
/*.ltabs-item-slide:nth-child(3) .lt-item-product .item-inner .box-info .product-name .product-anchor-name{
	text-overflow: ellipsis;
	width: 16ch;
	max-width: 16ch;
	overflow: hidden;
	display: inline-block;
}*/
.ltabs-item-slide .lt-item-product:nth-child(3) .super-category-product-name {
  white-space: nowrap;
  max-width: 120px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev,
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next {
  left: 0;
}
#yt-totop {
  position: fixed;
  bottom: 25px;
  right: 17px;
  background-color: #666666;
  border: 3px solid #ddd;
  color: #dddddd;
  display: inline-block;
  line-height: 43px;
  text-align: center;
  width: 46px;
  height: 46px;
  z-index: 30;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
#yt-totop:hover {
  background-color: #444;
}
#yt-totop:before {
  content: '\f062';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.homepage-wrapper .boxed-container {
  margin: 30px 0;
}
img.img-static {
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
img.img-static:hover {
  opacity: 0.8;
}
.static-image-1 .block-subscribe {
  background: #262e31;
  color: #fff;
  padding: 30px 40px;
  margin-bottom: 30px !important;
}
.static-image-1 .block-subscribe .title-home {
  border: 0;
  padding: 0;
  margin: 0;
}
.static-image-1 .block-subscribe .title-home:before {
  background: none;
  width: auto;
  height: auto;
  position: relative;
  content: '\f1d8';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  bottom: auto;
  margin-right: 20px;
}
.static-image-1 .block-subscribe .title-home h2 {
  color: #f9f9f9;
}
.static-image-1 .block-subscribe .desc {
  font-size: 92.86%;
  padding: 28px 0;
}
.static-image-1 .block-subscribe .input-box input {
  height: 50px;
  font-size: 92.86%;
  float: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #8a96a2;
  padding: 0 20px;
  line-height: 50px;
  margin-bottom: 5px;
}
.static-image-1 .block-subscribe button.subscribe {
  margin-top: 25px;
  width: 140px;
  font-size: 85.70999999999999%;
  height: 41px;
  text-transform: uppercase;
}
.latest-post-block .slider-latest-blog .slider-blog {
  padding-top: 25px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .date-blog {
  float: left;
  width: 75px;
  padding-right: 25px;
  text-align: right;
  font-weight: 700;
  color: #beae59;
  text-transform: uppercase;
}
.latest-post-block .slider-latest-blog .slider-blog .item .date-blog .big-txt {
  font-size: 353.84%;
  line-height: 36px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .date-blog .normal-txt {
  font-size: 107.69%;
  line-height: 17px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog {
  margin-left: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 90px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle {
  padding-top: 2px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 {
  font-size: 107.14%;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate {
  width: 70px;
  height: 70px;
  display: inline-block;
  background: #c8c8c8;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate .date {
  font-size: 214.29%;
  font-weight: bold;
  line-height: 89%;
  display: inline-block;
  width: 100%;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate .month {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postContent {
  font-size: 92.86%;
  color: #262e31;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li {
  float: left;
  color: #999999;
  font-size: 92.3%;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li:first-child {
  margin-right: 20px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a {
  color: #999999;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a:hover {
  color: #beae59;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-user:after {
  content: "|";
  margin-left: 10px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-cat:before {
  content: '\f07c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
  padding-top: 40px;
  margin-left: -3px;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
  display: inline-block;
  color: #beae59;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: uppercase;
  font-size: 85.70999999999999%;
  font-weight: bold;
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
  color: #9f9256;
}
.brand-block .list-brands {
  list-style: none;
  margin: 0 -15px;
}
.brand-block .list-brands li {
  margin-bottom: 30px;
  width: 20%;
}
.brand-block .list-brands li a {
  display: block;
  border: 1px solid #e8e8e8;
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  overflow: hidden;
}
.brand-block .list-brands li a img {
  width: 100%;
}
.brand-block .list-brands li a:hover {
  border-color: #beae59;
}
.cms-index-index .page-main {
  padding-bottom: 0;
  padding-top: 0;
}
.box-margin-bottom {
  margin-bottom: 30px;
}
.super-items-inner .owl-stage .owl-item .ltabs-item-slide .lt-item-product:first-child .box-image {
  padding: 15px 15px;
}
.cms-page-1 .sm-imageslider {
  margin-top: -50px;
}
.cms-page-1 .sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -103px;
}
.homestyle1 {
  /*-----banner infos----*/
  /*----testimonial--*/
  /*-----static 6 content ----*/
  /*----latest blog-----------*/
}
.homestyle1 .wrap-content1 {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.homestyle1 .wrap-content1 .slider-deal-w {
  border-right: 1px solid #ddd;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal {
  width: 37%;
  float: left;
  background-color: #beae59;
  color: #fff;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal h2 {
  font-size: 166.7%;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px 0 24px 30px;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal h2 span {
  font-weight: bold;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner {
  padding: 30px;
  display: inline-block;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner p {
  margin: 0px 0 30px 0;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a {
  float: left;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a:hover img {
  -webkit-box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .deal-slider {
  width: 63%;
  float: left;
  background-color: #fff;
  padding-right: 15px;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav {
  position: absolute;
  right: 10px;
  bottom: 33px;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div {
  margin: 0 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.next:before,
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.prev:before,
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item {
  text-align: center;
  padding-left: 30px;
  margin-bottom: 0;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner {
  border: none;
  width: 100%;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image-container {
  display: inline-block;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  background-color: #fff;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product {
  border: 1px solid #ddd;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  line-height: 110%;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .num-time {
  font-size: 116.7%;
  font-weight: bold;
  color: #beae59;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .title-time {
  font-size: 83.333%;
  text-transform: uppercase;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time.time-secs {
  border-bottom: none;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-new {
  display: none;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
  right: 0px;
  top: 20px;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image img {
  width: auto;
  margin: auto;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .sm_quickview_handler {
  display: none !important;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info {
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  position: relative;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #444;
  font-size: 116.7%;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
  font-weight: bold;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .price-box {
  height: 23px;
  margin-bottom: 0;
  display: inline-block;
}
.homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .product-reviews-summary {
  margin: 0;
}
.homestyle1 .wrap-content1 .products-w {
  padding-left: 0;
}
.homestyle1 .wrap-content1 .products-w p {
  margin: 0;
}
.homestyle1 .wrap-content1 .products-w .block .block-title {
  padding: 30px 0 10px 20px;
  font-size: 166.7%;
  text-transform: uppercase;
  color: #444;
  line-height: 100%;
}
.homestyle1 .wrap-content1 .products-w .block-content .item .item-inner {
  border-top: 1px solid #ddd;
  padding: 20px 10px 0 20px;
}
.homestyle1 .wrap-content1 .products-w .block-content .item .item-inner .box-image {
  width: 90px;
}
.homestyle1 .wrap-content1 .products-w .block-content .item .item-inner .box-info {
  margin-left: 110px;
}
.homestyle1 .wrap-content1 .products-w .block-content .item .item-inner .box-info .ratings {
  margin: 0;
}
.homestyle1 .wrap-content2 {
  background-color: #fff;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .homestyle1 .wrap-content2 {
    margin-top: -150px;
    padding-top: 150px;
  }
}
.homestyle1 .wrap-content3 {
  background-color: #fff;
}
.homestyle1 .banner1-w {
  padding: 0 15px;
}
.homestyle1 .banner1-w .banner {
  width: 33.333%;
  float: left;
}
.homestyle1 .banner1-w .banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle1 .block-slider-basic-product .basic-products-slider {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.homestyle1 .block-slider-basic-product .basic-products-slider .products-grid .item,
.homestyle1 .block-slider-basic-product .basic-products-slider .products-list .item {
  margin-bottom: 0;
}
.homestyle1 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle1 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-prev {
  left: 13px;
}
.homestyle1 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-next {
  right: 13px;
}
.homestyle1 .block-slider-basic-product .basic-products-slider:hover .owl-theme .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle1 .block-slider-basic-product .title-home {
  text-align: center;
}
.homestyle1 .block-slider-basic-product .title-home h2 {
  padding: 5px 0;
  font-size: 166.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  font-weight: 300;
}
.homestyle1 .block-slider-basic-product .title-home strong {
  color: #beae59;
  font-weight: 700;
}
.homestyle1 .basic-products-slider .products-grid .item .item-inner {
  margin-bottom: 1px;
}
.homestyle1 .basic-products-slider .products-grid .item .item-inner .box-image .product-image img {
  transform-style: unset;
}
.homestyle1 .banner-infos {
  background-color: #49ccf3;
  float: left;
  width: 100%;
}
.homestyle1 .banner-infos .banner-info {
  float: left;
}
.homestyle1 .banner-infos .banner-info img {
  float: left;
}
.homestyle1 .banner-infos .banner-info .banner-cont {
  color: #fff;
  float: left;
  margin-top: 30px;
  padding-left: 10px;
  /*a::before {
                  color: #fff;
                  content: attr(data-hover);
                  position: absolute;
                  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
                  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
                  transition: transform 0.3s, opacity 0.3s;
                }

                a:hover::before,
                a:focus::before {
                  -webkit-transform: scale(0.9);
                  -moz-transform: scale(0.9);
                  transform: scale(0.9);
                  .opacity(0);
                }*/
}
.homestyle1 .banner-infos .banner-info .banner-cont a {
  font-weight: bold;
  font-size: 133.3%;
  text-shadow: none;
  color: #fff;
}
.homestyle1 .banner-infos .banner-info .banner-cont a:hover {
  color: #EE5D52;
}
.homestyle1 .banner-infos .banner-info.banner-info3,
.homestyle1 .banner-infos .banner-info.banner-info1 {
  width: 30%;
  padding: 19px;
}
.homestyle1 .banner-infos .banner-info.banner-info2 {
  position: relative;
  width: 40%;
}
.homestyle1 .banner-infos .banner-info.banner-info2 .inner {
  background-color: #13b5e6;
  padding: 19px;
  margin: 0 41px;
  float: left;
  width: 83%;
}
.homestyle1 .banner-infos .banner-info.banner-info2:before {
  width: 0
;
  height: 0
;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-right: 40px solid #13b5e6;
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
}
.homestyle1 .banner-infos .banner-info.banner-info2:after {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 40px solid #13b5e6;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.homestyle1 .testimonial-wrap {
  background: url('../../frontend/Sm/furnicom/en_GB/images/bg-testimonial.jpg') no-repeat top center;
}
.homestyle1 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
  padding: 120px 130px;
}
.homestyle1 .testimonial-wrap .testimonials .owl-controls .owl-nav > div {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.homestyle1 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  background-color: #beae59;
}
.homestyle1 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.homestyle1 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.homestyle1 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  left: 15px;
}
.homestyle1 .testimonial-wrap .testimonial-slider .item img {
  width: auto;
  float: left;
}
.homestyle1 .testimonial-wrap .testimonial-slider .item .item-inner {
  background-color: #141413;
  color: #fff;
  position: relative;
  font-size: 116.7%;
  font-style: italic;
  padding: 27px 30px;
  margin-left: 127px;
}
.homestyle1 .testimonial-wrap .testimonial-slider .item .item-inner:before {
  width: 0
;
  height: 0
;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #141413;
  position: absolute;
  content: "";
  top: 28px;
  left: -8px;
}
.homestyle1 .testimonial-wrap .testimonial-slider .item .item-inner .client-des {
  position: relative;
  margin: 0 0 0 35px;
  line-height: 20px;
}
.homestyle1 .testimonial-wrap .testimonial-slider .item .item-inner .client-des:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -33px;
  top: 0;
}
.homestyle1 .testimonial-wrap .testimonial-slider .item .item-inner .client-name {
  margin: 8px 0 0 35px;
}
.homestyle1 .testimonial-wrap .testimonial-slider .item .item-inner .client-name strong {
  text-transform: uppercase;
}
.homestyle1 .static-content-wrap {
  margin: 0 -5px;
  padding: 40px 0;
  display: inline-block;
}
.homestyle1 .static-content-wrap .static-content {
  float: left;
  width: 33.333%;
  padding: 0 5px;
  /*.content3-1,
            .content3-2,
            .content2-2,
            .content1-2{
              .banner-effect-hover();
            }*/
  /*.content1-1{
              .inner{
                padding-top: 140px;
              }
            }
            .content1-2{
              .inner{
                padding-top: 50px;
              }
            }
            .content2-2{
              .inner{
                padding-top: 135px;
              }
            }
            .content3-1{
              .inner{
                padding-top: 94px;
              }
            }
            .content3-2{
              .inner{
                padding-top: 90px;
              }
            }*/
}
.homestyle1 .static-content-wrap .static-content .h-margin {
  margin-bottom: 10px;
}
.homestyle1 .static-content-wrap .static-content img {
  width: 100%;
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
  .homestyle1 .static-content-wrap .static-content .h-cont.content2-2 img {
    min-height: 502px;
  }
}
.homestyle1 .static-content-wrap .static-content .h-cont {
  position: relative;
  overflow: hidden;
}
.homestyle1 .static-content-wrap .static-content .h-cont:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homestyle1 .static-content-wrap .static-content .h-cont .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.5) translate(-50%, -50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.homestyle1 .static-content-wrap .static-content .h-cont .inner .title-home {
  text-align: center;
  margin-bottom: 10px;
}
.homestyle1 .static-content-wrap .static-content .h-cont .inner .title-home h2 {
  padding: 4px 0;
  font-size: 200%;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.homestyle1 .static-content-wrap .static-content .h-cont .inner ul li a {
  color: #fff;
  font-size: 116.7%;
  padding-top: 5px;
  display: inline-block;
}
.homestyle1 .static-content-wrap .static-content .h-cont .inner ul li a:hover {
  color: #beae59;
}
.homestyle1 .static-content-wrap .static-content .h-cont:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homestyle1 .static-content-wrap .static-content .h-cont:hover .inner {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1) translate(-50%, -50%);
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 {
  padding: 40px 30px 25px;
  text-align: center;
  background-color: #fff;
}
.homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .title-home {
  margin-bottom: 24px;
  text-align: center;
}
.homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .title-home h2 {
  padding: 5px 0;
  font-size: 166.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  font-weight: 300;
}
.homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .title-home strong {
  color: #beae59;
  font-weight: 700;
}
.homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .desc {
  margin-bottom: 24px;
}
.homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .btn-viewall {
  font-size: 116.7%;
  color: #fff;
  padding: 7px 20px;
}
.homestyle1 .latest-blog-wrap .title-home {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.homestyle1 .latest-blog-wrap .title-home h2 {
  padding: 5px 0;
  font-size: 166.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  font-weight: 300;
}
.homestyle1 .latest-blog-wrap .title-home strong {
  color: #beae59;
  font-weight: 700;
}
.homestyle1 .latest-blog-wrap .latest-blog .item {
  float: left;
  width: 50%;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
  width: 50%;
  position: relative;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog {
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  left: 25px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .big-txt {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 100%;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .normal-txt {
  font-size: 83.333%;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
  padding: 0 30px;
  width: 50%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: 203px;
  }
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
  font-size: 100%;
  padding-bottom: 15px;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle a {
  font-size: 116.7%;
  font-weight: bold;
  text-transform: uppercase;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .info-post {
  display: none;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
  color: #beae59;
  text-transform: uppercase;
  padding-top: 7px;
  float: left;
}
.homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
  color: #9f9256;
}
.homestyle1 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog,
.homestyle1 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog {
  float: left;
}
.homestyle1 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog:after,
.homestyle1 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
}
.homestyle1 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .info-blog,
.homestyle1 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .info-blog {
  float: left;
}
.homestyle1 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
.homestyle1 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
  float: right;
}
.homestyle1 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog:before,
.homestyle1 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  z-index: 1;
}
.homestyle1 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
.homestyle1 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
  float: right;
  padding-top: 30px;
}
.cms-home-style-2 .sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -30px;
}
.cms-home-style-2 .sm-imageslider .owl-theme .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.cms-home-style-2 .sm-imageslider .owl-theme .owl-controls .owl-nav {
  display: none;
}
.cms-home-style-2 .banner1-w {
  margin-top: 10px;
}
.cms-home-style-2 .banner1-w .banner {
  width: 33.333333%;
  float: left;
}
.cms-home-style-2 .banner1-w .banner a {
  display: block;
}
.cms-home-style-2 .banner1-w .banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle2 {
  /*.banner1-w{
      margin-top: 0px;
      .banner{
        width: 33.333333%;
        float: left;
        a{
          .banner-hover();
          display: block;
        }
      }
    }*/
  /*--slider New Arrivals--*/
  /*---Best sellers---*/
  /*---tab listing---*/
  /*---banner---*/
  /*---daily deals---*/
  /*----latest blog-----------*/
}
.homestyle2 .sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -30px;
}
.homestyle2 .sm-imageslider .owl-theme .owl-controls .owl-nav {
  display: none;
}
.homestyle2 .products-grid .item .item-inner {
  border: none;
}
.homestyle2 .title-home {
  margin-bottom: 40px;
}
.homestyle2 .title-home h2 {
  font-size: 166.7%;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.homestyle2 .title-home h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle2 .slider-basic-w {
  position: relative;
}
.homestyle2 .slider-basic-w .owl-carousel {
  position: inherit;
}
.homestyle2 .slider-basic-w .title-home {
  margin-bottom: 45px;
}
.homestyle2 .sm-basic-products {
  margin-bottom: 10px;
}
.homestyle2 .sm-basic-products .row-item .item {
  margin-bottom: 30px;
  width: 25%;
  float: left;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls {
  position: absolute;
  top: 6px;
  right: 0;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  border: none !important;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle2 .sm-basic-products .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle2 .list-basic-w {
  background: url(../../frontend/Sm/furnicom/en_GB/images/bg-bestseller.jpg) no-repeat top center;
  padding: 70px 0;
}
.homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .box-image {
  width: 100px;
  float: left;
  border: 1px solid #ddd;
}
.homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .box-image:hover {
  border-color: #beae59;
}
.homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .box-info {
  margin-left: 120px;
  padding-right: 10px;
}
.homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .box-info .product-name {
  font-size: 116.7%;
  font-weight: 700;
  text-transform: uppercase;
}
.homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .box-info .product-reviews-summary .reviews-actions {
  display: none;
}
.homestyle2 .list-basic-w .list-basic-products {
  margin-bottom: 0;
  padding: 40px 20px;
  width: 50%;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4);
}
.homestyle2 .list-basic-w .list-basic-products .title-home {
  margin-bottom: 0;
}
.homestyle2 .list-basic-w .list-basic-products .block-content {
  margin-top: 18px;
}
.homestyle2 .list-basic-w .list-basic-products .block-content .item {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.homestyle2 .list-basic-w .list-basic-products .block-content .item .price-box p {
  margin: 0;
}
.homestyle2 .listingtab-wrapper {
  margin-top: 40px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs {
  position: relative;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  padding-bottom: 45px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
  float: left;
  margin-right: 25px;
  line-height: 100%;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  font-size: 166.7%;
  position: relative;
  line-height: 100%;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
  color: #444;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:first-child .ltabs-tab-label:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover .ltabs-tab-label {
  cursor: pointer;
  color: #444;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-carousel {
  position: inherit;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item {
  padding: 0;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
  margin-bottom: 30px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
  position: absolute;
  top: 0;
  right: 0;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  border: none !important;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .owl-carousel .owl-item img {
  transform-style: inherit;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  margin-bottom: 10px;
}
.homestyle2 .listingtab-wrapper .sm-listing-tabs .products-grid .item .item-inner .box-info .price-box {
  margin-top: 3px;
}
.homestyle2 .banner2 {
  margin-top: 0px;
}
.homestyle2 .banner2 a {
  position: relative;
  display: block;
}
.homestyle2 .banner2 a:before {
  bottom: 30px;
  content: "";
  left: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.homestyle2 .banner2 a:hover:before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
  right: 0;
  top: 0;
}
.homestyle2 .static-categories {
  background: url("../../frontend/Sm/furnicom/en_GB/images/home2-cate-bg.jpg") no-repeat;
  background-size: 100% 100%;
  float: left;
}
.homestyle2 .static-categories .static-cate {
  width: 33.333333%;
  float: left;
}
.homestyle2 .static-categories .static-cate a {
  font-size: 116.7%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/home2-cate-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 100%;
  padding-top: 94px;
  text-align: center;
  height: 135px;
}
.homestyle2 .static-categories .static-cate a:hover {
  background-color: #beae59;
}
.homestyle2 .static-categories .static-cate-2 a {
  background-position: -158px 0;
}
.homestyle2 .static-categories .static-cate-3 a {
  background-position: -316px 0;
}
.homestyle2 .static-categories .static-cate-4 a {
  background-position: 0px -135px;
}
.homestyle2 .static-categories .static-cate-5 a {
  background-position: -158px -135px;
}
.homestyle2 .static-categories .static-cate-6 a {
  background-position: -316px -135px;
}
.homestyle2 .static-categories .static-cate-7 a {
  background-position: 0 -270px;
}
.homestyle2 .static-categories .static-cate-8 a {
  background-position: -158px -270px;
}
.homestyle2 .static-categories .static-cate-9 a {
  background-position: -316px -270px;
}
.homestyle2 .dailydeal-wrap {
  background-color: #fff;
  margin-top: 40px;
}
.homestyle2 .deal-wrapper .title-deal {
  display: none;
}
.homestyle2 .deal-wrapper .sm-deals {
  background-color: #fff;
  padding-right: 0px;
}
.homestyle2 .deal-wrapper .sm-deals .owl-nav {
  float: right;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div {
  margin: 0 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div.next:before,
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div.prev:before,
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle2 .deal-wrapper .sm-deals .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle2 .deal-wrapper .products-grid .item {
  padding: 0;
  float: left;
  width: 100%;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner {
  border: none;
  float: left;
  position: relative;
  width: 100%;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 101px;
  height: 101px;
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/dailydeal.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner .product-reviews-summary {
  margin: 0;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product {
  border: 1px solid #ddd;
  float: left;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time {
  border-right: 1px solid #ddd;
  padding: 13px 15px;
  float: left;
  text-align: center;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time .num-time {
  font-size: 116.7%;
  font-weight: bold;
  color: #beae59;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time .title-time {
  text-transform: uppercase;
}
.homestyle2 .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time.time-secs {
  border-right: none;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info {
  padding: 100px 0 0 0px;
  margin-left: 44%;
  text-align: left;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .deals-description {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 25px;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .deals-description:before {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  background-color: #ddd;
  width: 100px;
  height: 1px;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #444;
  font-size: 116.7%;
  font-weight: bold;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .product-name a {
  white-space: nowrap;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .ratings .rating-box {
  position: relative;
  top: 5px;
  margin: 0 auto;
  float: left;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .ratings .amount {
  display: none;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .no-rating,
.homestyle2 .deal-wrapper .products-grid .item .box-info .ratings {
  height: 20px;
  margin: 3px 0px 4px;
  line-height: 20px;
}
.homestyle2 .deal-wrapper .products-grid .item .box-info .price-box {
  height: 23px;
  margin-bottom: 0;
  display: inline-block;
}
.homestyle2 .deal-wrapper .products-grid .item .box-image {
  margin-right: 20px;
  width: 44%;
  float: left;
  padding-top: 50px;
}
.homestyle2 .deal-wrapper .products-grid .item .box-image .label-product.label-sale {
  top: 20px;
}
.homestyle2 .deal-wrapper .products-grid .item .box-image .label-product.label-new {
  display: none;
}
.homestyle2 .deal-wrapper .products-grid .item .box-image .product-image img {
  width: auto;
  margin: auto;
}
.homestyle2 .deal-wrapper .products-grid .item .box-image .sm_quickview_handler {
  display: none !important;
}
.homestyle2 .latest-blog-wrap2 {
  float: left;
}
.homestyle2 .latest-blog-wrap2 .title-home {
  padding-top: 40px;
  padding-bottom: 5px;
}
.homestyle2 .latest-blog-wrap2 .title-home h2 {
  font-size: 166.7%;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.homestyle2 .latest-blog-wrap2 .title-home h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle2 .latest-blog-wrap2 .title-home h2 {
  line-height: 100%;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .blog-item-content .image-blog a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle2 .latest-blog-wrap2 .latest-blog .info-blog {
  padding: 30px;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .info-blog .postTitle {
  font-size: 100%;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .info-blog .postTitle a {
  font-size: 133.3%;
  font-weight: bold;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  line-height: 22px;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .info-blog .postTitle a:hover {
  color: #beae59;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .first-post {
  width: 50%;
  float: left;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .first-post .info-blog {
  background-color: #beae59;
  color: #fff;
  height: 190px;
  position: relative;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .first-post .info-blog:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #beae59;
  position: absolute;
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .first-post .info-blog .postTitle a {
  color: #fff;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .first-post .info-blog .postTitle a:hover {
  color: #fff;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post {
  width: 50%;
  float: left;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .image-blog img {
  height: 190px;
  width: 100%;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .info-blog {
  background-color: #fff;
  height: 190px;
  position: relative;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .info-blog:hover {
  background-color: #444;
  color: #fff;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .info-blog:hover .postTitle a {
  color: #fff;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-1 {
  width: 50%;
  float: left;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-1 .info-blog:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-1 .info-blog:hover:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #444;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 {
  float: left;
  width: 50%;
  position: relative;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 .blog-item-content .info-blog {
  position: absolute;
  top: 0;
  right: 0;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 .blog-item-content .info-blog:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 .blog-item-content .info-blog:hover:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #444;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 .blog-item-content .image-blog {
  margin-top: 190px;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-3 .blog-item-content .info-blog {
  float: left;
  width: 50%;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-3 .blog-item-content .info-blog:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  position: absolute;
  content: "";
  left: -7px;
  top: 50%;
  margin-top: -7px;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-3 .blog-item-content .info-blog:hover:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #444;
}
.homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-3 .blog-item-content .image-blog {
  float: left;
  width: 50%;
}
.cms-page-3.cms-index-index .col-main {
  background-color: #fff;
}
.custom-slider-img-w .owl-theme .owl-controls .owl-dots {
  margin-top: -100px;
}
.custom-slider-img .owl-item {
  float: left;
}
.custom-slider-img .owl-item .item {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom-slider-img .item {
  float: left;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.custom-slider-img .item img {
  width: 100% !important;
}
.homestyle3 {
  /*-----banner infos----*/
  /*----banner----*/
  /*---tab listing---*/
  /*---tab listing 2---*/
  /*----testimonial--*/
  /*----3 slider basic products----*/
  /*----latest blog-----------*/
  /*------brands tab----------*/
}
.homestyle3 .owl-carousel .owl-item img {
  transform-style: unset;
}
.homestyle3 .banner-infos {
  background-color: #49ccf3;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
.homestyle3 .banner-infos .banner-info {
  float: left;
}
.homestyle3 .banner-infos .banner-info img {
  float: left;
}
.homestyle3 .banner-infos .banner-info .banner-cont {
  color: #fff;
  float: left;
  margin-top: 30px;
  padding-left: 10px;
}
.homestyle3 .banner-infos .banner-info .banner-cont a {
  font-weight: bold;
  font-size: 133.3%;
  color: #EE5D52;
  text-shadow: none;
}
.homestyle3 .banner-infos .banner-info .banner-cont a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.homestyle3 .banner-infos .banner-info .banner-cont a:hover::before,
.homestyle3 .banner-infos .banner-info .banner-cont a:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle3 .banner-infos .banner-info.banner-info3,
.homestyle3 .banner-infos .banner-info.banner-info1 {
  width: 30%;
  padding: 19px;
}
.homestyle3 .banner-infos .banner-info.banner-info2 {
  position: relative;
  width: 40%;
}
.homestyle3 .banner-infos .banner-info.banner-info2 .inner {
  background-color: #13b5e6;
  padding: 19px;
  margin: 0 41px;
  float: left;
  width: 83%;
}
.homestyle3 .banner-infos .banner-info.banner-info2:before {
  content: "";
  width: 41px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/bg-banner.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.homestyle3 .banner-infos .banner-info.banner-info2:after {
  content: "";
  width: 41px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/bg-banner.png');
  background-repeat: no-repeat;
  background-position: 0 -170px;
}
.homestyle3 .wrap-content1 {
  border: 1px solid #ddd;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.homestyle3 .wrap-content1 .slider-deal-w {
  border-right: 1px solid #ddd;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal {
  width: 37%;
  float: left;
  background-color: #beae59;
  color: #fff;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal h2 {
  font-size: 166.7%;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px 0 24px 30px;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal h2 span {
  font-weight: bold;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner {
  padding: 30px;
  display: inline-block;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner p {
  margin: 0px 0 30px 0;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a {
  float: left;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a:hover img {
  -webkit-box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .deal-slider {
  width: 63%;
  float: left;
  background-color: #fff;
  padding-right: 15px;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div {
  margin: 0 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.next:before,
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.prev:before,
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item {
  text-align: center;
  padding-left: 30px;
  margin-bottom: 0;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner {
  border: none;
  width: 100%;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  background-color: #fff;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product {
  border: 1px solid #ddd;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  line-height: 110%;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .num-time {
  font-size: 116.7%;
  font-weight: bold;
  color: #beae59;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .title-time {
  font-size: 83.333%;
  text-transform: uppercase;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time.time-secs {
  border-bottom: none;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image-container {
  display: inline-block;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-new {
  display: none;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
  right: 0px;
  top: 20px;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image img {
  width: auto;
  margin: auto;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .sm_quickview_handler {
  display: none !important;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info {
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  position: relative;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #444;
  font-size: 116.7%;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
  font-weight: bold;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .price-box {
  height: 23px;
  margin-bottom: 0;
  display: inline-block;
}
.homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .product-reviews-summary {
  margin: 0;
}
.homestyle3 .wrap-content1 .products-w {
  padding-left: 0;
}
.homestyle3 .wrap-content1 .products-w p {
  margin: 0;
}
.homestyle3 .wrap-content1 .products-w .block .block-title {
  padding: 30px 0 10px 20px;
  font-size: 166.7%;
  text-transform: uppercase;
  color: #444;
  line-height: 100%;
}
.homestyle3 .wrap-content1 .products-w .block-content .item .item-inner {
  border-top: 1px solid #ddd;
  padding: 20px 10px 0 20px;
}
.homestyle3 .wrap-content1 .products-w .block-content .item .item-inner .box-image {
  width: 90px;
}
.homestyle3 .wrap-content1 .products-w .block-content .item .item-inner .box-info {
  margin-left: 110px;
}
.homestyle3 .wrap-content1 .products-w .block-content .item .item-inner .box-info .ratings {
  margin: 0;
}
.homestyle3 .banner1-w {
  float: left;
  margin-top: 30px;
}
.homestyle3 .banner1-w .banner {
  width: 33.333%;
  float: left;
}
.homestyle3 .banner1-w .banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle3 .listingtab-wrapper {
  margin-top: 60px;
  float: left;
  width: 100%;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs {
  position: relative;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  padding-bottom: 30px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
  float: left;
  margin-right: 60px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
  text-transform: uppercase;
  font-size: 166.7%;
  position: relative;
  line-height: 100%;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover {
  cursor: pointer;
  color: #beae59;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 9px;
  background-color: #e2e2e2;
  width: 1px;
  height: 16px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
  color: #beae59;
  font-weight: bold;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:first-child .ltabs-tab-label:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:first-child .ltabs-tab-label:before {
  display: none;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-carousel {
  position: inherit;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item {
  padding: 0;
  margin-bottom: 30px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .price-box {
  margin-top: 3px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .bs-review {
  margin-top: 3px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav {
  position: absolute;
  top: -8px;
  right: 0;
  width: 90px;
  background-color: #fff;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div.next:before,
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div.prev:before,
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .owl-carousel .owl-item img {
  transform-style: inherit;
}
.homestyle3 .listingtab-wrapper2 {
  margin-top: 60px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs {
  position: relative;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .title-home {
  float: left;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .title-home h2 {
  font-size: 166.7%;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .title-home h2 strong {
  color: #beae59;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .title-home h2:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap {
  overflow: inherit;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
  float: right;
  margin-right: 88px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
  float: left;
  margin-right: 2px;
  margin-top: -6px;
  text-align: center;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
  line-height: 100%;
  color: #444;
  background-color: #f7f7f7;
  padding: 12px 10px 11px 21px;
  display: inline-block;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
  color: #fff;
  position: relative;
  background-color: #beae59;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: 8px;
  color: #fff;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover {
  cursor: pointer;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover .ltabs-tab-label {
  background-color: #beae59;
  color: #fff;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-carousel {
  position: inherit;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .ltabs-item {
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .item {
  padding: 0;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .item .item-inner {
  margin-bottom: 30px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .item .item-inner:last-child {
  margin-bottom: 0;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .item .item-inner .price-box {
  margin-top: 3px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .item .item-inner .bs-review {
  margin-top: 3px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
  position: absolute;
  top: -7px;
  right: 0;
  width: 90px;
  background-color: #fff;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav {
  float: right;
  margin-top: 2px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .owl-carousel .owl-item img {
  transform-style: inherit;
}
.homestyle3 .testimonial-wrap {
  margin-top: 20px;
  background: url('../../frontend/Sm/furnicom/en_GB/images/bg-testimonial.jpg') no-repeat top center;
}
.homestyle3 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
  padding: 120px 130px;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.next:before,
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.prev:before,
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  background-color: #beae59;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.homestyle3 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  left: 15px;
}
.homestyle3 .testimonial-wrap .testimonial-slider .item img {
  width: auto;
  float: left;
}
.homestyle3 .testimonial-wrap .testimonial-slider .item .item-inner {
  background-color: #141413;
  color: #fff;
  position: relative;
  font-size: 116.7%;
  font-style: italic;
  padding: 27px 30px;
  margin-left: 127px;
}
.homestyle3 .testimonial-wrap .testimonial-slider .item .item-inner:before {
  width: 0
;
  height: 0
;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #141413;
  position: absolute;
  content: "";
  top: 28px;
  left: -8px;
}
.homestyle3 .testimonial-wrap .testimonial-slider .item .item-inner .client-des {
  position: relative;
  margin: 0 0 0 35px;
  line-height: 20px;
}
.homestyle3 .testimonial-wrap .testimonial-slider .item .item-inner .client-des:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -33px;
  top: 0;
}
.homestyle3 .testimonial-wrap .testimonial-slider .item .item-inner .client-name {
  margin: 8px 0 0 35px;
}
.homestyle3 .testimonial-wrap .testimonial-slider .item .item-inner .client-name strong {
  text-transform: uppercase;
}
.homestyle3 .product-home-listing {
  margin-top: 60px;
  position: relative;
}
.homestyle3 .product-home-listing .title-home {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.homestyle3 .product-home-listing .title-home h2 {
  font-size: 166.7%;
  line-height: 100%;
  color: #444;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 6px;
}
.homestyle3 .product-home-listing .title-home h2 strong {
  color: #beae59;
}
.homestyle3 .product-home-listing .title-home h2:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle3 .product-home-listing .product-slider-content .owl-carousel,
.homestyle3 .product-home-listing .product-slider-content .owl-carousel .owl-stage-outer {
  position: inherit;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner {
  float: left;
  margin-bottom: 10px;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box {
  float: left;
  width: 160px;
  border: 1px solid #ddd;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box:hover {
  border-color: #beae59;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box {
  margin-left: 180px;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .product-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116.7%;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .product-reviews-summary {
  width: 100%;
  margin-bottom: 0;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .no-rating {
  margin: 3px 0 2px;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .price-box {
  margin: 5px 0;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .price-box p {
  margin-bottom: 0;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action {
  border: 1px solid #ddd;
  float: left;
  margin-top: 15px;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .add-to-links {
  float: left;
  display: inline-block;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action a {
  border-left: 1px solid #ddd !important;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action {
  border: none;
  display: inline-block !important;
  float: left;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 36px;
  vertical-align: top;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action:hover:before {
  color: #fff !important;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
  width: auto;
  color: #beae59;
  background-color: #fff;
  padding: 0 12px;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart:hover {
  background-color: #beae59;
  color: #fff;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-wishlist {
  float: right;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action span {
  display: none;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls {
  position: absolute;
  top: -9px;
  right: 0;
  width: 90px;
  background-color: #fff;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav {
  float: right;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle3 .product-home-listing .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle3 .wrap-content3 {
  background-color: #f7f7f7;
  margin-top: 50px;
  padding: 60px 0;
}
.homestyle3 .latest-blog-wrap .title-home {
  margin-bottom: 40px;
}
.homestyle3 .latest-blog-wrap .title-home h2 {
  font-size: 166.7%;
  line-height: 100%;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
}
.homestyle3 .latest-blog-wrap .title-home h2 strong {
  color: #beae59;
  position: relative;
}
.homestyle3 .latest-blog-wrap .title-home h2 strong:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50px;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle3 .latest-blog-wrap .latest-blog .item {
  float: left;
  width: 50%;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
  width: 50%;
  position: relative;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog {
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  left: 25px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .big-txt {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 100%;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .normal-txt {
  font-size: 83.333%;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
  padding: 0 30px;
  width: 50%;
}
@media (min-width: 768px) {
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: 203px;
  }
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
  font-size: 100%;
  padding-bottom: 15px;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle a {
  font-size: 116.7%;
  font-weight: bold;
  text-transform: uppercase;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .info-post {
  display: none;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
  color: #beae59;
  text-transform: uppercase;
  padding-top: 7px;
  float: left;
}
.homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
  color: #9f9256;
}
.homestyle3 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog,
.homestyle3 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog {
  float: left;
}
.homestyle3 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog:after,
.homestyle3 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f7f7f7;
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
}
.homestyle3 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .info-blog,
.homestyle3 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .info-blog {
  float: left;
}
.homestyle3 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog {
  padding-left: 0;
}
.homestyle3 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
.homestyle3 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
  float: right;
}
.homestyle3 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog:before,
.homestyle3 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f7f7f7;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  z-index: 1;
}
.homestyle3 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
.homestyle3 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
  float: right;
  padding-top: 30px;
}
.homestyle3 .brands-tab {
  margin: 60px 0 20px 0;
  overflow: hidden;
}
.homestyle3 .brands-tab .brands-title {
  text-align: center;
  color: #fff;
  background-color: #beae59;
  padding: 43px 0 43px 0;
}
.homestyle3 .brands-tab .brands-title h2 {
  padding: 5px 0;
  font-size: 166.7%;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
.homestyle3 .brands-tab .brands-title h2:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
}
.homestyle3 .brands-tab .tab-content {
  width: 53.8%;
  float: left;
}
@media (min-width: 1200px) {
  .homestyle3 .brands-tab .tab-content .tab-pane img {
    min-height: 496px;
    width: 100%;
  }
}
.homestyle3 .brands-tab ul.nav-brand-tabs {
  width: 23.1%;
  float: left;
  margin: 0;
  background-color: #eee;
}
.homestyle3 .brands-tab ul.nav-brand-tabs li {
  position: relative;
  /*&.br4{
                  margin-top: -1px;
                }*/
}
.homestyle3 .brands-tab ul.nav-brand-tabs li:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
}
.homestyle3 .brands-tab ul.nav-brand-tabs li.br1.active-fix:after,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br2.active-fix:after,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br3.active-fix:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #eee;
  right: -7px;
}
.homestyle3 .brands-tab ul.nav-brand-tabs li.br4.active-fix:after,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br5.active-fix:after,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br6.active-fix:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #eee;
  left: -7px;
}
.homestyle3 .brands-tab ul.nav-brand-tabs li.br1,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br2,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br4,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br5 {
  border-bottom: 1px solid #ddd;
}
.homestyle3 .brands-tab ul.nav-brand-tabs li.br1 a,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br2 a,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br4 a,
.homestyle3 .brands-tab ul.nav-brand-tabs li.br5 a {
  display: block;
  border-bottom: 1px solid transparent;
}
.homestyle3 .brands-tab ul.nav-brand-tabs li a img {
  width: 100%;
}
.homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action form {
  float: left;
}
.cms-page-4.cms-index-index {
  background-color: #fff;
}
.homestyle4 {
  /*--banner--*/
  /*---tab listing best seller---*/
  /* @media (min-width: 1200px){
       .sm-super-categories .products-grid .item .item-inner .box-info .product-name{
         height: 16px;
       }
     }*/
  /*----testimonial--*/
  /*----latest blog-----------*/
  /*------brands tab----------*/
  /*-----banner infos----*/
}
.homestyle4 .owl-carousel .owl-item img {
  transform-style: unset;
}
.homestyle4 .box-content {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.homestyle4 .sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -45px;
}
.homestyle4 .slider-images-w {
  margin-top: 10px;
  padding-right: 0px;
}
.homestyle4 .content-wrap1 .products-w {
  margin-top: 10px;
  padding-left: 10px;
}
.homestyle4 .content-wrap2 {
  margin-top: 30px;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
}
.homestyle4 .content-wrap2 .products-w .products-sidebar {
  border-right: 1px solid #ddd !important;
  border: none;
}
.homestyle4 .content-wrap2 .products-w .products-sidebar .block-title {
  padding: 32px 0 12px 20px;
}
.homestyle4 .slider-deal-w .deal-wrapper {
  position: relative;
}
.homestyle4 .slider-deal-w .deal-wrapper .label-deal {
  /*background-color: #f3f3f3;*/
  width: 134px;
  height: 136px;
  position: absolute;
  top: 0px;
  right: -10px;
  z-index: 2;
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/bg-label-deal.png);
  background-repeat: no-repeat;
}
.homestyle4 .slider-deal-w .deal-wrapper .label-deal .label-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 150%;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: 0;
  top: 37px;
}
.homestyle4 .slider-deal-w .deal-wrapper .label-deal span {
  font-weight: bold;
  color: #beae59;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals {
  width: 100%;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div {
  margin: 0 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div.next:before,
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div.prev:before,
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal-w {
  padding-left: 10px;
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal {
  background-color: #beae59;
  color: #fff;
  padding: 40px 22px;
  margin: -1px -1px -1px 0;
  float: left;
  width: 100%;
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal {
    padding: 41px 22px;
  }
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal h2 {
  font-size: 150%;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding-bottom: 30px;
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal h2:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal h2 strong {
  font-size: 166.7%;
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal .pretext-inner p {
  margin: 29px 0 29px;
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a {
  float: left;
}
.homestyle4 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a:hover img {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item {
  text-align: center;
  padding-left: 0px;
  margin-bottom: 20px;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner {
  border: none;
  width: 100%;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 1;
  background-color: #fff;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product {
  border: 1px solid #ddd;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  line-height: 110%;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .num-time {
  font-size: 116.7%;
  font-weight: bold;
  color: #beae59;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .title-time {
  font-size: 83.333%;
  text-transform: uppercase;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time.time-secs {
  border-bottom: none;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image-container {
  display: inline-block;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product {
  display: none;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
  right: -15px;
  top: 20px;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image img {
  width: auto;
  margin: auto;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .sm_quickview_handler {
  display: none !important;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .box-info {
  padding: 0px;
  text-align: left;
  margin-top: -20px;
  position: relative;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #444;
  font-size: 116.7%;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .box-info .product-name a {
  white-space: nowrap;
  font-weight: bold;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .box-info .price-box {
  height: 23px;
  margin-bottom: 0;
  display: inline-block;
}
.homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .box-info .product-reviews-summary {
  margin: 0;
}
.homestyle4 .products-w p {
  margin: 0;
}
.homestyle4 .products-w .block {
  border: 1px solid #ddd;
  float: left;
  padding-bottom: 20px;
}
.homestyle4 .products-w .block .block-title {
  padding: 40px 0 20px 20px;
  font-size: 166.7%;
  text-transform: uppercase;
  color: #444;
  line-height: 100%;
}
.homestyle4 .products-w .block .block-content .item .item-inner {
  border-top: 1px solid #ddd;
  padding: 20px 0 0 20px;
}
.homestyle4 .products-w .block .block-content .item .item-inner .box-image {
  width: 90px;
}
.homestyle4 .products-w .block .block-content .item .item-inner .box-info {
  margin-left: 110px;
}
.homestyle4 .products-w .block .block-content .item .item-inner .box-info .price-box {
  margin: 0;
}
.homestyle4 .banner4-1 .banner img {
  width: 100%;
}
@media (min-width: 1200px) {
  .homestyle4 .banner4-1 .banner img {
    height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homestyle4 .banner4-1 .banner img {
    height: 212px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homestyle4 .banner4-1 .banner img {
    height: 162px;
  }
}
.homestyle4 .banner4-1 .banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle4 .listingtab-wrapper {
  margin-top: 40px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs {
  position: relative;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .title-home {
  float: left;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .title-home h2 {
  font-size: 166.7%;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .title-home h2 strong {
  color: #beae59;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .title-home h2:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
  overflow: inherit;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
  float: right;
  margin-right: 88px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
  float: left;
  margin-right: 2px;
  margin-top: -6px;
  text-align: center;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
  line-height: 100%;
  color: #444;
  background-color: #f7f7f7;
  padding: 12px 10px 11px 21px;
  display: inline-block;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
  color: #fff;
  position: relative;
  background-color: #beae59;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: 8px;
  color: #fff;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover {
  cursor: pointer;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover .ltabs-tab-label {
  background-color: #beae59;
  color: #fff;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-carousel {
  position: inherit;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item {
  padding: 0 0 20px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item:after {
  content: "";
  display: block;
  clear: both;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner {
  float: left;
  margin-bottom: 10px;
  border: none;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
  float: left;
  width: 160px;
  border: 1px solid #ddd;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image:hover {
  border-color: #beae59;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .product-reviews-summary.empty {
  padding-top: 0;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
  margin-left: 180px;
  text-align: left;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .product-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116.7%;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .product-reviews-summary {
  margin: 0;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box {
  margin: 3px 0;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box p {
  margin-bottom: 0;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
  border: 1px solid #ddd;
  margin-top: 20px;
  float: left;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action form {
  float: left;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .add-to-links {
  float: left;
  display: inline-block;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action a {
  border-left: 1px solid #ddd !important;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action {
  border: none;
  float: left;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 36px;
  vertical-align: top;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action:hover:before {
  color: #fff !important;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
  width: auto;
  color: #beae59;
  background-color: #fff;
  padding: 0 12px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart:hover {
  background-color: #beae59;
  color: #fff;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.link-wishlist {
  float: right;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action span {
  display: none;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-stage-outer .ltabs-item {
  width: auto;
  margin-top: 30px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
  position: absolute;
  top: -7px;
  right: 0;
  width: 90px;
  background-color: #fff;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav {
  float: right;
  margin-top: 2px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .owl-carousel .owl-item img {
  transform-style: inherit;
}
.homestyle4 .sm-super-categories .category-wrap .cat-title {
  margin: -1px -1px 0 -1px;
}
.homestyle4 .testimonial-wrap {
  margin-top: 40px;
  background: url('../../frontend/Sm/furnicom/en_GB/images/bg-testimonial.jpg') no-repeat top center;
}
.homestyle4 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
  padding: 120px 130px;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.next:before,
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.prev:before,
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  background-color: #beae59;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.homestyle4 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  left: 15px;
}
.homestyle4 .testimonial-wrap .testimonial-slider .item img {
  width: auto;
  float: left;
}
.homestyle4 .testimonial-wrap .testimonial-slider .item .item-inner {
  background-color: #141413;
  color: #fff;
  position: relative;
  font-size: 116.7%;
  font-style: italic;
  padding: 27px 30px;
  margin-left: 127px;
}
.homestyle4 .testimonial-wrap .testimonial-slider .item .item-inner:before {
  width: 0
;
  height: 0
;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #141413;
  position: absolute;
  content: "";
  top: 28px;
  left: -8px;
}
.homestyle4 .testimonial-wrap .testimonial-slider .item .item-inner .client-des {
  position: relative;
  margin: 0 0 0 35px;
  line-height: 20px;
}
.homestyle4 .testimonial-wrap .testimonial-slider .item .item-inner .client-des:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -33px;
  top: 0;
}
.homestyle4 .testimonial-wrap .testimonial-slider .item .item-inner .client-name {
  margin: 8px 0 0 35px;
}
.homestyle4 .testimonial-wrap .testimonial-slider .item .item-inner .client-name strong {
  text-transform: uppercase;
}
.homestyle4 .content-wrap3 {
  background-color: #f7f7f7;
  margin-top: 0px;
  padding: 40px 0 20px 0;
}
.homestyle4 .latest-blog-wrap .title-home {
  margin-bottom: 40px;
}
.homestyle4 .latest-blog-wrap .title-home h2 {
  font-size: 166.7%;
  line-height: 100%;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
}
.homestyle4 .latest-blog-wrap .title-home h2 strong {
  color: #beae59;
  position: relative;
}
.homestyle4 .latest-blog-wrap .title-home h2 strong:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50px;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle4 .latest-blog-wrap .latest-blog .item {
  float: left;
  width: 50%;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
  width: 50%;
  position: relative;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog {
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  left: 25px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .big-txt {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 100%;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .normal-txt {
  font-size: 83.333%;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
  padding: 0 30px;
  width: 50%;
}
@media (min-width: 768px) {
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: 203px;
  }
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
  font-size: 100%;
  padding-bottom: 15px;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle a {
  font-size: 116.7%;
  font-weight: bold;
  text-transform: uppercase;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .info-post {
  display: none;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
  color: #beae59;
  text-transform: uppercase;
  padding-top: 7px;
  float: left;
}
.homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
  color: #9f9256;
}
.homestyle4 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog,
.homestyle4 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog {
  float: left;
}
.homestyle4 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog:after,
.homestyle4 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f7f7f7;
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
}
.homestyle4 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .info-blog,
.homestyle4 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .info-blog {
  float: left;
}
.homestyle4 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog {
  padding-left: 0;
}
.homestyle4 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
.homestyle4 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
  float: right;
}
.homestyle4 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog:before,
.homestyle4 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f7f7f7;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  z-index: 1;
}
.homestyle4 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
.homestyle4 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
  float: right;
  padding-top: 30px;
}
.homestyle4 .brands-tab {
  margin: 60px 0 0px 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
.homestyle4 .brands-tab .brands-title {
  text-align: center;
  color: #fff;
  background-color: #beae59;
  padding: 43px 0 43px 0;
}
.homestyle4 .brands-tab .brands-title h2 {
  padding: 5px 0;
  font-size: 166.7%;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
.homestyle4 .brands-tab .brands-title h2:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
}
.homestyle4 .brands-tab .tab-content {
  width: 53.8%;
  float: left;
}
.homestyle4 .brands-tab ul.nav-brand-tabs {
  width: 23.1%;
  float: left;
  margin: 0;
  background-color: #eee;
}
.homestyle4 .brands-tab ul.nav-brand-tabs li {
  position: relative;
}
.homestyle4 .brands-tab ul.nav-brand-tabs li:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
}
.homestyle4 .brands-tab ul.nav-brand-tabs li.br1.active-fix:after,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br2.active-fix:after,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br3.active-fix:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #eee;
  right: -7px;
}
.homestyle4 .brands-tab ul.nav-brand-tabs li.br4 {
  margin-top: -1px;
}
.homestyle4 .brands-tab ul.nav-brand-tabs li.br4.active-fix:after,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br5.active-fix:after,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br6.active-fix:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #eee;
  left: -7px;
}
.homestyle4 .brands-tab ul.nav-brand-tabs li.br1,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br2,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br4,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br5 {
  border-bottom: 1px solid #ddd;
}
.homestyle4 .brands-tab ul.nav-brand-tabs li.br1 a,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br2 a,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br4 a,
.homestyle4 .brands-tab ul.nav-brand-tabs li.br5 a {
  display: block;
  border-bottom: 1px solid transparent;
}
.homestyle4 .banner-infos {
  background-color: #49ccf3;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.homestyle4 .banner-infos .banner-info {
  float: left;
}
.homestyle4 .banner-infos .banner-info img {
  float: left;
}
.homestyle4 .banner-infos .banner-info .banner-cont {
  color: #fff;
  float: left;
  margin-top: 30px;
  padding-left: 10px;
}
.homestyle4 .banner-infos .banner-info .banner-cont a {
  font-weight: bold;
  font-size: 133.3%;
  color: #EE5D52;
  text-shadow: none;
}
.homestyle4 .banner-infos .banner-info .banner-cont a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.homestyle4 .banner-infos .banner-info .banner-cont a:hover::before,
.homestyle4 .banner-infos .banner-info .banner-cont a:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle4 .banner-infos .banner-info.banner-info3,
.homestyle4 .banner-infos .banner-info.banner-info1 {
  width: 30%;
  padding: 19px;
}
.homestyle4 .banner-infos .banner-info.banner-info2 {
  position: relative;
  width: 40%;
}
.homestyle4 .banner-infos .banner-info.banner-info2 .inner {
  background-color: #ffce64;
  padding: 19px;
  margin: 0 41px;
  float: left;
  width: 83%;
}
.homestyle4 .banner-infos .banner-info.banner-info2:before {
  content: "";
  width: 41px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/bg-banner2.png');
  background-repeat: no-repeat;
  background-position: 0 -170px;
}
.homestyle4 .banner-infos .banner-info.banner-info2:after {
  content: "";
  width: 41px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/bg-banner2.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
}
.cms-page-5.cms-index-index {
  background-color: #fff;
}
.ltabs-item-slide:nth-child(3) .product-anchor-name {
  text-overflow: ellipsis;
  width: 16ch;
  max-width: 16ch;
  overflow: hidden;
  display: inline-block;
}
.homestyle5 {
  /*--banner--*/
  /*---sm super categories---*/
  /*---tab listing best seller---*/
  /*----testimonial--*/
  /*----latest blog-----------*/
  /*------brands tab----------*/
  /*-----banner infos----*/
  /*--------slider brands-------*/
}
.homestyle5 .owl-carousel .owl-item img {
  transform-style: unset;
}
.homestyle5 .content-wrap1 {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.homestyle5 .content-wrap1 .basic-products-list .price-box p {
  margin-bottom: 5px;
}
.homestyle5 .content-wrap1 .col-product1 {
  border-right: 1px solid #ddd;
  padding-right: 0;
  padding-bottom: 15px;
}
.homestyle5 .content-wrap1 .col-product2 {
  border-left: 1px solid #ddd;
  padding-left: 0;
  padding-bottom: 19px;
}
.homestyle5 .content-wrap1 .col-deal {
  padding-right: 0;
}
.homestyle5 .slider-deal-w .deal-wrapper {
  position: relative;
  overflow: hidden;
}
.homestyle5 .slider-deal-w .deal-wrapper .label-deal {
  background-color: #ff9600;
  width: 210px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: -47px;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.homestyle5 .slider-deal-w .deal-wrapper .label-deal .label-inner {
  font-size: 133.3%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 7px 0 0 7px;
}
.homestyle5 .slider-deal-w .deal-wrapper .label-deal span {
  font-weight: bold;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal-w {
  padding-left: 10px;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal {
  background-color: #beae59;
  color: #fff;
  padding: 30px 22px;
  float: left;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal h2 {
  font-size: 150%;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding-bottom: 30px;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal h2:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal h2 span {
  font-weight: bold;
  font-size: 166.7%;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal .pretext-inner p {
  margin: 30px 0 30px 0;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a {
  float: left;
}
.homestyle5 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a:hover img {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav {
  float: right;
  margin-top: -42px;
  margin-right: 20px;
}
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div {
  margin: 0 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div.next:before,
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div.prev:before,
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle5 .slider-deal-w .deal-wrapper .deal-slider .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item {
  text-align: center;
  padding-left: 15px;
  margin-bottom: 0;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner {
  border: none;
  width: 100%;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown {
  position: absolute;
  top: 110px;
  left: 15px;
  z-index: 1;
  background-color: #fff;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product {
  border: 1px solid #ddd;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  line-height: 110%;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .num-time {
  font-size: 116.7%;
  font-weight: bold;
  color: #beae59;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time .title-time {
  font-size: 83.333%;
  text-transform: uppercase;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown .timer-product .deals-time.time-secs {
  border-bottom: none;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image-container {
  display: inline-block;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
  display: none;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-new {
  left: 0px;
  top: 20px;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .product-image img {
  width: auto;
  margin: auto;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .sm_quickview_handler {
  display: none !important;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .box-info {
  padding: 0px;
  text-align: left;
  margin-top: -25px;
  position: relative;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #444;
  font-size: 116.7%;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .box-info .product-name a {
  white-space: nowrap;
  font-weight: bold;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .box-info .price-box {
  height: 23px;
  margin-bottom: 0;
  display: inline-block;
}
.homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .box-info .product-reviews-summary {
  margin: 0;
}
.homestyle5 .col-product2 .block .block-title,
.homestyle5 .col-product1 .block .block-title {
  padding: 30px 0 10px 20px;
  font-size: 166.7%;
  text-transform: uppercase;
  color: #444;
  line-height: 100%;
}
.homestyle5 .col-product2 .block-content .item .item-inner,
.homestyle5 .col-product1 .block-content .item .item-inner {
  border-top: 1px solid #ddd;
  padding: 20px 10px 0 20px;
  margin-top: 0;
}
.homestyle5 .col-product2 .block-content .item .item-inner .box-image,
.homestyle5 .col-product1 .block-content .item .item-inner .box-image {
  width: 90px;
}
.homestyle5 .col-product2 .block-content .item .item-inner .box-info,
.homestyle5 .col-product1 .block-content .item .item-inner .box-info {
  margin-left: 110px;
}
.homestyle5 .col-product2 .block-content .item .item-inner .box-info .ratings,
.homestyle5 .col-product1 .block-content .item .item-inner .box-info .ratings {
  margin: 0;
}
.homestyle5 .col-product2 .block-content .item .item-inner .box-info .product-reviews-summary,
.homestyle5 .col-product1 .block-content .item .item-inner .box-info .product-reviews-summary {
  margin-bottom: 5px;
  margin-top: 3px;
}
.homestyle5 .col-product2 .block-content .item .item-inner .box-info .product-reviews-summary.empty,
.homestyle5 .col-product1 .block-content .item .item-inner .box-info .product-reviews-summary.empty {
  padding-top: 0;
  margin-top: -1px;
}
.homestyle5 .box-content {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.homestyle5 .sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -35px;
}
.homestyle5 .slider-images-w {
  margin-top: 10px;
  padding-right: 0px;
}
.homestyle5 .banner5-1 .banner img {
  width: 100%;
}
@media (min-width: 1200px) {
  .homestyle5 .banner5-1 .banner img {
    height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homestyle5 .banner5-1 .banner img {
    height: 212px;
  }
}
.homestyle5 .banner5-1 .banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle5 .super-cate3 .sm-super-categories .category-wrap .inner {
  border-right: none;
}
.homestyle5 .super-cate3 .sm-super-categories .spc-wrap .spc-items-container {
  margin-right: 170px;
  /*.products-grid .col-item .item:last-child .item-inner{
                      padding-bottom: 19px;
                    }*/
}
.homestyle5 .super-cate3 .sm-super-categories .spc-wrap .cate-img {
  top: 0;
  right: 15px;
}
.homestyle5 .super-cate1 .sm-super-categories .category-wrap .inner {
  border-right: none;
}
.homestyle5 .super-cate1 .sm-super-categories .spc-wrap .spc-items-container {
  margin-right: 170px;
}
.homestyle5 .super-cate1 .sm-super-categories .spc-wrap .cate-img {
  top: 0;
  right: 15px;
}
.homestyle5 .super-cate2 .sm-super-categories .category-wrap {
  float: right;
  padding-left: 0;
  padding-right: 15px;
}
.homestyle5 .super-cate2 .sm-super-categories .category-wrap .inner {
  border-left: none;
}
.homestyle5 .super-cate2 .sm-super-categories .spc-wrap {
  padding-right: 0;
  padding-left: 15px;
}
.homestyle5 .super-cate2 .sm-super-categories .spc-wrap .spc-items-container {
  margin-left: 170px;
}
.homestyle5 .super-cate2 .sm-super-categories .spc-wrap .cate-img {
  top: 0;
  left: 15px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .homestyle5 .sm-super-categories .category-wrap .inner {
    min-height: 543px;
  }
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .homestyle5 .sm-super-categories .category-wrap .inner {
    min-height: 543px;
  }
}
.homestyle5 .sm-super-categories .spc-wrap {
  position: relative;
  padding-left: 0;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid {
  border-right: none;
}
@media (min-width: 1200px) {
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid {
    min-height: 543px;
  }
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item .item-inner .bottom-action > form {
  /*padding: 0 43px;*/
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item .item-inner .box-info {
  padding: 0;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner {
  border-top: 1px solid #ddd;
  display: table;
  padding: 20px 20px 19px 20px;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .bottom-action {
  display: none;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-image {
  width: 90px;
  float: left;
  border: 1px solid #ddd;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-image a {
  border: 1px solid transparent;
  display: block;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-image .label-product {
  display: none;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-image .sm_quickview_handler {
  display: none !important;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-info {
  text-align: left;
  padding: 0 0 0 108px;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-info .ratings .rating-box {
  float: left;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-info .price-box {
  margin-top: 2px;
}
.homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .product-reviews-summary {
  margin: 0;
}
.homestyle5 .sm-super-categories .spc-wrap .cate-img {
  margin-top: 0px;
  position: absolute;
}
.homestyle5 .sm-super-categories .spc-wrap .cate-img a {
  /*text-indent: -999em;
                    background-repeat: no-repeat;
                    background-size: 100% 100%;*/
  width: 170px;
  /*display: block; */
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .homestyle5 .sm-super-categories .spc-wrap .cate-img a {
    min-height: 543px;
  }
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .homestyle5 .sm-super-categories .spc-wrap .cate-img a {
    min-height: 543px;
  }
}
.homestyle5 .sm-super-categories .spc-wrap .cate-img a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle5 .listingtab-wrapper {
  margin-top: 40px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs {
  position: relative;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .title-home {
  float: left;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .title-home h2 {
  font-size: 166.7%;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .title-home h2 strong {
  color: #beae59;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .title-home h2:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
  overflow: inherit;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
  float: right;
  margin-right: 88px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
  float: left;
  margin-right: 2px;
  margin-top: -6px;
  text-align: center;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
  line-height: 100%;
  color: #444;
  background-color: #f7f7f7;
  padding: 12px 10px 11px 21px;
  display: inline-block;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
  color: #fff;
  position: relative;
  background-color: #beae59;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: 8px;
  color: #fff;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover {
  cursor: pointer;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover .ltabs-tab-label {
  background-color: #beae59;
  color: #fff;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-carousel {
  position: inherit;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item {
  padding: 0 0 20px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item:after {
  content: "";
  display: block;
  clear: both;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner {
  float: none;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  border: none;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
  float: left;
  /*width: 160px;*/
  width: 40%;
  border: 1px solid #ddd;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image:hover {
  border-color: #beae59;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
  /*margin-left: 180px;*/
  text-align: left;
  width: 55%;
  position: relative;
  float: right;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .product-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116.7%;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box {
  margin: 5px 0;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box p {
  margin-bottom: 0;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action {
  border: 1px solid #ddd;
  margin-top: 20px;
  float: left;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action form {
  float: left;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .add-to-links {
  float: left;
  display: inline-block;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action a {
  border-left: 1px solid #ddd !important;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action {
  border: none;
  float: left;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 36px;
  vertical-align: top;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action:hover:before {
  color: #fff !important;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action.btn-cart {
  width: auto;
  color: #beae59;
  background-color: #fff;
  padding: 0 12px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action.btn-cart:hover {
  background-color: #beae59;
  color: #fff !important;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action.link-wishlist {
  float: right;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .bottom-action .btn-action span {
  display: none;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-stage-outer .ltabs-item {
  width: auto;
  margin-top: 30px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
  position: absolute;
  top: -7px;
  right: 0;
  width: 90px;
  background-color: #fff;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav {
  float: right;
  margin-top: 2px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .owl-carousel .owl-item img {
  transform-style: inherit;
}
.homestyle5 .testimonial-wrap {
  background: url('../../frontend/Sm/furnicom/en_GB/images/bg-testimonial.jpg') no-repeat top center;
}
.homestyle5 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
  padding: 120px 130px;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.next:before,
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.prev:before,
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  background-color: #beae59;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.homestyle5 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  left: 15px;
}
.homestyle5 .testimonial-wrap .testimonial-slider .item img {
  width: auto;
  float: left;
}
.homestyle5 .testimonial-wrap .testimonial-slider .item .item-inner {
  background-color: #141413;
  color: #fff;
  position: relative;
  font-size: 116.7%;
  font-style: italic;
  padding: 27px 30px;
  margin-left: 127px;
}
.homestyle5 .testimonial-wrap .testimonial-slider .item .item-inner:before {
  width: 0
;
  height: 0
;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #141413;
  position: absolute;
  content: "";
  top: 28px;
  left: -8px;
}
.homestyle5 .testimonial-wrap .testimonial-slider .item .item-inner .client-des {
  position: relative;
  margin: 0 0 0 35px;
  line-height: 20px;
}
.homestyle5 .testimonial-wrap .testimonial-slider .item .item-inner .client-des:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -33px;
  top: 0;
}
.homestyle5 .testimonial-wrap .testimonial-slider .item .item-inner .client-name {
  margin: 8px 0 0 35px;
}
.homestyle5 .testimonial-wrap .testimonial-slider .item .item-inner .client-name strong {
  text-transform: uppercase;
}
.homestyle5 .content-wrap3 {
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 40px 0 40px 0;
}
.homestyle5 .latest-blog-wrap .title-home {
  margin-bottom: 40px;
}
.homestyle5 .latest-blog-wrap .title-home h2 {
  font-size: 166.7%;
  line-height: 100%;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
}
.homestyle5 .latest-blog-wrap .title-home h2 strong {
  color: #beae59;
  position: relative;
}
.homestyle5 .latest-blog-wrap .title-home h2 strong:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50px;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle5 .latest-blog-wrap .latest-blog .item {
  float: left;
  width: 50%;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
  width: 50%;
  position: relative;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog {
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  left: 25px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .big-txt {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 100%;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .normal-txt {
  font-size: 83.333%;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
  padding: 0 30px;
  width: 50%;
}
@media (min-width: 768px) {
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: 203px;
  }
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
  font-size: 100%;
  padding-bottom: 15px;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle a {
  font-size: 116.7%;
  font-weight: bold;
  text-transform: uppercase;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .info-post {
  display: none;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
  color: #beae59;
  text-transform: uppercase;
  padding-top: 7px;
  float: left;
}
.homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
  color: #9f9256;
}
.homestyle5 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog,
.homestyle5 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog {
  float: left;
}
.homestyle5 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog:after,
.homestyle5 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
}
.homestyle5 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .info-blog,
.homestyle5 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .info-blog {
  float: left;
}
.homestyle5 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog {
  padding-left: 0;
}
.homestyle5 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
.homestyle5 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
  float: right;
}
.homestyle5 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog:before,
.homestyle5 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  z-index: 1;
}
.homestyle5 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
.homestyle5 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
  float: right;
  padding-top: 30px;
}
.homestyle5 .brands-tab {
  margin: 60px 0 35px 0;
  display: inline-block;
  overflow: hidden;
}
.homestyle5 .brands-tab .brands-title {
  text-align: center;
  color: #fff;
  background-color: #beae59;
  padding: 43px 0;
}
.homestyle5 .brands-tab .brands-title h2 {
  padding: 5px 0;
  font-size: 166.7%;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
.homestyle5 .brands-tab .brands-title h2:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
}
.homestyle5 .brands-tab .tab-content {
  width: 53.8%;
  float: left;
}
.homestyle5 .brands-tab ul.nav-brand-tabs {
  width: 23.1%;
  float: left;
  margin: 0;
}
.homestyle5 .brands-tab ul.nav-brand-tabs li {
  position: relative;
}
.homestyle5 .brands-tab ul.nav-brand-tabs li:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
}
.homestyle5 .brands-tab ul.nav-brand-tabs li.br1.active-fix:after,
.homestyle5 .brands-tab ul.nav-brand-tabs li.br2.active-fix:after,
.homestyle5 .brands-tab ul.nav-brand-tabs li.br3.active-fix:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #eee;
  right: -7px;
}
.homestyle5 .brands-tab ul.nav-brand-tabs li.br4 {
  margin-top: -1px;
}
.homestyle5 .brands-tab ul.nav-brand-tabs li.br4.active-fix:after,
.homestyle5 .brands-tab ul.nav-brand-tabs li.br5.active-fix:after,
.homestyle5 .brands-tab ul.nav-brand-tabs li.br6.active-fix:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #eee;
  left: -7px;
}
.homestyle5 .brands-tab ul.nav-brand-tabs li.br1,
.homestyle5 .brands-tab ul.nav-brand-tabs li.br2,
.homestyle5 .brands-tab ul.nav-brand-tabs li.br4,
.homestyle5 .brands-tab ul.nav-brand-tabs li.br5 {
  border-bottom: 1px solid #ddd;
}
.homestyle5 .brands-tab ul.nav-brand-tabs li a img {
  width: 100%;
}
.homestyle5 .banner-infos {
  background-color: #49ccf3;
  display: inline-block;
  width: 100%;
}
.homestyle5 .banner-infos .banner-info {
  float: left;
}
.homestyle5 .banner-infos .banner-info img {
  float: left;
}
.homestyle5 .banner-infos .banner-info .banner-cont {
  color: #fff;
  float: left;
  margin-top: 30px;
  padding-left: 10px;
}
.homestyle5 .banner-infos .banner-info .banner-cont a {
  font-weight: bold;
  font-size: 133.3%;
  color: #EE5D52;
  text-shadow: none;
}
.homestyle5 .banner-infos .banner-info .banner-cont a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.homestyle5 .banner-infos .banner-info .banner-cont a:hover::before,
.homestyle5 .banner-infos .banner-info .banner-cont a:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle5 .banner-infos .banner-info.banner-info3,
.homestyle5 .banner-infos .banner-info.banner-info1 {
  width: 30%;
  padding: 19px;
}
.homestyle5 .banner-infos .banner-info.banner-info2 {
  position: relative;
  width: 40%;
}
.homestyle5 .banner-infos .banner-info.banner-info2 .inner {
  background-color: #ffce64;
  padding: 19px;
  margin: 0 41px;
  float: left;
  width: 83%;
}
.homestyle5 .banner-infos .banner-info.banner-info2:before {
  content: "";
  width: 41px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/bg-banner2.png');
  background-repeat: no-repeat;
  background-position: 0 -170px;
}
.homestyle5 .banner-infos .banner-info.banner-info2:after {
  content: "";
  width: 41px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/bg-banner2.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
}
.homestyle5 .custom-slider-brands-w {
  margin: 40px 0 0 0;
  float: left;
  width: 100%;
}
.homestyle5 .custom-slider-brands-w .brands-title {
  width: 23%;
  float: left;
  text-align: center;
  color: #fff;
  background-color: #beae59;
  padding: 43px 0;
}
.homestyle5 .custom-slider-brands-w .brands-title h2 {
  padding: 5px 0;
  font-size: 166.7%;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
.homestyle5 .custom-slider-brands-w .brands-title h2:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands {
  width: 77%;
  float: left;
  position: relative;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .item {
  background-color: #eee;
  position: relative;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .item:after {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  top: 43px;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.next:before,
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.prev:before,
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-prev {
  left: -17px;
}
.homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-next {
  right: -17px;
}
.sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -46px;
}
.homestyle6 {
  /*-----banner infos----*/
  /* static categories */
  /*---daily deals---*/
  /*---listing tabs---*/
  /*----testimonial--*/
  /*----3 slider basic products----*/
  /*--------slider brands-------*/
  /*----latest blog-----------*/
}
.homestyle6 .banner-infos {
  float: left;
  padding: 20px 0;
  width: 100%;
}
.homestyle6 .banner-infos .banner-info {
  width: 33.333%;
  float: left;
}
.homestyle6 .banner-infos .banner-info img {
  float: left;
}
.homestyle6 .banner-infos .banner-info .banner-cont {
  float: left;
  padding-left: 15px;
  padding-top: 25px;
  color: #444;
}
.homestyle6 .banner-infos .banner-info .banner-cont a {
  font-size: 133.3%;
  text-transform: uppercase;
  font-weight: 700;
}
.homestyle6 .static-categories .static-cate {
  float: left;
  width: 25%;
  position: relative;
}
.homestyle6 .static-categories .static-cate .inner {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.homestyle6 .static-categories .static-cate .inner h2 {
  font-size: 200%;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin: 0 auto;
  line-height: 100%;
  padding: 15px 0 13px 0;
}
.homestyle6 .static-categories .static-cate .inner h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.homestyle6 .static-categories .static-cate .inner h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.homestyle6 .static-categories .static-cate .inner ul {
  margin-top: 30px;
}
.homestyle6 .static-categories .static-cate .inner ul li a {
  line-height: 29px;
  font-size: 116.7%;
  color: #fff;
}
.homestyle6 .static-categories .static-cate .inner ul li a:hover {
  color: #beae59;
}
.homestyle6 .static-categories .static-cate:hover .inner {
  cursor: pointer;
  width: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.homestyle6 .dailydeal-wrap {
  background: url("../../frontend/Sm/furnicom/en_GB/images/bg-dailydeal6.jpg") no-repeat center top;
  margin-top: 40px;
  padding: 80px 0;
}
.homestyle6 .dailydeal-wrap .static-categories {
  background-size: 100% 100%;
  float: left;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate {
  width: 33.333333%;
  float: left;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate a {
  font-size: 116.7%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/home2-cate-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 100%;
  padding-top: 94px;
  text-align: center;
  height: 140px;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate a:hover {
  background-color: #beae59;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-2 a {
  background-position: -158px 0;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-3 a {
  background-position: -316px 0;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-4 a {
  background-position: 0px -135px;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-5 a {
  background-position: -158px -135px;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-6 a {
  background-position: -316px -135px;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-7 a {
  background-position: 0 -270px;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-8 a {
  background-position: -158px -270px;
}
.homestyle6 .dailydeal-wrap .static-categories .static-cate-9 a {
  background-position: -316px -270px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .title-deal {
  display: none;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals {
  background-color: #fff;
  padding-right: 0px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav {
  float: right;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div {
  margin: 0 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div.next:before,
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div.prev:before,
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .sm-deals .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid {
  position: relative;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 101px;
  height: 101px;
  background-image: url(../../frontend/Sm/furnicom/en_GB/images/dailydeal.png);
  background-repeat: no-repeat;
  z-index: 2;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item {
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner {
  border: none;
  float: left;
  width: 100%;
  padding: 30px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner .product-reviews-summary {
  margin: 0;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product {
  border: 1px solid #ddd;
  float: left;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time {
  border-right: 1px solid #ddd;
  padding: 13px 15px;
  float: left;
  text-align: center;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time .num-time {
  font-size: 116.7%;
  font-weight: bold;
  color: #beae59;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time .title-time {
  text-transform: uppercase;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner .timer-deal .timer-product .deals-time.time-secs {
  border-right: none;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info {
  padding: 60px 0 0 0px;
  margin-left: 50%;
  text-align: left;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .deals-description {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 45px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .deals-description:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  background-color: #ddd;
  width: 100px;
  height: 1px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #444;
  font-size: 116.7%;
  font-weight: bold;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .product-name a {
  white-space: nowrap;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .ratings .rating-box {
  position: relative;
  top: 5px;
  margin: 0 auto;
  float: left;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .ratings .amount {
  display: none;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .no-rating,
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .ratings {
  height: 20px;
  margin: 3px 0px 4px;
  line-height: 20px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .price-box {
  height: 23px;
  margin-bottom: 0;
  display: inline-block;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image {
  margin-right: 0px;
  width: 50%;
  float: left;
  padding-top: 50px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image .label-product.label-sale {
  top: 0px;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image .label-product.label-new {
  display: none;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image .product-image img {
  width: auto;
  margin: auto;
}
.homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image .sm_quickview_handler {
  display: none !important;
}
.homestyle6 .box-content {
  margin-top: 80px;
  float: left;
  width: 100%;
}
.homestyle6 .listingtab-wrapper {
  margin-bottom: 60px;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .title-home {
  text-align: center;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .title-home h2 {
  padding: 13px 0 10px;
  font-size: 216.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  line-height: 100%;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .title-home span {
  color: #beae59;
  font-weight: 700;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap {
  text-align: center;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-tabs {
  padding: 30px 0;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-tabs .ltabs-tab {
  display: inline;
  margin: 0 15px;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-tabs .ltabs-tab .ltabs-tab-label {
  font-size: 116.7%;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-tabs .ltabs-tab.tab-sel .ltabs-tab-label,
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-tabs .ltabs-tab:hover .ltabs-tab-label {
  color: #444;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-items-container .products-grid .item {
  padding: 0;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-items-container .products-grid .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-items-container .products-grid .owl-controls .owl-nav > div.owl-prev {
  left: -2px;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-items-container .products-grid .owl-controls .owl-nav > div.owl-next {
  right: -2px;
}
.homestyle6 .listingtab-wrapper .sm_listingtab .ltabs-wrap .ltabs-items-container .products-grid:hover .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle6 .testimonial-wrap {
  background: url('../../frontend/Sm/furnicom/en_GB/images/bg-testimonial6.jpg') no-repeat top center;
  min-height: 380px;
}
.homestyle6 .testimonial-wrap .testimonials .owl-controls .owl-nav > div {
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  position: absolute;
  top: 50%;
  margin-top: 30px;
}
.homestyle6 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  background-color: #beae59;
}
.homestyle6 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.homestyle6 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.homestyle6 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  left: 15px;
}
.homestyle6 .testimonial-wrap .testimonial-slider .item img {
  width: auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 10px solid rgba(0, 0, 0, 0.5);
  width: 120px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.homestyle6 .testimonial-wrap .testimonial-slider .item .item-inner {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: relative;
  font-size: 116.7%;
  font-style: italic;
  padding: 77px 50px 40px 50px;
  margin: -60px auto auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homestyle6 .testimonial-wrap .testimonial-slider .item .item-inner .client-des {
  position: relative;
  margin: 10px 0 0 35px;
  line-height: 20px;
}
.homestyle6 .testimonial-wrap .testimonial-slider .item .item-inner .client-des:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -33px;
  top: 0;
}
.homestyle6 .testimonial-wrap .testimonial-slider .item .item-inner .client-des:after {
  content: '\f10e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  position: absolute;
  right: 0px;
  bottom: 0;
}
.homestyle6 .testimonial-wrap .testimonial-slider .item .item-inner .client-name {
  margin: 8px 0 0 35px;
  text-align: center;
}
.homestyle6 .testimonial-wrap .testimonial-slider .item .item-inner .client-name strong {
  text-transform: uppercase;
}
.homestyle6 .product-home-listing {
  margin-top: 77px;
  margin-bottom: 60px;
  position: relative;
}
.homestyle6 .product-home-listing .title-home {
  margin-bottom: 46px;
}
.homestyle6 .product-home-listing .title-home h2 {
  font-size: 166.7%;
  line-height: 100%;
  color: #444;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 17px;
}
.homestyle6 .product-home-listing .title-home h2 strong {
  color: #beae59;
}
.homestyle6 .product-home-listing .title-home h2:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  background-color: #444 !important;
  width: 30px;
  height: 2px;
}
.homestyle6 .product-home-listing .product-slider-content .owl-carousel,
.homestyle6 .product-home-listing .product-slider-content .owl-carousel .owl-stage-outer {
  position: inherit;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner {
  float: left;
  margin-bottom: 20px;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box {
  float: left;
  width: 130px;
  border: 1px solid #ddd;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box:hover {
  border-color: #beae59;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box {
  margin-left: 150px;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .product-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116.7%;
  display: inline-block;
  margin-bottom: 8px;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .product-reviews-summary {
  width: 100%;
  margin-bottom: 0;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .no-rating {
  margin: 3px 0 2px;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .price-box {
  margin: 5px 0;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .price-box p {
  margin-bottom: 0;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action {
  float: left;
  margin-top: 15px;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action form {
  float: left;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .add-to-links {
  float: left;
  display: inline-block;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action a {
  border: 1px solid #ddd;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action {
  display: inline-block !important;
  float: left;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 36px;
  vertical-align: top;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action:hover:before {
  color: #fff !important;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
  width: auto;
  color: #beae59;
  background-color: #fff;
  padding: 0 12px;
  border: 1px solid #ddd;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart:hover {
  background-color: #beae59;
  color: #fff;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-compare,
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-wishlist {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-compare {
  margin: 0 5px;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-wishlist {
  float: right;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action span {
  display: none;
}
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner:hover .info-product-box .bottom-action .link-compare,
.homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner:hover .info-product-box .bottom-action .link-wishlist {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls {
  position: absolute;
  top: 0px;
  right: 0;
  width: 90px;
  background-color: #fff;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav {
  float: right;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle6 .product-home-listing .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle6 .product-home-listing:hover .owl-theme .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands {
  width: 100%;
  float: left;
  position: relative;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .item {
  background-color: #eee;
  border-right: 1px solid #fff;
  position: relative;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .item:after {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -19px;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.next:before,
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.prev:before,
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-prev {
  left: -17px;
}
.homestyle6 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div.owl-next {
  right: -17px;
}
.homestyle6 .latest-blog-wrap {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
}
.homestyle6 .latest-blog-wrap .title-home {
  text-align: center;
  margin-bottom: 40px;
}
.homestyle6 .latest-blog-wrap .title-home h2 {
  padding: 13px 0 10px;
  font-size: 216.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  line-height: 100%;
}
.homestyle6 .latest-blog-wrap .title-home strong {
  color: #beae59;
  font-weight: 700;
}
.homestyle6 .latest-blog-wrap .latest-blog .item {
  float: left;
  width: 50%;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
  width: 50%;
  position: relative;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog {
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .big-txt {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 100%;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog .date-blog .normal-txt {
  font-size: 83.333%;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
  padding: 0 30px;
  width: 50%;
}
@media (min-width: 768px) {
  .homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: 203px;
  }
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
  font-size: 100%;
  padding-bottom: 15px;
  padding-top: 30px;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle a {
  font-size: 116.7%;
  font-weight: bold;
  text-transform: uppercase;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .info-post {
  display: none;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
  color: #beae59;
  text-transform: uppercase;
  padding-top: 10px;
  float: left;
}
.homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
  color: #9f9256;
}
.homestyle6 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog,
.homestyle6 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog {
  float: left;
}
.homestyle6 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .image-blog:after,
.homestyle6 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .image-blog:after {
  width: 0
;
  height: 0
;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
}
.homestyle6 .latest-blog-wrap .latest-blog .item.item-1 .blog-item-content .info-blog,
.homestyle6 .latest-blog-wrap .latest-blog .item.item-2 .blog-item-content .info-blog {
  float: left;
}
.cms-index-index.cms-page-7 .page-wrapper .col1-layout > .container > .row {
  background-color: #fff;
  padding: 30px 15px;
  margin: -85px -30px -30px -30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.homestyle7 {
  /*float: left;
    width: 100%;*/
  /*-----banner infos----*/
  /* static categories */
  /* slider basic product */
}
.homestyle7 .sm-imageslider {
  margin-bottom: 30px;
}
.homestyle7 .sm-imageslider .owl-theme .owl-controls .owl-dots {
  margin-top: -25px;
}
.homestyle7 .sm-imageslider .owl-theme .owl-controls .owl-nav .owl-prev::before {
  left: 30px;
}
.homestyle7 .sm-imageslider .owl-theme .owl-controls .owl-nav .owl-next::before {
  right: 30px;
}
.homestyle7 .banner-infos-w {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.homestyle7 .banner-infos-w .banner-infos {
  padding: 15px 0;
  float: left;
  width: 100%;
}
.homestyle7 .banner-infos-w .banner-infos .banner-info {
  width: 33.333%;
  float: left;
}
.homestyle7 .banner-infos-w .banner-infos .banner-info img {
  float: left;
}
.homestyle7 .banner-infos-w .banner-infos .banner-info .banner-cont {
  float: left;
  padding-left: 20px;
  padding-top: 25px;
  color: #444;
}
.homestyle7 .banner-infos-w .banner-infos .banner-info .banner-cont a {
  font-size: 133.3%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
}
.homestyle7 .static-categories {
  margin-top: 30px;
}
.homestyle7 .static-categories img {
  width: 100%;
}
.homestyle7 .static-categories .row-cate1 {
  float: left;
  margin-bottom: 15px !important;
}
.homestyle7 .static-categories .row-cate1 .static-cate {
  width: 25%;
}
.homestyle7 .static-categories .row-cate {
  margin: 0 -7px;
}
.homestyle7 .static-categories .row-cate .static-cate {
  float: left;
  padding: 0 7px;
}
.homestyle7 .static-categories .row-cate .static-cate .cate-inner {
  position: relative;
}
.homestyle7 .static-categories .row-cate .static-cate .inner {
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.homestyle7 .static-categories .row-cate .static-cate .inner a {
  color: #fff;
  font-size: 150%;
}
.homestyle7 .static-categories .row-cate .static-cate .inner a:hover {
  color: #beae59;
}
.homestyle7 .static-categories .row-cate .static-cate:hover {
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.homestyle7 .static-categories .row-cate .static-cate:hover .inner {
  height: 100%;
  line-height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.homestyle7 .static-categories .row-cate2 .static-cate {
  width: 25%;
}
.homestyle7 .static-categories .row-cate2 .cate-banner {
  width: 50%;
}
.homestyle7 .static-categories .row-cate2 .cate-banner a {
  position: relative;
  display: block;
}
.homestyle7 .static-categories .row-cate2 .cate-banner a:before {
  bottom: 30px;
  content: "";
  left: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.homestyle7 .static-categories .row-cate2 .cate-banner a:hover:before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
  right: 0;
  top: 0;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 60px;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-grid .item,
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-list .item {
  margin-bottom: 0;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-grid .item .item-inner,
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-list .item .item-inner {
  border: 1px solid transparent;
  margin-bottom: 1px;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-grid .item .item-inner .bottom-action,
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-list .item .item-inner .bottom-action {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-grid .item:hover .item-inner,
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-list .item:hover .item-inner {
  border-color: #ddd;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-grid .item:hover .item-inner .bottom-action,
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .products-list .item:hover .item-inner .bottom-action {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-prev {
  left: 15px;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-next {
  right: 15px;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .basic-products-slider:hover .owl-theme .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .title-home {
  text-align: center;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .title-home h2 {
  padding: 10px 0 5px 0;
  font-size: 200%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .title-home h2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b2b2b2 !important;
  top: 2px;
  left: 0;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .title-home h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b2b2b2 !important;
  bottom: -4px;
  left: 0;
}
.homestyle7 .slider-basic-wrapper .block-slider-basic-product .title-home strong {
  color: #beae59;
}
.cms-home-style-8 .sm-imageslider {
  clear: both;
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  overflow: visible;
}
.cms-home-style-8 .sm-imageslider .sm-imageslider-inner {
  margin-top: 0px;
}
.cms-home-style-8 .sm-imageslider .sm-imageslider-inner,
.cms-home-style-8 .sm-imageslider .sm-imageslider-content .owl-stage-outer {
  overflow: visible;
}
.cms-home-style-8 .sm-imageslider .sm-imageslider-content .owl-item {
  position: relative;
}
.cms-home-style-8 .sm-imageslider .sm-imageslider-content .owl-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}
.cms-home-style-8 .sm-imageslider .sm-imageslider-content .owl-item.active:before {
  display: none;
}
.cms-home-style-8 .sm-imageslider .owl-theme .owl-controls .owl-nav .owl-prev::before {
  left: 30px;
  margin-top: -35px;
}
.cms-home-style-8 .sm-imageslider .owl-theme .owl-controls .owl-nav .owl-next::before {
  right: 30px;
  margin-top: -35px;
}
.cms-home-style-8 .sm-imageslider .owl-theme .owl-controls .owl-dots {
  position: absolute;
  height: 12px;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
}
.homestyle8 {
  /* basic slider */
  /*-----banner infos----*/
  /*----testimonial--*/
  /*---tab listing top selling---*/
  /*--banner --*/
}
.homestyle8 .static-categories {
  margin: 40px 0;
  float: left;
  width: 100%;
}
.homestyle8 .static-categories .cate-title {
  text-align: center;
  margin-bottom: 30px;
}
.homestyle8 .static-categories .cate-title h2 {
  padding: 5px 0;
  font-size: 166.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  font-weight: 300;
}
.homestyle8 .static-categories .cate-title strong {
  color: #beae59;
  font-weight: 700;
}
.homestyle8 .static-categories .cate-content {
  margin: 0 -15px;
}
.homestyle8 .static-categories .cate-content .cate {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.homestyle8 .static-categories .cate-content .cate .inner {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(206, 206, 206, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(206, 206, 206, 0.75);
  text-align: center;
}
.homestyle8 .static-categories .cate-content .cate .inner a {
  font-size: 133.33%;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  padding: 20px 0 17px;
  line-height: 100%;
  display: block;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.homestyle8 .static-categories .cate-content .cate .inner:hover {
  cursor: pointer;
}
.homestyle8 .static-categories .cate-content .cate .inner:hover a {
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  color: #fff;
}
.homestyle8 .block-slider-basic-product .basic-products-slider {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-prev {
  left: 13px;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-next {
  right: 13px;
}
.homestyle8 .block-slider-basic-product .basic-products-slider:hover .owl-theme .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .products-grid .item {
  margin-bottom: 0;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .products-grid .item .item-inner {
  margin-bottom: 1px;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .products-grid .item .item-inner .bottom-action {
  margin-top: 15px;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .products-grid .item .item-inner .box-info {
  padding-top: 5px;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .products-grid .item .item-inner .box-info .price-box {
  height: 19px;
}
.homestyle8 .block-slider-basic-product .basic-products-slider .products-grid .item .item-inner .box-image .product-image img {
  transform-style: unset;
}
.homestyle8 .block-slider-basic-product .title-home {
  text-align: center;
}
.homestyle8 .block-slider-basic-product .title-home h2 {
  padding: 5px 0;
  font-size: 166.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  font-weight: 300;
}
.homestyle8 .block-slider-basic-product .title-home strong {
  color: #beae59;
  font-weight: 700;
}
.homestyle8 .slider-basic-wrapper1 .title-home {
  text-align: left;
  margin-left: 25%;
}
.homestyle8 .slider-basic-wrapper2 .title-home {
  text-align: right;
  margin-right: 25%;
}
.homestyle8 .basic-banner {
  margin-top: 67px;
}
.homestyle8 .basic-banner a {
  position: relative;
  display: block;
}
.homestyle8 .basic-banner a:before {
  bottom: 30px;
  content: "";
  left: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.homestyle8 .basic-banner a:hover:before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
  right: 0;
  top: 0;
}
.homestyle8 .banner-infos {
  background-color: #254470;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.homestyle8 .banner-infos .banner-info {
  float: left;
}
.homestyle8 .banner-infos .banner-info img {
  float: left;
}
.homestyle8 .banner-infos .banner-info .banner-cont {
  color: #fff;
  float: left;
  margin-top: 30px;
  padding-left: 10px;
  /*a::before {
                  color: #fff;
                  content: attr(data-hover);
                  position: absolute;
                  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
                  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
                  transition: transform 0.3s, opacity 0.3s;
                }

                a:hover::before,
                a:focus::before {
                  -webkit-transform: scale(0.9);
                  -moz-transform: scale(0.9);
                  transform: scale(0.9);
                  .opacity(0);
                }*/
}
.homestyle8 .banner-infos .banner-info .banner-cont a {
  font-weight: bold;
  font-size: 133.3%;
  text-shadow: none;
  color: #fff;
}
.homestyle8 .banner-infos .banner-info .banner-cont a:hover {
  color: #EE5D52;
}
.homestyle8 .banner-infos .banner-info.banner-info3,
.homestyle8 .banner-infos .banner-info.banner-info1 {
  width: 30%;
  padding: 19px;
}
.homestyle8 .banner-infos .banner-info.banner-info2 {
  position: relative;
  width: 40%;
}
.homestyle8 .banner-infos .banner-info.banner-info2 .inner {
  background-color: #152f54;
  padding: 19px;
  margin: 0 41px;
  float: left;
  width: 83%;
}
.homestyle8 .banner-infos .banner-info.banner-info2:before {
  width: 0
;
  height: 0
;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-right: 40px solid #152f54;
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
}
.homestyle8 .banner-infos .banner-info.banner-info2:after {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 40px solid #152f54;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.homestyle8 .testimonial-wrap {
  margin: 40px 0;
  background: url('../../frontend/Sm/furnicom/en_GB/images/bg-testimonial8.jpg') no-repeat top center;
}
.homestyle8 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
  padding: 120px 130px;
}
.homestyle8 .testimonial-wrap .testimonials .owl-controls .owl-nav > div {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
}
.homestyle8 .testimonial-wrap .testimonials .owl-controls .owl-nav > div:hover {
  background-color: #beae59;
}
.homestyle8 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.homestyle8 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.homestyle8 .testimonial-wrap .testimonials .owl-controls .owl-nav > div.owl-next:before {
  left: 15px;
}
.homestyle8 .testimonial-wrap .testimonial-slider .item img {
  width: auto;
  float: left;
}
.homestyle8 .testimonial-wrap .testimonial-slider .item .item-inner {
  background-color: #141413;
  color: #fff;
  position: relative;
  font-size: 116.7%;
  font-style: italic;
  padding: 27px 30px;
  margin-left: 127px;
}
.homestyle8 .testimonial-wrap .testimonial-slider .item .item-inner:before {
  width: 0
;
  height: 0
;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #141413;
  position: absolute;
  content: "";
  top: 28px;
  left: -8px;
}
.homestyle8 .testimonial-wrap .testimonial-slider .item .item-inner .client-des {
  position: relative;
  margin: 0 0 0 35px;
  line-height: 20px;
}
.homestyle8 .testimonial-wrap .testimonial-slider .item .item-inner .client-des:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -33px;
  top: 0;
}
.homestyle8 .testimonial-wrap .testimonial-slider .item .item-inner .client-name {
  margin: 8px 0 0 35px;
}
.homestyle8 .testimonial-wrap .testimonial-slider .item .item-inner .client-name strong {
  text-transform: uppercase;
}
.homestyle8 .listingtab-wrapper {
  margin-top: 46px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs {
  position: relative;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .title-home {
  float: left;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .title-home h2 {
  font-size: 166.7%;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .title-home h2 strong {
  color: #beae59;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .title-home h2:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #beae59;
  width: 30px;
  height: 2px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
  overflow: inherit;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
  float: right;
  margin-right: 88px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
  float: left;
  margin-right: 2px;
  margin-top: -6px;
  text-align: center;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
  line-height: 100%;
  color: #444;
  background-color: #f7f7f7;
  padding: 12px 10px 11px 21px;
  display: inline-block;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
  color: #fff;
  position: relative;
  background-color: #beae59;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: 8px;
  color: #fff;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover {
  cursor: pointer;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li:hover .ltabs-tab-label {
  background-color: #beae59;
  color: #fff;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-carousel {
  position: inherit;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item {
  padding: 0 0 20px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item:after {
  content: "";
  display: block;
  clear: both;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner {
  float: left;
  margin-bottom: 10px;
  border: none;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
  float: left;
  width: 160px;
  border: 1px solid #ddd;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image:hover {
  border-color: #beae59;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .product-reviews-summary.empty {
  padding-top: 0;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
  margin-left: 180px;
  text-align: left;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .product-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116.7%;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box {
  margin: 3px 0;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box p {
  margin-bottom: 0;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
  border: 1px solid #ddd;
  margin-top: 20px;
  float: left;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action form {
  float: left;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .add-to-links {
  float: left;
  display: inline-block;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action a {
  border-left: 1px solid #ddd !important;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action {
  border: none;
  float: left;
  line-height: 38px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 36px;
  vertical-align: top;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action:hover:before {
  color: #fff !important;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
  width: auto;
  color: #beae59;
  background-color: #fff;
  padding: 0 12px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart:hover {
  background-color: #beae59;
  color: #fff;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.link-wishlist {
  float: right;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action span {
  display: none;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-stage-outer .ltabs-item {
  width: auto;
  margin-top: 30px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
  position: absolute;
  top: -7px;
  right: 0;
  width: 90px;
  background-color: #fff;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav {
  float: right;
  margin-top: 2px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.next:before,
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.prev:before,
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .owl-carousel .owl-item img {
  transform-style: inherit;
}
.homestyle8 .banner1-w {
  margin-top: 70px;
}
.homestyle8 .banner1-w .banner {
  width: 33.333%;
  float: left;
}
.homestyle8 .banner1-w .banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cms-home-style-9.cms-index-index .col1-layout > .container {
  width: 100%;
  padding: 0;
}
.homestyle9 {
  /*-----banner infos----*/
  /*---basic product custom - new arrivals ---*/
  /*-- about us ---*/
}
.homestyle9 .categories-slider {
  z-index: unset;
  margin-top: 70px;
  float: left;
  width: 100%;
}
.homestyle9 .categories-slider .owl-stage-outer {
  overflow: visible;
}
.homestyle9 .categories-slider .owl-item {
  position: relative;
}
.homestyle9 .categories-slider .owl-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1;
}
.homestyle9 .categories-slider .owl-item.active:before {
  display: none;
}
.homestyle9 .categories-slider .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: -40px 0 0 0 !important;
}
.homestyle9 .categories-slider .owl-nav > div.owl-prev {
  left: -1px;
}
.homestyle9 .categories-slider .owl-nav > div.owl-next {
  right: -1px;
}
.homestyle9 .categories-slider .cate .inner {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(206, 206, 206, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(206, 206, 206, 0.75);
  text-align: center;
}
.homestyle9 .categories-slider .cate .inner a {
  font-size: 133.33%;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  padding: 20px 0 17px;
  line-height: 100%;
  display: block;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.homestyle9 .categories-slider .cate .inner:hover {
  cursor: pointer;
}
.homestyle9 .categories-slider .cate .inner:hover a {
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  color: #fff;
}
.homestyle9 .banner-infos {
  padding: 62px 0;
  float: left;
  width: 100%;
}
.homestyle9 .banner-infos .banner-info {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
}
.homestyle9 .banner-infos .banner-info.banner-info1 {
  padding-left: 0;
}
.homestyle9 .banner-infos .banner-info img {
  float: left;
}
.homestyle9 .banner-infos .banner-info .banner-cont {
  color: #444;
  float: left;
  margin-top: 30px;
  padding-left: 10px;
}
.homestyle9 .banner-infos .banner-info .banner-cont a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 133.3%;
  text-shadow: none;
}
.homestyle9 .new-arrivals-w .title-basic {
  text-align: center;
}
.homestyle9 .new-arrivals-w .title-basic h2 {
  text-transform: uppercase;
  color: #222;
  font-size: 266.7%;
  font-weight: 700;
  position: relative;
  line-height: 100%;
}
.homestyle9 .new-arrivals-w .title-basic h2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #222;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
}
.homestyle9 .new-arrivals-w .basic-custom {
  margin: 45px 0 0 0;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items {
  border-top: 1px solid #ddd;
  /*.item-5,
                .item-7,
                .item-12{
                  border-right: none !important;
                }*/
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img {
  border: none !important;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img .banner-basic a {
  position: relative;
  display: block;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img .banner-basic a:before {
  bottom: 30px;
  content: "";
  left: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img .banner-basic a:hover:before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
  right: 0;
  top: 0;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img .banner-basic a {
  left: 0;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img img {
  width: 100%;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item-13 {
  display: none;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item {
  width: 25%;
  float: left;
  margin: 0px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner {
  border: 0px;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-image {
  max-height: 450px;
}
.homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-info {
  padding: 2px 0 15px;
}
.homestyle9 .new-arrivals-w .view-all {
  float: left;
  width: 100%;
  margin-top: 46px;
  text-align: center;
}
.homestyle9 .new-arrivals-w .view-all a {
  font-size: 133.33%;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 8px 25px 7px 25px;
  letter-spacing: 2px;
}
.homestyle9 .aboutus-home {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.homestyle9 .aboutus-home .about-title h2 {
  text-transform: uppercase;
  color: #222;
  font-size: 266.7%;
  font-weight: 700;
  position: relative;
  line-height: 100%;
}
.homestyle9 .aboutus-home .about-title h2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #222;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
}
.homestyle9 .aboutus-home .about-content {
  padding-top: 43px;
}
.homestyle9 .aboutus-home .about-content p {
  color: #999;
  font-size: 116.7%;
  line-height: 25px;
}
.homestyle9 .aboutus-home .about-content ul {
  display: flex;
  justify-content: center;
  margin: 25px 0 30px 0;
}
.homestyle9 .aboutus-home .about-content ul li {
  float: left;
  padding: 0 20px;
}
.homestyle10 {
  /*--banner---*/
}
.homestyle10 .id10-banner {
  float: left;
  width: 100%;
}
.homestyle10 .id10-banner .banner {
  float: left;
}
.homestyle10 .id10-banner .banner a {
  display: block;
  position: relative;
}
.homestyle10 .id10-banner .banner a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle10 .id10-banner .banner a:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.homestyle10 .id10-banner .banner img {
  width: 100%;
}
.homestyle10 .id10-banner1 {
  margin-top: 30px;
}
.homestyle10 .id10-banner1 .banner1 {
  width: 33.3333333%;
  padding-right: 10px;
}
.homestyle10 .id10-banner1 .banner2 {
  width: 66.6666666%;
}
.homestyle10 .id10-banner2 {
  margin-top: 10px;
}
.homestyle10 .id10-banner2 .banner2 {
  width: 33.3333333%;
  padding-left: 10px;
}
.homestyle10 .id10-banner2 .banner1 {
  width: 66.6666666%;
}
.homestyle10 .id10-banner3 {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.homestyle10 .id10-banner3 a {
  display: block;
  position: relative;
}
.homestyle10 .id10-banner3 a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle10 .id10-banner3 a:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.homestyle10 .static-cates {
  margin: 0 -5px;
}
.homestyle10 .static-cates .cate {
  width: 33.333%;
  float: left;
  padding: 0 5px;
  text-align: center;
}
.homestyle10 .static-cates .cate a.link-img {
  display: block;
  position: relative;
}
.homestyle10 .static-cates .cate a.link-img:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle10 .static-cates .cate a.link-img:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.homestyle10 .static-cates .cate .cate-content {
  text-transform: uppercase;
  color: #222;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 35px;
}
.homestyle10 .static-cates .cate .cate-content a {
  color: #222;
  font-size: 216.7%;
  position: relative;
  font-weight: 500;
  line-height: 100%;
  display: block;
}
.homestyle10 .static-cates .cate .cate-content a:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #000;
  bottom: -8px;
  left: 50%;
  margin-left: -50px;
}
.homestyle10 .static-cates .cate .cate-content .cont {
  font-size: 133.333%;
  font-weight: 300;
  line-height: 22px;
  margin-top: 30px;
}
.homestyle10 .static-cates .cate .cate-content .cont strong {
  font-weight: 700;
}
.homestyle10 .static-cates .cate.cate1 .cate-content {
  background-color: #72b3af;
}
.homestyle10 .static-cates .cate.cate2 .cate-content {
  background-color: #efd973;
}
.homestyle10 .static-cates .cate.cate3 .cate-content {
  background-color: #669c2c;
}
.homestyle10 .block-slider-basic-product .basic-products-slider {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.homestyle10 .block-slider-basic-product .basic-products-slider .products-grid .item,
.homestyle10 .block-slider-basic-product .basic-products-slider .products-list .item {
  margin-bottom: 0;
}
.homestyle10 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle10 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-prev {
  left: 13px;
}
.homestyle10 .block-slider-basic-product .basic-products-slider .owl-theme .owl-controls .owl-nav > div.owl-next {
  right: 13px;
}
.homestyle10 .block-slider-basic-product .basic-products-slider:hover .owl-theme .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle10 .block-slider-basic-product .title-home {
  text-align: center;
}
.homestyle10 .block-slider-basic-product .title-home h2 {
  padding: 5px 0;
  font-size: 166.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  font-weight: 300;
}
.homestyle10 .block-slider-basic-product .title-home strong {
  color: #beae59;
  font-weight: 700;
}
.homestyle10 .basic-products-slider .products-grid .item .item-inner {
  margin-bottom: 1px;
}
.homestyle10 .basic-products-slider .products-grid .item .item-inner .box-image .product-image img {
  transform-style: unset;
}
.homestyle10 .brands-tab {
  margin-bottom: 0;
}
@media (width: 1366px) {
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img img {
    height: 403px;
  }
}
@media (width: 1366px) and (-webkit-min-device-pixel-ratio: 0) {
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img img {
    height: 401px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .box-image img {
    min-height: 275px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-image {
    padding: 10px 40px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-info {
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  #search_mini_form .form-search i {
    display: none;
  }
  .custom-slider-img-w .owl-theme .owl-item img,
  .sm-imageslider .owl-theme .owl-item img {
    width: 100%;
  }
  .page-wrapper .sm_quickview_handler,
  .page-wrapper .new-arrivals-w .basic-custom .bs-items .item .item-inner .sm_quickview_handler,
  .page-wrapper .products-grid .item .item-inner .box-image .sm_quickview_handler,
  .page-wrapper .products-list .item .item-inner .box-image .sm_quickview_handler {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper {
    overflow-x: hidden;
  }
  .cms-page-1 .sm-imageslider {
    margin-top: 0;
  }
  .sm-imageslider .owl-carousel .owl-item img {
    width: 100%;
  }
  .homestyle1 .banner1-w .banner a img {
    width: 100%;
  }
  .homestyle1 .products-grid .item .item-inner .product-reviews-summary .rating-summary .rating-result {
    margin: auto;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .top-categories a {
    width: 50%;
    float: left;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .top-categories a img {
    width: 100%;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav {
    bottom: 10px;
  }
  .homestyle1 .wrap-content1 .products-w .block .block-title {
    padding-left: 10px;
  }
  .homestyle1 .wrap-content1 .products-w .block-content .item .item-inner {
    padding-left: 10px;
  }
  .homestyle1 .wrap-content1 .products-w .block-content .item .item-inner .box-info {
    margin-left: 100px;
  }
  .homestyle1 .wrap-content1 .products-w .block-content .item .item-inner .box-info .product-name {
    font-size: 110%;
  }
  .homestyle1 .banner-infos .banner-info {
    width: 33.333%;
    /*text-align: center;  */
  }
  .homestyle1 .banner-infos .banner-info .inner {
    padding: 19px 0;
  }
  .homestyle1 .banner-infos .banner-info .banner-cont {
    margin-top: 10px;
  }
  .homestyle1 .banner-infos .banner-info.banner-info2::before,
  .homestyle1 .banner-infos .banner-info.banner-info2::after {
    display: none;
  }
  .homestyle1 .banner-infos .banner-info.banner-info2 .inner {
    background-color: transparent;
    margin: 0;
  }
  .homestyle1 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 120px 70px;
  }
  .homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 {
    padding: 22px 10px 12px 10px;
  }
  .homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .title-home {
    margin-bottom: 10px;
  }
  .homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .desc,
  .homestyle1 .static-content-wrap .static-content .h-margin {
    margin-bottom: 10px;
  }
  .homestyle1 .latest-blog-wrap img {
    width: 100%;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: auto;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-bottom: 5px;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    padding-top: 10px;
  }
  .homestyle1 .brands-tab > ul:first-child {
    margin: 0;
  }
  .homestyle1 .brands-tab .tab-content img {
    min-height: 400px;
  }
  .homestyle1 .brands-tab .brands-title {
    padding: 32px 0 31px 0;
  }
  .homestyle1 .brands-tab .tab-content img {
    width: 100%;
  }
  .homestyle2 .products-grid .item .item-inner .bottom-action .btn-action.btn-cart {
    padding: 0;
  }
  .homestyle2 .list-basic-w .list-basic-products {
    width: 55%;
  }
  .homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .box-image {
    width: 90px;
  }
  .homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .box-info {
    margin-left: 105px;
  }
  .homestyle2 .list-basic-w .basic-products-list .list-items .item .item-inner .bottom-action .btn-action.btn-cart {
    padding: 0;
  }
  .homestyle2 .deal-wrapper .products-grid .item .box-image {
    min-height: 405px;
  }
  .homestyle2 .deal-wrapper .sm-deals .owl-nav {
    right: 10px;
  }
  .homestyle2 .static-categories .static-cate a {
    background-position: -18px 0;
  }
  .homestyle2 .static-categories .static-cate-2 a {
    background-position: -172px 0;
  }
  .homestyle2 .static-categories .static-cate-3 a {
    background-position: -330px 0;
  }
  .homestyle2 .static-categories .static-cate-4 a {
    background-position: -18px -135px;
  }
  .homestyle2 .static-categories .static-cate-5 a {
    background-position: -172px -135px;
  }
  .homestyle2 .static-categories .static-cate-6 a {
    background-position: -330px -135px;
  }
  .homestyle2 .static-categories .static-cate-7 a {
    background-position: -16px -270px;
  }
  .homestyle2 .static-categories .static-cate-8 a {
    background-position: -174px -270px;
  }
  .homestyle2 .static-categories .static-cate-9 a {
    background-position: -330px -270px;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .image-blog img {
    height: auto;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .info-blog {
    height: 164px;
    padding: 15px;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 .blog-item-content .image-blog {
    margin-top: 164px;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .first-post .info-blog {
    height: 188px;
  }
  .custom-slider-img-w .owl-theme .owl-controls .owl-dots {
    margin-top: -30px;
  }
  .homestyle3 .owl-carousel .owl-item img {
    width: 100%;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .top-categories a {
    width: 50%;
    float: left;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .top-categories a img {
    width: 100%;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav {
    bottom: 10px;
  }
  .homestyle3 .wrap-content1 .products-w .block .block-title {
    padding-left: 10px;
  }
  .homestyle3 .wrap-content1 .products-w .block-content .item .item-inner {
    padding-left: 10px;
  }
  .homestyle3 .wrap-content1 .products-w .block-content .item .item-inner .box-info {
    margin-left: 100px;
  }
  .homestyle3 .wrap-content1 .products-w .block-content .item .item-inner .box-info .product-name {
    font-size: 110%;
  }
  .homestyle3 .banner-infos {
    margin-top: 0;
  }
  .homestyle3 .banner-infos .banner-info {
    width: 33.333% !important;
    padding: 19px 10px !important;
  }
  .homestyle3 .banner-infos .banner-info .inner {
    padding: 0px !important;
  }
  .homestyle3 .banner-infos .banner-info img {
    width: 85px;
  }
  .homestyle3 .banner-infos .banner-info .banner-cont {
    margin-top: 20px;
  }
  .homestyle3 .banner-infos .banner-info.banner-info2 {
    padding: 19px 0 !important;
  }
  .homestyle3 .banner-infos .banner-info.banner-info2:after,
  .homestyle3 .banner-infos .banner-info.banner-info2:before {
    display: none;
  }
  .homestyle3 .banner-infos .banner-info.banner-info2 .inner {
    background-color: transparent;
    margin: 0;
    width: 100%;
  }
  .homestyle3 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 120px 70px;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: auto;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-bottom: 5px;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle3 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    padding-top: 15px;
  }
  .homestyle3 .brands-tab .brands-title {
    padding: 32px 0 32px 0;
  }
  .homestyle3 .brands-tab .tab-content img {
    width: 100%;
  }
  .homestyle3 .brands-tab ul.nav-brand-tabs {
    margin: -4px 0 0;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner {
    margin-bottom: 20px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box {
    width: 105px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box {
    margin-left: 115px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action {
    margin-top: 5px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .price-box {
    margin: 0;
  }
  .homestyle3 .wrap-content3 {
    margin-top: 30px;
    padding: 40px 0;
  }
  .homestyle4 .products-w .block .block-title {
    padding: 25px 0 6px 30px;
  }
  .homestyle4 .products-w .block .block-content .item {
    margin-top: 17px;
  }
  .homestyle4 .products-w .block .block-content .item .item-inner {
    padding-top: 17px;
  }
  .homestyle4 .content-wrap1 .products-w .block .block-content .item:last-child {
    display: none;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal {
    padding: 30px 10px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal h2 span {
    font-size: 120%;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal .pretext-inner .top-categories a {
    width: 50%;
    float: left;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal .pretext-inner p {
    margin: 25px 0 26px 0;
  }
  .homestyle4 .sm-super-categories .products-grid .item .item-inner .box-info .product-name {
    min-height: 35px;
  }
  .homestyle4 .sm-super-categories .category-wrap .inner {
    min-height: 519px;
  }
  .homestyle4 .sm-super-categories .category-wrap .cat-title {
    padding: 20px 25px;
  }
  .homestyle4 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 120px 90px;
  }
  .homestyle4 .banner-infos .banner-info {
    width: 33.333% !important;
    padding: 19px 10px !important;
  }
  .homestyle4 .banner-infos .banner-info .inner {
    padding: 0px !important;
  }
  .homestyle4 .banner-infos .banner-info img {
    width: 85px;
  }
  .homestyle4 .banner-infos .banner-info .banner-cont {
    margin-top: 20px;
  }
  .homestyle4 .banner-infos .banner-info.banner-info2 {
    padding: 19px 0 !important;
  }
  .homestyle4 .banner-infos .banner-info.banner-info2:after,
  .homestyle4 .banner-infos .banner-info.banner-info2:before {
    display: none;
  }
  .homestyle4 .banner-infos .banner-info.banner-info2 .inner {
    background-color: transparent;
    margin: 0;
    width: 100%;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item {
    background-color: #fff;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: auto;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-bottom: 5px;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle4 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    padding-top: 15px;
  }
  .homestyle4 .brands-tab .brands-title {
    padding: 32px 0 31px 0;
  }
  .homestyle4 .brands-tab .tab-content img {
    width: 100%;
  }
  .homestyle4 .brands-tab ul.nav-brand-tabs {
    margin: -2px 0 0 0;
  }
  .homestyle5 .col-product2 .products-sidebar .item .item-inner .box-info .product-name,
  .homestyle5 .col-product1 .products-sidebar .item .item-inner .box-info .product-name {
    height: 35px;
    overflow: hidden;
  }
  .homestyle5 .col-product2 .block .block-title,
  .homestyle5 .col-product1 .block .block-title {
    padding: 20px 0 0px 15px;
  }
  .homestyle5 .col-product2 .block .block-content .item .item-inner,
  .homestyle5 .col-product1 .block .block-content .item .item-inner {
    padding-left: 10px;
  }
  .homestyle5 .col-product2 .block .block-content .item .item-inner .box-info,
  .homestyle5 .col-product1 .block .block-content .item .item-inner .box-info {
    margin-left: 95px;
  }
  .homestyle5 .super-cate3 .sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next,
  .homestyle5 .super-cate1 .sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next {
    right: -1px;
  }
  .homestyle5 .super-cate3 .sm-super-categories .spc-wrap .spc-items-container,
  .homestyle5 .super-cate1 .sm-super-categories .spc-wrap .spc-items-container {
    margin-right: 0;
    border-right: 1px solid #ddd;
  }
  .homestyle5 .super-cate2 .sm-super-categories .spc-wrap .spc-items-container {
    margin-left: 0;
  }
  .homestyle5 .sm-super-categories .category-wrap .inner {
    min-height: 512px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .cate-img {
    display: none;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner {
    padding: 21px 10px 22px 10px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-info {
    padding-left: 100px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-info .product-name {
    height: 35px;
    overflow: hidden;
  }
  .homestyle5 .banner-infos .banner-info {
    width: 33.333% !important;
    padding: 19px 10px !important;
  }
  .homestyle5 .banner-infos .banner-info .inner {
    padding: 0px !important;
  }
  .homestyle5 .banner-infos .banner-info img {
    width: 85px;
  }
  .homestyle5 .banner-infos .banner-info .banner-cont {
    margin-top: 20px;
  }
  .homestyle5 .banner-infos .banner-info.banner-info2 {
    padding: 19px 0 !important;
  }
  .homestyle5 .banner-infos .banner-info.banner-info2:after,
  .homestyle5 .banner-infos .banner-info.banner-info2:before {
    display: none;
  }
  .homestyle5 .banner-infos .banner-info.banner-info2 .inner {
    background-color: transparent;
    margin: 0;
    width: 100%;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    min-height: auto;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-bottom: 5px;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle5 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    padding-top: 15px;
  }
  .homestyle5 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 120px 70px;
  }
  .homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div {
    top: 31px;
  }
  .homestyle5 .custom-slider-brands-w .brands-title {
    padding: 30px 0;
  }
  .homestyle5 .custom-slider-brands-w .owl-controls .owl-nav > div.owl-prev {
    left: 0 !important;
  }
  .homestyle5 .custom-slider-brands-w .owl-controls .owl-nav > div.owl-next {
    right: 0 !important;
  }
  .homestyle6 .sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
    border: 1px solid #ddd;
  }
  .homestyle6 .sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
    border: 1px solid transparent;
  }
  .homestyle6 .banner-infos .banner-info.banner-info3,
  .homestyle6 .banner-infos .banner-info.banner-info1 {
    width: 32%;
  }
  .homestyle6 .banner-infos .banner-info.banner-info2 {
    width: 36%;
  }
  .homestyle6 .banner-infos .banner-info .banner-cont {
    padding-left: 10px;
  }
  .homestyle6 .static-categories .static-cate .inner ul {
    margin-top: 10px;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image {
    width: 45%;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info {
    margin-left: 45%;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate a {
    background-position: -18px 0;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-2 a {
    background-position: -172px 0;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-3 a {
    background-position: -330px 0;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-4 a {
    background-position: -18px -135px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-5 a {
    background-position: -172px -135px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-6 a {
    background-position: -330px -135px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-7 a {
    background-position: -16px -270px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-8 a {
    background-position: -174px -270px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-9 a {
    background-position: -330px -270px;
  }
  .homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box {
    /*width: 100px;*/
  }
  .homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box {
    /*margin-left: 110px;*/
  }
  .homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 0;
  }
  .homestyle7 .banner-infos .banner-info.banner-info3,
  .homestyle7 .banner-infos .banner-info.banner-info1 {
    width: 32%;
  }
  .homestyle7 .banner-infos .banner-info.banner-info2 {
    width: 36%;
  }
  .homestyle7 .banner-infos .banner-info .banner-cont {
    padding-left: 10px;
  }
  .homestyle7 .static-categories .row-cate2 .cate-banner a img {
    height: 294px;
  }
  .homestyle8 .banner-infos .banner-info {
    width: 33.333% !important;
    text-align: center;
  }
  .homestyle8 .banner-infos .banner-info .inner {
    padding: 19px 0 !important;
  }
  .homestyle8 .banner-infos .banner-info img {
    float: none;
  }
  .homestyle8 .banner-infos .banner-info .banner-cont {
    margin-top: 10px;
    float: none;
  }
  .homestyle8 .banner-infos .banner-info.banner-info2::before,
  .homestyle8 .banner-infos .banner-info.banner-info2::after {
    display: none;
  }
  .homestyle8 .banner-infos .banner-info.banner-info2 .inner {
    background-color: transparent;
    margin: 0;
  }
  .homestyle8 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 90px 120px;
  }
  .homestyle8 .basic-banner {
    display: none;
  }
  .homestyle8 .slider-basic-wrapper1 .title-home {
    text-align: center;
    margin-left: 0;
  }
  .homestyle8 .slider-basic-wrapper2 .title-home {
    text-align: center;
    margin-right: 0;
  }
  .homestyle9 .categories-slider .owl-nav > div {
    margin-top: -40px !important;
  }
  .homestyle9 .banner-infos .banner-info {
    padding-left: 10px;
  }
  .homestyle9 .banner-infos .banner-info.banner-info3,
  .homestyle9 .banner-infos .banner-info.banner-info1 {
    width: 32%;
  }
  .homestyle9 .banner-infos .banner-info.banner-info2 {
    width: 36%;
  }
  .homestyle9 .banner-infos .banner-info .banner-cont {
    padding-left: 10px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item {
    width: 50%;
    float: left;
    height: 600px;
  }
  .homestyle10 .brands-tab > ul:first-child {
    margin: 0;
  }
  .homestyle10 .brands-tab .tab-content img {
    min-height: 400px;
  }
  .homestyle10 .brands-tab .brands-title {
    padding: 32px 0 31px 0;
  }
  .homestyle10 .brands-tab .tab-content img {
    width: 100%;
  }
  .homestyle10 .id10-banner1 {
    margin-top: 30px;
  }
  .homestyle10 .id10-banner1 .banner1 {
    width: 33.5%;
    padding-right: 10px;
  }
  .homestyle10 .id10-banner1 .banner2 {
    width: 66.5%;
  }
  .homestyle10 .id10-banner2 {
    margin-top: 10px;
  }
  .homestyle10 .id10-banner2 .banner2 {
    width: 33.5%;
    padding-left: 10px;
  }
  .homestyle10 .id10-banner2 .banner1 {
    width: 66.5%;
  }
}
@media (max-width: 991px) {
  .cms-page-1 .sm-imageslider {
    margin-top: 0;
  }
  .page-wrapper .products-grid .item .item-inner .box-image .sm_quickview_handler,
  .page-wrapper .products-list .item .item-inner .box-image .sm_quickview_handler {
    display: none !important;
  }
  .cms-page-1 .sm-imageslider {
    margin-top: 0;
  }
  .homestyle1 img {
    width: 100%;
  }
  .homestyle1 .owl-carousel .owl-item img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homestyle1 {
    /*.products-grid .item .item-inner .bottom-action .btn-action.btn-cart{
      padding: 0 18px;
    }*/
  }
  .homestyle1 .wrap-content1 .slider-deal-w {
    border-right: none;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav {
    bottom: 35px;
    right: 20px;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .top-categories a {
    width: 50%;
    float: left;
  }
  .homestyle1 .wrap-content1 .products-w {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .homestyle1 .wrap-content1 .products-w .block .block-title {
    border-top: 1px solid #ddd;
    padding: 25px 0 0 20px;
  }
  .homestyle1 .wrap-content1 .products-w .block-content ul li.item-3 {
    margin-bottom: 20px;
  }
  .homestyle1 .content-box.hm {
    margin-top: 0;
  }
  .homestyle1 .banner-infos {
    display: none;
  }
  .homestyle1 .banner-infos .banner-info.banner-info2::before,
  .homestyle1 .banner-infos .banner-info.banner-info2::after {
    display: none;
  }
  .homestyle1 .banner-infos .banner-info.banner-info2 .inner {
    background-color: transparent;
    margin: 0;
  }
  .homestyle1 .banner-infos .banner-info {
    width: 33.333%;
  }
  .homestyle1 .banner-infos .banner-info .inner {
    padding: 19px 0;
  }
  .homestyle1 .banner-infos .banner-info .banner-cont {
    margin-top: 10px;
  }
  .homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 {
    padding: 22px 10px 13px 10px;
  }
  .homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .title-home {
    margin-bottom: 10px;
  }
  .homestyle1 .static-content-wrap .static-content.static-content2 .content2-1 .desc,
  .homestyle1 .static-content-wrap .static-content .h-margin {
    margin-bottom: 10px;
  }
  .homestyle1 .static-content-wrap .static-content .content1-2 .inner {
    padding-top: 30px;
  }
  .homestyle1 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 100px 70px;
  }
  .homestyle1 .static-content-wrap .static-content .h-cont .inner {
    display: none;
  }
  .homestyle1 .static-content-wrap .static-content .h-cont.content2-2 img {
    height: 234px;
  }
  .homestyle1 .quickview-main .product-view .product-shop .add-to-links {
    margin-top: 5px !important;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item {
    margin-top: 10px;
    width: 100%;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: auto;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    float: left;
    padding: 0 30px;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
    float: left;
  }
  .homestyle1 .brands-tab .tab-content img {
    min-height: 305px;
  }
  .homestyle1 .brands-tab .brands-title {
    padding: 6px 0 6px 0;
  }
  .homestyle2 .slider-basic-w .margin-slider {
    margin: 0 -5px;
  }
  .homestyle2 .slider-basic-w .sm-basic-products .row-item .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .homestyle2 .slider-basic-w .sm-basic-products .row-item .item .item-inner .bottom-action .btn-action.btn-cart {
    padding: 0;
  }
  .homestyle2 .slider-basic-w .sm-basic-products .row-item .item .item-inner .bottom-action .btn-action.link-compare,
  .homestyle2 .slider-basic-w .sm-basic-products .row-item .item .item-inner .bottom-action .btn-action.link-wishlist {
    width: 42px;
  }
  .homestyle2 .slider-basic-w .sm-basic-products .row-item .item .item-inner .bottom-action > form,
  .homestyle2 .slider-basic-w .sm-basic-products .row-item .item .item-inner .bottom-action .btn-cart-w {
    padding-left: 42px;
    padding-right: 42px;
  }
  .homestyle2 .list-basic-w .list-basic-products {
    width: 80%;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .bottom-action .btn-action.link-compare,
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .bottom-action .btn-action.link-wishlist {
    width: 42px;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .bottom-action > form,
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .bottom-action .btn-cart-w {
    padding-left: 42px;
    padding-right: 42px;
  }
  .homestyle2 .deal-wrapper .sm-deals .owl-nav {
    right: 10px;
    top: 20px;
  }
  .homestyle2 .deal-wrapper .products-grid .item .deals-countdown {
    margin-left: 20px;
  }
  .homestyle2 .static-categories {
    width: 100%;
  }
  .homestyle2 .static-categories .static-cate a {
    background-position: 39px 0;
  }
  .homestyle2 .static-categories .static-cate-2 a {
    background-position: -116px 0;
  }
  .homestyle2 .static-categories .static-cate-3 a {
    background-position: -276px 0;
  }
  .homestyle2 .static-categories .static-cate-4 a {
    background-position: 39px -135px;
  }
  .homestyle2 .static-categories .static-cate-5 a {
    background-position: -116px -135px;
  }
  .homestyle2 .static-categories .static-cate-6 a {
    background-position: -118px -135px;
  }
  .homestyle2 .static-categories .static-cate-7 a {
    background-position: 37px -270px;
  }
  .homestyle2 .static-categories .static-cate-8 a {
    background-position: -118px -270px;
  }
  .homestyle2 .static-categories .static-cate-9 a {
    background-position: -273px -270px;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .first-post {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .first-post .image-blog img {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post {
    width: 100%;
  }
  .custom-slider-img-w .owl-theme .owl-controls .owl-dots {
    margin-top: -30px;
  }
  .homestyle3 .quickview-main .product-view .product-shop .add-to-links {
    margin-top: 5px !important;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle3 .wrap-content1 .slider-deal-w {
    border-right: none;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav {
    bottom: 35px;
    right: 20px;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal .top-categories a {
    width: 50%;
    float: left;
  }
  .homestyle3 .wrap-content1 .products-w {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .homestyle3 .wrap-content1 .products-w .block .block-title {
    border-top: 1px solid #ddd;
    padding: 25px 0 0 20px;
  }
  .homestyle3 .wrap-content1 .products-w .block-content ul li.item-3 {
    margin-bottom: 20px;
  }
  .homestyle3 .banner-infos {
    display: none;
  }
  .homestyle3 .wrap-content3 {
    padding: 40px 0;
  }
  .homestyle3 .phl-last {
    clear: both;
  }
  .homestyle3 .phl-last .product-home-listing {
    margin-top: 30px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner {
    width: 100%;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box {
    width: 140px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box {
    margin-left: 160px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action {
    margin-top: 15px;
  }
  .homestyle3 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 100px 70px;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item {
    margin-top: 10px;
    width: 100%;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: auto;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle3 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    float: left;
    padding: 0 30px;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
  .homestyle3 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
    float: left;
  }
  .homestyle3 .brands-tab .brands-title {
    padding: 6px 0 6px 0;
  }
  .homestyle3 .brands-tab ul.nav-brand-tabs {
    margin-top: -4px;
  }
  .homestyle3 .brands-tab ul.nav-brand-tabs.first {
    margin-top: 0;
  }
  .homestyle4 .slider-images-w {
    padding-right: 15px;
  }
  .homestyle4 .content-wrap1 .products-w {
    float: left;
    padding-left: 15px;
  }
  .homestyle4 .content-wrap1 .products-w .block .block-title {
    padding: 30px 0 8px 30px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown {
    left: 10px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info {
    padding-left: 10px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .product-name {
    min-height: auto;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info .price-box {
    margin: 0;
    height: auto;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal .pretext-inner p {
    margin: 30px 0;
  }
  .homestyle4 .content-wrap2 .products-w .block {
    border-right: none;
    padding-bottom: 0;
  }
  .homestyle4 .content-wrap2 .products-w .block-content .item:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle4 .sm-super-categories .category-wrap {
    padding-right: 15px;
  }
  .homestyle4 .sm-super-categories .spc-wrap {
    padding-left: 15px;
  }
  .homestyle4 .listingtab-wrapper {
    margin-bottom: 0;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
    width: 140px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
    /*margin-left: 160px;*/
    float: left;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
    margin-top: 15px;
  }
  .homestyle4 .sm-super-categories .products-grid .item .item-inner .box-info .product-name {
    min-height: 35px;
  }
  .homestyle4 .sm-super-categories .category-wrap .inner {
    min-height: auto;
  }
  .homestyle4 .banner-infos {
    display: none;
  }
  .homestyle4 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 100px 70px;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item {
    margin-top: 10px;
    width: 100%;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: auto;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle4 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    float: left;
    padding: 0 30px;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
  .homestyle4 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
    float: left;
  }
  .homestyle4 .brands-tab .brands-title {
    padding: 6px 0 6px 0;
  }
  .homestyle4 .brands-tab ul.nav-brand-tabs {
    margin-top: -4px;
  }
  .homestyle4 .brands-tab ul.nav-brand-tabs.first {
    margin-top: 0;
  }
  .homestyle5 .content-wrap1 .col-product1 {
    padding-right: 15px;
    border-right: none;
    float: left;
  }
  .homestyle5 .content-wrap1 .col-deal {
    padding-right: 15px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .label-deal {
    top: 36px;
    right: -45px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
    left: 10px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .timer-deal {
    left: 10px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info {
    margin-top: 0;
    padding-left: 10px;
  }
  .homestyle5 .content-wrap1 .col-product2 {
    padding-left: 15px;
    border-left: none;
    float: left;
    clear: both;
  }
  .homestyle5 .content-wrap1 .col-product2 .block {
    border-top: 1px solid #ddd;
  }
  .homestyle5 .banner5-1 .banner51 {
    display: none;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .col-item .item:last-child .item-inner .box-image a {
    border: none;
  }
  .homestyle5 .sm-super-categories .category-wrap {
    padding-right: 15px;
  }
  .homestyle5 .sm-super-categories .spc-wrap {
    padding-left: 15px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container {
    border-right: none;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner {
    padding: 21px 10px 22px 10px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-info {
    padding-left: 100px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .ltabs-item-slide .item:last-child .item-inner .box-info .product-name {
    height: 35px;
    overflow: hidden;
  }
  .homestyle5 .sm-super-categories .spc-wrap .cate-img {
    display: none;
  }
  .homestyle5 .super-cate3 .sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next,
  .homestyle5 .super-cate1 .sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next {
    right: 0px;
  }
  .homestyle5 .super-cate3 .sm-super-categories .category-wrap .inner,
  .homestyle5 .super-cate1 .sm-super-categories .category-wrap .inner {
    border-right: 1px solid #ddd;
    min-height: auto;
  }
  .homestyle5 .super-cate3 .sm-super-categories .spc-wrap .spc-items-container,
  .homestyle5 .super-cate1 .sm-super-categories .spc-wrap .spc-items-container {
    margin-right: 0;
  }
  .homestyle5 .super-cate2 .sm-super-categories .category-wrap {
    float: none;
    padding-left: 15px;
  }
  .homestyle5 .super-cate2 .sm-super-categories .category-wrap .inner {
    border-left: 1px solid #ddd;
    min-height: auto;
  }
  .homestyle5 .super-cate2 .sm-super-categories .spc-wrap {
    padding-right: 15px;
    float: left;
    width: 100%;
  }
  .homestyle5 .super-cate2 .sm-super-categories .spc-wrap .spc-items-container {
    border-right: none;
    margin-left: 0;
  }
  .homestyle5 .super-cate2 .sm-super-categories .spc-wrap .cate-img {
    display: none;
  }
  .homestyle5 .banner-infos {
    display: none;
  }
  .homestyle5 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 100px 70px;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item {
    margin-top: 10px;
    width: 100%;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: auto;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle5 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    float: left;
    padding: 0 30px;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .image-blog,
  .homestyle5 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .image-blog {
    float: left;
  }
  .homestyle5 .listingtab-wrapper {
    margin-bottom: 0;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
    width: 140px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
    /*margin-left: 160px;*/
    float: left;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
    margin-top: 15px;
  }
  .homestyle5 .custom-slider-brands-w .brands-title {
    padding: 18px 0 17px 0;
  }
  .homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div {
    top: 35px;
  }
  .homestyle6 .banner-infos .banner-info {
    text-align: center;
  }
  .homestyle6 .banner-infos .banner-info .banner-cont,
  .homestyle6 .banner-infos .banner-info img {
    float: none;
  }
  .homestyle6 .static-categories .static-cate {
    width: 50%;
  }
  .homestyle6 .static-categories .static-cate img {
    width: 100%;
  }
  .homestyle6 .dailydeal-wrap {
    padding-bottom: 0;
  }
  .homestyle6 .dailydeal-wrap .static-categories {
    width: 100%;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate a {
    background-position: 39px 0;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-2 a {
    background-position: -116px 0;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-3 a {
    background-position: -276px 0;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-4 a {
    background-position: 39px -135px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-5 a {
    background-position: -116px -135px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-6 a {
    background-position: -118px -135px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-7 a {
    background-position: 37px -270px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-8 a {
    background-position: -118px -270px;
  }
  .homestyle6 .dailydeal-wrap .static-categories .static-cate-9 a {
    background-position: -273px -270px;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper {
    border: 1px solid #ddd;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner {
    padding-bottom: 0;
  }
  .homestyle6 .phl-last .product-home-listing {
    margin-top: 0;
  }
  .homestyle6 .phl-last .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner:nth-child(2) {
    margin-left: 20px;
  }
  .homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    padding: 0 10px;
  }
  .homestyle6 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 0;
  }
  .homestyle7 .banner-infos .banner-info {
    text-align: center;
  }
  .homestyle7 .banner-infos .banner-info .banner-cont,
  .homestyle7 .banner-infos .banner-info img {
    float: none !important;
  }
  .homestyle7 .static-categories .row-cate2 .cate-banner a img {
    height: 223px;
  }
  .homestyle8 .static-categories .cate-content .cate {
    width: 25%;
  }
  .homestyle8 .static-categories .cate-content .cate.cate5 {
    display: none;
  }
  .homestyle8 .banner-infos .banner-info {
    width: 33.333% !important;
    text-align: center;
  }
  .homestyle8 .banner-infos .banner-info .inner {
    padding: 19px 0 !important;
  }
  .homestyle8 .banner-infos .banner-info img {
    float: none;
  }
  .homestyle8 .banner-infos .banner-info .banner-cont {
    margin-top: 10px;
    float: none;
  }
  .homestyle8 .banner-infos .banner-info.banner-info2::before,
  .homestyle8 .banner-infos .banner-info.banner-info2::after {
    display: none;
  }
  .homestyle8 .banner-infos .banner-info.banner-info2 .inner {
    background-color: transparent;
    margin: 0;
  }
  .homestyle8 .basic-banner {
    display: none;
  }
  .homestyle8 .slider-basic-wrapper1 .title-home {
    text-align: center;
    margin-left: 0;
  }
  .homestyle8 .slider-basic-wrapper2 .title-home {
    text-align: center;
    margin-right: 0;
  }
  .homestyle8 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 100px 70px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle8 .sm-super-categories .category-wrap {
    padding-right: 15px;
  }
  .homestyle8 .sm-super-categories .spc-wrap {
    padding-left: 15px;
  }
  .homestyle8 .listingtab-wrapper {
    margin-bottom: 0;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
    width: 140px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
    /*margin-left: 160px;*/
    float: left;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
    margin-top: 15px;
  }
  .homestyle9 .categories-slider {
    margin-top: 15px;
  }
  .homestyle9 .categories-slider .owl-nav > div {
    margin-top: -40px !important;
  }
  .homestyle9 .banner-infos {
    display: none;
  }
  .homestyle9 .new-arrivals-w {
    margin-top: 50px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item {
    width: 50%;
    float: left;
    height: 456px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-image {
    padding: 0 60px;
  }
  .homestyle10 .brands-tab .tab-content img {
    min-height: 305px;
  }
  .homestyle10 .brands-tab .brands-title {
    padding: 6px 0 6px 0;
  }
  .homestyle10 .id10-banner .banner {
    height: 327px;
    overflow: hidden;
  }
  .homestyle10 .static-cates .cate .cate-content a {
    font-size: 180%;
  }
}
@media (max-width: 767px) {
  .full-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .custom-slider-img-w .owl-theme .owl-controls .owl-nav,
  .sm-imageslider .owl-theme .owl-controls .owl-nav {
    display: none;
  }
  .sm-imageslider .owl-carousel .owl-stage-outer {
    overflow: inherit;
  }
  .sm-imageslider .owl-theme .owl-controls .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
  }
  .homestyle1 .wrap-content1 {
    margin-top: 1px;
  }
  .homestyle1 .wrap-content1 .products-w {
    clear: both;
    padding-left: 15px;
    margin-bottom: 20px;
    float: left;
  }
  .homestyle1 .wrap-content1 .products-w .block .block-title {
    border-top: 1px solid #ddd;
    padding: 25px 0 0 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .homestyle1 .wrap-content1 .products-w .block-content ul li.item-3 {
    margin-bottom: 20px;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal {
    display: none;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .deal-slider {
    width: 100%;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .owl-nav {
    bottom: 30px;
    right: 10px;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item {
    padding-left: 15px;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info {
    width: 60%;
  }
  .homestyle1 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .timer-deal {
    left: 0px;
    top: 20px;
  }
  .homestyle1 .content-box.hm {
    margin-top: 0;
  }
  .homestyle1 .banner-infos {
    display: none;
  }
  .homestyle1 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 10px;
  }
  .homestyle1 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item img {
    float: none;
    display: none;
  }
  .homestyle1 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item .item-inner {
    margin-left: 0;
    margin-top: 0px;
  }
  .homestyle1 .static-content-wrap .static-content {
    width: 100%;
  }
  .homestyle1 .static-content-wrap .static-content .content2-1 {
    margin-top: 10px;
  }
  .homestyle1 .static-content-wrap .static-content .content3-1 {
    margin-top: 10px;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-3 .blog-item-content .info-blog,
  .homestyle1 .latest-blog-wrap .latest-blog .item.item-4 .blog-item-content .info-blog {
    padding-top: 0;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item {
    width: 100%;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: 100%;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    width: 100%;
    padding: 0 0 10px 0;
    /*min-height: auto !important;*/
    margin-bottom: 0px;
  }
  .homestyle1 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .homestyle1 .brands-tab ul.nav-brand-tabs {
    width: 100%;
  }
  .homestyle1 .brands-tab ul.nav-brand-tabs li a {
    text-align: center;
    display: block;
  }
  .homestyle1 .brands-tab ul.nav-brand-tabs li a img {
    width: auto;
  }
  .homestyle1 .brands-tab .tab-content {
    width: 100%;
  }
  .homestyle2 .banner1-w .banner {
    width: 100%;
  }
  .homestyle2 .sm-basic-products .row-item .item {
    width: 100%;
  }
  .homestyle2 .list-basic-w .list-basic-products {
    width: 100%;
  }
  .homestyle2 .list-basic-w .list-basic-products .block-content .item {
    width: 100%;
  }
  .homestyle2 .listingtab-wrapper {
    margin-top: 60px;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs {
    overflow: unset;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
    overflow: unset;
    /*-*/
    /*--*/
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-bottom: 0;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
    margin-right: 0;
    text-align: center;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    font-size: 100%;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover {
    color: #beae59;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before {
    display: none;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 60px;
    top: -40px;
    width: 25px;
    z-index: 12;
    cursor: pointer;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow {
    display: none !important;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 200px;
    overflow: hidden;
    text-align: left;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    display: block !important;
    padding: 5px 0;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
    line-height: 20px;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:before {
    display: none !important;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background-color: transparent !important;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
    background-color: #beae59;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
    display: block;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-tabs-wrap.ltabs-selectbox {
    display: none;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
    top: -40px;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ccc;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
    font-size: 17px;
    color: #fff;
    top: -5px;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
    left: 9px;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
    right: 9px;
  }
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
    border: none !important;
  }
  .homestyle2 .list-basic-w {
    background-size: auto 100%;
  }
  .homestyle2 .dailydeal-wrap {
    margin-top: 60px;
  }
  .homestyle2 .deal-wrapper .deal-slider .owl-controls {
    top: -40px;
  }
  .homestyle2 .deal-wrapper .products-grid .item .box-image {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  .homestyle2 .deal-wrapper .products-grid .item .box-image .label-product.label-sale {
    display: none;
  }
  .homestyle2 .deal-wrapper .products-grid .item .box-info {
    margin: 0 0px 20px 15px;
    float: left;
    padding: 0;
  }
  .homestyle2 .deal-wrapper .products-grid .item .box-info .deals-description::before {
    left: 0;
  }
  .homestyle2 .latest-blog-wrap2 {
    float: none;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .first-post {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .first-post .info-blog {
    height: auto;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item {
    margin-top: 10px;
    float: left;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .info-blog {
    height: auto;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item .info-blog:after {
    display: none !important;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-1 {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-1 .info-blog::before {
    display: none !important;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 .blog-item-content .info-blog {
    position: inherit;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-2 .blog-item-content .image-blog {
    margin-top: 0;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-3 .blog-item-content .info-blog {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .item.item-3 .blog-item-content .image-blog {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .image-blog {
    width: 100%;
  }
  .homestyle2 .latest-blog-wrap2 .latest-blog .list-post .info-blog {
    width: 100%;
    height: auto;
  }
  .custom-slider-img-w .owl-theme .owl-controls .owl-dots {
    margin-top: -30px;
  }
  .custom-slider-img-w .owl-theme .owl-controls .owl-nav {
    display: none;
  }
  .homestyle3 .banner-infos {
    display: none;
  }
  .homestyle3 .wrap-content1 {
    margin-top: 40px;
  }
  .homestyle3 .wrap-content1 .products-w {
    clear: both;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .homestyle3 .wrap-content1 .products-w .block .block-title {
    border-top: 1px solid #ddd;
    padding: 25px 0 0 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .homestyle3 .wrap-content1 .products-w .block-content .item:last-child {
    margin-bottom: 20px;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .title-deal {
    display: none;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .deal-slider {
    width: 100%;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item {
    padding-left: 15px;
  }
  .homestyle3 .wrap-content1 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .timer-deal {
    left: 0px;
    top: 20px;
  }
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-nav {
    top: -40px;
    width: auto;
  }
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label::before {
    display: none;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .title-home {
    display: none;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    margin-right: 0;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
    background-color: transparent !important;
    color: #444;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    background-color: transparent !important;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .ltabs-item {
    width: 100%;
  }
  .homestyle3 .listingtab-wrapper2,
  .homestyle3 .listingtab-wrapper {
    margin-top: 60px;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs {
    overflow: unset;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
    overflow: unset;
    /*-*/
    /*--*/
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-bottom: 0;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
    margin-right: 0;
    text-align: center;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    font-size: 100%;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover {
    color: #beae59;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before {
    display: none;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 60px;
    top: -40px;
    width: 25px;
    z-index: 12;
    cursor: pointer;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow {
    display: none !important;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:before,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 200px;
    overflow: hidden;
    text-align: left;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    display: block !important;
    padding: 5px 0;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:after,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:after,
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:before,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:before {
    display: none !important;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel .ltabs-tab-label,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel .ltabs-tab-label {
    font-weight: bold;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
    background-color: transparent !important;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background-color: transparent;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
    background-color: #beae59;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
    display: block;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
    top: -40px;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ccc;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
    font-size: 17px;
    color: #fff;
    top: -5px;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
    left: 9px;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before,
  .homestyle3 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
    right: 9px;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .ltabs-item {
    margin-top: 0;
  }
  .homestyle3 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 10px;
  }
  .homestyle3 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item img {
    float: none;
    display: none;
  }
  .homestyle3 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item .item-inner {
    margin-left: 0;
    margin-top: 0px;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item {
    width: 100%;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: 100%;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    width: 100%;
    padding: 0;
    min-height: auto;
    margin-bottom: 20px;
  }
  .homestyle3 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .homestyle3 .brands-tab ul.nav-brand-tabs {
    width: 100%;
  }
  .homestyle3 .brands-tab ul.nav-brand-tabs li a {
    text-align: center;
    display: block;
  }
  .homestyle3 .brands-tab ul.nav-brand-tabs li a img {
    width: auto;
  }
  .homestyle3 .brands-tab .tab-content {
    width: 100%;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner {
    margin-bottom: 20px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box {
    width: 100px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box {
    margin-left: 110px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .price-box {
    margin: 0;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action {
    margin-top: 5px;
  }
  .homestyle3 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .deal-slider .owl-controls {
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .homestyle4 .content-wrap1 .products-w {
    margin-top: 30px;
    float: left;
    padding-left: 15px;
  }
  .homestyle4 .content-wrap1 .products-w .block .block-title {
    padding: 30px 0 8px 30px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .sm-deals .owl-nav {
    right: 10px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .box-info {
    padding-left: 10px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .deals-countdown {
    left: 10px;
  }
  .homestyle4 .content-wrap2 .products-w .block {
    border-right: none !important;
    padding-bottom: 0;
  }
  .homestyle4 .content-wrap2 .products-w .block-content .item:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .homestyle4 .custom-slider-img-w .owl-theme .owl-controls .owl-nav,
  .homestyle4 .sm-imageslider .owl-theme .owl-controls .owl-nav {
    display: none;
  }
  .homestyle4 .slider-images-w {
    padding-right: 15px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal-w {
    padding-left: 15px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .label-deal {
    right: 15px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item {
    margin-bottom: 20px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .box-info {
    margin: 20px 0 10px 0;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .timer-deal {
    top: 60px;
  }
  .homestyle4 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
    top: 10px;
  }
  .homestyle4 .sm-super-categories .category-wrap {
    padding-right: 15px;
  }
  .homestyle4 .sm-super-categories .category-wrap .inner {
    min-height: auto;
  }
  .homestyle4 .sm-super-categories .spc-wrap {
    padding-left: 15px;
  }
  .homestyle4 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 10px;
  }
  .homestyle4 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item img {
    float: none;
    display: none;
  }
  .homestyle4 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item .item-inner {
    margin-left: 0;
    margin-top: 0px;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item {
    width: 100%;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: 100%;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    width: 100%;
    padding: 0;
    min-height: auto;
    margin-bottom: 20px;
  }
  .homestyle4 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .homestyle4 .brands-tab ul.nav-brand-tabs {
    width: 100%;
  }
  .homestyle4 .brands-tab ul.nav-brand-tabs li a {
    text-align: center;
    display: block;
  }
  .homestyle4 .brands-tab ul.nav-brand-tabs li a img {
    width: auto;
  }
  .homestyle4 .brands-tab .tab-content {
    width: 100%;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .title-home {
    display: none;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    margin-right: 0;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
    background-color: transparent !important;
    color: #444;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    background-color: transparent !important;
  }
  .homestyle4 .listingtab-wrapper {
    margin-top: 60px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs {
    overflow: unset;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .title-home {
    display: none;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
    overflow: unset;
    /*-*/
    /*--*/
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-bottom: 0;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
    margin-right: 0;
    text-align: center;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    font-size: 100%;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover {
    color: #beae59;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before {
    display: none;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 60px;
    top: -38px;
    width: 25px;
    z-index: 12;
    cursor: pointer;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow {
    display: none !important;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 200px;
    overflow: hidden;
    text-align: left;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    display: block !important;
    padding: 5px 0;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:after,
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:before {
    display: none !important;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel .ltabs-tab-label {
    font-weight: bold;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
    background-color: transparent !important;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background-color: transparent;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
    background-color: #beae59;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
    display: block;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
    top: -40px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ccc;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
    font-size: 17px;
    color: #fff;
    top: -5px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
    left: 9px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
    right: 9px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner {
    margin-bottom: 20px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
    /*width: 100px;*/
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
    /*margin-left: 110px;*/
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box {
    margin: 0;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
    margin-top: 5px;
  }
  .homestyle4 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle4 .banner-infos {
    display: none;
  }
  .homestyle4 .content-wrap3 {
    margin-top: 0;
  }
  .homestyle5 .custom-slider-img-w .owl-theme .owl-controls .owl-nav,
  .homestyle5 .sm-imageslider .owl-theme .owl-controls .owl-nav {
    display: none;
  }
  .homestyle5 .sm-imageslider {
    margin-top: 30px;
  }
  .homestyle5 .content-wrap1 .col-product1 {
    padding-right: 15px;
    border-right: none;
  }
  .homestyle5 .content-wrap1 .col-product1 .block-content ul li.item-3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .homestyle5 .content-wrap1 .col-deal {
    padding-right: 15px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .label-deal {
    top: 36px;
    right: -45px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
    left: 10px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .timer-deal {
    left: 10px;
  }
  .homestyle5 .content-wrap1 .col-deal .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-info {
    margin-top: 0;
    padding-left: 10px;
  }
  .homestyle5 .content-wrap1 .col-product2 {
    padding-left: 15px;
    border-left: none;
    float: left;
  }
  .homestyle5 .content-wrap1 .col-product2 .block {
    margin-top: 20px;
    border-top: 1px solid #ddd;
  }
  .homestyle5 .sm-super-categories .category-wrap {
    padding-right: 15px;
  }
  .homestyle5 .sm-super-categories .spc-wrap {
    padding-left: 15px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container {
    border-right: none;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .col-item .item:last-child .item-inner {
    padding: 20px 10px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .spc-items-container .products-grid .col-item .item:last-child .item-inner .box-info {
    padding-left: 10px;
  }
  .homestyle5 .sm-super-categories .spc-wrap .cate-img {
    display: none;
  }
  .homestyle5 .super-cate3 .sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next,
  .homestyle5 .super-cate1 .sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next {
    right: 0px;
  }
  .homestyle5 .super-cate3 .sm-super-categories .category-wrap .inner,
  .homestyle5 .super-cate1 .sm-super-categories .category-wrap .inner {
    border-right: 1px solid #ddd;
    min-height: auto;
  }
  .homestyle5 .super-cate3 .sm-super-categories .spc-wrap .spc-items-container,
  .homestyle5 .super-cate1 .sm-super-categories .spc-wrap .spc-items-container {
    margin-right: 0;
  }
  .homestyle5 .super-cate2 .sm-super-categories .category-wrap {
    padding-left: 15px;
    float: none;
  }
  .homestyle5 .super-cate2 .sm-super-categories .category-wrap .inner {
    border-left: 1px solid #ddd;
    min-height: auto;
  }
  .homestyle5 .super-cate2 .sm-super-categories .spc-wrap {
    padding-right: 15px;
    float: left;
    width: 100%;
  }
  .homestyle5 .super-cate2 .sm-super-categories .spc-wrap .spc-items-container {
    border-right: none;
    margin-left: 0;
  }
  .homestyle5 .super-cate2 .sm-super-categories .spc-wrap .cate-img {
    display: none;
  }
  .homestyle5 .slider-deal-w .deal-wrapper {
    /*.label-deal{
          right: 15px;
        }*/
  }
  .homestyle5 .slider-deal-w .deal-wrapper .title-deal-w {
    padding-left: 15px;
  }
  .homestyle5 .slider-deal-w .deal-wrapper .products-grid .item {
    margin-bottom: 20px;
  }
  .homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .box-info {
    margin: 20px 0 10px 0;
  }
  .homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .timer-deal {
    top: 60px;
  }
  .homestyle5 .slider-deal-w .deal-wrapper .products-grid .item .item-inner .box-image .label-product.label-sale {
    top: 10px;
  }
  .homestyle5 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 10px;
  }
  .homestyle5 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item img {
    float: none;
    display: none;
  }
  .homestyle5 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item .item-inner {
    margin-left: 0;
    margin-top: 0px;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item {
    width: 100%;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog {
    width: 100%;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:after,
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .image-blog:before {
    display: none;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog {
    width: 100%;
    padding: 0;
    min-height: auto;
    margin-bottom: 20px;
  }
  .homestyle5 .latest-blog-wrap .latest-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .title-home {
    display: none;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    margin-right: 0;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
    background-color: transparent !important;
    color: #444;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    background-color: transparent !important;
  }
  .homestyle5 .listingtab-wrapper {
    margin-top: 60px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs {
    overflow: unset;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .title-home {
    display: none;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
    overflow: unset;
    /*-*/
    /*--*/
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-bottom: 0;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
    margin-right: 0;
    text-align: center;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    font-size: 100%;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover {
    color: #beae59;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before {
    display: none;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 60px;
    top: -38px;
    width: 25px;
    z-index: 12;
    cursor: pointer;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow {
    display: none !important;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 200px;
    overflow: hidden;
    text-align: left;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    display: block !important;
    padding: 5px 0;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:after,
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:before {
    display: none !important;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel .ltabs-tab-label {
    font-weight: bold;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
    background-color: transparent !important;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background-color: transparent;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
    background-color: #beae59;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
    display: block;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
    top: -40px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ccc;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
    font-size: 17px;
    color: #fff;
    top: -5px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
    left: 9px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
    right: 9px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner {
    margin-bottom: 20px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
    /*width: 100px;*/
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
    /*margin-left: 110px;*/
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box {
    margin: 0;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
    margin-top: 5px;
  }
  .homestyle5 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle5 .banner-infos {
    display: none;
  }
  .homestyle5 .content-wrap3 {
    margin-top: 0;
  }
  .homestyle5 .custom-slider-brands-w .brands-title {
    width: 100%;
  }
  .homestyle5 .custom-slider-brands-w .custom-slider-brands {
    width: 100%;
  }
  .homestyle5 .custom-slider-brands-w .custom-slider-brands .owl-controls .owl-nav > div {
    top: 50%;
    margin-top: -18px;
  }
  .homestyle5 .custom-slider-brands-w .custom-slider-brands .item {
    border: 1px solid #ddd;
  }
  .homestyle6 .banner-infos .banner-info {
    width: 100%;
    text-align: center;
  }
  .homestyle6 .banner-infos .banner-info .banner-cont,
  .homestyle6 .banner-infos .banner-info img {
    float: none;
  }
  .homestyle6 .static-categories .static-cate {
    width: 100%;
  }
  .homestyle6 .listingtab-wrapper {
    margin-top: 60px;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs {
    overflow: unset;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
    overflow: unset;
    position: relative;
    /*-*/
    /*--*/
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-bottom: 0;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
    margin-right: 0;
    text-align: center;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    font-size: 100%;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover {
    color: #444;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before {
    display: none;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 0px;
    top: -27px;
    width: 25px;
    z-index: 12;
    cursor: pointer;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow {
    display: none !important;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 200px;
    overflow: hidden;
    text-align: left;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    display: block !important;
    padding: 5px 0;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:after,
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:before {
    display: none !important;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel .ltabs-tab-label {
    font-weight: bold;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
    background-color: #444;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
    display: block;
  }
  .homestyle6 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container {
    margin-top: 30px;
  }
  .homestyle6 .dailydeal-wrap {
    padding: 20px 0;
    background-size: 100% 100%;
  }
  .homestyle6 .dailydeal-wrap .static-categories {
    display: none;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .deal-slider .owl-controls {
    top: -40px;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .item-inner {
    padding: 0;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-image .label-product.label-sale {
    display: none;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info {
    margin: 0 0px 20px 15px;
    float: left;
    padding: 0;
  }
  .homestyle6 .dailydeal-wrap .deal-wrapper .products-grid .item .box-info .deals-description::before {
    left: 0;
  }
  .homestyle6 .testimonial-wrap {
    background-size: 100% 100%;
  }
  .homestyle6 .testimonial-wrap .testimonial-slider .item {
    padding-bottom: 40px;
  }
  .homestyle6 .testimonial-wrap .testimonial-slider .item .item-inner {
    width: 100%;
    padding: 70px 40px 30px;
  }
  .homestyle6 .product-home-listing {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .image-box {
    width: 100px;
  }
  .homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box {
    margin-left: 110px;
  }
  .homestyle6 .product-home-listing .product-slider-content .basic-products-slider .item .bs-item-inner .info-product-box .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle6 .custom-slider-brands-w {
    margin-top: 30px;
  }
  .homestyle6 .latest-blog-wrap .latest-blog .item {
    width: 100%;
  }
  .homestyle6 .latest-blog-wrap .latest-blog .item .info-blog,
  .homestyle6 .latest-blog-wrap .latest-blog .item .image-blog {
    width: 100% !important;
  }
  .homestyle6 .latest-blog-wrap .latest-blog .item .info-blog {
    padding-left: 0 !important;
  }
  .homestyle6 .latest-blog-wrap .latest-blog .item.item-2 {
    margin-top: 30px;
  }
  .homestyle7 .banner-infos-w .banner-infos .banner-info {
    width: 100%;
    text-align: center;
  }
  .homestyle7 .banner-infos-w .banner-infos .banner-info .banner-cont,
  .homestyle7 .banner-infos-w .banner-infos .banner-info img {
    float: none;
  }
  .homestyle7 .static-categories .row-cate2 .static-cate,
  .homestyle7 .static-categories .row-cate1 .static-cate {
    width: 50%;
  }
  .homestyle7 .static-categories .row-cate2 .cate-banner {
    display: none;
  }
  .homestyle7 .static-categories .row-cate1 .static-cate1,
  .homestyle7 .static-categories .row-cate1 .static-cate2 {
    margin-bottom: 15px;
  }
  .homestyle8 .static-categories .cate-content .cate {
    width: 100%;
    margin-bottom: 20px;
  }
  .homestyle8 .banner-infos {
    display: none;
  }
  .homestyle8 .testimonial-wrap .testimonials .owl-stage-outer .owl-item {
    padding: 10px;
  }
  .homestyle8 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item img {
    float: none;
    display: none;
  }
  .homestyle8 .testimonial-wrap .testimonials .owl-stage-outer .owl-item .item .item-inner {
    margin-left: 0;
    margin-top: 0px;
  }
  .homestyle8 .basic-banner {
    display: none;
  }
  .homestyle8 .slider-basic-wrapper2 .title-home {
    text-align: center;
    margin-right: 0;
  }
  .homestyle8 .slider-basic-wrapper1 .title-home {
    text-align: center;
    margin-left: 0;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev {
    margin-right: 2px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    margin-right: 0;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li.tab-sel .ltabs-tab-label {
    background-color: transparent !important;
    color: #444;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    background-color: transparent !important;
  }
  .homestyle8 .listingtab-wrapper {
    margin-top: 40px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs {
    overflow: unset;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .title-home {
    float: none;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
    top: 0;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap {
    overflow: unset;
    /*-*/
    /*--*/
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-bottom: 0;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li {
    margin-right: 0;
    text-align: center;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label {
    font-size: 100%;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:hover {
    color: #beae59;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul li .ltabs-tab-label:before {
    display: none;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 60px;
    top: 0;
    width: 25px;
    z-index: 12;
    cursor: pointer;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow {
    display: none !important;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 200px;
    overflow: hidden;
    text-align: left;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    display: block !important;
    padding: 5px 0;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:after,
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li .ltabs-tab-label:before {
    display: none !important;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel .ltabs-tab-label {
    font-weight: bold;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
    background-color: transparent !important;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background-color: transparent;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
    background-color: #beae59;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
    display: block;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls {
    top: -2px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ccc;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div:before {
    font-size: 17px;
    color: #fff;
    top: -5px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
    left: 9px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .owl-theme .owl-controls .owl-nav > div.owl-next:before {
    right: 9px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner {
    margin-bottom: 20px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-image {
    /*width: 100px;*/
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info {
    /*margin-left: 110px;*/
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .price-box {
    margin: 0;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action {
    margin-top: 5px;
  }
  .homestyle8 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
    padding: 0 5px;
  }
  .homestyle9 .categories-slider {
    margin-top: 20px;
  }
  .homestyle9 .banner-infos {
    display: none;
  }
  .homestyle10 .brands-tab ul.nav-brand-tabs {
    width: 100%;
  }
  .homestyle10 .brands-tab ul.nav-brand-tabs li a {
    text-align: center;
    display: block;
  }
  .homestyle10 .brands-tab ul.nav-brand-tabs li a img {
    width: auto;
  }
  .homestyle10 .brands-tab .tab-content {
    width: 100%;
  }
  .homestyle10 .id10-banner .banner {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 10px;
  }
  .homestyle10 .id10-banner .banner img {
    width: 100%;
  }
  .homestyle10 .static-cates .cate {
    width: 100%;
    margin-top: 10px;
  }
  .homestyle10 .sm-basic-products .bs-items .bs-item {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .homestyle2 .sm-basic-products .row-item .item,
  .homestyle2 .listingtab-wrapper .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .owl-item {
    width: 50%;
    float: left;
  }
  .homestyle3 .listingtab-wrapper2 .sm-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .owl-stage-outer .owl-item {
    width: 50%;
    float: left;
  }
  .homestyle6 .static-categories .static-cate {
    width: 50%;
  }
  .homestyle7 .sm-basic-products .bs-items .bs-item {
    width: 100%;
  }
  .homestyle9 .new-arrivals-w {
    margin-top: 50px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item {
    width: 100%;
    float: left;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-info .price-box {
    margin: 0;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-info .bs-category a {
    font-size: 100%;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-info .product-name {
    font-size: 100%;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-image {
    padding: 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .homestyle4 .slider-deal-w .deal-wrapper .title-deal .top-categories {
    float: left;
    padding: 20px 40px;
  }
  .homestyle5 .slider-deal-w .deal-wrapper .title-deal .top-categories {
    float: left;
    padding: 20px 20%;
  }
}
@media (max-width: 480px) {
  .homestyle1 .sm-basic-products .bs-items .bs-item {
    width: 100%;
  }
  .homestyle2 .static-categories {
    display: none;
  }
  .homestyle7 .sm-basic-products .bs-items .bs-item {
    width: 100%;
  }
  .homestyle8 .block-slider-basic-product .basic-products-slider .products-grid .item {
    width: 100%;
  }
  .homestyle9 {
    /*.new-arrivals-w .basic-custom .bs-items .item .item-inner .bottom-action{
      left: 36%;
      transform: translate(-37%, 0%);
    }*/
  }
  .homestyle9 .new-arrivals-w {
    margin-top: 50px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item-img {
    margin-left: 0px;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item {
    width: 100%;
    float: left;
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-info {
    /*.price-box{
              margin: 0;
            }
            .bs-category a{
              font-size: 100%;
            }
            .product-name{
              font-size: 100%;
            }*/
  }
  .homestyle9 .new-arrivals-w .basic-custom .bs-items .item .item-inner .box-image {
    padding: 0 10px;
  }
  .homestyle9 .aboutus-home .about-content ul li {
    padding: 0;
  }
  /*.homestyle10{
    .id10-banner{
      .banner{
        width: 100% !important;
        padding: 0 !important;
        img{
          width: 100%;
        }
      }
    }

    .static-cates .cate{
      width: 100%;
    }
    .sm-basic-products .bs-items .bs-item{
      width: 100%;
    }
  }*/
}
.swatch-option-tooltip {
  display: none !important;
}
.sidebar-additional .filter-title span {
  font-size: 23px  !important;
}
.box-related-upsell:nth-child(8) {
  display: none !important;
}
.box-related-upsell:nth-child(9) {
  display: none !important;
}
.filter-content .filter-current .filter-label {
  display: inline;
}
.filter-content .filter-subtitle {
  display: none;
}
.filter-content .swatch-attribute-options {
  margin-top: 0;
  padding: 0px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0px !important;
}
.category-image {
  display: none;
}
.category-about-us {
  background-color: #fff;
}
.cms-noroute-index .page-title-wrapper {
  display: block;
}
.cms-noroute-index .page-main {
  margin-top: 40px;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.sm_megamenu_col_2 .sm_megamenu_title_lv-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 5px;
  display: block;
}
.sm_megamenu_col_1 .sm_megamenu_title_lv-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 5px;
  display: block;
}
.sm_megamenu_col_2 .sm_megamenu_title:nth-child(2) {
  display: none;
}
.sm_megamenu_col_1 .sm_megamenu_title:nth-child(2) {
  display: none;
}
.sm_megamenu_col_3 .sm_megamenu_title_lv-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 5px;
  display: block;
}
.sm_megamenu_col_4 .sm_megamenu_title_lv-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 5px;
  display: block;
}
.sm_megamenu_col_5 .sm_megamenu_title_lv-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 5px;
  display: block;
}
.sm_megamenu_col_6 .sm_megamenu_title_lv-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 5px;
  display: block;
}
.sm_megamenu_col_3 .sm_megamenu_title:nth-child(2) {
  display: none;
}
.sm_megamenu_col_4 .sm_megamenu_title:nth-child(2) {
  display: none;
}
.sm_megamenu_col_5 .sm_megamenu_title:nth-child(2) {
  display: none;
}
.sm_megamenu_col_6 .sm_megamenu_title:nth-child(2) {
  display: none;
}
/* BreadCrumbs */
.cms-page-2 .breadcrumbs {
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/bg-breadcrumbs2.jpg');
}
@media (min-width: 768px) {
  .cms-page-2 .breadcrumbs {
    min-height: 544px;
  }
}
.cms-page-2 .breadcrumbs .inner {
  padding-top: 300px !important;
}
.cms-page-2.catalogsearch-result-index .header-style-2,
.cms-page-2.catalog-category-view .header-style-2 {
  top: 0;
}
.cms-page-1 .breadcrumbs {
  margin-top: -90px !important;
  margin-bottom: -35px !important;
}
.cms-page-1.catalog-product-view .breadcrumbs {
  padding-top: 165px !important;
  display: none !important;
}
.cms-page-1.catalog-product-view .breadcrumbs .inner {
  padding-top: 0px !important;
}
.category-furniture .breadcrumbs {
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/FURNITURE2.jpg') !important;
  margin-top: -90px !important;
  margin-bottom: -35px !important;
}
.category-decor .breadcrumbs {
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/DECOR2.jpg') !important;
  margin-top: -90px !important;
  margin-bottom: -35px !important;
}
.category-diy-and-plumbing .breadcrumbs {
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/DIY_and_PLUMBING2.jpg') !important;
  margin-top: -90px !important;
  margin-bottom: -35px !important;
}
.category-outdoor-living .breadcrumbs {
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/OUTDOOR_LIVING2.jpg') !important;
  margin-top: -90px !important;
  margin-bottom: -35px !important;
}
.category-technology-and-appliances .breadcrumbs {
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/TECH_and_APPLIANCES2.jpg') !important;
  margin-top: -90px !important;
  margin-bottom: -35px !important;
}
.sm_megamenu_title {
  border-bottom: none !important;
}
.outdoor-items .sm_megamenu_col_1 {
  width: 14% !important;
}
.decor-items .sm_megamenu_col_1 {
  width: 50% !important;
}
.furniture-items .sm_megamenu_col_1 {
  width: 20% !important;
}
.breadcrumbs {
  color: #fff;
  text-align: center;
  background-image: url('../../frontend/Sm/furnicom/en_GB/images/FURNITURE2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    min-height: 300px;
  }
}
.breadcrumbs .inner {
  padding-top: 140px;
}
.breadcrumbs .info-current-category .category-title-top {
  font-size: 333.3%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
}
.breadcrumbs ul {
  margin: 0;
  padding: 9px 0;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0 18px 0 5px;
  position: relative;
}
.breadcrumbs ul li:after {
  content: '\f105' !important;
  display: inline-block !important;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  font-synthesis: weight style !important;
  font-stretch: normal !important;
  font-size-adjust: none !important;
  font-language-override: normal !important;
  font-kerning: auto !important;
  font-feature-settings: normal !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-align: center !important;
  font-size: 12px !important;
  position: absolute;
  top: 3px;
  right: 0;
}
.breadcrumbs ul li a {
  display: block;
  color: #fff !important;
}
.breadcrumbs ul li a:hover {
  color: #beae59 !important;
  text-decoration: none;
}
.breadcrumbs ul li:last-child strong {
  color: #fff;
}
.breadcrumbs ul li:last-child:after {
  display: none !important;
}
.breadcrumbs ul li:last-child strong {
  font-weight: normal;
  padding: 5px 0px;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
/* block */
/*.block .block-title{
  font-size: 116.7%;
  font-weight: bold;
}*/
.sidebar .block {
  margin: 0 0 40px;
}
.sidebar .block .block-title {
  background-color: #444;
  padding: 10px 20px;
  margin-bottom: 0;
}
.sidebar .block .block-title strong {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 166.7%;
  color: #fff;
  font-weight: bold;
}
.sidebar .block .block-title span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 151.7%;
  color: #fff;
  font-weight: bold;
}
.sidebar .block .block-content.filter-content {
  background: transparent;
  padding: 0;
}
.sidebar .block .block-content.filter-content .filter-current {
  border: 1px solid #ddd;
}
.sidebar .block .block-content.filter-content .filter-current strong.block-subtitle.filter-current-subtitle {
  border-bottom: 1px solid #ddd;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
.sidebar .block .block-content.filter-content .filter-current li.item {
  border: 1px solid #ddd;
  display: inline-block;
  margin: 10px 20px;
  padding: 5px 10px;
  position: relative;
}
.sidebar .block .block-content.filter-content .filter-current li.item:after {
  content: "";
  position: absolute;
  background: #ddd;
  height: 100%;
  width: 1px;
  top: 0;
  right: 30px;
}
.sidebar .block .block-content.filter-content .filter-current li.item span.filter-label:after {
  content: ":";
}
.sidebar .block .block-content.filter-content .block-actions.filter-actions {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 5px 20px;
  margin-bottom: 30px;
  text-align: right;
}
.sidebar .block .block-content.filter-content a.action.remove:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-weight: normal;
  margin-left: 10px;
}
.sidebar .block .block-content.filter-content a.action.remove span {
  display: none;
}
.sidebar .block .block-content .filter-options {
  padding: 0px 15px 20px 15px;
}
.sidebar .block .block-content .filter-options-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.7%;
  color: #444;
  margin-bottom: 15px;
}
.sidebar .block .block-content .filter-options-content {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}
.sidebar .block .block-content .filter-options-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .block .block-content .filter-options-content .items li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .block .block-content .filter-options-content .items li a {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  width: 100%;
}
.sidebar .block .block-content .filter-options-content .items li a:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  background-color: #999;
}
.sidebar .block .block-content .filter-options-content .items li a .count {
  float: right;
  margin-left: 5px;
  color: inherit;
}
.sidebar .block .block-content .filter-options-content .items li a .count:before,
.sidebar .block .block-content .filter-options-content .items li a .count:after {
  content: "";
}
.sidebar .block .block-content .filter-options-content .items li a:hover {
  color: #beae59;
}
.sidebar .block .block-content .filter-options-content .items li a:hover:before {
  background-color: transparent;
  border: 2px solid #999;
}
.sidebar .block .block-content .filter-options-content .items li:last-child a {
  padding-bottom: 0;
}
.sidebar .block.block-compare .block-title .no-display {
  display: none;
}
.sidebar .block.block-compare .empty {
  margin-top: -30px;
}
.sidebar .block.block-compare .product-items {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.sidebar .block.block-compare .product-items .product-item {
  margin-bottom: 10px;
}
.sidebar .block.block-compare .product-items .delete {
  float: right;
}
.sidebar .block.block-compare .product-items .delete:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sidebar .block.block-compare .product-items .delete span {
  display: none;
}
.block.filter {
  background-color: #fff;
}
.block.filter .filter-title {
  margin-bottom: 20px !important;
}
.products-sidebar .item {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.products-sidebar .item:last-child {
  margin-bottom: 0;
}
.products-sidebar .item .item-inner .box-image {
  float: left;
  width: 108px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.products-sidebar .item .item-inner .box-image:hover {
  border-color: #beae59;
}
.products-sidebar .item .item-inner .box-info {
  margin-left: 130px;
}
.products-sidebar .item .item-inner .box-info .bs-category {
  display: none;
}
.products-sidebar .item .item-inner .box-info .product-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116.7%;
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary {
  margin-bottom: 7px;
  margin-top: 4px;
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.toolbar {
  color: #404040;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}
.toolbar .modes {
  margin: 0 10px 0 0;
  float: left;
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  float: left;
  color: #999;
  border: 1px solid #ddd;
}
.toolbar .modes .modes-mode:hover {
  background-color: #beae59;
  border-color: #beae59;
}
.toolbar .modes .modes-mode:hover:before {
  color: #fff;
}
.toolbar .modes .modes-mode.mode-list {
  border-left: none;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: '\f009';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .modes .modes-mode.mode-list:before {
  content: '\f00b';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .modes .modes-mode span {
  display: none;
}
.toolbar .modes strong {
  background-color: #beae59;
  border-color: #beae59;
}
.toolbar .modes strong:before {
  color: #fff;
}
.toolbar .sortby-limiter {
  float: right;
}
.toolbar .toolbar-amount {
  margin: 0;
}
.toolbar .toolbar-sorter {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.toolbar .toolbar-sorter .sorter-label,
.toolbar .toolbar-sorter .sorter-options,
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar .toolbar-sorter .sorter-label {
  margin: 0;
  background: #fff;
}
.toolbar .toolbar-sorter .sorter-options {
  border: 1px solid #ddd;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
}
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  padding: 0 11px;
}
.toolbar .toolbar-sorter .sorter-action span {
  display: none;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: '\f176';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: '\f063';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .limiter {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.toolbar .limiter .label,
.toolbar .limiter .control,
.toolbar .limiter .limiter-text {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar .limiter .limiter-options {
  border: 1px solid #ddd;
  padding-top: 0;
  height: 30px;
  padding-bottom: 0;
}
.toolbar .limiter .label {
  margin: 0;
  background: #fff;
}
.toolbar .limiter .limiter-text {
  display: none;
}
.toolbar .pages {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages ul {
  margin: 0;
}
.toolbar .pages ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.toolbar .pages ul li.current {
  background-color: #beae59;
  border-color: #beae59;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  color: #fff;
}
.toolbar .pages ul li.current strong {
  font-weight: normal;
}
.toolbar .pages ul li .label {
  display: none;
}
.toolbar .pages ul li a {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0 9px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.toolbar .pages ul li a:hover {
  background-color: #beae59;
  border-color: #beae59;
  color: #fff;
}
.toolbar .pages ul li a.next span,
.toolbar .pages ul li a.previous span {
  display: none;
}
.toolbar .pages ul li a.next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .pages ul li a.previous:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar.toolbar-products .toolbar-amount {
  display: none;
}
/*==LABEL PRODUCT==*/
.label-product {
  position: absolute;
  top: 10px;
  width: 50px;
  height: 38px;
  text-indent: -999em;
  z-index: 1;
}
.label-product.label-sale {
  right: 10px;
  background: url('../../frontend/Sm/furnicom/en_GB/images/sale-icon.png') no-repeat center;
}
.label-product.label-new {
  /*left: 10px;*/
  right: 10px;
  background: url('../../frontend/Sm/furnicom/en_GB/images/new-icon.png') no-repeat center;
}
/*==END LABEL PRODUCT==*/
.products-list .item {
  margin-bottom: 23px;
}
.products-grid .item,
.products-list .item {
  margin-bottom: 30px;
}
.products-grid .item .item-inner .box-image,
.products-list .item .item-inner .box-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.products-grid .item .item-inner .box-image .product-image-photo,
.products-list .item .item-inner .box-image .product-image-photo {
  /* width: 100%;*/
}
.products-grid .item .item-inner .box-image .product-image img,
.products-list .item .item-inner .box-image .product-image img {
  /* width: 100%;*/
}
.products-grid .item .item-inner .box-image .product-image .second-image,
.products-list .item .item-inner .box-image .product-image .second-image {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .item .item-inner .box-image .product-image:hover .second-image,
.products-list .item .item-inner .box-image .product-image:hover .second-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .item .item-inner .box-image .configurable-swatch-list,
.products-list .item .item-inner .box-image .configurable-swatch-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  text-align: center;
}
.products-grid .item .item-inner .box-image .configurable-swatch-list li,
.products-list .item .item-inner .box-image .configurable-swatch-list li {
  display: inline-block;
}
.products-grid .item .item-inner .box-image .sm_quickview_handler,
.products-list .item .item-inner .box-image .sm_quickview_handler {
  display: block !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.products-grid .item .item-inner .box-image .sm_quickview_handler span,
.products-list .item .item-inner .box-image .sm_quickview_handler span {
  display: none;
}
.products-grid .item .item-inner .box-image .sm_quickview_handler:before,
.products-list .item .item-inner .box-image .sm_quickview_handler:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.products-grid .item .item-inner .box-image .sm_quickview_handler:hover,
.products-list .item .item-inner .box-image .sm_quickview_handler:hover {
  background-color: #beae59;
  border-color: #beae59;
}
.products-grid .item .item-inner .box-image .sm_quickview_handler:hover:before,
.products-list .item .item-inner .box-image .sm_quickview_handler:hover:before {
  color: #fff;
}
.products-grid .item .item-inner .product-reviews-summary,
.products-list .item .item-inner .product-reviews-summary {
  margin: 0 auto;
  height: 23px;
}
.products-grid .item .item-inner .product-reviews-summary .reviews-actions,
.products-list .item .item-inner .product-reviews-summary .reviews-actions {
  line-height: 100%;
}
.products-grid .item .item-inner .product-reviews-summary .rating-summary,
.products-list .item .item-inner .product-reviews-summary .rating-summary {
  padding-right: 0;
}
.products-grid .item .item-inner .product-reviews-summary .rating-summary .rating-result,
.products-list .item .item-inner .product-reviews-summary .rating-summary .rating-result {
  margin: auto;
}
.products-grid .item .item-inner .product-reviews-summary.empty,
.products-list .item .item-inner .product-reviews-summary.empty {
  padding-top: 0;
}
.products-grid .item .item-inner .box-info .product-reviews-summary .reviews-actions .action.view,
.products-list .item .item-inner .box-info .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.products-grid .item .item-inner:hover .box-image .sm_quickview_handler,
.products-list .item .item-inner:hover .box-image .sm_quickview_handler {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.products-grid {
  margin-bottom: 0;
}
.products-grid .item {
  padding-left: 15px;
  padding-right: 15px;
}
.products-grid .item .item-inner {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  /*display: inline-block;*/
  /*float: left;*/
}
.products-grid .item .item-inner .bottom-action {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  display: table;
  width: 100%;
  position: relative;
}
.products-grid .item .item-inner .bottom-action > form,
.products-grid .item .item-inner .bottom-action .btn-cart-w {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.products-grid .item .item-inner .bottom-action .btn-action {
  border: none;
  display: table-cell;
  float: left;
  line-height: 45px;
  text-align: center;
  color: #fff;
  height: 45px;
  vertical-align: top;
  background-color: #fff;
}
.products-grid .item .item-inner .bottom-action .btn-action.link-compare {
  /*position: absolute;
                        left: 0;*/
  width: 50px;
}
.products-grid .item .item-inner .bottom-action .btn-action.link-wishlist {
  width: 50px;
  /* position: absolute;
                        right: 0;*/
}
.products-grid .item .item-inner .bottom-action .btn-action:hover {
  background-color: #beae59;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.products-grid .item .item-inner .bottom-action .btn-action:hover:before {
  color: #fff !important;
}
.products-grid .item .item-inner .bottom-action .btn-action.btn-cart {
  width: 100%;
  text-align: center;
  color: #beae59;
  background-color: #fff;
  padding: 0;
}
.products-grid .item .item-inner .bottom-action .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.products-grid .item .item-inner .bottom-action .btn-action.btn-cart:hover {
  background-color: #beae59;
  color: #fff;
}
.products-grid .item .item-inner .bottom-action .btn-action.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.products-grid .item .item-inner .bottom-action .btn-action.link-wishlist {
  float: right;
}
.products-grid .item .item-inner .bottom-action .btn-action.link-wishlist:before {
  overflow: inherit;
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.products-grid .item .item-inner .bottom-action .btn-action span {
  display: none;
}
.products-grid .item .item-inner .box-info {
  padding: 10px 5px 0;
  text-align: center;
}
.products-grid .item .item-inner .box-info div[class^="swatch-opt-"] {
  display: block;
}
.products-grid .item .item-inner .box-info .swatch-option {
  float: none;
  display: inline-block;
  margin: 0 5px;
}
.products-grid .item .item-inner .box-info .product-name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #444;
  font-size: 116.7%;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
}
.products-grid .item .item-inner .box-info .price-box {
  height: 23px;
  display: inline-block;
}
.products-grid .item.style1 .item-inner .sm_quickview_handler {
  display: block !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  margin-top: -22px;
  margin-left: -22px;
}
.products-grid .item.style1 .item-inner .sm_quickview_handler span {
  display: none;
}
.products-grid .item.style1 .item-inner .box-info {
  padding-bottom: 30px;
  padding-top: 10px;
}
.products-grid .item.style1 .item-inner .bottom-action {
  border: 0px !important;
  padding: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
@media (min-width: 1367px) {
  .products-grid .item.style1 .item-inner .bottom-action {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 1366px) {
  .products-grid .item.style1 .item-inner .bottom-action {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .products-grid .item.style1 .item-inner .bottom-action {
    position: relative;
    z-index: 1;
    margin-top: -45px;
  }
}
.products-grid .item.style1 .item-inner .bottom-action form {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.products-grid .item.style1 .item-inner .bottom-action .btn-action {
  border: 1px solid #ddd !important;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  float: none !important;
  height: 45px;
  vertical-align: top;
  background-color: #fff;
}
.products-grid .item.style1 .item-inner .bottom-action .btn-action.link-compare {
  width: 45px;
}
.products-grid .item.style1 .item-inner .bottom-action .btn-action.link-wishlist {
  width: 45px;
}
.products-grid .item.style1 .item-inner .bottom-action .btn-action.btn-cart {
  padding: 0 20px;
  width: auto;
  margin: 0 5px;
}
.products-grid .item.style1 .item-inner .bottom-action .btn-action:hover {
  color: #fff !important;
}
.products-grid .item.style1 .item-inner:hover .bottom-action {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-grid .item.style2 .item-inner {
  border: 1px solid transparent;
  margin-bottom: 1px;
}
.products-grid .item.style2 .item-inner .bottom-action {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-grid .item.style2:hover .item-inner {
  border-color: #ddd;
}
.products-grid .item.style2:hover .item-inner .bottom-action {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-list {
  margin: 0 0 0px 0;
}
.products-list .product-reviews-summary .reviews-actions {
  display: none;
}
.products-list .item:last-child .item-inner {
  margin-bottom: 0;
}
.products-list .item .item-inner {
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  display: inline-block;
}
.products-list .item .item-inner .box-image {
  overflow: hidden;
}
.products-list .item .item-inner .box-info-list {
  padding: 20px 15px 20px 25px;
}
.products-list .item .item-inner .box-info-list .product-name {
  font-weight: 700;
  font-size: 116.7%;
  text-transform: uppercase;
}
.products-list .item .item-inner .box-info-list .price-box {
  margin-top: 6px;
  margin-bottom: 4px;
}
.products-list .item .item-inner .box-info-list .actions .button {
  height: 46px;
  line-height: 46px;
  margin-right: 10px;
  float: left;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links {
  float: left;
}
.products-list .item .item-inner .box-info-list .actions .btn-action {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block !important;
  float: left;
  margin: 0 5px 0 0;
  line-height: 46px;
  text-align: center;
  color: #fff;
  width: 46px;
  height: 46px;
  vertical-align: top;
  color: #999;
}
.products-list .item .item-inner .box-info-list .actions .btn-action:hover {
  background-color: #beae59;
  border-color: #beae59;
  color: #fff;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.btn-cart:before {
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  color: inherit;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.sm_quickview_handler:before {
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .actions .btn-action span {
  display: none;
}
.products-list .item .item-inner .box-info-list .ratings {
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 12px 0px 0px 0px;
}
.products-list .item .item-inner .box-info-list .no-rating {
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
}
.products-list .item .item-inner .box-info-list .description {
  margin-bottom: 15px;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
.products-list .item .item-inner .box-info-list .description .action.more {
  display: none;
}
/* COMPARE */
/* QUICK VIEW */
#fancybox-loading {
  margin-left: -22px;
}
.quickview-index-index .container {
  width: 100%;
  padding: 0;
}
.toolbar-bottom .toolbar {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .products-sidebar .item .item-inner .box-image {
    width: 100px;
  }
  .sidebar .products-sidebar .item .item-inner .box-info {
    margin-left: 110px;
  }
  .products-list .item .item-inner .box-image {
    padding: 30px 0 0 0;
  }
  .view-quickview {
    overflow-y: auto;
  }
  .toolbar-top {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*.products-grid .item .item-inner .box-info .product-name{
      min-height: 35px;
    }*/
}
@media (max-width: 991px) {
  .quickview-handler.sm_quickview_handler {
    display: none !important;
  }
  .cms-page-1 .breadcrumbs {
    margin-top: 0;
  }
  .category-products {
    margin-top: 30px;
  }
  .page-wrapper .products-grid .item .item-inner .box-image .sm_quickview_handler,
  .page-wrapper .products-list .item .item-inner .box-image .sm_quickview_handler {
    display: none !important;
  }
  .toolbar-top {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .toolbar .toolbar-sorter {
    display: none;
  }
  .breadcrumbs .info-current-category .category-title-top {
    font-size: 150%;
  }
  .cms-page-2 .breadcrumbs .inner {
    padding-top: 60px;
  }
  .catalog-product-view .header-style-2,
  .catalog-category-view .header-style-2 {
    margin-bottom: 100px;
  }
  .breadcrumbs {
    min-height: auto !important;
  }
  .breadcrumbs .inner {
    padding: 60px 0;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 0 !important;
  }
  .products-list .item .item-inner .product-reviews-summary {
    margin: 0;
  }
  .toolbar .toolbar-inner .sorter .amount {
    display: none;
  }
}
@media (max-width: 379px) {
  /*.toolbar .pages {
        margin-top: 10px;
    }*/
  .toolbar .modes {
    margin-bottom: 10px;
  }
  .toolbar .limiter {
    margin-right: 5px;
    /*width: 100%;*/
  }
  .toolbar .sortby-limiter {
    /*float: left;
            width: 100%;*/
  }
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  display: none;
}
.action-skip-wrapper,
.control-qty {
  display: none;
}
.catalog-product-view .breadcrumbs .inner {
  padding-top: 140px;
}
.image-info-content {
  display: table;
  width: 100%;
  background-color: #fff;
  padding: 30px 30px 0;
  margin-bottom: 50px;
  border: 1px solid #ddd;
}
.product.info.detailed {
  background-color: #fff;
}
.fotorama__thumb {
  background: none !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:hover,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:hover {
  background-color: #222;
  border-color: #222;
}
.box-related-upsell .products-grid .item .item-inner {
  margin-bottom: 1px;
}
.box-related-upsell .title-view {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
.box-related-upsell .title-view h2 {
  padding: 5px 0;
  font-size: 166.7%;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  font-weight: 300;
}
.box-related-upsell .title-view strong {
  color: #beae59;
  font-weight: 700;
}
.box-related-upsell .owl-controls .owl-nav > div {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.box-related-upsell .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.box-related-upsell .owl-controls .owl-nav > div.next:before,
.box-related-upsell .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.box-related-upsell .owl-controls .owl-nav > div.prev:before,
.box-related-upsell .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.box-related-upsell .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.box-related-upsell .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.box-related-upsell .owl-controls .owl-nav > div.owl-prev {
  left: 15px;
}
.box-related-upsell .owl-controls .owl-nav > div.owl-next {
  right: 15px;
}
.box-related-upsell .products-grid {
  margin: 0 -15px;
}
.box-related-upsell .products-grid .item {
  margin-bottom: 0;
}
.box-related-upsell .products-grid:hover .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.box-related-upsell .box-related,
.box-related-upsell .box-up-sell {
  margin-top: 40px;
}
.fancybox-lock .menu-ver-content {
  z-index: 9990 !important;
}
.thumb-item.lslide {
  padding-bottom: 5px;
}
.product-info-main .swatch-opt {
  margin: 0;
}
.page-product-downloadable .product-options-wrapper,
.page-product-downloadable .product-options-bottom {
  float: none !important;
  width: 100% !important;
}
.page-product-downloadable .product-info-main .product-options-bottom .price-box {
  display: none;
}
.fotorama__stage__frame .fotorama__img {
  margin-left: -2px;
}
.gallery-placeholder {
  position: relative;
}
.magnifier-preview {
  left: 100% !important;
  right: auto !important;
  top: 0 !important;
}
.product.attribute.overview {
  margin-bottom: 20px;
}
.page-product-downloadable .field.choice .label span {
  float: left;
}
.page-product-downloadable .field.choice .label .sample.link {
  float: right;
}
.bundle-summary {
  clear: both;
}
.page-product-bundle .fieldset-bundle-options {
  margin-bottom: 0;
}
.page-product-bundle .field.option .control .qty {
  width: 35px;
  text-align: center;
}
.page-product-bundle .block-bundle-summary .bundle-summary,
.page-product-bundle .block-bundle-summary .product-image-container,
.page-product-bundle .block-bundle-summary .title {
  display: none;
}
.page-product-bundle .product-info-main .bundle-actions,
.page-product-bundle .product-info-main .product-social-links,
.page-product-bundle .product-info-main .action.customization,
.page-product-bundle .product-info-main #customizeTitle {
  display: none;
}
.page-product-bundle .product-add-form {
  display: block !important;
}
.page-product-bundle .product-add-form .bundle-info .control.control-qty-cart {
  width: 70px !important;
  float: left !important;
  margin-top: 5px;
}
.page-product-bundle .product-details .price-box.price-configured_price {
  display: block;
}
.bundle-options-wrapper {
  clear: both;
}
.image-box-detail .product.media {
  overflow: visible;
}
.review-toolbar .limiter {
  display: none;
}
.additional-attributes {
  width: auto;
}
.additional-attributes tr th {
  padding: 8px !important;
  display: block !important;
  font-weight: bold !important;
}
.review-form .action.submit.primary {
  background-color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:hover {
  background-color: #000;
}
.review-control-vote input[type="radio"] {
  position: relative;
  display: none;
}
.fotorama__stage,
.fotorama__nav {
  overflow: visible;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  width: 27px !important;
  height: 27px !important;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ddd;
  position: absolute;
  top: 50% !important;
  margin-top: -14px;
  background-color: #fff;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr {
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:hover:before,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:hover:before {
  color: #fff;
}
.fotorama__dot {
  border: 1px solid #ddd !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
body .fotorama--fullscreen {
  z-index: 999999 !important;
}
.fotorama__thumb__arr {
  transition: none !important;
  -webkit-transition: none !important;
}
.fotorama__thumb-border {
  background: none;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  border: 1px solid #ddd;
}
.fotorama__thumb {
  background: none;
  border: 1px solid #ddd;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left:before {
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.image-box-detail {
  position: static;
}
.magnifier-preview {
  border: 1px solid #ddd;
}
.box-tocart.update .field.qty .control {
  width: 70px;
  margin-top: 5px;
}
.product-add-form .box-tocart {
  float: left;
}
.fieldset.review-fieldset {
  margin-bottom: 0;
}
.detail-title {
  font-size: 133.33%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #444;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}
.detail-title:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.related-upsell-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding: 10px;
}
.related-upsell-wrapper .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.related-upsell-wrapper .owl-controls .owl-nav {
  position: absolute;
  top: -53px;
  right: -3px;
}
.related-upsell-wrapper .owl-controls .owl-nav div {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background: none !important;
  color: #666;
}
.related-upsell-wrapper .owl-controls .owl-nav div:before {
  line-height: 25px !important;
}
.related-upsell-wrapper .owl-controls .owl-nav div:hover:before {
  color: #fff !important;
}
.related-upsell-wrapper .products-grid .item .item-inner {
  margin-bottom: 0;
}
.related-upsell-wrapper .products-grid .item .item-inner .reviews-actions {
  display: none;
}
.product-options-wrapper {
  margin-bottom: 30px;
  padding-top: 10px;
}
.product.info.detailed {
  clear: both;
}
.product.attribute.overview {
  padding-top: 20px;
  clear: both;
}
.media {
  display: block;
  overflow: visible;
  float: left;
  width: 50%;
  margin: 0 0 30px;
  padding-right: 15px;
}
.product-info-main {
  width: 50%;
  float: right;
  padding-left: 15px;
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper.product .page-title {
  text-transform: none;
  font-weight: 700;
  font-size: 166.67%;
  color: #444;
  margin-bottom: 5px;
}
.product-info-main .page-title-wrapper.product .page-title:before {
  display: none;
}
.product-info-main .product-reviews-summary {
  margin: 10px 0;
  display: table;
}
.product-info-main .price-box {
  margin-bottom: 10px;
  display: inline-block;
}
.product-info-main .price-box .price {
  font-size: 166.67%;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  margin-top: 9px;
}
.product-info-main .product-info-stock-sku .available span {
  color: #00abf0;
}
.product-info-main .product-info-stock-sku .available span:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.product-info-main .product-info-stock-sku .sku {
  display: none;
}
.product-info-main .product-options-bottom {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart .fieldset,
.product-info-main .product-add-form .box-tocart .fieldset {
  background-color: #eeeeee;
  display: table;
  margin-right: 10px;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty,
.product-info-main .product-add-form .box-tocart .fieldset .qty {
  float: left;
  margin: 0 !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .label,
.product-info-main .product-add-form .box-tocart .fieldset .qty .label {
  line-height: 40px;
  padding: 0 8px 0 10px !important;
  float: none !important;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  float: none !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
  width: 35px;
  height: 30px;
  text-align: center;
  margin-right: 0;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions,
.product-info-main .product-add-form .box-tocart .fieldset .actions {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button,
.product-info-main .product-add-form .box-tocart .fieldset .actions button {
  color: #fff !important;
  line-height: 40px;
  font-weight: 700;
  height: 40px;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button:hover,
.product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background-color: #444 !important;
}
.product-info-main .product-addto-links .action,
.product-info-main .product-social-links .action {
  border: 1px solid #adadad;
  display: block !important;
  background-color: transparent;
  float: left;
  line-height: 35px;
  text-align: center;
  color: #000;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-info-main .product-addto-links .action:last-child,
.product-info-main .product-social-links .action:last-child {
  margin-right: 0;
}
.product-info-main .product-addto-links .action.mailto.friend,
.product-info-main .product-social-links .action.mailto.friend {
  display: none !important;
}
.product-info-main .product-addto-links .action:hover,
.product-info-main .product-social-links .action:hover {
  background-color: transparent;
}
.product-info-main .product-addto-links .action span,
.product-info-main .product-social-links .action span {
  display: none;
}
.product-info-main .product-addto-links .action:before,
.product-info-main .product-social-links .action:before {
  color: #000;
}
.product-info-main .product-addto-links .action.tocompare:before,
.product-info-main .product-social-links .action.tocompare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #999;
}
.product-info-main .product-addto-links .action.towishlist:before,
.product-info-main .product-social-links .action.towishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #999;
}
.product-info-main .product-addto-links .action span,
.product-info-main .product-social-links .action span {
  display: none;
}
.product-info-main .product-addto-links .action.mailto.friend,
.product-info-main .product-social-links .action.mailto.friend {
  margin: 0;
}
.product-info-main .product-addto-links .action.mailto.friend:before,
.product-info-main .product-social-links .action.mailto.friend:before {
  line-height: 34px;
}
#addthis_wrap {
  clear: both;
}
.detail-bottom-wrapper {
  padding-top: 40px;
  margin-bottom: 30px;
  clear: both;
}
.detail-bottom-wrapper .product.data.items {
  border: 1px solid #e1e1e1;
}
.detail-bottom-wrapper .product.data.items > .item.title {
  margin-left: -1px !important;
  margin-right: 0 !important;
  border-top: none !important;
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:before {
  content: "(";
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:after {
  content: ")";
}
.detail-bottom-wrapper .product.data.items .data.item.content {
  border: none !important;
  margin-top: 50px !important;
}
.product-image-detail .large-image {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
  padding: 1px;
  text-align: center;
}
.product-image-detail .thumbs-container .thumb-slider .thumb-item .thumb-image {
  border: 1px solid #ddd;
  background-color: #fff;
}
.product-image-detail .thumbs-container .thumb-slider .thumb-item img {
  border: 1px solid transparent;
}
.product-image-detail .thumbs-container .thumb-slider .thumb-item img:hover {
  cursor: pointer;
}
.product-image-detail {
  position: relative;
}
.thumb-vertical .thumbs-container {
  width: 90px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10002;
}
.thumb-vertical .thumbs-container .lSSlideOuter.vertical .lSAction > a {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.fancybox-lock .thumb-vertical .thumbs-container {
  z-index: 9995;
}
@media (min-width: 768px) and (max-width: 991px) {
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px;
    clear: both;
  }
}
@media (max-width: 767px) {
  /*.sm-recently-viewed{
        display: none!important;
        visibility: hidden!important;
    }*/
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column;
  }
  .product-info-main,
  .product.media {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .product.media {
    order: -1;
  }
  .additional-attributes tr th {
    display: none !important;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px;
    clear: both;
  }
}
@media (max-width: 480px) {
  .product-info-main .product-addto-links {
    clear: both;
    padding-top: 10px;
  }
  .sidebar-image {
    display: table;
  }
}
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 116.7%;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-list li.active {
  color: #fff !important;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.resp-tab-content {
  padding: 30px !important;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs {
  border: 1px solid #ddd;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 200px;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 116.7%;
  color: #444;
  padding: 15px 30px !important;
  cursor: pointer;
  float: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.resp-vtabs .resp-tabs-list li a {
  color: inherit;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  min-height: 250px;
  margin-left: 200px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  .resp-vtabs ul.resp-tabs-list {
    float: none;
    width: 100%;
  }
  .resp-vtabs .resp-tabs-container {
    margin-left: 0;
    border: none;
  }
}
#return-title,
#design-title,
#warranty-title,
#customer-title,
#faqs-title {
  color: gray;
  font-weight: 500;
  font-size: 28px;
  padding-top: 15px;
  margin-bottom: 20px;
}
.questions-acc {
  background: lightgray;
  margin-bottom: 1%;
  /*padding: 5px 0px 5px 8px;*/
  padding: 10px 0px 10px 8px;
  font-size: 15px !important;
}
.questions-acc:after {
  content: '\02C7';
  right: 0px;
  font-size: 24px;
  padding-top: 5px;
  position: absolute;
}
#answr {
  color: #76b729;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 17px;
  text-align: justify;
}
.panel-body {
  padding: 0 !important;
}
.who-we-are {
  font-size: 28px;
  /*font-family: myriadprolight;*/
  font-weight: 500;
  padding-top: 15px !important;
  color: gray;
}
.container-page-div {
  padding: 0 !important;
  text-align: justify !important;
}
#delivery-title {
  color: gray;
  font-weight: 500;
  font-size: 28px;
}
/* EXTENSION */
.basicproducts_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.bs-pretext {
  margin-bottom: 10px;
}
.sm-basic-products {
  margin: 0 -15px;
}
.sm-basic-products .bs-items {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-basic-products .bs-content {
  margin: 0;
  padding: 0;
}
.sm-basic-products .bs-items .bs-votes {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add form {
  margin: 0;
}
.sm-basic-products .bs-items .bs-btn-add .hikashop_add_to_cart {
  display: inline-block;
  margin: 5px 5px 5px 0px;
}
.sm-basic-products .bs-items .bs-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 5px 5px 5px 0px;
}
.sm-basic-products .bs-items .bs-item .bs-image {
  max-width: 100%;
}
.sm-basic-products .bs-items .bs-item .bs-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-basic-products .bs-items .bs-item .bs-detail {
  text-align: right;
}
.sm-basic-products .bs-title {
  margin-bottom: 10px;
}
.sm-basic-products .bs-prices {
  margin-bottom: 5px;
}
.sm-basic-products .bs-price {
  font-weight: bold;
  font-family: Georgia;
}
.sm-basic-products .bs-description {
  margin-bottom: 5px;
  line-height: 18px;
  word-wrap: break-word;
  color: #636363;
}
.sm-basic-products .bs-cat-date {
  word-wrap: break-word;
  margin-bottom: 5px;
}
.sm-basic-products .bs-category {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review .ratings {
  margin: 0;
}
.sm-basic-products .bs-review .rating-box {
  margin-right: 5px;
}
.sm-basic-products .bs-review .rating-links {
  padding-top: 1px;
}
.sm-basic-products .bs-price {
  margin-bottom: 5px;
}
.sm-basic-products .bs-btn-addtocart {
  margin-bottom: 10px;
}
.sm-basic-products .bs-btn-addtocart button {
  color: #FFF;
}
.sm-basic-products .add-to-links {
  margin: 0;
}
.sm-basic-products .add-to-links li {
  margin-bottom: 5px;
}
.sm-basic-products .bs-date {
  margin-bottom: 5px;
}
.sm-basic-products .bs-description p {
  line-height: 18px;
  word-wrap: break-word;
}
.sm-basic-products .bs-items .bs-item {
  float: left;
  overflow: hidden;
  padding: 0 15px;
}
.sm-basic-products .bs-items a {
  text-decoration: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*CSS Responsive*/
/*   --- For IE8 ---
@media all and (min-width: 768px) and (max-width: 1199px){  */
.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
  width: 16.6%;
}
.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
  width: 19.958%;
}
.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
  width: 24.995%;
}
.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
  width: 33.315%;
}
.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
  width: 49.985%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
  width: 100%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
  clear: both;
}
/*--------- Other --------------*/
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-basic-products .bs-resp04-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp04-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp04-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp04-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp04-2 .bs-item {
    width: 49.985%;
  }
  .sm-basic-products .bs-resp04-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp04-1 .clr1,
  .sm-basic-products .bs-resp04-2 .clr2,
  .sm-basic-products .bs-resp04-3 .clr3,
  .sm-basic-products .bs-resp04-4 .clr4,
  .sm-basic-products .bs-resp04-5 .clr5,
  .sm-basic-products .bs-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-basic-products .bs-resp03-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp03-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp03-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp03-3 .bs-item {
    width: 33.295%;
  }
  .sm-basic-products .bs-resp03-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp03-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp03-1 .clr1 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-2 .clr2 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-3 .clr3 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-4 .clr4 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-5 .clr5 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-basic-products .bs-resp02-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp02-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp02-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp02-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp02-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp02-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp02-1 .clr1,
  .sm-basic-products .bs-resp02-2 .clr2,
  .sm-basic-products .bs-resp02-3 .clr3,
  .sm-basic-products .bs-resp02-4 .clr4,
  .sm-basic-products .bs-resp02-5 .clr5,
  .sm-basic-products .bs-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-basic-products .bs-resp01-6 .bs-item {
    width: 16.65%;
  }
  .sm-basic-products .bs-resp01-5 .bs-item {
    width: 19.97%;
  }
  .sm-basic-products .bs-resp01-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp01-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp01-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp01-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp01-1 .clr1,
  .sm-basic-products .bs-resp01-2 .clr2,
  .sm-basic-products .bs-resp01-3 .clr3,
  .sm-basic-products .bs-resp01-4 .clr4,
  .sm-basic-products .bs-resp01-5 .clr5,
  .sm-basic-products .bs-resp01-6 .clr6 {
    clear: both;
  }
}
.yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1:hover > a.sm_megamenu_head,
.yt-menu .sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div.sm-megamenu-child .sm_megamenu_actived > a {
  color: #beae59;
}
.sm_megamenu_wrapper_horizontal_menu {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  margin: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  text-shadow: none;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
  /*display: inline;*/
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.66%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 33.33%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 50%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 66.66%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 77%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > div {
  /*display: block;*/
  margin-top: 0px;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  /*display: none;*/
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  z-index: 99;
  margin-top: 30px;
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title {
  border-bottom: 1px dotted #ddd;
  padding: 5px 0px;
}
/*----*/
/* Effect 5: same word slide in */
/*.header-style-4{
.header-style-1 .nav-container #nav > li > a,
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head,
.cl-effect-5 a {
  overflow: hidden;
}
.header-style-1 .nav-container #nav > li > a span,
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head .sm_megamenu_title,
.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.5s;
}
.header-style-1 .nav-container #nav > li > a span::before,
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head .sm_megamenu_title::before,
.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.header-style-1 .nav-container #nav > li > a:hover span,
.header-style-1 .nav-container #nav > li > a:focus span,
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head:hover .sm_megamenu_title,
.sm_megamenu_wrapper_horizontal_menu ul > li.sm_megamenu_lv1 > a.sm_megamenu_head:focus .sm_megamenu_title,
.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
}*/
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/* 01 MENU BAR */
.sambar {
  position: relative;
}
.sambar a:focus {
  outline: none;
}
.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
  display: table;
  content: '';
  line-height: 0;
}
.sambar .sambar-inner:after {
  clear: both;
}
.sm_megamenu_wrapper_vertical_menu {
  display: block;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .drop-3 {
  padding: 0 15px !important;
}
.sm_megamenu_wrapper_vertical_menu .sm-megamenu-child .sm_megamenu_firstcolumn .has-2col > div > div {
  padding: 3px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm-megamenu-child .sm_megamenu_firstcolumn .has-2col > div > div:last-child {
  padding-top: 19px;
}
.sm_megamenu_wrapper_vertical_menu .static-image-menu.ab-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 215px;
  overflow: hidden;
}
.sm_megamenu_wrapper_vertical_menu .drop-4 > div {
  padding: 0 15px !important;
}
.sm_megamenu_wrapper_vertical_menu .drop-4 > div .has-2col > div > div:last-child {
  padding-top: 0 !important;
}
.sm_megamenu_wrapper_vertical_menu .drop-4 > div:last-child {
  padding-bottom: 15px !important;
}
.sm_megamenu_wrapper_vertical_menu .products-grid .item .item-inner .box-info .product-name a {
  color: #262e31;
  font-size: 100%;
}
.sm_megamenu_wrapper_vertical_menu .products-grid .item .item-inner .box-info .product-name a:hover {
  color: #beae59;
}
.sm_megamenu_wrapper_vertical_menu {
  margin: 30px 0;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
  margin: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  list-style: none;
  padding: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: relative;
  border: none;
  border-bottom: 1px solid #ecf0f1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:last-child {
  border-bottom: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:last-child a {
  font-style: italic;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:last-child a > span.sm_megamenu_icon:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding: 4px 0;
  float: right;
  position: absolute;
  right: 0;
  top: 18px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_top_actived,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_actived {
  background: #3A5163;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > a,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open > a {
  color: #beae59;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 100%;
  position: absolute;
  right: -39px;
  top: 0px;
  z-index: 10;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: #3A5163;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0px;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
  outline: 0;
  padding: 9px 0 5px 0;
  text-decoration: none;
  position: relative;
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
  width: 37px;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  color: #beae59;
  text-shadow: none;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover div a {
  display: inline;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_haschild > span.sm_megamenu_icon:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding: 4px 0;
  float: right;
  position: absolute;
  right: 0;
  top: 22px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived > span:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding: 4px 0;
  float: right;
}
/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  position: absolute;
  visibility: hidden;
  text-align: left;
  z-index: 999;
  left: 260px !important;
  top: 0px;
  background-color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth > div {
  width: 100%;
  box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_drop:hover > div {
  visibility: visible;
}
/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 196px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 337px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 505px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 673px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 842px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 889px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 100%;
  top: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  /*display:inline;*/
  float: left;
  padding: 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33329999999999%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
/*
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 125px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 250px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 375px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 500px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 625px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 750px;}
*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
/* IMPORTANT */
/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
/* 03 CONTENT STYLING */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 10px;
  text-shadow: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .strong {
  font-weight: bold;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .italic {
  font-style: italic;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
  /*text-shadow:1px 1px #000000;*/
  /*border-bottom:1px solid #333333;*/
  margin-top: 7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .product-items {
  margin: 10px 0 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3.product-name {
  padding: 10px 0 0;
  border-bottom: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div a {
  display: inline-block;
  padding: 0;
  color: inherit;
  line-height: 36px;
  font-size: 92.86%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:not(.list-parent) div.sm_megamenu_title:first-child a {
  display: block;
  text-transform: uppercase;
  color: inherit;
  font-weight: 900;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .pusher {
  /* Use this pucher if you want to give more vertical spacing between your rows of content */
  margin-top: 18px;
}
/* Icon paragraphs */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {
  padding-left: 36px;
  margin-bottom: 18px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/help.png") no-repeat 0px 2px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/favorite.png") no-repeat 0px 2px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/mail.png") no-repeat 0px 2px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/print.png") no-repeat 0px 2px;
}
/* Images styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_dark {
  /* Better style on dark background */
  background: #FFFFFF;
  padding: 4px;
  border: 1px solid #333333;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_light {
  /* Better style on light background */
  background: #FFFFFF;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_left {
  /* Image sticks to the left */
  width: auto;
  float: left;
  margin: 2px 15px 5px 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_right {
  /* Image sticks to the right */
  width: auto;
  float: right;
  margin: 2px 0px 5px 15px;
}
/* Box styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .dark_grey_box {
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000;
  padding: 4px 6px 4px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #0A0A0A;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
/* Standard lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li {
  /*font-size:12px;*/
  line-height: 24px;
  position: relative;
  /*text-shadow: 1px 1px 1px #000000;*/
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  width: 145px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li a {
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li:hover {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
/* Greybox lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li {
  background: #0A0A0A;
  border: 1px solid #000000;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 131px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li:hover {
  background: #141414;
  border: 1px solid #111111;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}
/* Other lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/plus_dark.png") left 6px no-repeat;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 21px;
  width: 109px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li:hover {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/plus_dark.png") left 6px no-repeat;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 4px 0px;
}
/* Social Icons */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li {
  padding-top: 5px;
  margin: 0 12px 12px 0;
  float: left;
  position: relative;
  display: inline;
  width: 32px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li img {
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li:hover {
  padding-top: 5px;
  margin: -1px 12px 12px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li span {
  display: none;
}
/* 2-Levels Drop Down */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
  display: block;
  width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent:hover {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
  float: left;
  width: 150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul {
  /* second-level lists */
  position: absolute;
  background: #161616;
  border: 1px solid #000000;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(left, #161616, #0A0A0A);
  background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#0A0A0A), to(#161616));
  background: -o-linear-gradient(left, #161616, #0A0A0A);
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
  top: -23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
  left: 142px;
}
/* 04 CONTACT FORM */
.sm_megamenu_wrapper_vertical_menu #contact_form label,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu legend {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.sm_megamenu_wrapper_vertical_menu #contact_form legend {
  margin-bottom: 10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form {
  display: block;
  margin-bottom: 10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form label {
  display: inline-block;
  float: left;
  height: 36px;
  line-height: 36px;
  width: 80px;
  font-size: 12px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu textarea,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 200px;
  padding: 5px;
  color: #FFFFFF;
  background-color: #222222;
  border: 1px solid #0A0A0A;
  margin: 7px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form textarea {
  resize: none;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu textarea:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu select:focus {
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
  border: 1px solid #333333;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu textarea:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu select:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .required {
  color: #C00;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .form_buttons {
  margin: 4px 0 0 80px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button {
  width: 80px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #1E1E1E;
  border: 1px solid #0A0A0A;
  color: #cccccc;
  padding: 4px 7px 4px 7px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button:hover {
  color: #eeeeee;
  background-color: #222222;
  border: 1px solid #000000;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .special {
  display: none;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu #contact_form .sent {
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  text-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error {
  background: #FBE5E2;
  border: #F2A197 solid 1px;
  color: #992213;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .sent {
  background: #E1F8CB;
  border: #C6D880 solid 1px;
  color: #37620d;
}
/* 05 COLORS */
/* Black */
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
  background-color: #ffffff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li:hover div a:hover {
  color: #beae59;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li ul li a:hover {
  color: #beae59;
}
/* Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue {
  background: #014464;
  border: 1px solid #015b86;
  border-top: 1px solid #029feb;
  background: -moz-linear-gradient(top, #0272a7, #013953);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
  background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a {
  color: #0294da;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a:hover {
  color: #33bcfd;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li ul li a:hover {
  color: #33bcfd;
}
/* Brown */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown {
  background: #44391e;
  border: 1px solid #5c4c29;
  border-top: 1px solid #a28748;
  background: -moz-linear-gradient(top, #736033, #382f19);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
  background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a {
  color: #8b733e;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a:hover {
  color: #bfa670;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li ul li a:hover {
  color: #bfa670;
}
/* Green */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green {
  background: #3e5718;
  border: 1px solid #52711f;
  border-top: 1px solid #8bc135;
  background: -moz-linear-gradient(top, #658c26, #354914);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
  background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a {
  color: #6f992a;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a:hover {
  color: #a3d158;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li ul li a:hover {
  color: #a3d158;
}
/* Light Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue {
  background: #52786b;
  border: 1px solid #608c7d;
  border-top: 1px solid #99b9ae;
  background: -moz-linear-gradient(top, #709e8e, #52786b);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
  background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a {
  color: #608c7d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
  color: #99b9ae;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li ul li a:hover {
  color: #99b9ae;
}
/* Orange */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange {
  background: #d24900;
  border: 1px solid #f45500;
  border-top: 1px solid #ff945b;
  background: -moz-linear-gradient(top, #ff6717, #c14300);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
  background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a {
  color: #f45500;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a:hover {
  color: #ff945b;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li ul li a:hover {
  color: #ff945b;
}
/* Pink */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink {
  background: #910045;
  border: 1px solid #b30055;
  border-top: 1px solid #ff1a87;
  background: -moz-linear-gradient(top, #d50066, #80003d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
  background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a {
  color: #e6006d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a:hover {
  color: #ff4da1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li ul li a:hover {
  color: #ff4da1;
}
/* Purple */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple {
  background: #6a5f71;
  border: 1px solid #7b6f83;
  border-top: 1px solid #ada5b3;
  background: -moz-linear-gradient(top, #8c8094, #615867);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
  background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a {
  color: #7b6f83;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a:hover {
  color: #ada5b3;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li ul li a:hover {
  color: #ada5b3;
}
/* Red */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red {
  background: #830701;
  border: 1px solid #a40802;
  border-top: 1px solid #fd190f;
  background: -moz-linear-gradient(top, #d70b02, #830701);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
  background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a {
  color: #d60a03;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a:hover {
  color: #fd5953;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li ul li a:hover {
  color: #fd5953;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_icon {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a .sm_megamenu_icon {
  line-height: 42px;
  padding-bottom: 1px;
  display: inline-block;
}
.sm_megamenu_lv1 .sm_megamenu_nodesc .sm_megamenu_title {
  line-height: 30px;
}
.sm_megamenu_title .sm_megamenu_icon {
  min-height: 21px;
}
.sm_megamenu_description {
  font-size: 10px;
  display: block;
  padding-left: 10px;
  /*text-transform: uppercase;*/
}
.sm_megamenu_description > p {
  color: #CCCCCC !important;
}
.sm_megamenu_title span {
  line-height: 21px;
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div div.sm_megamenu_title {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div div.sm_megamenu_title > div {
  display: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/bt.png") no-repeat scroll 0px 0px transparent;
  padding: 4px 10px 3px;
  display: block;
  text-decoration: none;
  color: #305f8e;
  height: 26px;
  float: right;
  padding-right: 30px;
  text-shadow: none;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
  padding: 4px 10px 3px;
  display: block;
  text-decoration: none;
  color: #e25203;
  height: 26px;
  float: right;
  padding-right: 30px;
  text-shadow: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul {
  margin: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
  padding-left: 13px;
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/li_normal.png") no-repeat scroll 0 50% transparent;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a:hover span {
  background: url("../../frontend/Sm/furnicom/en_GB/css/img/li_active.png") no-repeat scroll 0 50% transparent;
  color: #74B6E1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content label {
  color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li input {
  -moz-border-radius: 3px 3px 3px 3px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul.form-list li {
  clear: both;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list {
  margin-top: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li {
  width: 350px;
  margin-top: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fields .field {
  width: 280px;
  margin-top: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label {
  float: left;
  font-weight: none;
  -moz-border-radius: 3px 0 0 3px;
  border: 1px solid #A2C1CC;
  background-color: #F3F8FA;
  padding: 0px 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label {
  color: #444444;
  width: 100px;
  text-shadow: none;
  font-weight: none;
  height: 25px;
  *padding-top: 2px;
  *border-top: 1px solid #3a5163;
  padding: 4px 5px 5px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label {
  color: #444444;
  width: 65px;
  text-shadow: none;
  font-weight: none;
  height: 25px;
  padding: 3px 5px 2px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list .input-box {
  width: 130px;
  clear: none;
  display: inline;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list input.input-text {
  width: 145px;
  display: block;
  height: 30px;
  -moz-border-radius: 0 3px 3px 0;
  font-size: 15px;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *line-height: 25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide .input-box {
  clear: both;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide label {
  width: 228px;
  -moz-border-radius: 5px 5px 0 0;
  height: 25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list textarea {
  width: 238px;
  background-color: #fff;
  border: 1px solid #a2c1cc;
  color: #2F2F2F;
  margin: 0;
  /*-moz-border-radius:0 0 5px 5px;*/
  font-size: 15px;
  border-radius: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set {
  border: none;
  margin: 0 0 10px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set p {
  margin: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button {
  padding-top: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button:hover {
  padding-top: 0px;
}
.sm_megamenu_align_right {
  text-align: right;
}
/*css for button*/
.sambar .sambar-inner .btn-sambar {
  background: #fff;
  color: #FFFFFF;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 7px;
  display: none;
}
.sambar .sambar-inner .btn-inner {
  background: #08c;
  width: 100%;
  padding: 7px 0;
  float: left;
}
.sambar .btn-sambar .icon-bar {
  background-color: #0A263C;
  display: block;
  height: 2px;
  margin: 2px 0;
  width: 18px;
}
@media all and (max-width: 800px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1460px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 196px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 337px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 505px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 673px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 842px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 889px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 625px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 730px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 420px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 490px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 550px;
  }
}
.sm_megamenu_wrapper_vertical_menu .title-cat-st h2 > a {
  font-weight: bolder;
  font-size: 14px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}
.sm_megamenu_wrapper_vertical_menu .col-sm-1,
.sm_megamenu_wrapper_vertical_menu .col-sm-2,
.sm_megamenu_wrapper_vertical_menu .col-sm-3,
.sm_megamenu_wrapper_vertical_menu .col-sm-4,
.sm_megamenu_wrapper_vertical_menu .col-sm-5,
.sm_megamenu_wrapper_vertical_menu .col-sm-6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  text-align: center !important;
  line-height: 2;
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd;
}
.sm_megamenu_wrapper_vertical_menu .envato_sites {
  width: 697% !important;
  /*display: flex !important;*/
}
.sm_megamenu_wrapper_vertical_menu .envato_col_1 {
  background: #ffffff;
  width: 100%;
  position: absolute;
  left: 100%;
  display: inline-block;
  /*transform: scale(0);*/
  display: none;
}
.sm_megamenu_wrapper_vertical_menu .envato_sites:hover > .envato_col_1 {
  background: #ffffff;
  /*transform: scale(1);*/
  display: block;
  margin-top: -31px;
  border: 1px solid #cccccc;
}
.sm_megamenu_wrapper_vertical_menu .media-list {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu li.media {
  width: 100% !important;
  padding: 0 0 10px 0 !important;
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .add_media_element,
.sm_megamenu_wrapper_vertical_menu .add_content_video,
.sm_megamenu_wrapper_vertical_menu .add_google_map,
.sm_megamenu_wrapper_vertical_menu .text_1,
.sm_megamenu_wrapper_vertical_menu .text_2,
.sm_megamenu_wrapper_vertical_menu .text_3 {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
  width: 20%;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu li {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu li {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
  width: 29.10358315%;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
  padding: 0 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .pink img,
.sm_megamenu_wrapper_vertical_menu .orange img,
.sm_megamenu_wrapper_vertical_menu .purple img,
.sm_megamenu_wrapper_vertical_menu .red img,
.sm_megamenu_wrapper_vertical_menu .royal-blue img,
.sm_megamenu_wrapper_vertical_menu .salmon img,
.sm_megamenu_wrapper_vertical_menu .silver img,
.sm_megamenu_wrapper_vertical_menu .taupe img,
.sm_megamenu_wrapper_vertical_menu .white img,
.sm_megamenu_wrapper_vertical_menu .yellow img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
  float: left;
  padding-bottom: 15px;
  padding-left: 15px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu i {
  padding-right: 10px;
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_vertical_menu .clear_item_megamenu {
  clear: both;
  border: 1px solid #cccccc;
}
.sm_megamenu_wrapper_vertical_menu .element_shop_product-1,
.sm_megamenu_wrapper_vertical_menu .element_shop_product-2 {
  padding: 15px 0 0 0;
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_vertical_menu #fitvid402488 {
  width: 100%;
  display: block;
  height: 202px;
}
.sm_megamenu_wrapper_vertical_menu iframe {
  border: none;
}
.sm_megamenu_wrapper_vertical_menu #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.sm_megamenu_wrapper_vertical_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sm_megamenu_wrapper_vertical_menu .media-object {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
  float: left !important;
  width: 96% !important;
}
.sm_megamenu_wrapper_vertical_menu .contact_field-3 textarea {
  width: 100%;
  background: #ffffff;
  max-width: 780px;
  border: 1px solid #cccccc;
  color: #000000;
  font-size: 14px;
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sm_megamenu_wrapper_vertical_menu .pull-right-contact input {
  padding: 7px 15px;
  background: #2e8ab8;
  cursor: pointer;
  float: right;
  border: 0;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
}
.sm_megamenu_wrapper_vertical_menu .contact_field-1,
.sm_megamenu_wrapper_vertical_menu .contact_field-2 {
  width: 49%;
}
.sm_megamenu_wrapper_vertical_menu .contact_field-1 {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .contact_field-2 {
  float: right;
}
.sm_megamenu_wrapper_vertical_menu .contact_field-1 input,
.sm_megamenu_wrapper_vertical_menu .contact_field-2 input {
  margin: 14px 0;
  height: 34px;
}
.sm_megamenu_wrapper_vertical_menu li.megamenu-home {
  width: 100%;
  text-align: left;
  /*padding: 12px 0 12px 0;*/
}
.sm_megamenu_wrapper_vertical_menu a.items-home {
  font-size: 18px;
}
.sm_megamenu_wrapper_vertical_menu .envato-sublv-3 {
  position: absolute;
  left: 100%;
  top: -1px;
  border: 1px solid #cccccc;
  width: 100%;
  display: none;
}
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 {
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 ul {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 ul li.psd-tuts,
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 ul li.code-tuts {
  line-height: 24px;
  padding: 5px 0;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
    line-height: 15px;
  }
  .sm_megamenu_wrapper_vertical_menu {
    width: 100%;
    display: none;
    /* hidden megamenu vertical when screen less than 767px */
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sambar-inner {
    box-shadow: none;
    list-style: none outside none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
  .sambar .sambar-inner .btn-sambar {
    display: block;
    clear: both;
    margin: 7px;
  }
  .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
    display: none;
    width: 100%;
    float: left;
  }
  .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
    display: block;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    height: auto;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop {
    background: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_sites {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/furnicom/en_GB/css/img/drop.png") no-repeat scroll 100% 11px !important;
    width: 100% !important;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_tuts {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/furnicom/en_GB/css/img/drop.png") no-repeat scroll 99% 9px !important;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_col_1 {
    left: 0 !important;
    position: relative;
    display: none;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_sites:hover > .envato_col_1 {
    display: block;
    border: none;
  }
  .sm_megamenu_wrapper_vertical_menu .envato-sublv-3 {
    position: relative;
    left: 0;
    top: -1px;
    border: none;
    width: 100%;
    background: #ffffff;
    display: none;
  }
}
/* */
#price-slider {
  background-color: #666;
  border-radius: 3px;
  height: 6px;
  margin: 20px 8px 0 4px;
  position: relative;
}
#price-slider .ui-slider-handle {
  border-color: #f4a137;
}
#price-slider .ui-slider-range {
  height: 100%;
  position: absolute;
}
#price-slider .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: 3px solid;
  border-radius: 50%;
  cursor: e-resize;
  display: block;
  height: 14px;
  margin-right: inherit;
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 14px;
  z-index: 15;
}
.price-slider-values {
  text-align: center;
  margin-top: 20px;
}
.price-slider-values input[type="text"] {
  border: 1px solid #d8d8d8;
  color: #211e1f;
  padding-left: 2px;
  padding-right: 2px;
  width: 50px;
  text-align: center;
}
.loading-mask-shopby {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loading-mask-shopby .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media all and (max-width: 360px) {
  .toolbar-sorter.sorter .sorter-label {
    display: none;
  }
}
.sm_quickview_handler {
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  font-size: 116.67%;
  font-weight: normal;
  height: 30px;
  left: 50%;
  line-height: 27px;
  margin-left: -50px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  vertical-align: middle;
  white-space: nowrap;
  width: 100px;
  z-index: 88;
}
.sm_quickview_handler:hover {
  color: #fff;
}
.cartquickpro-catalog_product-options .image-info-content {
  padding: 0;
  border: none !important;
  margin-bottom: 0 !important;
}
.cartquickpro-catalog_product-options .page-wrapper {
  overflow: unset;
}
.cartquickpro-catalog_product-options .container {
  width: auto;
  max-width: none;
}
.cartquickpro-catalog_product-options .image-box-detail {
  display: none;
}
.cartquickpro-catalog_product-options .info-box-detail {
  display: inline-block;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cartquickpro-catalog_product-options .info-box-detail .product-addto-links {
  clear: none !important;
  padding: 0 !important;
}
.cartquickpro-catalog_product-options #addthis_wrap,
.cartquickpro-catalog_product-options .services-detail,
.cartquickpro-catalog_product-options .detail-bottom-wrapper {
  display: none !important;
}
.cartquickpro-catalog_product-view .image-info-content {
  padding: 0 15px;
  border: none !important;
  margin-bottom: 0 !important;
}
.cartquickpro-catalog_product-view .services-detail,
.cartquickpro-catalog_product-view .detail-bottom-wrapper,
.cartquickpro-catalog_product-view .product-reviews-summary .reviews-actions {
  display: none !important;
}
.cartquickpro-catalog_product-view .page-wrapper {
  min-height: 500px;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
  width: 200px;
  height: 100px;
  padding: 0;
}
.cartquickpro-catalog_product-view:not(.fotorama__fullscreen),
.cartquickpro-catalog_product-options:not(.fotorama__fullscreen) {
  height: auto !important;
  background: #fff !important;
}
.cartquickpro-catalog_product-view:not(.fotorama__fullscreen) .page-main .product-essential,
.cartquickpro-catalog_product-options:not(.fotorama__fullscreen) .page-main .product-essential {
  margin: 0px !important;
  padding: 0px !important;
  border: 0 !important;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-header,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-content,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-footer {
  padding: 0;
  margin: 0;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask .loader > img {
  position: absolute;
}
.modal-popup .modal-inner-wrap.smcqp-loading #smcqp-container {
  min-height: 100px;
}
.modal-popup .modal-inner-wrap.smcqp-loading header,
.modal-popup .modal-inner-wrap.smcqp-loading footer {
  display: none;
}
.modal-popup.smcqp-confirm .modal-inner-wrap,
.modal-inner-wrap.report-messages,
.modal-inner-wrap.smcqp-options {
  width: 420px;
}
.modal-slide.smcqp-modal-popup .action-close {
  padding: 5px !important;
  margin: 0;
}
.modal-slide.smcqp-modal-popup .modal-header {
  border: none;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap {
  margin: 2.5rem auto;
}
.modal-slide.smcqp-modal-popup .modal-header .action-close span {
  display: none;
}
.smcqp-actions {
  border-top: 2px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  color: #fff;
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background: #000;
}
.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover {
  background-color: #333 !important;
}
.smcqp-actions .smcqp-continue:after {
  display: none;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  display: inline-block;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  content: " (" attr(data-count) ")";
}
.smcqp-actions .smcqp-btn {
  display: none;
}
.smcqp-actions .smcqp-btn.smcqp-open {
  display: inline-block;
}
.smcqp-actions .smcqp-btn:not(:last-child) {
  margin-left: 15px;
}
.smcqp-messages {
  margin: 0 0 10px;
  padding: 12px 20px 12px 45px;
  position: relative;
  display: block;
}
.smcqp-messages.msg-success {
  color: #006400;
  background: #e5efe5 none repeat scroll 0 0;
}
.smcqp-messages.msg-error {
  color: #e02b27;
  background: #fae5e5 none repeat scroll 0 0;
}
.smcqp-messages::before {
  display: inline-block;
  font-family: "luma-icons";
  font-size: 24px;
  font-weight: normal;
  left: 0;
  line-height: 24px;
  margin: -12px 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 45px;
}
.smcqp-messages.msg-success,
.smcqp-messages.msg-error {
  text-align: center;
  padding: 12px;
}
.smcqp-messages.msg-success:before,
.smcqp-messages.msg-error:before {
  display: none;
}
.cartquickpro-catalog_product-view .page-wrapper,
.cartquickpro-catalog_product-view .columns {
  display: block;
}
.smcqp-modal-popup .modal-inner-wrap {
  max-width: 1000px;
  background: #fff !important;
}
.cartquickpro-catalog_product-view .container {
  width: 100%;
  padding: 0;
}
.cartquickpro-catalog_product-view .container .row {
  margin: 0;
}
.cartquickpro-catalog_product-view .container .row .col-lg-9.col-md-9,
.cartquickpro-catalog_product-view .container .row .col-lg-12 {
  width: 100%;
  padding: 0;
}
.cartquickpro-catalog_product-options .page-wrapper > .page-main,
.cartquickpro-catalog_product-view .page-wrapper > .page-main {
  padding: 0 !important;
  min-height: auto;
  margin: 0px !important;
}
.cartquickpro-catalog_product-view,
.cartquickpro-catalog_product-options {
  background: #fff !important;
}
.cartquickpro-catalog_product-view .left-detail,
.cartquickpro-catalog_product-options .left-detail {
  display: none !important;
}
.cartquickpro-catalog_product-view .image-box-detail,
.cartquickpro-catalog_product-view .info-box-detail {
  float: left;
  width: 50%;
}
.smcqp-modal-popup .modal-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
  -webkit-overflow-scrolling: touch;
}
.list-filter-products .quickview-handler {
  display: none !important;
}
.cartquickpro-catalog_product-view .product-info-main {
  padding-top: 0 !important;
}
.cartquickpro-catalog_product-view .breadcrumbs {
  display: none !important;
}
.cartquickpro-cart-configure .page-wrapper > .page-main {
  padding: 0 !important;
}
.cartquickpro-cart-configure .page-wrapper > .page-main .product-info-main {
  padding: 0 !important;
  width: 100% !important;
  float: none;
}
.cartquickpro-cart-configure .page-wrapper > .page-main .product-info-main .product-addto-links {
  clear: none;
  padding: 0;
}
.cartquickpro-catalog_product-options .page-wrapper > .page-main {
  padding: 0;
}
.cartquickpro-catalog_product-options .page-wrapper .product-info-main {
  padding: 0 !important;
  width: 100% !important;
  float: none;
}
.cartquickpro-catalog_product-options .page-wrapper .product-info-main .product-addto-links {
  clear: none;
  padding: 0;
}
.modal-popup .modal-footer {
  margin-top: 1px;
}
.wishlist-index-index .products-grid .product-item .quickview-handler {
  display: none !important;
}
.cartquickpro-catalog_product-view:not(.fotorama__fullscreen) .fotorama__stage__shaft {
  border: none !important;
  background: #fff !important;
  margin: 0px !important;
}
.smcqp-modal-popup .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none !important;
}
.smcqp-modal-popup .modal-footer button {
  display: none;
}
.smcqp-modal-popup.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  min-height: inherit;
}
.smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
}
.smcqp-modal-popup.modal-popup.modal-slide._show .modal-inner-wrap {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
@media all and (max-width: 1280px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap {
    position: fixed;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  body._has-modal {
    overflow-y: hidden;
    overflow-x: hidden !important;
    position: fixed;
  }
}
@media all and (max-width: 800px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 80%;
  }
  .modal-popup.modal-slide.smcqp-modal-popup {
    left: 0;
  }
  .modal-slide.smcqp-modal-popup .action-close {
    margin-top: -2px;
  }
}
@media all and (max-width: 480px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 95%;
  }
  .modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-inner-wrap.report-messages,
  .modal-inner-wrap.smcqp-options {
    width: 350px;
  }
  .smcqp-actions .smcqp-btn,
  .smcqp-actions .smcqp-continue {
    padding: 10px 10px;
  }
  .smcqp-actions .smcqp-btn {
    margin-left: 5px;
  }
}
@media all and (max-width: 360px) {
  .smcqp-actions .smcqp-btn.smcqp-open,
  .smcqp-actions .smcqp-continue {
    display: block;
    margin: 0;
  }
  .smcqp-actions .smcqp-continue {
    margin-bottom: 5px;
  }
}
/*.sm-listing-tabs {
    margin: 0;
    padding: 0;
	.owl-stage-outer {
	    padding: 0;
		margin: 30px 0;
		overflow: hidden;
	}
	.owl-controls {
		margin: 0 -20px;
	}
	
	.ltabs-wrap {
		margin: 0;
		padding: 0;
		.ltabs-tabs-container {
			padding-bottom: 20px;
			ul {
				list-style: outside none none;
				margin: 0;
				padding: 0;
				border-bottom: 1px solid #ecf0f1;
				padding-bottom: 15px;
			}
		}
	}
}*/
.acd-btn-add {
  float: left;
}
.sm-listing-tabs .sm-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tabs .item-price {
  padding-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
/*.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
	display: inline;
    text-transform: uppercase;
    font-weight: bold;
    color: #bbc1cd;
    padding: 0px 20px;
    font-size: 142.86%;
    position: relative;
    cursor: pointer;
	&:first-child {
		padding-left: 0;
	}
}*/
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
/*.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
	&:before {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: -21px;
		left: 0;
		background: #e74c3c;
	}
	color: #383838;
}*/
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
  margin-top: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sm-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listing-tabs .item-prices {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  padding: 2% 0;
  width: 40%;
}
.sm-listing-tabs .other-infor {
  margin-top: 15px;
}
.sm-listing-tabs .hits {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  overflow: hidden;
  padding: 2% 0 2% 3%;
  width: 53%;
}
.sm-listing-tabs .hits-text {
  color: #0088cc;
}
.sm-listing-tabs .item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sm-listing-tabs .item-review .ratings .rating-box .rating {
  width: 100% !important;
}
.sm-listing-tabs .item-review .ratings .rating-box {
  margin-right: 5px;
}
.sm-listing-tabs .created-date {
  color: #909090;
  margin-bottom: 10px;
}
.sm-listing-tabs .item-addcart {
  margin-bottom: 5px;
}
.sm-listing-tabs .add-to-links {
  list-style: outside none none;
  margin: 0 0 5px;
}
.sm-listing-tabs .add-to-links li:first-child {
  margin-bottom: 5px;
}
.sm-listing-tabs ul.add-to-links li {
  font-style: normal;
  margin: 0;
}
.sm-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  clear: both;
  color: #888;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  position: relative;
  text-align: left;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-bottom-left-radius: 3px;
  border-color: #ddd -moz-use-text-color #ddd #ddd;
  border-image: none;
  border-style: solid none solid solid;
  border-top-left-radius: 3px;
  border-width: 1px medium 1px 1px;
  overflow: hidden;
  text-indent: 20px;
  width: 167px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  -moz-user-select: none;
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 12px;
  text-align: center;
  width: 30px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  display: inline-block;
  float: left;
  height: 30px;
  position: relative;
  z-index: 1;
}
.sm-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.sm-listing-tabs .loaded .add-loadmore {
  display: none;
}
/*
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 9999;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
    display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    float: none;
    margin: 0;
    padding: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 10%;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
    background: #0088cc none repeat scroll 0 0;
    color: #f6f6f6;
}*/
.sm-listing-tabs .ltabs-wrap .ltabs-items-container {
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  box-shadow: 0 0 0 #000;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  box-shadow: 0 0 0 #000;
  max-width: 99.90000000000001%;
  width: 99.90000000000001%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  box-shadow: 0 0 0 #000;
  float: left;
  margin-bottom: 20px;
  opacity: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  margin: 0 10px;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  overflow: hidden;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img:hover {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
  background: transparent url("../../frontend/Sm/furnicom/en_GB/images/477.gif") no-repeat scroll center center;
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  background-color: #0088cc;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: transparent url("../../frontend/Sm/furnicom/default/Sm_SuperCategories/images/301.gif") no-repeat scroll center center;
  display: none;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn::after {
  content: attr(data-label);
}
.sm-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  box-shadow: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
  box-sizing: border-box;
}
.sm-listing-tabs .ltabs-item {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  opacity: 1;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
  margin: 0;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner .bs-detail {
  padding-top: 10px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
  position: static;
}
@media all and (max-width: 479px) {
  .sm-listing-tabs .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .ltabs-tabs-container .ltabs-tabs li {
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: medium none !important;
  }
  .sm-listing-tabs .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sm-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sm-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs04-1 .clr1,
  .sm-listing-tabs .ltabs04-2 .clr2,
  .sm-listing-tabs .ltabs04-3 .clr3,
  .sm-listing-tabs .ltabs04-4 .clr4,
  .sm-listing-tabs .ltabs04-5 .clr5,
  .sm-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sm-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs03-1 .clr1,
  .sm-listing-tabs .ltabs03-2 .clr2,
  .sm-listing-tabs .ltabs03-3 .clr3,
  .sm-listing-tabs .ltabs03-4 .clr4,
  .sm-listing-tabs .ltabs03-5 .clr5,
  .sm-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs02-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs02-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-1 .clr1,
  .sm-listing-tabs .ltabs02-2 .clr2,
  .sm-listing-tabs .ltabs02-3 .clr3,
  .sm-listing-tabs .ltabs02-4 .clr4,
  .sm-listing-tabs .ltabs02-5 .clr5,
  .sm-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sm-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sm-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-1 .clr1,
  .sm-listing-tabs .ltabs01-2 .clr2,
  .sm-listing-tabs .ltabs01-3 .clr3,
  .sm-listing-tabs .ltabs01-4 .clr4,
  .sm-listing-tabs .ltabs01-5 .clr5,
  .sm-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs00-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs00-5 .ltabs-item {
    width: 20%;
  }
  .sm-listing-tabs .ltabs00-4 .ltabs-item {
    width: 25%;
  }
  .sm-listing-tabs .ltabs00-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs00-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs00-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs00-1 .clr1,
  .sm-listing-tabs .ltabs00-2 .clr2,
  .sm-listing-tabs .ltabs00-3 .clr3,
  .sm-listing-tabs .ltabs00-4 .clr4,
  .sm-listing-tabs .ltabs00-5 .clr5,
  .sm-listing-tabs .ltabs00-6 .clr6 {
    clear: both;
  }
}
.sm-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
  width: 16.64%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
  width: 20%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
  width: 25%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
  width: 33.315%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
  width: 49.999%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
  width: 100%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .clr1,
.sm-listing-tabs.lt-ie9 .ltabs01-2 .clr2,
.sm-listing-tabs.lt-ie9 .ltabs01-3 .clr3,
.sm-listing-tabs.lt-ie9 .ltabs01-4 .clr4,
.sm-listing-tabs.lt-ie9 .ltabs01-5 .clr5,
.sm-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
  clear: both;
}
.sm-listing-tabs .ltabs-item .item-desc {
  overflow: hidden;
}
.sm-listing-tabs .ltabs-item .item-readmore {
  text-align: right;
}
.sm-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sm-listing-tabs .ltabs-item .item-votes {
  margin: 0 0 10px;
}
.sm-listing-tabs .ltabs-item .item-btn-add {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.sm-listing-tabs .ltabs-item .item-btn-add form {
  margin: 0;
}
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_to_cart,
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.sm-listing-tabs .pre-text,
.sm-listing-tabs .post-text {
  margin: 10px;
}
.sm-super-categories {
  /* margin-right: -15px;*/
}
.sm-super-categories .products-grid .item .item-inner .box-info .price-box {
  height: 22px;
}
.sm-super-categories .category-wrap {
  padding-right: 0;
  /* padding: 0;*/
}
.sm-super-categories .category-wrap .inner {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  min-height: 570px;
}
.sm-super-categories .category-wrap .cat-title {
  background-color: #beae59;
  color: #fff;
  text-transform: uppercase;
  font-size: 166.7%;
  padding: 30px 10px;
  text-align: center;
  margin: -1px -1px 0 -1px;
  font-weight: bold;
}
.sm-super-categories .category-wrap .list-cates {
  padding: 15px 26px 26px 26px;
}
.sm-super-categories .category-wrap .list-cates .item {
  border-bottom: 1px solid #ddd;
}
.sm-super-categories .category-wrap .list-cates .cat-child-image {
  display: none;
}
.sm-super-categories .category-wrap .list-cates .cat-child-title {
  padding: 12px 0;
  line-height: 100%;
}
.sm-super-categories .category-wrap .list-cates .cat-child-title a {
  position: relative;
  padding-left: 0px;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm-super-categories .category-wrap .list-cates .cat-child-title a:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 0px;
  position: absolute;
  top: 5px;
  left: 0px;
  color: #beae59;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm-super-categories .category-wrap .list-cates .cat-child-title a:hover {
  padding-left: 13px;
}
.sm-super-categories .category-wrap .list-cates .cat-child-title a:hover:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 8px;
}
.sm-super-categories .owl-carousel .owl-item img {
  transform-style: inherit;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  margin-top: -30px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  color: #999;
  font-size: 22px;
  line-height: 33px;
  font-family: FontAwesome;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div.next:before,
.sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
  right: 13px;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div.prev:before,
.sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
  left: 13px;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div:hover {
  border-color: #beae59;
  background-color: #beae59;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-prev {
  left: -1px;
}
.sm-super-categories .owl-theme .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.sm-super-categories .spc-wrap {
  padding-left: 10px;
}
.sm-super-categories .spc-wrap .spctabs-tabs-container {
  display: none;
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid {
  border: 1px solid #ddd;
  border-right: none;
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid .col-item {
  /*border-right: 1px solid @border-color !important;*/
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid .item {
  margin-bottom: 0;
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid .item .item-inner {
  width: 100%;
  border: none;
  /*border-right: 1px solid @border-color !important;*/
  position: relative;
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid .item .item-inner:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid .item .item-inner .bottom-action > form {
  /*padding: 0 26px;*/
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid .item .item-inner .price-box {
  margin-top: 3px;
}
.sm-super-categories .spc-wrap .spctabs-items-container .products-grid .item .item-inner .bs-review {
  margin-top: 2px;
}
.sm-super-categories .spc-wrap .spctabs-items-container:hover .owl-theme .owl-controls .owl-nav > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm-super-categories .spc-wrap .cate-img {
  margin-top: 10px;
}
.sm-super-categories .spc-wrap .cate-img a img {
  width: 100%;
}
.super-cate-2 {
  margin-bottom: 40px;
}
/*-----------------------Css for Tabs ----------------------------*/
.sm-super-categories .spctabs-wrap .spctabs-tabs-container {
  margin: 0 0 30px 0;
  padding: 0;
}
.sm-super-categories .created-date {
  margin-top: 5px;
}
.sm-super-categories .item-price {
  padding-right: 5px;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs .spctabs-tab:hover span {
  color: #beae59;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs .tab-all .cat-all {
  margin-top: 0px;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs li.tab-sel {
  position: relative;
}
.sm-super-categories .spctabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-super-categories .item-prices {
  float: left;
  border-top: 1px solid #e9e9e9;
  padding: 2% 0 2% 0;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #909090;
  width: 40%;
}
.sm-super-categories .other-infor {
  margin-top: 15px;
}
.sm-super-categories .hits {
  float: left;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  width: 53%;
  padding: 2% 0 2% 3%;
  color: #909090;
  border-bottom: 1px solid #e9e9e9;
}
.sm-super-categories .hits-text {
  color: #3399cc;
}
.sm-super-categories .item-title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sm-super-categories .created-date {
  margin-bottom: 10px;
  color: #909090;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs li.tab-sel > span {
  color: #beae59;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap span.spctabs-tab-arrow,
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap span.spctabs-tab-selected {
  display: none;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #888;
  cursor: pointer;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
  width: 100%;
  text-indent: 20px;
  border: 1px solid #DDD;
  border-right: none;
  background: #FFF;
  overflow: hidden;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-arrow {
  width: 30px;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  font-size: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #DDD;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-arrow,
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
  display: inline-block;
}
.sm-super-categories .add-loadmore {
  float: right;
  margin-left: 10px;
  vertical: middle;
  margin-top: 2px;
}
.sm-super-categories .loaded .add-loadmore {
  display: none;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox .spctabs-tabs {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 1;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox .spctabs-tabs.spctabs-open {
  display: block;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox .spctabs-tabs li {
  margin: 0;
  padding: 0;
  float: none;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox .spctabs-tab span {
  display: block;
  line-height: 20px;
  padding: 5px 10%;
}
.sm-super-categories .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox .spctabs-tab span:hover {
  color: #f6f6f6;
  background: #3399cc;
}
/*-----------------------------Css for Content----------------------*/
.sm-super-categories .spctabs-wrap .spctabs-items-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sm-super-categories .spctabs-items-container .spctabs-items {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}
/*.sm-super-categories .spctabs-items-container .spctabs-items-inner {
	margin: 0;
	padding: 55px 0 0;
	width: 100%;
	overflow: hidden;
}*/
.sm-super-categories .spctabs-items-container .smctabs-items-selected {
  display: block;
}
.sm-super-categories .spctabs-items-container .spctabs-item-wrap {
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: #000 0em 0em 0em;
}
.sm-super-categories .spctabs-items-container .spctabs-item-wrap img {
  width: 100%;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
}
.sm-super-categories .spctabs-items-container .spctabs-items .spctabs-item {
  float: left;
  margin-bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: #000 0em 0em 0em;
}
.sm-super-categories .spctabs-items-container .spctabs-items .spctabs-item .item-inner {
  padding-left: 30px;
  margin: 0;
}
.sm-super-categories .spctabs-items-container .spctabs-items .spctabs-item .item-inner .item-image {
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.sm-super-categories .spctabs-items-container .spctabs-items .spctabs-item .item-inner .item-image img {
  width: 100%;
}
.sm-super-categories .spctabs-items-container .spctabs-items .spctabs-item .item-inner .item-image:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sm-super-categories .spctabs-items .spctabs-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../../frontend/Sm/furnicom/en_GB/images/477.gif) no-repeat scroll center center transparent;
  min-height: 300px;
  display: block;
  z-index: 0;
}
.sm-super-categories .spctabs-items-container .spctabs-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.sm-super-categories .spctabs-items .spctabs-loadmore .spctabs-loadmore-btn {
  padding: 8px 12px;
  display: inline-block;
  background-color: #3399cc;
  color: #FFF;
  cursor: pointer;
}
.sm-super-categories .spctabs-items .spctabs-loadmore .spctabs-loadmore-btn .spctabs-image-loading {
  background: url('../../frontend/Sm/furnicom/default/Sm_SuperCategories/images/301.gif') no-repeat scroll center center transparent;
  width: 22px;
  height: 22px;
  display: none;
  margin-right: 10px;
  vertical-align: middle;
}
.sm-super-categories .spctabs-items .spctabs-loadmore .spctabs-loadmore-btn:after {
  content: attr(data-label);
}
.sm-super-categories .spctabs-items.spctabs-process .spctabs-loadmore {
  display: none;
}
/*-----------------------------Css for Responsive ----------------------*/
@media all and (max-width: 479px) {
  .sm-super-categories .spctabs04-6 .spctabs-item {
    width: 16.64%;
  }
  .sm-super-categories .spctabs04-5 .spctabs-item {
    width: 19.958%;
  }
  .sm-super-categories .spctabs04-4 .spctabs-item {
    width: 24.995%;
  }
  .sm-super-categories .spctabs04-3 .spctabs-item {
    width: 33.315%;
  }
  .sm-super-categories .spctabs04-2 .spctabs-item {
    width: 49.985%;
  }
  .sm-super-categories .spctabs04-1 .spctabs-item {
    width: 100%;
  }
  .sm-super-categories .product-item-actions {
    display: block;
  }
  .sm-super-categories .spctabs04-1 .clr1,
  .sm-super-categories .spctabs04-2 .clr2,
  .sm-super-categories .spctabs04-3 .clr3,
  .sm-super-categories .spctabs04-4 .clr4,
  .sm-super-categories .spctabs04-5 .clr5,
  .sm-super-categories .spctabs04-6 .clr6 {
    clear: both;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-4 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-5 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-6 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .hits,
  .sm-super-categories .spctabs01-4 .spctabs-item .hits,
  .sm-super-categories .spctabs01-5 .spctabs-item .hits,
  .sm-super-categories .spctabs01-6 .spctabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-super-categories .product-item-actions {
    display: block;
  }
  .sm-super-categories .spctabs03-6 .spctabs-item {
    width: 16.64%;
  }
  .sm-super-categories .spctabs03-5 .spctabs-item {
    width: 19.958%;
  }
  .sm-super-categories .spctabs03-4 .spctabs-item {
    width: 24.995%;
  }
  .sm-super-categories .spctabs02-5 .spctabs-item .hits {
    width: 100%;
  }
  .sm-super-categories .spctabs02-5 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs02-6 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs03-3 .spctabs-item {
    width: 33.295%;
  }
  .sm-super-categories .spctabs03-2 .spctabs-item {
    width: 49.999%;
  }
  .sm-super-categories .spctabs03-1 .spctabs-item {
    width: 100%;
  }
  .sm-super-categories .spctabs03-1 .clr1,
  .sm-super-categories .spctabs03-2 .clr2,
  .sm-super-categories .spctabs03-3 .clr3,
  .sm-super-categories .spctabs03-4 .clr4,
  .sm-super-categories .spctabs03-5 .clr5,
  .sm-super-categories .spctabs03-6 .clr6 {
    clear: both;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-4 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-5 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-6 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .hits,
  .sm-super-categories .spctabs01-4 .spctabs-item .hits,
  .sm-super-categories .spctabs01-5 .spctabs-item .hits,
  .sm-super-categories .spctabs01-6 .spctabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-super-categories .spctabs01-3 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-4 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-5 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-6 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .hits,
  .sm-super-categories .spctabs01-4 .spctabs-item .hits,
  .sm-super-categories .spctabs01-5 .spctabs-item .hits,
  .sm-super-categories .spctabs01-6 .spctabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-super-categories .spctabs02-6 .spctabs-item {
    width: 16.64%;
  }
  .sm-super-categories .spctabs02-5 .spctabs-item {
    width: 19.958%;
  }
  .sm-super-categories .spctabs02-4 .spctabs-item {
    width: 24.995%;
  }
  .sm-super-categories .spctabs02-3 .spctabs-item {
    width: 33.315%;
  }
  .sm-super-categories .spctabs02-2 .spctabs-item {
    width: 49.999%;
  }
  .sm-super-categories .spctabs02-1 .spctabs-item {
    width: 100%;
  }
  .sm-super-categories .spctabs02-4 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs02-4 .spctabs-item .hits,
  .sm-super-categories .spctabs02-5 .spctabs-item .hits,
  .sm-super-categories .spctabs02-6 .spctabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-super-categories .spctabs02-5 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs02-6 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs02-1 .clr1,
  .sm-super-categories .spctabs02-2 .clr2,
  .sm-super-categories .spctabs02-3 .clr3,
  .sm-super-categories .spctabs02-4 .clr4,
  .sm-super-categories .spctabs02-5 .clr5,
  .sm-super-categories .spctabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sm-super-categories .spctabs01-6 .spctabs-item {
    width: 16.64%;
  }
  .sm-super-categories .spctabs01-5 .spctabs-item {
    width: 20%;
  }
  .sm-super-categories .spctabs01-4 .spctabs-item {
    width: 25%;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-4 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-5 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-6 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .hits,
  .sm-super-categories .spctabs01-4 .spctabs-item .hits,
  .sm-super-categories .spctabs01-5 .spctabs-item .hits,
  .sm-super-categories .spctabs01-6 .spctabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item {
    width: 33.315%;
  }
  .sm-super-categories .spctabs01-2 .spctabs-item {
    width: 49.999%;
  }
  .sm-super-categories .spctabs01-1 .spctabs-item {
    width: 100%;
  }
  .sm-super-categories .spctabs01-1 .clr1,
  .sm-super-categories .spctabs01-2 .clr2,
  .sm-super-categories .spctabs01-3 .clr3,
  .sm-super-categories .spctabs01-4 .clr4,
  .sm-super-categories .spctabs01-5 .clr5,
  .sm-super-categories .spctabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sm-super-categories .spctabs01-3 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-4 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-5 .spctabs-item .item-prices,
  .sm-super-categories .spctabs01-6 .spctabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-super-categories .spctabs01-3 .spctabs-item .hits,
  .sm-super-categories .spctabs01-4 .spctabs-item .hits,
  .sm-super-categories .spctabs01-5 .spctabs-item .hits,
  .sm-super-categories .spctabs01-6 .spctabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-super-categories .spctabs00-6 .spctabs-item {
    width: 16.64%;
  }
  .sm-super-categories .spctabs00-5 .spctabs-item {
    width: 20%;
  }
  .sm-super-categories .spctabs00-4 .spctabs-item {
    width: 25%;
  }
  .sm-super-categories .spctabs00-3 .spctabs-item {
    width: 33.315%;
  }
  .sm-super-categories .spctabs00-2 .spctabs-item {
    width: 49.999%;
  }
  .sm-super-categories .spctabs00-1 .spctabs-item {
    width: 100%;
  }
  .sm-super-categories .spctabs00-1 .clr1,
  .sm-super-categories .spctabs00-2 .clr2,
  .sm-super-categories .spctabs00-3 .clr3,
  .sm-super-categories .spctabs00-4 .clr4,
  .sm-super-categories .spctabs00-5 .clr5,
  .sm-super-categories .spctabs00-6 .clr6 {
    clear: both;
  }
}
/*-----------------------------Css for ie----------------------*/
.sm-super-categories.lt-ie9 .spctabs01-6 .spctabs-item {
  width: 16.64%;
}
.sm-super-categories.lt-ie9 .spctabs01-5 .spctabs-item {
  width: 20%;
}
.sm-super-categories.lt-ie9 .spctabs01-4 .spctabs-item {
  width: 25%;
}
.sm-super-categories.lt-ie9 .spctabs01-3 .spctabs-item {
  width: 33.315%;
}
.sm-super-categories.lt-ie9 .spctabs01-2 .spctabs-item {
  width: 49.999%;
}
.sm-super-categories.lt-ie9 .spctabs01-1 .spctabs-item {
  width: 100%;
}
.sm-super-categories.lt-ie9 .spctabs01-1 .clr1,
.sm-super-categories.lt-ie9 .spctabs01-2 .clr2,
.sm-super-categories.lt-ie9 .spctabs01-3 .clr3,
.sm-super-categories.lt-ie9 .spctabs01-4 .clr4,
.sm-super-categories.lt-ie9 .spctabs01-5 .clr5,
.sm-super-categories.lt-ie9 .spctabs01-6 .clr6 {
  clear: both;
}
.sm-super-categories .spctabs-item .item-desc {
  overflow: hidden;
}
.sm-super-categories .spctabs-item .item-readmore {
  text-align: right;
}
.sm-super-categories .spctabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sm-super-categories .spctabs-item .item-btn-add {
  clear: both;
  display: block;
  padding-top: 10px;
  overflow: hidden;
}
.sm-super-categories .spctabs-item .item-addtocart {
  margin-top: 10px;
}
.sm-super-categories .spctabs-item .item-btn-add form {
  margin: 0;
}
.sm-super-categories .spctabs-item .item-btn-add .hikashop_add_to_cart,
.sm-super-categories .spctabs-item .item-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 10px 5px 0px 0;
}
/* css categories */
.sm-super-categories .spctabs-wrap .spctabs-items-container .bs-title a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.sm-super-categories .spctabs-wrap .spctabs-items-container .bs-title a:hover {
  color: #1979c3;
  text-decoration: none;
}
.sm-super-categories .spctabs-wrap .spctabs-items-container .bs-detail {
  padding-top: 15px;
  float: right;
}
/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.sm-super-categories .container-slider .owl-theme .owl-controls {
  position: static;
}
.sm-super-categories .container-slider .owl-controls .owl-prev {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 35px;
  margin: -20px 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 40px;
  z-index: 999;
}
.sm-super-categories .container-slider .owl-controls .owl-prev:hover {
  background-color: #0088cc;
  cursor: pointer;
}
.sm-super-categories .container-slider .owl-controls .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  margin: -20px 0 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 35%;
  width: 40px;
  z-index: 99;
}
.sm-super-categories .container-slider .owl-controls .owl-next:hover {
  background-color: #0088cc;
  cursor: pointer;
}
.owl-carousel .owl-item img {
  transform-style: unset;
  width: auto !important;
  margin: auto !important;
}
.deals_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sm-deals {
  overflow: hidden;
}
.sm-deals .deals-items {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.sm-deals .deals-items .deals-item {
  float: left;
  overflow: hidden;
  /*padding-left: 30px;*/
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-deals .deals-items .deals-item .deals-item-inner {
  padding: 10px;
  overflow: hidden;
  border: 1px solid transparent;
}
.sm-deals .deals-items .deals-item .deals-item-inner:hover {
  border: 1px solid #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  background: #fff;
}
.sm-deals .towishlist:before {
  content: '\e600';
}
.sm-deals .tocompare:before {
  content: '\e61e';
}
.sm-deals .deals-items .deals-item .deals-image {
  max-width: 100%;
  margin: 0;
  padding-bottom: 10px;
}
.sm-deals .deals-items .deals-item .deals-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-deals .deals-items .deals-item .deals-detail {
  text-align: right;
}
.sm-deals .deals-title {
  margin: 5px 0;
}
/*.sm-deals .price-box .price {
}

.sm-deals .old-price .price {
}*/
.sm-deals .deals-description {
  margin: 5px 0;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-deals .deals-review {
  margin: 5px 0;
}
.sm-deals .deals-price {
  margin: 0;
}
.sm-deals .deals-review .ratings {
  margin: 0;
}
.sm-deals .deals-review .rating-box {
  margin-right: 5px;
}
.sm-deals .deals-review .rating-links {
  padding-top: 1px;
}
.sm-deals .product-item-actions {
  margin: 10px 0;
}
.sm-deals .deals-detail {
  margin: 5px 0;
}
.sm-deals .deals-btn-addtocart {
  margin-bottom: 10px;
}
.sm-deals .add-to-links {
  margin: 0;
}
.sm-deals .deals-items .deals-image:hover {
  opacity: 0.7;
}
/*.sm-deals .deals-countdown {

}

.sm-deals .deals-time {

}

.sm-deals .num-time {

}

.sm-deals .title-time {

}*/
/*CSS Responsive*/
@media all and (max-width: 467px) {
  .sm-deals .deals-resp05-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp05-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp05-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp05-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp05-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp05-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp05-1 .clr1,
  .sm-deals .deals-resp05-2 .clr2,
  .sm-deals .deals-resp05-3 .clr3,
  .sm-deals .deals-resp05-4 .clr4,
  .sm-deals .deals-resp05-5 .clr5,
  .sm-deals .deals-resp05-6 .clr6 {
    clear: both;
  }
  .sm-deals .product-item-actions {
    display: block;
  }
  .sm-deals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 468px) and (max-width: 767px) {
  .sm-deals .deals-resp04-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp04-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp04-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp04-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp04-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp04-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp04-1 .clr1,
  .sm-deals .deals-resp04-2 .clr2,
  .sm-deals .deals-resp04-3 .clr3,
  .sm-deals .deals-resp04-4 .clr4,
  .sm-deals .deals-resp04-5 .clr5,
  .sm-deals .deals-resp04-6 .clr6 {
    clear: both;
  }
  .sm-deals .product-item-actions {
    display: block;
  }
  .sm-deals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-deals .deals-resp03-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp03-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp03-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp03-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp03-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp03-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp03-1 .clr1,
  .sm-deals .deals-resp03-2 .clr2,
  .sm-deals .deals-resp03-3 .clr3,
  .sm-deals .deals-resp03-4 .clr4,
  .sm-deals .deals-resp03-5 .clr5,
  .sm-deals .deals-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-deals .deals-resp02-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp02-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp02-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp02-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp02-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp02-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp02-1 .clr1,
  .sm-deals .deals-resp02-2 .clr2,
  .sm-deals .deals-resp02-3 .clr3,
  .sm-deals .deals-resp02-4 .clr4,
  .sm-deals .deals-resp02-5 .clr5,
  .sm-deals .deals-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-deals .deals-resp01-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp01-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp01-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp01-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp01-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp01-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp01-1 .clr1,
  .sm-deals .deals-resp01-2 .clr2,
  .sm-deals .deals-resp01-3 .clr3,
  .sm-deals .deals-resp01-4 .clr4,
  .sm-deals .deals-resp01-5 .clr5,
  .sm-deals .deals-resp01-6 .clr6 {
    clear: both;
  }
}
/*.sm-deals .owl-nav > div {
	  display: inline-block;
	  width:36px;
	  height:36px;
	  position: relative;
	  text-indent: -9999px;
	  overflow: hidden;
	  cursor: pointer;
	  border: 1px solid @border-color;
	  background-color: #fff;
	  &:before{
	    text-indent: 0;
	    position: absolute;
	    top:0;    
	    color: #999;
	    font-size: 22px;
	    line-height: 33px;
	    font-family: FontAwesome; 
	  }
	  &.next,
	  &.owl-next{
	    &:before{
	      content:"\f105";
	      right: 13px;
	    }
	  }
	  &.prev,
	  &.owl-prev{
	    &:before{
	      content:"\f104";
	      left: 13px;
	    }
	  }
	  &:hover{
	    border-color: @color_theme;
	    background-color: @color_theme;
	    &:before{
	      color: #fff;

	    }
	  }
}*/
.sm-deals.boxed {
  padding: 0;
}
.sm-deals .owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  position: relative;
}
.sm-deals-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../../frontend/Sm/furnicom/en_GB/images/477.gif) center center no-repeat transparent;
  min-height: 200px;
}
/*.deals-preload {*/
/*min-height: 200px;*/
/*overflow: hidden;*/
/*height: 200px;*/
/*}*/
.sm-deals .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none repeat scroll 0 0 #d6d6d6;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
}
.sm-deals .owl-controls .owl-dot,
.sm-deals .owl-controls .owl-nav .owl-next,
.sm-deals .owl-controls .owl-nav .owl-prev {
  -moz-user-select: none;
  cursor: pointer;
}
.sm-deals .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.sm-deals .owl-theme .owl-dots .owl-dot.active span,
.sm-deals .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #55E415;
}
.sm-deals .owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_normalize.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_print.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_glyphicons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_scaffolding.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_vendor-prefixes.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_tab-focus.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_thumbnails.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_image.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_mixin.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_type.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_text-emphasis.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_background-variant.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_text-overflow.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_code.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_grid-framework.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_table-row.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_opacity.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_button-groups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_component-animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_nav-divider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_reset-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_border-radius.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_input-groups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_navs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_navbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_nav-vertical-align.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_bordered-pulled.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_pagination.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_pagination.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_pager.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_labels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_labels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_badges.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_jumbotron.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_alerts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_alerts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_progress-bars.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_gradients.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_media.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_list-group.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_list-group.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_panels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_panels.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_responsive-embed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_wells.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_close.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_reset-text.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_popovers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_clearfix.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_center-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_hide-text.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_responsive-utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2Fmixins%5C%2F_responsive-visibility.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_path.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_core.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_larger.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_fixed-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_animated.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_rotated-flipped.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_stacked.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_jquery.fancybox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_general.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_owl.carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_animate.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_bonus-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Ffooter-style%5C%2F_footer-1.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Ffooter-style%5C%2F_footer-2.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Ffooter-style%5C%2F_footer-3.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Ffooter-style%5C%2F_footer-4.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Ffooter-style%5C%2F_footer-5.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Ffooter-style%5C%2F_responsive-footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-1.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-2.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-3.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-4.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-5.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-6.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-7.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-8.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-9.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_header-10.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fheader-style%5C%2F_reponsive-header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-1.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-2.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-3.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-4.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-5.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-6.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-7.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-8.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-9.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_home-10.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fhome-style%5C%2F_reponsive-home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_listing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_detail-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_easy-responsive-tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2F_about.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-basicproducts%5C%2F_basicproducts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-megamenu%5C%2Fhorizontal%5C%2F_megamenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-megamenu%5C%2Fvertical%5C%2F_megamenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-shopby%5C%2F_shopby.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-quickview%5C%2F_quickview.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-listingtabs%5C%2F_listingtabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-supercategories%5C%2F_supercategories.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-deals%5C%2F_deals.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAQA%3BEACI%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAOJ%3BEACI%2CSAAA%3B%3BAAaJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAQJ%3BAACA%3BAACA%3BAACA%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAQJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAQJ%3BAACA%3BEACI%2CaAAA%3B%3BAAUJ%3BEACI%2C6BAAA%3B%3BAAQJ%2CCAAC%3BAACD%2CCAAC%3BEACG%2CUAAA%3B%3BAAUJ%2CIAAI%3BEACA%2CyBAAA%3B%3BAAOJ%3BAACA%3BEACI%2CiBAAA%3B%3BAAOJ%3BEACI%2CkBAAA%3B%3BAAQJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CcAAA%3B%3BAAOJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAUJ%3BEACI%2CSAAA%3B%3BAAOJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAUJ%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CuBAAA%3BEACA%2CSAAA%3B%3BAAOJ%3BEACI%2CcAAA%3B%3BAAOJ%3BAACA%3BAACA%3BAACA%3BEACI%2CiCAAA%3BEACA%2CcAAA%3B%3BAAkBJ%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAOJ%3BEACI%2CiBAAA%3B%3BAAUJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAWJ%3BAACA%2CIAAK%2CMAAK%3BAACV%2CKAAK%3BAACL%2CKAAK%3BEACD%2C0BAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CMAAM%3BAACN%2CIAAK%2CMAAK%3BEACN%2CeAAA%3B%3BAAOJ%2CMAAM%3BAACN%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAAQJ%3BEACI%2CmBAAA%3B%3BAAWJ%2CKAAK%3BAACL%2CKAAK%3BEACD%2CsBAAA%3BEACA%2CUAAA%3B%3BAASJ%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAChB%2CYAAA%3B%3BAAQJ%2CKAAK%3BEACD%2C6BAAA%3BEACA%2CuBAAA%3B%3BAASJ%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAChB%2CwBAAA%3B%3BAAOJ%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAQJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAOJ%3BEACI%2CcAAA%3B%3BAAQJ%3BEACI%2CiBAAA%3B%3BAAUJ%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CUAAA%3B%3B%3BAC%5C%2FTJ%3BEA%5C%2FFI%3BEACA%2CCAAC%3BEACD%2CCAAC%3BIACG%2CkCAAA%3BIACA%2CWAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2C0BAAA%3B%3BEAGJ%2CCAAC%2CMAAM%3BIACH%2CSAAS%2CKAAK%2CWAAW%2CGAAzB%3B%3BEAGJ%2CIAAI%2COAAO%3BIACP%2CSAAS%2CKAAK%2CYAAY%2CGAA1B%3B%3BEAKJ%2CCAAC%2CWAAW%3BEACZ%2CCAAC%2CqBAAqB%3BIAClB%2CSAAS%2CEAAT%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BEACA%3BIACI%2CuBAAA%3B%3BEAKJ%3BIACI%2CaAAA%3B%3BEAGJ%2CIAEM%3BEADN%2COAAU%2COACJ%3BIACE%2CsBAAA%3B%3BEAIR%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3B%3BEADJ%2CMAGI%3BEAHJ%2CMAII%3BIACI%2CsBAAA%3B%3BEAIR%2CeACI%3BEADJ%2CeAEI%3BIACI%2CsBAAA%3B%3B%3BACvFZ%3BEACI%2CaAAa%2CsBAAb%3BEACA%2CSAAS%2C4CAAT%3BEACA%2CSAAS%2CoDAAiD%2COAAO%2C0BAC7D%2C%2BCAA4C%2COAAO%2CcACnD%2C8CAA2C%2COAAO%2CaAClD%2C6CAA0C%2COAAO%2CiBACjD%2CyEAA8D%2COAAO%2CMAJzE%3B%3BAAQJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAKA%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAMJ%2CeAAC%3BAAAD%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CaAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CaAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C6BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C%2BBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C6BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiCAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CaAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAaJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CiBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CeAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C2BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C8BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkCAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C4BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C6BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CwBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CuBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CsBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CoBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CkBAAC%3BEACG%2CSAAS%2COAAT%3B%3BAClkDR%3BECuEI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BADrEJ%2CCAAC%3BAACD%2CCAAC%3BECkEG%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAD9DJ%3BEACI%2CeAAA%3BEACA%2C6CAAA%3B%3BAAGJ%3BEACI%2CaEeqB%2C8CFfrB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BAACA%3BAACA%3BAACA%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CCAAC%3BEGnDD%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAH0DJ%3BEACI%2CSAAA%3B%3BAAKJ%3BEACI%2CsBAAA%3B%3BAAIJ%3BAIvEA%2CUAUM%3BAAVN%2CUAWI%2CEAAI%3BACPR%2CeAKM%2CQAMI%3BAAXV%2CeAKM%2CQAOI%2CIAAI%3BECbV%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BANuEJ%3BEACI%2CkBAAA%3B%3BAAMJ%3BEACI%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BECyHA%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEDFA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAN2FJ%3BEACI%2CkBAAA%3B%3BAAKJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3B%3BAAOJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAAQA%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAUR%3BEACI%2CeAAA%3B%3BAQjJJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BEACrB%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CEAOI%3BAAPA%2CEAOA%3BAAPI%2CEAOJ%3BAAPQ%2CEAOR%3BAAPY%2CEAOZ%3BAAPgB%2CEAOhB%3BAANJ%2CGAMI%3BAANC%2CGAMD%3BAANM%2CGAMN%3BAANW%2CGAMX%3BAANgB%2CGAMhB%3BAANqB%2CGAMrB%3BAAPJ%2CEAQI%3BAARA%2CEAQA%3BAARI%2CEAQJ%3BAARQ%2CEAQR%3BAARY%2CEAQZ%3BAARgB%2CEAQhB%3BAAPJ%2CGAOI%3BAAPC%2CGAOD%3BAAPM%2CGAON%3BAAPW%2CGAOX%3BAAPgB%2CGAOhB%3BAAPqB%2CGAOrB%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BAAJJ%2CEAII%3BAAJA%2CGAIA%3BAANJ%2CEAOI%3BAAPA%2CGAOA%3BAANJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BEACI%2CcAAA%3B%3BAAIR%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BAAJJ%2CEAII%3BAAJA%2CGAIA%3BAANJ%2CEAOI%3BAAPA%2CGAOA%3BAANJ%2CEAMI%3BAANA%2CGAMA%3BAALJ%2CEAKI%3BAALA%2CGAKA%3BEACI%2CcAAA%3B%3BAAIR%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAMJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAHuC%3BEAGvC%3BIAFQ%2CeAAA%3B%3B%3BAAQR%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAIJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAIJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEC3II%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACE%2CcAAA%3B%3BAD4IR%3BEC%5C%2FII%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACE%2CcAAA%3B%3BADgJR%3BECnJI%2CcAAA%3B%3BAACA%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACE%2CcAAA%3B%3BADoJR%3BECvJI%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACE%2CcAAA%3B%3BADwJR%3BEC3JI%2CcAAA%3B%3BAACA%2CCAAC%2CYAAC%3BAACF%2CCAAC%2CYAAC%3BEACE%2CcAAA%3B%3BAD%2BJR%3BEAGI%2CWAAA%3BEErKA%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACE%2CyBAAA%3B%3BAFsKR%3BEEzKI%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACE%2CyBAAA%3B%3BAF0KR%3BEE7KI%2CyBAAA%3B%3BAACA%2CCAAC%2CQAAC%3BAACF%2CCAAC%2CQAAC%3BEACE%2CyBAAA%3B%3BAF8KR%3BEEjLI%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACE%2CyBAAA%3B%3BAFkLR%3BEErLI%2CyBAAA%3B%3BAACA%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACE%2CyBAAA%3B%3BAFyLR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAOJ%3BAACA%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CEAII%3BAAHJ%2CEAGI%3BAAJJ%2CEAKI%3BAAJJ%2CEAII%3BEACI%2CgBAAA%3B%3BAAOR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEALI%2CeAAA%3BEACA%2CgBAAA%3BEAMA%2CiBAAA%3B%3BAAFJ%2CYAIM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAA0BJ%2CQAbkD%3BEAalD%2CcAZQ%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIGrQR%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEH2QJ%2CcAJQ%3BIACI%2CkBAAA%3B%3B%3BAASZ%2CIAAI%3BAAEJ%2CIAAI%3BEACA%2CYAAA%3BEACA%2CiCAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEA7JA%2CyBAAA%3B%3BAAkKJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAKI%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAVZ%2CUAgBI%3BAAhBJ%2CUAiBI%3BAAjBJ%2CUAkBI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEACG%2CSAAS%2CaAAT%3B%3BAAQZ%3BAACA%2CUAAU%3BEACN%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMI%2CmBAHJ%2COAGK%3BAAAD%2CUAXE%2CWAQN%2COAGK%3BAAAD%2CmBAFJ%2CMAEK%3BAAAD%2CUAXE%2CWASN%2CMAEK%3BAAAD%2CmBADJ%2COACK%3BAAAD%2CUAXE%2CWAUN%2COACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAEJ%2CmBANJ%2COAMK%3BAAAD%2CUAdE%2CWAQN%2COAMK%3BAAAD%2CmBALJ%2CMAKK%3BAAAD%2CUAdE%2CWASN%2CMAKK%3BAAAD%2CmBAJJ%2COAIK%3BAAAD%2CUAdE%2CWAUN%2COAIK%3BEACG%2CSAAS%2CaAAT%3B%3BAAMZ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAIzVJ%3BAACA%3BAACA%3BAACA%3BEACI%2CsCVmC6C%2CwBUnC7C%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C8CAAA%3B%3BAANJ%2CGAQI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAXJ%2CGAcI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAC1DJ%3BECFI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BADKA%2CQAHmC%3BEAGnC%3BIAFI%2CYAAA%3B%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFI%2CYAAA%3B%3B%3BAAKR%2CQAHuC%3BEAGvC%3BIAFQ%2CaAAA%3B%3B%3BAASR%3BECrBI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAD0BJ%3BECpBI%2CkBAAA%3BEACA%2CmBAAA%3B%3BACAI%3BEACI%2CkBAAA%3BEAEA%2CeAAA%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAgBJ%3BEACI%2CWAAA%3B%3BAAOR%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CWAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CCAAC%3BEACV%2CkBAAA%3B%3BAAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CWAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CmBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAAKJ%2CKAAK%2CEAAQ%3BEACT%2CWAAA%3B%3BAAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CUAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CSAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CSAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CSAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CkBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CMAAM%3BEACf%2CiBAAA%3B%3BAAKJ%2CKAAK%2CEAAQ%3BEACT%2CUAAA%3B%3BAAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CiBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CgBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CgBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CgBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CyBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CwBAAA%3B%3BAADJ%2CKAAK%2CEAAQ%2CQAAQ%3BEACjB%2CeAAA%3B%3BAFZR%2CQARmC%3BEEnB3B%3BIACI%2CWAAA%3B%3BEAOR%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CkBAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CWAAA%3B%3BEAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CiBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CUAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CiBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CwBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CeAAA%3B%3B%3BAFJR%2CQARmC%3BEE3B3B%3BIACI%2CWAAA%3B%3BEAOR%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CkBAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CWAAA%3B%3BEAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CiBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CUAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CiBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CwBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CeAAA%3B%3B%3BAFDR%2CQAHmC%3BEEnC3B%3BIACI%2CWAAA%3B%3BEAOR%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CCAAC%3BIACV%2CkBAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CWAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CmBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CWAAA%3B%3BEAnBJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CUAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CSAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CkBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CMAAM%3BIACf%2CiBAAA%3B%3BEAKJ%2CKAAK%2CEAAQ%3BIACT%2CUAAA%3B%3BEAiBJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CiBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CgBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CyBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CwBAAA%3B%3BEADJ%2CKAAK%2CEAAQ%2CQAAQ%3BIACjB%2CeAAA%3B%3B%3BACzER%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CMAKM%2CQAGI%2CKACI%3BAATd%2CMAMM%2CQAEI%2CKACI%3BAATd%2CMAOM%2CQACI%2CKACI%3BAATd%2CMAKM%2CQAGI%2CKAEI%3BAAVd%2CMAMM%2CQAEI%2CKAEI%3BAAVd%2CMAOM%2CQACI%2CKAEI%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAdhB%2CMAmBM%2CQAAQ%2CKAAK%3BEACX%2CsBAAA%3BEACA%2C6BAAA%3B%3BAArBR%2CMAwBM%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAA5Bd%2CMAyBM%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAA5Bd%2CMA0BM%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAA5Bd%2CMAwBM%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAA7Bd%2CMAyBM%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAA7Bd%2CMA0BM%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAA9BhB%2CMAmCM%2CQAAQ%3BEACN%2C0BAAA%3B%3BAApCR%2CMAwCI%3BEACI%2CsBAAA%3B%3BAAMR%2CgBACM%2CQAGI%2CKACI%3BAALd%2CgBAEM%2CQAEI%2CKACI%3BAALd%2CgBAGM%2CQACI%2CKACI%3BAALd%2CgBACM%2CQAGI%2CKAEI%3BAANd%2CgBAEM%2CQAEI%2CKAEI%3BAANd%2CgBAGM%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAAUhB%3BEACI%2CsBAAA%3B%3BAADJ%2CeAEM%2CQAGI%2CKACI%3BAANd%2CeAGM%2CQAEI%2CKACI%3BAANd%2CeAIM%2CQACI%2CKACI%3BAANd%2CeAEM%2CQAGI%2CKAEI%3BAAPd%2CeAGM%2CQAEI%2CKAEI%3BAAPd%2CeAIM%2CQACI%2CKAEI%3BEACE%2CsBAAA%3B%3BAARhB%2CeAYM%2CQAAQ%2CKACJ%3BAAbV%2CeAYM%2CQAAQ%2CKAEJ%3BEACE%2CwBAAA%3B%3BAASZ%2CcACM%2CQAAQ%2CKAAE%2CYAAY%3BEACpB%2CyBAAA%3B%3BAAQR%2CYACM%2CQAAQ%2CKAAE%3BEACR%2CyBAAA%3B%3BAAQR%2CKAAM%2CIAAG%3BEACL%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMI%2CKAFJ%2CGAEK%3BAAAD%2CKADJ%2CGACK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BACxIR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CMAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CMAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2CMAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2CMAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CMAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2CMAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2COAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2COAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2COAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2COAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2COAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2COAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CIAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CIAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CIAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CIAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CIAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CIAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2CIAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2CIAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CIAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2CIAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2COAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2COAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2COAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2COAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2COAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2COAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2COAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2COAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAAnBR%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAADT%2CMAAS%2CQAAQ%2CKACX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAIX%2CKAAE%2CCAAC%3BAAHT%2CMAAS%2CQAAQ%2CKAGX%2CKAAE%2CCAAC%3BAAFT%2CMAAS%2CQAAQ%2CKAEX%2CKAAE%2CCAAC%3BAACL%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BAAAb%2CMAHK%2CQAAQ%2CKAGZ%2CCAAC%2CMAAW%3BAACb%2CMANK%2CQAAQ%2CKAMZ%2CCAAC%2CMAAW%3BAAAb%2CMALK%2CQAAQ%2CKAKZ%2CCAAC%2CMAAW%3BAAAb%2CMAJK%2CQAAQ%2CKAIZ%2CCAAC%2CMAAW%3BEACT%2CyBAAA%3B%3BAAMR%2CYAAe%2CQAAQ%2CKACjB%2CKAAE%2CCAAC%2CMAAQ%3BAADjB%2CYAAe%2CQAAQ%2CKAEjB%2CKAAE%2CCAAC%2CMAAQ%3BAACb%2CYAHW%2CQAAQ%2CKAGlB%2CCAAC%2CMAAQ%2CMAAS%3BAACnB%2CYAJW%2CQAAQ%2CKAIlB%2CMAAS%2CIAAC%3BAACX%2CYALW%2CQAAQ%2CKAKlB%2CCAAC%2CMAAQ%2CMAAS%3BEACf%2CyBAAA%3B%3BAD4IZ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA6DJ%2CmBA3DkD%3BEA2DlD%3BIA1DQ%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3BIACA%2CsBAAA%3B%3BEAsDR%2CiBAnDU%3BIACE%2CgBAAA%3B%3BEAkDZ%2CiBAnDU%2CSAII%2CQAGI%2CKACI%3BEA2CtB%2CiBAnDU%2CSAKI%2CQAEI%2CKACI%3BEA2CtB%2CiBAnDU%2CSAMI%2CQACI%2CKACI%3BEA2CtB%2CiBAnDU%2CSAII%2CQAGI%2CKAEI%3BEA0CtB%2CiBAnDU%2CSAKI%2CQAEI%2CKAEI%3BEA0CtB%2CiBAnDU%2CSAMI%2CQACI%2CKAEI%3BIACE%2CmBAAA%3B%3BEAyCxB%2CiBAlCU%3BIACE%2CSAAA%3B%3BEAiCZ%2CiBAlCU%2CkBAII%2CQAGI%2CKACI%2CKAAE%3BEA0BxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKACI%2CKAAE%3BEA0BxB%2CiBAlCU%2CkBAMI%2CQACI%2CKACI%2CKAAE%3BEA0BxB%2CiBAlCU%2CkBAII%2CQAGI%2CKAEI%2CKAAE%3BEAyBxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKAEI%2CKAAE%3BEAyBxB%2CiBAlCU%2CkBAMI%2CQACI%2CKAEI%2CKAAE%3BIACA%2CcAAA%3B%3BEAwBxB%2CiBAlCU%2CkBAII%2CQAGI%2CKAKI%2CKAAE%3BEAsBxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKAKI%2CKAAE%3BEAsBxB%2CiBAlCU%2CkBAMI%2CQACI%2CKAKI%2CKAAE%3BEAsBxB%2CiBAlCU%2CkBAII%2CQAGI%2CKAMI%2CKAAE%3BEAqBxB%2CiBAlCU%2CkBAKI%2CQAEI%2CKAMI%2CKAAE%3BEAqBxB%2CiBAlCU%2CkBAMI%2CQACI%2CKAMI%2CKAAE%3BIACA%2CeAAA%3B%3BEAoBxB%2CiBAlCU%2CkBAsBI%2CQAEI%2CKAAE%2CWACE%3BEAStB%2CiBAlCU%2CkBAuBI%2CQACI%2CKAAE%2CWACE%3BEAStB%2CiBAlCU%2CkBAsBI%2CQAEI%2CKAAE%2CWAEE%3BEAQtB%2CiBAlCU%2CkBAuBI%2CQACI%2CKAAE%2CWAEE%3BIACE%2CgBAAA%3B%3B%3BAEpNxB%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEAIA%2CYAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAUJ%2CKAAK%3BEjBoCD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAiBjCJ%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3B%3BAAIJ%2CKAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CMAAM%3BAACN%2CMAAM%3BEACF%2CYAAA%3B%3BAAIJ%2CKAAK%2CaAAa%3BAAClB%2CKAAK%2CcAAc%3BAACnB%2CKAAK%2CiBAAiB%3BEfvElB%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAeyEJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAyBJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEjB%5C%2FCA%2CwDAAA%3BEACA%2CgDAAA%3BEA2IA%2CyEAAA%3BEM9MA%2CsEAAA%3BEACA%2C2EAAA%3BEACA%2C8EAAA%3B%3BAY6CA%2CaAAC%3BEACG%2CqBAAA%3BEACA%2CUAAA%3BElBiBJ%2CsFAAA%3BEACA%2C8EAAA%3B%3BAAiCA%2CaAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CWAAA%3B%3BAiBeJ%2CaAAC%3BEACG%2CSAAA%3BEACA%2C6BAAA%3B%3BAAQJ%2CaAAC%3BAACD%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CmBAAA%3B%3BAAIJ%2CQAAQ%3BEACJ%2CYAAA%3B%3BAAWR%2CKAAK%3BEACD%2CwBAAA%3B%3BAAsCJ%2CmBA1BsD%3BEAK9C%2CKAJC%2CaAIA%3BEAAD%2CKAHC%2CaAGA%3BEAAD%2CKAFC%2CuBAEA%3BEAAD%2CKADC%2CcACA%3BIACG%2CiBAAA%3B%3BEAGJ%2CKARC%2CaAQA%3BEAAD%2CKAPC%2CaAOA%3BEAAD%2CKANC%2CuBAMA%3BEAAD%2CKALC%2CcAKA%3BEACD%2CeAAgB%2CMATf%3BEASD%2CeAAgB%2CMARf%3BEAQD%2CeAAgB%2CMAPf%3BEAOD%2CeAAgB%2CMANf%3BIAOG%2CiBAAA%3B%3BEAGJ%2CKAbC%2CaAaA%3BEAAD%2CKAZC%2CaAYA%3BEAAD%2CKAXC%2CuBAWA%3BEAAD%2CKAVC%2CcAUA%3BEACD%2CeAAgB%2CMAdf%3BEAcD%2CeAAgB%2CMAbf%3BEAaD%2CeAAgB%2CMAZf%3BEAYD%2CeAAgB%2CMAXf%3BIAYG%2CiBAAA%3B%3B%3BAAUZ%3BEACI%2CmBAAA%3B%3BAAOJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CMAOI%3BAANJ%2CSAMI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CMAAO%2CMAAK%3BAACZ%2CaAAc%2CMAAK%3BAACnB%2CSAAU%2CMAAK%3BAACf%2CgBAAiB%2CMAAK%3BEAClB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAS%3BAACT%2CSAAY%3BEACR%2CgBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAgB%3BAAChB%2CgBAAmB%3BEACf%2CaAAA%3BEACA%2CiBAAA%3B%3BAASA%2CKAFC%2CcAEA%3BAAAD%2CKADC%2CiBACA%3BAACD%2CKAHC%2CcAGA%3BAAAD%2CKAFC%2CiBAEA%3BAACD%2CQAAQ%2CUAAW%2CMAJlB%3BAAID%2CQAAQ%2CUAAW%2CMAHlB%3BEAIG%2CmBAAA%3B%3BAAOJ%2CaAAC%3BAAAD%2CgBAAC%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BEACf%2CmBAAA%3B%3BAAOJ%2CMAAC%2CSAEG%3BAAFJ%2CSAAC%2CSAEG%3BAADJ%2CQAAQ%2CUAAW%2COACf%3BAADJ%2CQAAQ%2CUAAW%2CUACf%3BEACI%2CmBAAA%3B%3BAAUZ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEAEA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BAACD%2CoBAAC%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAYR%3BEC%5C%2FPI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%3BAACR%2CMAAM%2CUAAW%3BEACb%2CYAAA%3B%3BADsPR%2CcACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CcAQI%2COAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CcAYI%2CSAAQ%3BAAZZ%2CcAaI%2COAAM%2CUAAU%3BEACZ%2CYAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEC5RI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%3BAACR%2CMAAM%2CUAAW%3BEACb%2CYAAA%3B%3BADmRR%2CcACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CcAQI%2COAAM%3BEACF%2CYAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CcAYI%2CSAAQ%3BAAZZ%2CcAaI%2COAAM%2CUAAU%3BEACZ%2CYAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAQR%3BEAEI%2CkBAAA%3B%3BAAFJ%2CaAKI%3BEACI%2CqBAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAY%3BAACZ%2CeAAkB%3BAAClB%2CcAAe%2CcAAgB%3BEAC3B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CSAAY%3BAACZ%2CeAAkB%3BAAClB%2CcAAe%2CcAAgB%3BEAC3B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CYCnaI%3BADmaJ%2CYClaI%3BADkaJ%2CYCjaI%3BADiaJ%2CYChaI%3BADgaJ%2CYC%5C%2FZI%3BAD%2BZJ%2CYC9ZI%3BAACA%2CYAAC%2CMAAO%3BAACR%2CYAAC%2CSAAU%3BAACX%2CYAAC%2CaAAc%3BAACf%2CYAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BADyZR%2CYCtZI%3BEACI%2CqBAAA%3BElBqDJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAkBpDI%2CYAHJ%2CcAGK%3BEACG%2CqBAAA%3BElBkDR%2CyEAAA%3BEACA%2CiEAAA%3B%3BAiB%2BVJ%2CYC5YI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BADyYR%2CYCtYI%3BEACI%2CcAAA%3B%3BADyYR%2CYCvaI%3BADuaJ%2CYCtaI%3BADsaJ%2CYCraI%3BADqaJ%2CYCpaI%3BADoaJ%2CYCnaI%3BADmaJ%2CYClaI%3BAACA%2CYAAC%2CMAAO%3BAACR%2CYAAC%2CSAAU%3BAACX%2CYAAC%2CaAAc%3BAACf%2CYAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BAD6ZR%2CYC1ZI%3BEACI%2CqBAAA%3BElBqDJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAkBpDI%2CYAHJ%2CcAGK%3BEACG%2CqBAAA%3BElBkDR%2CyEAAA%3BEACA%2CiEAAA%3B%3BAiBmWJ%2CYChZI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAD6YR%2CYC1YI%3BEACI%2CcAAA%3B%3BAD6YR%2CUC3aI%3BAD2aJ%2CUC1aI%3BAD0aJ%2CUCzaI%3BADyaJ%2CUCxaI%3BADwaJ%2CUCvaI%3BADuaJ%2CUCtaI%3BAACA%2CUAAC%2CMAAO%3BAACR%2CUAAC%2CSAAU%3BAACX%2CUAAC%2CaAAc%3BAACf%2CUAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BADiaR%2CUC9ZI%3BEACI%2CqBAAA%3BElBqDJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAkBpDI%2CUAHJ%2CcAGK%3BEACG%2CqBAAA%3BElBkDR%2CyEAAA%3BEACA%2CiEAAA%3B%3BAiBuWJ%2CUCpZI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BADiZR%2CUC9YI%3BEACI%2CcAAA%3B%3BADoZJ%2CaAFU%2CMAEN%3BEACA%2CSAAA%3B%3BAAEJ%2CaALU%2CMAKT%2CQAAW%3BEACR%2CMAAA%3B%3BAASR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAmFJ%2CQAlEuC%3BEAkEvC%2CYAhEQ%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA6DZ%2CYAzDQ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAsDZ%2CYAlDQ%3BIACI%2CqBAAA%3B%3BEAiDZ%2CYA9CQ%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3B%3BEA4CZ%2CYA9CQ%2CaAII%3BEA0CZ%2CYA9CQ%2CaAKI%3BEAyCZ%2CYA9CQ%2CaAMI%3BIACI%2CWAAA%3B%3BEAuChB%2CYAlCQ%2CaAAe%3BIACX%2CWAAA%3B%3BEAiCZ%2CYA9BQ%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4BZ%2CYAvBQ%3BEAuBR%2CYAtBQ%3BIACI%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAkBZ%2CYAvBQ%2COAOI%3BEAgBZ%2CYAtBQ%2CUAMI%3BIACI%2CeAAA%3B%3BEAehB%2CYAXQ%2COAAO%2CMAAK%3BEAWpB%2CYAVQ%2CUAAU%2CMAAK%3BIACX%2CkBAAA%3BIACA%2CcAAA%3B%3BEAQZ%2CYAJQ%2CcAAc%3BIACV%2CMAAA%3B%3B%3BAAUZ%2CgBAKI%3BAALJ%2CgBAMI%3BAANJ%2CgBAOI%3BAAPJ%2CgBAQI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CgBAeI%3BAAfJ%2CgBAgBI%3BEACI%2CgBAAA%3B%3BAAjBR%2CgBAqBI%3BEJ1iBA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAI2jBA%2CQAZmC%3BEAYnC%2CgBAXI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAA%5C%2FBZ%2CgBAuCI%2CcAAc%3BEACV%2CWAAA%3B%3BAAcJ%2CQANuC%3BEAMvC%2CgBAPA%2CeAEQ%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAAWZ%2CQANuC%3BEAMvC%2CgBAPA%2CeAEQ%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAExlBhB%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEC2CA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEpB0LA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAmBpOI%2CIAAC%3BAAAD%2CIAFH%2COAEI%3BAAAD%2CIADH%2COACI%3BAACD%2CIAAC%3BAAAD%2CIAHH%2COAGI%3BAAAD%2CIAFH%2COAEI%3BEjBrBL%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%2CoBAAA%3B%3BAiBuBA%2CIAAC%3BAACD%2CIAAC%3BAACD%2CIAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CIAAC%3BAACD%2CIAAC%3BEACG%2CUAAA%3BEACA%2CsBAAA%3BEnBkCJ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAmB%5C%2FBA%2CIAAC%3BAACD%2CIAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CmBAAA%3BEE5CJ%2CaAAA%3BEAGA%2CyBAAA%3BErBoEA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAmBtBI%2CCADH%2CIACI%3BAACD%2CQAAQ%2CUAAW%2CEAFtB%3BEAGO%2CoBAAA%3B%3BAAQZ%3BECzDI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3B%3BADeZ%2CYCXI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BADaR%3BEC7DI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADmBZ%2CYCfI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADkBR%3BEClEI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADwBZ%2CYCpBI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADuBR%3BECvEI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSAAC%3BAACD%2CSAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CSAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSAPH%2COAOI%3BAAAD%2CSANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CSAKnB%3BAACD%2CSARH%2COAQI%3BAAAD%2CSAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CSAMnB%3BAACD%2CSATH%2COASI%3BAAAD%2CSARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CSAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CSAHH%2CSAGI%3BAAAD%2CSAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CUACd%3BAACD%2CSAJH%2CSAII%3BAAAD%2CSAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CUAEd%3BAACD%2CSALH%2CSAKI%3BAAAD%2CSAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CUAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAD6BZ%2CSCzBI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAD4BR%3BEC5EI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAPH%2COAOI%3BAAAD%2CYANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CYAKnB%3BAACD%2CYARH%2COAQI%3BAAAD%2CYAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CYAMnB%3BAACD%2CYATH%2COASI%3BAAAD%2CYARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CYAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CYAAC%3BAACD%2CYAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CYAHH%2CSAGI%3BAAAD%2CYAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CaACd%3BAACD%2CYAJH%2CSAII%3BAAAD%2CYAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CaAEd%3BAACD%2CYALH%2CSAKI%3BAAAD%2CYAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CaAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADkCZ%2CYC9BI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADiCR%3BECjFI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAAC%3BAACD%2CWAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CWAAC%3BAACD%2CWAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWANH%2COAMI%3BAAAD%2CKALI%2CmBAAgB%2CWAKnB%3BAACD%2CWARH%2COAQI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CKANI%2CmBAAgB%2CWAMnB%3BAACD%2CWATH%2COASI%3BAAAD%2CWARH%2COAQI%3BAAAD%2CKAPI%2CmBAAgB%2CWAOnB%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CWAAC%3BAACD%2CWAAC%3BAACD%2CKAAQ%2CmBAAgB%3BEACpB%2CsBAAA%3B%3BAAKA%2CWAHH%2CSAGI%3BAAAD%2CWAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CYACd%3BAACD%2CWAJH%2CSAII%3BAAAD%2CWAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CYAEd%3BAACD%2CWALH%2CSAKI%3BAAAD%2CWAJH%2CUAII%3BAAAD%2CQAHI%2CUAAW%2CYAGd%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BADuCZ%2CWCnCI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BADyCR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%3BAACA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2C6BAAA%3BEnB%5C%2FBJ%2CwBAAA%3BEACA%2CgBAAA%3B%3BAmBiCA%3BAACA%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACG%2CyBAAA%3B%3BAAEJ%2CSAAC%3BAACD%2CSAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAIA%2CSAFH%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CUACd%3BAACD%2CSAHH%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CUAEd%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAQZ%3BAG7BA%2CaAAgB%3BEF5CZ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAD2EJ%3BAGrCA%2CaAAgB%3BEFzCZ%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BADgFJ%3BAG7CA%2CaAAgB%3BEFtCZ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BADuFJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CUAAa%3BEACT%2CeAAA%3B%3BAAOA%2CKAHC%2CeAGA%3BAAAD%2CKAFC%2CcAEA%3BAAAD%2CKADC%2CeACA%3BEACG%2CWAAA%3B%3BAI5JR%3BEACI%2CUAAA%3BEvB4MA%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAiBEA%2CKAAC%3BEACG%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAEA%2CSAAC%3BEACG%2CcAAA%3B%3BAAEJ%2CEAAE%2CSAAC%3BEACC%2CkBAAA%3B%3BAAEJ%2CKAAK%2CSAAC%3BEACF%2CwBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEvByLA%2C%2BCAAA%3BEACA%2CuCAAA%3BEASA%2CkCAAA%3BEACA%2C0BAAA%3BEAIA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAwBtOJ%3BEACI%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAIJ%3BAACA%3BEACI%2CkBAAA%3B%3BAAIJ%2CgBAAgB%3BEACZ%2CUAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BExB6BA%2CmDAAA%3BEACA%2C2CAAA%3BEwB5BA%2C4BAAA%3B%3BAAKA%2CcAAC%3BEACG%2CQAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CcA6BI%3BECrDA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BADqBJ%2CcAkCM%2CKAAK%3BEACH%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CcADa%2CKAAK%2CIACjB%3BAACD%2CcAFa%2CKAAK%2CIAEjB%3BEACG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAMJ%2CcADa%2CUAAU%3BAAEvB%2CcAFa%2CUAAU%2CIAEtB%3BAACD%2CcAHa%2CUAAU%2CIAGtB%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAASJ%2CcADa%2CYAAY%3BAAEzB%2CcAFa%2CYAAY%2CIAExB%3BAACD%2CcAHa%2CYAAY%2CIAGxB%3BEACG%2CcAAA%3B%3BAAIJ%2CcARa%2CYAAY%2CIAQxB%3BAACD%2CcATa%2CYAAY%2CIASxB%3BEACG%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEE1GJ%2CmEAAA%3BEF4GI%2CmBAAA%3B%3BAAKR%2CKAEM%3BEACE%2CcAAA%3B%3BAAHR%2CKAOM%3BEACE%2CUAAA%3B%3BAAQR%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CWAAc%3BEACV%2CQAAA%3BEACA%2CUAAA%3B%3BAAQJ%2COAGI%3BAAFJ%2CoBAAqB%2CUAEjB%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAPR%2COAUI%3BAATJ%2CoBAAqB%2CUASjB%3BEACI%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAoBR%2CQAZ2C%3BEACvC%2CaACI%3BIArEJ%2CUAAA%3BIACA%2CQAAA%3B%3BEAmEA%2CaAMI%3BIA%5C%2FDJ%2COAAA%3BIACA%2CWAAA%3B%3B%3BAF%5C%2FIJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CUAKM%3BAAJN%2CmBAIM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CUAJF%2COAIG%3BAAAD%2CmBAJF%2COAIG%3BAACD%2CUALF%2COAKG%3BAAAD%2CmBALF%2COAKG%3BAACD%2CUANF%2COAMG%3BAAAD%2CmBANF%2COAMG%3BAACD%2CUAPF%2COAOG%3BAAAD%2CmBAPF%2COAOG%3BEACG%2CUAAA%3B%3BAAMZ%2CUACI%2CKAAO%3BAADX%2CUAEI%2CKAAO%3BAAFX%2CUAGI%2CWAAa%3BAAHjB%2CUAII%2CWAAa%3BEACT%2CiBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3B%3BAADJ%2CYAII%3BAAJJ%2CYAKI%3BAALJ%2CYAMI%3BEACI%2CWAAA%3B%3BAAPR%2CYASM%3BAATN%2CYAUM%3BAAVN%2CYAWM%3BEACE%2CgBAAA%3B%3BAAIR%2CUAAa%2COAAI%2CIAAI%2CcAAc%2CIAAI%2CaAAa%2CIAAI%3BEACpD%2CgBAAA%3B%3BAAIJ%2CUAAa%2COAAI%3BEACb%2CcAAA%3B%3BAACA%2CUAFS%2COAAI%2CYAEZ%2CIAAI%2CaAAa%2CIAAI%3BEKjDtB%2C6BAAA%3BEACA%2C0BAAA%3B%3BALsDJ%2CUAAa%2COAAI%2CWAAW%2CIAAI%3BAAChC%2CUAAa%2CmBAAgB%2CIAAI%3BEK9C7B%2C4BAAA%3BEACA%2CyBAAA%3B%3BALkDJ%2CUAAa%3BEACT%2CWAAA%3B%3BAAGJ%2CUAAa%2CaAAU%2CIAAI%2CcAAc%2CIAAI%2CaAAgB%3BEACzD%2CgBAAA%3B%3BAAGJ%2CUAAa%2CaAAU%2CYAAY%2CIAAI%2CaACjC%2COAAI%3BAADV%2CUAAa%2CaAAU%2CYAAY%2CIAAI%2CaAEjC%3BEKvEF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAL2EJ%2CUAAa%2CaAAU%2CWAAW%2CIAAI%2CcAAiB%2COAAI%3BEKlEvD%2C4BAAA%3BEACA%2CyBAAA%3B%3BALsEJ%2CUAAW%2CiBAAgB%3BAAC3B%2CUAAU%2CKAAM%3BEACZ%2CUAAA%3B%3BAAoBJ%2CUAAa%2COAAO%3BEAChB%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUAAa%2CUAAU%3BEACnB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CUAAU%2CKAAM%3BEtBjDZ%2CwDAAA%3BEACA%2CgDAAA%3B%3BAsBoDA%2CUAJM%2CKAAM%2CiBAIX%3BEtBrDD%2CwBAAA%3BEACA%2CgBAAA%3B%3BAsB0DJ%2CIAAK%3BEACD%2CcAAA%3B%3BAAIJ%2COAAQ%3BEACJ%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2COAAQ%2CQAAQ%3BEACZ%2CuBAAA%3B%3BAAMJ%2CmBACM%3BAADN%2CmBAEM%3BAAFN%2CmBAGM%2CaAAa%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CmBAWM%2CaAEI%3BEACE%2CWAAA%3B%3BAAdZ%2CmBAkBM%2COAAO%3BAAlBb%2CmBAmBM%2COAAO%3BAAnBb%2CmBAoBM%2CaAAa%3BAApBnB%2CmBAqBM%2CaAAa%3BEACX%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CmBADkB%2COACjB%2CIAAI%2CcAAc%2CIAAI%3BEACnB%2CgBAAA%3B%3BAAEJ%2CmBAJkB%2COAIjB%2CYAAY%2CIAAI%3BEKnLjB%2C4BAAA%3BEACA%2C2BAAA%3BEASA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAL4KA%2CmBARkB%2COAQjB%2CWAAW%2CIAAI%3BEKvLhB%2C0BAAA%3BEACA%2CyBAAA%3BEASA%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BALkLJ%2CmBAAsB%2CaAAU%2CIAAI%2CcAAc%2CIAAI%2CaAAgB%3BEAClE%2CgBAAA%3B%3BAAGJ%2CmBAAsB%2CaAAU%2CYAAY%2CIAAI%2CaAC1C%2COAAI%3BAADV%2CmBAAsB%2CaAAU%2CYAAY%2CIAAI%2CaAE1C%3BEKzLF%2C6BAAA%3BEACA%2C4BAAA%3B%3BAL6LJ%2CmBAAsB%2CaAAU%2CWAAW%2CIAAI%2CcAAiB%2COAAI%3BEKxMhE%2C0BAAA%3BEACA%2CyBAAA%3B%3BAL8MJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2CoBAKM%3BAALN%2CoBAMM%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAATR%2CoBAWM%2CaAAW%3BEACT%2CWAAA%3B%3BAAZR%2CoBAeM%2CaAAW%3BEACT%2CUAAA%3B%3BAAgBR%2CuBACM%2COAEE%2CMAAK%3BAAHb%2CuBAEM%2CaAAa%2COACX%2CMAAK%3BAAHb%2CuBACM%2COAGE%2CMAAK%3BAAJb%2CuBAEM%2CaAAa%2COAEX%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CoBAAA%3B%3BAMnPZ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CYAAC%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAYI%3BEAGI%2CkBAAA%3BEACA%2CUAAA%3BEAKA%2CWAAA%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAdJ%2CcAcK%3BEACG%2CUAAA%3B%3BAAUZ%2CeAAkB%3BAAClB%2CeAAkB%3BAAClB%2CeAAkB%2CmBAAmB%3BEVuBjC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%2CeU%5C%2FBQ%3BAV%2BBd%2CMAAM%2CeU9BQ%3BAV8Bd%2CMAAM%2CeU7BQ%2CmBAAmB%3BEV8B7B%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CeUpCM%3BAVoCd%2CQAAQ%2CeUnCM%3BAVmCd%2CQAAQ%2CeUlCM%2CmBAAmB%3BAVmCjC%2CMAAM%2CUAAW%2CgBUrCH%3BAVqCd%2CMAAM%2CUAAW%2CgBUpCH%3BAVoCd%2CMAAM%2CUAAW%2CgBUnCH%2CmBAAmB%3BEVoC7B%2CYAAA%3B%3BAUhCR%2CeAAkB%3BAAClB%2CeAAkB%3BAAClB%2CeAAkB%2CmBAAmB%3BEViBjC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAAM%2CeUzBQ%3BAVyBd%2CMAAM%2CeUxBQ%3BAVwBd%2CMAAM%2CeUvBQ%2CmBAAmB%3BEVwB7B%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CeU9BM%3BAV8Bd%2CQAAQ%2CeU7BM%3BAV6Bd%2CQAAQ%2CeU5BM%2CmBAAmB%3BAV6BjC%2CMAAM%2CUAAW%2CgBU%5C%2FBH%3BAV%2BBd%2CMAAM%2CUAAW%2CgBU9BH%3BAV8Bd%2CMAAM%2CUAAW%2CgBU7BH%2CmBAAmB%3BEV8B7B%2CYAAA%3B%3BAUxBR%3BAACA%3BAACA%2CYAAa%3BEACT%2CmBAAA%3B%3BAAEA%2CkBAAC%2CIAAI%2CcAAc%2CIAAI%3BAAAvB%2CgBAAC%2CIAAI%2CcAAc%2CIAAI%3BAAAvB%2CYAHS%2CcAGR%2CIAAI%2CcAAc%2CIAAI%3BEACnB%2CgBAAA%3B%3BAAKR%3BAACA%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAKJ%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CkBAAC%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CkBAwBI%2CMAAK%3BAAxBT%2CkBAyBI%2CMAAK%3BEACD%2CaAAA%3B%3BAAKR%2CYAAa%2CcAAa%3BAAC1B%2CkBAAkB%3BAAClB%2CgBAAgB%2CYAAe%3BAAC%5C%2FB%2CgBAAgB%2CYAAe%2CaAAa%3BAAC5C%2CgBAAgB%2CYAAe%3BAAC%5C%2FB%2CgBAAgB%2CWAAc%2COAAI%2CIAAI%2CaAAa%2CIAAI%3BAACvD%2CgBAAgB%2CWAAc%2CaAAU%2CIAAI%2CaAAgB%3BED1GxD%2C6BAAA%3BEACA%2C0BAAA%3B%3BAC6GJ%2CkBAAkB%3BEACd%2CeAAA%3B%3BAAGJ%2CYAAa%2CcAAa%3BAAC1B%2CkBAAkB%3BAAClB%2CgBAAgB%2CWAAc%3BAAC9B%2CgBAAgB%2CWAAc%2CaAAa%3BAAC3C%2CgBAAgB%2CWAAc%3BAAC9B%2CgBAAgB%2CYAAe%2COAAI%2CIAAI%3BAACvC%2CgBAAgB%2CYAAe%2CaAAU%2CIAAI%2CcAAiB%3BED9G1D%2C4BAAA%3BEACA%2CyBAAA%3B%3BACiHJ%2CkBAAkB%3BEACd%2CcAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEAGA%2CYAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CgBASM%3BEACE%2CkBAAA%3B%3BAAVR%2CgBASM%2COAEI%3BEACE%2CiBAAA%3B%3BAAGJ%2CgBANF%2COAMG%3BAACD%2CgBAPF%2COAOG%3BAACD%2CgBARF%2COAQG%3BEACG%2CUAAA%3B%3BAAKR%2CgBAAC%2CYACK%3BAADN%2CgBAAC%2CYAEK%3BEACE%2CkBAAA%3B%3BAAGR%2CgBAAC%2CWACK%3BAADN%2CgBAAC%2CWAEK%3BEACE%2CUAAA%3BEACA%2CiBAAA%3B%3BACpKZ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CIAMM%3BEACE%2CkBAAA%3BEACA%2CcAAA%3B%3BAARR%2CIAMM%2CKAII%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CIARN%2CKAII%2CIAIG%3BAACD%2CIATN%2CKAII%2CIAKG%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAKR%2CIAhBF%2CKAgBG%2CSAAY%3BEACT%2CcAAA%3B%3BAAEA%2CIAnBN%2CKAgBG%2CSAAY%2CIAGR%3BAACD%2CIApBN%2CKAgBG%2CSAAY%2CIAIR%3BEACG%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAOR%2CIADJ%2CMAAQ%3BAAEJ%2CIAFJ%2CMAAQ%2CIAEH%3BAACD%2CIAHJ%2CMAAQ%2CIAGH%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAzCZ%2CIAkDI%3BEJpDA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAIDJ%2CIAyDM%2CKAAK%2CIAAI%3BEACP%2CeAAA%3B%3BAAQR%3BEACI%2C6BAAA%3B%3BAADJ%2CSAEM%3BEACE%2CWAAA%3BEAEA%2CmBAAA%3B%3BAALR%2CSAEM%2CKAMI%3BEACE%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3B%3BAACA%2CSAXN%2CKAMI%2CIAKG%3BEACG%2CkCAAA%3B%3BAAMJ%2CSAlBN%2CKAiBG%2COAAU%3BAAEP%2CSAnBN%2CKAiBG%2COAAU%2CIAEN%3BAACD%2CSApBN%2CKAiBG%2COAAU%2CIAGN%3BEACG%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CSAAC%3BEAkDD%2CWAAA%3BEA8BA%2CgBAAA%3B%3BAAhFA%2CSAAC%2CcAoDC%3BEACE%2CWAAA%3B%3BAArDJ%2CSAAC%2CcAoDC%2CKAEI%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAxDR%2CSAAC%2CcA4DC%2CYAAU%3BEACR%2CSAAA%3BEACA%2CUAAA%3B%3BAAYR%2CQATuC%3BEASvC%2CSA1EK%2CcAkEK%3BIACE%2CmBAAA%3BIACA%2CSAAA%3B%3BEAMZ%2CSA1EK%2CcAkEK%2CKAGI%3BIACE%2CgBAAA%3B%3B%3BAAtEZ%2CSAAC%2CcAkFC%2CKAAK%3BEAEH%2CeAAA%3BEACA%2CkBAAA%3B%3BAArFJ%2CSAAC%2CcAwFC%2CUAAU%3BAAxFZ%2CSAAC%2CcAyFC%2CUAAU%2CIAAC%3BAAzFb%2CSAAC%2CcA0FC%2CUAAU%2CIAAC%3BEACT%2CsBAAA%3B%3BAAeR%2CQAZuC%3BEAYvC%2CSA1GK%2CcA%2BFK%2CKAAK%3BIACH%2C6BAAA%3BIACA%2C0BAAA%3B%3BEASZ%2CSA1GK%2CcAoGK%2CUAAU%3BEAMpB%2CSA1GK%2CcAqGK%2CUAAU%2CIAAC%3BEAKrB%2CSA1GK%2CcAsGK%2CUAAU%2CIAAC%3BIACT%2CyBAAA%3B%3B%3BAA%5C%2FFZ%2CUACM%3BEACE%2CWAAA%3B%3BAAFR%2CUACM%2CKAII%3BEACE%2CkBAAA%3B%3BAANZ%2CUACM%2CKAOI%3BEACE%2CgBAAA%3B%3BAAKA%2CUAbN%2CKAYG%2COAAU%3BAAEP%2CUAdN%2CKAYG%2COAAU%2CIAEN%3BAACD%2CUAfN%2CKAYG%2COAAU%2CIAGN%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAOhB%2CYACM%3BEACE%2CWAAA%3B%3BAAFR%2CYACM%2CKAEI%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAWZ%3BEACI%2CWAAA%3B%3BAADJ%2CcAGM%3BEACE%2CWAAA%3B%3BAAJR%2CcAGM%2CKAEI%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAPZ%2CcAWM%2CYAAU%3BEACR%2CSAAA%3BEACA%2CUAAA%3B%3BAAYR%2CQATuC%3BEASvC%2CcARU%3BIACE%2CmBAAA%3BIACA%2CSAAA%3B%3BEAMZ%2CcARU%2CKAGI%3BIACE%2CgBAAA%3B%3B%3BAAShB%3BEACI%2CgBAAA%3B%3BAADJ%2CmBAGM%2CKAAK%3BEAEH%2CeAAA%3BEACA%2CkBAAA%3B%3BAANR%2CmBASM%2CUAAU%3BAAThB%2CmBAUM%2CUAAU%2CIAAC%3BAAVjB%2CmBAWM%2CUAAU%2CIAAC%3BEACT%2CsBAAA%3B%3BAAeR%2CQAZuC%3BEAYvC%2CmBAXU%2CKAAK%3BIACH%2C6BAAA%3BIACA%2C0BAAA%3B%3BEASZ%2CmBANU%2CUAAU%3BEAMpB%2CmBALU%2CUAAU%2CIAAC%3BEAKrB%2CmBAJU%2CUAAU%2CIAAC%3BIACT%2CyBAAA%3B%3B%3BAASZ%2CYACM%3BEACE%2CaAAA%3B%3BAAFR%2CYAIM%3BEACE%2CcAAA%3B%3BAAQR%2CSAAU%3BEAEN%2CgBAAA%3BEFrOA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAGKJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAQJ%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CkBAAA%3B%3B%3BAAeR%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CWAAA%3B%3B%3BAAcR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CkDAAA%3BEAEA%2CiCAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CgBAAA%3B%3BAA4BR%2CQAzB%2BC%3BEAyB%5C%2FC%3BIAxBQ%2CWAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CgBAAC%3BIACG%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CmBAAA%3B%3BEAKJ%2CiBAAkB%3BEAClB%2CkBAAmB%3BEACnB%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAKZ%2CiBAEI%3BAADJ%2CoBACI%3BEACI%2CiBAAA%3B%3BAAKJ%2CQAH8C%2C8BAA6B%3BEAG3E%2CiBANA%3BEAMA%2CoBANA%3BIAIQ%2CiBAAA%3B%3B%3BAASZ%2CUAEM%3BAADN%2CgBACM%3BAAFN%2CUAGM%3BAAFN%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CQAJ%2BC%3BEAI%5C%2FC%2CUATE%3BEASF%2CgBATE%3BEASF%2CUARE%3BEAQF%2CgBARE%3BIAKM%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAYZ%3BEACI%2CaAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CgBAAA%3B%3B%3BAAKR%3BAACA%3BEACI%2CeAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAMJ%2CQAH%2BC%3BEAG%5C%2FC%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CMAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CaAAC%3BAACD%2CaAAC%3BEACG%2CqBAAA%3B%3BAATR%2CaAYM%3BEACE%2CcAAA%3B%3BAASR%2CQAN%2BC%3BEACvC%2COAAU%2CaAAW%3BEACrB%2COAAU%2CmBAAiB%3BIACvB%2CkBAAA%3B%3B%3BAAUZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BECzLA%2CeAAA%3BEACA%2CkBAAA%3BED0LA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CcAAC%3BEACG%2CUAAA%3B%3BAAdR%2CcAkBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CcAwBI%2CUAAY%3BEACR%2CeAAA%3B%3BAAMR%2CQAH%2BC%3BEAG%5C%2FC%3BIAFQ%2CaAAA%3B%3B%3BAASR%3BEACI%2CmBAAA%3B%3BAADJ%2CWAGM%2CKAAK%3BEACH%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA4BJ%2CQAzB%2BC%3BEAyB%5C%2FC%2CWAvBI%2CMAAM%3BIACF%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAgBR%2CWAvBI%2CMAAM%2CeAQA%2CKAAK%3BEAef%2CWAvBI%2CMAAM%2CeASF%3BIACI%2C0BAAA%3B%3BEAaZ%2CWAvBI%2CMAAM%2CeAYA%2CKAAK%3BIACH%2CiBAAA%3B%3BEACA%2CWAdR%2CMAAM%2CeAYA%2CKAAK%2CIAEF%3BEACD%2CWAfR%2CMAAM%2CeAYA%2CKAAK%2CIAGF%3BIACG%2CsBAAA%3B%3B%3BAAmBpB%2CQAZ%2BC%3BEAY%5C%2FC%3BIAXQ%2CWAAA%3BIACA%2CSAAA%3B%3BEAUR%2CWARU%3BIACE%2CWAAA%3B%3BEAOZ%2CWARU%2CKAEI%3BIACE%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAWhB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BE9BjNA%2C4FAAA%3BEACA%2CoFAAA%3BE%2BBrEA%2CeAAA%3BEACA%2CkBAAA%3B%3BAdshBJ%2CQAlEuC%3BEAkEvC%2CYAhEQ%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA6DZ%2CYAzDQ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAsDZ%2CYAlDQ%3BIACI%2CqBAAA%3B%3BEAiDZ%2CYA9CQ%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3B%3BEA4CZ%2CYA9CQ%2CaAII%3BEA0CZ%2CYA9CQ%2CaAKI%3BEAyCZ%2CYA9CQ%2CaAMI%3BIACI%2CWAAA%3B%3BEAuChB%2CYAlCQ%2CaAAe%3BIACX%2CWAAA%3B%3BEAiCZ%2CYA9BQ%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA4BZ%2CYAvBQ%3BEAuBR%2CYAtBQ%3BIACI%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAkBZ%2CYAvBQ%2COAOI%3BEAgBZ%2CYAtBQ%2CUAMI%3BIACI%2CeAAA%3B%3BEAehB%2CYAXQ%2COAAO%2CMAAK%3BEAWpB%2CYAVQ%2CUAAU%2CMAAK%3BIACX%2CkBAAA%3BIACA%2CcAAA%3B%3BEAQZ%2CYAJQ%2CcAAc%3BIACV%2CMAAA%3B%3B%3BAahPR%2CQAPmD%3BEAOnD%2CYARA%3BIAEQ%2CkBAAA%3B%3BEAEA%2CYAJR%2CYAIS%3BIACG%2CgBAAA%3B%3B%3BAAkBhB%2CQAT%2BC%3BEAS%5C%2FC%3BIARQ%2CWAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BI9B5OJ%2CwBAAA%3BIACA%2CgBAAA%3B%3B%3BA8BmPJ%2CWAAc%2CKAAK%3BEACf%2CaAAA%3BEH5TA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAGgUJ%2CoBAAqB%2CYAAc%2CKAAK%3BEACpC%2CgBAAA%3BEHlUA%2C4BAAA%3BEACA%2C2BAAA%3BEASA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAGgUJ%3BECxUI%2CeAAA%3BEACA%2CkBAAA%3B%3BAD0UA%2CWAAC%3BEC3UD%2CgBAAA%3BEACA%2CmBAAA%3B%3BAD6UA%2CWAAC%3BEC9UD%2CgBAAA%3BEACA%2CmBAAA%3B%3BADsVJ%3BECvVI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAD8VJ%2CQAL%2BC%3BEAK%5C%2FC%3BIAJQ%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAA%2BBR%2CQAnB2C%3BEACvC%3BIE5VA%2CsBAAA%3BICYA%2CWAAA%3B%3BEHoVA%3BIEpWA%2CuBAAA%3BICYA%2CYAAA%3BIH0VI%2CmBAAA%3B%3BEAFJ%2CaAIM%3BIACE%2CeAAA%3B%3B%3BAASZ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CWAAA%3B%3BAACA%2CeAFJ%2CcAEK%3BAACD%2CeAHJ%2CcAGK%3BEACG%2CcAAA%3BEACA%2C6BAAA%3B%3BAATZ%2CeAaI%3BEACI%2CWAAA%3B%3BAAdR%2CeAiBI%2CYACM%2CKAAK%3BEACH%2CWAAA%3B%3BAAEA%2CeAJR%2CYACM%2CKAAK%2CIAGF%3BAACD%2CeALR%2CYACM%2CKAAK%2CIAIF%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAIJ%2CeAXR%2CYAUM%2CUAAU%3BAAER%2CeAZR%2CYAUM%2CUAAU%2CIAEP%3BAACD%2CeAbR%2CYAUM%2CUAAU%2CIAGP%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CeAnBR%2CYAkBM%2CYAAY%3BAAEV%2CeApBR%2CYAkBM%2CYAAY%2CIAET%3BAACD%2CeArBR%2CYAkBM%2CYAAY%2CIAGT%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAxChB%2CeA6CI%3BEACI%2CkBAAA%3B%3BAACA%2CeAFJ%2CeAEK%3BAACD%2CeAHJ%2CeAGK%3BEACG%2CsBAAA%3B%3BAAjDZ%2CeA6CI%2CeAMI%3BEACI%2CsBAAA%3B%3BAApDZ%2CeAwDI%3BAAxDJ%2CeAyDI%3BEACI%2CqBAAA%3B%3BAAOI%2CeAHR%2CYAEM%2CQAAQ%3BAAEN%2CeAJR%2CYAEM%2CQAAQ%2CIAEL%3BAACD%2CeALR%2CYAEM%2CQAAQ%2CIAGL%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAiCZ%2CQA7BmD%3BEA6BnD%2CeAxCA%2CYAaQ%2CMAAM%2CeACA%2CKAAK%3BIACH%2CWAAA%3B%3BEACA%2CeAhBhB%2CYAaQ%2CMAAM%2CeACA%2CKAAK%2CIAEF%3BEACD%2CeAjBhB%2CYAaQ%2CMAAM%2CeACA%2CKAAK%2CIAGF%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3BEAIJ%2CeAvBhB%2CYAaQ%2CMAAM%2CeASA%2CUAAU%3BEAER%2CeAxBhB%2CYAaQ%2CMAAM%2CeASA%2CUAAU%2CIAEP%3BEACD%2CeAzBhB%2CYAaQ%2CMAAM%2CeASA%2CUAAU%2CIAGP%3BIACG%2CWAAA%3BIACA%2CyBAAA%3B%3BEAIJ%2CeA%5C%2FBhB%2CYAaQ%2CMAAM%2CeAiBA%2CYAAY%3BEAEV%2CeAhChB%2CYAaQ%2CMAAM%2CeAiBA%2CYAAY%2CIAET%3BEACD%2CeAjChB%2CYAaQ%2CMAAM%2CeAiBA%2CYAAY%2CIAGT%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3B%3BAAjGxB%2CeA4GI%3BEACI%2CWAAA%3B%3BAACA%2CeAFJ%2CaAEK%3BEACG%2CWAAA%3B%3BAA%5C%2FGZ%2CeAmHI%3BEACI%2CWAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BAACD%2CeAHJ%2CUAGK%3BEACG%2CWAAA%3B%3BAAIA%2CeARR%2CUAMK%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CgBAPvB%2CUAQS%3BAACD%2CeATR%2CUAMK%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CgBAPvB%2CUASS%3BEACG%2CWAAA%3B%3BAAQhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CcAAA%3B%3BAACA%2CeAFJ%2CcAEK%3BAACD%2CeAHJ%2CcAGK%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAATZ%2CeAaI%3BEACI%2CcAAA%3B%3BAAdR%2CeAiBI%2CYACM%2CKAAK%3BEACH%2CcAAA%3B%3BAAEA%2CeAJR%2CYACM%2CKAAK%2CIAGF%3BAACD%2CeALR%2CYACM%2CKAAK%2CIAIF%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAIJ%2CeAXR%2CYAUM%2CUAAU%3BAAER%2CeAZR%2CYAUM%2CUAAU%2CIAEP%3BAACD%2CeAbR%2CYAUM%2CUAAU%2CIAGP%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CeAnBR%2CYAkBM%2CYAAY%3BAAEV%2CeApBR%2CYAkBM%2CYAAY%2CIAET%3BAACD%2CeArBR%2CYAkBM%2CYAAY%2CIAGT%3BEACG%2CWAAA%3BEACA%2C6BAAA%3B%3BAAxChB%2CeA8CI%3BEACI%2CkBAAA%3B%3BAACA%2CeAFJ%2CeAEK%3BAACD%2CeAHJ%2CeAGK%3BEACG%2CsBAAA%3B%3BAAlDZ%2CeA8CI%2CeAMI%3BEACI%2CsBAAA%3B%3BAArDZ%2CeAyDI%3BAAzDJ%2CeA0DI%3BEACI%2CqBAAA%3B%3BAAMI%2CeAFR%2CYACM%2CQAAQ%3BAAEN%2CeAHR%2CYACM%2CQAAQ%2CIAEL%3BAACD%2CeAJR%2CYACM%2CQAAQ%2CIAGL%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAuCZ%2CQAnCmD%3BEAmCnD%2CeA7CA%2CYAYQ%2CMAAM%2CeACA%3BIACE%2CqBAAA%3B%3BEA%2BBhB%2CeA7CA%2CYAYQ%2CMAAM%2CeAIF%3BIACI%2CyBAAA%3B%3BEA4BhB%2CeA7CA%2CYAYQ%2CMAAM%2CeAOA%2CKAAK%3BIACH%2CcAAA%3B%3BEACA%2CeArBhB%2CYAYQ%2CMAAM%2CeAOA%2CKAAK%2CIAEF%3BEACD%2CeAtBhB%2CYAYQ%2CMAAM%2CeAOA%2CKAAK%2CIAGF%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3BEAIJ%2CeA5BhB%2CYAYQ%2CMAAM%2CeAeA%2CUAAU%3BEAER%2CeA7BhB%2CYAYQ%2CMAAM%2CeAeA%2CUAAU%2CIAEP%3BEACD%2CeA9BhB%2CYAYQ%2CMAAM%2CeAeA%2CUAAU%2CIAGP%3BIACG%2CWAAA%3BIACA%2CyBAAA%3B%3BEAIJ%2CeApChB%2CYAYQ%2CMAAM%2CeAuBA%2CYAAY%3BEAEV%2CeArChB%2CYAYQ%2CMAAM%2CeAuBA%2CYAAY%2CIAET%3BEACD%2CeAtChB%2CYAYQ%2CMAAM%2CeAuBA%2CYAAY%2CIAGT%3BIACG%2CWAAA%3BIACA%2C6BAAA%3B%3B%3BAAvGxB%2CeA8GI%3BEACI%2CcAAA%3B%3BAACA%2CeAFJ%2CaAEK%3BEACG%2CWAAA%3B%3BAAjHZ%2CeAqHI%3BEACI%2CcAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BAACD%2CeAHJ%2CUAGK%3BEACG%2CWAAA%3B%3BAAIA%2CeARR%2CUAMK%2CUAEI%3BAAAD%2CQADI%2CUAAW%2CgBAPvB%2CUAQS%3BAACD%2CeATR%2CUAMK%2CUAGI%3BAAAD%2CQAFI%2CUAAW%2CgBAPvB%2CUASS%3BEACG%2CWAAA%3B%3BAIloBhB%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CWAOM%3BEACE%2CqBAAA%3B%3BAARR%2CWAOM%2CKAGI%2CKAAE%3BEACA%2CSAAS%2CQAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAbZ%2CWAiBM%3BEACE%2CcAAA%3B%3BACnBR%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CWAMM%3BEACE%2CeAAA%3B%3BAAPR%2CWAMM%2CKAEI%3BAARV%2CWAMM%2CKAGI%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAdF%2CKAcG%2CYACK%3BAADN%2CWAdF%2CKAcG%2CYAEK%3BEACE%2CcAAA%3BERRZ%2C8BAAA%3BEACA%2C2BAAA%3B%3BAQWI%2CWArBF%2CKAqBG%2CWACK%3BAADN%2CWArBF%2CKAqBG%2CWAEK%3BERxBV%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAQ%2BBI%2CWAFF%2CKAAK%2CIAEF%3BAAAD%2CWADF%2CKAAK%2COACF%3BAACD%2CWAHF%2CKAAK%2CIAGF%3BAAAD%2CWAFF%2CKAAK%2COAEF%3BEACG%2CUAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CWAFF%2CUAAU%3BAAER%2CWADF%2CUAAU%3BAAER%2CWAHF%2CUAAU%2CIAGP%3BAAAD%2CWAFF%2CUAAU%2COAEP%3BAACD%2CWAJF%2CUAAU%2CIAIP%3BAAAD%2CWAHF%2CUAAU%2COAGP%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAvDZ%2CWA2DM%2CYACI%3BAA5DV%2CWA2DM%2CYAEI%2COAAI%3BAA7Dd%2CWA2DM%2CYAGI%2COAAI%3BAA9Dd%2CWA2DM%2CYAII%3BAA%5C%2FDV%2CWA2DM%2CYAKI%2CIAAC%3BAAhEX%2CWA2DM%2CYAMI%2CIAAC%3BEACC%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAASZ%2CcC9EM%2CKACI%3BAD6EV%2CcC9EM%2CKAEI%3BEACE%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAPF%2CKAOG%2CYACK%3BAADN%2CcAPF%2CKAOG%2CYAEK%3BETMV%2C8BAAA%3BEACA%2C2BAAA%3B%3BASHI%2CcAbF%2CKAaG%2CWACK%3BAADN%2CcAbF%2CKAaG%2CWAEK%3BETVV%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAQ6EJ%2CcCnFM%2CKACI%3BADkFV%2CcCnFM%2CKAEI%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAPF%2CKAOG%2CYACK%3BAADN%2CcAPF%2CKAOG%2CYAEK%3BETMV%2C8BAAA%3BEACA%2C2BAAA%3B%3BASHI%2CcAbF%2CKAaG%2CWACK%3BAADN%2CcAbF%2CKAaG%2CWAEK%3BETVV%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAULJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CMAMI%3BEACI%2CeAAA%3B%3BAAPR%2CMAMI%2CGAEM%3BAARV%2CMAMI%2CGAGM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CMAMI%2CGAWM%2CIAAC%3BAAjBX%2CMAMI%2CGAYM%2CIAAC%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3B%3BAApBZ%2CMAwBI%2CMACM%3BAAzBV%2CMAwBI%2CMAEM%3BEACE%2CYAAA%3B%3BAA3BZ%2CMA%2BBI%2CUACM%3BAAhCV%2CMA%2BBI%2CUAEM%3BEACE%2CWAAA%3B%3BAAlCZ%2CMAsCI%2CUACM%3BAAvCV%2CMAsCI%2CUAEM%2CIAAC%3BAAxCX%2CMAsCI%2CUAGM%2CIAAC%3BAAzCX%2CMAsCI%2CUAIM%3BEACE%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAC7CZ%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAAII%2CCADH%2CMACI%3BAACD%2CCAFH%2CMAEI%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKR%2CMAAC%3BEACG%2CaAAA%3B%3BAAIJ%2CIAAK%3BEACD%2CkBAAA%3BEACA%2CSAAA%3B%3BAAOR%3BECtCI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADqCZ%3BEC1CI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADyCZ%3BEC9CI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BAD6CZ%3BEClDI%2CyBAAA%3B%3BAAGI%2CWADH%2CMACI%3BAACD%2CWAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADiDZ%3BECtDI%2CyBAAA%3B%3BAAGI%2CcADH%2CMACI%3BAACD%2CcAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BADqDZ%3BEC1DI%2CyBAAA%3B%3BAAGI%2CaADH%2CMACI%3BAACD%2CaAFH%2CMAEI%3BEACG%2CyBAAA%3B%3BACHZ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CMAAC%3BEACG%2CaAAA%3B%3BAAIJ%2CIAAK%3BEACD%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAAQ%3BAACR%2CaAAgB%2COAAK%3BEACjB%2CMAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CCADH%2CMACI%3BAACD%2CCAFH%2CMAEI%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKR%2CgBAAgB%2COAAU%3BAAC1B%2CUAAa%2CUAAU%2CIAAI%3BEACvB%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CYAAA%3B%3BAAGJ%2CgBAAmB%2CSAAI%3BEACnB%2CiBAAA%3B%3BAAGJ%2CUAAa%2CKAAK%2CIAAI%3BEAClB%2CgBAAA%3B%3BAC1DR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAALJ%2CUAOI%3BAAPJ%2CUAQI%3BEACI%2CcAAA%3B%3BAATR%2CUAYI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CUAkBM%3BEACE%2CyBAAA%3B%3BAAGJ%2CUAAW%3BAACX%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1BR%2CUA6BI%3BEACI%2CeAAA%3B%3BAAkBR%2CmBAfkD%3BEAelD%3BIAdQ%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CUAAW%3BEACX%2CgBAAiB%3BIACb%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAQZ%2CUALQ%3BEAKR%2CUAJQ%3BIACI%2CeAAA%3B%3B%3BAtC5CZ%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEH0MA%2CsCAAA%3BEM9MA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2CAAA%3B%3BAHLJ%2CUAUM%3BAAVN%2CUAWI%2CEAAI%3BEAEA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACE%2CqBAAA%3B%3BAArBR%2CUAyBI%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAuCzBR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CMAOI%3BEACI%2CaAAA%3BEAEA%2CcAAA%3B%3BAAVR%2CMAcI%3BEACI%2CiBAAA%3B%3BAAfR%2CMAmBM%3BAAnBN%2CMAoBM%3BEACE%2CgBAAA%3B%3BAArBR%2CMAwBM%2CIAAI%3BEACF%2CeAAA%3B%3BAAQR%3BAACA%3BEACI%2CmBAAA%3B%3BAAFJ%2CkBAKI%3BAAJJ%2CkBAII%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAQR%3BECtDI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BADoDJ%2CcClDI%3BEACI%2CyBAAA%3B%3BADiDR%2CcC%5C%2FCI%3BEACI%2CcAAA%3B%3BADkDR%3BEC1DI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BADwDJ%2CWCtDI%3BEACI%2CyBAAA%3B%3BADqDR%2CWCnDI%3BEACI%2CcAAA%3B%3BADsDR%3BEC9DI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAD4DJ%2CcC1DI%3BEACI%2CyBAAA%3B%3BADyDR%2CcCvDI%3BEACI%2CcAAA%3B%3BAD0DR%3BEClEI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BADgEJ%2CaC9DI%3BEACI%2CyBAAA%3B%3BAD6DR%2CaC3DI%3BEACI%2CcAAA%3B%3BACHR%3BEACI%3BIACI%2C2BAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3B%3BAAKR%3BEACI%3BIACI%2C2BAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3B%3BAAQR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BE5CsCA%2CsDAAA%3BEACA%2C8CAAA%3B%3BA4ClCJ%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BE5CyBA%2CsDAAA%3BEACA%2C8CAAA%3BEA2IA%2C8BAAA%3BEM9MA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3B%3BAsCiDJ%2CiBAAkB%3BAAClB%3BECNQ%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3BEDMJ%2C0BAAA%3B%3BAAOJ%2CSAAS%2COAAQ%3BAACjB%2CaAAa%3BE5CpDT%2C0DAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3B%3BA4CyDJ%3BEE1EI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BADyBR%3BEE9EI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BAD6BR%3BEElFI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BADiCR%3BEEtFI%2CyBAAA%3B%3BAAGA%2CiBAAkB%3BEDgDd%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CsLAAlB%3BEACA%2CkBAAkB%2CmLAAlB%3B%3BAExDR%3BEAEI%2CgBAAA%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAIR%3BAACA%3BEACI%2COAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGA%2CaAAC%3BEACG%2CeAAA%3B%3BAAIR%3BAACA%2CMAAS%3BEACL%2CkBAAA%3B%3BAAGJ%3BAACA%2CMAAS%3BEACL%2CmBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAMJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BACxDJ%3BEAEI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAOJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGA%2CgBAAC%3BErBzBD%2C4BAAA%3BEACA%2C2BAAA%3B%3BAqB2BA%2CgBAAC%3BEACG%2CgBAAA%3BErBnBJ%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAqB4BJ%2CCAAC%3BAACD%2CMAAM%3BEACF%2CWAAA%3B%3BAAFJ%2CCAAC%2CgBAIG%3BAAHJ%2CMAAM%2CgBAGF%3BEACI%2CWAAA%3B%3BAAIJ%2CCATH%2CgBASI%3BAAAD%2CMARE%2CgBAQD%3BAACD%2CCAVH%2CgBAUI%3BAAAD%2CMATE%2CgBASD%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CgBAAC%3BAACD%2CgBAAC%2CSAAS%3BAACV%2CgBAAC%2CSAAS%3BEACN%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CgBAAC%2CSAQG%3BAAPJ%2CgBAAC%2CSAAS%2CMAON%3BAANJ%2CgBAAC%2CSAAS%2CMAMN%3BEACI%2CcAAA%3B%3BAATR%2CgBAAC%2CSAWG%3BAAVJ%2CgBAAC%2CSAAS%2CMAUN%3BAATJ%2CgBAAC%2CSAAS%2CMASN%3BEACI%2CcAAA%3B%3BAAKR%2CgBAAC%3BAACD%2CgBAAC%2COAAO%3BAACR%2CgBAAC%2COAAO%3BEACJ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAANJ%2CgBAAC%2COASG%3BAARJ%2CgBAAC%2COAAO%2CMAQJ%3BAAPJ%2CgBAAC%2COAAO%2CMAOJ%3BAATJ%2CgBAAC%2COAUG%2CyBAA2B%3BAAT%5C%2FB%2CgBAAC%2COAAO%2CMASJ%2CyBAA2B%3BAAR%5C%2FB%2CgBAAC%2COAAO%2CMAQJ%2CyBAA2B%3BAAV%5C%2FB%2CgBAAC%2COAWG%2CyBAA2B%3BAAV%5C%2FB%2CgBAAC%2COAAO%2CMAUJ%2CyBAA2B%3BAAT%5C%2FB%2CgBAAC%2COAAO%2CMASJ%2CyBAA2B%3BEACvB%2CcAAA%3B%3BAAZR%2CgBAAC%2COAcG%3BAAbJ%2CgBAAC%2COAAO%2CMAaJ%3BAAZJ%2CgBAAC%2COAAO%2CMAYJ%3BEACI%2CcAAA%3B%3BAC%5C%2FFR%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2COAQT%3BAAHJ%2CMAAM%2CiBALO%2COAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2COAYR%3BAAAD%2CMAPE%2CiBALO%2COAYR%3BAACD%2CCATH%2CiBAJY%2COAaR%3BAAAD%2CMARE%2CiBALO%2COAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2COAiBR%3BAAAD%2CMAZE%2CiBALO%2COAiBR%3BAACD%2CCAdH%2CiBAJY%2COAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2COAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2COAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2COAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2CIAQT%3BAAHJ%2CMAAM%2CiBALO%2CIAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2CIAYR%3BAAAD%2CMAPE%2CiBALO%2CIAYR%3BAACD%2CCATH%2CiBAJY%2CIAaR%3BAAAD%2CMARE%2CiBALO%2CIAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2CIAiBR%3BAAAD%2CMAZE%2CiBALO%2CIAiBR%3BAACD%2CCAdH%2CiBAJY%2CIAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2CIAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2CIAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2CIAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2COAQT%3BAAHJ%2CMAAM%2CiBALO%2COAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2COAYR%3BAAAD%2CMAPE%2CiBALO%2COAYR%3BAACD%2CCATH%2CiBAJY%2COAaR%3BAAAD%2CMARE%2CiBALO%2COAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2COAiBR%3BAAAD%2CMAZE%2CiBALO%2COAiBR%3BAACD%2CCAdH%2CiBAJY%2COAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2COAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2COAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2COAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CCAAC%2CiBAJY%3BAAKb%2CMAAM%2CiBALO%3BEAMT%2CcAAA%3B%3BAAFJ%2CCAAC%2CiBAJY%2CMAQT%3BAAHJ%2CMAAM%2CiBALO%2CMAQT%3BEACI%2CcAAA%3B%3BAAGJ%2CCARH%2CiBAJY%2CMAYR%3BAAAD%2CMAPE%2CiBALO%2CMAYR%3BAACD%2CCATH%2CiBAJY%2CMAaR%3BAAAD%2CMARE%2CiBALO%2CMAaR%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAbH%2CiBAJY%2CMAiBR%3BAAAD%2CMAZE%2CiBALO%2CMAiBR%3BAACD%2CCAdH%2CiBAJY%2CMAkBR%2COAAO%3BAAAR%2CMAbE%2CiBALO%2CMAkBR%2COAAO%3BAACR%2CCAfH%2CiBAJY%2CMAmBR%2COAAO%3BAAAR%2CMAdE%2CiBALO%2CMAmBR%2COAAO%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAD4FhB%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAEvHJ%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BElDiEA%2CiDAAA%3BEACA%2CyCAAA%3B%3BAkD7DJ%3BEACI%2CaAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CoCAAA%3BEvBnBA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAuBgBJ%2CcAKM%2CYAAU%3BEACR%2CcAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CYAMM%3BAANN%2CYAOM%3BAAPN%2CYAQM%3BAARN%2CYASM%2CQAAQ%3BAATd%2CYAUM%2CSAAS%3BEACP%2CcAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEvBrCA%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAuB6CJ%2CMACM%3BAADN%2CMAEM%2CkBAAkB%3BEAChB%2CgBAAA%3B%3BAAHR%2CMACM%2CcAIE%3BAALR%2CMAEM%2CkBAAkB%2CcAGhB%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CMAVF%2CcAUG%2CYACG%2CiBAAgB%3BAADpB%2CMATF%2CkBAAkB%2CcASf%2CYACG%2CiBAAgB%3BEACZ%2CaAAA%3BEvBrEZ%2C4BAAA%3BEACA%2C2BAAA%3B%3BAuB0EI%2CMAlBF%2CcAkBG%2CWACG%2CiBAAgB%3BAADpB%2CMAjBF%2CkBAAkB%2CcAiBf%2CWACG%2CiBAAgB%3BEACZ%2CgBAAA%3BEvBnEZ%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAuB6CJ%2CMA0BM%2CiBAAiB%2CkBAAkB%2CcACjC%2CiBAAgB%3BEvBnFpB%2C0BAAA%3BEACA%2CyBAAA%3B%3BAuByFJ%2CcAAiB%2CcACb%2CiBAAgB%3BEACZ%2CmBAAA%3B%3BAAIR%2CWAAc%3BEACV%2CmBAAA%3B%3BAAQJ%2CMACM%3BAADN%2CMAEM%2CoBAAoB%3BAAF1B%2CMAGM%2CkBAAkB%3BEAChB%2CgBAAA%3B%3BAAJR%2CMACM%2CSAKE%3BAANR%2CMAEM%2CoBAAoB%2CSAIlB%3BAANR%2CMAGM%2CkBAAkB%2CSAGhB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARZ%2CMAYM%2CSAAM%3BAAZZ%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%3BEvBtHxC%2C4BAAA%3BEACA%2C2BAAA%3B%3BAuBwGJ%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%3BAAlBhB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%3BAAlBhB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%3BAAlBhB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAApBhB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYAIA%2CGAAE%3BAAtBlB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYAKA%2CGAAE%3BAAvBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYAKA%2CGAAE%3BAAvBlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYAKA%2CGAAE%3BAAvBlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYAKA%2CGAAE%3BEACE%2C2BAAA%3B%3BAAxBpB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYAQA%2CGAAE%3BAA1BlB%2CMAYM%2CSAAM%2CYAIF%2CQAAK%2CYAED%2CKAAE%2CYASA%2CGAAE%3BAA3BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAGlC%2CQAAK%2CYAED%2CKAAE%2CYASA%2CGAAE%3BAA3BlB%2CMAYM%2CSAAM%2CYAKF%2CQAAK%2CYACD%2CKAAE%2CYASA%2CGAAE%3BAA3BlB%2CMAaM%2CoBAAiB%2CYAAe%2CSAAM%2CYAIlC%2CQAAK%2CYACD%2CKAAE%2CYASA%2CGAAE%3BEACE%2C4BAAA%3B%3BAA5BpB%2CMAkCM%2CSAAM%3BAAlCZ%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%3BEvBlIvC%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAuB8FJ%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%3BAAxChB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%3BAAxChB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%3BAAxChB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAA1ChB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWAIA%2CGAAE%3BAA5ClB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWAKA%2CGAAE%3BAA7ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWAKA%2CGAAE%3BAA7ClB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWAKA%2CGAAE%3BAA7ClB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWAKA%2CGAAE%3BEACE%2C8BAAA%3B%3BAA9CpB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWAQA%2CGAAE%3BAAhDlB%2CMAkCM%2CSAAM%2CWAIF%2CQAAK%2CWAED%2CKAAE%2CWASA%2CGAAE%3BAAjDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAGjC%2CQAAK%2CWAED%2CKAAE%2CWASA%2CGAAE%3BAAjDlB%2CMAkCM%2CSAAM%2CWAKF%2CQAAK%2CWACD%2CKAAE%2CWASA%2CGAAE%3BAAjDlB%2CMAmCM%2CoBAAiB%2CWAAc%2CSAAM%2CWAIjC%2CQAAK%2CWACD%2CKAAE%2CWASA%2CGAAE%3BEACE%2C%2BBAAA%3B%3BAAlDpB%2CMAuDM%2CcAAc%3BAAvDpB%2CMAwDM%2CcAAc%3BAAxDpB%2CMAyDM%2CSAAS%3BAAzDf%2CMA0DM%2CoBAAoB%3BEAClB%2C0BAAA%3B%3BAA3DR%2CMA6DM%2CSAAS%2CQAAK%2CYAAe%2CKAAE%2CYAAa%3BAA7DlD%2CMA8DM%2CSAAS%2CQAAK%2CYAAe%2CKAAE%2CYAAa%3BEAC1C%2CaAAA%3B%3BAA%5C%2FDR%2CMAiEM%3BAAjEN%2CMAkEM%2CoBAAoB%3BEAClB%2CSAAA%3B%3BAAnER%2CMAiEM%2CkBAGI%2CQAGI%2CKACI%2CKAAE%3BAAxEpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKACI%2CKAAE%3BAAxEpB%2CMAiEM%2CkBAII%2CQAEI%2CKACI%2CKAAE%3BAAxEpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKACI%2CKAAE%3BAAxEpB%2CMAiEM%2CkBAKI%2CQACI%2CKACI%2CKAAE%3BAAxEpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKACI%2CKAAE%3BAAxEpB%2CMAiEM%2CkBAGI%2CQAGI%2CKAEI%2CKAAE%3BAAzEpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKAEI%2CKAAE%3BAAzEpB%2CMAiEM%2CkBAII%2CQAEI%2CKAEI%2CKAAE%3BAAzEpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKAEI%2CKAAE%3BAAzEpB%2CMAiEM%2CkBAKI%2CQACI%2CKAEI%2CKAAE%3BAAzEpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKAEI%2CKAAE%3BEACA%2CcAAA%3B%3BAA1EpB%2CMAiEM%2CkBAGI%2CQAGI%2CKAKI%2CKAAE%3BAA5EpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKAKI%2CKAAE%3BAA5EpB%2CMAiEM%2CkBAII%2CQAEI%2CKAKI%2CKAAE%3BAA5EpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKAKI%2CKAAE%3BAA5EpB%2CMAiEM%2CkBAKI%2CQACI%2CKAKI%2CKAAE%3BAA5EpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKAKI%2CKAAE%3BAA5EpB%2CMAiEM%2CkBAGI%2CQAGI%2CKAMI%2CKAAE%3BAA7EpB%2CMAkEM%2CoBAAoB%2CkBAEhB%2CQAGI%2CKAMI%2CKAAE%3BAA7EpB%2CMAiEM%2CkBAII%2CQAEI%2CKAMI%2CKAAE%3BAA7EpB%2CMAkEM%2CoBAAoB%2CkBAGhB%2CQAEI%2CKAMI%2CKAAE%3BAA7EpB%2CMAiEM%2CkBAKI%2CQACI%2CKAMI%2CKAAE%3BAA7EpB%2CMAkEM%2CoBAAoB%2CkBAIhB%2CQACI%2CKAMI%2CKAAE%3BEACA%2CeAAA%3B%3BAA9EpB%2CMAiEM%2CkBAiBI%2CQAEI%2CKAAE%2CYACE%3BAArFlB%2CMAkEM%2CoBAAoB%2CkBAgBhB%2CQAEI%2CKAAE%2CYACE%3BAArFlB%2CMAiEM%2CkBAkBI%2CQACI%2CKAAE%2CYACE%3BAArFlB%2CMAkEM%2CoBAAoB%2CkBAiBhB%2CQACI%2CKAAE%2CYACE%3BAArFlB%2CMAiEM%2CkBAiBI%2CQAEI%2CKAAE%2CYAEE%3BAAtFlB%2CMAkEM%2CoBAAoB%2CkBAgBhB%2CQAEI%2CKAAE%2CYAEE%3BAAtFlB%2CMAiEM%2CkBAkBI%2CQACI%2CKAAE%2CYAEE%3BAAtFlB%2CMAkEM%2CoBAAoB%2CkBAiBhB%2CQACI%2CKAAE%2CYAEE%3BEACE%2CgBAAA%3B%3BAAvFpB%2CMAiEM%2CkBA0BI%2CQAEI%2CKAAE%2CWACE%3BAA9FlB%2CMAkEM%2CoBAAoB%2CkBAyBhB%2CQAEI%2CKAAE%2CWACE%3BAA9FlB%2CMAiEM%2CkBA2BI%2CQACI%2CKAAE%2CWACE%3BAA9FlB%2CMAkEM%2CoBAAoB%2CkBA0BhB%2CQACI%2CKAAE%2CWACE%3BAA9FlB%2CMAiEM%2CkBA0BI%2CQAEI%2CKAAE%2CWAEE%3BAA%5C%2FFlB%2CMAkEM%2CoBAAoB%2CkBAyBhB%2CQAEI%2CKAAE%2CWAEE%3BAA%5C%2FFlB%2CMAiEM%2CkBA2BI%2CQACI%2CKAAE%2CWAEE%3BAA%5C%2FFlB%2CMAkEM%2CoBAAoB%2CkBA0BhB%2CQACI%2CKAAE%2CWAEE%3BEACE%2CgBAAA%3B%3BAAhGpB%2CMAqGM%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAASR%3BEACI%2CmBAAA%3B%3BAADJ%2CYAII%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CYAII%2COAIM%3BEACE%2CeAAA%3B%3BAATZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CeAGM%2CkBAAkB%3BAAhB5B%2CYAaI%2CeAIM%2CkBAAkB%3BEAChB%2C0BAAA%3B%3BAAlBZ%2CYAsBI%3BEACI%2CaAAA%3B%3BAAvBR%2CYAsBI%2CcAEM%2CkBAAgB%3BEACd%2C6BAAA%3B%3BAAMZ%3BECxPI%2CkBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CsBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAD2OZ%3BEC5PI%2CqBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BAD%2BOZ%3BEChQI%2CqBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BADmPZ%3BECpQI%2CqBAAA%3B%3BAAEA%2CWAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CWAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CWAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CWAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BADuPZ%3BECxQI%2CqBAAA%3B%3BAAEA%2CcAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CcAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CcAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CcAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BAD2PZ%3BEC5QI%2CqBAAA%3B%3BAAEA%2CaAAI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CaAAI%2CiBAKE%2CkBAAkB%3BEAChB%2CyBAAA%3B%3BAANR%2CaAAI%2CiBAQA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CaAAI%2CgBACE%2CkBAAkB%3BEAChB%2C4BAAA%3B%3BAChBZ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CiBAOI%3BAAPJ%2CiBAQI%3BAARJ%2CiBASI%3BAATJ%2CiBAUI%3BAAVJ%2CiBAWI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKR%3BEACI%2CsBAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAC5BJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BErD%2BDA%2CuDAAA%3BEACA%2C%2BCAAA%3B%3BAqDtEJ%2CKAQI%3BEACI%2CkBAAA%3BEACA%2CiCAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BACvBJ%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEjCPA%2CYAAA%3BEAGA%2CyBAAA%3B%3BAiCOA%2CMAAC%3BAACD%2CMAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEjCdJ%2CYAAA%3BEAGA%2CyBAAA%3B%3BAiCmBA%2CMAAM%3BEACF%2CUAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BACpBR%3BEACI%2CgBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CiCAAA%3BEAIA%2CUAAA%3B%3BAAGA%2CMAAC%2CKAAM%3BEvDgIP%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3BEA6EA%2CmDAAA%3BEACA%2C6CAAA%3BEACA%2CyCAAA%3BEACA%2CmCAAA%3B%3BAuD%5C%2FMA%2CMAAC%2CGAAI%3BEvD4HL%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CcAAc%2CeAAd%3BEACA%2CWAAW%2CeAAX%3B%3BAuD1HJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEvDgBA%2CgDAAA%3BEACA%2CwCAAA%3BEuDfA%2C4BAAA%3BEAEA%2CUAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeAAC%3BElCxED%2CUAAA%3BEAGA%2CwBAAA%3B%3BAkCwEA%2CeAAC%3BElC3ED%2CYAAA%3BEAGA%2CyBAAA%3B%3BAkC%2BEJ%3BEACI%2CaAAA%3BEACA%2CgCAAA%3B%3BAAKJ%2CaAAc%3BEACV%2CgBAAA%3B%3BAAIJ%3BEACI%2CSAAA%3BEACA%2CuBAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAHJ%2CaAOI%2CKAAO%3BEACH%2CgBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CaAYI%2CWAAW%2CKAAO%3BEACd%2CiBAAA%3B%3BAAbR%2CaAgBI%2CWAAa%3BEACT%2CcAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAqBJ%2CQAjBmC%3BEAE%5C%2FB%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIvD1EA%2CiDAAA%3BIACA%2CyCAAA%3B%3BEuD8EA%3BIACI%2CYAAA%3B%3B%3BAASR%2CQALmC%3BEAC%5C%2FB%3BIACI%2CYAAA%3B%3B%3BAC3JR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BECPA%2CaxDwCqB%2C8CwDxCrB%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEDJA%2CeAAA%3BEnCTA%2CUAAA%3BEAGA%2CwBAAA%3B%3BAmCUA%2CQAAC%3BEnCbD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAmCaA%2CQAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAAC%2CIAAK%3BEACF%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAAC%2CSAAU%3BEACP%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAAC%2CUAAW%3BEACR%2CSAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAAC%2CMAAO%3BEACJ%2CQAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CQAAC%2CKAAM%3BEACH%2CQAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CQAAC%2COAAQ%3BEACL%2CMAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CQAAC%2CYAAa%3BEACV%2CMAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CQAAC%2CaAAc%3BEACX%2CMAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAE5GR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEDVA%2CaxDwCqB%2C8CwDxCrB%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BECDA%2CeAAA%3BEAEA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BE1DqDA%2CiDAAA%3BEACA%2CyCAAA%3B%3BA0DlDA%2CQAAC%3BEACG%2CiBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CiBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAQA%2CQADO%3BAAEP%2CQAFO%2CSAEN%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CQAAW%3BEACP%2CkBAAA%3B%3BAAGJ%2CQAAW%2CSAAM%3BEACb%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIA%2CQAAC%2CIAAO%3BEACJ%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2CaAAA%3B%3BAACA%2CQAPH%2CIAAO%2CSAOH%3BEACG%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CQAAC%2CMAAS%3BEACN%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuCAAA%3B%3BAACA%2CQAPH%2CMAAS%2CSAOL%3BEACG%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAGR%2CQAAC%2COAAU%3BEACP%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAACA%2CQAPH%2COAAU%2CSAON%3BEACG%2CSAAS%2CGAAT%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CQAAC%2CKAAQ%3BEACL%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAACA%2CQAPH%2CKAAQ%2CSAOJ%3BEACG%2CSAAS%2CGAAT%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAtDnIZ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CeAKM%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEJsMJ%2CoCAAA%3BEM9MA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CyCAAA%3B%3BAFDJ%2CeAKM%2CQAMI%3BAAXV%2CeAKM%2CQAOI%2CIAAI%3BEAEF%2CcAAA%3B%3BAA4BR%3BEAAA%2CeArCE%3BIJiOF%2CsDAAA%3BIACA%2CgDAAA%3BIACA%2C4CAAA%3BIACA%2CsCAAA%3BIAnLA%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIA%2BHA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3B%3BEIlKQ%2CeAlBN%2CQAkBO%3BEACD%2CeAnBN%2CQAmBO%2COAAO%3BIJqIhB%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3BIIpIY%2COAAA%3B%3BEAGJ%2CeAxBN%2CQAwBO%3BEACD%2CeAzBN%2CQAyBO%2COAAO%3BIJ%2BHhB%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3BII9HY%2COAAA%3B%3BEAGJ%2CeA9BN%2CQA8BO%2CKAAK%3BEACN%2CeA%5C%2FBN%2CQA%2BBO%2CKAAK%3BEACN%2CeAhCN%2CQAgCO%3BIJwHT%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3BIIvHY%2COAAA%3B%3B%3BAAvChB%2CeA4CM%3BAA5CN%2CeA6CM%3BAA7CN%2CeA8CM%3BEACE%2CcAAA%3B%3BAA%5C%2FCR%2CeAkDM%3BEACE%2COAAA%3B%3BAAnDR%2CeAsDM%3BAAtDN%2CeAuDM%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA1DR%2CeA6DM%3BEACE%2CUAAA%3B%3BAA9DR%2CeAgEM%3BEACE%2CWAAA%3B%3BAAjER%2CeAmEM%2CQAAK%3BAAnEX%2CeAoEM%2CQAAK%3BEACH%2COAAA%3B%3BAArER%2CeAwEM%2CUAAO%3BEACL%2CWAAA%3B%3BAAzER%2CeA2EM%2CUAAO%3BEACL%2CUAAA%3B%3BAAQR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEiB%5C%2FFA%2CYAAA%3BEAGA%2CyBAAA%3BEjB8FA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3BEACA%2CkCAAA%3B%3BAAKA%2CiBAAC%3BEyCpGG%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2C4EAAlB%3BEACA%2C2BAAA%3BEACA%2CsHAAA%3B%3BAzCmGJ%2CiBAAC%3BEACG%2CUAAA%3BEACA%2CQAAA%3BEyCzGA%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2C4EAAlB%3BEACA%2C2BAAA%3BEACA%2CsHAAA%3B%3BAzC0GJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEiBxHJ%2CYAAA%3BEAGA%2CyBAAA%3B%3BAjBuFJ%2CiBAmCI%3BAAnCJ%2CiBAoCI%3BAApCJ%2CiBAqCI%3BAArCJ%2CiBAsCI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAA3CR%2CiBA6CI%3BAA7CJ%2CiBA8CI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAhDR%2CiBAkDI%3BAAlDJ%2CiBAmDI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAArDR%2CiBAuDI%3BAAvDJ%2CiBAwDI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CiBADJ%2CWACK%3BEACG%2CSAAS%2COAAT%3B%3BAAIJ%2CiBADJ%2CWACK%3BEACG%2CSAAS%2COAAT%3B%3BAAUZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATJ%2CoBAWI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEAWA%2CyBAAA%3BEACA%2CkCAAA%3B%3BAA%5C%2FBR%2CoBAiCI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAOR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAACA%2CiBAAE%3BEACE%2CiBAAA%3B%3BAAwCR%2CmBAnC8C%3BEAG1C%2CiBACI%3BEADJ%2CiBAEI%3BEAFJ%2CiBAGI%3BEAHJ%2CiBAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEARR%2CiBAUI%3BEAVJ%2CiBAWI%3BIACI%2CkBAAA%3B%3BEAZR%2CiBAcI%3BEAdJ%2CiBAeI%3BIACI%2CmBAAA%3B%3BEAKR%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAIJ%3BIACI%2CYAAA%3B%3B%3BAuD7PJ%2CSAAC%3BAACD%2CSAAC%3BApDiPL%2CcACI%2CGoDnPC%3BApDkPL%2CcACI%2CGoDlPC%3BA%5C%2FCNL%2CU%2BCKK%3BA%5C%2FCLL%2CU%2BCMK%3BA%5C%2FCaL%2CgB%2BCdK%3BA%5C%2FCcL%2CgB%2BCbK%3BA%5C%2FCqBL%2CI%2BCtBK%3BA%5C%2FCsBL%2CI%2BCrBK%3BA1CshBL%2CgBAqBI%2CY0C5iBC%3BA1CuhBL%2CgBAqBI%2CY0C3iBC%3BArCoBL%2CYqCrBK%3BArCqBL%2CYqCpBK%3BArCyIL%2CmBAWM%2CaqCrJD%3BArC0IL%2CmBAWM%2CaqCpJD%3BA9BPL%2CI8BMK%3BA9BNL%2CI8BOK%3BA7BLL%2CO6BIK%3BA7BJL%2CO6BKK%3BA7BcL%2Cc6BfK%3BA7BeL%2Cc6BdK%3BA7BgCL%2CgB6BjCK%3BA7BiCL%2CgB6BhCK%3BAtBVL%2CMsBSK%3BAtBTL%2CMsBUK%3BATAL%2CWSDK%3BATCL%2CWSAK%3BAJuEL%2CaIxEK%3BAJwEL%2CaIvEK%3BAJgGL%2CaIjGK%3BAJiGL%2CaIhGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAC%3BApD6OL%2CcACI%2CGoD9OC%3BA%5C%2FCVL%2CU%2BCUK%3BA%5C%2FCSL%2CgB%2BCTK%3BA%5C%2FCiBL%2CI%2BCjBK%3BA1CkhBL%2CgBAqBI%2CY0CviBC%3BArCgBL%2CYqChBK%3BArCqIL%2CmBAWM%2CaqChJD%3BA9BXL%2CI8BWK%3BA7BTL%2CO6BSK%3BA7BUL%2Cc6BVK%3BA7B4BL%2CgB6B5BK%3BAtBdL%2CMsBcK%3BATJL%2CWSIK%3BAJmEL%2CaInEK%3BAJ4FL%2CaI5FK%3BEACG%2CWAAA%3B%3BA3BRR%3BE4BRI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BA5BUJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAOJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BE6B7BI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BA7BiCJ%3BEACI%2CwBAAA%3B%3BAAMJ%3BEACI%2CeAAA%3B%3BA8BpCJ%3BEACI%2CmBAAA%3B%3BAAKJ%3BAACA%3BAACA%3BAACA%3BECTI%2CwBAAA%3B%3BADaJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CwBAAA%3B%3BAAOJ%2CQAHuC%3BEAGvC%3BIC9CI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BAD2CR%2CQAHuC%3BEAGvC%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BICtEI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BADmER%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIC9FI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BAD2FR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%2CuBAAgC%3BEAGvE%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BICtHI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BADmHR%2CQAHuC%3BEAGvC%3BIAFQ%2CyBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2C0BAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%2CQAHuC%3BEAGvC%3BIChII%2CwBAAA%3B%3B%3BADsIJ%2CQAHuC%2CuBAAgC%3BEAGvE%3BICtII%2CwBAAA%3B%3B%3BAD4IJ%2CQAHuC%2CuBAAgC%3BEAGvE%3BIC5II%2CwBAAA%3B%3B%3BADkJJ%2CQAHuC%3BEAGvC%3BIClJI%2CwBAAA%3B%3B%3BADyJJ%3BECzJI%2CwBAAA%3B%3BAD%2BJJ%3BEAAA%3BIC7KI%2CyBAAA%3B%3BEACA%2CKAAK%3BIACD%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CEAAE%3BEACF%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BADsKR%3BEACI%2CwBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CyBAAA%3B%3B%3BAAIR%3BEACI%2CwBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2C0BAAA%3B%3B%3BAAIR%3BEACI%2CwBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CqBAAA%3B%3B%3BAAQR%3BEAAA%3BIC7LI%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAChBJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CSAAS%2C2CAAT%3BEACA%2CSAAS%2CmDAAkE%2COAAO%2C0BAC9E%2C8CAA6D%2COAAO%2CcACpE%2C6CAA4D%2COAAO%2CaACnE%2C4CAA2D%2COAAO%2CiBAClE%2C%2BDAA8E%2COAAO%2CMAJzF%3BEAMA%2CmBAAA%3BEACA%2CkBAAA%3B%3BACVJ%2CCAAC%3BEACG%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3BACLJ%2CCAAC%2CEAAgB%3BEACb%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BACrBJ%2CCAAC%2CEAAgB%3BEACb%2CmBAAA%3BEACA%2CkBAAA%3B%3BACDJ%2CCAAC%2CEAAgB%3BEACb%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CCAAC%2CEAAgB%2CGAIX%3BEACE%2CkBAAA%3B%3BAAIR%2CCAAC%2CEAAgB%3BEACb%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CCANH%2CEAAgB%2CGAMZ%2CCAAC%2CEAAgB%3BEACd%2CmBAAA%3B%3BAnChBR%2CCAAC%2CEAAgB%3BEACb%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CWAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CYAAA%3B%3BAAIA%2CCADH%2CEACI%2CCAAC%2CEAAgB%3BEACd%2CmBAAA%3B%3BAAEJ%2CCAJH%2CEAII%2CCAAC%2CEAAgB%3BEACd%2CkBAAA%3B%3B%3BAAKR%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAIA%2CCADH%2CEACI%3BEACG%2CmBAAA%3B%3BAAEJ%2CCAJH%2CEAII%3BEACG%2CkBAAA%3B%3BAoCrCR%2CCAAC%2CEAAgB%3BEACb%2C6CAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CuCAAuC%2CQAAvC%3BEACA%2C%2BBAA%2BB%2CQAA%5C%2FB%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CWAAW%2CcAAX%3B%3B%3BAC5BR%2CCAAC%2CEAAgB%3BECWb%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3B%3BADVJ%2CCAAC%2CEAAgB%3BECOb%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CWAAW%2CcAAX%3B%3BADNJ%2CCAAC%2CEAAgB%3BECGb%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CWAAW%2CcAAX%3B%3BADFJ%2CCAAC%2CEAAgB%3BECMb%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CeAAe%2CYAAf%3BEACA%2CWAAW%2CYAAX%3B%3BADLJ%2CCAAC%2CEAAgB%3BECEb%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CeAAe%2CYAAf%3BEACA%2CWAAW%2CYAAX%3B%3BADEJ%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BEACnB%2CYAAA%3B%3BAE5BJ%2CCAAC%2CEAAgB%3BEACb%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BAAAW%2CCAAC%2CEAAgB%3BEACzC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CoBAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2CCAAC%2CEAAgB%3BEACb%2CWAAA%3B%3B%3B%3BACzBJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC2SW%2COD3SX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC4aW%2COD5aX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCigBY%2CODjgBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCyMgB%2CODzMhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCuTW%2CODvTX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCyiBU%2CODziBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC0iBY%2COD1iBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCynBU%2CODznBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCkOU%2CODlOV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCgkBc%2CODhkBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC2jBQ%2COD3jBR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCyjBa%2CODzjBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCsFW%2CODtFX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCsjBW%2CODtjBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCidiB%2CODjdjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC4ckB%2COD5clB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC8Ze%2COD9Zf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCydY%2CODzdZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC2FS%2COD3FT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC4iBa%2COD5iBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCwPU%2CODxPV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%2BJY%2COD%5C%2FJZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%2BDa%2COD%5C%2FDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC4ZU%2COD5ZV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCuGc%2CODvGd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCrEyB%2CODqEzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCtEuB%2CODsEvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC4OW%2COD5OX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCuWmB%2CODvWnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC8XY%2COD9XZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCqXa%2CODrXb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCkQc%2CODlQd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCkQU%2CODlQV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%2BHU%2COD%5C%2FHV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC0LgB%2COD1LhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCqhBgB%2CODrhBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCghBiB%2CODhhBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC8gBe%2COD9gBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCyUY%2CODzUZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCvGa%2CODuGb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCsbS%2CODtbT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCmbU%2CODnbV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCnFU%2CODmFV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCtFc%2CODsFd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC6SW%2COD7SX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3EY%2COD2EZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCsFU%2CODtFV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC1GU%2COD0GV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCkKY%2CODlKZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCyZiB%2CODzZjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCsZgB%2CODtZhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSClMgB%2CODkMhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCxMkB%2CODwMlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCzMiB%2CODyMjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC%5C%2FMmB%2COD%2BMnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCiKU%2CODjKV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCuNa%2CODvNb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCmHY%2CODnHZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCkbkB%2CODlblB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC6Ne%2COD7Nf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCkNY%2CODlNZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCuJgB%2CODvJhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCrPY%2CODqPZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC4WU%2COD5WV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCmMqB%2CODnMrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCwQoB%2CODxQpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCtIoB%2CODsIpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCxOY%2CODwOZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC6SmB%2COD7SnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnDmB%2CODmDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC7Oc%2COD6Od%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCoLU%2CODpLV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC4JW%2COD5JX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC8RU%2COD9RV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC1Ba%2COD0Bb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1EkB%2COD0ElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC8QkB%2COD9QlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5GW%2COD4GX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSChLkB%2CODgLlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnLmB%2CODmLnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCqJiB%2CODrJjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCwFkB%2CODxFlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC6RkB%2COD7RlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC7MkB%2COD6MlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC%2BIqB%2COD%5C%2FIrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCGiB%2CODHjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvKgB%2CODuKhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC0QoB%2COD1QpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSChOoB%2CODgOpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCvTS%2CODuTT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvUgB%2CODuUhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1UiB%2COD0UjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC7Uc%2COD6Ud%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCpVgB%2CODoVhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%2BIW%2COD%5C%2FIX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvKY%2CODuKZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzNc%2CODyNd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%2BEU%2COD%5C%2FEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCkBW%2CODlBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrWc%2CODqWd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSC7LwB%2COD6LxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzHU%2CODyHV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSChDU%2CODgDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCjKU%2CODiKV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCvMS%2CODuMT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC1Me%2COD0Mf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCrN0B%2CODqN1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCiCW%2CODjCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCnVc%2CODmVd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC6CY%2COD7CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzRa%2CODyRb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1DY%2COD0DZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxTgB%2CODwThB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2FTkB%2COD%2BTlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCuCa%2CODvCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCsEmB%2CODtEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5MY%2COD4MZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC9MiB%2COD8MjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCnbc%2CODmbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCxbc%2CODwbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCpbe%2CODobf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC0JoB%2COD1JpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC3QqB%2COD2QrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCzYkB%2CODyYlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCjJS%2CODiJT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzVU%2CODyVV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCvVc%2CODuVd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCiGiB%2CODjGjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC4FmB%2COD5FnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC8Ce%2COD9Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5Ma%2COD4Mb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCMc%2CODNd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC7JqB%2COD6JrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCsEgB%2CODtEhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCpUmB%2CODoUnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCXa%2CODWb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCmFY%2CODnFZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvQmB%2CODuQnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC8FY%2COD9FZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpMa%2CODoMb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%5C%2FGW%2COD%2BGX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCNc%2CODMd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCzegB%2CODyehB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1HkB%2COD0HlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC4Da%2COD5Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5Wc%2COD4Wd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC9SY%2COD8SZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCsDY%2CODtDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvaiB%2CODuajB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSClGS%2CODkGT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClSW%2CODkSX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzgBc%2CODygBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCriBU%2CODqiBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FeiB%2COD%2BejB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC5TkB%2COD4TlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCjUiB%2CODiUjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCnUe%2CODmUf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1UiB%2COD0UjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCrmBuB%2CODqmBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCpmBwB%2CODomBxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCvmBqB%2CODumBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSClnBuB%2CODknBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC1WW%2COD0WX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCwBY%2CODxBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClEW%2CODkEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2FZY%2COD%2BZZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC1kBe%2COD0kBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7nBgB%2COD6nBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCrBW%2CODqBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCvTU%2CODuTV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC3hBW%2COD2hBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCjbW%2CODibX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC1Lc%2COD0Ld%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrca%2CODqcb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCzQe%2CODyQf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSClcc%2CODkcd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1JY%2COD0JZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2FpBU%2COD%2BpBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzVa%2CODyVb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9Va%2COD8Vb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvJmB%2CODuJnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9Fe%2COD8Ff%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCtJW%2CODsJX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCtWW%2CODsWX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCrHW%2CODqHX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCrSe%2CODqSf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvSsB%2CODuStB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCldwB%2CODkdxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvdiB%2CODudjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC9VW%2COD8VX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7pBgB%2COD6pBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC1pBc%2COD0pBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCpqBgB%2CODoqBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvqBiB%2CODuqBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrnBa%2CODqnBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzPU%2CODyPV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxPe%2CODwPf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9Pc%2COD8Pd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5lBc%2COD4lBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCtbc%2CODsbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC7KU%2COD6KV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCniBW%2CODmiBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1OgB%2COD0OhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC7pBe%2COD6pBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7pBgB%2COD6pBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzvBU%2CODyvBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCnTa%2CODmTb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9Mc%2COD8Md%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCpsBe%2CODosBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCteiB%2CODsejB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3oBc%2COD2oBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC3sBoB%2COD2sBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC9sBkB%2COD8sBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3Na%2COD2Nb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC9SiB%2COD8SjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCtSc%2CODsSd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnzBY%2CODmzBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5tBY%2COD4tBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCvsBa%2CODusBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC5oBiB%2COD4oBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7yBgB%2COD6yBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCrkBgB%2CODqkBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp4Be%2CODo4Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3fY%2COD2fZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FqBiB%2COD%2BqBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC31BU%2COD21BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCjnBc%2CODinBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC3ciB%2COD2cjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCv5BuB%2CODu5BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSC15BwB%2COD05BxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC75BqB%2COD65BrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCp6BuB%2CODo6BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn6BgB%2CODm6BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCt6BiB%2CODs6BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCz6Bc%2CODy6Bd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCh7BgB%2CODg7BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzwBa%2CODywBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnmBY%2CODmmBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7XY%2COD6XZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCljBY%2CODkjBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCx0Bc%2CODw0Bd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1fgB%2COD0fhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7fiB%2COD6fjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpba%2CODobb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCz1BY%2CODy1BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5fW%2COD4fX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FsBgB%2COD%2BsBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5uBc%2COD4uBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9uBmB%2COD8uBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5da%2COD4db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FuBa%2COD%2BuBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5mBW%2COD4mBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrvBa%2CODqvBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxqBgB%2CODwqBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC9wBY%2COD8wBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCnxBoB%2CODmxBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2Fbc%2COD%2Bbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCl4BU%2CODk4BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSChjBe%2CODgjBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7eiB%2COD6ejB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC7qBoB%2COD6qBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC93BU%2COD83BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCx5Be%2CODw5Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC17BkB%2COD07BlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC7lBc%2COD6lBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzuBU%2CODyuBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCh3BiB%2CODg3BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1fiB%2COD0fjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSClgBe%2CODkgBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCh4BY%2CODg4BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCxnBkB%2CODwnBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC9rBgB%2COD8rBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCjsBsB%2CODisBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSChlBY%2CODglBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCjgCgB%2CODigChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC12BuB%2COD02BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvnBY%2CODunBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5tBY%2COD4tBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSC%5C%2F%2BByB%2COD%2B%2BBzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCl%5C%2FB0B%2CODk%5C%2FB1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCr%5C%2FBuB%2CODq%5C%2FBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSC5%5C%2FByB%2COD4%5C%2FBzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCpzBW%2CODozBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCr9BU%2CODq9BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCjoCY%2CODioCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvgBgB%2CODugBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzjCc%2CODyjCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC98BgB%2COD88BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCj9BgB%2CODi9BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCtqBgB%2CODsqBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCltBiB%2CODktBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCpkBY%2CODokBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC9wBkB%2COD8wBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCjxBoB%2CODixBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCr0Bc%2CODq0Bd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC10BgB%2COD00BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1jCkB%2COD0jClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7vBmB%2COD6vBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC1%2BB0B%2COD0%2BB1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC5rBkB%2COD4rBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpiCa%2CODoiCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCrmCyB%2CODqmCzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCvmCuB%2CODumCvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC7mC0B%2COD6mC1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2FgCS%2COD%2BgCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2F8BS%2COD%2B8BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC5lBS%2COD4lBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCr5BS%2CODq5BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCp5BS%2CODo5BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSChwBS%2CODgwBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC35BS%2COD25BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2FqCS%2COD%2BqCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCjiCU%2CODiiCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxhCe%2CODwhCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC9uBoB%2COD8uBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCjvBqB%2CODivBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCpvBqB%2CODovBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvvBsB%2CODuvBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvvBsB%2CODuvBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC1vBuB%2COD0vBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCtsBe%2CODssBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7sBiB%2COD6sBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1nBoB%2COD0nBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSChoBa%2CODgoBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC7oBU%2COD6oBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChpBiB%2CODgpBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC3oBkB%2COD2oBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSChoCa%2CODgoCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCpxBoB%2CODoxBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCn%5C%2FBe%2CODm%5C%2FBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5kCY%2COD4kCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCj1CS%2CODi1CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSChxCe%2CODgxCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCnxCsB%2CODmxCtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCruBY%2CODquBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCxuBmB%2CODwuBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCz%2BBqB%2CODy%2BBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC1%2BBmB%2COD0%2BBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCh%5C%2FBqB%2CODg%5C%2FBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCn%5C%2FBsB%2CODm%5C%2FBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCn2CW%2CODm2CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrtBa%2CODqtBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCr3Ca%2CODq3Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5gCW%2COD4gCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrsCc%2CODqsCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCj3BW%2CODi3BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCjoCgB%2CODioChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2FxBY%2COD%2BxBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnrCY%2CODmrCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCphCU%2CODohCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCvnCc%2CODunCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCz1BW%2CODy1BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCrgCY%2CODqgCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCv5Ca%2CODu5Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC31CS%2COD21CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC1xBQ%2COD0xBR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCxxBW%2CODwxBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCj9BY%2CODi9BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC5gCe%2COD4gCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCl5BoB%2CODk5BpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC76C0B%2COD66C1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCl7CyB%2CODk7CzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCt2CyB%2CODs2CzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCrxCkB%2CODqxClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCtzBgB%2CODszBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCr0BkB%2CODq0BlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC12BS%2COD02BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSChhCmB%2CODghCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC97BmB%2COD87BnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCn9BW%2CODm9BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCryCqB%2CODqyCrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC90Be%2COD80Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1kCY%2COD0kCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC53BgB%2COD43BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC7tCoB%2COD6tCpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC31BW%2COD21BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCzuCY%2CODyuCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5iCY%2COD4iCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9iCmB%2COD8iCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCl9BwB%2CODk9BxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCv9BiB%2CODu9BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCv2Ce%2CODu2Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCv2CU%2CODu2CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSChmCgB%2CODgmChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCnmCoB%2CODmmCpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC72CY%2COD62CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvtCY%2CODutCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrtCc%2CODqtCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC31CS%2COD21CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3%2BCc%2COD2%2BCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC37CW%2COD27CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC3oCS%2COD2oCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%5C%2FhCW%2COD%2BhCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2F5CU%2COD%2B5CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCl6CW%2CODk6CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3hDa%2COD2hDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC9hDoB%2COD8hDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCviCW%2CODuiCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1iCkB%2COD0iClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCroCa%2CODqoCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCxgDS%2CODwgDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2FhCU%2COD%2BhCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCpgCU%2CODogCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5kCa%2COD4kCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn8CgB%2CODm8ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxlCgB%2CODwlChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2F8Cc%2COD%2B8Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC75CgB%2COD65ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCz5CiB%2CODy5CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCz6CkB%2CODy6ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCt6CuB%2CODs6CvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCl7CkB%2CODk7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC37CoB%2COD27CpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2F7CkB%2COD%2B7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv7CkB%2CODu7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCv8CiB%2CODu8CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC3hCU%2COD2hCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9hDa%2COD8hDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC51Cc%2COD41Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp1Ce%2CODo1Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1jDoB%2COD0jDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC1uCW%2COD0uCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCxgDY%2CODwgDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCz7CgB%2CODy7ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC97CS%2COD87CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BAACrC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCp7CiB%2CODo7CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9oCmB%2COD8oCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC7wCQ%2COD6wCR%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5kCY%2COD4kCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC5zCiB%2COD4zCjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCh0CmB%2CODg0CnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC17Ca%2COD07Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChnDiB%2CODgnDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCv8CY%2CODu8CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC90Ce%2COD80Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FuCa%2COD%2BuCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCvwCe%2CODuwCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC1wCsB%2COD0wCtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCxsDU%2CODwsDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5gDc%2COD4gDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCvqCS%2CODuqCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FtDgB%2COD%2BtDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCt1CU%2CODs1CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FwCgB%2COD%2BwChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSClrCY%2CODkrCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCnoCU%2CODmoCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC94CiB%2COD84CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCxpCU%2CODwpCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCnuDgB%2CODmuDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCr4CY%2CODq4CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCjiDmB%2CODiiDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCntDa%2CODmtDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC1tDmB%2COD0tDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChuDiB%2CODguDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCtuDa%2CODsuDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCruDe%2CODquDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxuDe%2CODwuDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSClyDgB%2CODkyDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCryDkB%2CODqyDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC3vCW%2COD2vCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCrsDe%2CODqsDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC50DQ%2COD40DR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7pDgB%2COD6pDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCv8CiB%2CODu8CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC1zDmB%2COD0zDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC92DgB%2COD82DhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCh8Ce%2CODg8Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCzhDgB%2CODyhDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1iDY%2COD0iDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7iDmB%2COD6iDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FyCgB%2COD%2ByChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSClzCe%2CODkzCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC51Da%2COD41Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC10DS%2COD00DT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC5kDa%2COD4kDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCj6De%2CODi6Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC%5C%2FzDQ%2COD%2BzDR%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCtmDS%2CODsmDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCviDc%2CODuiDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn2DgB%2CODm2DhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1xDoB%2COD0xDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2FwDc%2COD%2BwDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9rDc%2COD8rDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrmDa%2CODqmDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2F8CY%2COD%2B8CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCt8CkB%2CODs8ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCn8CiB%2CODm8CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCr8Cc%2CODq8Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCl3De%2CODk3Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCv3DqB%2CODu3DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC7yDa%2COD6yDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2F9CU%2COD%2B9CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCn2CiB%2CODm2CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCjlDgB%2CODilDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCt7CiB%2CODs7CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9rDe%2COD8rDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCh3CW%2CODg3CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCznDU%2CODynDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCnnDa%2CODmnDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCh6CiB%2CODg6CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCn6CqB%2CODm6CrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCp4CkB%2CODo4ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC7oDiB%2COD6oDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC34CgB%2COD24ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCppDiB%2CODopDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCtpDmB%2CODspDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC3pDmB%2COD2pDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCtoDY%2CODsoDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC5xDgB%2COD4xDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCz1DuB%2CODy1DvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FmDiB%2COD%2BmDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC75Cc%2COD65Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7jDY%2COD6jDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCz7Ce%2CODy7Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC37CgB%2COD27ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCphES%2CODohET%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2F7Ca%2COD%2B7Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC1%2BCW%2COD0%2BCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnhDY%2CODmhDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5sDY%2COD4sDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCz7CkB%2CODy7ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvrDmB%2CODurDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9rDc%2COD8rDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC35DkB%2COD25DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC9jEkB%2COD8jElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CuBAAuB%3BEACpC%2CSChkE4B%2CODgkE5B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCvkEkB%2CODukElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC3kEqB%2COD2kErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnlEmB%2CODmlEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCxuDmB%2CODwuDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCn0Dc%2CODm0Dd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC3uDkB%2COD2uDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC9uDoB%2COD8uDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FlDiB%2COD%2BlDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSClmDmB%2CODkmDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCjjEY%2CODijEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCvjEoB%2CODujEpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5hEW%2COD4hEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvoEmB%2CODuoEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC32DiB%2COD22DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC%5C%2F2DqB%2COD%2B2DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCt3DoB%2CODs3DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC53DmB%2COD43DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp4De%2CODo4Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCx5DiB%2CODw5DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCh6DkB%2CODg6DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCh6DqB%2CODg6DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC76DmB%2COD66DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv6DkB%2CODu6DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC96DoB%2COD86DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCn7DkB%2CODm7DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9nDe%2COD8nDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCtwDgB%2CODswDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvkEsB%2CODukEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSC99DQ%2COD89DR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCj%2BDe%2CODi%2BDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1oDiB%2COD0oDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCt1DmB%2CODs1DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCz1D0B%2CODy1D1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn%5C%2FDgB%2CODm%5C%2FDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC1mDiB%2COD0mDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvxDY%2CODuxDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5oEY%2COD4oEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9hEa%2COD8hEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC92DW%2COD82DX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCz8DuB%2CODy8DvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCntDgB%2CODmtDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnoEY%2CODmoEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSChzEW%2CODgzEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7yEY%2COD6yEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCttEqB%2CODstErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC5tEsB%2COD4tEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC7tEsB%2COD6tEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCruEsB%2CODquEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCp%5C%2FDc%2CODo%5C%2FDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCj8Da%2CODi8Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCp8De%2CODo8Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC18DW%2COD08DX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCh9DS%2CODg9DT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1rEgB%2COD0rEhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC7rEkB%2COD6rElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCvhEW%2CODuhEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCjtDW%2CODitDX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSClyEe%2CODkyEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCtmEe%2CODsmEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC94DkB%2COD84DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCnrEU%2CODmrEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC9sEqB%2COD8sErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCruEc%2CODquEd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCn%2BDU%2CODm%2BDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC7nEkB%2COD6nElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSClwDS%2CODkwDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv7DkB%2CODu7DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCt%5C%2FDc%2CODs%5C%2FDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCz5DY%2CODy5DZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCh%2BDkB%2CODg%2BDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCn%2BDoB%2CODm%2BDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCl2DiB%2CODk2DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCr2DmB%2CODq2DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC35DkB%2COD25DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC95DqB%2COD85DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC1nEa%2COD0nEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC72Ee%2COD62Ef%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCh3EiB%2CODg3EjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC7%5C%2FDa%2COD6%5C%2FDb%3B%3B%3BAE58EJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%2CcAAe%3BAACf%2CcAAe%3BAACf%3BAACA%2CaAAc%3BAACd%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkDAAA%3BEACA%2C%2BCAAA%3BEACA%2C0CAAA%3B%3BAAGJ%3BAAAiB%3BEACb%2CkBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CiCAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAAAiB%3BEACb%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAmB%3BAAAiB%2CcAAe%3BAAAM%2CcAAe%3BEACpE%2CsBAAsB%2CyCAAtB%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CkEAAhB%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C4BAA4B%2C%2BBAA5B%3B%3BEACA%2C6CAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2COAAA%3B%3BAAGJ%3BEACI%2CQAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CaAAa%2CMAAO%3BEAChB%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3B%3BAAKJ%3BEACI%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2C2BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CkBAAA%3B%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CuBAAuB%2C8CAAvB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAA2B%3BEACvB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3B%3B%3BAAeH%2CwBAX2D%2CuDAAoD%2CoDAAgD%3BEAE5J%3BEAAmB%3BEAAiB%2CcAAe%3BEAAM%2CcAAe%3BIACpE%2CsBAAsB%2C4CAAtB%3BIACA%2C2BAAA%3B%3B%3BEAGJ%2CiBAAkB%3BIACd%2CsBAAsB%2C6CAAtB%3BIACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3BACnQR%2CKAAK%2CSAAU%3BEACX%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CgBAAgB%2CWAAY%2CMAAK%2CSAAU%3BEACvC%2CgBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAuB%2CWAAc%3BEACjC%2CwBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CaAII%3BEACI%2CcAAA%3B%3BAAGR%3BAAAQ%3BAAAgB%3BEACpB%2CSAAA%3B%3BAAEJ%2CaACI%2CWAAW%2CSAAW%3BEAClB%2CaAAA%3BEtEYJ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CasEtBA%2CWAAW%2CSAAW%2CMtEsBrB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CasEjCJ%2CWAAW%2CSAAW%2CMtE%2BBrB%2CKAEI%3BAAAD%2CasEjCJ%2CWAAW%2CSAAW%2CMtEgCrB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CasExCJ%2CWAAW%2CSAAW%2CMtEsCrB%2CKAEI%3BAAAD%2CasExCJ%2CWAAW%2CSAAW%2CMtEuCrB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CasE7CA%2CWAAW%2CSAAW%2CMtE6CrB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CasEjDJ%2CWAAW%2CSAAW%2CMtE6CrB%2CMAII%3BEACG%2CWAAA%3B%3BAsE5CZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CsBAAuB%3BEACnB%2C0BAAA%3B%3BAAGJ%2CsBAAuB%2CwBAAwB%3BEAC3C%2CkBAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CoBAMI%2CWACI%2CcACI%3BAAPZ%2CeAKI%2CWACI%2CcACI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAVhB%2CoBAMI%2CWACI%2CcACI%2CSAII%3BAAXhB%2CeAKI%2CWACI%2CcACI%2CSAII%3BAAZhB%2CoBAMI%2CWACI%2CcACI%2CSAKI%3BAAZhB%2CeAKI%2CWACI%2CcACI%2CSAKI%3BEACI%2CyBAAA%3BEtExChB%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEsEuFgB%2CmBAAA%3B%3BAAEA%2CoBAZhB%2CWACI%2CcACI%2CSAII%2CUAMK%3BAAAD%2CeAZhB%2CWACI%2CcACI%2CSAII%2CUAMK%3BAAAD%2CoBAZhB%2CWACI%2CcACI%2CSAKI%2CUAKK%3BAAAD%2CeAZhB%2CWACI%2CcACI%2CSAKI%2CUAKK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CkDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAWJ%2CoBA9BhB%2CWACI%2CcACI%2CSA2BI%2CUACK%3BAAAD%2CeA9BhB%2CWACI%2CcACI%2CSA2BI%2CUACK%3BEACG%2CwBAAA%3BEACA%2CUAAA%3B%3BAAMJ%2CoBAtChB%2CWACI%2CcACI%2CSAmCI%2CUACK%3BAAAD%2CeAtChB%2CWACI%2CcACI%2CSAmCI%2CUACK%3BEACG%2C4BAAA%3BEACA%2CWAAA%3B%3BAA9CxB%2CoBAMI%2CWACI%2CcA4CI%3BAAlDZ%2CeAKI%2CWACI%2CcA4CI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtDhB%2CoBAMI%2CWACI%2CcA4CI%2CUAKI%2CSACI%3BAAxDpB%2CeAKI%2CWACI%2CcA4CI%2CUAKI%2CSACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEtE3HpB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAsE6HgB%2CoBA7DhB%2CWACI%2CcA4CI%2CUAKI%2CSAWK%2COAEG%3BAAFJ%2CeA7DhB%2CWACI%2CcA4CI%2CUAKI%2CSAWK%2COAEG%3BAADJ%2CoBA9DhB%2CWACI%2CcA4CI%2CUAKI%2CSAYK%2CMACG%3BAADJ%2CeA9DhB%2CWACI%2CcA4CI%2CUAKI%2CSAYK%2CMACG%3BEACI%2CyBAAA%3B%3BAAtE5B%2CoBAMI%2CWAwEI%2CUACI%3BAA9EZ%2CeAKI%2CWAwEI%2CUACI%3B%3B%3BAA%5C%2FEZ%2CoBAMI%2CWA8EI%3BAAnFR%2CeAKI%2CWA8EI%3BEACI%2CiBAAA%3B%3BAAIR%2CoBAAC%2CMACG%2CWAAW%2CcAAc%2CSACrB%3BAAFR%2CeAAC%2CMACG%2CWAAW%2CcAAc%2CSACrB%3BAAFR%2CoBAAC%2CMACG%2CWAAW%2CcAAc%2CSAErB%3BAAHR%2CeAAC%2CMACG%2CWAAW%2CcAAc%2CSAErB%3BEtE7HR%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3B%3BAsE4KJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CWAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CWAMI%2CcAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAfR%2CcAMI%2CGASK%3BEtEaT%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEsEfY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA1BhB%2CWAgCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAASJ%2CQAR%2BB%3BEAQ%5C%2FB%2CWAXA%2CaAIQ%2CUACI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAvCpB%2CWA6CI%2CGAAE%2CeAAe%3BEACb%2CSAAA%3B%3BAA9CR%2CWAiDI%2CGAAE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKA%2CQAJ2B%3BEAI3B%2CWATJ%2CGAAE%3BIAMM%2CiBAAA%3B%3B%3BAAvDZ%2CWAiDI%2CGAAE%2CeASE%3BEACI%2CkBAAA%3B%3B%3B%3B%3BAAEA%2CWAZR%2CGAAE%2CeASE%2CGAGK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAOI%2CWAvBhB%2CGAAE%2CeASE%2CGAUK%2CIAGI%2CWACI%3BAAAD%2CWAvBhB%2CGAAE%2CeASE%2CGAWK%2CIAEI%2CWACI%3BAAAD%2CWAvBhB%2CGAAE%2CeASE%2CGAYK%2CIACI%2CWACI%3BEtEjBjB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BEsEeoB%2CWAAA%3B%3BAAaJ%2CWAtChB%2CGAAE%2CeASE%2CGAyBK%2CIAGI%2CWACI%3BAAAD%2CWAtChB%2CGAAE%2CeASE%2CGA0BK%2CIAEI%2CWACI%3BAAAD%2CWAtChB%2CGAAE%2CeASE%2CGA2BK%2CIACI%2CWACI%3BEtE5CjB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BEsEsCoB%2CUAAA%3B%3BAAKZ%2CWA7CR%2CGAAE%2CeASE%2CGAoCK%3BAACD%2CWA9CR%2CGAAE%2CeASE%2CGAqCK%3BAACD%2CWA%5C%2FCR%2CGAAE%2CeASE%2CGAsCK%3BAACD%2CWAhDR%2CGAAE%2CeASE%2CGAuCK%3BEACG%2C6BAAA%3B%3BAAJJ%2CWA7CR%2CGAAE%2CeASE%2CGAoCK%2CIAMG%3BAALJ%2CWA9CR%2CGAAE%2CeASE%2CGAqCK%2CIAKG%3BAAJJ%2CWA%5C%2FCR%2CGAAE%2CeASE%2CGAsCK%2CIAIG%3BAAHJ%2CWAhDR%2CGAAE%2CeASE%2CGAuCK%2CIAGG%3BEACI%2CcAAA%3BEACA%2CoCAAA%3B%3BAAtGpB%2CWAiDI%2CGAAE%2CeASE%2CGAgDI%2CEACI%3BEACI%2CWAAA%3B%3BAAQpB%2CiBAAkB%2CiBAAiB%2CQAAO%3BAAAU%2CqBAAsB%2CQAAO%3BAAAkB%2CqBAAsB%2CQAAO%3BAAAe%2CwBAAyB%2CwBAA0B%2CmBAAmB%2CWAAS%2CQAAO%3BAAAU%2CkBAAmB%2CiBAAiB%2CQAAO%3BAAAU%2CcAAe%2CQAAO%3BEACtT%2CiBAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAe%3BAACjC%2CiBAAkB%2CgBAAe%3BEAC7B%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CEAEM%3BAADN%2CEACM%3BEACE%2CgBAAA%3B%3BAAIR%2CCAAC%3BAAAQ%2CCAAC%3BEACN%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3B%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3B%3BAAGJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BEAC7C%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CmCAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CmCAAA%3B%3BAAKJ%2CMAAM%3BEACF%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BE5EnNA%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAsEkaA%2CMAAC%3BAAAD%2COAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BE5ExNJ%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEsEsaI%2CYAAA%3B%3B%3BAAMR%3BEACI%2CWAAA%3B%3BAADJ%2CcAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CcAaI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CgBAAgB%2CwBAAwB%3BAAAS%2CcAAc%2CwBAAwB%3BAACvF%2CgBAAgB%2CyBAAyB%3BAAAQ%2CcAAc%2CyBAAyB%3BEACpF%2CwBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CmCAAA%3BEACA%2CuEAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BAAAM%3BEACF%2C6BAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQAAQ%2C0BAA2B%2CQAAO%3BEACtC%2CsBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAADJ%2CaAGI%2COAAM%2CeAAe%3BEACjB%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CMAAS%2CQAAQ%2CKAAK%2CKAAE%3BAAAO%2CMAAS%2CQAAQ%2CKAAK%2CKAAE%3BAAAO%2CMAAS%2CQAAQ%2CKAAK%2CKAAE%3BAAAO%2CMAAS%2CQAAQ%2CKAAK%2CKAAE%3BAAAO%2CMAAS%2CQAAQ%2CKAAK%2CKAAE%3BAAAO%2CMAAS%2CQAAQ%2CKAAK%2CKAAE%3BAAAO%2CMAAS%2CQAAQ%2CKAAE%2CKAAQ%3BAAAI%2CMAAS%2CQAAQ%2CKAAE%2CKAAQ%3BAAAI%2CMAAS%2CQAAQ%2CKAAE%2CKAAQ%3BAAAI%2CMAAS%2CQAAQ%2CKAAE%2CKAAQ%3BAAAI%2CMAAS%2CQAAQ%2CKAAE%2CKAAQ%3BAAAI%2CMAAS%2CQAAQ%2CKAAE%2CKAAQ%3BEAC5W%2CuBAAA%3B%3BAAKJ%2CMAAS%2CQAAQ%2CKAAK%3BEAClB%2CyBAAA%3B%3BAAGJ%3BAAAQ%3BEACJ%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CuBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CUAAW%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEACzC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CUAAY%2CSAAM%2COAAO%3BAACpC%2CUAAW%2CUAAY%2CSAAM%2CSAAS%3BEAClC%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAAW%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEACzC%2CWAAA%3B%3BAAGJ%2CUAAW%3BAACX%2CUAAW%2CUAAU%3BAACrB%2CUAAW%2CQAAO%2CIAAI%2CeAAgB%2CKAAK%3BAAC3C%2CUAAW%2CQAAO%2CIAAI%2CqBAAsB%2CKAAK%3BAACjD%2CUAAW%2CiBAAiB%2CUAAS%3BEACjC%2CcAAA%3B%3BAAGJ%2CUAAW%2CMAAK%2CSAAS%3BAACzB%2CUAAW%2CMAAK%2CKAAK%3BAACrB%2CUAAW%2CMAAK%2CSAAS%3BAACzB%2CUAAW%2CMAAK%2COAAO%3BEACnB%2CWAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEtE9iBA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAsEgjBJ%2CwBACI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CYAAa%3BAACb%2CYAAa%3BEACT%2CeAAA%3B%3BAAGJ%2CSAAS%2CQAAQ%2CcACb%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CcAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CaAAA%3B%3BAADJ%2CUAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAANR%2CUASI%3BAATJ%2CUAUI%3BEACI%2CqBAAA%3B%3BAAXR%2CUASI%2CeAII%3BAAbR%2CUAUI%2CWAGI%3BEACI%2CaAAA%3B%3BAAdZ%2CUAkBI%3BEACI%2CkBAAA%3B%3BAAnBR%2CUAsBI%2CWACI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA3BZ%2CUA%2BBI%3BAA%5C%2FBJ%2CUAgCI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CGAAG%3BEACC%2CcAAA%3B%3BAAIA%2CQAAC%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CQAAC%3BEACG%2CSAAS%2CGAAT%3B%3B%3BAAKR%2CaAAc%2COAAM%2CIAAK%2CYAAW%3BEAChC%2C4BAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CMAAM%2CIAKF%3BEACI%2CaAAA%3B%3BAANR%2CMAAM%2CIASF%2CYAAW%3BEACP%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CMAjBF%2CIASF%2CYAAW%2CIAQN%3BEACG%2CsBAAA%3B%3BAAlBZ%2CMAAM%2CIAsBF%3BEACI%2C%2BCAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CMA%5C%2FBF%2CIAsBF%2CmBASK%3BEACG%2C8BAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMApCF%2CIAsBF%2CmBAcK%3BEACG%2C4BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CMAzCF%2CIAsBF%2CmBAmBK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2CeAAA%3B%3BAAMZ%3BEACI%2CSAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAALR%2CwBAQI%3BEACI%2CqBAAA%3B%3BAAIQ%2CwBALZ%2CiBAGI%2CMACI%2CKACK%2CWAAW%3BEACR%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3B%3B%3BAASpB%2CwBAAwB%3BEACpB%2CcAAA%3B%3BAADJ%2CwBAAwB%2CMAGpB%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CsDAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3B%3BAAMR%3BEACI%2CmBAAA%3B%3BAADJ%2CeAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CsDAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEA%2CeAXJ%2CeAWK%3BEACG%2CaAAA%3B%3BAAfZ%2CeAGI%2CeAeM%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyDAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CeAtBR%2CeAeM%2COAOG%3BEACG%2CaAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BE5EvkBA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAsEuxBJ%3BEACI%2CSAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQACI%2COACI%2CSACI%3BAAHZ%2CQACI%2COACI%2CSAEI%3BAAJZ%2CQACI%2COACI%2CSAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAC%3BEACG%2CYAAA%3B%3BAADJ%2CQAAC%2CeAGG%3BEACI%2CSAAA%3B%3BAAJR%2CQAAC%2CeAGG%2COAGI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAARZ%2CQAAC%2CeAGG%2COAGI%2CSAII%3BEACI%2C2BAAA%3B%3BAAOpB%3BEACI%2CYAAA%3BEtEzzBA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAsE2zBJ%3BEACI%2C6BAAA%3B%3BAAGJ%2CqBAAsB%2CqBAAqB%3BEACvC%2CiBAAA%3B%3BAAEA%2CqBAHkB%2CqBAAqB%2COAGtC%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAO%2CIAAI%2CeAAgB%2CKAAK%3BAAChC%2COAAO%2CIAAI%2CqBAAsB%2CKAAK%3BEAClC%2CoBAAA%3B%3BAAKJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAADJ%2CYAGI%2CQAAO%2COAAO%3BEACV%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYALJ%2CQAAO%2COAAO%2CQAKT%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAKZ%2CSAAU%2CeAAc%3BEACpB%2CoBAAA%3B%3BAAGJ%2CWAAY%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC1C%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAAY%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC1C%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAQ%2CQAAQ%2CKAAM%3BEAClB%2CeAAA%3B%3BAAGJ%2CQAAQ%2CQAAQ%2CKAAM%3BEAClB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAAuB%3BAAAS%2C8BAA%2BB%3BEAC3D%2CsBAAA%3B%3BAAKJ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CWACI%2CmBAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWARR%2CmBAII%2CeAIK%3BAACD%2CWATR%2CmBAII%2CeAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAnBR%2CmBAII%2CeAeK%3BEACG%2CWAAA%3B%3BAAGJ%2CWAvBR%2CmBAII%2CeAmBK%3BEACG%2CYAAA%3B%3BAAzBhB%2CWACI%2CmBAII%2CeAuBI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWApCZ%2CmBAII%2CeAuBI%2CUASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAhDZ%2CmBAII%2CeAuBI%2CUAqBK%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAIA%2CWAtDhB%2CmBAII%2CeAuBI%2CUA0BK%2CWACI%3BEACG%2CaAAA%3B%3BAAxDxB%2CWA%2BDI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWALJ%2CqBAKK%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAOZ%2CQAAQ%2C0BAA2B%3BAACnC%2CQAAQ%2C0BAA2B%3BEAC%5C%2FB%2CsBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAADJ%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CWAGI%2CeAWI%3BEACI%2CeAAA%3B%3BAAMZ%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAFJ%2CkBAIM%2CKACI%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBALN%2CKACI%2CKAIG%3BEACG%2CmBAAA%3B%3BAAVhB%2CkBAIM%2CKACI%2CKAQI%3BEACE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAhBhB%2CkBAIM%2CKACI%2CKAcE%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAArBhB%2CkBAIM%2CKACI%2CKAcE%2CGAII%3BEACI%2CkBAAA%3B%3BAAxBpB%2CkBAIM%2CKACI%2CKAcE%2CGAII%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAA5BxB%2CkBAmCI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CkBAZJ%2CcAYK%3BEtEzhCL%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEsE2gCQ%2CWAAA%3B%3BAAIA%2CkBAlBR%2CcAiBK%2COACI%3BEtE%5C%2FhCT%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAsE09BJ%2CkBAmCI%2CcAuBI%3BEACI%2CaAAA%3B%3BAAOZ%2CcACI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMR%2CaACI%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BE5Er4BJ%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAsEslCJ%3BEACI%2CkBAAA%3B%3BAAIQ%2CcAFR%2CYAAY%2CeACP%2COACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3B%3BAAdhB%2CcAmBI%3BEACI%2CWAAA%3B%3BAApBR%2CcAuBI%2CcACI%3BEACI%2COAAA%3B%3BAAcR%2CcATW%2CMAAM%2CYAAY%2CWAAW%2CEAAE%2CIASzC%3BAAAD%2CaARU%2CMAAM%2CEAAE%2CIAQjB%3BAAAD%2CaAPU%2CYAAY%2CEAAE%2CIAOvB%3BAAAD%2CgBANa%2CEAAE%2CIAMd%3BAAAD%2CiBALc%2CWAAW%2CEAAE%2CIAK1B%3BAAAD%2CcAJW%2CEAAE%2CIAIZ%3BAAAD%2CuBAHoB%2CSAAS%2CuBAAuB%2CIAGnD%3BEACG%2CYAAA%3B%3BAAKR%2CqBACI%3BEACI%2CuBAAA%3B%3BAASR%2CQAN8B%3BEAM9B%2CqBALQ%2CgBAAgB%2CeAAe%2CsBAAsB%2CYAAW%3BIAC5D%2CuBAAA%3B%3B%3BAAMZ%2CYAAa%3BEACT%2CqBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CcAAc%3BEAC9B%2C4BAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAC%3BEtEppCD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAsEyoCI%2CcADH%2CcACI%3BEtEzpCL%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAsE%2BoCJ%2CiBAAkB%2CmBACd%2CmBACI%2CgBACI%3BEACI%2CcAAA%3B%3BAAJhB%2CiBAAkB%2CmBASd%3BEACI%2CUAAA%3B%3BAAVR%2CiBAAkB%2CmBASd%2CoBAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAhBZ%2CiBAAkB%2CmBASd%2CoBAGI%2CiBAMI%3BEACI%2CqBAAA%3B%3BAAnBhB%2CiBAAkB%2CmBASd%2CoBAGI%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAxBhB%2CiBAAkB%2CmBA6Bd%2CmBAAmB%3BEACf%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAjCR%2CiBAAkB%2CmBAoCd%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAtCR%2CiBAAkB%2CmBAyCZ%2CKAAK%2CKAAG%3BEACN%2CcAAA%3B%3BAA1CR%2CiBAAkB%2CmBA6Cd%2CYAAY%3BEACR%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FCR%2CiBAAkB%2CmBAkDd%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAArDR%2CiBAAkB%2CmBAwDd%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA3DR%2CiBAAkB%2CmBA8Dd%2CkBACM%3BEACE%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAnEZ%2CiBAAkB%2CmBA8Dd%2CkBACM%2CKAMI%3BEACE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAA1EhB%2CiBAAkB%2CmBA8Dd%2CkBACM%2CKAMI%2CIAOE%3BEACI%2CaAAA%3B%3BAA7EpB%2CiBAAkB%2CmBA8Dd%2CkBACM%2CKAkBE%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAtFhB%2CiBAAkB%2CmBA8Dd%2CkBACM%2CKA0BE%3BEACI%2CyBAAA%3B%3BAA1FhB%2CiBAAkB%2CmBA8Dd%2CkBAgCI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAnGZ%2CiBAAkB%2CmBAwGd%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAA1GR%2CiBAAkB%2CmBA6Gd%2CkBAAkB%2CmBAAmB%2CGAAG%2CGAAG%3BEACvC%2CyBAAA%3B%3BAA9GR%2CiBAAkB%2CmBAiHd%2CkBAAkB%2CmBAAmB%3BEACjC%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAOR%2CIAAI%2CkBACA%3BEACI%2CaAAA%3B%3BAAFR%2CIAAI%2CkBAKA%2CEAAC%2CMAAM%3BEACH%2CSAAS%2CEAAT%3B%3BAANR%2CIAAI%2CkBAWA%2CEAAC%2CWAAW%3BAAXhB%2CIAAI%2CkBAYA%2CEAAC%2CqBAAqB%3BEAClB%2CSAAS%2CEAAT%3B%3BAAIR%2CYAAa%2COAAS%3BEAClB%2CWAAA%3B%3BAAGJ%2CsBACI%2CaAAa%3BEACT%2CkBAAA%3B%3BAAcR%2CQAV2B%3BEACvB%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAAUR%2CQAN0B%2CuBAAwB%3BEAC9C%3BIACI%2CaAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%2CYAAe%2CaAAa%2COAAO%3BIAC%5C%2FB%2CmBAAA%3B%3B%3BAAgBR%2CQAZ0B%2CuBAAuB%3BEAC7C%2CgBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CgBAKI%3BIACI%2CWAAA%3B%3B%3BAA8BZ%2CQAzB0B%3BEAEtB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CqBAAA%3B%3BEAGJ%2CcAAc%2CSAAU%3BEACxB%2CcAAc%2CSAAU%3BEACxB%2CcAAc%2CSAAU%2CcAAc%3BEACtC%2CcAAc%2CSAAU%3BIACpB%2CyBAAA%3B%3BEAGJ%2CcAAc%2CSAAU%3BIACpB%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3BAAUR%2CQAL0B%3BEACtB%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CWAAA%3B%3B%3B%3B%3B%3BACx4CR%3BEACI%2CkBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3B%3B%3B%3BAAOR%3BEACI%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CwCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3B%3B%3B%3B%3BAAMJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CaAAc%2CWAAU%3BEACpB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2C0BAAnB%3B%3BAAGJ%2CaAAc%2CcAAc%2CSAAS%3BAACrC%2CaAAc%2CcAAc%2CSAAS%3BAACrC%2CaAAc%2CcAAc%3BEACxB%2CeAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CUAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CUAAA%3B%3BAAGJ%2CaAAc%2CaAAa%3BEACvB%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%2CUAAU%3BEACpB%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAa%2CmBAAoB%3BEAC7B%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3B%3BAAGJ%2CaAAa%2CQAAS%3BEAClB%2CYAAA%3B%3B%3BAAIJ%2CMAAO%3BEACH%2CcAAA%3B%3B%3B%3B%3BAAMJ%2CaAAc%2CUAAU%3BEACpB%2CUAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaAAc%2CUAAU%3BEACpB%2C4BAAA%3B%3B%3B%3B%3BAAMJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2C%2BBAAhB%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CaAAc%2CqBAAoB%3BEAC9B%2CoBAAoB%2CeAApB%3BEACA%2CiBAAiB%2CeAAjB%3BEACA%2CgBAAgB%2CeAAhB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CYAAY%2CeAAZ%3B%3BAAGJ%2CaAAc%2CmBAAmB%3BAACjC%2CaAAc%2CmBAAmB%3BEAC7B%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CUAAW%2CcAAc%2CSAAS%3BEAC9B%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CUAAW%2CUAAU%3BEACjB%2CqBAAA%3BEACA%2COAAA%3B%3BAAFJ%2CUAAW%2CUAAU%2CSAGjB%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CUAbO%2CUAAU%2CSAahB%2CMAEG%3BAADJ%2CUAdO%2CUAAU%2CSAchB%2COACG%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3B%3B%3B%3B%3BAASZ%3BEACI%2CUAAA%3B%3B%3B%3BAAKJ%3BEACI%2CUAAA%3B%3B%3BAAIJ%3BEACI%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3B%3BACrTR%2CoBAAqB%2CeAAe%2CQAAQ%3BEACxC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3B%3BAAMR%2CoBAAqB%2CeAAe%2CSAAS%3BEACzC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CeAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CaAAtC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CcAAnC%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CeAAnC%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CcAAnC%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CcAAnC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CaAAnC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CcAAjC%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CeAAjC%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CcAAjC%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CcAAjC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CaAAjC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CeAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CaAAtC%3B%3B%3B%3BAAMR%2CoBAAqB%2CeAAe%2CSAAS%3BEACzC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CeAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CaAAtC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CcAAnC%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CeAAnC%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CcAAnC%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CcAAnC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CaAAnC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CcAAjC%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CeAAjC%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CcAAjC%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CcAAjC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CaAAjC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CcAA9B%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CeAA9B%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CcAA9B%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CcAA9B%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CaAA9B%3B%3B%3B%3BAAKR%2CoBAAqB%2CeAAe%2CMAAM%3BEACtC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CUAAtC%3BIACA%2C2CAAA%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CkBAAkB%2CeAAxD%3BIACA%2C2CAAA%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CkBAAkB%2CgBAAgB%2CQAAxE%3BIACA%2C0CAAA%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CgBAAgB%2CWAAtD%3BIACA%2C0CAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CQAAtC%3BIACA%2C0CAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CUAAnC%3BIACA%2CwCAAA%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CkBAAkB%2CeAArD%3BIACA%2CwCAAA%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CkBAAkB%2CgBAAgB%2CQAArE%3BIACA%2CuCAAA%3B%3BEAEJ%3BIACI%2CgBAAgB%2CmBAAmB%2CgBAAgB%2CWAAnD%3BIACA%2CuCAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CQAAnC%3BIACA%2CuCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CUAAjC%3BIACA%2CsCAAA%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CkBAAkB%2CeAAnD%3BIACA%2CsCAAA%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CkBAAkB%2CgBAAgB%2CQAAnE%3BIACA%2CqCAAA%3B%3BEAEJ%3BIACI%2CcAAc%2CmBAAmB%2CgBAAgB%2CWAAjD%3BIACA%2CqCAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CQAAjC%3BIACA%2CqCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CUAA9B%3BIACA%2CmCAAA%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CkBAAkB%2CeAAhD%3BIACA%2CmCAAA%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CkBAAkB%2CgBAAgB%2CQAAhE%3BIACA%2CkCAAA%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CgBAAgB%2CWAA9C%3BIACA%2CkCAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CQAA9B%3BIACA%2CkCAAA%3B%3B%3B%3BAAKR%2CoBAAqB%2CeAAe%2CUAAU%3BEAC1C%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CqCAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CSAAS%2CkBAAkB%2CcAAjE%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CSAAS%2CcAA%5C%2FC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CSAAS%2CaAA%5C%2FC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CSAAS%2CkBAAkB%2CcAA9D%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CSAAS%2CcAA5C%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CSAAS%2CaAA5C%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CSAAS%2CkBAAkB%2CcAA5D%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CSAAS%2CcAA1C%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CSAAS%2CaAA1C%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CSAAS%2CkBAAkB%2CcAAzD%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CSAAS%2CcAAvC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CSAAS%2CaAAvC%3B%3B%3B%3BAAKR%2CoBAAqB%2CeAAe%2CYAAY%3BEAC5C%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3B%3BAAMR%2CoBAAqB%2CeAAe%2CUAAU%3BEAC1C%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CUAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CWAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CUAAnB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CUAAhB%3B%3BEAEJ%3BIACI%2CgBAAgB%2CWAAhB%3B%3BEAEJ%3BIACI%2CgBAAgB%2CUAAhB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CQAAhB%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CUAAd%3B%3BEAEJ%3BIACI%2CcAAc%2CWAAd%3B%3BEAEJ%3BIACI%2CcAAc%2CUAAd%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CQAAd%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CWAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CQAAX%3B%3B%3B%3BAAMR%2CoBAAqB%2CeAAe%2CQAAQ%3BEACxC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CUAAnB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CUAAhB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CQAAhB%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CUAAd%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CQAAd%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CQAAX%3B%3B%3B%3BAAMR%2CoBAAqB%2CeAAe%2CSAAS%3BEACzC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CcAAtC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CaAAtC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CcAAnC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CmBAAmB%2CaAAnC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CcAAjC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CmBAAmB%2CaAAjC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CcAA9B%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CaAA9B%3B%3B%3B%3BAAMR%2CoBAAqB%2CeAAe%2CSAAS%3BEACzC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CuCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CUAAnB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CUAAhB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CgBAAgB%2CQAAhB%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CcAAc%2CUAAd%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CcAAc%2CQAAd%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAIR%2CoBAAqB%2CeAAe%2CWAAW%3BEAC3C%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAIR%2CKAAM%3BEACF%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAC9wBJ%2CgBACI%3BAADJ%2CgBAEI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CgBACI%2CsBAQI%3BAATR%2CgBAEI%2CoBAOI%3BEACI%2CiBAAA%3BEACA%2CUAAA%3B%3BAAXZ%2CgBACI%2CsBAYI%2CEAAC%2COAAO%2COAAO%3BAAbvB%2CgBAEI%2CoBAWI%2CEAAC%2COAAO%2COAAO%3BEACX%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CgBAlBR%2CsBAYI%2CEAAC%2COAAO%2COAAO%2CQAMV%3BAAAD%2CgBAjBR%2CoBAWI%2CEAAC%2COAAO%2COAAO%2CQAMV%3BEACG%2CmBAAA%3B%3BAAQhB%2CoBACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAANR%2CoBACI%2CUAMI%2COAAM%2COAAO%3BEACT%2CWAAA%3BEACA%2CWAAA%3B%3BAATZ%2CoBACI%2CUAUI%3BEACI%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CoBAjBJ%2CUAiBK%2COAAO%3BEACJ%2CWAAA%3B%3BAADJ%2CoBAjBJ%2CUAiBK%2COAAO%2CKAGJ%3BAAHJ%2CoBAjBJ%2CUAiBK%2COAAO%2CKAIJ%3BEACI%2CUAAA%3B%3BAALR%2CoBAjBJ%2CUAiBK%2COAAO%2CKAQJ%3BEACI%2CWAAA%3B%3BAATR%2CoBAjBJ%2CUAiBK%2COAAO%2CKAYJ%3BEACI%2CYAAA%3B%3BAAIR%2CoBAlCJ%2CUAkCK%2COAAO%3BEACJ%2CYAAA%3B%3BAApCZ%2CoBAwCI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAWR%2CQAN0B%2CuBAAwB%3BEAC9C%2CoBAAqB%2CMAAM%2CWAAW%3BIAClC%2CeAAA%3B%3B%3BAAiBR%2CQAb0B%3BEACtB%2CoBAAqB%2CMAAM%2CWAAW%3BIAClC%2CeAAA%3B%3B%3B%3B%3BEAMJ%2CKAAK%2CcAAe%3BIAChB%2CSAAA%3B%3B%3BAAIR%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BEACzB%2CiBAAA%3B%3BAAGJ%2CoBACI%3BAADJ%2CoBAC0B%3BEAClB%2CiBAAA%3B%3BAAIR%2CKAAK%2CcAAe%2CKAAI%3BAACxB%2CYAAY%2CcAAe%2CKAAI%3BAAC%5C%2FB%2CKAAK%2CcAAe%2CKAAI%3BAACxB%2CYAAY%2CcAAe%2CKAAI%3BAAC%5C%2FB%2CKAAK%2CcAAe%2CKAAI%3BAACxB%2CYAAY%2CcAAe%2CKAAI%3BAAC%5C%2FB%2CKAAK%2CcAAe%2CKAAI%3BAACxB%2CYAAY%2CcAAe%2CKAAI%3BEAC3B%2CgBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BEACzB%2CsBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CeAGI%2CwBAAwB%2COAAS%2CSAAM%3BEACnC%2CQAAA%3BEACA%2CSAAA%3B%3BAALR%2CeAQI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CeAQI%2CcAQI%2CSAAQ%3BEACJ%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAnBZ%2CeAQI%2CcAcI%2COAAS%2CSAAM%3BEACX%2CQAAA%3BEACA%2CSAAA%3B%3BAAxBZ%2CeAQI%2CcAmBI%2COACI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FBhB%2CeAQI%2CcAmBI%2COACI%2COAKI%3BEACI%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAApCpB%2CeAQI%2CcAmBI%2COAaI%3BEACI%2CeAAA%3B%3BAAzChB%2CeAQI%2CcAqCI%2COAAO%3BEACH%2CSAAA%3B%3BAA9CZ%2CeAkDI%2CMAAK%3BEACD%2CUAAA%3B%3BAAnDR%2CeAqDI%2CMAAK%2CKAAK%2CQACN%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEzE%5C%2FJR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEyE%2BJQ%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAlEZ%2CeAqDI%2CMAAK%2CKAAK%2CQACN%2CQAcI%3BEACI%2CeAAA%3B%3BAAGJ%2CeAnBR%2CMAAK%2CKAAK%2CQACN%2CQAkBK%3BEACG%2CaAAA%3B%3BAAGJ%2CeAvBR%2CMAAK%2CKAAK%2CQACN%2CQAsBK%3BEACG%2CiBAAA%3B%3BAAEJ%2CeA1BR%2CMAAK%2CKAAK%2CQACN%2CQAyBK%3BEACG%2CmBAAA%3B%3BAAhFhB%2CeAsFI%2CMAAK%2CcACD%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAzFZ%2CeAsFI%2CMAAK%2CcAKD%2CMAAM%2CKAAI%3BEACN%2CgBAAA%3B%3BAA5FZ%2CeAsFI%2CMAAK%2CcASD%3BEACI%2CiBAAA%3B%3BAAhGZ%2CeAsFI%2CMAAK%2CcASD%2CiBAGI%3BAAlGZ%2CeAsFI%2CMAAK%2CcASD%2CiBAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CeAlBZ%2CMAAK%2CcASD%2CiBAGI%2CaAMK%3BAAAD%2CeAlBZ%2CMAAK%2CcASD%2CiBAII%2CeAKK%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA5GpB%2CeAkHI%3BAAlHJ%2CeAkHU%3BEACF%2CgBAAA%3B%3BAAnHR%2CeAsHI%3BEACI%2CgBAAA%3B%3BAAvHR%2CeA0HI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3B%3BAA9HR%2CeA0HI%2CwBAMI%2CQAAO%2CQAAQ%3BEACX%2CYAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CwBAAyB%2CwBAA0B%2CmBAAmB%2CWAAS%2CQAAO%3BAACtF%2CyBAA0B%2CiBAAiB%2CQAAO%3BEAC9C%2CcAAA%3B%3BAAGJ%2CsBAAyB%3BEACrB%2CWAAA%3B%3BAAGJ%2CYAAa%2CUAAY%2CSAAM%2CSAAY%2CQAAK%3BAAChD%2CYAAa%2CUAAY%2CSAAM%2CUAAa%2CQAAK%3BEAC7C%2C2BAAA%3B%3BAAKJ%2CWAAW%2CSAAS%3BEAChB%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CWAII%2CeAAe%2CMAAM%2CYAAY%3BEAC7B%2CkBAAA%3B%3BAALR%2CWAOI%2CeAAe%2CMAAM%2CYAAY%3BEAC7B%2C6BAAA%3B%3BAARR%2CWAOI%2CeAAe%2CMAAM%2CYAAY%2CeAE3B%3BEACE%2CeAAA%3B%3BAAKZ%2CiBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CiBAII%2CeAAe%2CMAAM%2CYACjB%2CiBAAiB%3BEACb%2CQAAA%3BEzExPR%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAyEwSI%2CiBALJ%2CeAAe%2CMAAM%2CYAKhB%2CMACG%2CiBAAiB%3BEzEnQzB%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAyE%2BRJ%2CiBAgBI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAApBZ%2CiBAgBI%2CeACI%2CMAKI%2CYACI%3BEACI%2CiBAAA%3B%3BAAxBpB%2CiBAgBI%2CeACI%2CMAKI%2CYACI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAUxB%2CqBAAsB%2CeAAe%3BEACjC%2CWAAA%3B%3BAADJ%2CqBAAsB%2CeAAe%2CsBAGjC%3BEACI%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%2CaAAc%2CUAAU%3BEAClF%2C2BAAA%3B%3BAAGJ%2CoBACI%2CYACI%3BEACI%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAOZ%2CmBACI%2CaACI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CmBACI%2CaAKI%2CeACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAVhB%2CmBACI%2CaAKI%2CeACI%2CmBAKM%3BEACE%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAfpB%2CmBAsBI%3BEACI%2CgBAAA%3B%3BAAvBR%2CmBAsBI%2CwBAGI%3BEACI%2CyBAAA%3B%3BAA1BZ%2CmBA8BI%2CsBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAApCZ%2CmBAwCI%2CgCAAgC%2CMAAM%3BEAClC%2CwBAAA%3B%3BAAzCR%2CmBA4CI%2CaAAa%2CUAAY%2CSAAM%2CSAAY%2CQAAK%3BEAC5C%2CMAAA%3BEACA%2CgBAAA%3B%3BAA9CR%2CmBAiDI%3BEACI%2CUAAA%3B%3BAAlDR%2CmBAiDI%2CgCAGI%3BAApDR%2CmBAiDI%2CgCAII%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAxDZ%2CmBAiDI%2CgCAGI%2CSAMI%3BAA1DZ%2CmBAiDI%2CgCAII%2CUAKI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA7DhB%2CmBAiDI%2CgCAGI%2CSAYI%3BAAhEZ%2CmBAiDI%2CgCAII%2CUAWI%3BEACI%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAlEhB%2CmBAwEI%2CyBAAyB%3BEACrB%2CiBAAA%3B%3BAAzER%2CmBA4EI%2CyBAAyB%3BEACrB%2CeAAA%3B%3BAA7ER%2CmBAgFI%2CyBAAyB%3BEACrB%2CiBAAA%3B%3BAAjFR%2CmBAoFI%2CyBAAyB%3BEACrB%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAtFR%2CmBAyFI%2CaAAa%3BEACT%2CWAAA%3B%3BAA1FR%2CmBA6FI%2CaAAa%3BEACT%2CgBAAA%3B%3BAA9FR%2CmBAiGI%2CaAAa%2CmBAAqB%2COAAI%3BEAClC%2CSAAS%2CEAAT%3B%3BAAMR%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%2CeAAc%3BEACV%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAANR%2CoBAGI%2CeAAc%2CSAKV%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%3BEACE%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAnBhB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaASE%3BEACI%2CsBAAA%3B%3BAAtBpB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAaE%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAjCpB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAwBE%2CUACI%2COAAM%3BEACF%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAxCxB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAwBE%2CUACI%2COAAM%2CIAKF%3BEACI%2CYAAA%3BEACA%2CsBAAA%3B%3BAA5C5B%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAwBE%2CUAYI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CoBApDZ%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaA2CG%3BEACG%2CsBAAA%3B%3BAADJ%2CoBApDZ%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaA2CG%2CMAEG%3BEACI%2CcAAA%3B%3BAA1DxB%2CoBAiEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAMR%2CkBACI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CsBAAA%3B%3BAADJ%2CSAEI%2CcACI%2CSACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEzElhBZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEyEkhBY%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CSAdZ%2CcACI%2CSACI%2CIAYK%3BEACG%2CyBAAA%3BEAEA%2CWAAA%3B%3BAAGJ%2CSApBZ%2CcACI%2CSACI%2CIAkBK%3BEACG%2CYAAA%3B%3BAACA%2CSAtBhB%2CcACI%2CSACI%2CIAkBK%2CSAEI%3BEzE1hBjB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyE%2BgBY%2CSA3BZ%2CcACI%2CSACI%2CIAyBK%3BEACG%2CWAAA%3B%3BAACA%2CSA7BhB%2CcACI%2CSACI%2CIAyBK%2CSAEI%3BEzEjiBjB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyEshBY%2CSAlCZ%2CcACI%2CSACI%2CIAgCK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEAEA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CSA5CZ%2CcACI%2CSACI%2CIA0CK%3BEACG%2CyBAAA%3B%3BAAKhB%2CSAAC%2CaACG%3BAADJ%2CSAAC%2CaAEG%3BEACI%2CmBAAA%3B%3BAAvDZ%2CSA0DI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDR%2CSAiEI%2CkBAAkB%3BEACd%2CkBAAA%3BEACA%2CcAAA%3B%3BAAnER%2CSAsEI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAxER%2CSA2EI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CSAJJ%2CYAIK%3BAACD%2CSALJ%2CYAKK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CaAAA%3B%3BAAlFZ%2CSAsFI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAxFR%2CSAsFI%2CeAII%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAA5FZ%2CSAsFI%2CeAII%2CaAII%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAvGhB%2CSAsFI%2CeAII%2CaAII%2CEAWI%3BEACI%2CaAAA%3B%3BAAGJ%2CSAvBZ%2CeAII%2CaAII%2CEAeK%3BEACG%2CyBAAA%3B%3BAAIR%2CSA5BR%2CeAII%2CaAwBK%2CIACG%3BEACI%2CyBAAA%3B%3BAAIR%2CSAlCR%2CeAII%2CaA8BK%2CSACG%3BEACI%2CyBAAA%3B%3BAAIR%2CSAxCR%2CeAII%2CaAoCK%2CQACG%3BEACI%2CyBAAA%3B%3BAAIR%2CSA9CR%2CeAII%2CaA0CK%2COACG%3BEACI%2CyBAAA%3B%3BAAtIpB%2CSA4II%2CYAAW%3BEACP%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhJR%2CSAmJI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAArJR%2CSAwJI%3BEACI%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAA5JR%2CSAwJI%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAnKZ%2CSAwJI%2CoBAcI%3BEACI%2CiBAAA%3B%3BAAvKZ%2CSAwJI%2CoBAcI%2CmBAGI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA7KhB%2CSAwJI%2CoBAcI%2CmBAGI%2CUAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAjChB%2CoBAcI%2CmBAGI%2CUAeI%2CSACK%2COACG%3BEACI%2CyBAAA%3B%3BAA3L5B%2CSAwJI%2CoBAcI%2CmBAGI%2CUAeI%2CSAOI%2CKAAI%3BEACA%2CyBAAA%3B%3BAAhMxB%2CSAyMI%3BEACI%2CkBAAA%3B%3BAA1MR%2CSAyMI%2CiBAGI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FMZ%2CSAmNI%3BEACI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAvNR%2CSAmNI%2CqBAMI%3BEACI%2CuCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhOZ%2CSAmNI%2CqBAeI%2CcACI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAtOpB%2CSAgPI%2CcACI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAACA%2CSALZ%2CcACI%2CSACI%2CIAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CSARZ%2CcACI%2CSACI%2CIAMK%3BEACG%2CWAAA%3B%3BAAzPpB%2CSA%2BPI%3BEACI%2CeAAA%3B%3BAAhQR%2CSAmQI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAArQR%2CSAmQI%2CoBAII%2CcAAc%2CSAAS%3BEACnB%2CQAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CSARR%2CoBAII%2CcAAc%2CSAAS%2CIAIlB%3BEACG%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CSAdR%2CoBAII%2CcAAc%2CSAAS%2CIAUlB%3BEACG%2CWAAA%3B%3BAAGJ%2CSAlBR%2CoBAII%2CcAAc%2CSAAS%2CIAclB%3BEACG%2CUAAA%3B%3BAAGJ%2CSAtBR%2CoBAII%2CcAAc%2CSAAS%2CIAkBlB%3BEACG%2CqBAAA%3B%3BAAEA%2CSAzBZ%2CoBAII%2CcAAc%2CSAAS%2CIAkBlB%2CMAGI%3BEACG%2CWAAA%3B%3BAA7RpB%2CSAmSI%3BEACI%2CiBAAA%3B%3BAApSR%2CSAmSI%2CcAGI%3BEACI%2CiBAAA%3B%3BAAvSZ%2CSAmSI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAhTZ%2CSAmSI%2CcAOI%2CaAQI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CSAxBZ%2CcAOI%2CaAQI%2CeASK%3BEACG%2CqDAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CSA7BZ%2CcAOI%2CaAQI%2CeAcK%3BEACG%2CqDAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CSAlCZ%2CcAOI%2CaAQI%2CeAmBK%3BEACG%2CqDAAA%3BEACA%2C2BAAA%3B%3BAAvUpB%2CSA8UI%2CkBAAkB%3BEACd%2CeAAA%3B%3BAA%5C%2FUR%2CSAkVI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAApVR%2CSAkVI%2CaAII%3BEACI%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAA5VZ%2CSAkVI%2CaAII%2COAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAhWhB%2CSAkVI%2CaAII%2COAQI%2CaAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CSArBhB%2CaAII%2COAQI%2CaAII%2CEAKK%3BEACG%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAnChB%2CaAII%2COAQI%2CaAII%2CEAmBK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CSArDpB%2CaAII%2COAQI%2CaAII%2CEAoCK%2CUACI%3BEACG%2CyBAAA%3B%3BAAGJ%2CSAzDpB%2CaAII%2COAQI%2CaAII%2CEAoCK%2CUAKI%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CGAAT%3B%3BAA7Y5B%2CSAkVI%2CaAII%2COA6DI%3BEACI%2CiBAAA%3B%3BAAShB%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CWAII%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaAKI%3BEACI%2CmBAAA%3B%3BAANR%2CaAKI%2CcAGI%3BEACI%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaARR%2CcAGI%2CGAKK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CaAhBZ%2CcAGI%2CGAYK%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CaAxBZ%2CcAGI%2CGAoBK%2CWACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAAKJ%2CaA%5C%2FBZ%2CcAGI%2CGA2BK%2CWACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAAOpB%2CgBACI%3BEACI%2CwCAAA%3BEACA%2CgDAAA%3B%3BAAHR%2CgBAMI%3BEACI%2CiBAAA%3B%3BAAPR%2CgBAUI%2CMAAK%2CQACD%3BEACI%2CmBAAA%3B%3BA%5C%2FEj5BR%2CgB%2BE%2B4BA%2CMAAK%2CQAID%2CY%5C%2FEn5BH%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgB%2BE24BA%2CMAAK%2CQAID%2CY%5C%2FE%5C%2F4BH%3BEACG%2CWAAA%3B%3BAAGJ%2CgB%2BEu4BA%2CMAAK%2CQAID%2CY%5C%2FE34BH%3BEACG%2CWAAA%3B%3BA%2BE43BR%2CgBAUI%2CMAAK%2CQAQD%3BEACI%2CmBAAA%3B%3BAAnBZ%2CgBAUI%2CMAAK%2CQAYD%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAxBZ%2CgBAUI%2CMAAK%2CQAYD%2CYAII%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAnBZ%2CMAAK%2CQAYD%2CYAII%2COAGK%3BEACG%2CgBAAA%3B%3BAA9BpB%2CgBAUI%2CMAAK%2CQAyBD%2COAAM%3BEACF%2CkBAAA%3B%3BAApCZ%2CgBAUI%2CMAAK%2CQAyBD%2COAAM%2CQAGF%3BEACI%2CaAAA%3B%3B%3BAAQhB%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAALJ%2CgBAOI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CgBAOI%2CiBAMI%3BAAbR%2CgBAOI%2CiBAOI%3BEACI%2CkBAAA%3B%3BAAfZ%2CgBAOI%2CiBAWI%3BEACI%2CgBAAA%3B%3BAAnBZ%2CgBAOI%2CiBAWI%2CSAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAtBhB%2CgBAOI%2CiBAmBI%3BEACI%2CiBAAA%3B%3BAA3BZ%2CgBAOI%2CiBAuBI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BE%5C%2FEl3BR%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEyEgkCQ%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CgBAOI%2CiBAuCI%3BEACI%2CyBAAA%3B%3BAAEA%2CgBA1CR%2CiBAuCI%2CeAGK%3BEACG%2CyBAAA%3B%3BAAlDhB%2CgBAOI%2CiBA%2BCI%3BEACI%2CyBAAA%3B%3BAAEA%2CgBAlDR%2CiBA%2BCI%2CWAGK%3BEACG%2CyBAAA%3B%3BAA1DhB%2CgBA%2BDI%3BEACI%2CgBAAA%3B%3BAA4CR%2CQA7B0B%2CuBAAuB%3BEAE7C%2CeAAgB%2CMAAK%3BIACjB%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CiBAAA%3B%3BEAIJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAA%2BER%2CQA1E0B%3BEAEtB%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CgBAAA%3B%3BEAIJ%2CoBAAqB%3BIACjB%2CWAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CeAAgB%2CMAAK%3BIACjB%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CeAAgB%2CQAAO%3BEACvB%2CeAAgB%2CQAAO%3BEACvB%2CeAAgB%2CQAAO%3BIACnB%2CWAAA%3BIACA%2C2BAAA%3B%3BEAIJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%2CSAAU%2CcAAc%2CSAAS%2CIAAG%3BIAChC%2CYAAA%3B%3BEAGJ%2CSAAU%2CcAAc%2CSAAS%2CIAAG%3BIAChC%2CWAAA%3B%3BEAIJ%2CgBAAiB%2CMAAK%2CQAAS%3BIAC3B%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CMAAK%2CQAAS%2COAAM%3BIACjC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAIJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CsBAKI%3BIACI%2CyBAAA%3BIACA%2C4BAAA%3B%3B%3BAAiBX%2CQAXyB%3BEACtB%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CsBAAA%3B%3BEAGJ%2CKAAM%2COAAM%3BIACR%2CsBAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3B%3BAC9tCR%2CiBAAkB%3BEACd%2CeAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CgBAAA%3B%3BAADJ%2CWAAY%2CUAER%2CQAAQ%2CeAAe%2CkBAAkB%3BEACrC%2CWAAA%3B%3BAAHR%2CWAAY%2CUAKR%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%3BEAC1D%2CsBAAA%3B%3BAANR%2CWAAY%2CUAQR%2CQAAQ%2CYAAY%2CWAAW%2CaAAY%3BEACvC%2CsBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAADJ%2CSAEI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAALR%2CSAEI%2CeAII%2CgBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAVhB%2CSAEI%2CeAII%2CgBAMI%3BEACI%2CiBAAA%3B%3BAAbhB%2CSAEI%2CeAcI%2CmBACI%2CiBAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA1BpB%2CSAEI%2CeAcI%2CmBACI%2CiBAEI%2CWAWI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAArCxB%2CSAEI%2CeAcI%2CmBACI%2CiBAEI%2CWAoBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSAnDpB%2CeAcI%2CmBACI%2CiBAEI%2CWAoBI%2CQAcK%3BEACG%2CcAAA%3B%3BAAtD5B%2CSAEI%2CeAcI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAhF0BpB%2CSgFzFA%2CeAcI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWhFkCpB%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSgF7FA%2CeAcI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWhFsCpB%3BEACG%2CWAAA%3B%3BAAGJ%2CSgFjGA%2CeAcI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWhF0CpB%3BEACG%2CWAAA%3B%3BAgFjCgB%2CSAjEpB%2CeAcI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWAUA%3BAACD%2CSAlEpB%2CeAcI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWAWA%3BEACG%2CsBAAA%3B%3BAArE5B%2CSAEI%2CeAcI%2CmBACI%2CiBAEI%2CWAqDI%3BAAxEpB%2CSAEI%2CeAcI%2CmBACI%2CiBAEI%2CWAsDI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAA3ExB%2CSAiFI%3BEACI%2CWAAA%3BEAEP%2CsBAAsB%2C4BAAtB%3BEACO%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAvFR%2CSAiFI%2CQAOI%2CYAEI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSAhBhB%2CQAOI%2CYAEI%2CWACI%2CaAMK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAxGxB%2CSAiFI%2CQAOI%2CYAEI%2CWAiBI%3BEACI%2CiBAAA%3B%3BAA5GpB%2CSAiFI%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%3BEACI%2CiBAAA%3B%3BAA%5C%2FG5B%2CSAiFI%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAnC5B%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEAIK%3BE1E1G7B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0E4FgC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAxC5B%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEASK%3BEACG%2CcAAA%3B%3BAACA%2CSA1ChC%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEASK%2CMAEI%3BEACG%2CcAAA%3B%3BAA5HxC%2CSAiFI%2CQAOI%2CYA4CI%2CYACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAzDhB%2CQAOI%2CYA4CI%2CYACI%2COAKK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BE3D3JpB%2CYAAA%3BEAGA%2CyBAAA%3BE2D0JoB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAnJxB%2CSAiFI%2CQAOI%2CYA4CI%2CYACI%2COAgBI%3BEACI%2CiBAAA%3B%3BAAtJxB%2CSAiFI%2CQAOI%2CYA4CI%2CYACI%2COAmBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3JxB%2CSAiFI%2CQAOI%2CYA4CI%2CYACI%2COAwBI%3BEACI%2CeAAA%3B%3BAA9JxB%2CSAiFI%2CQAOI%2CYA4CI%2CYACI%2COA2BI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CSApFpB%2CQAOI%2CYA4CI%2CYACI%2COA2BI%2CEAKK%2CMACG%3BEACI%2CWAAA%3B%3BAAFR%2CSApFpB%2CQAOI%2CYA4CI%2CYACI%2COA2BI%2CEAKK%2CMAIG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3KhC%2CSAiFI%2CQAOI%2CYA4CI%2CYACI%2COA0CI%3BEACI%2CgBAAA%3B%3BAAhLxB%2CSAiFI%2CQAOI%2CYA4CI%2CYACI%2COA0CI%2CSAEI%3BEACI%2CkBAAA%3B%3BAACA%2CSAlGxB%2CQAOI%2CYA4CI%2CYACI%2COA0CI%2CSAEI%2CEAEK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAArLhC%2CSAiFI%2CQA2GI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CSA9GR%2CQA2GI%2CeAGK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAA%3BE3DhNZ%2CYAAA%3BEAGA%2CyBAAA%3BE2D%2BMY%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAxMhB%2CSAiFI%2CQA2GI%2CeAcI%3BEACI%2CiBAAA%3B%3BAA3MhB%2CSAiFI%2CQA2GI%2CeAiBI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAhNhB%2CSAiFI%2CQA2GI%2CeAsBI%3BEACI%2CkBAAA%3B%3BAAnNhB%2CSAiFI%2CQA2GI%2CeAsBI%2CkBAEI%3BEACI%2CcAAA%3B%3BAArNpB%2CSAiFI%2CQA2GI%2CeAsBI%2CkBAKI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAzNpB%2CSAiFI%2CQA2GI%2CeAgCI%3BEACI%2CYAAA%3B%3BAA7NhB%2CSAiFI%2CQA2GI%2CeAgCI%2CMAEI%3BEACI%2CiBAAA%3B%3BAA%5C%2FNpB%2CSAiFI%2CQA2GI%2CeAgCI%2CMAKI%2CUACI%3BEACI%2CgBAAA%3B%3BAAnOxB%2CSAiFI%2CQA2GI%2CeA2CI%2CcACI%2CGACI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA3OxB%2CSAiFI%2CQA2GI%2CeA2CI%2CcACI%2CGACI%2CGAGI%3BEACI%2CaAAA%3B%3BAA7O5B%2CSAiFI%2CQA2GI%2CeA2CI%2CcACI%2CGACI%2CGAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BE1E%5C%2FOxB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE0E%2BOwB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAvKxB%2CQA2GI%2CeA2CI%2CcACI%2CGACI%2CGAMI%2CaASK%3BEACG%2CyBAAA%3BEhFpD5B%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BA2EVJ%2CiBAAkB%3BEACd%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CSAEI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAALR%2CSAEI%2CeAII%2CgBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAXhB%2CSAEI%2CeAII%2CgBAOI%3BEACI%2CiBAAA%3B%3BAAdhB%2CSAEI%2CeAeI%2CmBACI%2CiBAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3BpB%2CSAEI%2CeAeI%2CmBACI%2CiBAEI%2CWAWI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAtCxB%2CSAEI%2CeAeI%2CmBACI%2CiBAEI%2CWAoBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSApDpB%2CeAeI%2CmBACI%2CiBAEI%2CWAoBI%2CQAcK%3BEACG%2CcAAA%3B%3BAAvD5B%2CSAEI%2CeAeI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAjFsCpB%2CSiFtGA%2CeAeI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWjF8CpB%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSiF1GA%2CeAeI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWjFkDpB%3BEACG%2CWAAA%3B%3BAAGJ%2CSiF9GA%2CeAeI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWjFsDpB%3BEACG%2CWAAA%3B%3BAiF7CgB%2CSAlEpB%2CeAeI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWAUA%3BAACD%2CSAnEpB%2CeAeI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWAWA%3BEACG%2CsBAAA%3B%3BAAtE5B%2CSAEI%2CeAeI%2CmBACI%2CiBAEI%2CWAqDI%3BAAzEpB%2CSAEI%2CeAeI%2CmBACI%2CiBAEI%2CWAsDI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAA5ExB%2CSAkFI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAxFR%2CSAkFI%2CQAOI%2CYAEI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSAhBhB%2CQAOI%2CYAEI%2CWACI%2CaAMK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzGxB%2CSAkFI%2CQAOI%2CYAEI%2CWAiBI%3BEACI%2CiBAAA%3B%3BAA7GpB%2CSAkFI%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%3BEACI%2CiBAAA%3B%3BAAhH5B%2CSAkFI%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAnC5B%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEAIK%3BE3E9F7B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE2EgFgC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAxC5B%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEASK%3BEACG%2CcAAA%3B%3BAACA%2CSA1ChC%2CQAOI%2CYAEI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEASK%2CMAEI%3BEACG%2CcAAA%3B%3BAA7HxC%2CSAkFI%2CQAOI%2CYA4CI%2CYACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSA1DhB%2CQAOI%2CYA4CI%2CYACI%2COAMK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BE5DhJpB%2CYAAA%3BEAGA%2CyBAAA%3BE4D%2BIoB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAArJxB%2CSAkFI%2CQAOI%2CYA4CI%2CYACI%2COAiBI%3BEACI%2CiBAAA%3B%3BAAxJxB%2CSAkFI%2CQAOI%2CYA4CI%2CYACI%2COAoBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7JxB%2CSAkFI%2CQAOI%2CYA4CI%2CYACI%2COAyBI%3BEACI%2CeAAA%3B%3BAAhKxB%2CSAkFI%2CQAOI%2CYA4CI%2CYACI%2COA4BI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CSArFpB%2CQAOI%2CYA4CI%2CYACI%2COA4BI%2CEAKK%2CMACG%3BEACI%2CWAAA%3B%3BAAFR%2CSArFpB%2CQAOI%2CYA4CI%2CYACI%2COA4BI%2CEAKK%2CMAIG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSA9FpB%2CQAOI%2CYA4CI%2CYACI%2COA4BI%2CEAcK%2CUAAU%3BEACP%2CcAAA%3BEACA%2CWAAA%3B%3BAAlL5B%2CSAkFI%2CQAOI%2CYA4CI%2CYACI%2COA%2BCI%3BEACI%2CgBAAA%3B%3BAAtLxB%2CSAkFI%2CQAOI%2CYA4CI%2CYACI%2COA%2BCI%2CSAEI%3BEACI%2CkBAAA%3B%3BAACA%2CSAvGxB%2CQAOI%2CYA4CI%2CYACI%2COA%2BCI%2CSAEI%2CEAEK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAA3LhC%2CSAkFI%2CQAgHI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3B%3BAAvMZ%2CSAkFI%2CQAgHI%2CeAMI%3BEACI%2CiBAAA%3B%3BAAzMhB%2CSAkFI%2CQAgHI%2CeASI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAhNhB%2CSAkFI%2CQAgHI%2CeAgBI%3BEACI%2CiBAAA%3B%3BAAnNhB%2CSAkFI%2CQAgHI%2CeAgBI%2CkBAEI%3BEACI%2CcAAA%3B%3BAArNpB%2CSAkFI%2CQAgHI%2CeAgBI%2CkBAKI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAzNpB%2CSAkFI%2CQAgHI%2CeA0BI%3BEACI%2CgBAAA%3B%3BAA7NhB%2CSAkFI%2CQAgHI%2CeA6BI%2CMACI%3BEACI%2CWAAA%3B%3BAAjOpB%2CSAkFI%2CQAgHI%2CeA6BI%2CMACI%2CUAEI%3BEACI%2CgBAAA%3B%3BAAnOxB%2CSAkFI%2CQAgHI%2CeAqCI%3BEACI%2CYAAA%3B%3BAAxOhB%2CSAkFI%2CQAgHI%2CeAqCI%2CcAEI%3BEACI%2CWAAA%3B%3BAA1OpB%2CSAkFI%2CQAgHI%2CeAqCI%2CcAEI%2CGAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA7OxB%2CSAkFI%2CQAgHI%2CeAqCI%2CcAEI%2CGAEI%2CGAGI%3BEACI%2CaAAA%3B%3BAA%5C%2FO5B%2CSAkFI%2CQAgHI%2CeAqCI%2CcAEI%2CGAEI%2CGAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BE3EpOxB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE2EoOwB%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAxKxB%2CQAgHI%2CeAqCI%2CcAEI%2CGAEI%2CGAMI%2CaASK%3BEACG%2CyBAAA%3BEjFzC5B%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BA4EVJ%2CgBAAiB%3BEACb%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CSAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAANR%2CSAGI%2CeAII%2CgBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAZhB%2CSAGI%2CeAII%2CgBAOI%3BEACI%2CiBAAA%3B%3BAAfhB%2CSAGI%2CeAeI%2CmBACI%2CiBAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEAEA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAA7BpB%2CSAGI%2CeAeI%2CmBACI%2CiBAEI%2CWAYI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAxCxB%2CSAGI%2CeAeI%2CmBACI%2CiBAEI%2CWAqBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSApDpB%2CeAeI%2CmBACI%2CiBAEI%2CWAqBI%2CQAaK%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAzD5B%2CSAGI%2CeAeI%2CmBACI%2CiBAEI%2CWAuCI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAlFmCpB%2CSkFpGA%2CeAeI%2CmBACI%2CiBAEI%2CWAuCI%2CMAAK%2CWlF2CpB%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSkFxGA%2CeAeI%2CmBACI%2CiBAEI%2CWAuCI%2CMAAK%2CWlF%2BCpB%3BEACG%2CWAAA%3B%3BAAGJ%2CSkF5GA%2CeAeI%2CmBACI%2CiBAEI%2CWAuCI%2CMAAK%2CWlFmDpB%3BEACG%2CWAAA%3B%3BAkF1CgB%2CSAnEpB%2CeAeI%2CmBACI%2CiBAEI%2CWAuCI%2CMAAK%2CWAUA%3BAACD%2CSApEpB%2CeAeI%2CmBACI%2CiBAEI%2CWAuCI%2CMAAK%2CWAWA%3BEACG%2CsBAAA%3B%3BAAxE5B%2CSAGI%2CeAeI%2CmBACI%2CiBAEI%2CWAsDI%3BAA3EpB%2CSAGI%2CeAeI%2CmBACI%2CiBAEI%2CWAuDI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAA9ExB%2CSAqFI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAvFR%2CSAqFI%2CYAGI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSAVZ%2CYAGI%2CWACI%2CaAMK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAtGpB%2CSAqFI%2CYAGI%2CWAiBI%3BEACI%2CiBAAA%3B%3BAA1GhB%2CSAqFI%2CYAGI%2CWAiBI%2CYAEI%2CGACI%3BEACI%2CiBAAA%3B%3BAA7GxB%2CSAqFI%2CYAGI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSA7BxB%2CYAGI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEAIK%3BE5E5FzB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE4E8E4B%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAlCxB%2CYAGI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEASK%3BEACG%2CcAAA%3B%3BAACA%2CSApC5B%2CYAGI%2CWAiBI%2CYAEI%2CGACI%2CGAEI%2CEASK%2CMAEI%3BEACG%2CcAAA%3B%3BAA1HpC%2CSAqFI%2CYA6CI%2CYACI%2COAEI%3BEACI%2CiBAAA%3B%3BAAtIpB%2CSAqFI%2CYA6CI%2CYACI%2COAKI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3IpB%2CSAqFI%2CYA6CI%2CYACI%2COAUI%3BEACI%2CeAAA%3B%3BAA9IpB%2CSAqFI%2CYA6CI%2CYACI%2COAaI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAhEhB%2CYA6CI%2CYACI%2COAaI%2CEAKK%2CMACG%3BEACI%2CWAAA%3B%3BAAFR%2CSAhEhB%2CYA6CI%2CYACI%2COAaI%2CEAKK%2CMAIG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAzEhB%2CYA6CI%2CYACI%2COAaI%2CEAcK%2CUAAU%3BEACP%2CaAAA%3B%3BAA%5C%2FJxB%2CSAqFI%2CYA6CI%2CYACI%2COA%2BBI%3BEACI%2CgBAAA%3B%3BAAnKpB%2CSAqFI%2CYA6CI%2CYACI%2COA%2BBI%2CSAEI%3BEACI%2CiBAAA%3B%3BAACA%2CSAjFpB%2CYA6CI%2CYACI%2COA%2BBI%2CSAEI%2CEAEK%3BEACG%2CaAAA%3B%3BAAvK5B%2CSA8KI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhLR%2CSA8KI%2CeAGI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtLZ%2CSA8KI%2CeAUI%3BEACI%2CiBAAA%3B%3BAAzLZ%2CSA8KI%2CeAUI%2CkBAEI%3BEACI%2CcAAA%3B%3BAA3LhB%2CSA8KI%2CeAUI%2CkBAKI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FLhB%2CSA8KI%2CeAoBI%3BEACI%2CgBAAA%3B%3BAAnMZ%2CSA8KI%2CeAuBI%2CMACI%3BEACI%2CWAAA%3B%3BAAvMhB%2CSA8KI%2CeAuBI%2CMACI%2CUAEI%3BEACI%2CgBAAA%3B%3BAAzMpB%2CSA8KI%2CeA%2BBI%3BEACI%2CYAAA%3B%3BAA9MZ%2CSA8KI%2CeA%2BBI%2CcAEI%3BEACI%2CWAAA%3B%3BAAhNhB%2CSA8KI%2CeA%2BBI%2CcAEI%2CGAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnNpB%2CSA8KI%2CeA%2BBI%2CcAEI%2CGAEI%2CGAGI%3BEACI%2CaAAA%3B%3BAArNxB%2CSA8KI%2CeA%2BBI%2CcAEI%2CGAEI%2CGAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BE5E3MpB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE4E2MoB%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAlDpB%2CeA%2BBI%2CcAEI%2CGAEI%2CGAMI%2CaASK%3BEACG%2CyBAAA%3BElFhBxB%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BA6ETJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BE7EQA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BA6EPA%2CiBAAC%2CMAAM%3BEACH%2CWAAA%3B%3BAAGJ%2CiBAAC%3BE7EOD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BA6EjBJ%3BEACI%2CgBAAA%3B%3BAADJ%2CSAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAATR%2CSAEI%2CeASM%3BEACE%2CkBAAA%3B%3BAAIJ%2CQAH%2BB%3BEAG%5C%2FB%2CSAdJ%2CeASM%3BIAGM%2CiBAAA%3B%3B%3BAAdhB%2CSAEI%2CeAgBI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAN%2BB%3BEAM%5C%2FB%2CSAzBJ%2CeAgBI%3BIAIQ%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3B%3BAAzBhB%2CSAEI%2CeA0BI%3BEACI%2CmBAAA%3B%3BAA7BZ%2CSAEI%2CeA0BI%2CgBAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAjChB%2CSAEI%2CeA0BI%2CgBAOI%3BEACI%2CiBAAA%3B%3BAApChB%2CSAEI%2CeAqCI%2CmBACI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAhDpB%2CSAEI%2CeAqCI%2CmBACI%2CiBACI%2CWAWI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAA3DxB%2CSAEI%2CeAqCI%2CmBACI%2CiBACI%2CWAoBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSAzEpB%2CeAqCI%2CmBACI%2CiBACI%2CWAoBI%2CQAcK%3BEACG%2CcAAA%3B%3BAA5E5B%2CSAEI%2CeAqCI%2CmBACI%2CiBACI%2CWAsCI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAnFLpB%2CSmFhFA%2CeAqCI%2CmBACI%2CiBACI%2CWAsCI%2CMAAK%2CWnFGpB%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSmFpFA%2CeAqCI%2CmBACI%2CiBACI%2CWAsCI%2CMAAK%2CWnFOpB%3BEACG%2CWAAA%3B%3BAAGJ%2CSmFxFA%2CeAqCI%2CmBACI%2CiBACI%2CWAsCI%2CMAAK%2CWnFWpB%3BEACG%2CWAAA%3B%3BAmFFgB%2CSAvFpB%2CeAqCI%2CmBACI%2CiBACI%2CWAsCI%2CMAAK%2CWAUA%3BAACD%2CSAxFpB%2CeAqCI%2CmBACI%2CiBACI%2CWAsCI%2CMAAK%2CWAWA%3BEACG%2CsBAAA%3B%3BAA3F5B%2CSAEI%2CeAqCI%2CmBACI%2CiBACI%2CWAqDI%3BAA9FpB%2CSAEI%2CeAqCI%2CmBACI%2CiBACI%2CWAsDI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAjGxB%2CSAwGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA5GR%2CSAwGI%2CeAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAhHZ%2CSAwGI%2CeAWI%2CaACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtHhB%2CSAwGI%2CeAWI%2CaAKI%2CGACI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAA3HpB%2CSAwGI%2CeAWI%2CaAKI%2CGACI%2CGAGI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAhIxB%2CSAuII%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA3IR%2CSAuII%2CQAKI%2CYAEI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSAdhB%2CQAKI%2CYAEI%2CWACI%2CaAMK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA5JxB%2CSAuII%2CQAKI%2CYAEI%2CWAiBI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAjKpB%2CSAuII%2CQAKI%2CYAEI%2CWAiBI%2CYAGI%2CGACI%3BEACI%2CiBAAA%3B%3BAApK5B%2CSAuII%2CQAKI%2CYAEI%2CWAiBI%2CYAGI%2CGACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAlC5B%2CQAKI%2CYAEI%2CWAiBI%2CYAGI%2CGACI%2CGAEI%2CEAIK%3BE7ExK7B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE6E0JgC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAvC5B%2CQAKI%2CYAEI%2CWAiBI%2CYAGI%2CGACI%2CGAEI%2CEASK%3BEACG%2CcAAA%3B%3BAACA%2CSAzChC%2CQAKI%2CYAEI%2CWAiBI%2CYAGI%2CGACI%2CGAEI%2CEASK%2CMAEI%3BEACG%2CcAAA%3B%3BAAjLxC%2CSAuII%2CQAKI%2CYA6CI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAA5LpB%2CSAuII%2CQAKI%2CYA6CI%2CYACI%2COAGI%3BEACI%2CiBAAA%3B%3BAA9LxB%2CSAuII%2CQAKI%2CYA6CI%2CYACI%2COAMI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnMxB%2CSAuII%2CQAKI%2CYA6CI%2CYACI%2COAWI%3BEACI%2CeAAA%3B%3BAAtMxB%2CSAuII%2CQAKI%2CYA6CI%2CYACI%2COAcI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAtEpB%2CQAKI%2CYA6CI%2CYACI%2COAcI%2CEAKK%2CMACG%3BEACI%2CWAAA%3B%3BAAFR%2CSAtEpB%2CQAKI%2CYA6CI%2CYACI%2COAcI%2CEAKK%2CMAIG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnNhC%2CSAuII%2CQAKI%2CYA6CI%2CYACI%2COA6BI%3BEACI%2CaAAA%3B%3BAAxNxB%2CSAuII%2CQAKI%2CYAiFI%3BEACI%2C8CAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAjOhB%2CSAuII%2CQA6FI%3BEACI%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAvOZ%2CSAuII%2CQA6FI%2CeAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1OhB%2CSAuII%2CQA6FI%2CeAII%2CkBAGI%3BEACI%2CcAAA%3B%3BAA5OpB%2CSAuII%2CQA6FI%2CeAWI%3BEACI%2CYAAA%3B%3BAAhPhB%2CSAuII%2CQA6FI%2CeAWI%2CSAEI%3BEACI%2CgBAAA%3B%3BAAlPpB%2CSAuII%2CQAgHI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA5PZ%2CSAuII%2CQAuHI%3BEACI%2CYAAA%3B%3BAA%5C%2FPZ%2CSAuII%2CQAuHI%2CMAEI%3BEACI%2CiBAAA%3B%3BAAjQhB%2CSAuII%2CQAuHI%2CMAKI%3BEACI%2CWAAA%3B%3BAApQhB%2CSAuII%2CQAuHI%2CMAKI%2CUAEI%3BEACI%2CgBAAA%3B%3BAAtQpB%2CSAuII%2CQAmII%3BEACI%2CiBAAA%3B%3BAA3QZ%2CSAuII%2CQAmII%2CcAEI%3BEACI%2CWAAA%3B%3BAA7QhB%2CSAuII%2CQAmII%2CcAEI%2CGAEI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAhRpB%2CSAuII%2CQAmII%2CcAEI%2CGAEI%2CGAGI%3BEACI%2CaAAA%3B%3BAAlRxB%2CSAuII%2CQAmII%2CcAEI%2CGAEI%2CGAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BE7E7RpB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE6E6RoB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAtJpB%2CQAmII%2CcAEI%2CGAEI%2CGAMI%2CaASK%3BEACG%2CyBAAA%3BEnFlGxB%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BA8ETJ%3BEACI%2CgBAAA%3B%3BAADJ%2CSAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAATR%2CSAEI%2CeASM%3BEACE%2CkBAAA%3B%3BAAIJ%2CQAH%2BB%3BEAG%5C%2FB%2CSAdJ%2CeASM%3BIAGM%2CiBAAA%3B%3B%3BAAdhB%2CSAEI%2CeAgBI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAQJ%2CQAP%2BB%3BEAO%5C%2FB%2CSA1BJ%2CeAgBI%3BIAIQ%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3B%3BAAzBhB%2CSAEI%2CeA2BI%3BEACI%2CmBAAA%3B%3BAA9BZ%2CSAEI%2CeA2BI%2CgBAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAlChB%2CSAEI%2CeA2BI%2CgBAOI%3BEACI%2CiBAAA%3B%3BAArChB%2CSAEI%2CeAsCI%2CmBACI%2CiBAEI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAlDpB%2CSAEI%2CeAsCI%2CmBACI%2CiBAEI%2CWAWI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAA7DxB%2CSAEI%2CeAsCI%2CmBACI%2CiBAEI%2CWAoBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSA3EpB%2CeAsCI%2CmBACI%2CiBAEI%2CWAoBI%2CQAcK%3BEACG%2CcAAA%3B%3BAA9E5B%2CSAEI%2CeAsCI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BApFkBpB%2CSoFzGA%2CeAsCI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWpF0BpB%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSoF7GA%2CeAsCI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWpF8BpB%3BEACG%2CWAAA%3B%3BAAGJ%2CSoFjHA%2CeAsCI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWpFkCpB%3BEACG%2CWAAA%3B%3BAoFzBgB%2CSAzFpB%2CeAsCI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWAUA%3BAACD%2CSA1FpB%2CeAsCI%2CmBACI%2CiBAEI%2CWAsCI%2CMAAK%2CWAWA%3BEACG%2CsBAAA%3B%3BAA7F5B%2CSAEI%2CeAsCI%2CmBACI%2CiBAEI%2CWAqDI%3BAAhGpB%2CSAEI%2CeAsCI%2CmBACI%2CiBAEI%2CWAsDI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAnGxB%2CSA0GI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA5GR%2CSA0GI%2CQAGI%2CYAEI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAbhB%2CQAGI%2CYAEI%2CWACI%2CaAOK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA9HxB%2CSA0GI%2CQAGI%2CYAEI%2CWAkBI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAnIpB%2CSA0GI%2CQAGI%2CYAEI%2CWAkBI%2CYAGI%2CGACI%3BEACI%2CiBAAA%3B%3BAAtI5B%2CSA0GI%2CQAGI%2CYAEI%2CWAkBI%2CYAGI%2CGACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAjC5B%2CQAGI%2CYAEI%2CWAkBI%2CYAGI%2CGACI%2CGAEI%2CEAIK%3BE9EjH7B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE8EmGgC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAtC5B%2CQAGI%2CYAEI%2CWAkBI%2CYAGI%2CGACI%2CGAEI%2CEASK%3BEACG%2CcAAA%3B%3BAACA%2CSAxChC%2CQAGI%2CYAEI%2CWAkBI%2CYAGI%2CGACI%2CGAEI%2CEASK%2CMAEI%3BEACG%2CcAAA%3B%3BAAnJxC%2CSA0GI%2CQAGI%2CYA8CI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FJpB%2CSA0GI%2CQAGI%2CYA8CI%2CYACI%2COAII%3BEACI%2CiBAAA%3B%3BAAjKxB%2CSA0GI%2CQAGI%2CYA8CI%2CYACI%2COAOI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtKxB%2CSA0GI%2CQAGI%2CYA8CI%2CYACI%2COAYI%3BEACI%2CeAAA%3B%3BAAzKxB%2CSA0GI%2CQAGI%2CYA8CI%2CYACI%2COAeI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAtEpB%2CQAGI%2CYA8CI%2CYACI%2COAeI%2CEAKK%2CMACG%3BEACI%2CWAAA%3B%3BAAFR%2CSAtEpB%2CQAGI%2CYA8CI%2CYACI%2COAeI%2CEAKK%2CMAIG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAtLhC%2CSA0GI%2CQAGI%2CYA8CI%2CYACI%2COA8BI%3BEACI%2CaAAA%3B%3BAA3LxB%2CSA0GI%2CQAGI%2CYAmFI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAApMhB%2CSA0GI%2CQA6FI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAAzMZ%2CSA0GI%2CQA6FI%2CeAGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7MhB%2CSA0GI%2CQA6FI%2CeAGI%2CkBAII%3BEACI%2CcAAA%3B%3BAA%5C%2FMpB%2CSA0GI%2CQA6FI%2CeAWI%3BEACI%2CYAAA%3B%3BAAnNhB%2CSA0GI%2CQA6FI%2CeAWI%2CSAEI%3BEACI%2CgBAAA%3B%3BAArNpB%2CSA0GI%2CQAgHI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAjOZ%2CSA0GI%2CQAyHI%3BEACI%2CYAAA%3B%3BAApOZ%2CSA0GI%2CQAyHI%2CMAEI%3BEACI%2CiBAAA%3B%3BAAtOhB%2CSA0GI%2CQAyHI%2CMAKI%3BEACI%2CWAAA%3B%3BAAzOhB%2CSA0GI%2CQAyHI%2CMAKI%2CUAEI%3BEACI%2CgBAAA%3B%3BAA3OpB%2CSA0GI%2CQAqII%3BEACI%2CiBAAA%3B%3BAAhPZ%2CSA0GI%2CQAqII%2CcAEI%3BEACI%2CWAAA%3B%3BAAlPhB%2CSA0GI%2CQAqII%2CcAEI%2CGAEI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAArPpB%2CSA0GI%2CQAqII%2CcAEI%2CGAEI%2CGAGI%3BEACI%2CaAAA%3B%3BAAvPxB%2CSA0GI%2CQAqII%2CcAEI%2CGAEI%2CGAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BE9EzOpB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE8EyOoB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAxJpB%2CQAqII%2CcAEI%2CGAEI%2CGAMI%2CaASK%3BEACG%2CyBAAA%3BEpF9CxB%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BA%2BEVJ%2COAAQ%2CEAAC%3BEACL%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2COAAQ%2CEAAC%3BEACL%2CcAAA%3BEACA%2CqBAAA%3B%3BAAoDJ%2CQAjD0B%2CuBAAwB%3BEAC9C%2CYAAa%3BIACT%2CYAAA%3B%3B%3BEAIJ%2CiBAAkB%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIACjF%2CYAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2C0BAAA%3B%3BEAGJ%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%2COAAO%2CSAAS%2CEAAC%3BIAC%5C%2FD%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CSAAU%2CQAAQ%2CeAAe%3BIAC7B%2CiBAAA%3B%3BEAIJ%2CSAAU%2CYAAY%2CYAAY%2COAAO%2CSAAS%2CEAAC%3BIAC%5C%2FC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CSAAS%2CiBACL%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3BEAFR%2CSAAS%2CiBAIL%2CeAAe%2CaAAa%2CGAAG%3BIAC3B%2CoBAAA%3B%3BEAKR%2CSACI%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3B%3BAAaZ%2CQAP0B%3BEAEtB%2CiBAAkB%3BIACd%2C0BAAA%3B%3B%3BAA8IR%2CQA1I0B%2CuBAAuB%3BEAC7C%2CYAAa%3BIACT%2CYAAA%3B%3BEAIJ%2CiBAAkB%2CeACd%2CmBAAmB%2CiBAAiB%2CWAChC%3BIACI%2CeAAA%3B%3BEAHZ%2CiBAAkB%2CeACd%2CmBAAmB%2CiBAAiB%2CWAIhC%2CMAAK%3BIACD%2CYAAA%3B%3BEANZ%2CiBAAkB%2CeASd%2CgBAAgB%3BIACZ%2CeAAA%3B%3BEAIR%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%3BIAC9C%2CmBAAA%3B%3BEADJ%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%2COAE9C%2CSAAS%3BIACL%2CiBAAA%3B%3BEACA%2CiBAJU%2CQAAQ%2CYAAY%2CYAAY%2COAE9C%2CSAAS%2CEAEJ%3BIACG%2CaAAA%3B%3BEAGR%2CiBARc%2CQAAQ%2CYAAY%2CYAAY%2COAQ7C%3BIACG%2CaAAA%3B%3BEAKR%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%2COAAO%2CSAAS%2CEAAC%3BIAC%5C%2FD%2CWAAA%3B%3BEAIJ%2CSAAU%2CQAAQ%2CYAAY%2CYAAY%2COAAO%2CKAAI%3BIACjD%2CWAAA%3BIACA%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2C%2BBAAA%3BIACA%2C%2BBAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CSACI%2CQACI%2CYACI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3B%3BEALhB%2CSACI%2CQACI%2CYACI%2CWAGI%3BIACI%2C4BAAA%3B%3BEAPpB%2CSACI%2CQACI%2CYAQI%2CYAAY%3BIACR%2CiBAAA%3B%3BEAXhB%2CSACI%2CQACI%2CYAWI%3BEAbZ%2CSACI%2CQACI%2CYAYI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3B%3BEAhBhB%2CSACI%2CQAkBI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEArBZ%2CSACI%2CQAkBI%2CeAGI%3BIACI%2CiBAAA%3B%3BEAvBhB%2CSACI%2CQAkBI%2CeAMI%3BIACI%2CiBAAA%3B%3BEAQhB%2CSAEI%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3BEAHR%2CSAKI%2CYACI%2CWAAW%3BIACP%2CiBAAA%3B%3BEAPZ%2CSAKI%2CYAII%3BIACI%2CWAAA%3B%3BEAVZ%2CSAKI%2CYAOI%2CYAEI%3BEAdZ%2CSAKI%2CYAQI%2CYACI%3BIACI%2CiBAAA%3B%3BEAOhB%2CSAAS%2CiBACL%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3BEAFR%2CSAAS%2CiBAKL%2CeAAe%3BIACX%2CkBAAA%3B%3BEANR%2CSAAS%2CiBAKL%2CeAAe%2CaAEX%3BIACI%2CWAAA%3B%3BEARZ%2CSAAS%2CiBAKL%2CeAAe%2CaAKX%3BIACI%2CWAAA%3B%3BEAXZ%2CSAAS%2CiBAcL%2CQAAQ%2CYAAY%2CYAAY%3BEAdpC%2CSAAS%2CiBAeL%2CQAAQ%2CYAAY%2CYAAY%3BIAC5B%2CgBAAA%3B%3BEAKR%2CSAAS%2CiBACL%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3BEAFR%2CSAAS%2CiBAKL%2CQAAQ%2CYAAY%2CYAAY%3BEALpC%2CSAAS%2CiBAML%2CQAAQ%2CYAAY%2CYAAY%3BIAC5B%2CgBAAA%3B%3B%3BAA2MZ%2CQArM0B%3BEACtB%2CYAAa%3BIACT%2CYAAA%3B%3B%3BEAIJ%2CiBAAkB%2CeACd%2CgBACI%3BIACI%2CeAAA%3B%3BEAHZ%2CiBAAkB%2CeACd%2CgBAII%3BIACI%2CeAAA%3B%3BEANZ%2CiBAAkB%2CeASd%3BIACI%2CgBAAA%3B%3BEAVR%2CiBAAkB%2CeASd%2CmBAEI%2CiBAAiB%2CWACb%3BIACI%2CcAAA%3B%3BEAbhB%2CiBAAkB%2CeASd%2CmBAEI%2CiBAAiB%2CWAIb%2CMAAK%3BIACD%2CkBAAA%3B%3BEAMhB%2CiBAAkB%2CQAAQ%2CYAAY%2CWAAW%3BIAC7C%2CiBAAA%3B%3BEAGJ%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%3BIAC9C%2CmBAAA%3B%3BEADJ%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%2COAE9C%2CSAAS%3BIACL%2CiBAAA%3B%3BEACA%2CiBAJU%2CQAAQ%2CYAAY%2CYAAY%2COAE9C%2CSAAS%2CEAEJ%3BIACG%2CaAAA%3B%3BEAGR%2CiBARc%2CQAAQ%2CYAAY%2CYAAY%2COAQ7C%3BIACG%2CaAAA%3B%3BEATR%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%2COAW9C%2CSAAS%2CEAAC%3BIACN%2CWAAA%3B%3BEAZR%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%2COAc9C%2CSAAS%3BIACL%2CiBAAA%3B%3BEAKR%2CiBAAkB%2CQAAQ%2CeACtB%3BIACI%2CWAAA%3B%3BEAFR%2CiBAAkB%2CQAAQ%2CeAItB%3BIACI%2CmBAAA%3B%3BEALR%2CiBAAkB%2CQAAQ%2CeAOtB%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEATR%2CiBAAkB%2CQAAQ%2CeAOtB%2CMAGI%3BIACI%2CgBAAA%3B%3BEAXZ%2CiBAAkB%2CQAAQ%2CeAOtB%2CMAMI%2CUACI%3BIACI%2CcAAA%3B%3BEAOhB%2CSAAU%2CQACN%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CSAAU%2CQACN%2CeAGI%3BIACI%2CiBAAA%3B%3BEALZ%2CSAAU%2CQAQN%2CYAAY%2CYAAY%3BIACpB%2CiBAAA%3B%3BEAKR%2CSACI%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%3BIAC1D%2C0BAAA%3B%3BEAFR%2CSAII%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3BEALR%2CSAOI%2CYACI%2CWAAW%3BIACP%2CiBAAA%3B%3BEATZ%2CSAOI%2CYAII%2CYAAY%2COACR%3BIACI%2CiBAAA%3B%3BEAbhB%2CSAOI%2CYASI%3BIACI%2CWAAA%3B%3BEAOZ%2CSAAS%2CiBACL%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3BEAFR%2CSAAS%2CiBAIL%2CeAAe%2CmBAAmB%2CiBAAiB%3BIAC%5C%2FC%2CWAAA%3B%3BEALR%2CSAAS%2CiBAOL%2CeAAe%3BIACX%2CkBAAA%3B%3BEARR%2CSAAS%2CiBAOL%2CeAAe%2CaAEX%3BIACI%2CWAAA%3B%3BEAVZ%2CSAAS%2CiBAOL%2CeAAe%2CaAKX%3BIACI%2CWAAA%3B%3BEAbZ%2CSAAS%2CiBAgBL%2CQAAQ%2CYAAY%2CYAAY%3BEAhBpC%2CSAAS%2CiBAiBL%2CQAAQ%2CYAAY%2CYAAY%3BEAjBpC%2CSAAS%2CiBAkBL%2CQAAQ%2CYAAY%2CYAAY%3BIAC5B%2CgBAAA%3B%3BEAnBR%2CSAAS%2CiBAqBL%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CSAAS%2CiBAyBL%2CQAAQ%3BIACJ%2CcAAA%3B%3BEA1BR%2CSAAS%2CiBA4BL%2CQAAQ%2CeAAe%3BIACnB%2CgBAAA%3B%3BEA7BR%2CSAAS%2CiBA%2BBL%2CeAAe%2CaAAa%3BIACxB%2CgBAAA%3B%3BEAhCR%2CSAAS%2CiBA%2BBL%2CeAAe%2CaAAa%2CGAExB%3BIACI%2CmBAAA%3B%3BEAlCZ%2CSAAS%2CiBAqCL%2CQAAQ%2CeAAe%3BIACnB%2CkBAAA%3B%3BEAtCR%2CSAAS%2CiBAwCL%2CQAAQ%2CeAAe%3BIACnB%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CSA7CK%2CiBA6CJ%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%3BIAC%5C%2FC%2CiBAAA%3B%3BEAKR%2CSAAU%2CeAAe%2CmBAAmB%2CiBAAiB%3BIACzD%2CWAAA%3B%3BEAGJ%2CSACI%2CeAAe%2CmBAAmB%2CiBAAiB%2CWAAW%2CMAAK%3BIAC%5C%2FD%2CsBAAA%3B%3BEAFR%2CSAII%2CeAAe%2CmBAAmB%2CiBAAiB%3BIAC%5C%2FC%2CWAAA%3B%3BEALR%2CSAQI%2CQAAQ%2CYAAY%2CYAAY%3BEARpC%2CSASI%2CQAAQ%2CYAAY%2CYAAY%3BEATpC%2CSAUI%2CQAAQ%2CYAAY%2CYAAY%3BIAC5B%2CgBAAA%3B%3BEAXR%2CSAaI%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAfR%2CSAiBI%2CQAAQ%3BIACJ%2CcAAA%3B%3BEAlBR%2CSAoBI%2CQAAQ%2CeAAe%3BIACnB%2CgBAAA%3B%3BEArBR%2CSAwBI%2CQAAQ%2CYAAY%2CYAAY%3BIAC5B%2CiBAAA%3B%3B%3BAAaZ%2CQAR0B%2CuBAAuB%3BEAE7C%2CSAAU%2CeAAe%3BIACrB%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA0CP%2CQAtCyB%3BEAGlB%2CSAAC%2CiBAAkB%2CQAAQ%2CYAAY%2CYAAY%3BIAC%5C%2FC%2CiBAAA%3B%3BEAFR%2CSAII%2CeAAe%3BIACX%2CkBAAA%3B%3BEALR%2CSAII%2CeAAe%2CaAEX%3BIACI%2CeAAA%3B%3BEAPZ%2CSAUI%2CeAAe%2CaAAa%3BIACxB%2CgBAAA%3B%3BEAXR%2CSAUI%2CeAAe%2CaAAa%2CGAExB%3BIACI%2CmBAAA%3B%3BEAbZ%2CSAgBI%2CQAAQ%2CeAAe%3BIACnB%2CgBAAA%3B%3BEAjBR%2CSAgBI%2CQAAQ%2CeAAe%2CSAEnB%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAMZ%2CSACI%2CQAAQ%2CeAAe%3BIACnB%2CgBAAA%3B%3BEAFR%2CSACI%2CQAAQ%2CeAAe%2CSAEnB%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BACnbhB%2COAAQ%2CYAAY%2CWAAW%2CYAAY%2CGAAG%2CGAAG%3BEAC7C%2C0BAAA%3B%3BACRJ%2CgBAAiB%2CoBAAoB%3BEACjC%2CcAAA%3B%3BAAEJ%2CoBAAqB%2CoBAAoB%3BEACxC%2CUAAA%3B%3BAAED%2CoBAAqB%3BEACpB%2CgBAAA%3B%3BAAED%2CgBAAiB%2CkBAAkB%2CqCAAqC%2CkBAAoB%2CKAAE%2CiBAAoB%3BEAC9G%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAkB%2CcAAc%2CkBAAkB%2CeAAe%3BAACjE%2CiBAAkB%2CcAAc%2CkBAAkB%2CeAAe%3BEAC7D%2CaAAA%3B%3BAAGJ%2CiBAGI%2CiBAAiB%2CkBAAkB%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CQAAA%3B%3BAALR%2CiBAOI%2CkBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CaAAA%3B%3BAARR%2CiBAWI%2CcAEI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAfZ%2CiBAWI%2CcAEI%2CkBAMI%3B%3B%3BEAGI%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA3BhB%2CiBAWI%2CcAEI%2CkBAMI%2CUASI%3BEACI%2CeAAA%3B%3BAA7BpB%2CiBAWI%2CcAEI%2CkBAMI%2CUAYI%3BEACI%2CeAAA%3B%3BAAhCpB%2CiBAWI%2CcAEI%2CkBAMI%2CUAYI%2CWAEI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxCxB%2CiBAWI%2CcAEI%2CkBAMI%2CUAYI%2CWAWI%3BEACI%2CaAAA%3B%3BAA3CxB%2CiBAWI%2CcAEI%2CkBAMI%2CUA4BI%2CSAAQ%2CIAAI%3BEACR%2CcAAA%3BEACA%2CcAAA%3B%3BAAjDpB%2CiBAWI%2CcAEI%2CkBAMI%2CUAgCI%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAACA%2CiBA%5C%2FChB%2CcAEI%2CkBAMI%2CUAgCI%2CSAOK%3BAACD%2CiBAhDhB%2CcAEI%2CkBAMI%2CUAgCI%2CSAQK%3BEACG%2CaAAA%3B%3BAA5DxB%2CiBAWI%2CcAEI%2CkBAMI%2CUAgCI%2CSAWI%3BEACI%2CaAAA%3B%3BAA%5C%2FDxB%2CiBAWI%2CcAEI%2CkBAMI%2CUAgDI%3BEACI%2CcAAA%3B%3BAApEpB%2CiBAWI%2CcAEI%2CkBAMI%2CUAmDI%3BEACI%2CiBAAA%3B%3BAACA%2CiBA7DhB%2CcAEI%2CkBAMI%2CUAmDI%2CSAEK%3BAACD%2CiBA9DhB%2CcAEI%2CkBAMI%2CUAmDI%2CSAGK%3BEACG%2CaAAA%3B%3BAA1ExB%2CiBAWI%2CcAEI%2CkBAMI%2CUAmDI%2CSAMI%3BEACI%2CaAAA%3B%3BAA7ExB%2CiBAWI%2CcAEI%2CkBAMI%2CUA8DI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtFpB%2CiBAWI%2CcAEI%2CkBAMI%2CUAsEI%3BEACI%2CqBAAA%3B%3BAA1FpB%2CiBAWI%2CcAEI%2CkBAMI%2CUAsEI%2CgBAGI%2CUACI%3BEACI%2CaAAA%3B%3BAA9F5B%2CiBAWI%2CcAEI%2CkBAMI%2CUAgFI%3BEACI%2CqBAAA%3B%3BAApGpB%2CiBAWI%2CcAEI%2CkBAMI%2CUAoFI%2CcAAc%2CQAAU%3BEACpB%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAhGZ%2CcAEI%2CkBAMI%2CUAwFK%3BEACG%2CeAAA%3B%3BAA5GpB%2CiBAWI%2CcAEI%2CkBAkGI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8CAAA%3B%3BAApHhB%2CiBAWI%2CcAEI%2CkBAkGI%2CgBAMI%2CQAAQ%2CeAAc%2CYAAa%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxHpB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeACI%3BEACI%2CaAAA%3B%3BAA9HpB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApIpB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAKI%2CaAKI%3BEACI%2C2BAAA%3B%3BAAvIxB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAeI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhJpB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAeI%2CUAOI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAArJxB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAeI%2CUAaI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAA1JxB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAApKpB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%3BEACI%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAA1KxB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FK5B%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBAMI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAnLhC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBAMI%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAACA%2CiBAhLhC%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBAMI%2CmBAGI%2CEAOK%3BEACG%2CcAAA%3B%3BAA5LxC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBAsBI%2CSAAQ%3BEACJ%2CqBAAA%3B%3BAAlMhC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBA0BI%2CSAAQ%2CQAAQ%2CKAAM%2CGAAE%2CMAAM%3BEAC1B%2CSAAS%2CGAAT%3B%3BAAtMhC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBA8BI%2CsBACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA5MpC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBA8BI%2CsBAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhNpC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBA8BI%2CsBAKI%2CqBAII%2CgBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAxN5C%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBAoDI%2CaACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAApOpC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAkCI%2CwBAQI%2CgBAKI%2CsBAoDI%2CaAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAxOpC%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAqHM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAArPpB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAqHM%2CWAME%3BAAvPpB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAqHM%2CWAOE%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CiBAzPpB%2CcAEI%2CkBA%2BGI%2CeAqHM%2CWAME%2CUAaK%3BAAAD%2CiBAzPpB%2CcAEI%2CkBA%2BGI%2CeAqHM%2CWAOE%2CUAYK%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtQ5B%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAqHM%2CWAyBE%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAA5QxB%2CiBAWI%2CcAEI%2CkBA%2BGI%2CeAqHM%2CWA8BE%3BEACI%2CmBAAA%3B%3BAAhRxB%2CiBAWI%2CcAEI%2CkBAwQI%2CSAAQ%3BEACJ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAzRhB%2CiBAWI%2CcAEI%2CkBAwQI%2CSAAQ%2CQAMJ%3BAA3RhB%2CiBAWI%2CcAEI%2CkBAwQI%2CSAAQ%2CQAOJ%3BEACI%2CqBAAA%3B%3BAA7RpB%2CiBAWI%2CcAEI%2CkBAwQI%2CSAAQ%2CQAMJ%2CSAGI%3BAA9RpB%2CiBAWI%2CcAEI%2CkBAwQI%2CSAAQ%2CQAOJ%2CWAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAACA%2CiBA3RpB%2CcAEI%2CkBAwQI%2CSAAQ%2CQAMJ%2CSAGI%2CQAQK%3BAAAD%2CiBA3RpB%2CcAEI%2CkBAwQI%2CSAAQ%2CQAOJ%2CWAEI%2CQAQK%3BEACG%2CyBAAA%3B%3BAAGJ%2CiBA%5C%2FRpB%2CcAEI%2CkBAwQI%2CSAAQ%2CQAMJ%2CSAGI%2CQAYK%3BAAAD%2CiBA%5C%2FRpB%2CcAEI%2CkBAwQI%2CSAAQ%2CQAOJ%2CWAEI%2CQAYK%3BEACG%2CaAAA%3B%3BAA3S5B%2CiBAWI%2CcAEI%2CkBAwQI%2CSAAQ%2CQA2BJ%2CSACI%3BEACI%2C4BAAA%3B%3BAAlTxB%2CiBAWI%2CcAEI%2CkBAwQI%2CSAAQ%2CQAiCJ%2CWACI%3BEACI%2C8BAAA%3B%3BAAxTxB%2CiBAWI%2CcAEI%2CkBAgTI%3BEACI%2CSAAA%3B%3BAA9ThB%2CiBAWI%2CcAuTI%3BEACI%2CmBAAA%3BEACA%2CSAAA%3B%3B%3BAApUZ%2CiBAyUI%2CgBAAgB%2CUAAS%3BEACrB%2CUAAA%3BEACA%2CmBAAA%3B%3BAA6BR%2CQAzB%2BB%3BEAyB%5C%2FB%2CiBAxBQ%3BIAEI%2CYAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2C2CAAA%3BIACA%2CmDAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3B%3BEAaZ%2CiBAxBQ%2CYAYI%2CoBACI%3BIACI%2CkBAAA%3B%3BEAEJ%2CiBAhBR%2CYAYI%2CoBAIK%2CMACG%3BIACI%2CmBAAA%3B%3B%3BAASxB%2CoCACI%2CGACM%2CKAAE%3BEACA%2CWAAA%3B%3BAAHZ%2CoCACI%2CGACM%2CKAAE%2CgBAEE%2CIAAC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BEAEA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAbhB%2CoCACI%2CGACM%2CKAAE%2CgBAEE%2CIAAC%2CiBAUC%2CYAAY%3BEACR%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGR%2CoCAtBR%2CGACM%2CKAAE%2CgBAqBC%2CcACK%2CIAAC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CoCA3BhB%2CGACM%2CKAAE%2CgBAqBC%2CcACK%2CIAAC%2CiBAIE%3BEjFlYjB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiFoXoB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CoCAtBR%2CGACM%2CKAAE%2CgBAqBC%2CcACK%2CIAAC%2CiBAWC%3BEACI%2CaAAA%3B%3BAAIZ%2CoCAvCR%2CGACM%2CKAAE%2CgBAsCC%2CoBAEK%2CIAAC%3BAADP%2CoCAxCR%2CGACM%2CKAAE%2CgBAuCC%2CMACK%2CIAAC%3B%3BEAEC%2CyBAAA%3B%3BEAEd%2CcAAA%3BEvFzNF%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiF0aQ%2CoCAlDR%2CGACM%2CKAAE%2CgBAiDC%3BEACG%2CYAAA%3B%3B%3BAAShB%2CkBACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAJR%2CmBAEI%2CiBAII%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbZ%2CmBAEI%2CiBAcI%2CGACI%3BEACI%2CiBAAA%3B%3BAAIR%2CmBApBJ%2CiBAoBK%2CYACG%2CGACI%3BEACI%2CkBAAA%3B%3BAAEA%2CmBAzBhB%2CiBAoBK%2CYACG%2CGACI%2CEAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEvFjRpB%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiFieoB%2CmBApCpB%2CiBAoBK%2CYACG%2CGACI%2CEAaK%2CMACI%3BEACG%2CYAAA%3B%3BAAKZ%2CmBA1CZ%2CiBAoBK%2CYACG%2CGAqBK%2CIACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAIR%2CmBAhDZ%2CiBAoBK%2CYACG%2CGA2BK%2CMACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAIR%2CmBAtDZ%2CiBAoBK%2CYACG%2CGAiCK%2CKACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAIR%2CmBA5DZ%2CiBAoBK%2CYACG%2CGAuCK%2CMACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAIR%2CmBAlEZ%2CiBAoBK%2CYACG%2CGA6CK%2COACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAGR%2CmBAvEZ%2CiBAoBK%2CYACG%2CGAkDK%2CKACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAGR%2CmBA5EZ%2CiBAoBK%2CYACG%2CGAuDK%2COACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAGR%2CmBAjFZ%2CiBAoBK%2CYACG%2CGA4DK%2CKACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAGR%2CmBAtFZ%2CiBAoBK%2CYACG%2CGAiEK%2CKACG%2CEAAC%3BEACG%2CyBAAA%3B%3BAAWxB%2CoCAAqC%2CkBAAoB%2CKAAK%3BEAC1D%2CsBAAA%3BEACA%2CyCAAA%3B%3BAAFJ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMAI1D%2CmBAAmB%2CmBAAmB%2CmBAChC%3BEACE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAXZ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMAI1D%2CmBAAmB%2CmBAAmB%2CmBAUhC%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMAI1D%2CmBAAmB%2CmBAAmB%2CmBAUhC%2CIAIE%2CwBAAuB%3BEACnB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA1BhB%2CoCAAqC%2CkBAAoB%2CKAAK%2CMA%2BB1D%3BEACI%2CmBAAA%3B%3BAjFheJ%2CoCiFgciC%2CkBAAoB%2CKAAK%2CMA%2BB1D%2CoBAEI%2CEjFjeH%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAkEoiBJ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMAqC1D%2C2BACI%3BEACI%2CaAAA%3B%3BAAvCZ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMA0C1D%2CeAAc%2CkBACV%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA9CZ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMA0C1D%2CeAAc%2CkBACV%2CMAII%2CYACI%2CWACI%3BEACI%2CWAAA%3B%3BAAUxB%2CoCAAqC%2CkBACjC%2CsBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CoCAAqC%2CkBACjC%2CsBAII%3BEACI%2CsBAAA%3B%3BAANZ%2CoCAAqC%2CkBACjC%2CsBAOI%3BEACI%2CUAAA%3BEAEA%2CoCAAA%3B%3BAAXZ%2CoCAAqC%2CkBACjC%2CsBAYI%3BEACI%2CUAAA%3BEACA%2CsBAAA%3BEvF3iBR%2CuDAAA%3BEACA%2C%2BCAAA%3BEuF4iBQ%2CwBAAA%3B%3BAAjBZ%2CoCAAqC%2CkBACjC%2CsBAYI%2CeAKI%2CeAAe%2CMAAM%2CYAAY%2CeAAiB%3BEAC9C%2CeAAA%3B%3BAAShB%2CWAEM%3BEACE%2CSAAA%3B%3BAAHR%2CWAEM%2CWAEI%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWAPN%2CWAEI%2CKAKG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAZd%2CWAEI%2CKAKG%2CYACK%2CIAIG%3BEjFrnBjB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiFumBoB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CWAPN%2CWAEI%2CKAKG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAAtBxB%2CWAEM%2CWAEI%2CKAsBI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAlCV%2CWAEI%2CKAsBI%2CIAUG%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAtCpB%2CWAEM%2CWAEI%2CKAsCE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEvFvmBZ%2CiDAAA%3BEACA%2CyCAAA%3B%3BAuFujBJ%2CWAEM%2CWAEI%2CKAsCE%2CGAOI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAlDd%2CWAEI%2CKAsCE%2CGAOI%2CGAGK%3BEACG%2CgBAAgB%2CoCAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWA3Dd%2CWAEI%2CKAsCE%2CGAOI%2CGAYK%2COACK%2CIAAC%3BEjFrqBvB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiFupBwB%2CYAAA%3BEACA%2CcAAA%3B%3BAAjE5B%2CWAEM%2CWAEI%2CKAsCE%2CGAOI%2CGAoBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAxEd%2CWAEI%2CKAsCE%2CGAOI%2CGAyBK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CWA7Ed%2CWAEI%2CKAsCE%2CGAOI%2CGA8BK%3BEACG%2CyBAAA%3B%3BAACA%2CWA%5C%2FElB%2CWAEI%2CKAsCE%2CGAOI%2CGA8BK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CWA7Ed%2CWAEI%2CKAsCE%2CGAOI%2CGA8BK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CWApFtB%2CWAEI%2CKAsCE%2CGAOI%2CGA8BK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CWA7Ed%2CWAEI%2CKAsCE%2CGAOI%2CGA8BK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAA5F5B%2CWAEM%2CWAEI%2CKAsCE%2CGAOI%2CGA8CI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3B%3BAAUxB%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeAAC%3BEACG%2CcAAA%3B%3BAAEJ%2CeAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CeAAC%2CYAEG%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAfZ%2CeAkBI%3BEACI%2CaAAA%3B%3BAAnBR%2CeAsBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CeAsBI%2CiBAII%3BEACI%2CWAAA%3B%3BAA3BZ%2CeAsBI%2CiBAOM%3BEACE%2CWAAA%3B%3BAAEA%2CeAVR%2CiBAOM%2CIAGG%3BEACG%2CcAAA%3B%3B%3BAAKR%2CeAhBJ%2CiBAgBK%3BEACG%2CwBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA3CZ%2CeAsBI%2CiBAwBI%3B%3B%3B%3B%3B%3BAA9CR%2CeAsDI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEvFluBJ%2C8CAAA%3BEACA%2CsCAAA%3B%3BAuFmqBJ%2CeAsDI%2CeAUI%3BEACI%2CiBAAA%3B%3BAACA%2CeAZR%2CeAUI%2CGAEK%3BEACG%2CyBAAA%3B%3BAAnEhB%2CeAsDI%2CeAgBI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAxEZ%2CeAsDI%2CeAqBI%3BEACI%2CcAAA%3B%3BAAIR%2CeAAC%2CMACG%2CiBACI%3BAAFR%2CeAAC%2CMACG%2CiBAEI%3BEACI%2CcAAA%3B%3BAAGJ%2CeAPP%2CMACG%2CiBAMK%3BEACG%2CcAAA%3B%3BAARZ%2CeAAC%2CMAYG%3BEACI%2CcAAA%3B%3BAAIR%2CeAAC%3BEACG%2CUAAA%3B%3BAADJ%2CeAAC%2CWAGG%3BAAHJ%2CeAAC%2CWAGiB%3BEACV%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BAAKA%2CeAZP%2CWAGG%2CaASK%3BAAAD%2CeAZP%2CWAGiB%2CaAST%3BEACG%2CcAAA%3B%3B%3B%3BAAShB%3BAAAS%3BEACL%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAACA%2CSAAC%2CMACG%3BAADJ%2CSAAC%2CMACY%3BEACL%2CcAAA%3B%3BAAJZ%2CSAOI%3BEACI%2CaAAA%3B%3BAARR%2CSAUI%3BEACI%2CkBAAA%3B%3BAAXR%2CSAUI%2CUAEI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAhBZ%2CSAUI%2CUAEI%2CkBAKI%3BEACI%2CmBAAA%3B%3BAACA%2CSATZ%2CUAEI%2CkBAKI%2COAEK%3BEACG%2CcAAA%3B%3BAAGR%2CSAbR%2CUAEI%2CkBAWK%3BEjFr2BT%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiFu1BY%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAA3BhB%2CSAUI%2CUAqBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEvFt0BR%2C8CAAA%3BEACA%2CsCAAA%3B%3BAuF8xBJ%2CSAUI%2CUAqBI%2CsBAWI%2CmBACI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAtChB%2CUAqBI%2CsBAWI%2CmBACI%2CiBAKK%3BEACG%2CyBAAA%3B%3BAAMhB%2CSA7CJ%2CUA6CK%2CMACG%3BEACI%2CyBAAA%3B%3BAAMZ%2CSAAC%3B%3BEAEJ%2CkBAAA%3B%3BAAFG%2CSAAC%2CkBAGG%2CiBAAiB%3BAAHrB%2CSAAC%2CkBAIG%2CkBAAkB%3BEACd%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3B%3BAAOZ%2CiBACI%2CaACI%3BEACI%2CaAAA%3B%3BAAHZ%2CiBACI%2CaAII%2COAAM%3BAALd%2CiBACI%2CaAIqB%2COAAM%3BElE17B3B%2CUAAA%3BEAGA%2C0BAAA%3B%3BAkE67BJ%3BEACI%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyCAAA%3BEACA%2CiDAAA%3B%3BAANJ%2CoBAQI%3BEACI%2CSAAA%3B%3BAATR%2CoBAQI%2CGAGI%3BEACI%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAbZ%2CoBAQI%2CGAGI%2CGAII%3BEACI%2CYAAA%3B%3BAAGJ%2CoBAXR%2CGAGI%2CGAQK%3BEACG%2CYAAA%3B%3BAAKhB%3BEACC%2CyBAAA%3B%3BAAGD%3BEACC%2CmBAAA%3B%3BAAED%3BEACC%2CiBAAA%3B%3BACp%2BBD%3BAAAmB%3BEACf%2CaAAA%3B%3BAAGJ%2CiBAAkB%2CWAAW%2CaAAa%3BEACtC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%2CWAAW%2CaAAa%3BEAClC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWACE%3B%3BEAEE%2C4BAAA%3B%3BAAIJ%2CsBAAuB%3BEACnB%2CgBAAA%3B%3BAAGJ%2CoCAAqC%2CGAAE%2CgBAAgB%2CcAAe%2CIAAC%2CiBAAiB%2CWAAY%3BEAChG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%3BEACV%2CcAAA%3B%3B%3B%3BEAGD%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CeAAA%3B%3BAAGJ%2CoCAAqC%2CGAAG%2CKAAE%2CgBAAgB%2CcAAe%2CIAAC%2CiBAAiB%3BEACvF%2CwBAAA%3B%3BAAGJ%2CCAAC%2CiBAAiB%3BEACd%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%2CiBAAiB%3BEAC7F%2CyBAAA%3B%3BAAGL%2CgBAAiB%2CeAAe%2CKAAO%2CKAAE%2CYAAe%3BEACpD%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CeAAe%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CiBAAoB%3BEACxI%2CyBAAA%3B%3BAAGJ%2CQAAS%2CmBAAmB%2CEAAC%2CMAAO%3BEAChC%2CcAAA%3B%3BAAGJ%2CQAAS%2CmBAAmB%2CEAAE%3BEAC1B%2CaAAA%3B%3BAAGJ%2CQAAS%2CmBAAmB%2CEAAC%2CMAAO%3BEAChC%2CaAAA%3B%3BAAGJ%2CQAAS%2CmBAAmB%2CEAAE%3BEAC1B%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQAAS%2CmBAAmB%2CEAAC%2CMAAO%3B%3BEAEhC%2CcAAA%3B%3BAAGJ%2CQAAS%2CmBAAmB%3BEACxB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CeAAe%2CcAAc%3BEAClC%2CeAAA%3B%3BAAGJ%2CWAAY%3BAAAa%2CWAAY%3BEACjC%2CwBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAGJ%2CWAAY%2CYAAY%2CSAAS%3BEAC7B%2CqBAAA%3B%3BAAGJ%3B%3B%3B%3B%3B%3BAAAA%2CeACI%2CYAAc%2CWAAW%2CKAAK%2CIAAC%3BEAC3B%2CWAAA%3B%3BAAFR%2CeAII%3BEACI%2CaAAA%3B%3BAALR%2CeAQI%3BEACI%2C6BAAA%3B%3BAATR%2CeAQI%2CYAGI%3BEACI%2CiBAAA%3B%3BAAZZ%2CeAQI%2CYAGI%2CiBAGI%3BEACI%2CcAAA%3B%3BAAEA%2CeATZ%2CYAGI%2CiBAGI%2CEAGK%3BEACG%2C0BAAA%3BEACA%2CeAAA%3B%3BAAnBpB%2CeAQI%2CYAgBI%2CiBACI%3BEACI%2CYAAA%3B%3BAA1BhB%2CeAQI%2CYAgBI%2CiBACI%2COAEI%3BAA3BhB%2CeAQI%2CYAgBI%2CiBACI%2COAGI%3BEACI%2CWAAA%3B%3BAA7BpB%2CeAQI%2CYAgBI%2CiBACI%2COAMI%3BEACI%2CoBAAA%3B%3BAAhCpB%2CeAQI%2CYAgBI%2CiBACI%2COASI%2CSACI%3BEACI%2CiBAAA%3B%3BAApCxB%2CeAQI%2CYAgBI%2CiBACI%2COASI%2CSAII%3BEACI%2CgBAAgB%2C2CAAhB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA3CxB%2CeAkDI%2CeACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAxDZ%2CeAkDI%2CeACI%2CmBAOI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA5DhB%2CeAkDI%2CeACI%2CmBAOI%2CcAGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDpB%2CeAkDI%2CeAiBI%2CoBACI%3BEACI%2C4BAAA%3BEACA%2C8BAAA%3B%3BAAtEhB%2CeAkDI%2CeAiBI%2CoBAKI%3BAAxEZ%2CeAkDI%2CeAiBI%2CoBAKe%3BEACP%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3B%3BAA3EhB%2CeAkDI%2CeAiBI%2CoBAKI%2CUAKI%3BAA7EhB%2CeAkDI%2CeAiBI%2CoBAKe%2CaAKP%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjFpB%2CeAkDI%2CeAiBI%2CoBAKI%2CUAWI%3BAAnFhB%2CeAkDI%2CeAiBI%2CoBAKe%2CaAWP%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAvFpB%2CeAkDI%2CeAiBI%2CoBAKI%2CUAWI%2COAKI%3BAAxFpB%2CeAkDI%2CeAiBI%2CoBAKe%2CaAWP%2COAKI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAAEJ%2CeA7ChB%2CeAiBI%2CoBAKI%2CUAWI%2COAYK%3BAAAD%2CeA7ChB%2CeAiBI%2CoBAKe%2CaAWP%2COAYK%3BEACG%2CeAAA%3B%3BEAEA%2CcAAA%3B%3BAAHJ%2CeA7ChB%2CeAiBI%2CoBAKI%2CUAWI%2COAYK%2CMAIG%3BAAJJ%2CeA7ChB%2CeAiBI%2CoBAKe%2CaAWP%2COAYK%2CMAIG%3B%3BEAEI%2CcAAA%3B%3BAArG5B%2CeA4GI%3B%3BEAEI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhHR%2CeA4GI%2CeAKI%2CSACI%2CYACI%3BEACI%2CkBAAA%3B%3BAApHpB%2CeA4GI%2CeAKI%2CSAOI%3BEACI%2C2CAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAhIhB%2CeA4GI%2CeAKI%2CSAOI%2CgBASI%2CcACI%3BEACI%2CSAAA%3B%3BAAnIxB%2CeA4GI%2CeAKI%2CSAOI%2CgBASI%2CcACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAtI5B%2CeA4GI%2CeAKI%2CSAOI%2CgBASI%2CcACI%2CGAEI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CeA9B5B%2CeAKI%2CSAOI%2CgBASI%2CcACI%2CGAEI%2CGAGI%2CEAGK%3BEACG%2CcAAA%3B%3BAA3IpC%2CeAsJI%2CeACI%3BEACI%2CSAAA%3B%3BAAxJZ%2CeAsJI%2CeACI%2CKAGM%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CeARZ%2CeACI%2CKAGM%2CKAIG%2COAEK%3BAADN%2CeATZ%2CeACI%2CKAGM%2CKAKG%2CMACK%3BEACE%2CyBAAA%3BEACA%2CWAAA%3B%3BAAlKxB%2CeAsJI%2CeACI%2CKAGM%2CKAYE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2CeAzBZ%2CeACI%2CKAGM%2CKAqBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA9BpB%2CeACI%2CKAGM%2CKAqBG%2CYACK%2CIAIG%3BElF3QrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEkF6PwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAzBZ%2CeACI%2CKAGM%2CKAqBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAA5L5B%2CeAsJI%2CeACI%2CKAGM%2CKAsCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeApDhB%2CeACI%2CKAGM%2CKAsCI%2CIAUG%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAA5MxB%2CeAsJI%2CeACI%2CKA0DI%3BEACI%2CkBAAA%3B%3BAAEA%2CeA9DZ%2CeACI%2CKA0DI%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAAtNxB%2CeAsJI%2CeACI%2CKA0DI%2CGASI%3BEACI%2CUAAA%3B%3BAA3NpB%2CeAsJI%2CeACI%2CKA0DI%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeA1EpB%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeApFpB%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BElFlU3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEkFoT4B%2CYAAA%3BEACA%2CcAAA%3B%3BAA9OhC%2CeAsJI%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAjGpB%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeAtGpB%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGA%2BBK%3BEACG%2CyBAAA%3B%3BAACA%2CeAxGxB%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGA%2BBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CeAtGpB%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeA7G5B%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CeAtGpB%2CeACI%2CKA0DI%2CGASI%2CGAGI%2CGA%2BBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAzQhC%2CeAmRI%2CYAAW%2CYAAa%2CeAAe%2CKAAO%2CKAAK%3B%3B%3BAAnRvD%2CeAuRI%3BEACI%2CYAAA%3B%3BAAxRR%2CeAuRI%2CiBAGI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAjShB%2CeAuRI%2CiBAGI%2CYACI%2CeAOI%3BEACI%2CeAAA%3B%3BAAnSpB%2CeAuRI%2CiBAGI%2CYACI%2CeAUI%3BEACI%2CeAAA%3B%3BAAtSpB%2CeAuRI%2CiBAGI%2CYACI%2CeAUI%2CWAEI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1SxB%2CeAuRI%2CiBAGI%2CYAsBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BExF3VZ%2CoDAAA%3BEACA%2C4CAAA%3B%3BAwFuCJ%2CeA4TI%3BEACQ%2CgBAAA%3B%3BAA7TZ%2CeA4TI%2CkBAEI%3B%3BEAEK%2CyBAAA%3B%3BEAED%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3B%3BAApUZ%2CeA4TI%2CkBAEI%2CaAQI%3BEACI%2CaAAA%3B%3BAAvUhB%2CeA4TI%2CkBAEI%2CaAWI%3BAAzUZ%2CeA4TI%2CkBAEI%2CaAYI%3BAA1UZ%2CeA4TI%2CkBAEI%2CaAaI%3BEACI%2CWAAA%3B%3BAA5UhB%2CeA4TI%2CkBAEI%2CaAiBI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAApVhB%2CeA4TI%2CkBAEI%2CaAyBI%3BEACI%2CWAAA%3B%3BEAEA%2CyBAAA%3BEACA%2CYAAA%3B%3BEAEA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BEAEA%2CYAAA%3B%3BAACA%2CeAvCZ%2CkBAEI%2CaAyBI%2CYAYK%3BEACG%2CsBAAA%3B%3BAApWpB%2CeA4TI%2CkBAEI%2CaAyCI%3B%3BEAEI%2CyBAAA%3BEACA%2CWAAA%3B%3BEAEA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BEAEA%2CeAAA%3BEACA%2C0BAAA%3B%3BAACA%2CeAxDZ%2CkBAEI%2CaAyCI%2CeAaK%3BEACG%2CyBAAA%3B%3BAAEJ%2CeA3DZ%2CkBAEI%2CaAyCI%2CeAgBK%3BAACD%2CeA5DZ%2CkBAEI%2CaAyCI%2CeAiBK%3BEnEveb%2CUAAA%3BEAGA%2C0BAAA%3B%3BAmEsegB%2CeA9DhB%2CkBAEI%2CaAyCI%2CeAgBK%2CUAGI%3BAAAD%2CeA9DhB%2CkBAEI%2CaAyCI%2CeAiBK%2CSAEI%3BEACG%2CyBAAA%3BEnE1epB%2CYAAA%3BEAGA%2CyBAAA%3B%3BAmEkfJ%3BEACC%2CgBAAA%3B%3BAAED%3BEACC%2CQAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAED%3BEACC%2CWAAW%2CcAAX%3B%3B%3BAAKD%3BAAAc%3BAAAmB%3BEAChC%2CwBAAA%3B%3B%3BAAKD%2CmBAAoB%3BAAAY%2CmBAAoB%3BEAChD%2CoBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3B%3B%3BAC%5C%2FgBJ%2CgBAAiB%2CeAAe%2CKAAO%2CKAAE%2CYAAe%3BEACpD%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACtH%2CyBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CgBACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAIR%2C2BAGI%3BAAFJ%2CsBAEI%3BAADJ%2CqBACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3B%3B%3BAADJ%2CeAEI%2CYAAc%2CWAAW%2CKAAK%2CIAAC%3BEAC3B%2CWAAA%3B%3BAAHR%2CeAKI%2CQAEI%3BEACI%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAKI%2CQAH2B%3BEAG3B%2CeAXZ%2CQAEI%2COAKI%3BIAEQ%2CWAAA%3B%3B%3BAAdpB%2CeAKI%2CQAEI%2COAKI%2CeAII%3BEACI%2CaAAA%3B%3BAAjBpB%2CeAKI%2CQAEI%2COAaI%3BEACI%2C0CAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAKI%2CQAH2B%3BEAG3B%2CeA3BhB%2CQAEI%2COAaI%2CcAQI%2CGAAE%3BIAEM%2CiBAAA%3B%3B%3BAAYJ%2CQAR%2BB%3BEAQ%5C%2FB%2CeArChB%2CQAEI%2COAaI%2CcAQI%2CGAAE%2CKAIE%2CEAAC%3BIAGO%2CYAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3B%3BAAxC5B%2CeAKI%2CQAEI%2COAaI%2CcAQI%2CGAAE%2CKAgBE%3BEACI%2CaAAA%3B%3BAA7CxB%2CeAKI%2CQAEI%2COA4CI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAtDhB%2CeAKI%2CQAEI%2COA4CI%2CcAII%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAzDpB%2CeAKI%2CQAEI%2COAsDI%3BEACI%2CiBAAA%3B%3BAA9DhB%2CeAKI%2CQAEI%2COAsDI%2CmBAEI%2CYAAc%3BEACV%2CmBAAA%3B%3BAAhEpB%2CeAKI%2CQAEI%2COAsDI%2CmBAKI%2CaACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAApExB%2CeAKI%2CQAEI%2COAwEI%2CcAAc%2CkBAAkB%2CUAAU%2CWAAW%3BEACjD%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAjFhB%2CeAKI%2CQAEI%2COA4EI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAtFhB%2CeAKI%2CQAEI%2COAiFI%3BEACI%2CWAAA%3B%3BAAzFhB%2CeAKI%2CQAEI%2COAiFI%2CQAEI%3BEACI%2CWAAA%3B%3BAA3FpB%2CeAKI%2CQAEI%2COAiFI%2CQAEI%2CWAEI%3BAA5FpB%2CeAKI%2CQAEI%2COAiFI%2CQAEI%2CWAGI%3BEACI%2CWAAA%3B%3BAAGA%2CeA5FpB%2CQAEI%2COAiFI%2CQAEI%2CWAMI%2CUACK%3BEACG%2CgBAAA%3B%3BAAlG5B%2CeAKI%2CQAEI%2COAiFI%2CQAEI%2CWAMI%2CUAII%2CUAAU%3BEACN%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeApGxB%2CQAEI%2COAiFI%2CQAEI%2CWAMI%2CUAII%2CUAAU%2CkBAKL%3BEACG%2CUAAA%3BEACA%2CSAAA%3B%3BAA3GhC%2CeAKI%2CQA8GI%2CgBACM%3BEACE%2CWAAA%3B%3BAAEJ%2CeAlHR%2CQA8GI%2CgBAIK%2CWAAY%3BEACT%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAtHR%2CQA8GI%2CgBAQK%3BEACG%2CiBAAA%3B%3BAA5HhB%2CeAKI%2CQA8GI%2CgBAWI%3BEACI%2CiBAAA%3B%3BAA%5C%2FHhB%2CeAKI%2CQA8GI%2CgBAWI%2CiBAEI%3BEACI%2CWAAA%3B%3BAAjIpB%2CeAKI%2CQA8GI%2CgBAWI%2CiBAMM%3BEACE%2CWAAA%3B%3BAAEJ%2CeAlIZ%2CQA8GI%2CgBAWI%2CiBASK%3BEACG%2CWAAA%3B%3BAAxIpB%2CeAKI%2CQAwII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FIZ%2CeAKI%2CQA6II%3BEACI%2CWAAA%3B%3BAAnJZ%2CeAKI%2CQA6II%2CkBAEI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAvJhB%2CeAKI%2CQA6II%2CkBAEI%2CaAII%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BEAEA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEnFhLhB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmFgLgB%2CeA5JhB%2CQA6II%2CkBAEI%2CaAII%2CYASK%3BEACG%2CsBAAA%3B%3BAAlKxB%2CeAKI%2CQA6II%2CkBAEI%2CaAiBI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAtKhB%2CQA6II%2CkBAEI%2CaAiBI%2CeAMK%3BEACG%2CSAAS%2CEAAT%3BEnFvLpB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEmFyKoB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAlLxB%2CeAKI%2CQAmLI%2CiBAAiB%2CcACb%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA7LhB%2CeAKI%2CQAmLI%2CiBAAiB%2CcACb%2CUAKI%3BEACI%2CgBAAA%3B%3BAA%5C%2FLpB%2CeAKI%2CQAmLI%2CiBAAiB%2CcAUb%3B%3B%3BAAKJ%2CeAlMJ%2CQAkMK%3BEACG%2CoCAAA%3B%3BAADJ%2CeAlMJ%2CQAkMK%2CWAEG%3BEACI%2CYAAA%3B%3BAAHR%2CeAlMJ%2CQAkMK%2CWAEG%2COAEI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAANZ%2CeAlMJ%2CQAkMK%2CWAEG%2COAEI%2CcAGI%2CEAAC%3BEACG%2CyBAAA%3B%3BAARhB%2CeAlMJ%2CQAkMK%2CWAEG%2COAEI%2CcAOI%2CMAEI%3BEACI%2CaAAA%3B%3BAAdpB%2CeAlMJ%2CQAkMK%2CWAEG%2COAEI%2CcAOI%2CMAKI%3BEACI%2CcAAA%3B%3BAAjBpB%2CeAlMJ%2CQAkMK%2CWAEG%2COAmBI%3BEACI%2CaAAA%3B%3BAAtBZ%2CeAlMJ%2CQAkMK%2CWAEG%2COAsBI%2CQAAQ%3BEAEJ%2CaAAA%3B%3BAA1BZ%2CeAlMJ%2CQAkMK%2CWAEG%2COA2BI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAArCZ%2CeAlMJ%2CQAkMK%2CWAEG%2COA2BI%2CeASI%2CkBAAkB%3BEACd%2CYAAA%3B%3BAAvChB%2CeAlMJ%2CQAkMK%2CWAEG%2COA2BI%2CeAYI%3BEnF%5C%2FNhB%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEmF8QoB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAA7ChB%2CeAlMJ%2CQAkMK%2CWAEG%2COA2BI%2CeAkBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAvPhB%2CQAkMK%2CWAEG%2COA2BI%2CeAwBK%3BEACG%2CeAAA%3B%3BAADJ%2CeAvPhB%2CQAkMK%2CWAEG%2COA2BI%2CeAwBK%2CMAEG%3BEnFpPpB%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmFmOI%2CeAlMJ%2CQAkMK%2CWAEG%2COA2DI%3BEACI%2CiBAAA%3B%3BAA9DZ%2CeAlMJ%2CQAkMK%2CWAEG%2COA2DI%2CmBAEI%2CaAAa%3BEACT%2CmBAAA%3B%3BAAhEhB%2CeAlMJ%2CQAkMK%2CWAEG%2COAiEI%2CcAAc%3BEACV%2CiBAAA%3B%3BAApEZ%2CeAlMJ%2CQAkMK%2CWAEG%2COAqEI%2CiBAII%2CcAAc%3BEACV%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA9EhB%2CeAlMJ%2CQAkMK%2CWAEG%2COAqEI%2CiBAII%2CcAAc%2CUAIV%3BEACI%2CeAAA%3B%3BAAhFpB%2CeAlMJ%2CQAkMK%2CWAEG%2COAqEI%2CiBAII%2CcAAc%2CUAOV%3BEACI%2CaAAA%3B%3BAAnFpB%2CeAlMJ%2CQAkMK%2CWAEG%2COAqEI%2CiBAII%2CcAAc%2CUAOV%2CWAEI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3B%3BAA7RhC%2CeA0SI%2CkBACI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEzF3QR%2C8CAAA%3BEACA%2CsCAAA%3B%3BAyFrCJ%2CeA0SI%2CkBACI%2CaAMI%3BAAjTZ%2CeA0SI%2CkBACI%2CaAOI%3BAAlTZ%2CeA0SI%2CkBACI%2CaAQI%3BEACI%2CWAAA%3B%3BAApThB%2CeA0SI%2CkBACI%2CaAWI%3BEACI%2CaAAA%3B%3BAAvThB%2CeA0SI%2CkBACI%2CaAcI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAACA%2CeAxBZ%2CkBACI%2CaAcI%2CYASK%3BEACG%2CsBAAA%3B%3BAAnUpB%2CeA0SI%2CkBACI%2CaA2BI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeArCZ%2CkBACI%2CaA2BI%2CeASK%3BEACG%2CyBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACtXpB%2CgBAAiB%2CgBAAgB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%2CIAAC%3BEAClE%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CYAAc%2CKAAK%2CKAAE%3BEAClD%2CyBAAA%3B%3BAAIJ%2CgBAAiB%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACzG%2CyBAAA%3B%3BAACA%2CgBAFa%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAExG%3BEACG%2CWAAA%3B%3BAAIR%3B%3B%3B%3B%3B%3BAAAA%2CeACI%3BAADJ%2CeAEI%3BEACI%2CaAAA%3B%3BAAHR%2CeAKI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%3BEAC5D%2CeAAA%3B%3BAANR%2CeASI%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAXR%2CeASI%2CYAGI%3BEACI%2CiBAAA%3B%3BAAbZ%2CeASI%2CYAGI%2CiBAGI%3BEACI%2CcAAA%3B%3BAAEA%2CeATZ%2CYAGI%2CiBAGI%2CEAGK%3BEACG%2C0BAAA%3BEACA%2CeAAA%3B%3BAApBpB%2CeASI%2CYAeI%2CgBACI%3BEACI%2CYAAA%3B%3BAA1BhB%2CeASI%2CYAeI%2CgBACI%2COAEI%3BAA3BhB%2CeASI%2CYAeI%2CgBACI%2COAGI%3BEACI%2CWAAA%3B%3BAA7BpB%2CeASI%2CYAwBI%2CiBACI%2COAEI%3BAApChB%2CeASI%2CYAwBI%2CiBACI%2COAGI%3BEACI%2CWAAA%3B%3BAAtCpB%2CeASI%2CYAwBI%2CiBACI%2COAMI%3BEACI%2CoBAAA%3B%3BAAzCpB%2CeASI%2CYAwBI%2CiBACI%2COASI%2CSACI%3BEACI%2CiBAAA%3B%3BAA7CxB%2CeASI%2CYAwBI%2CiBACI%2COASI%2CSAII%3BEACI%2CyDAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApDxB%2CeA4DI%3BEACI%2CsBAAA%3B%3BAA7DR%2CeA4DI%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAnEZ%2CeA4DI%2CeAEI%2CmBAOI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAvEhB%2CeA4DI%2CeAEI%2CmBAOI%2CcAGI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAA1EpB%2CeA4DI%2CeAEI%2CmBAeI%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAhFhB%2CeA4DI%2CeAEI%2CmBAeI%2CkBAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3BAAnFpB%2CeA4DI%2CeAEI%2CmBAeI%2CkBAII%2CaAMI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3B%3BAA3FxB%2CeAoGI%3BEACI%2CsBAAA%3B%3BAAIQ%2CeALZ%2CeAGI%2CSACI%2CYACK%3BEACG%2CsBAAA%3BEACA%2C6BAAA%3B%3BAA3GpB%2CeAoGI%2CeAGI%2CSACI%2CYAKI%3BEACI%2CkBAAA%3B%3BAAIJ%2CeAdZ%2CeAGI%2CSAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBACvC%2CMACK%2CIAAC%3BEACC%2CWAAA%3B%3BAAGR%2CeAnBZ%2CeAGI%2CSAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAMvC%2CoBACK%2CIAAC%3BEACC%2CWAAA%3B%3BAAzHxB%2CeAoGI%2CeAGI%2CSAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAWtC%2CIAAC%3BEACC%2CWAAA%3B%3BAA7HpB%2CeAoGI%2CeAGI%2CSA2BI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAxIhB%2CeAoGI%2CeAGI%2CSA2BI%2CgBAOI%2CcACI%3BEACI%2CSAAA%3B%3BAA3IxB%2CeAoGI%2CeAGI%2CSA2BI%2CgBAOI%2CcACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA9I5B%2CeAoGI%2CeAGI%2CSA2BI%2CgBAOI%2CcACI%2CGAEI%2CGAGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CeA9C5B%2CeAGI%2CSA2BI%2CgBAOI%2CcACI%2CGAEI%2CGAGI%2CEAGK%3BEACG%2CcAAA%3B%3BAAnJpC%2CeA8JI%2CYACM%3BEACE%2CSAAA%3B%3BAAhKZ%2CeA8JI%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CeARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CeATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CyBAAA%3BEACA%2CWAAA%3B%3BAA1KxB%2CeA8JI%2CYACM%2CKAGI%2CKAYE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2CeAzBZ%2CYACM%2CKAGI%2CKAqBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA9BpB%2CYACM%2CKAGI%2CKAqBG%2CYACK%2CIAIG%3BEpFjLrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEoFmKwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAzBZ%2CYACM%2CKAGI%2CKAqBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAApM5B%2CeA8JI%2CYACM%2CKAGI%2CKAsCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeApDhB%2CYACM%2CKAGI%2CKAsCI%2CIAUG%3BEAEG%2CcAAA%3B%3BAApNxB%2CeA8JI%2CYACM%2CKA0DE%3BEACI%2CkBAAA%3B%3BAAEA%2CeA9DZ%2CYACM%2CKA0DE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAA9NxB%2CeA8JI%2CYACM%2CKA0DE%2CGASI%3BEACI%2CUAAA%3B%3BAAnOpB%2CeA8JI%2CYACM%2CKA0DE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeA1EpB%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeApFpB%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BEpFxO3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEoF0N4B%2CYAAA%3BEACA%2CcAAA%3B%3BAAtPhC%2CeA8JI%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAjGpB%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeAtGpB%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGA%2BBK%3BEACG%2CyBAAA%3B%3BAACA%2CeAxGxB%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGA%2BBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CeAtGpB%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeA7G5B%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CeAtGpB%2CYACM%2CKA0DE%2CGASI%2CGAGI%2CGA%2BBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAjRhC%2CeAgSI%3BEACI%2CYAAA%3B%3BAAjSR%2CeAgSI%2CiBAGI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA1ShB%2CeAgSI%2CiBAGI%2CYACI%2CeAOI%3BEACI%2CeAAA%3B%3BAA5SpB%2CeAgSI%2CiBAGI%2CYACI%2CeAUI%3BEACI%2CeAAA%3B%3BAA%5C%2FSpB%2CeAgSI%2CiBAGI%2CYACI%2CeAUI%2CWAEI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAnTxB%2CeAgSI%2CiBAGI%2CYAsBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BE1FlQZ%2CoDAAA%3BEACA%2C4CAAA%3B%3BA0F3DJ%2CeAoUI%2CkBACI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BE1F%5C%2FQR%2C8CAAA%3BEACA%2CsCAAA%3B%3BA0F3DJ%2CeAoUI%2CkBACI%2CaAMI%3BAA3UZ%2CeAoUI%2CkBACI%2CaAOI%3BAA5UZ%2CeAoUI%2CkBACI%2CaAQI%3BEACI%2CWAAA%3B%3BAA9UhB%2CeAoUI%2CkBACI%2CaAWI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAArVhB%2CeAoUI%2CkBACI%2CaAkBI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA5BZ%2CkBACI%2CaAkBI%2CYASK%3BEACG%2CsBAAA%3B%3BAAjWpB%2CeAoUI%2CkBACI%2CaA%2BBI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeAzCZ%2CkBACI%2CaA%2BBI%2CeASK%3BEACG%2CyBAAA%3B%3BAC9XpB%2CgBAAiB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%3BEACjD%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%2CIAAC%3BEAClE%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACzG%2CcAAA%3B%3BAACA%2CgBAFa%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAExG%3BEACG%2CcAAA%3B%3BAAIR%3B%3B%3B%3BAAAA%2CeACI%3BEACI%2CaAAA%3B%3BAAFR%2CeAII%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%3BEAC5D%2CeAAA%3B%3BAALR%2CeAQI%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CeAQI%2CYAGI%3BEACI%2CiBAAA%3B%3BAAZZ%2CeAQI%2CYAGI%2CiBAGI%3BEACI%2CcAAA%3B%3BAAEA%2CeATZ%2CYAGI%2CiBAGI%2CEAGK%3BEACG%2C0BAAA%3BEACA%2CeAAA%3B%3BAAnBpB%2CeAQI%2CYAeI%2CgBACI%3BEACI%2CYAAA%3B%3BAAzBhB%2CeAQI%2CYAeI%2CgBACI%2COAEI%3BAA1BhB%2CeAQI%2CYAeI%2CgBACI%2COAGI%3BEACI%2CWAAA%3B%3BAA5BpB%2CeAQI%2CYAwBI%2CiBACI%2COAEI%3BAAnChB%2CeAQI%2CYAwBI%2CiBACI%2COAGI%3BEACI%2CWAAA%3B%3BAArCpB%2CeAQI%2CYAwBI%2CiBACI%2COAMI%3BEACI%2CoBAAA%3B%3BAAxCpB%2CeAQI%2CYAwBI%2CiBACI%2COASI%2CSACI%3BEACI%2CiBAAA%3B%3BAA5CxB%2CeAQI%2CYAwBI%2CiBACI%2COASI%2CSAII%3BEACI%2CyDAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnDxB%2CeA2DI%2CeAEI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAhEZ%2CeA2DI%2CeAQI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAtEZ%2CeA2DI%2CeAQI%2CkBAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzEhB%2CeA2DI%2CeAQI%2CkBAII%2CaAGI%3BAA1EhB%2CeA2DI%2CeAQI%2CkBAII%2CaAII%3BAA3EhB%2CeA2DI%2CeAQI%2CkBAII%2CaAKI%3BEACI%2CWAAA%3B%3BAA7EpB%2CeA2DI%2CeAQI%2CkBAII%2CaAQI%3BEACI%2CaAAA%3B%3BAAhFpB%2CeA2DI%2CeAQI%2CkBAII%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAACA%2CeAhChB%2CeAQI%2CkBAII%2CaAWI%2CYASK%3BEACG%2CyBAAA%3B%3BAA5FxB%2CeA2DI%2CeAQI%2CkBAII%2CaAwBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA3GpB%2CeA2DI%2CeAQI%2CkBAII%2CaAwBI%2CeAaI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeArDpB%2CeAQI%2CkBAII%2CaAwBI%2CeAaI%2CKAIK%3BEACG%2CkBAAA%3BErFtGxB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEqFwFwB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGR%2CeA9DhB%2CeAQI%2CkBAII%2CaAwBI%2CeA0BK%3BEACG%2CyBAAA%3B%3BAA1HxB%2CeAiII%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAAnIR%2CeAiII%2CeAGI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3BAAxIZ%2CeAiII%2CeAGI%2CcAKI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA3IhB%2CeAiII%2CeAaI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAjJZ%2CeAiII%2CeAmBI%2CmBACI%2CeAAe%3BAArJ3B%2CeAiII%2CeAmBI%2CmBAEI%2CqCAAqC%3BEACjC%2CmBAAA%3B%3BAAMA%2CeA5BZ%2CeA0BI%2CSACI%2CYACK%3BEACG%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAFJ%2CeA5BZ%2CeA0BI%2CSACI%2CYACK%2CWAGG%3BEACI%2CMAAA%3B%3BAAjKxB%2CeAiII%2CeA0BI%2CSACI%2CYAQI%3BEACI%2CkBAAA%3B%3BAAKJ%2CeAzCZ%2CeA0BI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBACvC%2CoBAEK%2CIAAC%3BAADP%2CeA1CZ%2CeA0BI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAEvC%2CMACK%2CIAAC%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAA9KxB%2CeAiII%2CeA0BI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAQtC%2CIAAC%3BEACC%2CWAAA%3BEACA%2CwCAAA%3B%3BAAnLpB%2CeA0LI%2CYACM%3BEACE%2CSAAA%3BEACA%2CmBAAA%3B%3BAA7LZ%2CeA0LI%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CeARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CeATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CcAAA%3BEACA%2CwCAAA%3B%3BAAtMxB%2CeA0LI%2CYACM%2CKAGI%2CKAYE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BE3FrJhB%2CiDAAA%3BEACA%2CyCAAA%3B%3BA2FuJY%2CeAxBZ%2CYACM%2CKAGI%2CKAoBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA7BpB%2CYACM%2CKAGI%2CKAoBG%2CYACK%2CIAIG%3BErF5MrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEqF8LwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAxBZ%2CYACM%2CKAGI%2CKAoBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAA%5C%2FN5B%2CeA0LI%2CYACM%2CKAGI%2CKAqCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CeAlDhB%2CYACM%2CKAGI%2CKAqCI%2CIASG%3BEACG%2CcAAA%3B%3BAA7OxB%2CeA0LI%2CYACM%2CKAwDE%3BEACI%2CkBAAA%3B%3BAAEA%2CeA5DZ%2CYACM%2CKAwDE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAAxPxB%2CeA0LI%2CYACM%2CKAwDE%2CGASI%3BEACI%2CUAAA%3B%3BAA7PpB%2CeA0LI%2CYACM%2CKAwDE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAxEpB%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAlFpB%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BErFlQ3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEqFoP4B%2CYAAA%3BEACA%2CcAAA%3B%3BAAhRhC%2CeA0LI%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeA%5C%2FFpB%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeApGpB%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGA%2BBK%3BEACG%2CyBAAA%3B%3BAACA%2CeAtGxB%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CeApGpB%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeA3G5B%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CeApGpB%2CYACM%2CKAwDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAA3ShC%2CeAyTI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAA3TR%2CeAyTI%2CiBAGI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlUhB%2CeAyTI%2CiBAGI%2CkBAEI%2CUAKI%3BEACI%2CaAAA%3B%3BAAIA%2CeAfhB%2CiBAGI%2CkBAEI%2CUAQI%2CWAEK%3BEAEG%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAhVxB%2CeAyTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAaI%3BEACI%2CaAAA%3B%3BAApVxB%2CeAyTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAgBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BErFtVpB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEqFsVoB%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAApWxB%2CeAyTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAgCI%3BAAtWpB%2CeAyTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAiCI%3BEACI%2CaAAA%3B%3BAAxWxB%2CeAyTI%2CiBAGI%2CkBAkDI%3BEACI%2CWAAA%3B%3BEAEA%2CYAAA%3BE3FvTZ%2CoDAAA%3BEACA%2C4CAAA%3B%3BA2F3DJ%2CeAwXI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5XR%2CeAwXI%2CgBAKI%2CcACI%3BEACI%2CSAAA%3B%3BAA%5C%2FXhB%2CeAwXI%2CgBAKI%2CcACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAlYpB%2CeAwXI%2CgBAKI%2CcACI%2CGAEI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAdpB%2CgBAKI%2CcACI%2CGAEI%2CGAGI%2CEAGK%3BEACG%2CcAAA%3B%3BACvZ5B%2CgBAAiB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%3BEACjD%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACtH%2CyBAAA%3B%3BAACA%2CgBAFa%2CgBAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAErH%3BEACG%2CWAAA%3B%3BAAIR%3B%3B%3B%3BAAAA%2CeACI%3BEACI%2CaAAA%3B%3BAAFR%2CeAKI%3BEACI%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CeAKI%2CYAII%3BEACI%2CiBAAA%3B%3BAAVZ%2CeAKI%2CYAII%2CiBAGI%3BEACI%2CcAAA%3B%3BAAEA%2CeAVZ%2CYAII%2CiBAGI%2CEAGK%3BEACG%2C0BAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CeAKI%2CYAgBI%2CgBACI%3BEACI%2CYAAA%3B%3BAAvBhB%2CeAKI%2CYAgBI%2CgBACI%2COAEI%3BAAxBhB%2CeAKI%2CYAgBI%2CgBACI%2COAGI%3BEACI%2CWAAA%3B%3BAA1BpB%2CeAKI%2CYAyBI%2CiBACI%2COAEI%3BAAjChB%2CeAKI%2CYAyBI%2CiBACI%2COAGI%3BEACI%2CWAAA%3B%3BAAnCpB%2CeAKI%2CYAyBI%2CiBACI%2COAOI%2CSACI%3BEACI%2CiBAAA%3B%3BAAxCxB%2CeAKI%2CYAyBI%2CiBACI%2COAOI%2CSAII%3BEACI%2CgBAAgB%2C2CAAhB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FCxB%2CeAuDI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAzDR%2CeAuDI%2CeAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA7DZ%2CeAuDI%2CeASI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAnEZ%2CeAuDI%2CeASI%2CkBAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtEhB%2CeAuDI%2CeASI%2CkBAII%2CaAGI%3BAAvEhB%2CeAuDI%2CeASI%2CkBAII%2CaAII%3BAAxEhB%2CeAuDI%2CeASI%2CkBAII%2CaAKI%3BEACI%2CWAAA%3B%3BAA1EpB%2CeAuDI%2CeASI%2CkBAII%2CaAQI%3BEACI%2CaAAA%3B%3BAA7EpB%2CeAuDI%2CeASI%2CkBAII%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAACA%2CeAjChB%2CeASI%2CkBAII%2CaAWI%2CYASK%3BEACG%2CyBAAA%3B%3BAAzFxB%2CeAuDI%2CeASI%2CkBAII%2CaAwBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAxGpB%2CeAuDI%2CeASI%2CkBAII%2CaAwBI%2CeAaI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAtDpB%2CeASI%2CkBAII%2CaAwBI%2CeAaI%2CKAIK%3BEACG%2CkBAAA%3BEtF%5C%2FFxB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEsFiFwB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGR%2CeA%5C%2FDhB%2CeASI%2CkBAII%2CaAwBI%2CeA0BK%3BEACG%2CyBAAA%3B%3BAAvHxB%2CeAuDI%2CeAsEI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeA3ER%2CeAsEI%2CUAKK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAzIhB%2CeAuDI%2CeAqFI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA9IZ%2CeAuDI%2CeAqFI%2CcAGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAjJhB%2CeAuDI%2CeAqFI%2CcAOI%3BEACI%2CqBAAA%3B%3BAApJhB%2CeAyJI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAA3JR%2CeAyJI%2CeAII%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%3BEAC1E%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeAPR%2CeAII%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%2CiBAGzE%3BEACG%2CUAAA%3B%3BAAKA%2CeAbZ%2CeAWI%2CSACI%2CYACK%3BEACG%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAxKpB%2CeAyJI%2CeAWI%2CSACI%2CYAKI%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3B%3BAA5KpB%2CeAyJI%2CeAWI%2CSAWI%2CqCAAqC%2CGAAK%2CKAAE%3BEACxC%2CaAAA%3B%3BAACA%2CeAxBZ%2CeAWI%2CSAWI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAEvC%2CoBAEK%2CIAAC%3BAADP%2CeAzBZ%2CeAWI%2CSAWI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAGvC%2CMACK%2CIAAC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3B%3BAArLxB%2CeAyJI%2CeAWI%2CSAWI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAUtC%2CIAAC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA5LpB%2CeAmMI%2CYACM%3BEACE%2CSAAA%3B%3BAArMZ%2CeAmMI%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CeARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CeATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CWAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FMxB%2CeAmMI%2CYACM%2CKAGI%2CKAYE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2CeAzBZ%2CYACM%2CKAGI%2CKAqBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA9BpB%2CYACM%2CKAGI%2CKAqBG%2CYACK%2CIAIG%3BEtFlNrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEsFoMwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAzBZ%2CYACM%2CKAGI%2CKAqBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAAzO5B%2CeAmMI%2CYACM%2CKAGI%2CKAsCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAArPpB%2CeAmMI%2CYACM%2CKAqDE%3BEACI%2CkBAAA%3B%3BAAEA%2CeAzDZ%2CYACM%2CKAqDE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAA9PxB%2CeAmMI%2CYACM%2CKAqDE%2CGASI%3BEACI%2CUAAA%3B%3BAAnQpB%2CeAmMI%2CYACM%2CKAqDE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeArEpB%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeA%5C%2FEpB%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BEtFpQ3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEsFsP4B%2CYAAA%3BEACA%2CcAAA%3B%3BAAtRhC%2CeAmMI%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeA5FpB%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeAjGpB%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGA%2BBK%3BEACG%2CyBAAA%3B%3BAACA%2CeAnGxB%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CeAjGpB%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeAxG5B%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CeAjGpB%2CYACM%2CKAqDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAjThC%2CeA%2BTI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAjUR%2CeA%2BTI%2CiBAGI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAxUhB%2CeA%2BTI%2CiBAGI%2CkBAEI%2CUAKI%3BEACI%2CaAAA%3B%3BAAIA%2CeAfhB%2CiBAGI%2CkBAEI%2CUAQI%2CWAEK%3BEAEG%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAtVxB%2CeA%2BTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAaI%3BEACI%2CaAAA%3B%3BAA1VxB%2CeA%2BTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAgBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEtFxVpB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEsFwVoB%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA1WxB%2CeA%2BTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAgCI%3BAA5WpB%2CeA%2BTI%2CiBAGI%2CkBAEI%2CUAQI%2CWAiCI%3BEACI%2CaAAA%3B%3BAA9WxB%2CeA%2BTI%2CiBAGI%2CkBAiDI%3BAAnXZ%2CeA%2BTI%2CiBAGI%2CkBAkDI%3BEACI%2CWAAA%3B%3BEAEA%2CYAAA%3B%3B%3BAAvXhB%2CeA8XI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAArYR%2CeA8XI%2CgBAQI%2CcACI%3BEACI%2CSAAA%3B%3BAAxYhB%2CeA8XI%2CgBAQI%2CcACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA3YpB%2CeA8XI%2CgBAQI%2CcACI%2CGAEI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAjBpB%2CgBAQI%2CcACI%2CGAEI%2CGAGI%2CEAGK%3BEACG%2CcAAA%3B%3BAC5Z5B%2CgBAAiB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%3BEACjD%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%2CIAAC%3BEAClE%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACzG%2CcAAA%3B%3BAACA%2CgBAFa%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAExG%3BEACG%2CcAAA%3B%3BAAIR%3B%3B%3B%3B%3BAAAA%2CeACI%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CUAAA%3B%3BAAFR%2CeAKI%2CcAAc%2CkBAAkB%2CUAAU%2CWAAW%3BEACjD%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CeASI%3BEACI%2CaAAA%3B%3BAAVR%2CeAYI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%3BEAC5D%2CeAAA%3B%3BAAbR%2CeAgBI%3BEACI%2CsBAAA%3B%3BAAjBR%2CeAgBI%2CYAGI%2CgBAAe%2CYAAa%3BAAnBpC%2CeAgBI%2CYAII%2CgBAAgB%2CEAAC%3BEACb%2CcAAA%3B%3BAArBZ%2CeAgBI%2CYAOI%3BEACI%2CiBAAA%3B%3BAAxBZ%2CeAgBI%2CYAOI%2CiBAGI%3BEACI%2CcAAA%3B%3BAAEA%2CeAbZ%2CYAOI%2CiBAGI%2CEAGK%3BEACG%2C0BAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FBpB%2CeAgBI%2CYAmBI%2CgBACI%3BEACI%2CYAAA%3B%3BAArChB%2CeAgBI%2CYAmBI%2CgBACI%2COAEI%3BAAtChB%2CeAgBI%2CYAmBI%2CgBACI%2COAGI%3BEACI%2CWAAA%3B%3BAAxCpB%2CeAgBI%2CYA4BI%2CiBACI%2COAEI%3BAA%5C%2FChB%2CeAgBI%2CYA4BI%2CiBACI%2COAGI%3BEACI%2CWAAA%3B%3BAAjDpB%2CeAgBI%2CYA4BI%2CiBACI%2COAMI%3BEACI%2CsBAAA%3B%3BAApDpB%2CeAgBI%2CYA4BI%2CiBACI%2COASI%2CSACI%3BEACI%2CiBAAA%3B%3BAAxDxB%2CeAgBI%2CYA4BI%2CiBACI%2COASI%2CSAII%3BEACI%2CyDAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDxB%2CeAwEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA3ER%2CeAwEI%2CUAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEvF5ER%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEuF4EQ%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAArFZ%2CeAwEI%2CUAeI%3BEvFhDJ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEuF%2BFQ%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAvBJ%2CUAuBK%2CMACG%3BEvFhER%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEuFyGY%2CYAAA%3B%3BAAnGhB%2CeAwGI%3BEACI%2CWAAA%3B%3BAAzGR%2CeAwGI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA5GZ%2CeAwGI%2CkBAEI%2CaAII%3BAA9GZ%2CeAwGI%2CkBAEI%2CaAKI%3BAA%5C%2FGZ%2CeAwGI%2CkBAEI%2CaAMI%3BEACI%2CWAAA%3B%3BAAjHhB%2CeAwGI%2CkBAEI%2CaASI%3BEACI%2CaAAA%3B%3BAApHhB%2CeAwGI%2CkBAEI%2CaAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEvF1HZ%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAuF0HY%2CeAzBZ%2CkBAEI%2CaAYI%2CYAWK%3BEACG%2CyBAAA%3B%3BAAlIpB%2CeAwGI%2CkBAEI%2CaA2BI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEvFtIZ%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEuFsIY%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAlJhB%2CeAwGI%2CkBAEI%2CaA2BI%2CeAcI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeAjDhB%2CkBAEI%2CaA2BI%2CeAcI%2CKAMK%3BEACG%2CkBAAA%3BEvF%5C%2FIpB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEuFiIoB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%2CeA1DZ%2CkBAEI%2CaA2BI%2CeA6BK%3BEACG%2CyBAAA%3B%3BAAnKpB%2CeAyKI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAA3KR%2CeAyKI%2CeAGI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3BAAhLZ%2CeAyKI%2CeAGI%2CcAKI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAnLhB%2CeAyKI%2CeAaI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAzLZ%2CeAyKI%2CeAkBI%2CmBACI%2CeAAe%3BAA5L3B%2CeAyKI%2CeAkBI%2CmBAEI%2CqCAAqC%3BEACjC%2CmBAAA%3B%3BAAMA%2CeA3BZ%2CeAyBI%2CSACI%2CYACK%3BEACG%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAtMpB%2CeAyKI%2CeAyBI%2CSACI%2CYAQI%3BEACI%2CkBAAA%3B%3BAAKJ%2CeAxCZ%2CeAyBI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBACvC%2CoBAEK%2CIAAC%3BAADP%2CeAzCZ%2CeAyBI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAEvC%2CMACK%2CIAAC%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAArNxB%2CeAyKI%2CeAyBI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAQtC%2CIAAC%3BEACC%2CWAAA%3BEACA%2CwCAAA%3B%3BAA1NpB%2CeAiOI%2CYACM%3BEACE%2CSAAA%3BEACA%2CmBAAA%3B%3BAApOZ%2CeAiOI%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeAPZ%2CYACM%2CKAGI%2CKAGG%2CWAGK%3BAAFN%2CeARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CeATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CcAAA%3BEACA%2CwCAAA%3B%3BAA7OxB%2CeAiOI%2CYACM%2CKAGI%2CKAYE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BE7F5LhB%2CiDAAA%3BEACA%2CyCAAA%3B%3BA6F8LY%2CeAxBZ%2CYACM%2CKAGI%2CKAoBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA7BpB%2CYACM%2CKAGI%2CKAoBG%2CYACK%2CIAIG%3BEvFnPrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEuFqOwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAxBZ%2CYACM%2CKAGI%2CKAoBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAAtQ5B%2CeAiOI%2CYACM%2CKAGI%2CKAqCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3B%3BAACA%2CeAnDhB%2CYACM%2CKAGI%2CKAqCI%2CIAUG%3BEACG%2CcAAA%3B%3BAArRxB%2CeAiOI%2CYACM%2CKAyDE%3BEACI%2CkBAAA%3B%3BAAEA%2CeA7DZ%2CYACM%2CKAyDE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAAhSxB%2CeAiOI%2CYACM%2CKAyDE%2CGASI%3BEACI%2CUAAA%3B%3BAArSpB%2CeAiOI%2CYACM%2CKAyDE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeA1EpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAIK%2COACK%2CIAAC%3BEvFjS3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEuFmR4B%2CYAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FShC%2CeAiOI%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAYI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAvFpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAiBK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeA5FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAsBK%3BAACD%2CeA7FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAuBK%3BAACD%2CeA9FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAwBK%3BEACG%2CyBAAA%3B%3BAACA%2CeAhGxB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAsBK%2COAII%3BAAAD%2CeAhGxB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAuBK%2CWAGI%3BAAAD%2CeAhGxB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAwBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAALR%2CeA5FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAsBK%2COAOK%3BAANN%2CeA7FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAuBK%2CWAMK%3BAALN%2CeA9FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAwBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeArG5B%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAsBK%2COAOK%2CIAEG%3BAAAD%2CeArG5B%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAuBK%2CWAMK%2CIAEG%3BAAAD%2CeArG5B%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAwBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAAVZ%2CeA5FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAsBK%2COAaK%3BAAZN%2CeA7FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAuBK%2CWAYK%3BAAXN%2CeA9FpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAwBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAc5B%2CeAAC%2CiBAAkB%2CcAAc%3BEAC7B%2CoBAAA%3B%3BAAEJ%2CeAAC%2CiBAAkB%2CcAAc%2CkBAAkB%3BEAC%5C%2FC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CeAAC%2CiBAAkB%2CcAAc%2CkBAAkB%2CUAM%5C%2FC%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CeAAC%2CiBAAkB%2CcAAc%2CkBAAkB%2CUAY%5C%2FC%3BEACI%2CWAAA%3B%3BAAbR%2CeAAC%2CiBAAkB%2CcAAc%2CkBAAkB%2CUAe%5C%2FC%2CSAAQ%2CIAAI%3BEACR%2CgBAAA%3BEACA%2CUAAA%3B%3BAA9WZ%2CeAiXI%2CcAAc%2CkBAAkB%2CUAAU%3BEACtC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEvFjXJ%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEuFiXI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAzXR%2CeA2XI%3BEACI%2CYAAA%3B%3BAA5XR%2CeA2XI%2CiBAGI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAArYhB%2CeA2XI%2CiBAGI%2CYACI%2CeAOI%3BEACI%2CeAAA%3B%3BAAvYpB%2CeA2XI%2CiBAGI%2CYACI%2CeAUI%3BEACI%2CeAAA%3B%3BAA1YpB%2CeA2XI%2CiBAGI%2CYACI%2CeAUI%2CWAEI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9YxB%2CeA2XI%2CiBAGI%2CYAsBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BE7F7VZ%2CoDAAA%3BEACA%2C4CAAA%3B%3BA8F3EJ%2CgBAAiB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%3BEACjD%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%2CIAAC%3BEAClE%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACzG%2CcAAA%3B%3BAACA%2CgBAFa%2CgBAAgB%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAExG%3BEACG%2CcAAA%3B%3BAAIR%2CgBAAiB%2CgBAAgB%3BEAC7B%2CoBAAA%3B%3BAAGJ%3B%3B%3B%3B%3BAAAA%2CeAEI%3BEACI%2CaAAA%3B%3BAAHR%2CeAKI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%3BEAC5D%2CeAAA%3B%3BAANR%2CeAQI%3BEACI%2CsBAAA%3B%3BAATR%2CeAYI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3B%3BAAdR%2CeAYI%2CYAGI%2CUAAU%3BAAflB%2CeAYI%2CYAII%2CgBAAkB%3BAAhB1B%2CeAYI%2CYAKI%2CgBAAe%2CWAAY%3BAAjBnC%2CeAYI%2CYAMI%2CgBAAgB%2CiBAAmB%3BEAC%5C%2FB%2CcAAA%3B%3BAAnBZ%2CeAYI%2CYAUI%2CgBAAe%2CYAAa%3BAAtBpC%2CeAYI%2CYAWI%2CgBAAgB%2CEAAC%3BEACb%2CcAAA%3B%3BAAxBZ%2CeAYI%2CYAcI%3BEACI%2CiBAAA%3B%3BAA3BZ%2CeAYI%2CYAcI%2CiBAGI%3BEACI%2CcAAA%3B%3BAAEA%2CeApBZ%2CYAcI%2CiBAGI%2CEAGK%3BEACG%2C0BAAA%3BEACA%2CeAAA%3B%3BAAlCpB%2CeAYI%2CYA0BI%2CgBACI%3BEACI%2CYAAA%3B%3BAAxChB%2CeAYI%2CYA0BI%2CgBACI%2COAEI%3BAAzChB%2CeAYI%2CYA0BI%2CgBACI%2COAGI%3BEACI%2CWAAA%3B%3BAA3CpB%2CeAYI%2CYAmCI%2CiBACI%2COAEI%3BAAlDhB%2CeAYI%2CYAmCI%2CiBACI%2COAGI%3BEACI%2CWAAA%3B%3BAApDpB%2CeAYI%2CYAmCI%2CiBACI%2COAMI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C2DAAA%3BEACA%2CiBAAA%3B%3BAA1DpB%2CeAYI%2CYAmCI%2CiBACI%2COAMI%2CUAKI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7DxB%2CeAYI%2CYAmCI%2CiBACI%2COAgBI%2CSACI%3BEACI%2CgBAAA%3B%3BAAlExB%2CeAYI%2CYAmCI%2CiBACI%2COAgBI%2CSAII%3BEACI%2C0DAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxExB%2CeAiFI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApFR%2CeAiFI%2CUAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BExFzFR%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEwFyFQ%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA9FZ%2CeAiFI%2CUAeI%3BExF7DJ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEwF4GQ%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAvBJ%2CUAuBK%2CMACG%3BExF7ER%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEwFsHY%2CYAAA%3B%3BAA5GhB%2CeAiHI%3BEACI%2CWAAA%3B%3BAAlHR%2CeAiHI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAArHZ%2CeAiHI%2CkBAEI%2CaAII%3BAAvHZ%2CeAiHI%2CkBAEI%2CaAKI%3BAAxHZ%2CeAiHI%2CkBAEI%2CaAMI%3BEACI%2CWAAA%3B%3BAA1HhB%2CeAiHI%2CkBAEI%2CaASI%3BEACI%2CaAAA%3B%3BAA7HhB%2CeAiHI%2CkBAEI%2CaAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BExFvIZ%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAwFuIY%2CeAzBZ%2CkBAEI%2CaAYI%2CYAWK%3BEACG%2CyBAAA%3B%3BAA3IpB%2CeAiHI%2CkBAEI%2CaA2BI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BExFnJZ%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEwFmJY%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA3JhB%2CeAiHI%2CkBAEI%2CaA2BI%2CeAcI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeAjDhB%2CkBAEI%2CaA2BI%2CeAcI%2CKAMK%3BEACG%2CkBAAA%3BExF5JpB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEwF8IoB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%2CeA1DZ%2CkBAEI%2CaA2BI%2CeA6BK%3BEACG%2CyBAAA%3B%3BAA5KpB%2CeAkLI%3BEAEI%2CeAAA%3B%3BAApLR%2CeAkLI%2CeAGI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3BAAzLZ%2CeAkLI%2CeAGI%2CcAKI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5LhB%2CeAkLI%2CeAaI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAlMZ%2CeAkLI%2CeAkBI%2CmBACI%2CeAAe%3BAArM3B%2CeAkLI%2CeAkBI%2CmBAEI%2CqCAAqC%3BEACjC%2CmBAAA%3B%3BAAMA%2CeA3BZ%2CeAyBI%2CSACI%2CYACK%3BEACG%2CsBAAA%3B%3BAA9MpB%2CeAkLI%2CeAyBI%2CSACI%2CYAQI%3BEACI%2CkBAAA%3B%3BAAKJ%2CeAxCZ%2CeAyBI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBACvC%2CoBAEK%2CIAAC%3BAADP%2CeAzCZ%2CeAyBI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAEvC%2CMACK%2CIAAC%3BEACC%2CcAAA%3BEACA%2C6BAAA%3B%3BAA9NxB%2CeAkLI%2CeAyBI%2CSAcI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAQtC%2CIAAC%3BEACC%2CWAAA%3BEACA%2CwCAAA%3B%3BAAnOpB%2CeA0OI%2CYACM%3BEACE%2CSAAA%3BEACA%2CmBAAA%3B%3BAA7OZ%2CeA0OI%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeAPZ%2CYACM%2CKAGI%2CKAGG%2CWAGK%3BAAFN%2CeARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CeATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CcAAA%3BEACA%2CwCAAA%3B%3BAAtPxB%2CeA0OI%2CYACM%2CKAGI%2CKAYE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BE9FzMhB%2CiDAAA%3BEACA%2CyCAAA%3B%3BA8F2MY%2CeAxBZ%2CYACM%2CKAGI%2CKAoBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA7BpB%2CYACM%2CKAGI%2CKAoBG%2CYACK%2CIAIG%3BExFhQrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEwFkPwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAxBZ%2CYACM%2CKAGI%2CKAoBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAA%5C%2FQ5B%2CeA0OI%2CYACM%2CKAGI%2CKAqCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3B%3BAACA%2CeAnDhB%2CYACM%2CKAGI%2CKAqCI%2CIAUG%3BEACG%2CcAAA%3B%3BAA9RxB%2CeA0OI%2CYACM%2CKAyDE%3BEACI%2CkBAAA%3B%3BAAEA%2CeA7DZ%2CYACM%2CKAyDE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAAzSxB%2CeA0OI%2CYACM%2CKAyDE%2CGASI%3BEACI%2CUAAA%3B%3BAA9SpB%2CeA0OI%2CYACM%2CKAyDE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAzEpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAnFpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BExFvT3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEwFyS4B%2CYAAA%3BEACA%2CcAAA%3B%3BAAjUhC%2CeA0OI%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAhGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeArGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGA%2BBK%3BAACD%2CeAtGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAgCK%3BAACD%2CeAvGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAiCK%3BEACG%2CyBAAA%3B%3BAACA%2CeAzGxB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGA%2BBK%2COAII%3BAAAD%2CeAzGxB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAgCK%2CWAGI%3BAAAD%2CeAzGxB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAiCK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAALR%2CeArGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGA%2BBK%2COAOK%3BAANN%2CeAtGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAgCK%2CWAMK%3BAALN%2CeAvGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAiCK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeA9G5B%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGA%2BBK%2COAOK%2CIAEG%3BAAAD%2CeA9G5B%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAgCK%2CWAMK%2CIAEG%3BAAAD%2CeA9G5B%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAiCK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAAVZ%2CeArGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGA%2BBK%2COAaK%3BAAZN%2CeAtGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAgCK%2CWAYK%3BAAXN%2CeAvGpB%2CYACM%2CKAyDE%2CGASI%2CGAGI%2CGAiCK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAc5B%2CeAAC%2CiBAAkB%2CcAAc%3BEAC7B%2CoBAAA%3B%3BAAEJ%2CeAAC%2CiBAAkB%2CcAAc%2CkBAAkB%3BEAC%5C%2FC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CeAAC%2CiBAAkB%2CcAAc%2CkBAAkB%2CUAM%5C%2FC%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CeAAC%2CiBAAkB%2CcAAc%2CkBAAkB%2CUAe%5C%2FC%2CSAAQ%2CIAAI%3BEACR%2CgBAAA%3BEACA%2CUAAA%3B%3BAAhYZ%2CeAmYI%2CcAAc%2CkBAAkB%2CUAAU%3BEACtC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BExFvYJ%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEwFuYI%2CyBAAA%3BEACA%2CWAAA%3B%3BAA3YR%2CeA6YI%3BEACI%2CYAAA%3B%3BAA9YR%2CeA6YI%2CiBAGI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAvZhB%2CeA6YI%2CiBAGI%2CYACI%2CeAOI%3BEACI%2CeAAA%3B%3BAAzZpB%2CeA6YI%2CiBAGI%2CYACI%2CeAUI%3BEACI%2CeAAA%3B%3BAA5ZpB%2CeA6YI%2CiBAGI%2CYACI%2CeAUI%2CWAEI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAhaxB%2CeA6YI%2CiBAGI%2CYAsBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BE9FnXZ%2CoDAAA%3BEACA%2C4CAAA%3B%3BA%2BF3EJ%2CgBAAiB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%3BEACjD%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACtH%2CcAAA%3BEACA%2CwCAAA%3B%3BAACA%2CgBAHa%2CgBAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAGrH%3BEACG%2CcAAA%3BEACA%2CwCAAA%3B%3BAAIR%3B%3B%3B%3B%3BAAAA%2CeACI%3BEACI%2CaAAA%3B%3BAAFR%2CeAKI%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CeAKI%2CYAII%2CgBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZhB%2CeAKI%2CYAII%2CgBACI%2COAGI%3BAAbhB%2CeAKI%2CYAII%2CgBACI%2COAII%3BEACI%2CWAAA%3B%3BAAfpB%2CeAKI%2CYAII%2CgBACI%2COAOI%2CUAAU%2CUAAU%2CkBAAkB%3BAAjBtD%2CeAKI%2CYAII%2CgBACI%2COAQI%2CUAAU%2CUAAU%2CkBAAkB%2COAAM%3BEACxC%2CWAAA%3B%3BAAnBpB%2CeAKI%2CYAII%2CgBAaI%2CgBAAgB%2CiBAAiB%3BAAtB7C%2CeAKI%2CYAII%2CgBAcI%2CgBAAe%2CWAAY%3BAAvBvC%2CeAKI%2CYAII%2CgBAeI%2CgBAAgB%3BEACZ%2CWAAA%3B%3BAAzBhB%2CeAKI%2CYAuBI%2CiBACI%2COACI%3BEACI%2CYAAA%3B%3BAA%5C%2FBpB%2CeAKI%2CYAuBI%2CiBACI%2COAKI%2CSACI%3BEACI%2CiBAAA%3B%3BAApCxB%2CeAKI%2CYAuBI%2CiBACI%2COAKI%2CSAII%3BEACI%2CgBAAgB%2C4CAAhB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3CxB%2CeAmDI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAACA%2CeALJ%2CcAKK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAA%5C%2FDZ%2CeAmDI%2CcAcI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtEZ%2CeA0EI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAjFR%2CeA0EI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAArFZ%2CeAyFI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAA3FR%2CeAyFI%2CeAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FFZ%2CeAyFI%2CeASI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CeAyFI%2CeASI%2CcAGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvGhB%2CeAyFI%2CeASI%2CcAOI%3BEACI%2CqBAAA%3B%3BAA1GhB%2CeA%2BGI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAjHR%2CeA%2BGI%2CeAII%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%3BEAC1E%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeAPR%2CeAII%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%2CiBAGzE%3BEACG%2CUAAA%3B%3BAAGR%2CeAXJ%2CeAWK%2CWACG%3BEACI%2CaAAA%3B%3BAA5HhB%2CeA%2BGI%2CeAgBI%2CSACI%2CYACI%3BEACI%2CkBAAA%3B%3BAAlIpB%2CeA%2BGI%2CeAgBI%2CSAMI%2CqCAAqC%2CGAAK%2CKAAE%3BEACxC%2CaAAA%3B%3BAACA%2CeAxBZ%2CeAgBI%2CSAMI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAEvC%2CoBAEK%2CIAAC%3BAADP%2CeAzBZ%2CeAgBI%2CSAMI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAGvC%2CMACK%2CIAAC%3BEACC%2CWAAA%3BEACA%2CwCAAA%3B%3BAA3IxB%2CeA%2BGI%2CeAgBI%2CSAMI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAStC%2CIAAC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAjJpB%2CeAwJI%2CYACM%3BEACE%2CSAAA%3B%3BAA1JZ%2CeAwJI%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CeARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CeATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CwCAAA%3B%3BAArKxB%2CeAwJI%2CYACM%2CKAGI%2CKAaE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2CeA1BZ%2CYACM%2CKAGI%2CKAsBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA%5C%2FBpB%2CYACM%2CKAGI%2CKAsBG%2CYACK%2CIAIG%3BEzF1KrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEyF4JwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeA1BZ%2CYACM%2CKAGI%2CKAsBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAA%5C%2FL5B%2CeAwJI%2CYACM%2CKAGI%2CKAuCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA3MpB%2CeAwJI%2CYACM%2CKAsDE%3BEACI%2CkBAAA%3B%3BAAEA%2CeA1DZ%2CYACM%2CKAsDE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAApNxB%2CeAwJI%2CYACM%2CKAsDE%2CGASI%3BEACI%2CUAAA%3B%3BAAzNpB%2CeAwJI%2CYACM%2CKAsDE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAtEpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAhFpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BEzF5N3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEyF8M4B%2CYAAA%3BEACA%2CcAAA%3B%3BAA5OhC%2CeAwJI%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeA7FpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%3BEACG%2CyBAAA%3B%3BAACA%2CeApGxB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CeAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeAzG5B%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CeAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAvQhC%2CeAqRI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAxRR%2CeAqRI%2CiBAII%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FRhB%2CeAqRI%2CiBAII%2CkBAEI%2CUAKI%3BEACI%2CaAAA%3B%3BAAIA%2CeAhBhB%2CiBAII%2CkBAEI%2CUAQI%2CWAEK%3BEAEG%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAA7SxB%2CeAqRI%2CiBAII%2CkBAEI%2CUAQI%2CWAaI%3BEACI%2CaAAA%3B%3BAAjTxB%2CeAqRI%2CiBAII%2CkBAEI%2CUAQI%2CWAgBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEzFjTpB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEyFiToB%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAjUxB%2CeAqRI%2CiBAII%2CkBAEI%2CUAQI%2CWAgCI%3BAAnUpB%2CeAqRI%2CiBAII%2CkBAEI%2CUAQI%2CWAiCI%3BEACI%2CaAAA%3B%3BAArUxB%2CeAqRI%2CiBAII%2CkBAiDI%3BAA1UZ%2CeAqRI%2CiBAII%2CkBAkDI%3BEACI%2CWAAA%3B%3BEAEA%2CYAAA%3B%3B%3BAA9UhB%2CeAqVI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAA5VR%2CeAqVI%2CgBAQI%2CcACI%3BEACI%2CSAAA%3B%3BAA%5C%2FVhB%2CeAqVI%2CgBAQI%2CcACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlWpB%2CeAqVI%2CgBAQI%2CcACI%2CGAEI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAjBpB%2CgBAQI%2CcACI%2CGAEI%2CGAGI%2CEAGK%3BEACG%2CcAAA%3B%3BAAvW5B%2CeAgXI%2CkBACI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BE%5C%2FFzTR%2C8CAAA%3BEACA%2CsCAAA%3B%3BA%2BF7DJ%2CeAgXI%2CkBACI%2CaAMI%3BEACI%2CaAAA%3B%3BAAxXhB%2CeAgXI%2CkBACI%2CaASI%3BAA1XZ%2CeAgXI%2CkBACI%2CaAUI%3BAA3XZ%2CeAgXI%2CkBACI%2CaAWI%3BEACI%2CWAAA%3B%3BAA7XhB%2CeAgXI%2CkBACI%2CaAeI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAArYhB%2CeAgXI%2CkBACI%2CaAuBI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAACA%2CeAjCZ%2CkBACI%2CaAuBI%2CYASK%3BEACG%2CsBAAA%3B%3BAAlZpB%2CeAgXI%2CkBACI%2CaAoCI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CeAhDZ%2CkBACI%2CaAoCI%2CeAWK%3BEACG%2CsBAAA%3B%3BAAEJ%2CeAnDZ%2CkBACI%2CaAoCI%2CeAcK%3BAACD%2CeApDZ%2CkBACI%2CaAoCI%2CeAeK%3BE1E%5C%2Fab%2CUAAA%3BEAGA%2C0BAAA%3B%3BA0E8agB%2CeAtDhB%2CkBACI%2CaAoCI%2CeAcK%2CUAGI%3BAAAD%2CeAtDhB%2CkBACI%2CaAoCI%2CeAeK%2CSAEI%3BEACG%2CsBAAA%3BE1ElbpB%2CYAAA%3BEAGA%2CyBAAA%3B%3BA2ENJ%2CgBAAiB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%3BEACjD%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACtH%2CcAAA%3BEACA%2CwCAAA%3B%3BAACA%2CgBAHa%2CgBAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAGrH%3BEACG%2CcAAA%3BEACA%2CwCAAA%3B%3BAAKR%2CeAAgB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAAC%3BEACtG%2CSAAA%3B%3BAAGJ%2CgBAAiB%2CgBACb%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJR%2CgBAAiB%2CgBAOb%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAZR%2CgBAAiB%2CgBAOb%2CYASI%2CgBACI%2COACI%3BAAlBhB%2CgBAAiB%2CgBAOb%2CYASI%2CgBACI%2COAEI%3BEACI%2CWAAA%3B%3BAApBpB%2CgBAAiB%2CgBAOb%2CYASI%2CgBACI%2COACI%2CkBAGI%2CUAAU%2CUAAU%2CkBAAkB%3BAArB1D%2CgBAAiB%2CgBAOb%2CYASI%2CgBACI%2COAEI%2CkBAEI%2CUAAU%2CUAAU%2CkBAAkB%3BEAClC%2CWAAA%3B%3BAAtBxB%2CgBAAiB%2CgBAOb%2CYASI%2CgBACI%2COACI%2CkBAMI%2CUAAU%2CUAAU%2CkBAAiB%3BAAxBzD%2CgBAAiB%2CgBAOb%2CYASI%2CgBACI%2COAEI%2CkBAKI%2CUAAU%2CUAAU%2CkBAAiB%3BEACjC%2CWAAA%3B%3BAAzBxB%2CgBAAiB%2CgBAOb%2CYAuBI%2CiBACI%3BEACI%2CYAAA%3B%3BAAhChB%2CgBAAiB%2CgBAOb%2CYAuBI%2CiBACI%2COAEI%2CgBACI%2CiBAAgB%3BAAlCpC%2CgBAAiB%2CgBAOb%2CYAuBI%2CiBACI%2COAEI%2CgBAEI%3BEACI%2CWAAA%3B%3BAApCxB%2CgBAAiB%2CgBAOb%2CYAuBI%2CiBACI%2COAEI%2CgBAKI%3BEACI%2CWAAA%3B%3BAACA%2CgBAxCP%2CgBAOb%2CYAuBI%2CiBACI%2COAEI%2CgBAKI%2CgBAEK%3BEACG%2CWAAA%3B%3BAAU5B%3B%3B%3B%3BAAAA%2CeACI%3BEACI%2CaAAA%3B%3BAAFR%2CeAKI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAATR%2CeAKI%2CmBAKI%2CcAAc%2CUAAU%3BEACpB%2CSAAA%3B%3BAAXZ%2CeAKI%2CmBAQI%2CWAAW%2CcAAc%3BEACrB%2CaAAA%3B%3BAAdZ%2CeAKI%2CmBAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BE1FnER%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BE0FmEQ%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeA1BR%2CmBAWI%2CYAeK%3BEACG%2CkBAAA%3BE1F3EZ%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0F6DY%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAlCR%2CmBAWI%2CYAuBK%3BEACG%2CWAAA%3B%3BAACA%2CeApCZ%2CmBAWI%2CYAuBK%2CMAEI%3BEACG%2CWAAA%3B%3BAA1CpB%2CeAgDI%2CqCACI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%3BEAC5C%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnDZ%2CeAgDI%2CqCAKI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAAW%3BAArDnE%2CeAgDI%2CqCAMI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAAW%3BEACvD%2CWAAA%3B%3BAAvDZ%2CeA2DI%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3B%3BAA7DR%2CeA2DI%2CYAGI%2CiBACI%2CgBAAgB%3BEACZ%2CQAAA%3BEACA%2CUAAA%3B%3BAAjEhB%2CeA2DI%2CYAGI%2CiBAKI%3BEACI%2CYAAA%3B%3BAApEhB%2CeAwEI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAACA%2CeALJ%2CeAKK%2CWACG%2CcAAc%3BEACV%2CeAAA%3B%3BAAFR%2CeALJ%2CeAKK%2CWAIG%2CmBAAmB%3BEACf%2CgBAAA%3B%3BAAlFhB%2CeAwEI%2CeAaI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3B%3BAAvFZ%2CeAwEI%2CeAaI%2CcAGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1FhB%2CeAwEI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAA9FZ%2CeAwEI%2CeAqBI%2CmBAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnGhB%2CeAwEI%2CeA8BI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1GZ%2CeAwEI%2CeAqCI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%3BEAC1E%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeAxCR%2CeAqCI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%2CiBAGzE%3BEACG%2CUAAA%3B%3BAAjHhB%2CeAwEI%2CeA4CI%2CqCAAqC%2CGAAK%2CKAAE%3BEACxC%2CaAAA%3B%3BAACA%2CeA9CR%2CeA4CI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAEvC%2CoBAEK%2CIAAC%3BAADP%2CeA%5C%2FCR%2CeA4CI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAGvC%2CMACK%2CIAAC%3BEACC%2CcAAA%3BEACA%2CwCAAA%3B%3BAA1HpB%2CeAwEI%2CeA4CI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAStC%2CIAAC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAhIhB%2CeAsII%2CqCAAqC%2CGAAK%2CKAAE%2CqBAAwB%3BEAChE%2CgBAAA%3B%3BAAvIR%2CeAyII%2CYACM%3BEACE%2CSAAA%3B%3BAA3IZ%2CeAyII%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CeARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CeATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CwCAAA%3B%3BAAtJxB%2CeAyII%2CYACM%2CKAGI%2CKAaE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2CeA1BZ%2CYACM%2CKAGI%2CKAsBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CeA%5C%2FBpB%2CYACM%2CKAGI%2CKAsBG%2CYACK%2CIAIG%3BE1FnNrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0FqMwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeA1BZ%2CYACM%2CKAGI%2CKAsBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAAhL5B%2CeAyII%2CYACM%2CKAGI%2CKAuCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA5LpB%2CeAyII%2CYACM%2CKAsDE%3BEACI%2CkBAAA%3B%3BAAEA%2CeA1DZ%2CYACM%2CKAsDE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAArMxB%2CeAyII%2CYACM%2CKAsDE%2CGASI%3BEACI%2CUAAA%3B%3BAA1MpB%2CeAyII%2CYACM%2CKAsDE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAtEpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAhFpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BE1FrQ3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0FuP4B%2CYAAA%3BEACA%2CcAAA%3B%3BAA7NhC%2CeAyII%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeA7FpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CeAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%3BEACG%2CyBAAA%3B%3BAACA%2CeApGxB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CeAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CeAzG5B%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CeAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAxPhC%2CeAmQI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAArQR%2CeAmQI%2CiBAGI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAA5QhB%2CeAmQI%2CiBAGI%2CkBAEI%2CUAKI%3BEACI%2CaAAA%3B%3BAAIA%2CeAfhB%2CiBAGI%2CkBAEI%2CUAQI%2CWAEK%3BEAEG%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAA1RxB%2CeAmQI%2CiBAGI%2CkBAEI%2CUAQI%2CWAaI%3BEACI%2CaAAA%3B%3BAA9RxB%2CeAmQI%2CiBAGI%2CkBAEI%2CUAQI%2CWAgBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BE1FtVpB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BE0FsVoB%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA9SxB%2CeAmQI%2CiBAGI%2CkBAEI%2CUAQI%2CWAgCI%3BAAhTpB%2CeAmQI%2CiBAGI%2CkBAEI%2CUAQI%2CWAiCI%3BEACI%2CaAAA%3B%3BAAlTxB%2CeAmQI%2CiBAGI%2CkBAiDI%3BAAvTZ%2CeAmQI%2CiBAGI%2CkBAkDI%3BEACI%2CWAAA%3B%3BEAEA%2CYAAA%3B%3B%3BAA3ThB%2CeAkUI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAArUR%2CeAkUI%2CgBAII%2CcACI%3BEACI%2CSAAA%3B%3BAAxUhB%2CeAkUI%2CgBAII%2CcACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAA3UpB%2CeAkUI%2CgBAII%2CcACI%2CGAEI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAbpB%2CgBAII%2CcACI%2CGAEI%2CGAGI%2CEAGK%3BEACG%2CcAAA%3B%3BAAhV5B%2CeAyVI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA3VR%2CeAyVI%2CUAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAnWZ%2CeAyVI%2CUAII%2CeAOI%3BEACI%2CaAAA%3B%3BAArWhB%2CeAyVI%2CUAII%2CeAUI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAzWhB%2CeAyVI%2CUAmBI%3BE1F3XJ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BE0F0aQ%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnXZ%2CeAyVI%2CUAmBI%2CgBAQI%2CkBAAkB%2CaAAa%3BE1FnYvC%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA0F4DJ%2CeAyVI%2CUAmBI%2CgBAWI%3BEACI%2CgBAAA%3B%3BAAGR%2CeAlCJ%2CUAkCK%3BEACG%2CeAAA%3B%3BAADJ%2CeAlCJ%2CUAkCK%2CMAEG%3BE1FnZR%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BE0F2bY%2CYAAA%3B%3BAAJR%2CeAlCJ%2CUAkCK%2CMAEG%2CgBAGI%2CkBAAkB%2CaAAa%3BE1FtZ3C%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA0F4DJ%2CeAsYI%3BEACI%2CWAAA%3B%3BAAvYR%2CeAsYI%2CkBAEI%3BEACI%2CaAAA%3B%3BAAzYZ%2CeAsYI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA7YZ%2CeAsYI%2CkBAKI%2CaAGI%3BEACI%2CaAAA%3B%3BAA%5C%2FYhB%2CeAsYI%2CkBAKI%2CaAMI%3BAAjZZ%2CeAsYI%2CkBAKI%2CaAOI%3BEACI%2CWAAA%3B%3BAAnZhB%2CeAsYI%2CkBAKI%2CaAUI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CeA1BZ%2CkBAKI%2CaAUI%2CYAWK%3BEACG%2CyBAAA%3B%3BAAjapB%2CeAsYI%2CkBAKI%2CaAyBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FahB%2CeAsYI%2CkBAKI%2CaAyBI%2CeAYI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeA9ChB%2CkBAKI%2CaAyBI%2CeAYI%2CKAIK%3BEACG%2CkBAAA%3BE1FhepB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0FkdoB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%2CeAvDZ%2CkBAKI%2CaAyBI%2CeAyBK%3BEACG%2CeAAA%3B%3BACpgBpB%2CgBAAiB%2CYAAc%2CKAAK%2CKAAE%2CYAAe%3BEACjD%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%3BEACvH%2CcAAA%3BEACA%2CwCAAA%3B%3BAACA%2CgBAHa%2CiBAAiB%2CaAAa%2CqCAAqC%2CkBAAoB%2CKAAE%2CcAAiB%2CIAGtH%3BEACG%2CcAAA%3BEACA%2CwCAAA%3B%3BAAIR%3B%3B%3B%3B%3BAAAA%2CgBACI%3BEACI%2CaAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CyBAAA%3B%3BAANR%2CgBAKI%2CYAGI%2CgBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAXhB%2CgBAKI%2CYAGI%2CgBACI%2COAGI%3BAAZhB%2CgBAKI%2CYAGI%2CgBACI%2COAII%3BEACI%2CWAAA%3B%3BAAdpB%2CgBAKI%2CYAGI%2CgBACI%2COAOI%2CUAAU%2CUAAU%2CkBAAkB%3BAAhBtD%2CgBAKI%2CYAGI%2CgBACI%2COAQI%2CUAAU%2CUAAU%2CkBAAkB%2COAAM%3BEACxC%2CWAAA%3B%3BAAlBpB%2CgBAKI%2CYAGI%2CgBAaI%2CgBAAgB%2CiBAAiB%3BAArB7C%2CgBAKI%2CYAGI%2CgBAcI%2CgBAAe%2CWAAY%3BAAtBvC%2CgBAKI%2CYAGI%2CgBAeI%2CgBAAgB%3BEACZ%2CWAAA%3B%3BAAxBhB%2CgBAKI%2CYAsBI%2CiBACI%2COACI%3BEACI%2CYAAA%3B%3BAA9BpB%2CgBAKI%2CYAsBI%2CiBACI%2COAKI%2CSACI%3BEACI%2CiBAAA%3B%3BAAnCxB%2CgBAKI%2CYAsBI%2CiBACI%2COAKI%2CSAII%3BEACI%2CgBAAgB%2C4CAAhB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1CxB%2CgBAkDI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CgBAPJ%2CcAOK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEZ%2CgBAkDI%2CcAgBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtEZ%2CgBA0EI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAA5ER%2CgBA0EI%2CeAGI%3BEACI%2CYAAA%3B%3BAA9EZ%2CgBA0EI%2CeAOI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnFZ%2CgBA0EI%2CeAOI%2CcAGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAtFhB%2CgBA0EI%2CeAOI%2CcAOI%3BEACI%2CqBAAA%3B%3BAAzFhB%2CgBA8FI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAJJ%2CeAIK%2CWACG%2CSAAS%2CYAAY%3BEACjB%2CgBAAA%3B%3BAApGhB%2CgBA8FI%2CeAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%3BEAC1E%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CgBAbR%2CeAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%2CiBAGzE%3BEACG%2CUAAA%3B%3BAAGR%2CgBAjBJ%2CeAiBK%2CWACG%3BEACI%2CaAAA%3B%3BAAjHhB%2CgBA8FI%2CeAsBI%2CSACI%2CYACI%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAxHpB%2CgBA8FI%2CeAsBI%2CSAOI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%2CiBAAkB%2CYAAY%3BEAC1F%2CQAAA%3B%3BAA5HhB%2CgBA8FI%2CeAsBI%2CSAUI%2CqCAAqC%2CGAAK%2CKAAE%3BEACxC%2CaAAA%3B%3BAACA%2CgBAlCZ%2CeAsBI%2CSAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAEvC%2CoBAEK%2CIAAC%3BAADP%2CgBAnCZ%2CeAsBI%2CSAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAGvC%2CMACK%2CIAAC%3BEACC%2CcAAA%3BEACA%2CwCAAA%3B%3BAApIxB%2CgBA8FI%2CeAsBI%2CSAUI%2CqCAAqC%2CGAAK%2CKAAE%2CgBAStC%2CIAAC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1IpB%2CgBAiJI%2CYACM%3BEACE%2CSAAA%3B%3BAAnJZ%2CgBAiJI%2CYACM%2CKAGI%3BEACE%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CgBARZ%2CYACM%2CKAGI%2CKAIG%2COAEK%3BAADN%2CgBATZ%2CYACM%2CKAGI%2CKAKG%2CMACK%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CwCAAA%3B%3BAA9JxB%2CgBAiJI%2CYACM%2CKAGI%2CKAaE%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2CgBA1BZ%2CYACM%2CKAGI%2CKAsBG%2CYACK%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CgBA%5C%2FBpB%2CYACM%2CKAGI%2CKAsBG%2CYACK%2CIAIG%3BE3FnKrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE2FqJwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CgBA1BZ%2CYACM%2CKAGI%2CKAsBG%2CYACK%2CIAWE%3BEACI%2CaAAA%3B%3BAAxL5B%2CgBAiJI%2CYACM%2CKAGI%2CKAuCI%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAApMpB%2CgBAiJI%2CYACM%2CKAsDE%3BEACI%2CkBAAA%3B%3BAAEA%2CgBA1DZ%2CYACM%2CKAsDE%2CGAGK%2CMACK%3BEACE%2CcAAA%3B%3BAA7MxB%2CgBAiJI%2CYACM%2CKAsDE%2CGASI%3BEACI%2CUAAA%3B%3BAAlNpB%2CgBAiJI%2CYACM%2CKAsDE%2CGASI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CgBAtEpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAhFpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAaK%2COACK%2CIAAC%3BE3FrN3B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE2FuM4B%2CYAAA%3BEACA%2CcAAA%3B%3BAArOhC%2CgBAiJI%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGAqBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBA7FpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA0BK%2CWACK%3BEACE%2CYAAA%3B%3BAAGR%2CgBAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%3BEACG%2CyBAAA%3B%3BAACA%2CgBApGxB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAEI%3BEACG%2CgBAAgB%2CsCAAhB%3B%3BAAHR%2CgBAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%3BEACE%2CWAAA%3B%3BAACA%2CgBAzG5B%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAKK%2CIAEG%3BEACG%2CWAAA%3B%3BAARZ%2CgBAlGpB%2CYACM%2CKAsDE%2CGASI%2CGAGI%2CGA%2BBK%2CMAWK%3BEACE%2CWAAA%3BEACA%2CMAAA%3B%3BAAhQhC%2CgBA8QI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAjRR%2CgBA8QI%2CiBAII%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAxRhB%2CgBA8QI%2CiBAII%2CkBAEI%2CUAKI%3BEACI%2CaAAA%3B%3BAAIA%2CgBAhBhB%2CiBAII%2CkBAEI%2CUAQI%2CWAEK%3BEAEG%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAtSxB%2CgBA8QI%2CiBAII%2CkBAEI%2CUAQI%2CWAaI%3BEACI%2CaAAA%3B%3BAA1SxB%2CgBA8QI%2CiBAII%2CkBAEI%2CUAQI%2CWAgBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BE3F1SpB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BE2F0SoB%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA1TxB%2CgBA8QI%2CiBAII%2CkBAEI%2CUAQI%2CWAgCI%3BAA5TpB%2CgBA8QI%2CiBAII%2CkBAEI%2CUAQI%2CWAiCI%3BEACI%2CaAAA%3B%3BAA9TxB%2CgBA8QI%2CiBAII%2CkBAiDI%3BAAnUZ%2CgBA8QI%2CiBAII%2CkBAkDI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3B%3B%3BAAtUhB%2CgBA8UI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAArVR%2CgBA8UI%2CgBAQI%2CcACI%3BEACI%2CSAAA%3B%3BAAxVhB%2CgBA8UI%2CgBAQI%2CcACI%2CGAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA3VpB%2CgBA8UI%2CgBAQI%2CcACI%2CGAEI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CgBAjBpB%2CgBAQI%2CcACI%2CGAEI%2CGAGI%2CEAGK%3BEACG%2CcAAA%3B%3BAAhW5B%2CgBAyWI%3BEACI%2CWAAA%3B%3BAA1WR%2CgBA4WI%2CkBACI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEjGrTR%2C8CAAA%3BEACA%2CsCAAA%3B%3BAiG7DJ%2CgBA4WI%2CkBACI%2CaAMI%3BEACI%2CaAAA%3B%3BAApXhB%2CgBA4WI%2CkBACI%2CaASI%3BAAtXZ%2CgBA4WI%2CkBACI%2CaAUI%3BAAvXZ%2CgBA4WI%2CkBACI%2CaAWI%3BEACI%2CWAAA%3B%3BAAzXhB%2CgBA4WI%2CkBACI%2CaAeI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjYhB%2CgBA4WI%2CkBACI%2CaAuBI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAACA%2CgBAjCZ%2CkBACI%2CaAuBI%2CYASK%3BEACG%2CsBAAA%3B%3BAA9YpB%2CgBA4WI%2CkBACI%2CaAoCI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CgBAhDZ%2CkBACI%2CaAoCI%2CeAWK%3BEACG%2CyBAAA%3B%3BAAEJ%2CgBAnDZ%2CkBACI%2CaAoCI%2CeAcK%3BAACD%2CgBApDZ%2CkBACI%2CaAoCI%2CeAeK%3BE5E3ab%2CUAAA%3BEAGA%2C0BAAA%3B%3BA4E0agB%2CgBAtDhB%2CkBACI%2CaAoCI%2CeAcK%2CUAGI%3BAAAD%2CgBAtDhB%2CkBACI%2CaAoCI%2CeAeK%2CSAEI%3BEACG%2CyBAAA%3BE5E9apB%2CYAAA%3BEAGA%2CyBAAA%3B%3BA6ELJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACC%2CaAAA%3B%3BAAGD%3BEACC%2CYAAA%3BEACA%2CcAAA%3B%3BAAGD%2CcAAe%3BAAAkB%2CeAAgB%3BEAChD%2CyBAAA%3B%3BAASD%2CQAN2B%3BEACvB%2CeAAgB%2CeAAc%2CWAAY%2CcAAc%3BIACpD%2CgBAAA%3B%3B%3BAAoLR%2CQAhL0B%2CuBAAwB%3BEAC9C%2CoCAAqC%2CeAAe%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAAW%3BIAC3G%2CUAAA%3B%3BEAIJ%3B%3B%3BEAAA%2CeACI%3BIACI%2CgBAAA%3B%3BEAFR%2CeAII%3BIACI%2CiBAAA%3B%3BEALR%2CeAQI%2CeACI%2CoBACI%3BIACI%2CaAAA%3B%3BEAXhB%2CeAgBI%2CYAAY%2CiBAAiB%2COAAO%3BIAChC%2CoBAAA%3B%3BEAMI%2CeAFR%2CqCACI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAC3C%3BEACD%2CeAHR%2CqCACI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAE3C%3BIACG%2CWAAA%3B%3BEAzBhB%2CeAqBI%2CqCAOI%2CkBAAkB%2CsBAAsB%2CeAAe%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAAW%3B%3B%3B%3BEAY1H%2CeAAgB%2CQAAO%2CWAAY%2COAAO%2CmBAAmB%2CaAAa%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%3BIACtI%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3BEADJ%2CeAEI%2CQAAQ%2COAAO%3BIACX%2CYAAA%3B%3BEAHR%2CeAKI%2CQAAO%2CYAAa%2COAAO%3BIACvB%2CaAAA%3B%3BEANR%2CeAQI%2CQAAQ%2CQAAQ%3BIACZ%2CWAAA%3B%3BEATR%2CeAWI%2CQAAQ%2COACJ%2CmBAAmB%2CaACf%3BIACI%2CmBAAA%3B%3BEAdhB%2CeAWI%2CQAAQ%2COACJ%2CmBAAmB%2CaACf%2CqCAEI%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%3BIACvB%2CiBAAA%3B%3BEAhBpB%2CeAWI%2CQAAQ%2COACJ%2CmBAAmB%2CaACf%2CqCAKI%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%3BIACrC%2CWAAA%3BIACA%2CYAAA%3B%3BEACA%2CeAVhB%2CQAAQ%2COACJ%2CmBAAmB%2CaACf%2CqCAKI%2CGAAK%2CKAAE%2CgBAAgB%2CcAAiB%2CIAAC%2CiBAGpC%3BIACG%2CUAAA%3B%3BEAUxB%3B%3B%3BEAIY%2CeAFR%2CqCACI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAC3C%3BEACD%2CeAHR%2CqCACI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAE3C%3BIACG%2CWAAA%3B%3BEANhB%2CeAWI%2CYAAY%2CiBAAiB%2COAAO%3BIAChC%2CkBAAA%3B%3BEAKR%2CeACI%2CYAAY%2CiBAAiB%2COAAO%3BIAChC%2CkBAAA%3BIACA%2CaAAA%3B%3BEAHR%2CeAKI%2CeAAe%2CmBACX%2CeAAiB%3BEANzB%2CeAKI%2CeAAe%2CmBAEX%2CqCAAqC%3BIACjC%2CmBAAA%3B%3BEARZ%2CeAKI%2CeAAe%2CmBACX%2CeAAiB%2CKAGb%2CGAAE%2CgBAAmB%2CIAAC%3BEATlC%2CeAKI%2CeAAe%2CmBAEX%2CqCAAqC%2CkBAEjC%2CGAAE%2CgBAAmB%2CIAAC%3BIAClB%2CiBAAA%3B%3BEAVhB%2CeAcI%2CgBAAe%2CWAAY%2COAAO%3BIAC9B%2CaAAA%3B%3BEAKR%2CeAEI%3BEADJ%2CeACI%3BIACI%2CoBAAA%3B%3BEAHR%2CeAEI%2CeAEI%3BEAHR%2CeACI%2CeAEI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3B%3BEAPZ%2CeAEI%2CeAOI%2CYAAc%3BEARtB%2CeACI%2CeAOI%2CYAAc%3BEATtB%2CeAEI%2CeAQI%2CmBAAmB%2CeAAe%3BEAT1C%2CeACI%2CeAQI%2CmBAAmB%2CeAAe%3BEAV1C%2CeAEI%2CeASI%2CmBAAmB%2CqCAAqC%3BEAVhE%2CeACI%2CeASI%2CmBAAmB%2CqCAAqC%3BIACpD%2CeAAA%3B%3BEAZZ%2CeAEI%2CeAYI%3BEAbR%2CeACI%2CeAYI%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEAhBZ%2CeAEI%2CeAgBI%2CSAAS%2CYAAW%2CWAAY%3BEAjBxC%2CeACI%2CeAgBI%2CSAAS%2CYAAW%2CWAAY%3BIAC5B%2CaAAA%3B%3BEAnBZ%2CeAuBI%2CYAAY%2CiBAAiB%2COAAO%3BEAtBxC%2CeAsBI%2CYAAY%2CiBAAiB%2COAAO%3BIAChC%2CaAAA%3B%3BEAKR%2CeACI%3BIACI%2CaAAA%3B%3BEAFR%2CeAII%3BIACI%2CeAAA%3B%3BEAKR%2CeACI%2CmBAAmB%3BIACf%2CYAAA%3B%3BEAFR%2CeAII%3BIACI%2CaAAA%3B%3BEALR%2CeAOI%2CeAAe%2CmBAAmB%3BIAC9B%2CkBAAA%3B%3BEARR%2CeAUI%2CqCAAqC%2CkBAAkB%3BIACnD%2CWAAA%3B%3B%3BAA2FZ%2CQApF0B%3BEAEzB%2CqBAAsB%2CaAAa%2CWAAW%3BIAC7C%2CaAAA%3BIACA%2C8BAAA%3B%3BEAGD%2CeAAgB%2CeAAe%2CoBAC9B%2CUACC%2COAAO%3BEAFT%2CeAAgB%2CeAAe%2CoBACnB%2CaACV%2COAAO%3BIACN%2CcAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAKA%3BEACA%3BIACI%2CWAAA%3B%3BEAGJ%2CaAAc%2CUAAU%3BIACpB%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CaAAA%3B%3BEAGJ%3B%3B%3BEAIA%3BIACI%2CyBAAA%3B%3BEAIA%2CmBADgB%2CiBACf%3BIACG%2CcAAA%3B%3BEAGA%2CmBALY%2CiBAIf%2CMACI%3BIACG%2CcAAA%3B%3BEAMZ%2CeAAgB%2CYAAY%3BIACxB%2CeAAA%3B%3BEAKJ%2CeACI%3BIACI%2CaAAA%3B%3BEAOR%2CgBAAiB%2CgBAAgB%3BIAC7B%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CeACI%3BIACI%2CaAAA%3B%3BEAFR%2CeACI%2CmBAEI%3BIACI%2CaAAA%3B%3BEAJZ%2CeAOI%2CsBAAsB%2CYAAY%2CeAAe%3BIAC7C%2CWAAA%3B%3B%3BAA%2BWZ%2CQAzW0B%2CuBAAuB%3BEAC7C%2CcAAe%2CSAAS%3BIACpB%2CaAAA%3B%3BEAIJ%2CqBAAsB%2CgBAAgB%2CeAAe%2CoBAAoB%3BIACrE%2CaAAA%3B%3BEAGJ%2CeACI%2CsBAAsB%2CYAAY%2CeAAe%3BIAC7C%2CWAAA%3B%3BEAFR%2CeAII%2CcACI%3BIACI%2CaAAA%3B%3BEANZ%2CeASI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAbR%2CeAeI%2CYACI%3BIACI%2CaAAA%3B%3BEAjBZ%2CeAoBI%2CeACI%3BIACI%2C0BAAA%3B%3BEAtBZ%2CeAoBI%2CeAII%3BIAEI%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEA5BZ%2CeAoBI%2CeAII%2CmBAKI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEA%5C%2FBhB%2CeAoBI%2CeAII%2CmBASI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEApChB%2CeAoBI%2CeAII%2CmBASI%2CkBAII%2CaAAa%3BIACT%2CYAAA%3B%3BEAtCpB%2CeAoBI%2CeAsBI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEA5CZ%2CeAoBI%2CeAsBI%2CoBAGI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAOhB%2CqBAAsB%3BEACtB%2CgBAAiB%3BEACjB%2CsBAAuB%3BIAEnB%2CQAAA%3B%3BEAGJ%2CeACI%2CeAAe%3BIACX%2CUAAA%3B%3BEAFR%2CeAII%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAPR%2CeAII%2CYAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3B%3BEAZZ%2CeAII%2CYAII%2CeAKI%3BIACI%2CeAAA%3B%3BEAdhB%2CeAmBI%2CoBAAoB%3BIAChB%2CcAAA%3B%3BEApBR%2CeAsBI%2CQACI%2COACI%3BIACI%2CYAAA%3B%3BEAzBhB%2CeAsBI%2CQACI%2COAII%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEA7BhB%2CeAsBI%2CQACI%2COAII%2CQAGI%3BIACI%2CYAAA%3B%3BEA%5C%2FBpB%2CeAsBI%2CQACI%2COAII%2CQAMI%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAQpB%2CeACI%2CYAAY%3BIACR%2CaAAA%3B%3BEAFR%2CeAII%2CeAAe%2CmBAAmB%3BIAC9B%2CUAAA%3B%3BEALR%2CeAOI%2CkBAAkB%2CaAAa%3BIAC3B%2CeAAA%3B%3BEARR%2CeAUI%2CkBAAkB%2CaAAa%3BIAC3B%2CYAAA%3B%3BEAXR%2CeAcI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAnBR%2CeAcI%2CYAMI%3BIACI%2CmBAAA%3B%3BEArBZ%2CeAwBI%2CeAAe%2CSAAS%3BIACpB%2CaAAA%3B%3BEAzBR%2CeA2BI%2CsBAAsB%3BIAClB%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAlCR%2CeA2BI%2CsBAAsB%2CYAQlB%3BIACI%2CkCAAA%3B%3BEApCZ%2CeA2BI%2CsBAAsB%2CYAQlB%2CeAEI%3BIACI%2CcAAA%3B%3BEAQhB%2CeACI%2CYAAY%3BIACR%2CaAAA%3B%3BEAFR%2CeAKI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEATR%2CeAKI%2CYAKI%3BIACI%2CmBAAA%3B%3BEAXZ%2CeAcI%3BIACI%2CsBAAA%3B%3BEAfR%2CeAiBI%2CsBAAsB%3BIAClB%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAxBR%2CeAiBI%2CsBAAsB%2CYAQlB%3BIACI%2CgBAAA%3B%3BEA1BZ%2CeAiBI%2CsBAAsB%2CYAQlB%2CeAEI%3BIACI%2CcAAA%3B%3BEA5BhB%2CeAgCI%2CeACI%3BIACI%2CiBAAA%3B%3BEAMZ%2CeACI%2CYACI%3BIACI%2CaAAA%3B%3BEAHZ%2CeAMI%3BIACI%2CaAAA%3B%3BEAPR%2CeASI%2CeAAe%3BIACX%2CaAAA%3B%3BEAVR%2CeAYI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEAhBR%2CeAYI%2CYAKI%3BIACI%2CmBAAA%3B%3BEAlBZ%2CeAqBI%3BIACI%2CsBAAA%3B%3BEAtBR%2CeAwBI%2CsBAAsB%3BIAClB%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEA%5C%2FBR%2CeAwBI%2CsBAAsB%2CYAQlB%3BIACI%2CgBAAA%3B%3BEAjCZ%2CeAwBI%2CsBAAsB%2CYAQlB%2CeAEI%3BIACI%2CcAAA%3B%3BEAnChB%2CeAuCI%2CeAAe%3BIACX%2CgBAAA%3B%3BEAMR%2CeAEI%3BEADJ%2CeACI%3BIACI%2CiBAAA%3B%3BEAHR%2CeAEI%2CYAEI%2CYAAY%2CeAAe%3BEAHnC%2CeACI%2CYAEI%2CYAAY%2CeAAe%3BIACvB%2CWAAA%3B%3BEALZ%2CeAEI%2CYAKI%3BEANR%2CeACI%2CYAKI%3BIACI%2CaAAA%3B%3BEARZ%2CeAWI%3BEAVJ%2CeAUI%3BIACI%2CoBAAA%3B%3BEAKR%2CeACI%3BIACI%2CaAAA%3B%3BEAFR%2CeAII%3BIACI%2CeAAA%3B%3BEALR%2CeAOI%3BIACI%2CsBAAA%3B%3BEARR%2CeAOI%2CsBAEI%2CYAAY%2CeAAe%3BIACvB%2CWAAA%3B%3BEAVZ%2CeAaI%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3B%3BEAfR%2CeAaI%2CYAGI%3BIACI%2CgBAAA%3B%3BEAjBZ%2CeAaI%2CYAGI%2CgBAEI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAtBhB%2CeAaI%2CYAYI%3BIACI%2CaAAA%3B%3BEAMZ%2CeACI%3BIACI%2CWAAA%3B%3BEAFR%2CeAII%2CUAAU%3BIACN%2CQAAA%3B%3BEALR%2CeAOI%2CgBACI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAVZ%2CeAaI%2CeAAe%3BIACX%2CYAAA%3BIACA%2CSAAA%3B%3BEAfR%2CeAkBI%3BIACI%2CmBAAA%3B%3BEAnBR%2CeAkBI%2CeAEI%3BIACI%2CgBAAA%3B%3BEArBZ%2CeAkBI%2CeAEI%2CcAEI%3BIACI%2CgBAAA%3B%3BEAOhB%2CgBACI%3BIACI%2CaAAA%3B%3BEAFR%2CgBAII%3BIACI%2CeAAA%3B%3BEALR%2CgBAOI%3BIACI%2CyBAAA%3B%3BEARR%2CgBAOI%2CsBAEI%2CYAAY%2CeAAe%3BIACvB%2CWAAA%3B%3BEAVZ%2CgBAaI%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3B%3BEAfR%2CgBAaI%2CYAGI%3BIACI%2CgBAAA%3B%3BEAjBZ%2CgBAaI%2CYAGI%2CgBAEI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAtBhB%2CgBAaI%2CYAYI%3BIACI%2CaAAA%3B%3B%3BAA%2B2BhB%2CQAx2B0B%3BEAEzB%3BIACC%2CaAAA%3B%3BEAED%3BIACC%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAGD%3BIACC%2C2BAAA%3B%3BEAGD%2CqBAAsB%2CaAAa%2CWAAW%3BIAC7C%2CaAAA%3BIACA%2C8BAAA%3B%3BEAGD%2CWAAY%2CYAAY%2CSAAS%3BIAC7B%2C0BAAA%3B%3BEAGJ%3BIACC%2CWAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3BEAGD%2CQAAS%2CmBAAmB%2CEAAE%3BIAC7B%2CaAAA%3B%3BEAIE%2CWAAY%3BIACR%2CwBAAA%3B%3B%3BEAGJ%2CeACI%2CeAAe%2CSAAS%3BEAD5B%2CeAEI%2CYAAY%3BEAFhB%2CeAGI%2CgBAAe%3BEAHnB%2CeAII%2CgBAAe%3BIACX%2CaAAA%3B%3BEALR%2CeAOH%2CeAAe%2CoBAAoB%3BEAPhC%2CeAO2C%2CeAAe%2CoBAAoB%3BIAChF%2CkBAAA%3B%3BIAEA%2CkCAAA%3BIACA%2CwBAAA%3B%3BEAXE%2CeAcI%3BIACI%2CeAAA%3B%3BEAfR%2CeAiBI%2CeAAe%3BIACX%2CSAAA%3B%3BEAlBR%2CeAoBI%3B%3BIAEH%2CYAAA%3B%3BEAtBD%2CeAwBH%3B%3BIAEC%2CUAAA%3BIACA%2CkBAAA%3B%3BEA3BE%2CeA6BI%2CYAAY%3B%3B%3B%3BIAIlB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACU%2CsBAAA%3B%3BEApCR%2CeA6BI%2CYAAY%2CeAQR%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAvCZ%2CeA0CI%3BIACI%2CsBAAA%3BIAIA%2CmBAAA%3B%3BEA%5C%2FCR%2CeA0CI%2CYAEI%2CgBAAe%3BIACX%2CiBAAA%3B%3BEA7CZ%2CeA0CI%2CYAMI%2CgBACI%2CUAAU%2CUAAU%3BIAChB%2CiBAAA%3B%3BEACA%2CeATZ%2CYAMI%2CgBACI%2CUAAU%2CUAAU%2CkBAEf%3BIACG%2CSAAA%3B%3BEApDpB%2CeA0CI%2CYAMI%2CgBAOI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEA3DhB%2CeA0CI%2CYAMI%2CgBAOI%2CsBAMV%3BIACH%2CyBAAA%3B%3BEA9DC%2CeA0CI%2CYAMI%2CgBAOI%2CsBAMV%2CuBAGH%3BIACC%2CeAAA%3BIACA%2CcAAA%3B%3BEAlEA%2CeA0CI%2CYAMI%2CgBAOI%2CsBAcV%3BIACH%2CaAAA%3B%3BEAtEC%2CeA0CI%2CYAgCH%3BIACH%2CUAAA%3BIACA%2CkBAAA%3B%3BEA5EE%2CeA%2BEI%3B%3BIAEH%2CuBAAA%3BIACO%2CkBAAA%3B%3BEAlFR%2CeA%2BEI%2CeAII%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAtFZ%2CeA%2BEI%2CeAII%2CmBAII%3BIACI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEA5FhB%2CeA%2BEI%2CeAgBI%3BIACI%2CiBAAA%3B%3BEAhGZ%2CeA%2BEI%2CeAgBI%2CoBAEI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEApGhB%2CeA%2BEI%2CeAgBI%2CoBAOI%2CcAAc%2CkBAAkB%3BIAC5B%2CYAAA%3B%3BEAvGhB%2CeA%2BEI%2CeAgBI%2CoBAUV%3BEAzGE%2CeA%2BEI%2CeAgBI%2CoBAUC%3BIACV%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CwBAAA%3BIACA%2CaAAA%3B%3BEA7GC%2CeAkHH%2CeAAe%3BIACd%2CwBAAA%3B%3BEAnHE%2CeAqHI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BIAEP%2CaAAA%3BIACO%2CeAAA%3B%3BEA1HR%2CeAqHI%2CkBAMI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FHZ%2CeAqHI%2CkBAMI%2CaAKI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BIAEd%2CYAAA%3BIACc%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEACA%2CeApBZ%2CkBAMI%2CaAKI%2CeASK%3BIACG%2CSAAS%2CEAAT%3BI5F1xBpB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BI4F4wBoB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CeA7BZ%2CkBAMI%2CaAKI%2CeAkBK%3BIACG%2CyBAAA%3B%3BEAnJpB%2CeAqHI%2CkBAMI%2CaA2BI%3B%3BIAEV%2CYAAA%3BIACc%2CSAAA%3BIACA%2C4BAAA%3B%3BEAOhB%2CWAAW%2C2BAA4B%3BEAAiB%2CWAAW%2CsBAAuB%3BIACtF%2CgBAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CgBAAiB%3BEACjB%2CsBAAuB%3BIACnB%2CgBAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CoBAAA%3B%3BEAGJ%2CWAAW%2CiBAAkB%3BIACzB%2CgBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CeAGI%2CQAAQ%2CiBAAiB%2CcAAc%3BIACnC%2CiBAAA%3B%3BEAJR%2CeAMI%3BIACI%2CeAAA%3B%3BEAPR%2CeAMI%2CQAEI%2CUAAU%2CUAAU%3BIAChB%2CQAAA%3BIACA%2CUAAA%3B%3BEAVZ%2CeAMI%2CQASI%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAjBZ%2CeAMI%2CQAaI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAtBZ%2CeAMI%2CQAaI%2CYAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEA3BhB%2CeAMI%2CQAaI%2CYAII%2CeAKI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEA9BpB%2CeAMI%2CQA6BI%2CgBAAkB%3BIACd%2CWAAA%3B%3BEApCZ%2CeAMI%2CQAiCI%3BIACI%2CaAAA%3B%3BEAxCZ%2CeAMI%2CQAiCI%2COAEI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEA3ChB%2CeAMI%2CQAiCI%2COAEI%2CcAGI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3B%3BEA%5C%2FCpB%2CeAMI%2CQAiCI%2COAYI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEArDhB%2CeAMI%2CQAiCI%2COAYI%2CcAGI%2CQACI%2CWAAW%2CUAAU%2CUAAU%3BIAC3B%2C6BAAA%3BIACA%2CWAAA%3B%3BEAzDxB%2CeAMI%2CQAiCI%2COAYI%2CcAGI%2CQAKI%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FDxB%2CeAMI%2CQAiCI%2COAYI%2CcAeI%3BIACI%2CWAAA%3B%3BEAnEpB%2CeAMI%2CQAiCI%2COAYI%2CcAeI%2CkBAEI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAvExB%2CeAMI%2CQAiCI%2COAYI%2CcAeI%2CkBAEI%2CaAII%3BIACI%2CWAAA%3B%3BEAzE5B%2CeAMI%2CQAiCI%2COAYI%2CcAeI%2CkBAEI%2CaAOI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEA9E5B%2CeAMI%2CQAiCI%2COAYI%2CcA%2BBI%3BIACI%2CeAAA%3B%3BEAnFpB%2CeAMI%2CQAiCI%2COAYI%2CcA%2BBI%2CoBAEI%2CWACI%2CgBAAe%3BEArFvC%2CeAMI%2CQAiCI%2COAYI%2CcA%2BBI%2CoBAEI%2CWAEI%2CgBAAe%3BIACX%2CaAAA%3B%3BEAvF5B%2CeAMI%2CQAiCI%2COAsDI%3BIACI%2CaAAA%3B%3BEA9FhB%2CeAMI%2CQA4FI%2CiBAAiB%2CcACb%3B%3B%3BEAnGZ%2CeAMI%2CQA4FI%2CiBAAiB%2CcAIb%3BIACI%2CaAAA%3BIACA%2CYAAA%3B%3BEAxGhB%2CeAMI%2CQA4FI%2CiBAAiB%2CcAIb%2CUAGI%3BIACI%2CaAAA%3B%3BEA1GpB%2CeAgHI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEApHR%2CeAgHI%2CYAKI%2CeAAe%3BIACX%2CcAAA%3B%3BEAKZ%2CiBAAkB%3BIACd%2CiBAAA%3B%3BEAIJ%2CeACI%2CYACI%3BIACI%2CaAAA%3B%3BEAHZ%2CeAMI%2CeAAe%2CSAAS%3BEAN5B%2CeAOI%2CeAAe%2CoBAAoB%3BEAPvC%2CeAQI%2CYAAY%3BEARhB%2CeASI%2CgBAAe%3BEATnB%2CeAUI%2CgBAAe%3BIACX%2CaAAA%3B%3BEAXR%2CeAaI%2CeAAe%3BIACX%2CSAAA%3B%3BEAdR%2CeAgBI%2CeAAe%2CmBAAmB%2CkBAAkB%3BIAChD%2CsBAAA%3B%3BEAjBR%2CeAmBI%2CsBAAsB%2CYAAY%3BIAC9B%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAxBR%2CeAmBI%2CsBAAsB%2CYAAY%2CeAO9B%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEA5BZ%2CeAgCI%3BIACI%2CYAAA%3B%3BEAjCR%2CeAmCI%3BIACI%2CsBAAA%3B%3BEApCR%2CeAsCI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIAIA%2CmBAAA%3B%3BEA7CR%2CeAsCI%2CYAII%2CgBAAe%3BIACX%2CiBAAA%3B%3BEA3CZ%2CeAsCI%2CYAQI%2CgBACI%2CUAAU%2CUAAU%3BIAChB%2CiBAAA%3B%3BEACA%2CeAXZ%2CYAQI%2CgBACI%2CUAAU%2CUAAU%2CkBAEf%3BIACG%2CSAAA%3B%3BEAlDpB%2CeAsCI%2CYAQI%2CgBAOI%3BIACI%2CYAAA%3B%3BEAtDhB%2CeA2DI%3BIACI%2CkBAAA%3B%3BEA5DR%2CeA2DI%2CeAEI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAhEZ%2CeA2DI%2CeAEI%2CmBAII%3BIACI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAtEhB%2CeA2DI%2CeAcI%3BIACI%2CiBAAA%3B%3BEA1EZ%2CeA2DI%2CeAcI%2CoBAEI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEA9EhB%2CeA2DI%2CeAcI%2CoBAOI%2CiBAAiB%2CcAAc%2CkBAAkB%3BIAC7C%2CYAAA%3B%3BEAjFhB%2CeAsFI%3BIACI%2C6BAAA%3B%3BEAvFR%2CeA0FI%3BIACI%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEA9FR%2CeA0FI%2CkBAKI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAnGZ%2CeA0FI%2CkBAKI%2CaAKI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEACA%2CeAlBZ%2CkBAKI%2CaAKI%2CeAQK%3BIACG%2CSAAS%2CEAAT%3BI5FhjCpB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BI4FkiCoB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CeA3BZ%2CkBAKI%2CaAKI%2CeAiBK%3BIACG%2CyBAAA%3B%3BEAtHpB%2CeA0FI%2CkBAKI%2CaA0BI%3BIACI%2CYAAA%3BIACA%2CSAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3B%3BEAQhB%2CeACI%2CYACI%3BIACI%2CaAAA%3B%3BEAHZ%2CeAMI%3BEANJ%2CeAOI%2CeAAe%2CoBAAoB%3BEAPvC%2CeAQI%2CYAAY%3BEARhB%2CeASI%2CgBAAe%3BEATnB%2CeAUI%2CgBAAe%3BIACX%2CaAAA%3B%3BEAXR%2CeAaI%2CeAAe%3BIACX%2CSAAA%3B%3BEAdR%2CeAgBI%2CsBAAsB%2CYAAY%3BIAC9B%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEArBR%2CeAgBI%2CsBAAsB%2CYAAY%2CeAO9B%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAzBZ%2CeA6BI%3BIACI%2CYAAA%3B%3BEA9BR%2CeAgCI%3BIACI%2CsBAAA%3B%3BEAjCR%2CeAmCI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIAIA%2CmBAAA%3B%3BEA1CR%2CeAmCI%2CYAII%2CgBAAe%3BIACX%2CiBAAA%3B%3BEAxCZ%2CeAmCI%2CYAQI%2CgBACI%2CUAAU%2CUAAU%3BIAChB%2CiBAAA%3B%3BEACA%2CeAXZ%2CYAQI%2CgBACI%2CUAAU%2CUAAU%2CkBAEf%3BIACG%2CSAAA%3B%3BEA%5C%2FCpB%2CeAmCI%2CYAQI%2CgBAOI%3BIACI%2CYAAA%3B%3BEAnDhB%2CeAuDI%2CeACI%3BIACI%2CiBAAA%3B%3BEAzDZ%2CeA4DI%2CeAAe%3BIACX%2CWAAA%3B%3BEA7DR%2CeA%2BDI%3BIACI%2CeAAA%3B%3BEAKR%2CeACI%2CYACI%3BIACI%2CaAAA%3B%3BEAHZ%2CeAMI%2CeAAe%2CSAAS%3BEAN5B%2CeAOI%2CeAAe%2CoBAAoB%3BEAPvC%2CeAQI%2CYAAY%3BEARhB%2CeASI%2CgBAAe%3BEATnB%2CeAUI%2CgBAAe%3BIACX%2CaAAA%3B%3BEAXR%2CeAaI%2CeAAe%3BIACX%2CSAAA%3B%3BEAdR%2CeAgBI%2CsBAAsB%2CYAAY%3BIAC9B%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEArBR%2CeAgBI%2CsBAAsB%2CYAAY%2CeAO9B%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAzBZ%2CeA6BI%3BIACI%2CYAAA%3B%3BEA9BR%2CeAgCI%3BIACI%2CyBAAA%3B%3BEAjCR%2CeAmCI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIAIA%2CmBAAA%3B%3BEA1CR%2CeAmCI%2CYAII%2CgBAAe%3BIACX%2CiBAAA%3B%3BEAxCZ%2CeAmCI%2CYAQI%2CgBACI%2CUAAU%2CUAAU%3BIAChB%2CiBAAA%3B%3BEACA%2CeAXZ%2CYAQI%2CgBACI%2CUAAU%2CUAAU%2CkBAEf%3BIACG%2CSAAA%3B%3BEA%5C%2FCpB%2CeAmCI%2CYAQI%2CgBAOI%3BIACI%2CYAAA%3B%3BEAnDhB%2CeAwDI%2CeAAe%3BIACX%2CaAAA%3B%3BEAzDR%2CeA2DI%3BIACI%2CkBAAA%3B%3BEA5DR%2CeA2DI%2CeAEI%3BIACI%2CiBAAA%3B%3BEA9DZ%2CeA2DI%2CeAKI%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAtEZ%2CeA2DI%2CeAKI%2CkBAOI%2CaAAa%3BIACT%2CWAAA%3B%3BEAxEhB%2CeA2DI%2CeAgBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEA9EZ%2CeA2DI%2CeAqBI%3BIACI%2CgBAAA%3BIAEA%2CoBAAA%3B%3BEAnFZ%2CeAuFI%3BIACI%2CaAAA%3B%3BEAOJ%2CeAAC%2CiBAAkB%2CiBAAiB%2CkBAAkB%3BEAAtD%2CeAAC%2CiBAAkB%2CiBAAiB%2CkBAAkB%3BIAClD%2COAAA%3B%3BEAEJ%2CeAAC%2CiBAAkB%2CcAAc%3BEAAjC%2CeAAC%2CiBAAkB%2CcAAc%3BIAC7B%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAPR%2CeASI%3BEARJ%2CeAQI%3BIACI%2CiBAAA%3B%3BEAVR%2CeASI%2CYAEI%3BEAVR%2CeAQI%2CYAEI%3BIACI%2CaAAA%3B%3BEAZZ%2CeASI%2CYAKI%2CgBACI%2CgBAAe%3BEAd3B%2CeAQI%2CYAKI%2CgBACI%2CgBAAe%3BEAf3B%2CeASI%2CYAKI%2CgBAEI%2CgBAAe%3BEAf3B%2CeAQI%2CYAKI%2CgBAEI%2CgBAAe%3BIACX%2CaAAA%3B%3BEAjBhB%2CeAqBI%2CeACI%3BEArBR%2CeAoBI%2CeACI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAxBZ%2CeAqBI%2CeAKI%3BEAzBR%2CeAoBI%2CeAKI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA5BZ%2CeAqBI%2CeAKI%2CgBAGI%3BEA5BZ%2CeAoBI%2CeAKI%2CgBAGI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEACA%2CeAXZ%2CeAKI%2CgBAGI%2CUAGK%2CMAAO%3BEAAR%2CeAXZ%2CeAKI%2CgBAGI%2CUAGK%2CMAAO%3BIACJ%2CUAAA%3BIACA%2CYAAA%3B%3BEAlCpB%2CeAqBI%2CeAKI%2CgBAWI%3BEApCZ%2CeAoBI%2CeAKI%2CgBAWI%3BIACI%2CWAAA%3B%3BEAOhB%2CeACI%3BEADJ%2CeAEI%2CgBAAe%3BEAFnB%2CeAGI%2CgBAAe%3BEAHnB%2CeAII%3BEAJJ%2CeAKI%3BIACI%2CaAAA%3B%3BEANR%2CeAQI%3BIACI%2CsBAAA%3B%3BEATR%2CeAQI%2CsBAEI%2CYAAY%2CeAAe%3BIACvB%2CWAAA%3B%3BEAXZ%2CeAeI%2CkBAAkB%3BIACd%2CWAAA%3BIACA%2CkBAAA%3B%3BEAjBR%2CeAeI%2CkBAAkB%2CaAGd%3BIACI%2CWAAA%3B%3BEAnBZ%2CeAeI%2CkBAAkB%2CaAMd%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3B%3BEAzBZ%2CeA6BI%3BIACI%2CiBAAA%3B%3BEA9BR%2CeAiCI%3BIACI%2CgBAAA%3B%3BEAlCR%2CeAqCI%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3B%3BEAvCR%2CeAqCI%2CYAGI%3BIACI%2CgBAAA%3B%3BEAzCZ%2CeAqCI%2CYAGI%2CgBAEI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEA9ChB%2CeAqCI%2CYAYI%3BIACI%2CaAAA%3B%3BEAlDZ%2CeAqDI%3BIACI%2CmBAAA%3B%3BEAtDR%2CeAqDI%2CeAEI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAMZ%2CgBAAiB%2CgBAAgB%3BIAC7B%2CaAAA%3B%3BEAGJ%2CeACI%2CYAAY%3BIACR%2CYAAA%3B%3BEAFR%2CeAII%3BEAJJ%2CeAKI%2CgBAAe%3BIACX%2CaAAA%3B%3BEANR%2CeAQI%3BIACI%2CWAAA%3B%3BEATR%2CeAWI%2CYAAY%3BIACR%2CSAAA%3B%3BEAZR%2CeAWI%2CYAAY%2CiBAER%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAfZ%2CeAkBI%2CgBACI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEArBZ%2CeAwBI%2CeAAe%3BIACX%2CYAAA%3B%3BEAzBR%2CeA4BI%3BIACI%2CmBAAA%3B%3BEA7BR%2CeA4BI%2CeAEI%3BIACI%2CgBAAA%3B%3BEA%5C%2FBZ%2CeA4BI%2CeAEI%2CcAEI%3BIACI%2CgBAAA%3B%3BEAjChB%2CeA4BI%2CeAQI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3B%3BEAMZ%2CgBACI%3BEADJ%2CgBAEI%2CgBAAe%3BEAFnB%2CgBAGI%2CgBAAe%3BEAHnB%2CgBAII%3BEAJJ%2CgBAKI%3BIACI%2CaAAA%3B%3BEANR%2CgBAQI%3BIACI%2CsBAAA%3B%3BEATR%2CgBAQI%2CsBAEI%2CYAAY%2CeAAe%3BIACvB%2CWAAA%3B%3BEAXZ%2CgBAeI%2CkBAAkB%3BIACd%2CWAAA%3BIACA%2CkBAAA%3B%3BEAjBR%2CgBAeI%2CkBAAkB%2CaAGd%3BIACI%2CWAAA%3B%3BEAnBZ%2CgBAeI%2CkBAAkB%2CaAMd%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3B%3BEAzBZ%2CgBA6BI%3BIACI%2CiBAAA%3B%3BEA9BR%2CgBAiCI%3BIACI%2CgBAAA%3B%3BEAlCR%2CgBAqCI%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3B%3BEAvCR%2CgBAqCI%2CYAGI%3BIACI%2CgBAAA%3B%3BEAzCZ%2CgBAqCI%2CYAGI%2CgBAEI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEA9ChB%2CgBAqCI%2CYAYI%3BIACI%2CaAAA%3B%3BEAlDZ%2CgBAqDI%3BIACI%2CUAAA%3B%3BEAtDR%2CgBAqDI%2CeAEI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAzDZ%2CgBAqDI%2CeAMI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA9DZ%2CgBAqDI%2CeAMI%2CqBAII%3BIACI%2CWAAA%3B%3BEAhEhB%2CgBAqDI%2CeAMI%2CqBAOI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3B%3B%3BAA4EpB%2CQAhE0B%3BEACtB%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2CiBAAkB%2CcAAc%2CkBAAkB%3BIAC9C%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CWAAY%3BIACR%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3B%3BEAHJ%2CWAAY%2CgBAKR%3BIACI%2CeAAA%3B%3BEAMR%2CeACI%2CYAAY%3BIACR%2CYAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CeACI%2CYAAY%2CgBAIR%3BIACI%2CeAAA%3B%3BEANZ%2CeASI%2CQAAQ%2COAAO%2CcAAc%3BIACzB%2CeAAA%3B%3BEAMR%2CeACI%2CYAAY%3BIACR%2CYAAA%3BIACA%2CkBAAA%3B%3B%3BEAHR%2CeACI%2CYAAY%2CgBAIR%3BIACI%2CeAAA%3B%3BEAOZ%2CeACI%3BIACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAX%5C%2FiBZ%2CiBAAkB%2CiBAAgB%2CUAAU%2CGAAI%3BEAC5C%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BAAAW%2CWAAY%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BEACvR%2COAAA%3B%3BAYlgCJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BE7FSA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BA6FRA%2CSAAC%3BEACG%2CsBAAA%3B%3BAAGJ%2CSAAC%3BE7FQD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BA6FnBJ%2CiBAAkB%3BEACd%2CcAAA%3B%3BAAGJ%2CGAAG%3BEnG0LC%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA6FoBA%2CGAFD%2CWAEE%3BEACG%2CYAAA%3B%3BAAIR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAALR%2CeACI%2CiBAKI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAACA%2CeATR%2CiBAKI%2CYAIK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BE7FtBZ%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE6FQY%2CYAAA%3BEACA%2CkBAAA%3B%3BAAjBhB%2CeACI%2CiBAKI%2CYAaI%3BEACI%2CcAAA%3B%3BAApBhB%2CeACI%2CiBAsBI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzBZ%2CeACI%2CiBA0BI%2CWAAW%3BEACP%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAArCZ%2CeACI%2CiBAsCI%2COAAM%3BEACF%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CkBACI%2CoBACI%3BEACI%2CiBAAA%3B%3BAAHZ%2CkBACI%2CoBACI%2CaAGI%2CMACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAbpB%2CkBACI%2CoBACI%2CaAGI%2CMACI%2CWASI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAjBxB%2CkBACI%2CoBACI%2CaAGI%2CMACI%2CWAcI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAtBxB%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAEI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBxB%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAvCxB%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAMI%3BEACI%2CgBAAA%3B%3BAAzC5B%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAMI%2CWAEI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA9ChC%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAMI%2CWAQI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAzDhC%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAMI%2CWAQI%2CUAUI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDpC%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAMI%2CWAQI%2CUAiBI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAArEpC%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAuCI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3E5B%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWA4CI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAlFhC%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWA4CI%2CWACI%2CGAKI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkBAxFhC%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWA4CI%2CWACI%2CGAKI%2CGAKK%3BEACG%2CkBAAA%3B%3BAA1FxC%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWA4CI%2CWACI%2CGAKI%2CGASI%3BEACI%2CcAAA%3B%3BAAEA%2CkBA%5C%2FFpC%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWA4CI%2CWACI%2CGAKI%2CGASI%2CEAGK%3BEACG%2CcAAA%3B%3BAAKJ%2CkBArGpC%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWA4CI%2CWACI%2CGAKI%2CGAiBK%2CUACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAMJ%2CkBA7GpC%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWA4CI%2CWACI%2CGAKI%2CGAwBK%2CSAEI%3BE7FvKrC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE6FyJwC%2CiBAAA%3B%3BAAhH5C%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAwFI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA5H5B%2CkBACI%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAwFI%2CaAGI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEnGG5B%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BE6F2M4B%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CkBAnI5B%2CoBACI%2CaAGI%2CMAqBI%2CmBAQI%2CWAwFI%2CaAGI%2CcAOK%3BEACG%2CcAAA%3B%3BAAWpC%2CYACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CYACI%2CaAII%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAPZ%2CYACI%2CaAII%2CGAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEnGzBZ%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BE6FuOY%2CgBAAA%3B%3BAAbhB%2CYACI%2CaAII%2CGAII%2CEAMI%3BEACI%2CWAAA%3B%3BAAGJ%2CYAlBZ%2CaAII%2CGAII%2CEAUK%3BEACG%2CqBAAA%3B%3BAAOpB%2CgBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%2CkBAAmB%2CWAAW%2CUAAU%2CkBAAkB%2CiBAAgB%2CYAAa%3BEACtF%2CkBAAA%3B%3BAC1QD%2CWAAY%3BEACR%2CiBAAA%3B%3BAADJ%2CWAAY%2CgBAER%2CWAAW%2CcAAc%3BEACrB%2CkBAAA%3B%3BAAUR%3B%3B%3B%3B%3B%3BAAAA%2CWAEI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2CWAEI%2CeAOI%3BEACI%2C4BAAA%3B%3BAAVZ%2CWAEI%2CeAOI%2CeAEI%2CcACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAhBpB%2CWAEI%2CeAOI%2CeAEI%2CcACI%2CYAKI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiDAAA%3BEACA%2CyBAAA%3B%3BAArBxB%2CWAEI%2CeAOI%2CeAEI%2CcACI%2CYAKI%2CGAKI%3BEACI%2CiBAAA%3B%3BAAvB5B%2CWAEI%2CeAOI%2CeAEI%2CcACI%2CYAcI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3B%3BAA5BxB%2CWAEI%2CeAOI%2CeAEI%2CcACI%2CYAcI%2CeAGI%3BEACI%2CoBAAA%3B%3BAA9B5B%2CWAEI%2CeAOI%2CeAEI%2CcACI%2CYAcI%2CeAMI%2CgBACI%3BEACI%2CWAAA%3B%3BAACA%2CWAjC5B%2CeAOI%2CeAEI%2CcACI%2CYAcI%2CeAMI%2CgBACI%2CEAEK%2CMACG%3BEpGwBhC%2CuDAAA%3BEACA%2C%2BCAAA%3B%3BAoG7DJ%2CWAEI%2CeAOI%2CeAEI%2CcAiCI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAhDpB%2CWAEI%2CeAOI%2CeAEI%2CcAyCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAvDpB%2CWAEI%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%3BEACE%2CaAAA%3BE9FTpB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CW8FvDA%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%2CM9FCjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CW8FlEJ%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%2CM9FUjB%2CKAEI%3BAAAD%2CW8FlEJ%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%2CM9FWjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CW8FzEJ%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%2CM9FiBjB%2CKAEI%3BAAAD%2CW8FzEJ%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%2CM9FkBjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CW8F9EA%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%2CM9FwBjB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CW8FlFJ%2CeAOI%2CeAEI%2CcAyCI%2CSAIM%2CM9FwBjB%2CMAII%3BEACG%2CWAAA%3B%3BA8FrFZ%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjEpB%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAArExB%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAGI%2CWAAW%3BEACP%2CqBAAA%3B%3BAAvE5B%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAMI%2CyBAAyB%2CgBAAgB%3BEACrC%2CSAAA%3B%3BAA1E5B%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYASI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAjF5B%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYASI%2CiBAMI%3BEACI%2CsBAAA%3B%3BAAnFhC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYASI%2CiBAMI%2CeAEI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAvFpC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYASI%2CiBAMI%2CeAEI%2CYAII%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3FxC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYASI%2CiBAMI%2CeAEI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CWA%5C%2FFhC%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYASI%2CiBAMI%2CeAEI%2CYAaK%3BEACG%2CmBAAA%3B%3BAAlGxC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAqCI%2CWACI%2CeAAc%3BEACV%2CaAAA%3B%3BAA1GhC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAqCI%2CWAII%2CeAAc%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAA9GhC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAqCI%2CWAQI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAnHpC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAqCI%2CWAcI%3BEACI%2CwBAAA%3B%3BAAvHhC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAuDI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA9H5B%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAuDI%2CUAKI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAApIhC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAuDI%2CUAKI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAxIpC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAuDI%2CUAkBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FIhC%2CWAEI%2CeAOI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAuDI%2CUAuBI%3BEACI%2CSAAA%3B%3BAAlJhC%2CWAEI%2CeAyJI%3BEACI%2CeAAA%3B%3BAA5JZ%2CWAEI%2CeAyJI%2CYAEI%3BEACI%2CSAAA%3B%3BAA9JhB%2CWAEI%2CeAyJI%2CYAKI%2COAAO%3BEACH%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAArKhB%2CWAEI%2CeAyJI%2CYAYI%2CeACI%2CMACI%3BEACI%2C0BAAA%3BEACA%2CyBAAA%3B%3BAA3KxB%2CWAEI%2CeAyJI%2CYAYI%2CeACI%2CMACI%2CYAII%3BEACI%2CWAAA%3B%3BAA9K5B%2CWAEI%2CeAyJI%2CYAYI%2CeACI%2CMACI%2CYAQI%3BEACI%2CkBAAA%3B%3BAAlL5B%2CWAEI%2CeAyJI%2CYAYI%2CeACI%2CMACI%2CYAQI%2CUAEI%3BEACI%2CSAAA%3B%3BAApLhC%2CWA8LI%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAMJ%2CQAL%2BB%3BEAK%5C%2FB%2CWARA%3BIAIQ%2CkBAAA%3BIACA%2CkBAAA%3B%3B%3BAAnMZ%2CWAuMI%3BEACI%2CsBAAA%3B%3BAAxMR%2CWA2MI%3BEACI%2CeAAA%3B%3BAA5MR%2CWA2MI%2CWAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA9FnHR%2CW8F%2BGA%2CWAEI%2CQAGI%2CE9FpHP%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BA%2BEQJ%2CWAsNI%2C4BAEI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3NZ%2CWAsNI%2C4BAEI%2CuBAII%2CeAAe%3BAA5N3B%2CWAsNI%2C4BAEI%2CuBAI0B%2CeAAe%3BEACjC%2CgBAAA%3B%3BAA7NhB%2CWAsNI%2C4BAEI%2CuBAOI%2CWAAW%2CcAAc%2CSAAW%3BEAChC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BE9FzLZ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA8FuOY%2CWAbZ%2C4BAEI%2CuBAOI%2CWAAW%2CcAAc%2CSAAW%2CMAI%5C%2FB%3BEACG%2CUAAA%3B%3BAAEJ%2CWAhBZ%2C4BAEI%2CuBAOI%2CWAAW%2CcAAc%2CSAAW%2CMAO%5C%2FB%3BEACG%2CWAAA%3B%3BAAIR%2CWArBR%2C4BAEI%2CuBAmBK%2CMACG%2CWAAW%2CcAAc%2CSAAW%3BE9F1MhD%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA8FIJ%2CWAsNI%2C4BA6BI%3BE9FzFJ%2CkBAAA%3B%3BA8F1JJ%2CWAsNI%2C4BA6BI%2CY9FvFJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BA8FpKR%2CWAsNI%2C4BA6BI%2CY9F7EJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BA8FxKR%2CWAwPI%2CuBACI%2CeAAe%2CMAAM%3BEACjB%2CkBAAA%3B%3BAA1PZ%2CWAwPI%2CuBAII%2CeAAe%2CMAAM%2CYAAY%2CWAAW%2CeAAe%3BEACvD%2CsBAAA%3B%3BAA7PZ%2CWAkQI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAArQR%2CWAkQI%2CcAII%3BEACI%2CWAAA%3B%3BAAvQZ%2CWAkQI%2CcAII%2CaAGI%3BEACI%2CWAAA%3B%3BAA1QhB%2CWAkQI%2CcAII%2CaAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAhRhB%2CWAkQI%2CcAII%2CaAMI%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWApBhB%2CcAII%2CaAMI%2CaAKI%2CEAKK%3BEACG%2CcAAA%3B%3BAAqBZ%2CWA1CR%2CcAII%2CaAsCK%3BAACD%2CWA3CR%2CcAII%2CaAuCK%3BEACG%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWA%5C%2FCR%2CcAII%2CaA2CK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CWA%5C%2FCR%2CcAII%2CaA2CK%2CaAGG%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAzDZ%2CcAII%2CaA2CK%2CaAUI%3BE9FxGb%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CkCAAA%3BEAEA%2CqCAAA%3BEAEA%2CgCAAA%3BE8FkGgB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2CWAhEZ%2CcAII%2CaA2CK%2CaAiBI%3BE9FnGb%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CqCAAA%3BEACA%2C%2BBAAA%3BE8FiGgB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAvUpB%2CWA%2BUI%3BEACI%2CgBAAgB%2CoDAAhB%3B%3BAAhVR%2CWA%2BUI%2CkBAEI%2CcACI%2CiBACI%3BEACI%2CoBAAA%3B%3BAApVpB%2CWA%2BUI%2CkBAEI%2CcAOI%2CcACI%2CSACM%3BEACE%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAACA%2CWAjBpB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMAMG%3BEACG%2CyBAAA%3B%3BAAEJ%2CWApBpB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMASG%3BEACG%2COAAA%3B%3BAAEJ%2CWAvBpB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMAYG%3BEACG%2CQAAA%3B%3BAACA%2CWAzBxB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMAYG%2CSAEI%3BEACG%2CUAAA%3B%3BAAzWhC%2CWA%2BUI%2CkBAkCI%2CoBACI%2CMACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAArXpB%2CWA%2BUI%2CkBAkCI%2CoBACI%2CMAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAhDhB%2CkBAkCI%2CoBACI%2CMAKI%2CYAQK%3BE9F5KjB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C%2BBAAA%3BE8FsKoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAApYxB%2CWA%2BUI%2CkBAkCI%2CoBACI%2CMAKI%2CYAeI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWA5DpB%2CkBAkCI%2CoBACI%2CMAKI%2CYAeI%2CYAKK%3BE9F9XrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE8FgXwB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAA%5C%2FY5B%2CWA%2BUI%2CkBAkCI%2CoBACI%2CMAKI%2CYA2BI%3BEACI%2CoBAAA%3B%3BAAnZxB%2CWA%2BUI%2CkBAkCI%2CoBACI%2CMAKI%2CYA2BI%2CaAEI%3BEACI%2CyBAAA%3B%3BAArZ5B%2CWAiaI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAApaR%2CWAiaI%2CqBAII%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAxaZ%2CWAiaI%2CqBAII%2CgBAII%3BEACI%2CmBAAA%3B%3BAA1ahB%2CWAiaI%2CqBAII%2CgBAOI%3BEACI%2CWAAA%3B%3BAAQA%2CQAH%2BB%2CwBAAwC%3BEAGvE%2CWApBZ%2CqBAII%2CgBAWI%2CQAAO%2CWACH%3BIAEQ%2CiBAAA%3B%3B%3BAAnbxB%2CWAiaI%2CqBAII%2CgBAkDI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CWAzDZ%2CqBAII%2CgBAkDI%2CQAGK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BE%5C%2FE5ehB%2CUAAA%3BEAGA%2CwBAAA%3BEfLA%2CWAAW%2CUAAX%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CeAAe%2CUAAf%3BENkNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA8FIJ%2CWAiaI%2CqBAII%2CgBAkDI%2CQAeI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CWAAW%2CqBAAtB%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BE%5C%2FExfhB%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA8FIJ%2CWAiaI%2CqBAII%2CgBAkDI%2CQAeI%2COAWI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnfxB%2CWAiaI%2CqBAII%2CgBAkDI%2CQAeI%2COAWI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3B%3BAA3f5B%2CWAiaI%2CqBAII%2CgBAkDI%2CQAeI%2COAwBI%2CGACI%2CGACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CWApG5B%2CqBAII%2CgBAkDI%2CQAeI%2COAwBI%2CGACI%2CGACI%2CEAKK%3BEACG%2CcAAA%3B%3BAAQhB%2CWA7GhB%2CqBAII%2CgBAkDI%2CQAsDK%2CMACI%3BE%5C%2FEzhBjB%2CUAAA%3BEAGA%2C0BAAA%3BEfLA%2CWAAW%2CQAAX%3BEACA%2CgBAAgB%2CQAAhB%3BEACA%2CmBAAmB%2CQAAnB%3BEACA%2CeAAe%2CQAAf%3BENkNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA8FihBY%2CWA5GZ%2CqBAII%2CgBAkDI%2CQAsDK%2CMAMG%3BE%5C%2FE9hBhB%2CUAAA%3BEAGA%2C0BAAA%3BE%2BE6hBoB%2CWAAW%2CSAAS%2CqBAApB%3BEpG7UpB%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA8FgiBQ%2CWA3HR%2CqBAII%2CgBAuHK%2CgBACG%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CWA3HR%2CqBAII%2CgBAuHK%2CgBACG%2CYAII%3BEACI%2CmBAAA%3BE9FxYpB%2CkBAAA%3B%3BA8FkYQ%2CWA3HR%2CqBAII%2CgBAuHK%2CgBACG%2CYAII%2CY9FrYhB%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BA8FwXI%2CWA3HR%2CqBAII%2CgBAuHK%2CgBACG%2CYAII%2CY9F3XhB%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BA8FoXI%2CWA3HR%2CqBAII%2CgBAuHK%2CgBACG%2CYAQI%3BEACI%2CmBAAA%3B%3BAAVZ%2CWA3HR%2CqBAII%2CgBAuHK%2CgBACG%2CYAWI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA3iBxB%2CWAqjBI%2CkBACI%3BE9F5ZJ%2CkBAAA%3BE8F8ZQ%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAzjBZ%2CWAqjBI%2CkBACI%2CY9F1ZJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BA8FpKR%2CWAqjBI%2CkBACI%2CY9FhZJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BA8FxKR%2CWAqjBI%2CkBAMI%2CaACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAA9jBhB%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlkBxB%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBACI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA5kB5B%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAUI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAhlBhC%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAeI%3BEACI%2CkBAAA%3B%3BA9Fvf5B%2CW8FydA%2CkBAMI%2CaACI%2CMAGI%2CmBACI%2CYAsBI%2CE9F1fnB%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BA%2BEQJ%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBA2BI%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CWA5CpB%2CkBAMI%2CaACI%2CMAGI%2CmBA2BI%3BIAKQ%2CiBAAA%3B%3B%3BAA%5C%2FlB5B%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBA2BI%2CWAOI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAnmB5B%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBA2BI%2CWAOI%2CWAGI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAvmBhC%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBA2BI%2CWAgBI%3BEACI%2CaAAA%3B%3BAA3mB5B%2CWAqjBI%2CkBAMI%2CaACI%2CMAGI%2CmBA2BI%2CWAmBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWA9D5B%2CkBAMI%2CaACI%2CMAGI%2CmBA2BI%2CWAmBI%2CaACI%2CcAKK%3BEACG%2CcAAA%3B%3BAAMpB%2CWArEZ%2CkBAMI%2CaACI%2CMA8DK%2COAEG%2CmBACI%3BAAFR%2CWAtEZ%2CkBAMI%2CaACI%2CMA%2BDK%2COACG%2CmBACI%3BEACI%2CWAAA%3B%3BAACA%2CWA1ExB%2CkBAMI%2CaACI%2CMA8DK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWA1ExB%2CkBAMI%2CaACI%2CMA%2BDK%2COACG%2CmBACI%2CYAEK%3BE9F5azB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BE8Fsa4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAVhB%2CWArEZ%2CkBAMI%2CaACI%2CMA8DK%2COAEG%2CmBAWI%3BAAZR%2CWAtEZ%2CkBAMI%2CaACI%2CMA%2BDK%2COACG%2CmBAWI%3BEACI%2CWAAA%3B%3BAAIZ%2CWAvFZ%2CkBAMI%2CaACI%2CMAgFK%2COAEG%2CmBACI%3BAAFR%2CWAxFZ%2CkBAMI%2CaACI%2CMAiFK%2COACG%2CmBACI%3BEACI%2CYAAA%3B%3BAACA%2CWA5FxB%2CkBAMI%2CaACI%2CMAgFK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWA5FxB%2CkBAMI%2CaACI%2CMAiFK%2COACG%2CmBACI%2CYAEK%3BE9FlbzB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BE8Fgb4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAXhB%2CWAvFZ%2CkBAMI%2CaACI%2CMAgFK%2COAEG%2CmBAYI%3BAAbR%2CWAxFZ%2CkBAMI%2CaACI%2CMAiFK%2COACG%2CmBAYI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAC1qB5B%2CiBACI%2CgBAAgB%2CWAAW%2CcACvB%3BEACI%2CiBAAA%3B%3BAAHZ%2CiBACI%2CgBAAgB%2CWAAW%2CcACvB%2CUAEI%2CSAAS%3BEACL%2CWAAA%3BEACA%2CYAAA%3B%3BAANhB%2CiBACI%2CgBAAgB%2CWAAW%2CcAQvB%3BEACI%2CaAAA%3B%3BAAVZ%2CiBAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CiBAaI%2CWAEI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAjBZ%2CiBAaI%2CWAEI%2CQAGI%3BEAEI%2CcAAA%3B%3BA%5C%2FFsFZ%2CiB%2BF7FA%2CWAEI%2CQAGI%2CE%5C%2FFwFP%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAgFoBJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CWACI%2CgBAAgB%2CWAAW%2CcACvB%3BEACI%2CiBAAA%3B%3BAAHZ%2CWACI%2CgBAAgB%2CWAAW%2CcAIvB%3BEACI%2CaAAA%3B%3BAANZ%2CWAqBI%2CeAAe%2CMAAM%3BEACjB%2CYAAA%3B%3BAAtBR%2CWAyBI%3BEAEI%2CmBAAA%3B%3BAA3BR%2CWAyBI%2CY%5C%2FFwIA%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CW%2BF%5C%2FIJ%2CY%5C%2FFwIA%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BA%2BF%5C%2FKZ%2CWA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CWA6BI%2CgBAEI%3BEACI%2CiBAAA%3B%3BAAhCZ%2CWA6BI%2CgBAKI%3BEACI%2CmBAAA%3B%3BAAnCZ%2CWAsCI%3BEACI%2CmBAAA%3B%3BAAvCR%2CWAsCI%2CmBAEI%2CUAAU%3BEACN%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA3CZ%2CWAsCI%2CmBAOI%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAhDZ%2CWAsCI%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%3BE%5C%2FFbnB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BE%2BFOY%2CuBAAA%3B%3BA%5C%2FFNZ%2CW%2BFPA%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFJlB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CW%2BFlBJ%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFKlB%2CKAEI%3BAAAD%2CW%2BFlBJ%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFMlB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CW%2BFzBJ%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFYlB%2CKAEI%3BAAAD%2CW%2BFzBJ%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFalB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CW%2BF9BA%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFmBlB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CW%2BFlCJ%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFmBlB%2CMAII%3BEACG%2CWAAA%3B%3BA%2BFrBI%2CWAdZ%2CmBAOI%2CWAAW%2CcAIP%2CSAAW%2CMAGN%3BEACG%2CiBAAA%3B%3BAArDpB%2CWA4DI%3BEACI%2CiEAAA%3BEACA%2CeAAA%3B%3BAA9DR%2CWA4DI%2CcAGI%2CqBAAqB%2CYAAY%2CMAAM%2CYACnC%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWARZ%2CcAGI%2CqBAAqB%2CYAAY%2CMAAM%2CYACnC%2CWAIK%3BEACG%2CqBAAA%3B%3BAArEpB%2CWA4DI%2CcAGI%2CqBAAqB%2CYAAY%2CMAAM%2CYASnC%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1EhB%2CWA4DI%2CcAGI%2CqBAAqB%2CYAAY%2CMAAM%2CYASnC%2CUAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA9EpB%2CWA4DI%2CcAGI%2CqBAAqB%2CYAAY%2CMAAM%2CYASnC%2CUAQI%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAjFpB%2CWA4DI%2CcA0BI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BErG3CR%2CuDAAA%3BEACA%2C%2BCAAA%3B%3BAqGjDJ%2CWA4DI%2CcA0BI%2CqBAOI%3BEACI%2CgBAAA%3B%3BAA9FhB%2CWA4DI%2CcA0BI%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAjGhB%2CWA4DI%2CcA0BI%2CqBAUI%2CeAEI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAArGpB%2CWA4DI%2CcA0BI%2CqBAUI%2CeAEI%2CMAII%2CWAAW%3BEACP%2CSAAA%3B%3BAAvGxB%2CWA%2BGI%3BEACI%2CgBAAA%3B%3BAAhHR%2CWA%2BGI%2CoBAEI%3BEACI%2CkBAAA%3B%3BAAlHZ%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYACI%3BEACI%2CoBAAA%3B%3BAArHpB%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYACI%2CsBAEI%2CiBACI%2CGACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA3HhC%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYACI%2CsBAEI%2CiBACI%2CGACI%2CGAII%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWArB5B%2CoBAEI%2CiBAEI%2CYACI%2CsBAEI%2CiBACI%2CGACI%2CGAYK%2CQACG%3BEACI%2CWAAA%3B%3BAAKA%2CWA5BpC%2CoBAEI%2CiBAEI%2CYACI%2CsBAEI%2CiBACI%2CGACI%2CGAiBK%2CYACG%2CiBACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CWAvC5B%2CoBAEI%2CiBAEI%2CYACI%2CsBAEI%2CiBACI%2CGACI%2CGA8BK%2CMACG%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAzJxC%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAEI%3BEACI%2CiBAAA%3B%3BAApK5B%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAKI%2CeACI%3BEACI%2CUAAA%3B%3BAAxKhC%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAKI%2CeACI%2CMAEI%3BEACI%2CmBAAA%3B%3BAA1KpC%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAjL5B%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%3BE%5C%2FF9InC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BE%2BFwI4B%2CuBAAA%3B%3BA%5C%2FFvI5B%2CW%2BFkEA%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFrIlC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CW%2BFuDJ%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FF5HlC%2CKAEI%3BAAAD%2CW%2BFuDJ%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FF3HlC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CW%2BFgDJ%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFrHlC%2CKAEI%3BAAAD%2CW%2BFgDJ%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FFpHlC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CW%2BF2CA%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FF9GlC%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CW%2BFuCJ%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CM%5C%2FF9GlC%2CMAII%3BEACG%2CWAAA%3B%3BA%2BF4GoB%2CWAtE5B%2CoBAEI%2CiBAEI%2CYA6CI%2CuBACI%2CaAaI%2CWAAW%2CcAIP%2CSAAW%2CMAGN%3BEACG%2CiBAAA%3B%3BAAtLpC%2CWA%2BGI%2CoBAEI%2CiBAEI%2CYA6CI%2CuBA4BI%2CcAAc%2CUAAU%3BEACpB%2CwBAAA%3B%3BAA7LxB%2CWA%2BGI%2CoBAEI%2CiBAgFI%2CuBAAuB%2CaAAa%3BEAChC%2CmBAAA%3B%3BAAlMhB%2CWA%2BGI%2CoBAEI%2CiBAmFI%2CeAAe%2CMAAM%2CYAAY%2CUAAU%3BEACvC%2CeAAA%3B%3BAArMhB%2CWA0MI%3BEACI%2CeAAA%3B%3BAA3MR%2CWA0MI%2CS%5C%2FFpHA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CW%2BFgHJ%2CS%5C%2FFpHA%2CEAIK%3BEACG%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEN4FR%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAAqHQ%2CW%2BFqGR%2CS%5C%2FFpHA%2CEAcK%2CMACI%3BEACG%2CuCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEe%5C%2FHZ%2CYAAA%3BEAGA%2CyBAAA%3BEf8HY%2CQAAA%3BEACA%2CMAAA%3B%3BA%2BF3GhB%2CWAgNI%3BEACI%2CgBAAgB%2CwCAAhB%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAnNR%2CWAgNI%2CmBAII%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAtNZ%2CWAgNI%2CmBAII%2CaAII%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CoDAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAACA%2CWArBZ%2CmBAII%2CaAII%2CEAaK%3BEACG%2CyBAAA%3B%3BAAtOpB%2CWAgNI%2CmBA0BI%2CeACI%3BEACI%2C6BAAA%3B%3BAA5OhB%2CWAgNI%2CmBA%2BBI%2CeACI%3BEACI%2C6BAAA%3B%3BAAjPhB%2CWAgNI%2CmBAoCI%2CeACI%3BEACI%2C%2BBAAA%3B%3BAAtPhB%2CWAgNI%2CmBAyCI%2CeACI%3BEACI%2CkCAAA%3B%3BAA3PhB%2CWAgNI%2CmBA8CI%2CeACI%3BEACI%2CkCAAA%3B%3BAAhQhB%2CWAgNI%2CmBAmDI%2CeACI%3BEACI%2C6BAAA%3B%3BAArQhB%2CWAgNI%2CmBAwDI%2CeACI%3BEACI%2CkCAAA%3B%3BAA1QhB%2CWAgNI%2CmBA6DI%2CeACI%3BEACI%2CkCAAA%3B%3BAA%5C%2FQhB%2CWAoRI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAtRR%2CWAwRI%2CcACI%3BEACI%2CaAAA%3B%3BAA1RZ%2CWAwRI%2CcAII%3BEAEI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FRZ%2CWAwRI%2CcAII%2CUAII%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAArShB%2CWAwRI%2CcAII%2CUAII%2CSAMM%3BEACE%2CaAAA%3BE%5C%2FFnQhB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CW%2BF2OA%2CcAII%2CUAII%2CSAMM%2CM%5C%2FFzPb%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CW%2BFgOJ%2CcAII%2CUAII%2CSAMM%2CM%5C%2FFhPb%2CKAEI%3BAAAD%2CW%2BFgOJ%2CcAII%2CUAII%2CSAMM%2CM%5C%2FF%5C%2FOb%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CW%2BFyNJ%2CcAII%2CUAII%2CSAMM%2CM%5C%2FFzOb%2CKAEI%3BAAAD%2CW%2BFyNJ%2CcAII%2CUAII%2CSAMM%2CM%5C%2FFxOb%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CW%2BFoNA%2CcAII%2CUAII%2CSAMM%2CM%5C%2FFlOb%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CW%2BFgNJ%2CcAII%2CUAII%2CSAMM%2CM%5C%2FFlOb%2CMAII%3BEACG%2CWAAA%3B%3BA%2BFzEZ%2CWAwRI%2CcAqBI%2CeAAe%3BEACX%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAhTZ%2CWAwRI%2CcAqBI%2CeAAe%2CMAIX%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWA9BZ%2CcAqBI%2CeAAe%2CMAIX%2CYAKK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C8CAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FTpB%2CWAwRI%2CcAqBI%2CeAAe%2CMAIX%2CYAgBI%3BEACI%2CSAAA%3B%3BAAlUpB%2CWAwRI%2CcAqBI%2CeAAe%2CMAIX%2CYAmBI%2CYAEI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAxUxB%2CWAwRI%2CcAqBI%2CeAAe%2CMAIX%2CYAmBI%2CYAEI%2CeAGI%3BEACI%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA7U5B%2CWAwRI%2CcAqBI%2CeAAe%2CMAIX%2CYAmBI%2CYAEI%2CeAGI%2CYAKI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjVhC%2CWAwRI%2CcAqBI%2CeAAe%2CMAIX%2CYAmBI%2CYAEI%2CeAGI%2CYAUI%3BEACI%2CyBAAA%3B%3BAAEJ%2CWA9DxB%2CcAqBI%2CeAAe%2CMAIX%2CYAmBI%2CYAEI%2CeAGI%2CYAaK%3BEACG%2CkBAAA%3B%3BAAvVhC%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjWhB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUAII%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWA%5C%2FEhB%2CcAqBI%2CeAAe%2CMAiDX%2CUAII%2CmBAKK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA9WxB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUAmBI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAvXpB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUAmBI%2CcAQI%3BEACI%2CmBAAA%3B%3BAA1XxB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUAgCI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAnYxB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUAgCI%2CSAQI%3BEACI%2CaAAA%3B%3BAAvYxB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUA6CI%3BAA3YhB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUA8CI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FYpB%2CWAwRI%2CcAqBI%2CeAAe%2CMAiDX%2CUAoDI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAArZpB%2CWAwRI%2CcAqBI%2CeAAe%2CMA2GX%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA5ZhB%2CWAwRI%2CcAqBI%2CeAAe%2CMA2GX%2CWAMI%2CeAAc%3BEACV%2CSAAA%3B%3BAA%5C%2FZpB%2CWAwRI%2CcAqBI%2CeAAe%2CMA2GX%2CWASI%2CeAAc%3BEACV%2CaAAA%3B%3BAAlapB%2CWAwRI%2CcAqBI%2CeAAe%2CMA2GX%2CWAYI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAvaxB%2CWAwRI%2CcAqBI%2CeAAe%2CMA2GX%2CWAkBI%3BEACI%2CwBAAA%3B%3BAA3apB%2CWAibI%3BEACI%2CWAAA%3B%3BAAlbR%2CWAibI%2CmBAEI%3BEAKI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzbZ%2CWAibI%2CmBAEI%2CY%5C%2FFlRJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CW%2BFyQJ%2CmBAEI%2CY%5C%2FFlRJ%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BA%2BF%5C%2FKZ%2CWAibI%2CmBAEI%2CYAEI%3BEACI%2CiBAAA%3B%3BA%5C%2FFtWZ%2CW%2BFiWA%2CmBAUI%2CaACI%2CmBACI%2CYACI%2CE%5C%2FF9Wf%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAgFoBJ%2CWAibI%2CmBAUI%2CaAQI%3BEACI%2CaAAA%3B%3BAApchB%2CWAibI%2CmBAUI%2CaAQI%2CWAEI%3BEACI%2CeAAA%3B%3BAAtcpB%2CWAibI%2CmBAUI%2CaAQI%2CWAEI%2CWAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CWA7BpB%2CmBAUI%2CaAQI%2CWAEI%2CWAEI%2CEAOK%3BEACG%2CcAAA%3B%3BAA%5C%2Fc5B%2CWAibI%2CmBAUI%2CaAyBI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAtdhB%2CWAibI%2CmBAUI%2CaAyBI%2CYAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWA3ChB%2CmBAUI%2CaAyBI%2CYAGI%2CWAKK%3BE%5C%2FFtSjB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BE%2BFoSoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAlexB%2CWAibI%2CmBAUI%2CaAyBI%2CYAGI%2CWAaI%2CWACI%3BEACI%2CWAAA%3B%3BAACA%2CWAtDxB%2CmBAUI%2CaAyBI%2CYAGI%2CWAaI%2CWACI%2CEAEK%3BEACG%2CWAAA%3B%3BAAxehC%2CWAibI%2CmBAUI%2CaAmDI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAhfhB%2CWAibI%2CmBAUI%2CaAmDI%2CWAGI%2CMACI%2CYACI%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAArf5B%2CWAibI%2CmBAUI%2CaAmDI%2CWAGI%2CMAOI%3BEACI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWA5EpB%2CmBAUI%2CaAmDI%2CWAGI%2CMAOI%2CWAKK%3BEACG%2CsBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CWA5EpB%2CmBAUI%2CaAmDI%2CWAGI%2CMAOI%2CWAKK%2CMAIG%2CWACI%3BEACI%2CWAAA%3B%3BAAKhB%2CWAvFhB%2CmBAUI%2CaAmDI%2CWAGI%2CMAuBK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGI%2CWA5FxB%2CmBAUI%2CaAmDI%2CWAGI%2CMAuBK%2COAGG%2CWAEK%3BE%5C%2FFvVzB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3BE%2BFqV4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CWArG5B%2CmBAUI%2CaAmDI%2CWAGI%2CMAuBK%2COAGG%2CWAUK%2CMACI%3BE%5C%2FFhW7B%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3B%3BA%2BFoWgB%2CWA7GhB%2CmBAUI%2CaAmDI%2CWAGI%2CMA6CK%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CWA7GhB%2CmBAUI%2CaAmDI%2CWAGI%2CMA6CK%2COAIG%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAACA%2CWAvH5B%2CmBAUI%2CaAmDI%2CWAGI%2CMA6CK%2COAIG%2CmBAEI%2CWAIK%3BE%5C%2FF1W7B%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BE%2BFwWgC%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CWAhIhC%2CmBAUI%2CaAmDI%2CWAGI%2CMA6CK%2COAIG%2CmBAEI%2CWAYK%2CMACI%3BE%5C%2FFnXjC%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3B%3BA%2BF4VgB%2CWA7GhB%2CmBAUI%2CaAmDI%2CWAGI%2CMA6CK%2COAIG%2CmBAoBI%3BEACI%2CiBAAA%3B%3BAAMZ%2CWA5IhB%2CmBAUI%2CaAmDI%2CWAGI%2CMA4EK%2COACG%2CmBAEI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAACA%2CWAlJ5B%2CmBAUI%2CaAmDI%2CWAGI%2CMA4EK%2COACG%2CmBAEI%2CWAGK%3BE%5C%2FF5X7B%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BE%2BFsXgC%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CWA3JhC%2CmBAUI%2CaAmDI%2CWAGI%2CMA4EK%2COACG%2CmBAEI%2CWAWK%2CMACI%3BE%5C%2FFrYjC%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3B%3BA%2BF8WgB%2CWA5IhB%2CmBAUI%2CaAmDI%2CWAGI%2CMA4EK%2COACG%2CmBAmBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAC7mBhC%2CWAAW%2CgBACP%3BEACI%2CsBAAA%3B%3BAAIR%2CoBAAqB%2CWAAW%2CcAAc%3BEAC1C%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CWAAA%3B%3BAADJ%2CkBAAmB%2CUAEf%3BEACI%2CmBAAA%3BEjFVJ%2CUAAA%3BEAGA%2C0BAAA%3B%3BAiFYJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3BEjFjBA%2CUAAA%3BEAGA%2CwBAAA%3B%3BAiFYJ%2CkBAAmB%2CMAIf%3BEACI%2CsBAAA%3B%3BAAIR%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CWACI%2CcAAc%2CUAAU%3BEACpB%2CsBAAA%3B%3BAAFR%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAXR%2CWAKI%2CcAOI%3BEACI%2CWAAA%3B%3BAAbZ%2CWAKI%2CcAOI%2CaAGI%3BEACI%2CWAAA%3B%3BAAhBhB%2CWAKI%2CcAOI%2CaAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtBhB%2CWAKI%2CcAOI%2CaAMI%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3BpB%2CWAKI%2CcAOI%2CaAMI%2CaAYI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CkBAAA%3BEACA%2CwDAAA%3BEACA%2CkDAAA%3BEACA%2CwCAAA%3B%3BAApCpB%2CWAKI%2CcAOI%2CaAMI%2CaAqBI%2CEAAC%2CMAAM%3BAAvCvB%2CWAKI%2CcAOI%2CaAMI%2CaAsBI%2CEAAC%2CMAAM%3BEACH%2CmBAAmB%2CUAAnB%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CWAAW%2CUAAX%3BEjFnEhB%2CUAAA%3BEAGA%2CwBAAA%3B%3BAiFqEQ%2CWA3CR%2CcAOI%2CaAoCK%3BAACD%2CWA5CR%2CcAOI%2CaAqCK%3BEACG%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWAhDR%2CcAOI%2CaAyCK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CWAhDR%2CcAOI%2CaAyCK%2CaAGG%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWA1DZ%2CcAOI%2CaAyCK%2CaAUI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CWArEZ%2CcAOI%2CaAyCK%2CaAqBI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAnFpB%2CWA0FI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA9FR%2CWA0FI%2CeAKI%3BEACI%2C4BAAA%3B%3BAAhGZ%2CWA0FI%2CeAKI%2CeAEI%2CcACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAtGpB%2CWA0FI%2CeAKI%2CeAEI%2CcACI%2CYAKI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiDAAA%3BEACA%2CyBAAA%3B%3BAA3GxB%2CWA0FI%2CeAKI%2CeAEI%2CcACI%2CYAKI%2CGAKI%3BEACI%2CiBAAA%3B%3BAA7G5B%2CWA0FI%2CeAKI%2CeAEI%2CcACI%2CYAcI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3B%3BAAlHxB%2CWA0FI%2CeAKI%2CeAEI%2CcACI%2CYAcI%2CeAGI%3BEACI%2CoBAAA%3B%3BAApH5B%2CWA0FI%2CeAKI%2CeAEI%2CcACI%2CYAcI%2CeAMI%2CgBACI%3BEACI%2CWAAA%3B%3BAACA%2CWA%5C%2FB5B%2CeAKI%2CeAEI%2CcACI%2CYAcI%2CeAMI%2CgBACI%2CEAEK%2CMACG%3BEtG3EhC%2CuDAAA%3BEACA%2C%2BCAAA%3B%3BAsGhDJ%2CWA0FI%2CeAKI%2CeAEI%2CcAiCI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAtIpB%2CWA0FI%2CeAKI%2CeAEI%2CcAyCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA7IpB%2CWA0FI%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%3BEACE%2CaAAA%3BEhG5GpB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWgG8CA%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%2CMhGlGjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWgGmCJ%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%2CMhGzFjB%2CKAEI%3BAAAD%2CWgGmCJ%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%2CMhGxFjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWgG4BJ%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%2CMhGlFjB%2CKAEI%3BAAAD%2CWgG4BJ%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%2CMhGjFjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWgGuBA%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%2CMhG3EjB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWgGmBJ%2CeAKI%2CeAEI%2CcAyCI%2CSAIM%2CMhG3EjB%2CMAII%3BEACG%2CWAAA%3B%3BAgGxEZ%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvJpB%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAA3JxB%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAjK5B%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%3BEACI%2CsBAAA%3B%3BAAnKhC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAvKpC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%2CYAII%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3KxC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CWAvFhC%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%2CYAaK%3BEACG%2CmBAAA%3B%3BAAlLxC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYA%2BBI%2CWACI%3BEACI%2CqBAAA%3B%3BAA1LhC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAII%2CeAAc%3BEACV%2CaAAA%3B%3BAA7LhC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAOI%2CeAAc%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAAjMhC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAWI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAtMpC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAiBI%3BEACI%2CwBAAA%3B%3BAA1MhC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAoDI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAjN5B%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAoDI%2CUAKI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAvNhC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAoDI%2CUAKI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA3NpC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAoDI%2CUAkBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAlOhC%2CWA0FI%2CeAKI%2CeAEI%2CcAmDI%2CeAAe%2CMAKX%2CYAoDI%2CUAuBI%3BEACI%2CSAAA%3B%3BAArOhC%2CWA0FI%2CeAoJI%3BEACI%2CeAAA%3B%3BAA%5C%2FOZ%2CWA0FI%2CeAoJI%2CYAEI%3BEACI%2CSAAA%3B%3BAAjPhB%2CWA0FI%2CeAoJI%2CYAKI%2COAAO%3BEACH%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAxPhB%2CWA0FI%2CeAoJI%2CYAYI%2CeACI%2CMACI%3BEACI%2C0BAAA%3BEACA%2CyBAAA%3B%3BAA9PxB%2CWA0FI%2CeAoJI%2CYAYI%2CeACI%2CMACI%2CYAII%3BEACI%2CWAAA%3B%3BAAjQ5B%2CWA0FI%2CeAoJI%2CYAYI%2CeACI%2CMACI%2CYAQI%3BEACI%2CkBAAA%3B%3BAArQ5B%2CWA0FI%2CeAoJI%2CYAYI%2CeACI%2CMACI%2CYAQI%2CUAEI%3BEACI%2CSAAA%3B%3BAAvQhC%2CWAkRI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAApRR%2CWAkRI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAhGxMR%2CWgGmMA%2CWAGI%2CQAGI%2CEhGzMP%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAiFqBJ%2CWA%2BRI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAlSR%2CWA%2BRI%2CoBAII%3BEACI%2CkBAAA%3B%3BAApSZ%2CWA%2BRI%2CoBAII%2CiBAEI%2CYACI%3BEACI%2CoBAAA%3B%3BAAvSpB%2CWA%2BRI%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAA1SxB%2CWA%2BRI%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%2CiBAGI%2CGACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA9ShC%2CWA%2BRI%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%2CiBAGI%2CGACI%2CGAGI%3BEAEI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWAvBhC%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%2CiBAGI%2CGACI%2CGAGI%2CiBAOK%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CWA5BhC%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%2CiBAGI%2CGACI%2CGAGI%2CiBAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAIR%2CWAvC5B%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%2CiBAGI%2CGACI%2CGA0BK%2CQACG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMA%2CWAhDpC%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%2CiBAGI%2CGACI%2CGAiCK%2CYACG%2CiBACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAzDpC%2CoBAII%2CiBAEI%2CYACI%2CsBAEI%2CiBAGI%2CGACI%2CGAiCK%2CYACG%2CiBAUK%3BEACG%2CaAAA%3B%3BAAzV5C%2CWA%2BRI%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaACI%3BEACI%2CiBAAA%3B%3BAApW5B%2CWA%2BRI%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAII%2CeACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAzWhC%2CWA%2BRI%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAII%2CeACI%2CMAGI%2CYACI%3BEACI%2CeAAA%3B%3BAA5WxC%2CWA%2BRI%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAII%2CeACI%2CMAGI%2CYAII%3BEACI%2CeAAA%3B%3BAA%5C%2FWxC%2CWA%2BRI%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAA1X5B%2CWA%2BRI%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%3BEhGxV1B%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWgGmPA%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMhG%5C%2FUzB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWgGwOJ%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMhGtUzB%2CKAEI%3BAAAD%2CWgGwOJ%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMhGrUzB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWgGiOJ%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMhG%5C%2FTzB%2CKAEI%3BAAAD%2CWgGiOJ%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMhG9TzB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWgG4NA%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMhGxTzB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWgGwNJ%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMhGxTzB%2CMAII%3BEACG%2CWAAA%3B%3BAgGqToB%2CWA9F5B%2CoBAII%2CiBAEI%2CYA4DI%2CuBACI%2CaAmBI%2CWAAW%2CSAML%2CMAEG%3BEACG%2CiBAAA%3B%3BAA9XpC%2CWA%2BRI%2CoBAII%2CiBAEI%2CYA4DI%2CuBAoCI%2CcAAc%2CUAAU%3BEACpB%2CwBAAA%3B%3BAAtYxB%2CWA%2BYI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnZR%2CWA%2BYI%2CqBAKI%3BEACI%2CkBAAA%3B%3BAArZZ%2CWA%2BYI%2CqBAKI%2CiBAEI%3BEACI%2CWAAA%3B%3BAAvZhB%2CWA%2BYI%2CqBAKI%2CiBAEI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA5ZpB%2CWA%2BYI%2CqBAKI%2CiBAEI%2CYAEI%2CGAKI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAjBhB%2CqBAKI%2CiBAEI%2CYAEI%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvaxB%2CWA%2BYI%2CqBAKI%2CiBAuBI%3BEACI%2CiBAAA%3B%3BAA5ahB%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAEI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAhbpB%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAEI%2CsBAKI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAApbxB%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1bhC%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAMI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWArD5B%2CqBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWA3DpC%2CqBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%2CiBAIK%3BEhG1crC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEgG4bwC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CWArE5B%2CqBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%3BEACG%2CeAAA%3B%3BAADJ%2CWArE5B%2CqBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%2CMAEG%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAxdxC%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaACI%3BEACI%2CiBAAA%3B%3BAAne5B%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAII%2CeAEI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA3epC%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAII%2CeAEI%2CiBAMI%3BEAEI%2CUAAA%3B%3BAA%5C%2FepC%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAII%2CeAEI%2CiBAMI%2CMAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CWApGpC%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAII%2CeAEI%2CiBAMI%2CMAGI%2CYAGK%3BEACG%2CgBAAA%3B%3BAApf5C%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAII%2CeAEI%2CiBAMI%2CMAGI%2CYAOI%3BEACI%2CeAAA%3B%3BAAxf5C%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAII%2CeAEI%2CiBAMI%2CMAGI%2CYAUI%3BEACI%2CeAAA%3B%3BAA3f5C%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAtgB5B%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAzgBhC%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%3BEhGve9B%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWgGmWA%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMhG9d7B%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWgGwVJ%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMhGrd7B%2CKAEI%3BAAAD%2CWgGwVJ%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMhGpd7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWgGiVJ%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMhG9c7B%2CKAEI%3BAAAD%2CWgGiVJ%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMhG7c7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWgG4UA%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMhGvc7B%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWgGwUJ%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMhGvc7B%2CMAII%3BEACG%2CWAAA%3B%3BAgGocwB%2CWA7HhC%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAgCI%2CWAAW%2CcAMP%2CSAGM%2CMAEG%3BEACG%2CiBAAA%3B%3BAA7gBxC%2CWA%2BYI%2CqBAKI%2CiBAuBI%2CYAqDI%2CuBAoDI%2CcAAc%2CUAAU%3BEACpB%2CwBAAA%3B%3BAArhBxB%2CWA6hBI%3BEACI%2CgBAAA%3BEACA%2CgBAAgB%2CoDAAhB%3B%3BAA%5C%2FhBR%2CWA6hBI%2CkBAGI%2CcACI%2CiBACI%3BEACI%2CoBAAA%3B%3BAAniBpB%2CWA6hBI%2CkBAGI%2CcAOI%2CcACI%2CSACM%3BEhGtgBlB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEgGggBoB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAhGngBpB%2CWgGifA%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMhG7fjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWgGseJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMhGpfjB%2CKAEI%3BAAAD%2CWgGseJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMhGnfjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWgG%2BdJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMhG7ejB%2CKAEI%3BAAAD%2CWgG%2BdJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMhG5ejB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWgG0dA%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMhGtejB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWgGsdJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMhGtejB%2CMAII%3BEACG%2CWAAA%3B%3BAgGweY%2CWAnBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAOG%3BEACG%2CyBAAA%3B%3BAAEJ%2CWAtBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAUG%3BEACG%2COAAA%3B%3BAAEJ%2CWAzBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAaG%3BEACG%2CQAAA%3B%3BAACA%2CWA3BxB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAaG%2CSAEI%3BEACG%2CUAAA%3B%3BAAzjBhC%2CWA6hBI%2CkBAoCI%2CoBACI%2CMACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAArkBpB%2CWA6hBI%2CkBAoCI%2CoBACI%2CMAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAlDhB%2CkBAoCI%2CoBACI%2CMAKI%2CYAQK%3BEhGzYjB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C%2BBAAA%3BEgGmYoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAplBxB%2CWA6hBI%2CkBAoCI%2CoBACI%2CMAKI%2CYAeI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWA9DpB%2CkBAoCI%2CoBACI%2CMAKI%2CYAeI%2CYAKK%3BEhG3lBrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEgG6kBwB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAA%5C%2FlB5B%2CWA6hBI%2CkBAoCI%2CoBACI%2CMAKI%2CYA2BI%3BEACI%2CoBAAA%3B%3BAAnmBxB%2CWA6hBI%2CkBAoCI%2CoBACI%2CMAKI%2CYA2BI%2CaAEI%3BEACI%2CyBAAA%3B%3BAArmB5B%2CWAgnBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlnBR%2CWAgnBI%2CsBAGI%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3B%3BAArnBZ%2CWAgnBI%2CsBAGI%2CYAGI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA5nBhB%2CWAgnBI%2CsBAGI%2CYAGI%2CGAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAhBZ%2CsBAGI%2CYAGI%2CGAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvoBpB%2CWAgnBI%2CsBA2BI%2CwBACI%3BAA5oBZ%2CWAgnBI%2CsBA2BI%2CwBAEI%2CcAAc%3BEACV%2CiBAAA%3B%3BAA9oBhB%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAppBxB%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CWA1CxB%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAGI%2CWAKK%3BEACG%2CqBAAA%3B%3BAA3pBhC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%3BEACI%2CkBAAA%3B%3BAAhqB5B%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAArqBhC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1qBhC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBASI%2CyBAII%2CiBAAiB%2CQAAO%3BEACpB%2CaAAA%3B%3BAA7qBpC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAkBI%3BEACI%2CiBAAA%3B%3BAAlrBhC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAsBI%3BEACI%2CaAAA%3B%3BAAtrBhC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAsBI%2CWAEI%3BEACI%2CgBAAA%3B%3BAAxrBpC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9rBhC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAII%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAjsBpC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAQI%3BEACI%2C2BAAA%3B%3BAApsBpC%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CWAjGhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAWK%3BEACG%2CyBAAA%3BEtGvhBpC%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAgGquBoC%2CWApGpC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAWK%2CMAGI%3BEACG%2CWAAA%3B%3BAAIR%2CWAzGhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAmBK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CWAzGhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAmBK%2CSAKG%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAnHpC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAmBK%2CSAUI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWAzHhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAmCK%2CaAAa%3BEhGzuB9C%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEgG2tBoC%2CWAAA%3B%3BAAGJ%2CWA9HhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAwCK%3BEACG%2CYAAA%3B%3BAACA%2CWAhIpC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAwCK%2CcAEI%3BEhGhvBrC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEgGkuBwC%2CWAAA%3B%3BAAlvB5C%2CWAgnBI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA4BI%2CeAWI%2CYAgDI%3BEACI%2CaAAA%3B%3BAAvvBxC%2CWAgnBI%2CsBAkJI%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAvwBZ%2CWAgnBI%2CsBAkJI%2CWAAW%2CcAMP%3BEACI%2CYAAA%3B%3BAAzwBhB%2CWAgnBI%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%3BEhGvuBd%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWgGokBA%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMhG9tBb%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWgGyjBJ%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMhGrtBb%2CKAEI%3BAAAD%2CWgGyjBJ%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMhGptBb%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWgGkjBJ%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMhG9sBb%2CKAEI%3BAAAD%2CWgGkjBJ%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMhG7sBb%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWgG6iBA%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMhGvsBb%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWgGyiBJ%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMhGvsBb%2CMAII%3BEACG%2CWAAA%3B%3BAgGosBQ%2CWA5JhB%2CsBAkJI%2CWAAW%2CcAMP%2CSAEM%2CMAEG%3BEACG%2CiBAAA%3B%3BAA7wBxB%2CWAsxBI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAzxBR%2CWA2xBI%2CkBACI%3BEACI%2CmBAAA%3B%3BAA7xBZ%2CWA2xBI%2CkBACI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApyBhB%2CWA2xBI%2CkBACI%2CYAEI%2CGAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAbhB%2CkBACI%2CYAEI%2CGAOI%2COAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FyBxB%2CWA2xBI%2CkBA0BI%2CaACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAxzBhB%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAA5zBxB%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAt0B5B%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAUI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA10BhC%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAeI%3BEACI%2CkBAAA%3B%3BAhG9vB5B%2CWgG4sBA%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAsBI%2CEhGjwBnB%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAiFqBJ%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CWA%5C%2FDpB%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%3BIAIQ%2CiBAAA%3B%3B%3BAAx1B5B%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA51B5B%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%2CWAGI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAh2BhC%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAeI%3BEACI%2CaAAA%3B%3BAAp2B5B%2CWA2xBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAkBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWAjF5B%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAkBI%2CaACI%2CcAKK%3BEACG%2CcAAA%3B%3BAAMpB%2CWAxFZ%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBACI%3BAAFR%2CWAzFZ%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBACI%3BEACI%2CWAAA%3B%3BAACA%2CWA7FxB%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWA7FxB%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBACI%2CYAEK%3BEhGlrBzB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C%2BBAAA%3BEgG4qB4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAVhB%2CWAxFZ%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBAWI%3BAAZR%2CWAzFZ%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBAWI%3BEACI%2CWAAA%3B%3BAAKZ%2CWA3GZ%2CkBA0BI%2CaACI%2CMAgFK%2COACG%2CmBACI%3BEACI%2CeAAA%3B%3BAAKZ%2CWAnHZ%2CkBA0BI%2CaACI%2CMAwFK%2COAEG%2CmBACI%3BAAFR%2CWApHZ%2CkBA0BI%2CaACI%2CMAyFK%2COACG%2CmBACI%3BEACI%2CYAAA%3B%3BAACA%2CWAxHxB%2CkBA0BI%2CaACI%2CMAwFK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWAxHxB%2CkBA0BI%2CaACI%2CMAyFK%2COACG%2CmBACI%2CYAEK%3BEhGjsBzB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C8BAAA%3BEgG%2BrB4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAXhB%2CWAnHZ%2CkBA0BI%2CaACI%2CMAwFK%2COAEG%2CmBAYI%3BAAbR%2CWApHZ%2CkBA0BI%2CaACI%2CMAyFK%2COACG%2CmBAYI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAA95B5B%2CWAw6BI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA16BR%2CWAw6BI%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2F6BZ%2CWAw6BI%2CYAGI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAhBZ%2CYAGI%2CcAKI%2CGAQK%3BEhG3vBb%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEgGyvBgB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA77BpB%2CWAw6BI%2CYA2BI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAASJ%2CQAR%2BB%3BEAQ%5C%2FB%2CWAtCJ%2CYA2BI%2CaAIQ%2CUACI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAA18BxB%2CWAw6BI%2CYAwCI%2CGAAE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAp9BZ%2CWAw6BI%2CYAwCI%2CGAAE%2CeAKE%3BEACI%2CkBAAA%3B%3B%3B%3B%3BAACA%2CWA%5C%2FCZ%2CYAwCI%2CGAAE%2CeAKE%2CGAEK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAMI%2CWAzDpB%2CYAwCI%2CGAAE%2CeAKE%2CGAQK%2CIAGI%2CWACI%3BAAAD%2CWAzDpB%2CYAwCI%2CGAAE%2CeAKE%2CGASK%2CIAEI%2CWACI%3BAAAD%2CWAzDpB%2CYAwCI%2CGAAE%2CeAKE%2CGAUK%2CIACI%2CWACI%3BEhG%5C%2FwBrB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BEgG6wBwB%2CWAAA%3B%3BAAWJ%2CWAtEpB%2CYAwCI%2CGAAE%2CeAKE%2CGAqBK%2CIAGI%2CWACI%3BAAAD%2CWAtEpB%2CYAwCI%2CGAAE%2CeAKE%2CGAsBK%2CIAEI%2CWACI%3BAAAD%2CWAtEpB%2CYAwCI%2CGAAE%2CeAKE%2CGAuBK%2CIACI%2CWACI%3BEhGxyBrB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BEgGkyBwB%2CUAAA%3B%3BAAIZ%2CWA5EZ%2CYAwCI%2CGAAE%2CeAKE%2CGA%2BBK%3BAACD%2CWA7EZ%2CYAwCI%2CGAAE%2CeAKE%2CGAgCK%3BAACD%2CWA9EZ%2CYAwCI%2CGAAE%2CeAKE%2CGAiCK%3BAACD%2CWA%5C%2FEZ%2CYAwCI%2CGAAE%2CeAKE%2CGAkCK%3BEACG%2C6BAAA%3B%3BAAJJ%2CWA5EZ%2CYAwCI%2CGAAE%2CeAKE%2CGA%2BBK%2CIAKG%3BAAJJ%2CWA7EZ%2CYAwCI%2CGAAE%2CeAKE%2CGAgCK%2CIAIG%3BAAHJ%2CWA9EZ%2CYAwCI%2CGAAE%2CeAKE%2CGAiCK%2CIAGG%3BAAFJ%2CWA%5C%2FEZ%2CYAwCI%2CGAAE%2CeAKE%2CGAkCK%2CIAEG%3BEACI%2CcAAA%3BEACA%2CoCAAA%3B%3BAA3%5C%2FBxB%2CWAw6BI%2CYAwCI%2CGAAE%2CeAKE%2CGA0CI%2CEACI%3BEACI%2CWAAA%3B%3BAAUxB%2CWAAY%2CsBAAsB%2CwBAAwB%2CuBAAuB%2CMAAM%2CeAAe%2CkBAAkB%2CeAAe%3BEACnI%2CWAAA%3B%3BACviCJ%2CWAAW%3BEACP%2CsBAAA%3B%3BAAGJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CWACI%2CcAAc%2CUAAU%3BEACpB%2CsBAAA%3B%3BAAFR%2CWAII%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAPR%2CWASI%2CgBAAgB%2CWAAW%2CcAAc%3BEACrC%2CiBAAA%3B%3BAAVR%2CWAYI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CWAgBI%2CeACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CWAsBI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAA1BR%2CWAsBI%2CeAKI%2CYACI%3BEACI%2C4BAAA%3BEACA%2CYAAA%3B%3BAA9BhB%2CWAsBI%2CeAKI%2CYACI%2CkBAGI%3BEACI%2CyBAAA%3B%3BAAhCpB%2CWAqCI%2CeAEI%3BEACI%2CkBAAA%3B%3BAAxCZ%2CWAqCI%2CeAEI%2CcAEI%3B%3BEAEI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3B%3BAAlDhB%2CWAqCI%2CeAEI%2CcAEI%2CYAWI%3BEvGmHZ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3BEuGpHgB%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAA3DpB%2CWAqCI%2CeAEI%2CcAEI%2CYAoBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FDpB%2CWAqCI%2CeAEI%2CcA6BI%3BEACI%2CWAAA%3B%3BAArEhB%2CWAqCI%2CeAEI%2CcA6BI%2CUAEI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAzEpB%2CWAqCI%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%3BEACE%2CaAAA%3BEjGjBpB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWiG9BA%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%2CMjGPjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWiGzCJ%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%2CMjGEjB%2CKAEI%3BAAAD%2CWiGzCJ%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%2CMjGGjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWiGhDJ%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%2CMjGSjB%2CKAEI%3BAAAD%2CWiGhDJ%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%2CMjGUjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWiGrDA%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%2CMjGgBjB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWiGzDJ%2CeAEI%2CcA6BI%2CUAEI%2CSAIM%2CMjGgBjB%2CMAII%3BEACG%2CWAAA%3B%3BAiG%5C%2FFZ%2CWAqCI%2CeAEI%2CcAyCI%3BEACI%2CkBAAA%3B%3BAAjFhB%2CWAqCI%2CeAEI%2CcA4CI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ2B%2CwBAAwC%3BEAInE%2CWAzDZ%2CeAEI%2CcA4CI%3BIAQQ%2CkBAAA%3B%3B%3BAA3FpB%2CWAqCI%2CeAEI%2CcA4CI%2CYAWI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiDAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CWA%5C%2FDhB%2CeAEI%2CcA4CI%2CYAWI%2CGAMK%3BEjGgHjB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEiGlHoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA1GxB%2CWAqCI%2CeAEI%2CcA4CI%2CYAWI%2CGAcI%3BEACI%2CiBAAA%3B%3BAA7GxB%2CWAqCI%2CeAEI%2CcA4CI%2CYA6BI%2CeACI%3BEACI%2CmBAAA%3B%3BAAlHxB%2CWAqCI%2CeAEI%2CcA4CI%2CYA6BI%2CeAII%2CgBACI%3BEACI%2CWAAA%3B%3BAACA%2CWAlFxB%2CeAEI%2CcA4CI%2CYA6BI%2CeAII%2CgBACI%2CEAEK%2CMACG%3BEvGlD5B%2CsDAAA%3BEACA%2C8CAAA%3B%3BAuGvEJ%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAApIhB%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAvIpB%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAA7IxB%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYAGI%2CiBAMI%3BEACI%2CsBAAA%3B%3BAA%5C%2FI5B%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYAGI%2CiBAMI%2CeAEI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAnJhC%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYAGI%2CiBAMI%2CeAEI%2CYAII%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvJpC%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYAGI%2CiBAMI%2CeAEI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CWAxH5B%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYAGI%2CiBAMI%2CeAEI%2CYAaK%3BEACG%2CmBAAA%3B%3BAA9JpC%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYA%2BBI%2CWACI%3BEACI%2CqBAAA%3B%3BAAtK5B%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYA%2BBI%2CWAII%3BEACI%2CaAAA%3B%3BAAzK5B%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYA%2BBI%2CWAOI%2CeAAc%3BEACV%2CYAAA%3BEACA%2CSAAA%3B%3BAA7K5B%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYA%2BBI%2CWAWI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAlLhC%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMAIX%2CYA%2BBI%2CWAiBI%3BEACI%2CwBAAA%3B%3BAAtL5B%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMA0DX%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FLpB%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMA0DX%2CUAKI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAArMxB%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMA0DX%2CUAKI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzM5B%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMA0DX%2CUAkBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAhNxB%2CWAqCI%2CeAEI%2CcA0FI%2CeAAe%2CMA0DX%2CUAuBI%3BEACI%2CSAAA%3B%3BAAnNxB%2CWA0NI%2CYACI%3BEACI%2CSAAA%3B%3BAA5NZ%2CWA0NI%2CYAII%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAjOZ%2CWA0NI%2CYAII%2COAII%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAvOhB%2CWA0NI%2CYAII%2COAWI%2CeACI%2CMACI%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3B%3BAA7OxB%2CWA0NI%2CYAII%2COAWI%2CeACI%2CMACI%2CYAGI%3BEACI%2CWAAA%3B%3BAA%5C%2FO5B%2CWA0NI%2CYAII%2COAWI%2CeACI%2CMACI%2CYAMI%3BEACI%2CkBAAA%3B%3BAAlP5B%2CWA0NI%2CYAII%2COAWI%2CeACI%2CMACI%2CYAMI%2CUAEI%3BEACI%2CSAAA%3B%3BAApPhC%2CWA%2BPI%2CWACI%2CQACI%3BEACI%2CWAAA%3B%3BAAIA%2CQAH2B%3BEAG3B%2CWAPZ%2CWACI%2CQACI%3BIAGQ%2CaAAA%3B%3B%3BAAKJ%2CQAH0B%2CuBAAwB%3BEAGlD%2CWAVZ%2CWACI%2CQACI%3BIAMQ%2CaAAA%3B%3B%3BAAKR%2CQAH8B%2CuBAAuB%3BEAGrD%2CWAbR%2CWACI%2CQACI%3BIASQ%2CaAAA%3B%3B%3BAjGpKhB%2CWiGyJA%2CWACI%2CQAaI%2CEjGvKP%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAkFFJ%2CWAoRI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAxRR%2CWAoRI%2CoBAKI%3BEACI%2CkBAAA%3B%3BAA1RZ%2CWAoRI%2CoBAKI%2CiBAEI%3BEACI%2CWAAA%3B%3BAA5RhB%2CWAoRI%2CoBAKI%2CiBAEI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAjSpB%2CWAoRI%2CoBAKI%2CiBAEI%2CYAEI%2CGAKI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAjBhB%2CoBAKI%2CiBAEI%2CYAEI%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA5SxB%2CWAoRI%2CoBAKI%2CiBAuBI%3BEACI%2CiBAAA%3B%3BAAjThB%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAEI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAArTpB%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzTxB%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FThC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAMI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWArD5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWA3DpC%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%2CiBAIK%3BEjGxTrC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiG0SwC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CWArE5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%3BEACG%2CeAAA%3B%3BAADJ%2CWArE5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%2CMAEG%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAA7VxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaACI%3BEACI%2CiBAAA%3B%3BAAxW5B%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%3BEACI%2CiBAAA%3B%3BAAEA%2CWA1FxB%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAjXhC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAvXhC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CWAzGhC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAII%2CWAKK%3BEACG%2CqBAAA%3B%3BAA9XxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAaI%2CyBAAwB%3BEACpB%2CcAAA%3B%3BAAlYpC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAgBI%2CyBAAyB%2CiBACrB%2CQAAO%3BEACH%2CaAAA%3B%3BAAtYxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3YpC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAGI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FYxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUASI%3BEACI%2CSAAA%3B%3BAAnZxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAaI%3BEACI%2CaAAA%3B%3BAAvZxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAaI%2CWAEI%3BEACI%2CgBAAA%3B%3BAAzZ5C%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FZxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAII%3BEACI%2CWAAA%3B%3BAAja5C%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAOI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAra5C%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAWI%3BEACI%2C2BAAA%3B%3BAAxa5C%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CWAhKxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAUK%3BEACG%2CyBAAA%3BEvGnO5C%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAiGib4C%2CWAnK5C%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAUK%2CMAGI%3BEACG%2CWAAA%3B%3BAAIR%2CWAxKxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAkBK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CWAxKxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAkBK%2CSAKG%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAlL5C%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAkBK%2CSAUI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWAxLxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAkCK%2CaAAa%3BEjGrbtD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiGua4C%2CWAAA%3B%3BAAGJ%2CWA7LxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAuCK%3BEACG%2CYAAA%3B%3BAACA%2CWA%5C%2FL5C%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYAuCK%2CcAEI%3BEjG5b7C%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiG8agD%2CWAAA%3B%3BAArdpD%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAmBI%2CeAcI%2CYA%2BCI%3BEACI%2CaAAA%3B%3BAA1dhD%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA6HI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtehC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2Fe5B%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAlfhC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%3BEjGzb9B%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWiGiNA%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMjGhb7B%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWiGsMJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMjGva7B%2CKAEI%3BAAAD%2CWiGsMJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMjGta7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWiG%2BLJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMjGha7B%2CKAEI%3BAAAD%2CWiG%2BLJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMjG%5C%2FZ7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWiG0LA%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMjGzZ7B%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWiGsLJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMjGzZ7B%2CMAII%3BEACG%2CWAAA%3B%3BAiGsZwB%2CWAjOhC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAoII%2CWAAW%2CcAMP%2CSAGM%2CMAEG%3BEACG%2CiBAAA%3B%3BAAtfxC%2CWAoRI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBAwJI%2CcAAc%2CUAAU%3BEACpB%2CwBAAA%3B%3BAA9fxB%2CWAsgBI%2CqBAAqB%2CeAAe%3BEAChC%2CwBAAA%3B%3BAAvgBR%2CWAghBI%3BEACI%2CgBAAA%3BEACA%2CgBAAgB%2CoDAAhB%3B%3BAAlhBR%2CWAghBI%2CkBAGI%2CcACI%2CiBACI%3BEACI%2CoBAAA%3B%3BAAthBpB%2CWAghBI%2CkBAGI%2CcAOI%2CcACI%2CSACM%3BEjGlelB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEiG4doB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAjG%5C%2FdpB%2CWiG6cA%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMjGzdjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWiGkcJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMjGhdjB%2CKAEI%3BAAAD%2CWiGkcJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMjG%5C%2FcjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWiG2bJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMjGzcjB%2CKAEI%3BAAAD%2CWiG2bJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMjGxcjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWiGsbA%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMjGlcjB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWiGkbJ%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMjGlcjB%2CMAII%3BEACG%2CWAAA%3B%3BAiGocY%2CWAnBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAOG%3BEACG%2CyBAAA%3B%3BAAEJ%2CWAtBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAUG%3BEACG%2COAAA%3B%3BAAEJ%2CWAzBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAaG%3BEACG%2CQAAA%3B%3BAACA%2CWA3BxB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAaG%2CSAEI%3BEACG%2CUAAA%3B%3BAA5iBhC%2CWAghBI%2CkBAoCI%2CoBACI%2CMACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAxjBpB%2CWAghBI%2CkBAoCI%2CoBACI%2CMAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAlDhB%2CkBAoCI%2CoBACI%2CMAKI%2CYAQK%3BEjGrWjB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C%2BBAAA%3BEiG%2BVoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAvkBxB%2CWAghBI%2CkBAoCI%2CoBACI%2CMAKI%2CYAeI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWA9DpB%2CkBAoCI%2CoBACI%2CMAKI%2CYAeI%2CYAKK%3BEjGvjBrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEiGyiBwB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAllB5B%2CWAghBI%2CkBAoCI%2CoBACI%2CMAKI%2CYA2BI%3BEACI%2CoBAAA%3B%3BAAtlBxB%2CWAghBI%2CkBAoCI%2CoBACI%2CMAKI%2CYA2BI%2CaAEI%3BEACI%2CyBAAA%3B%3BAAxlB5B%2CWAmmBI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAtmBR%2CWAwmBI%2CkBACI%3BEACI%2CmBAAA%3B%3BAA1mBZ%2CWAwmBI%2CkBACI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjnBhB%2CWAwmBI%2CkBACI%2CYAEI%2CGAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAbhB%2CkBACI%2CYAEI%2CGAOI%2COAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA5nBxB%2CWAwmBI%2CkBA0BI%2CaACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAroBhB%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAzoBxB%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAnpB5B%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAUI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAvpBhC%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAeI%3BEACI%2CkBAAA%3B%3BAjGpjB5B%2CWiGkgBA%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAsBI%2CEjGvjBnB%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAkFFJ%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CWA%5C%2FDpB%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%3BIAIQ%2CiBAAA%3B%3B%3BAArqB5B%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAzqB5B%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%2CWAGI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA7qBhC%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAeI%3BEACI%2CaAAA%3B%3BAAjrB5B%2CWAwmBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAkBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWAjF5B%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAkBI%2CaACI%2CcAKK%3BEACG%2CcAAA%3B%3BAAMpB%2CWAxFZ%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBACI%3BAAFR%2CWAzFZ%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBACI%3BEACI%2CWAAA%3B%3BAACA%2CWA7FxB%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWA7FxB%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBACI%2CYAEK%3BEjGxezB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C%2BBAAA%3BEiGke4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAVhB%2CWAxFZ%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBAWI%3BAAZR%2CWAzFZ%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBAWI%3BEACI%2CWAAA%3B%3BAAIZ%2CWA1GZ%2CkBA0BI%2CaACI%2CMA%2BEK%2COACG%2CmBACI%3BEACI%2CeAAA%3B%3BAAIZ%2CWAjHZ%2CkBA0BI%2CaACI%2CMAsFK%2COAEG%2CmBACI%3BAAFR%2CWAlHZ%2CkBA0BI%2CaACI%2CMAuFK%2COACG%2CmBACI%3BEACI%2CYAAA%3B%3BAACA%2CWAtHxB%2CkBA0BI%2CaACI%2CMAsFK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWAtHxB%2CkBA0BI%2CaACI%2CMAuFK%2COACG%2CmBACI%2CYAEK%3BEjGrfzB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C8BAAA%3BEiGmf4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAXhB%2CWAjHZ%2CkBA0BI%2CaACI%2CMAsFK%2COAEG%2CmBAYI%3BAAbR%2CWAlHZ%2CkBA0BI%2CaACI%2CMAuFK%2COACG%2CmBAYI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzuB5B%2CWAmvBI%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvvBR%2CWAmvBI%2CYAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAA5vBZ%2CWAmvBI%2CYAKI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAlBZ%2CYAKI%2CcAKI%2CGAQK%3BEjGjjBb%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEiG%2BiBgB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA1wBpB%2CWAmvBI%2CYA6BI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAlxBZ%2CWAmvBI%2CYAkCI%2CGAAE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAzxBZ%2CWAmvBI%2CYAkCI%2CGAAE%2CeAKE%3BEACI%2CkBAAA%3B%3BAACA%2CWAzCZ%2CYAkCI%2CGAAE%2CeAKE%2CGAEK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAMI%2CWAnDpB%2CYAkCI%2CGAAE%2CeAKE%2CGAQK%2CIAGI%2CWACI%3BAAAD%2CWAnDpB%2CYAkCI%2CGAAE%2CeAKE%2CGASK%2CIAEI%2CWACI%3BAAAD%2CWAnDpB%2CYAkCI%2CGAAE%2CeAKE%2CGAUK%2CIACI%2CWACI%3BEjG7jBrB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BEiG2jBwB%2CWAAA%3B%3BAAIZ%2CWAzDZ%2CYAkCI%2CGAAE%2CeAKE%2CGAkBK%3BEACG%2CgBAAA%3B%3BAAMI%2CWAhEpB%2CYAkCI%2CGAAE%2CeAKE%2CGAqBK%2CIAGI%2CWACI%3BAAAD%2CWAhEpB%2CYAkCI%2CGAAE%2CeAKE%2CGAsBK%2CIAEI%2CWACI%3BAAAD%2CWAhEpB%2CYAkCI%2CGAAE%2CeAKE%2CGAuBK%2CIACI%2CWACI%3BEjGtlBrB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BEiGglBwB%2CUAAA%3B%3BAAIZ%2CWAtEZ%2CYAkCI%2CGAAE%2CeAKE%2CGA%2BBK%3BAACD%2CWAvEZ%2CYAkCI%2CGAAE%2CeAKE%2CGAgCK%3BAACD%2CWAxEZ%2CYAkCI%2CGAAE%2CeAKE%2CGAiCK%3BAACD%2CWAzEZ%2CYAkCI%2CGAAE%2CeAKE%2CGAkCK%3BEACG%2C6BAAA%3B%3BAAJJ%2CWAtEZ%2CYAkCI%2CGAAE%2CeAKE%2CGA%2BBK%2CIAKG%3BAAJJ%2CWAvEZ%2CYAkCI%2CGAAE%2CeAKE%2CGAgCK%2CIAIG%3BAAHJ%2CWAxEZ%2CYAkCI%2CGAAE%2CeAKE%2CGAiCK%2CIAGG%3BAAFJ%2CWAzEZ%2CYAkCI%2CGAAE%2CeAKE%2CGAkCK%2CIAEG%3BEACI%2CcAAA%3BEACA%2CoCAAA%3B%3BAAh0BxB%2CWA20BI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2F0BR%2CWA20BI%2CcAKI%3BEACI%2CWAAA%3B%3BAAj1BZ%2CWA20BI%2CcAKI%2CaAGI%3BEACI%2CWAAA%3B%3BAAp1BhB%2CWA20BI%2CcAKI%2CaAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA11BhB%2CWA20BI%2CcAKI%2CaAMI%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2F1BpB%2CWA20BI%2CcAKI%2CaAMI%2CaAYI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CkBAAA%3BEACA%2CwDAAA%3BEACA%2CkDAAA%3BEACA%2CwCAAA%3B%3BAAx2BpB%2CWA20BI%2CcAKI%2CaAMI%2CaAqBI%2CEAAC%2CMAAM%3BAA32BvB%2CWA20BI%2CcAKI%2CaAMI%2CaAsBI%2CEAAC%2CMAAM%3BEACH%2CmBAAmB%2CUAAnB%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CWAAW%2CUAAX%3BElFh3BhB%2CUAAA%3BEAGA%2CwBAAA%3B%3BAkFk3BQ%2CWAzCR%2CcAKI%2CaAoCK%3BAACD%2CWA1CR%2CcAKI%2CaAqCK%3BEACG%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWA9CR%2CcAKI%2CaAyCK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CWA9CR%2CcAKI%2CaAyCK%2CaAGG%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAxDZ%2CcAKI%2CaAyCK%2CaAUI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CWAnEZ%2CcAKI%2CaAyCK%2CaAqBI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAC35BpB%2CWAAW%3BEACP%2CsBAAA%3B%3BAAGJ%2CiBAAiB%2CUAAU%2CGAAI%3BEAC9B%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGD%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CWACI%2CcAAc%2CUAAU%3BEACpB%2CsBAAA%3B%3BAAFR%2CWAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CWAII%2CeAKI%2CqBACI%2CWAAW%3BEACP%2CkBAAA%3B%3BAAXhB%2CWAII%2CeAUI%3BEACI%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAjBZ%2CWAII%2CeAeI%3BEACI%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAtBZ%2CWAII%2CeAoBI%3BEACI%2CgBAAA%3B%3BAAzBZ%2CWA4BI%2CeACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBZ%2CWA4BI%2CeACI%2CcAGI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BExGwHZ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3B%3BAwGlKJ%2CWA4BI%2CeACI%2CcAGI%2CYASI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAA9CpB%2CWA4BI%2CeACI%2CcAGI%2CYAgBI%3BEACI%2CiBAAA%3B%3BAAjDpB%2CWA4BI%2CeACI%2CcAyBI%3BEACI%2CkBAAA%3B%3BAAvDhB%2CWA4BI%2CeACI%2CcA4BI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7DhB%2CWA4BI%2CeACI%2CcA4BI%2CYAKI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiDAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CWAxChB%2CeACI%2CcA4BI%2CYAKI%2CGAMK%3BElGwIjB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEkG1IoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA1ExB%2CWA4BI%2CeACI%2CcA4BI%2CYAKI%2CGAcI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9ExB%2CWA4BI%2CeACI%2CcA4BI%2CYAwBI%2CeACI%3BEACI%2CqBAAA%3B%3BAAnFxB%2CWA4BI%2CeACI%2CcA4BI%2CYAwBI%2CeAII%2CgBACI%3BEACI%2CWAAA%3B%3BAACA%2CWA5DxB%2CeACI%2CcA4BI%2CYAwBI%2CeAII%2CgBACI%2CEAEK%2CMACG%3BExG3B5B%2CsDAAA%3BEACA%2C8CAAA%3B%3BAwG%5C%2FDJ%2CWA4BI%2CeACI%2CcAqEI%2CaAEI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAvGpB%2CWA4BI%2CeACI%2CcAqEI%2CaAEI%2CSAIM%3BEACE%2CaAAA%3BElGvDpB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWkG%5C%2FBA%2CeACI%2CcAqEI%2CaAEI%2CSAIM%2CMlG7CjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWkG1CJ%2CeACI%2CcAqEI%2CaAEI%2CSAIM%2CMlGpCjB%2CKAEI%3BAAAD%2CWkG1CJ%2CeACI%2CcAqEI%2CaAEI%2CSAIM%2CMlGnCjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWkGjDJ%2CeACI%2CcAqEI%2CaAEI%2CSAIM%2CMlG7BjB%2CKAEI%3BAAAD%2CWkGjDJ%2CeACI%2CcAqEI%2CaAEI%2CSAIM%2CMlG5BjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWkGtDA%2CeACI%2CcAqEI%2CaAEI%2CSAIM%2CMlGtBjB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWkG1DJ%2CeACI%2CcAqEI%2CaAEI%2CSAIM%2CMlGtBjB%2CMAII%3BEACG%2CWAAA%3B%3BAkGvFZ%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjHhB%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAArHpB%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAA3HxB%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%3BEACI%2CsBAAA%3B%3BAA7H5B%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAjIhC%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%2CYAII%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAArIpC%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CWA%5C%2FG5B%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYAGI%2CiBAMI%2CeAEI%2CYAaK%3BEACG%2CmBAAA%3B%3BAA5IpC%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYA%2BBI%2CWACI%3BEACI%2CqBAAA%3B%3BAApJ5B%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAII%2CeAAc%3BEACV%2CaAAA%3B%3BAAvJ5B%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAOI%2CeAAc%3BEACV%2CSAAA%3BEACA%2CSAAA%3B%3BAA3J5B%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAWI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAhKhC%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMAKX%2CYA%2BBI%2CWAiBI%3BEACI%2CwBAAA%3B%3BAApK5B%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMA2DX%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA7KpB%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMA2DX%2CUAKI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnLxB%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMA2DX%2CUAKI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvL5B%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMA2DX%2CUAkBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA9LxB%2CWA4BI%2CeACI%2CcAiFI%2CeAAe%2CMA2DX%2CUAuBI%3BEACI%2CSAAA%3B%3BAAjMxB%2CWAwMI%2CcAEI%2COACI%3BAA3MZ%2CWAyMI%2CcACI%2COACI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhNhB%2CWAwMI%2CcAYI%2CeACI%2CMACI%3BAAtNhB%2CWAyMI%2CcAWI%2CeACI%2CMACI%3BEACI%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAzNpB%2CWAwMI%2CcAYI%2CeACI%2CMACI%2CYAII%3BAA1NpB%2CWAyMI%2CcAWI%2CeACI%2CMACI%2CYAII%3BEACI%2CWAAA%3B%3BAA3NxB%2CWAwMI%2CcAYI%2CeACI%2CMACI%2CYAOI%3BAA7NpB%2CWAyMI%2CcAWI%2CeACI%2CMACI%2CYAOI%3BEACI%2CkBAAA%3B%3BAA9NxB%2CWAwMI%2CcAYI%2CeACI%2CMACI%2CYAOI%2CUAEI%3BAA%5C%2FNxB%2CWAyMI%2CcAWI%2CeACI%2CMACI%2CYAOI%2CUAEI%3BEACI%2CSAAA%3B%3BAAhO5B%2CWAwMI%2CcAYI%2CeACI%2CMACI%2CYAOI%2CUAKI%3BAAlOxB%2CWAyMI%2CcAWI%2CeACI%2CMACI%2CYAOI%2CUAKI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CWA7BxB%2CcAYI%2CeACI%2CMACI%2CYAOI%2CUAKI%2CyBAGK%3BAAAD%2CWA5BxB%2CcAWI%2CeACI%2CMACI%2CYAOI%2CUAKI%2CyBAGK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAvOhC%2CWAiPI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApPR%2CWAsPI%2CgBAAgB%2CWAAW%2CcAAc%3BEACrC%2CiBAAA%3B%3BAAvPR%2CWAyPI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3PR%2CWA%2BPI%2CWACI%2CQACI%3BEACI%2CWAAA%3B%3BAAIA%2CQAH2B%3BEAG3B%2CWAPZ%2CWACI%2CQACI%3BIAGQ%2CaAAA%3B%3B%3BAAKR%2CQAH8B%2CuBAAwB%3BEAGtD%2CWAVR%2CWACI%2CQACI%3BIAMQ%2CaAAA%3B%3B%3BAlGzKhB%2CWkGiKA%2CWACI%2CQAUI%2CElG5KP%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAmFMJ%2CWAkRI%2CaACI%2CqBACI%2CeACI%3BEACI%2CkBAAA%3B%3BAAtRpB%2CWAkRI%2CaACI%2CqBAOI%2CUACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3BAA5RpB%2CWAkRI%2CaACI%2CqBAOI%2CUAOI%3BEACI%2CMAAA%3BEACA%2CWAAA%3B%3BAAnSpB%2CWAwSI%2CaACI%2CqBACI%2CeACI%3BEACI%2CkBAAA%3B%3BAA5SpB%2CWAwSI%2CaACI%2CqBAOI%2CUACI%3BEACI%2CmBAAA%3B%3BAAlTpB%2CWAwSI%2CaACI%2CqBAOI%2CUAII%3BEACI%2CMAAA%3BEACA%2CWAAA%3B%3BAAtTpB%2CWA2TI%2CaACI%2CqBACI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAhUhB%2CWA2TI%2CaACI%2CqBACI%2CeAII%3BEACI%2CiBAAA%3B%3BAAlUpB%2CWA2TI%2CaACI%2CqBAUI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxUhB%2CWA2TI%2CaACI%2CqBAUI%2CUAGI%3BEACI%2CkBAAA%3B%3BAA1UpB%2CWA2TI%2CaACI%2CqBAUI%2CUAOI%3BEACI%2CMAAA%3BEACA%2CUAAA%3B%3BAAWJ%2CQAH2B%2CwBAAwB%3BEAGnD%2CWANZ%2CqBACI%2CeACI%3BIAEQ%2CiBAAA%3B%3B%3BAAMR%2CQAJ%2BB%2CwBAAwB%3BEAIvD%2CWAVR%2CqBACI%2CeACI%3BIAKQ%2CiBAAA%3B%3B%3BAA3VpB%2CWAoVI%2CqBAYI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAlWZ%2CWAoVI%2CqBAYI%2CUAII%2CqBACI%3BEAII%2CkBAAA%3B%3BAAAA%2CQAH2B%3BEAG3B%2CWArBhB%2CqBAYI%2CUAII%2CqBACI%3BIAEQ%2CiBAAA%3B%3B%3BAAvWxB%2CWAoVI%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMACI%2CYAEI%2CeACM%3B%3B%3BAA%5C%2FWtC%2CWAoVI%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMACI%2CYAOI%3BEACI%2CUAAA%3B%3BAAGR%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3B%3BAALR%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAII%3BEACI%2CaAAA%3B%3BAAPZ%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAOI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAZZ%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAOI%2CWAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3B%3BAAfhB%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAOI%2CWAWI%3BEACI%2CaAAA%3B%3BAArBhB%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAOI%2CWAcI%3BEACI%2CwBAAA%3B%3BAAxBhB%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAyBI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAA7BZ%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAyBI%2CUAGI%2CSAAS%3BEACL%2CWAAA%3B%3BAA%5C%2FBhB%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAyBI%2CUAMI%3BEACI%2CeAAA%3B%3BAAlChB%2CWAnCxB%2CqBAYI%2CUAII%2CqBACI%2CeAKI%2CkBACI%2CMAYK%2CWAEG%2CYAmCI%3BEACI%2CSAAA%3B%3BAA7ZxC%2CWAoVI%2CqBAYI%2CUAsEI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxahB%2CWAoVI%2CqBAYI%2CUAsEI%2CUAGI%3B%3B%3B%3BEAUI%2CYAAA%3B%3B%3BAAHA%2CQAH2B%2CwBAAwB%3BEAGnD%2CWA5FhB%2CqBAYI%2CUAsEI%2CUAGI%3BIAKQ%2CiBAAA%3B%3B%3BAAKJ%2CQAH2B%2CwBAAwB%3BEAGnD%2CWA%5C%2FFhB%2CqBAYI%2CUAsEI%2CUAGI%3BIAQQ%2CiBAAA%3B%3B%3BAlGnVpB%2CWkGsPA%2CqBAYI%2CUAsEI%2CUAGI%2CElG3UX%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAmFMJ%2CWA4bI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAhcR%2CWA4bI%2CoBAKI%3BEACI%2CkBAAA%3B%3BAAlcZ%2CWA4bI%2CoBAKI%2CiBAEI%3BEACI%2CWAAA%3B%3BAApchB%2CWA4bI%2CoBAKI%2CiBAEI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAzcpB%2CWA4bI%2CoBAKI%2CiBAEI%2CYAEI%2CGAKI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAjBhB%2CoBAKI%2CiBAEI%2CYAEI%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApdxB%2CWA4bI%2CoBAKI%2CiBAuBI%3BEACI%2CiBAAA%3B%3BAAzdhB%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAEI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA7dpB%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAjexB%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvehC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAMI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWArD5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWA3DpC%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%2CiBAIK%3BElGxerC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEkG0dwC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CWArE5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%3BEACG%2CeAAA%3B%3BAADJ%2CWArE5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%2CMAEG%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAArgBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaACI%3BEACI%2CiBAAA%3B%3BAAhhB5B%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%3BEACI%2CiBAAA%3B%3BAAEA%2CWA1FxB%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAzhBhC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAjiBhC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAMI%3BEACI%2CWAAA%3B%3BEAEA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CWA5GhC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAMI%2CWAMK%3BEACG%2CqBAAA%3B%3BAAziBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAiBI%3B%3BEAEI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAljBpC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAiBI%2CUAMI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAtjBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAiBI%2CUAWI%3BEACI%2CaAAA%3B%3BAAzjBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAiBI%2CUAWI%2CWAEI%3BEACI%2CgBAAA%3B%3BAA3jB5C%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAiBI%2CUAkBI%2CyBAAyB%2CiBAAiB%2CQAAO%3BEAC7C%2CaAAA%3B%3BAAhkBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtkBpC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAII%3BEACI%2CWAAA%3B%3BAAxkBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAOI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAA5kBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAWI%3BEACI%2C2BAAA%3B%3BAA%5C%2FkBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CWA%5C%2FJpC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAUK%3BEACG%2CyBAAA%3BExGlZxC%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAkGgmBwC%2CWAlKxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAUK%2CMAGI%3BEACG%2CWAAA%3B%3BAAIR%2CWAvKpC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAkBK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CWAvKpC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAkBK%2CSAKG%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAjLxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAkBK%2CSAUI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWAvLpC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAkCK%2CaAAa%3BElGpmBlD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEkGslBwC%2CWAAA%3B%3BAAGJ%2CWA5LpC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAuCK%3BEACG%2CYAAA%3B%3BAACA%2CWA9LxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYAuCK%2CcAEI%3BElG3mBzC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEkG6lB4C%2CWAAA%3B%3BAA5nBhD%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAuCI%2CeAcI%2CYA%2BCI%3BEACI%2CaAAA%3B%3BAAjoB5C%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA0HI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3oBhC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAppB5B%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAvpBhC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%3BElGtmB9B%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWkGiYA%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMlG7lB7B%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWkGsXJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMlGplB7B%2CKAEI%3BAAAD%2CWkGsXJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMlGnlB7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWkG%2BWJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMlG7kB7B%2CKAEI%3BAAAD%2CWkG%2BWJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMlG5kB7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWkG0WA%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMlGtkB7B%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWkGsWJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMlGtkB7B%2CMAII%3BEACG%2CWAAA%3B%3BAkGmkBwB%2CWA9NhC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAiII%2CWAAW%2CcAMP%2CSAGM%2CMAEG%3BEACG%2CiBAAA%3B%3BAA3pBxC%2CWA4bI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBAqJI%2CcAAc%2CUAAU%3BEACpB%2CwBAAA%3B%3BAAnqBxB%2CWA4qBI%3BEACI%2CgBAAgB%2CoDAAhB%3B%3BAA7qBR%2CWA4qBI%2CkBAEI%2CcACI%2CiBACI%3BEACI%2CoBAAA%3B%3BAAjrBpB%2CWA4qBI%2CkBAEI%2CcAOI%2CcACI%2CSACM%3BElGroBlB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEkG%2BnBoB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAlGloBpB%2CWkGinBA%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMlG5nBjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWkGsmBJ%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMlGnnBjB%2CKAEI%3BAAAD%2CWkGsmBJ%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMlGlnBjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWkG%2BlBJ%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMlG5mBjB%2CKAEI%3BAAAD%2CWkG%2BlBJ%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMlG3mBjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWkG0lBA%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMlGrmBjB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWkGslBJ%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMlGrmBjB%2CMAII%3BEACG%2CWAAA%3B%3BAkGumBY%2CWAlBpB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMAOG%3BEACG%2CyBAAA%3B%3BAAEJ%2CWArBpB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMAUG%3BEACG%2COAAA%3B%3BAAEJ%2CWAxBpB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMAaG%3BEACG%2CQAAA%3B%3BAACA%2CWA1BxB%2CkBAEI%2CcAOI%2CcACI%2CSACM%2CMAaG%2CSAEI%3BEACG%2CUAAA%3B%3BAAvsBhC%2CWA4qBI%2CkBAmCI%2CoBACI%2CMACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAntBpB%2CWA4qBI%2CkBAmCI%2CoBACI%2CMAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAjDhB%2CkBAmCI%2CoBACI%2CMAKI%2CYAQK%3BElGxgBjB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C%2BBAAA%3BEkGkgBoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAluBxB%2CWA4qBI%2CkBAmCI%2CoBACI%2CMAKI%2CYAeI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWA7DpB%2CkBAmCI%2CoBACI%2CMAKI%2CYAeI%2CYAKK%3BElG1tBrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEkG4sBwB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAA7uB5B%2CWA4qBI%2CkBAmCI%2CoBACI%2CMAKI%2CYA2BI%3BEACI%2CoBAAA%3B%3BAAjvBxB%2CWA4qBI%2CkBAmCI%2CoBACI%2CMAKI%2CYA2BI%2CaAEI%3BEACI%2CyBAAA%3B%3BAAnvB5B%2CWA8vBI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAjwBR%2CWAmwBI%2CkBACI%3BEACI%2CmBAAA%3B%3BAArwBZ%2CWAmwBI%2CkBACI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA5wBhB%2CWAmwBI%2CkBACI%2CYAEI%2CGAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAbhB%2CkBACI%2CYAEI%2CGAOI%2COAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvxBxB%2CWAmwBI%2CkBA0BI%2CaACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAhyBhB%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAApyBxB%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA9yB5B%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAUI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlzBhC%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAeI%3BEACI%2CkBAAA%3B%3BAlGvtB5B%2CWkGqqBA%2CkBA0BI%2CaACI%2CMAGI%2CmBACI%2CYAsBI%2CElG1tBnB%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAmFMJ%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CWA%5C%2FDpB%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%3BIAIQ%2CiBAAA%3B%3B%3BAAh0B5B%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAp0B5B%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%2CWAGI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAx0BhC%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAeI%3BEACI%2CaAAA%3B%3BAA50B5B%2CWAmwBI%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAkBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWAjF5B%2CkBA0BI%2CaACI%2CMAGI%2CmBA2BI%2CWAkBI%2CaACI%2CcAKK%3BEACG%2CcAAA%3B%3BAAMpB%2CWAxFZ%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBACI%3BAAFR%2CWAzFZ%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBACI%3BEACI%2CWAAA%3B%3BAACA%2CWA7FxB%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWA7FxB%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBACI%2CYAEK%3BElG3oBzB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BEkGqoB4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAVhB%2CWAxFZ%2CkBA0BI%2CaACI%2CMA6DK%2COAEG%2CmBAWI%3BAAZR%2CWAzFZ%2CkBA0BI%2CaACI%2CMA8DK%2COACG%2CmBAWI%3BEACI%2CWAAA%3B%3BAAIZ%2CWA1GZ%2CkBA0BI%2CaACI%2CMA%2BEK%2COACG%2CmBACI%3BEACI%2CeAAA%3B%3BAAIZ%2CWAjHZ%2CkBA0BI%2CaACI%2CMAsFK%2COAEG%2CmBACI%3BAAFR%2CWAlHZ%2CkBA0BI%2CaACI%2CMAuFK%2COACG%2CmBACI%3BEACI%2CYAAA%3B%3BAACA%2CWAtHxB%2CkBA0BI%2CaACI%2CMAsFK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWAtHxB%2CkBA0BI%2CaACI%2CMAuFK%2COACG%2CmBACI%2CYAEK%3BElGxpBzB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BEkGspB4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAXhB%2CWAjHZ%2CkBA0BI%2CaACI%2CMAsFK%2COAEG%2CmBAYI%3BAAbR%2CWAlHZ%2CkBA0BI%2CaACI%2CMAuFK%2COACG%2CmBAYI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAp4B5B%2CWA84BI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAj5BR%2CWA84BI%2CYAII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAt5BZ%2CWA84BI%2CYAII%2CcAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAjBZ%2CYAII%2CcAKI%2CGAQK%3BElGntBb%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEkGitBgB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAp6BpB%2CWA84BI%2CYA4BI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAA56BZ%2CWA84BI%2CYAiCI%2CGAAE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAl7BZ%2CWA84BI%2CYAiCI%2CGAAE%2CeAIE%3BEACI%2CkBAAA%3B%3BAACA%2CWAvCZ%2CYAiCI%2CGAAE%2CeAIE%2CGAEK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAMI%2CWAjDpB%2CYAiCI%2CGAAE%2CeAIE%2CGAQK%2CIAGI%2CWACI%3BAAAD%2CWAjDpB%2CYAiCI%2CGAAE%2CeAIE%2CGASK%2CIAEI%2CWACI%3BAAAD%2CWAjDpB%2CYAiCI%2CGAAE%2CeAIE%2CGAUK%2CIACI%2CWACI%3BElG9tBrB%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BEkG4tBwB%2CWAAA%3B%3BAAIZ%2CWAvDZ%2CYAiCI%2CGAAE%2CeAIE%2CGAkBK%3BEACG%2CgBAAA%3B%3BAAMI%2CWA9DpB%2CYAiCI%2CGAAE%2CeAIE%2CGAqBK%2CIAGI%2CWACI%3BAAAD%2CWA9DpB%2CYAiCI%2CGAAE%2CeAIE%2CGAsBK%2CIAEI%2CWACI%3BAAAD%2CWA9DpB%2CYAiCI%2CGAAE%2CeAIE%2CGAuBK%2CIACI%2CWACI%3BElGvvBrB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BEkGivBwB%2CUAAA%3B%3BAAIZ%2CWApEZ%2CYAiCI%2CGAAE%2CeAIE%2CGA%2BBK%3BAACD%2CWArEZ%2CYAiCI%2CGAAE%2CeAIE%2CGAgCK%3BAACD%2CWAtEZ%2CYAiCI%2CGAAE%2CeAIE%2CGAiCK%3BAACD%2CWAvEZ%2CYAiCI%2CGAAE%2CeAIE%2CGAkCK%3BEACG%2C6BAAA%3B%3BAAt9BpB%2CWA84BI%2CYAiCI%2CGAAE%2CeAIE%2CGAsCI%2CEACI%3BEACI%2CWAAA%3B%3BAA39BxB%2CWAo%2BBI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAv%2BBR%2CWAo%2BBI%2CcAII%3BEACI%2CWAAA%3B%3BAAz%2BBZ%2CWAo%2BBI%2CcAII%2CaAGI%3BEACI%2CWAAA%3B%3BAA5%2BBhB%2CWAo%2BBI%2CcAII%2CaAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAl%5C%2FBhB%2CWAo%2BBI%2CcAII%2CaAMI%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAv%5C%2FBpB%2CWAo%2BBI%2CcAII%2CaAMI%2CaAYI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CkBAAA%3BEACA%2CwDAAA%3BEACA%2CkDAAA%3BEACA%2CwCAAA%3B%3BAAhgCpB%2CWAo%2BBI%2CcAII%2CaAMI%2CaAqBI%2CEAAC%2CMAAM%3BAAngCvB%2CWAo%2BBI%2CcAII%2CaAMI%2CaAsBI%2CEAAC%2CMAAM%3BEACH%2CmBAAmB%2CUAAnB%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CWAAW%2CUAAX%3BEnFhhChB%2CUAAA%3BEAGA%2CwBAAA%3B%3BAmFkhCQ%2CWAxCR%2CcAII%2CaAoCK%3BAACD%2CWAzCR%2CcAII%2CaAqCK%3BEACG%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWA7CR%2CcAII%2CaAyCK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CWA7CR%2CcAII%2CaAyCK%2CaAGG%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAvDZ%2CcAII%2CaAyCK%2CaAUI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CWAlEZ%2CcAII%2CaAyCK%2CaAqBI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FiCpB%2CWAwjCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA3jCR%2CWAwjCI%2CwBAII%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAlkCZ%2CWAwjCI%2CwBAII%2CcAOI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAnBZ%2CwBAII%2CcAOI%2CGAQK%3BElG%5C%2F3Bb%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEkG63BgB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAhlCpB%2CWAwjCI%2CwBA6BI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxlCZ%2CWAwjCI%2CwBA6BI%2CsBAII%3BEACI%2CsBAAA%3BEAEA%2CkBAAA%3B%3BAACA%2CWArCZ%2CwBA6BI%2CsBAII%2CMAIK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAApmCpB%2CWAwjCI%2CwBA6BI%2CsBAII%2CMAaI%2CEAAC%2CMACG%3BEnFhnChB%2CYAAA%3BEAGA%2CyBAAA%3B%3BAmFMJ%2CWAwjCI%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%3BElG1jCjC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEkGqjCY%2CkBAAA%3BEACA%2CSAAA%3B%3BAlGrjCZ%2CWkG6%5C%2FBA%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMlGjjChC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWkGk%5C%2FBJ%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMlGxiChC%2CKAEI%3BAAAD%2CWkGk%5C%2FBJ%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMlGviChC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWkG2%2BBJ%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMlGjiChC%2CKAEI%3BAAAD%2CWkG2%2BBJ%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMlGhiChC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWkGs%2BBA%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMlG1hChC%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWkGk%2BBJ%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMlG1hChC%2CMAII%3BEACG%2CWAAA%3B%3BAkG0hCI%2CWAzDZ%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMAKpB%3BEACG%2CWAAA%3B%3BAAEJ%2CWA5DZ%2CwBA6BI%2CsBAuBI%2CcAAc%2CSAAW%2CMAQpB%3BEACG%2CYAAA%3B%3BACjoCpB%2CeAAgB%2CWAAW%2CcAAc%3BEACrC%2CiBAAA%3B%3BAAGJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CWAGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAANR%2CWAGI%2CcAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAATZ%2CWAGI%2CcAII%2CaAGI%3BEACI%2CWAAA%3B%3BAAXhB%2CWAGI%2CcAII%2CaAMI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAjBhB%2CWAGI%2CcAII%2CaAMI%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAArBpB%2CWA%2BBI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAnCZ%2CWA%2BBI%2CmBACI%2CaAII%3BEAEI%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEnGGZ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEN4MA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmGNJ%2CWA%2BBI%2CmBACI%2CaAII%2COAeI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWA5BhB%2CmBACI%2CaAII%2COAeI%2CGAQK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C0CAAA%3B%3BAAEJ%2CWArChB%2CmBACI%2CaAII%2COAeI%2CGAiBK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C0CAAA%3B%3BAA3ExB%2CWA%2BBI%2CmBACI%2CaAII%2COA0CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FEpB%2CWA%2BBI%2CmBACI%2CaAII%2COA0CI%2CGAEI%2CGACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWAtDxB%2CmBACI%2CaAII%2COA0CI%2CGAEI%2CGACI%2CEAIK%3BEACG%2CcAAA%3B%3BAAMpB%2CWA7DR%2CmBACI%2CaA4DK%2CMACG%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEnGnDhB%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEN4MA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmGNJ%2CWAwGI%3BEACI%2CgBAAgB%2CmDAAhB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA3GR%2CWAwGI%2CgBAII%3BEAEI%2C0BAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FGZ%2CWAwGI%2CgBAII%2CmBAII%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAlHhB%2CWAwGI%2CgBAII%2CmBAII%2CaAII%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CoDAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAACA%2CWAzBhB%2CgBAII%2CmBAII%2CaAII%2CEAaK%3BEACG%2CyBAAA%3B%3BAAlIxB%2CWAwGI%2CgBAII%2CmBA0BI%2CeACI%3BEACI%2C6BAAA%3B%3BAAxIpB%2CWAwGI%2CgBAII%2CmBA%2BBI%2CeACI%3BEACI%2C6BAAA%3B%3BAA7IpB%2CWAwGI%2CgBAII%2CmBAoCI%2CeACI%3BEACI%2C%2BBAAA%3B%3BAAlJpB%2CWAwGI%2CgBAII%2CmBAyCI%2CeACI%3BEACI%2CkCAAA%3B%3BAAvJpB%2CWAwGI%2CgBAII%2CmBA8CI%2CeACI%3BEACI%2CkCAAA%3B%3BAA5JpB%2CWAwGI%2CgBAII%2CmBAmDI%2CeACI%3BEACI%2C6BAAA%3B%3BAAjKpB%2CWAwGI%2CgBAII%2CmBAwDI%2CeACI%3BEACI%2CkCAAA%3B%3BAAtKpB%2CWAwGI%2CgBAII%2CmBA6DI%2CeACI%3BEACI%2CkCAAA%3B%3BAA3KpB%2CWAwGI%2CgBAwEI%2CcACI%3BEACI%2CaAAA%3B%3BAAlLhB%2CWAwGI%2CgBAwEI%2CcAII%3BEAEI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAvLhB%2CWAwGI%2CgBAwEI%2CcAII%2CUAII%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7LpB%2CWAwGI%2CgBAwEI%2CcAII%2CUAII%2CSAMM%3BEACE%2CaAAA%3BEnGrIpB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWmGqCA%2CgBAwEI%2CcAII%2CUAII%2CSAMM%2CMnG3HjB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWmG0BJ%2CgBAwEI%2CcAII%2CUAII%2CSAMM%2CMnGlHjB%2CKAEI%3BAAAD%2CWmG0BJ%2CgBAwEI%2CcAII%2CUAII%2CSAMM%2CMnGjHjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWmGmBJ%2CgBAwEI%2CcAII%2CUAII%2CSAMM%2CMnG3GjB%2CKAEI%3BAAAD%2CWmGmBJ%2CgBAwEI%2CcAII%2CUAII%2CSAMM%2CMnG1GjB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWmGcA%2CgBAwEI%2CcAII%2CUAII%2CSAMM%2CMnGpGjB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWmGUJ%2CgBAwEI%2CcAII%2CUAII%2CSAMM%2CMnGpGjB%2CMAII%3BEACG%2CWAAA%3B%3BAmG%5C%2FFZ%2CWAwGI%2CgBAwEI%2CcAqBI%3BEACI%2CkBAAA%3B%3BAACA%2CWA%5C%2FFZ%2CgBAwEI%2CcAqBI%2CeAEK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C8CAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3B%3BAAhNpB%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtNpB%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAKI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAA3NxB%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAKI%2CYAMI%3BEACI%2CSAAA%3B%3BAA9N5B%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAKI%2CYASI%2CYAEI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAApOhC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAKI%2CYASI%2CYAEI%2CeAGI%3BEACI%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOpC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAKI%2CYASI%2CYAEI%2CeAGI%2CYAKI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7OxC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAKI%2CYASI%2CYAEI%2CeAGI%2CYAUI%3BEACI%2CyBAAA%3B%3BAAEJ%2CWA1IhC%2CgBAwEI%2CcAqBI%2CeAaI%2CMAKI%2CYASI%2CYAEI%2CeAGI%2CYAaK%3BEACG%2CkBAAA%3B%3BAAnPxC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA7PxB%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUAII%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWA3JxB%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUAII%2CmBAKK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA1QhC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUAmBI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAnR5B%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUAmBI%2CcAQI%3BEACI%2CmBAAA%3B%3BAAtRhC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUAgCI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FRhC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUAgCI%2CSAQI%3BEACI%2CaAAA%3B%3BAAnShC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUA6CI%3BAAvSxB%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUA8CI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA3S5B%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAwCI%2CUAoDI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAjT5B%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAkGI%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAxTxB%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAkGI%2CWAMI%2CeAAc%3BEACV%2CQAAA%3B%3BAA3T5B%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAkGI%2CWASI%2CeAAc%3BEACV%2CaAAA%3B%3BAA9T5B%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAkGI%2CWAYI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAnUhC%2CWAwGI%2CgBAwEI%2CcAqBI%2CeAaI%2CMAkGI%2CWAkBI%3BEACI%2CwBAAA%3B%3BAAvU5B%2CWAgVI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnVR%2CWAsVI%3BEACI%2CmBAAA%3B%3BAAvVR%2CWAsVI%2CoBAEI%2CeACI%3BEACI%2CkBAAA%3B%3BAA1VhB%2CWAsVI%2CoBAEI%2CeACI%2CYAEI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAnWpB%2CWAsVI%2CoBAEI%2CeACI%2CYAYI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAvWpB%2CWAsVI%2CoBAEI%2CeAkBI%3BEACI%2CkBAAA%3B%3BAA3WhB%2CWAsVI%2CoBAEI%2CeAkBI%2CYAGI%3BEACI%2CeAAA%3B%3BAA9WpB%2CWAsVI%2CoBAEI%2CeAkBI%2CYAGI%2CYAEI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAjXxB%2CWAsVI%2CoBAEI%2CeAkBI%2CYAGI%2CYAEI%2CWAGI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAnCpB%2CoBAEI%2CeAkBI%2CYAGI%2CYAEI%2CWAUK%2CQAEG%3BAADJ%2CWApCpB%2CoBAEI%2CeAkBI%2CYAGI%2CYAEI%2CWAWK%2CMACG%3BEACI%2CWAAA%3B%3BAA5XhC%2CWAsVI%2CoBAEI%2CeAkBI%2CYAuBI%2CuBACI%2CeACI%3BEACI%2CUAAA%3B%3BAApY5B%2CWAsVI%2CoBAEI%2CeAkBI%2CYAuBI%2CuBACI%2CeAII%2CcAAc%2CSAAW%3BEACrB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEnGtVxB%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmGqYwB%2CWArDxB%2CoBAEI%2CeAkBI%2CYAuBI%2CuBACI%2CeAII%2CcAAc%2CSAAW%2CMAKpB%3BEACG%2CUAAA%3B%3BAAEJ%2CWAxDxB%2CoBAEI%2CeAkBI%2CYAuBI%2CuBACI%2CeAII%2CcAAc%2CSAAW%2CMAQpB%3BEACG%2CWAAA%3B%3BAAGR%2CWA5DpB%2CoBAEI%2CeAkBI%2CYAuBI%2CuBACI%2CeAgBK%2CMACG%2CcAAc%2CSAAW%3BEnGvWjD%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmGNJ%2CWA8ZI%3BEACI%2CgBAAgB%2CqDAAhB%3BEACA%2CiBAAA%3B%3BAAhaR%2CWA8ZI%2CkBAGI%2CcAOI%2CcACI%2CSACM%3BEACE%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAACA%2CWAlBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAMG%3BEACG%2CyBAAA%3B%3BAAEJ%2CWArBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMASG%3BEACG%2COAAA%3B%3BAAEJ%2CWAxBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAYG%3BEACG%2CQAAA%3B%3BAACA%2CWA1BxB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAYG%2CSAEI%3BEACG%2CUAAA%3B%3BAAzbhC%2CWA8ZI%2CkBAmCI%2CoBACI%2CMACI%3BEACI%2CWAAA%3BEnGnbhB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEmGmbgB%2CqCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1cpB%2CWA8ZI%2CkBAmCI%2CoBACI%2CMAUI%3BEACI%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAvdpB%2CWA8ZI%2CkBAmCI%2CoBACI%2CMAUI%2CYAYI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWA%5C%2FDpB%2CkBAmCI%2CoBACI%2CMAUI%2CYAYI%2CYAKK%3BEnGtcrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEmGwbwB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAEJ%2CWArEpB%2CkBAmCI%2CoBACI%2CMAUI%2CYAYI%2CYAWK%3BEnG5crB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEmG8bwB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAve5B%2CWA8ZI%2CkBAmCI%2CoBACI%2CMAUI%2CYA8BI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA5exB%2CWA8ZI%2CkBAmCI%2CoBACI%2CMAUI%2CYA8BI%2CaAGI%3BEACI%2CyBAAA%3B%3BAA9e5B%2CWAwfI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA3fR%2CWAwfI%2CsBAII%3BEACI%2CmBAAA%3B%3BAA7fZ%2CWAwfI%2CsBAII%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApgBhB%2CWAwfI%2CsBAII%2CYAEI%2CGAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAhBZ%2CsBAII%2CYAEI%2CGAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FgBpB%2CWAwfI%2CsBA2BI%2CwBACI%3BAAphBZ%2CWAwfI%2CsBA2BI%2CwBAEI%2CcAAc%3BEACV%2CiBAAA%3B%3BAAthBhB%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAA5hBxB%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CWA1CxB%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAGI%2CWAKK%3BEACG%2CqBAAA%3B%3BAAniBhC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%3BEACI%2CkBAAA%3B%3BAAxiB5B%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FiBhC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAApjBhC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAWI%2CyBAII%2CiBAAiB%2CQAAO%3BEACpB%2CaAAA%3B%3BAAvjBpC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAoBI%3BEACI%2CiBAAA%3B%3BAA5jBhC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAwBI%3BEACI%2CaAAA%3B%3BAAhkBhC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBAwBI%2CWAEI%3BEACI%2CgBAAA%3B%3BAAlkBpC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%3BEAEI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxkBhC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAIpB%3BEACC%2CWAAA%3B%3BAA1kBT%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAOI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAA9kBpC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAWI%3BEACI%2CsBAAA%3B%3BAAjlBpC%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CWArGhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAUK%3BEACG%2CyBAAA%3BEzG5YpC%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAmG0lBoC%2CWAxGpC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAUK%2CMAGI%3BEACG%2CWAAA%3B%3BAAIR%2CWA7GhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAkBK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAALJ%2CWA7GhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAkBK%2CSAMG%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAxHpC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAkBK%2CSAWI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CWA7HhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAkCK%3BAACD%2CWA9HhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAmCK%3BEnGnkBjC%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmGmnBgC%2CWAjIhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAsCK%3BEACG%2CaAAA%3B%3BAACA%2CWAnIpC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAsCK%2CaAEI%3BEnGpmBrC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEmGslBwC%2CWAAA%3B%3BAAIR%2CWAzIhC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYA8CK%3BEACG%2CYAAA%3B%3BAACA%2CWA3IpC%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYA8CK%2CcAEI%3BEnG5mBrC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEmG8lBwC%2CWAAA%3B%3BAAroB5C%2CWAwfI%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAaI%2CkBA8BI%2CeAcI%2CYAsDI%3BEACI%2CaAAA%3B%3BAAOhB%2CWAzJpB%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAuHK%2CMACG%2CkBAAkB%2CeACd%3BAAFR%2CWAzJpB%2CsBA2BI%2CwBAKI%2CuBACI%2CMACI%2CeAuHK%2CMACG%2CkBAAkB%2CeAEd%3BEnGxmB5B%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmGNJ%2CWAwfI%2CsBAqKI%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAlqBZ%2CWAwfI%2CsBAqKI%2CWAAW%2CcAMP%3BEACI%2CYAAA%3B%3BAApqBhB%2CWAwfI%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%3BEnG3mBd%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEAfA%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAA6DA%2CWmGqbA%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMnGlmBb%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWmG0aJ%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMnGzlBb%2CKAEI%3BAAAD%2CWmG0aJ%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMnGxlBb%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWmGmaJ%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMnGllBb%2CKAEI%3BAAAD%2CWmGmaJ%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMnGjlBb%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWmG8ZA%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMnG3kBb%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWmG0ZJ%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMnG3kBb%2CMAII%3BEACG%2CWAAA%3B%3BAmGykBQ%2CWAhLhB%2CsBAqKI%2CWAAW%2CcAMP%2CSAEM%2CMAGG%3BEACG%2CiBAAA%3B%3BAAKhB%2CWAtLJ%2CsBAsLK%2CMACG%2CWAAW%2CcAAc%2CSAAW%3BEnGnoB5C%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmGNJ%2CWAwrBI%2CwBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA5rBZ%2CWAwrBI%2CwBACI%2CsBAII%3BEACI%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWATZ%2CwBACI%2CsBAII%2CMAIK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAxsBpB%2CWAwrBI%2CwBACI%2CsBAII%2CMAaI%2CEAAC%2CMACG%3BEpF5sBhB%2CYAAA%3BEAGA%2CyBAAA%3B%3BAoFFJ%2CWAwrBI%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%3BEnGtpBjC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEmGipBY%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAnGlpBZ%2CWmGqnBA%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMnG7oBhC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWmG0mBJ%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMnGpoBhC%2CKAEI%3BAAAD%2CWmG0mBJ%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMnGnoBhC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWmGmmBJ%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMnG7nBhC%2CKAEI%3BAAAD%2CWmGmmBJ%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMnG5nBhC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWmG8lBA%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMnGtnBhC%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWmG0lBJ%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMnGtnBhC%2CMAII%3BEACG%2CWAAA%3B%3BAmGunBI%2CWA9BZ%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMAMpB%3BEACG%2CWAAA%3B%3BAAEJ%2CWAjCZ%2CwBACI%2CsBAuBI%2CcAAc%2CSAAW%2CMASpB%3BEACG%2CYAAA%3B%3BAA1tBpB%2CWAkuBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAtuBR%2CWAkuBI%2CkBAKI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAzuBZ%2CWAkuBI%2CkBAKI%2CYAGI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAlvBhB%2CWAkuBI%2CkBAKI%2CYAaI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtvBhB%2CWAkuBI%2CkBAuBI%2CaACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAA5vBhB%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAhwBxB%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBACI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA1wB5B%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAUI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9wBhC%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBACI%2CYAGI%2CWAeI%3BEACI%2CkBAAA%3B%3BAnG3qB5B%2CWmG4nBA%2CkBAuBI%2CaACI%2CMAGI%2CmBACI%2CYAsBI%2CEnG9qBnB%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAoFFJ%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBA2BI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CWA5DpB%2CkBAuBI%2CaACI%2CMAGI%2CmBA2BI%3BIAIQ%2CiBAAA%3B%3B%3BAA5xB5B%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAjyB5B%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBA2BI%2CWAMI%2CWAII%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAryBhC%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBA2BI%2CWAgBI%3BEACI%2CaAAA%3B%3BAAzyB5B%2CWAkuBI%2CkBAuBI%2CaACI%2CMAGI%2CmBA2BI%2CWAmBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWA%5C%2FE5B%2CkBAuBI%2CaACI%2CMAGI%2CmBA2BI%2CWAmBI%2CaACI%2CcAKK%3BEACG%2CcAAA%3B%3BAAMpB%2CWAtFZ%2CkBAuBI%2CaACI%2CMA8DK%2COAEG%2CmBACI%3BAAFR%2CWAvFZ%2CkBAuBI%2CaACI%2CMA%2BDK%2COACG%2CmBACI%3BEACI%2CWAAA%3B%3BAACA%2CWA3FxB%2CkBAuBI%2CaACI%2CMA8DK%2COAEG%2CmBACI%2CYAEK%3BAAAD%2CWA3FxB%2CkBAuBI%2CaACI%2CMA%2BDK%2COACG%2CmBACI%2CYAEK%3BEnGhmBzB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C4BAAA%3BEmG0lB4B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAVhB%2CWAtFZ%2CkBAuBI%2CaACI%2CMA8DK%2COAEG%2CmBAWI%3BAAZR%2CWAvFZ%2CkBAuBI%2CaACI%2CMA%2BDK%2COACG%2CmBAWI%3BEACI%2CWAAA%3B%3BAC10B5B%2CgBAAgB%2CWAAY%2CcAAc%2CaAAe%2CaAAa%3BEAClE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3B%3B%3B%3B%3B%3B%3BAAAA%2CWAII%3BEACI%2CmBAAA%3B%3BAALR%2CWAII%2CgBAEI%2CWAAW%2CcACP%3BEACI%2CiBAAA%3B%3BAARhB%2CWAII%2CgBAEI%2CWAAW%2CcAIP%2CSACI%2CUAAS%3BEACL%2CUAAA%3B%3BAAZpB%2CWAII%2CgBAEI%2CWAAW%2CcAIP%2CSAII%2CUAAS%3BEACL%2CWAAA%3B%3BAAfpB%2CWAqBI%3BEACI%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAxBR%2CWAqBI%2CgBAII%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA5BZ%2CWAqBI%2CgBAII%2CcAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBhB%2CWAqBI%2CgBAII%2CcAII%2CaAGI%3BEACI%2CWAAA%3B%3BAAjCpB%2CWAqBI%2CgBAII%2CcAII%2CaAMI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAvCpB%2CWAqBI%2CgBAII%2CcAII%2CaAMI%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA5CxB%2CWAuDI%3BEACI%2CgBAAA%3B%3BAAxDR%2CWAuDI%2CmBAEI%3BEACI%2CWAAA%3B%3BAA1DZ%2CWAuDI%2CmBAKI%3BEACI%2CWAAA%3BEACA%2C8BAAA%3B%3BAA9DZ%2CWAuDI%2CmBAKI%2CWAGI%3BEACI%2CUAAA%3B%3BAAhEhB%2CWAuDI%2CmBAYI%3BEACI%2CcAAA%3B%3BAApEZ%2CWAuDI%2CmBAYI%2CUAEI%3BEACI%2CWAAA%3BEAEA%2CcAAA%3B%3BAAxEhB%2CWAuDI%2CmBAYI%2CUAEI%2CaAII%3BEACI%2CkBAAA%3B%3BAA1EpB%2CWAuDI%2CmBAYI%2CUAEI%2CaAOI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BE1GwHhB%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAoGDJ%2CWAuDI%2CmBAYI%2CUAEI%2CaAOI%2COAWI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAnCpB%2CmBAYI%2CUAEI%2CaAOI%2COAWI%2CEAGK%3BEACG%2CcAAA%3B%3BAAOZ%2CWA3CZ%2CmBAYI%2CUAEI%2CaA6BK%3BE1G2Gb%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEoGmGgB%2CeAAA%3B%3BAAFJ%2CWA3CZ%2CmBAYI%2CUAEI%2CaA6BK%2CMAGG%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAA1GxB%2CWAuDI%2CmBAwDI%2CWACI%3BEACI%2CUAAA%3B%3BAAjHhB%2CWAuDI%2CmBAwDI%2CWAII%3BEACI%2CUAAA%3B%3BAApHhB%2CWAuDI%2CmBAwDI%2CWAII%2CapGZR%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CWoGpDJ%2CmBAwDI%2CWAII%2CapGZR%2CEAIK%3BEACG%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEN4FR%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAAqHQ%2CWoG%5C%2FDR%2CmBAwDI%2CWAII%2CapGZR%2CEAcK%2CMACI%3BEACG%2CuCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEe%5C%2FHZ%2CYAAA%3BEAGA%2CyBAAA%3BEf8HY%2CQAAA%3BEACA%2CMAAA%3B%3BAoG5HhB%2CWA2HI%2CsBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAhIZ%2CWA2HI%2CsBACI%2C4BAKI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApIhB%2CWA2HI%2CsBACI%2C4BAKI%2CuBAII%2CeAAe%3BAArI%5C%2FB%2CWA2HI%2CsBACI%2C4BAKI%2CuBAI0B%2CeAAe%3BEACjC%2CgBAAA%3B%3BAAtIpB%2CWA2HI%2CsBACI%2C4BAKI%2CuBAII%2CeAAe%2CMAEX%3BAAvIpB%2CWA2HI%2CsBACI%2C4BAKI%2CuBAI0B%2CeAAe%2CMAEjC%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAzIxB%2CWA2HI%2CsBACI%2C4BAKI%2CuBAII%2CeAAe%2CMAEX%2CYAGI%3BAA1IxB%2CWA2HI%2CsBACI%2C4BAKI%2CuBAI0B%2CeAAe%2CMAEjC%2CYAGI%3BEpG5FpB%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAoG6IgB%2CWAnBhB%2CsBACI%2C4BAKI%2CuBAII%2CeAAe%2CMASV%2CMACG%3BAADJ%2CWAnBhB%2CsBACI%2C4BAKI%2CuBAI0B%2CeAAe%2CMAShC%2CMACG%3BEACI%2CkBAAA%3B%3BAAFR%2CWAnBhB%2CsBACI%2C4BAKI%2CuBAII%2CeAAe%2CMASV%2CMACG%2CYAEI%3BAAHR%2CWAnBhB%2CsBACI%2C4BAKI%2CuBAI0B%2CeAAe%2CMAShC%2CMACG%2CYAEI%3BEpG1GxB%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAoGDJ%2CWA2HI%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%3BEpGlGhD%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEoG4FgB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEpG7GhB%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAA6DA%2CWoG6DA%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMpGzF%5C%2FC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWoGkDJ%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMpGhF%5C%2FC%2CKAEI%3BAAAD%2CWoGkDJ%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMpG%5C%2FE%5C%2FC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWoG2CJ%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMpGzE%5C%2FC%2CKAEI%3BAAAD%2CWoG2CJ%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMpGxE%5C%2FC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWoGsCA%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMpGlE%5C%2FC%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWoGkCJ%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMpGlE%5C%2FC%2CMAII%3BEACG%2CWAAA%3B%3BAoGkEQ%2CWAjChB%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMAK%5C%2FB%3BEACG%2CUAAA%3B%3BAAEJ%2CWApChB%2CsBACI%2C4BAKI%2CuBAsBI%2CWAAW%2CcAAc%2CSAAW%2CMAQ%5C%2FB%3BEACG%2CWAAA%3B%3BAAIR%2CWAzCZ%2CsBACI%2C4BAKI%2CuBAmCK%2CMACG%2CWAAW%2CcAAc%2CSAAW%3BEpG9HpD%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAoGDJ%2CWA2HI%2CsBACI%2C4BA%2BCI%3BEACI%2CkBAAA%3B%3BAA5KhB%2CWA2HI%2CsBACI%2C4BA%2BCI%2CYAEI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CWA5DhB%2CsBACI%2C4BA%2BCI%2CYAEI%2CGAUK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAEJ%2CWArEhB%2CsBACI%2C4BA%2BCI%2CYAEI%2CGAmBK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAvMxB%2CWA2HI%2CsBACI%2C4BA%2BCI%2CYA%2BBI%3BEACI%2CcAAA%3B%3BACpNpB%2CiBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAANR%2CiBACI%2CgBAMI%3BEACI%2CeAAA%3B%3BAARZ%2CiBACI%2CgBASI%3BAAVR%2CiBACI%2CgBAUI%2CwBAAwB%3BEACpB%2CiBAAA%3B%3BAAZZ%2CiBACI%2CgBAaI%2CwBAAwB%3BEACpB%2CkBAAA%3B%3BAACA%2CiBAfR%2CgBAaI%2CwBAAwB%2CUAEnB%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEtFpBZ%2CYAAA%3BEAGA%2CyBAAA%3BEsFmBY%2CUAAA%3B%3BAAGA%2CiBA3BZ%2CgBAaI%2CwBAAwB%2CUAanB%2COACI%3BEACG%2CaAAA%3B%3BAA7BpB%2CiBACI%2CgBAiCI%2CWAAW%2CcAAc%2CSAAS%2CUAAS%3BEACvC%2CUAAA%3BEACA%2CiBAAA%3B%3BAApCZ%2CiBACI%2CgBAqCI%2CWAAW%2CcAAc%2CSAAS%2CUAAS%3BEACvC%2CWAAA%3BEACA%2CiBAAA%3B%3BAAxCZ%2CiBACI%2CgBAyCI%2CWAAW%2CcAAc%3BEACrB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3B%3B%3B%3B%3B%3B%3BAAAA%2CWACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJR%2CWACI%2CmBAII%3BErG%2BGJ%2CkBAAA%3BEqG7GQ%2CmBAAA%3B%3BAAPZ%2CWACI%2CmBAII%2CYrGiHJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAqG9HR%2CWACI%2CmBAII%2CYrG2HJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAqGlIR%2CWACI%2CmBAQI%3BEACI%2CeAAA%3B%3BAAVZ%2CWACI%2CmBAQI%2CcAEI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAdhB%2CWACI%2CmBAQI%2CcAEI%2CMAII%3BE3GOZ%2C6DAAA%3BEACA%2CqDAAA%3BE2GNgB%2CkBAAA%3B%3BAAjBpB%2CWACI%2CmBAQI%2CcAEI%2CMAII%2COAGI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BE3GyIpB%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAqGsEgB%2CWA3BhB%2CmBAQI%2CcAEI%2CMAII%2COAaK%3BEACG%2CeAAA%3B%3BAADJ%2CWA3BhB%2CmBAQI%2CcAEI%2CMAII%2COAaK%2CMAEG%3BE3GoIpB%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEqG0EwB%2CWAAA%3B%3BAAhC5B%2CWAyCI%2C4BAEI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9CZ%2CWAyCI%2C4BAEI%2CuBAII%2CWAAW%2CcAAc%2CSAAW%3BEAChC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BErG%5C%2FCZ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAqG6FY%2CWAVZ%2C4BAEI%2CuBAII%2CWAAW%2CcAAc%2CSAAW%2CMAI%5C%2FB%3BEACG%2CUAAA%3B%3BAAEJ%2CWAbZ%2C4BAEI%2CuBAII%2CWAAW%2CcAAc%2CSAAW%2CMAO%5C%2FB%3BEACG%2CWAAA%3B%3BAAIR%2CWAlBR%2C4BAEI%2CuBAgBK%2CMACG%2CWAAW%2CcAAc%2CSAAW%3BErGhEhD%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAqG0CJ%2CWAyCI%2C4BAEI%2CuBAsBI%2CeAAe%3BEACX%2CgBAAA%3B%3BAAlEhB%2CWAyCI%2C4BAEI%2CuBAsBI%2CeAAe%2CMAEX%3BEACI%2CkBAAA%3B%3BAApEpB%2CWAyCI%2C4BAEI%2CuBAsBI%2CeAAe%2CMAEX%2CYAEI%3BEACI%2CgBAAA%3B%3BAAtExB%2CWAyCI%2C4BAEI%2CuBAsBI%2CeAAe%2CMAEX%2CYAKI%3BEACI%2CgBAAA%3B%3BAAzExB%2CWAyCI%2C4BAEI%2CuBAsBI%2CeAAe%2CMAEX%2CYAKI%2CUAEI%3BEACI%2CYAAA%3B%3BAA3E5B%2CWAyCI%2C4BAEI%2CuBAsBI%2CeAAe%2CMAEX%2CYAWI%2CWAAW%2CeAAe%3BEACtB%2CsBAAA%3B%3BAA%5C%2FExB%2CWAyCI%2C4BA6CI%3BErG8BJ%2CkBAAA%3B%3BAqGpHJ%2CWAyCI%2C4BA6CI%2CYrGgCJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAqG9HR%2CWAyCI%2C4BA6CI%2CYrG0CJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAqGlIR%2CWA2FI%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA9FZ%2CWAiGI%2CuBACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAApGZ%2CWAwGI%3BEACI%2CgBAAA%3B%3BAAzGR%2CWAwGI%2CcrG5CA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CWqGwCJ%2CcrG5CA%2CEAIK%3BEACG%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEN4FR%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAAqHQ%2CWqG6BR%2CcrG5CA%2CEAcK%2CMACI%3BEACG%2CuCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEe%5C%2FHZ%2CYAAA%3BEAGA%2CyBAAA%3BEf8HY%2CQAAA%3BEACA%2CMAAA%3B%3BAqGjFhB%2CWA6GI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAjHR%2CWA6GI%2CcAKI%3BEACI%2CWAAA%3B%3BAAnHZ%2CWA6GI%2CcAKI%2CaAGI%3BEACI%2CWAAA%3B%3BAAtHhB%2CWA6GI%2CcAKI%2CaAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA5HhB%2CWA6GI%2CcAKI%2CaAMI%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWArBhB%2CcAKI%2CaAMI%2CaAKI%2CEAKK%3BEACG%2CcAAA%3B%3BAAqBZ%2CWA3CR%2CcAKI%2CaAsCK%3BAACD%2CWA5CR%2CcAKI%2CaAuCK%3BEACG%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWAhDR%2CcAKI%2CaA2CK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CWAhDR%2CcAKI%2CaA2CK%2CaAGG%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWA1DZ%2CcAKI%2CaA2CK%2CaAUI%3BErGMb%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CkCAAA%3BEAEA%2CqCAAA%3BEAEA%2CgCAAA%3BEqGZgB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2CWAjEZ%2CcAKI%2CaA2CK%2CaAiBI%3BErGWb%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CqCAAA%3BEACA%2C%2BBAAA%3BEqGbgB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAnLpB%2CWA2LI%3BEACI%2CcAAA%3BEACA%2CgBAAgB%2CqDAAhB%3B%3BAA7LR%2CWA2LI%2CkBAGI%2CcACI%2CiBACI%3BEACI%2CoBAAA%3B%3BAAjMpB%2CWA2LI%2CkBAGI%2CcAOI%2CcACI%2CSACM%3BEACE%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWAlBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAMG%3BEACG%2CyBAAA%3B%3BAAEJ%2CWArBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMASG%3BEACG%2COAAA%3B%3BAAEJ%2CWAxBpB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAYG%3BEACG%2CQAAA%3B%3BAACA%2CWA1BxB%2CkBAGI%2CcAOI%2CcACI%2CSACM%2CMAYG%2CSAEI%3BEACG%2CUAAA%3B%3BAAtNhC%2CWA2LI%2CkBAmCI%2CoBACI%2CMACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAlOpB%2CWA2LI%2CkBAmCI%2CoBACI%2CMAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAjDhB%2CkBAmCI%2CoBACI%2CMAKI%2CYAQK%3BErG%5C%2FDjB%3BAAAA%3BEAEA%3BAAAA%3BEAEA%2CiCAAA%3BEAEA%2CoCAAA%3BEAEA%2C%2BBAAA%3BEqGyDoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAjPxB%2CWA2LI%2CkBAmCI%2CoBACI%2CMAKI%2CYAeI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWA7DpB%2CkBAmCI%2CoBACI%2CMAKI%2CYAeI%2CYAKK%3BErGjRrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEqGmQwB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAA5P5B%2CWA2LI%2CkBAmCI%2CoBACI%2CMAKI%2CYA2BI%3BEACI%2CoBAAA%3B%3BAAhQxB%2CWA2LI%2CkBAmCI%2CoBACI%2CMAKI%2CYA2BI%2CaAEI%3BEACI%2CyBAAA%3B%3BAAlQ5B%2CWA6QI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAjRR%2CWA6QI%2CoBAKI%3BEACI%2CkBAAA%3B%3BAAnRZ%2CWA6QI%2CoBAKI%2CiBAEI%3BEACI%2CWAAA%3B%3BAArRhB%2CWA6QI%2CoBAKI%2CiBAEI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA1RpB%2CWA6QI%2CoBAKI%2CiBAEI%2CYAEI%2CGAKI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAjBhB%2CoBAKI%2CiBAEI%2CYAEI%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAArSxB%2CWA6QI%2CoBAKI%2CiBAuBI%3BEACI%2CiBAAA%3B%3BAA1ShB%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAEI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA9SpB%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAlTxB%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxThC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAMI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWArD5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWA3DpC%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGAcK%2CQAEG%2CiBAIK%3BErGjWrC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEqGmVwC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CWArE5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%3BEACG%2CeAAA%3B%3BAADJ%2CWArE5B%2CoBAKI%2CiBAuBI%2CYAEI%2CsBAKI%2CiBAGI%2CGACI%2CGA8BK%2CMAEG%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAtVxC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaACI%3BEACI%2CiBAAA%3B%3BAAjW5B%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%3BEACI%2CiBAAA%3B%3BAAEA%2CWA1FxB%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAA1WhC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAhXhC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CWAzGhC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAII%2CWAKK%3BEACG%2CqBAAA%3B%3BAAvXxC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAaI%2CyBAAwB%3BEACpB%2CcAAA%3B%3BAA3XpC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAgBI%2CyBAAyB%2CiBACrB%2CQAAO%3BEACH%2CaAAA%3B%3BAA%5C%2FXxC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApYpC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAGI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAxYxC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAQI%3BEACI%2CaAAA%3B%3BAA3YxC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAQI%2CWAEI%3BEACI%2CgBAAA%3B%3BAA7Y5C%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnZxC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAII%3BEACI%2CWAAA%3B%3BAArZ5C%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAOI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAzZ5C%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAWI%3BEACI%2C2BAAA%3B%3BAA5Z5C%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CWA3JxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAUK%3BEACG%2CyBAAA%3BE3GvQ5C%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAqGqd4C%2CWA9J5C%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAUK%2CMAGI%3BEACG%2CWAAA%3B%3BAAIR%2CWAnKxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAkBK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CWAnKxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAkBK%2CSAKG%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWA7K5C%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAkBK%2CSAUI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWAnLxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAkCK%2CaAAa%3BErGzdtD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEqG2c4C%2CWAAA%3B%3BAAGJ%2CWAxLxC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAuCK%3BEACG%2CYAAA%3B%3BAACA%2CWA1L5C%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYAuCK%2CcAEI%3BErGhe7C%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEqGkdgD%2CWAAA%3B%3BAAzcpD%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAKI%2CMASI%2CYAqBI%2CUAcI%2CeAcI%2CYA%2BCI%3BEACI%2CaAAA%3B%3BAA9chD%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaAwHI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1dhC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAne5B%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAtehC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%3BErG7d9B%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWqG0PA%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMrGpd7B%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CWqG%2BOJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMrG3c7B%2CKAEI%3BAAAD%2CWqG%2BOJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMrG1c7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CWqGwOJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMrGpc7B%2CKAEI%3BAAAD%2CWqGwOJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMrGnc7B%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CWqGmOA%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMrG7b7B%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWqG%2BNJ%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMrG7b7B%2CMAII%3BEACG%2CWAAA%3B%3BAqG0bwB%2CWA5NhC%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBACI%2CaA%2BHI%2CWAAW%2CcAMP%2CSAGM%2CMAEG%3BEACG%2CiBAAA%3B%3BAA1exC%2CWA6QI%2CoBAKI%2CiBAuBI%2CYAqDI%2CuBAmJI%2CcAAc%2CUAAU%3BEACpB%2CwBAAA%3B%3BAAlfxB%2CWA2fI%3BEACI%2CgBAAA%3B%3BAA5fR%2CWA2fI%2CWAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BArGzcR%2CWqGqcA%2CWAEI%2CQAGI%2CErG1cP%3BEevGD%2CYAAA%3BEAGA%2CyBAAA%3B%3BAuFNJ%2CiBAAiB%2CgBAAiB%2CaAAe%3BEAC7C%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%3B%3B%3B%3B%3BAAAA%2CWACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAALR%2CWACI%2CmBAKI%3BEACI%2CiBAAA%3B%3BAAPZ%2CWACI%2CmBAQI%3BEACI%2CkBAAA%3B%3BAACA%2CWAVR%2CmBAQI%2CUAEK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEvFpBZ%2CYAAA%3BEAGA%2CyBAAA%3BEuFmBY%2CUAAA%3B%3BAAGA%2CWAtBZ%2CmBAQI%2CUAaK%2COACI%3BEACG%2CaAAA%3B%3BAAxBpB%2CWACI%2CmBA2BI%2CSAAW%3BEACP%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWA%5C%2FBR%2CmBA2BI%2CSAAW%2CMAIN%3BEACG%2CUAAA%3B%3BAAEJ%2CWAlCR%2CmBA2BI%2CSAAW%2CMAON%3BEACG%2CWAAA%3B%3BAApChB%2CWACI%2CmBAsCI%2CMACI%3BE5G6BR%2C6DAAA%3BEACA%2CqDAAA%3BE4G5BY%2CkBAAA%3B%3BAA1ChB%2CWACI%2CmBAsCI%2CMACI%2COAGI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BE5G%2BJhB%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAsGgDY%2CWApDZ%2CmBAsCI%2CMACI%2COAaK%3BEACG%2CeAAA%3B%3BAADJ%2CWApDZ%2CmBAsCI%2CMACI%2COAaK%2CMAEG%3BE5G0JhB%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEsGoDoB%2CWAAA%3B%3BAAzDxB%2CWAiEI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApER%2CWAiEI%2CcAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWARR%2CcAII%2CaAIK%3BEACG%2CeAAA%3B%3BAA1EhB%2CWAiEI%2CcAII%2CaAOI%3BEACI%2CWAAA%3B%3BAA7EhB%2CWAiEI%2CcAII%2CaAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnFhB%2CWAiEI%2CcAII%2CaAUI%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAxFpB%2CWAiGI%2CgBACI%3BEACI%2CkBAAA%3B%3BAAnGZ%2CWAiGI%2CgBACI%2CaAEI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CWAVZ%2CgBACI%2CaAEI%2CGAOK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAnHpB%2CWAiGI%2CgBAsBI%3BEACI%2CkBAAA%3B%3BAAxHZ%2CWAiGI%2CgBAsBI%2CcAEI%3BEACI%2C0BAAA%3B%3B%3B%3B%3B%3B%3BAA1HhB%2CWAiGI%2CgBAsBI%2CcAEI%2CUAEI%3BEACI%2CuBAAA%3B%3BAA5HpB%2CWAiGI%2CgBAsBI%2CcAEI%2CUAEI%2CUAEI%2CctGlBhB%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CWsGdJ%2CgBAsBI%2CcAEI%2CUAEI%2CUAEI%2CctGlBhB%2CEAIK%3BEACG%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEN4FR%2C%2BBAAA%3BEM9MA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAAqHQ%2CWsGzBR%2CgBAsBI%2CcAEI%2CUAEI%2CUAEI%2CctGlBhB%2CEAcK%2CMACI%3BEACG%2CuCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEe%5C%2FHZ%2CYAAA%3BEAGA%2CyBAAA%3BEf8HY%2CQAAA%3BEACA%2CMAAA%3B%3BAsGhIhB%2CWAiGI%2CgBAsBI%2CcAEI%2CUAEI%2CUAEI%2CcAEI%3BEACI%2COAAA%3B%3BAAhI5B%2CWAiGI%2CgBAsBI%2CcAEI%2CUAEI%2CUAQI%3BEACI%2CWAAA%3B%3BAApIxB%2CWAiGI%2CgBAsBI%2CcAEI%2CUAcI%3BEACI%2CaAAA%3B%3BAAxIpB%2CWAiGI%2CgBAsBI%2CcAEI%2CUAsBI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAArJpB%2CWAiGI%2CgBAsBI%2CcAEI%2CUAsBI%2CMAOI%3BEACI%2CWAAA%3B%3BAAvJxB%2CWAiGI%2CgBAsBI%2CcAEI%2CUAsBI%2CMAOI%2CYAEI%3BEACI%2CiBAAA%3B%3BAAzJ5B%2CWAiGI%2CgBAsBI%2CcAEI%2CUAsBI%2CMAOI%2CYAKI%3BEACI%2CmBAAA%3B%3BAA5J5B%2CWAiGI%2CgBAiEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtKZ%2CWAiGI%2CgBAiEI%2CUAKI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAA7KhB%2CWAmLI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvLR%2CWAmLI%2CcAKI%2CaACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CWAbZ%2CcAKI%2CaACI%2CGAOK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAxMpB%2CWAmLI%2CcAyBI%3BEACI%2CiBAAA%3B%3BAA7MZ%2CWAmLI%2CcAyBI%2CeAEI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAjNhB%2CWAmLI%2CcAyBI%2CeAOI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAtNhB%2CWAmLI%2CcAyBI%2CeAOI%2CGAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAC7NpB%3B%3B%3BAAAA%2CYAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAJR%2CYAEI%2CaAGI%3BEACI%2CWAAA%3B%3BAANZ%2CYAEI%2CaAGI%2CQvGuIJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYuG9IJ%2CaAGI%2CQvGuIJ%2CEAIK%3BEACG%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEN8DR%2CsCAAA%3BEM9MA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2CAAA%3BEAgJQ%2CkBAAA%3BEevJR%2CUAAA%3BEAGA%2CwBAAA%3B%3BAfyJQ%2CYuG5JR%2CaAGI%2CQvGuIJ%2CEAiBK%2CMACI%3BEACG%2CmBAAA%3BEe7JZ%2CUAAA%3BEAGA%2C0BAAA%3B%3BAwFLJ%2CYAEI%2CaAGI%2CQAGI%3BEACI%2CWAAA%3B%3BAAThB%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjBZ%2CYAaI%2CcAMI%3BEACI%2CkBAAA%3B%3BAApBZ%2CYAuBI%3BEACI%2CgBAAA%3B%3BAAxBR%2CYAuBI%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA3BZ%2CYAuBI%2CcAMI%3BEACI%2CkBAAA%3B%3BAA9BZ%2CYAiCI%3BEAEI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAArCR%2CYAiCI%2CcvG2GA%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYuG%5C%2FGJ%2CcvG2GA%2CEAIK%3BEACG%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEN8DR%2CsCAAA%3BEM9MA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2CAAA%3BEAgJQ%2CkBAAA%3BEevJR%2CUAAA%3BEAGA%2CwBAAA%3B%3BAfyJQ%2CYuG7HR%2CcvG2GA%2CEAiBK%2CMACI%3BEACG%2CmBAAA%3BEe7JZ%2CUAAA%3BEAGA%2C0BAAA%3B%3BAwFLJ%2CYAwCI%3BEACI%2CcAAA%3B%3BAAzCR%2CYAwCI%2CcAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA9CZ%2CYAwCI%2CcAEI%2CMAKI%2CEAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYAVZ%2CcAEI%2CMAKI%2CEAAC%2CSAGI%3BEACG%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BE7G4JhB%2CsCAAA%3BEM9MA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2CAAA%3BEuGkDgB%2CkBAAA%3BExFzDhB%2CUAAA%3BEAGA%2CwBAAA%3B%3BAwF0DgB%2CYAvBhB%2CcAEI%2CMAKI%2CEAAC%2CSAeI%2CMACI%3BEACG%2CmBAAA%3BExF9DpB%2CUAAA%3BEAGA%2C0BAAA%3B%3BAwFLJ%2CYAwCI%2CcAEI%2CMA2BI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAA1EhB%2CYAwCI%2CcAEI%2CMA2BI%2CcAMI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYA3ChB%2CcAEI%2CMA2BI%2CcAMI%2CEAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAA3FxB%2CYAwCI%2CcAEI%2CMA2BI%2CcAyBI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlGpB%2CYAwCI%2CcAEI%2CMA2BI%2CcAyBI%2CMAKI%3BEACI%2CgBAAA%3B%3BAAOZ%2CYAnER%2CcAEI%2CMAiEK%2CMACG%3BEACI%2CyBAAA%3B%3BAAGR%2CYAxER%2CcAEI%2CMAsEK%2CMACG%3BEACI%2CyBAAA%3B%3BAAGR%2CYA7ER%2CcAEI%2CMA2EK%2CMACG%3BEACI%2CyBAAA%3B%3BAAvHpB%2CYA6HI%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjIZ%2CYA6HI%2C4BACI%2CuBAII%2CeAAe%3BAAlI3B%2CYA6HI%2C4BACI%2CuBAI0B%2CeAAe%3BEACjC%2CgBAAA%3B%3BAAnIhB%2CYA6HI%2C4BACI%2CuBAOI%2CWAAW%2CcAAc%2CSAAW%3BEAChC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEvGlFZ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAuGgIY%2CYAZZ%2C4BACI%2CuBAOI%2CWAAW%2CcAAc%2CSAAW%2CMAI%5C%2FB%3BEACG%2CUAAA%3B%3BAAEJ%2CYAfZ%2C4BACI%2CuBAOI%2CWAAW%2CcAAc%2CSAAW%2CMAO%5C%2FB%3BEACG%2CWAAA%3B%3BAAIR%2CYApBR%2C4BACI%2CuBAmBK%2CMACG%2CWAAW%2CcAAc%2CSAAW%3BEvGnGhD%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAuGTJ%2CYA6HI%2C4BA2BI%3BEvGeJ%2CkBAAA%3B%3BAuGvKJ%2CYA6HI%2C4BA2BI%2CYvGiBJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAuGjLR%2CYA6HI%2C4BA2BI%2CYvG2BJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAuGrLR%2CYA6JI%2CuBACI%2CeAAe%2CMAAM%3BEACjB%2CkBAAA%3B%3BAA%5C%2FJZ%2CYA6JI%2CuBAII%2CeAAe%2CMAAM%2CYAAY%2CWAAW%2CeAAe%3BEACvD%2CsBAAA%3B%3BAAlKZ%2CYAsKI%3BEACI%2CgBAAA%3B%3BAC%5C%2FJR%2CQATuB%3BEACnB%2CWAAY%2CgBAAgB%2CcAAc%2CUACtC%2CUAAU%3BIACN%2CaAAA%3B%3B%3BAAeZ%2CQATuB%2CoBAAwC%3BEAC3D%2CWAAY%2CgBAAgB%2CcAAc%2CUACtC%2CUAAU%3BIACN%2CaAAA%3B%3B%3BAAsBZ%2CQAhB2B%2CwBAAwB%3BEAC%5C%2FC%2CWAAY%2CgBAAgB%2CcAAc%2CUACtC%2CWAAW%3BIACP%2CiBAAA%3B%3BEAFR%2CWAAY%2CgBAAgB%2CcAAc%2CUAItC%2CMAAM%2CYACF%3BIACI%2CkBAAA%3B%3BEANZ%2CWAAY%2CgBAAgB%2CcAAc%2CUAItC%2CMAAM%2CYAIF%3BIACI%2CoBAAA%3B%3B%3BAA%2BBhB%2CQAzB2B%3BEACvB%2CiBAAkB%2CaAAa%3BIAC3B%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CWAAW%2CUAAU%3BEAC1C%2CeAAgB%2CWAAW%2CUAAU%3BIACjC%2CWAAA%3B%3BEAGJ%2CaACI%3BEADJ%2CaAEI%2CgBAAgB%2CcAAc%2CUAAU%2CMAAM%2CYAAY%3BEAF9D%2CaAGI%2CeAAe%2CMAAM%2CYAAY%2CWAAW%3BEAHhD%2CaAII%2CeAAe%2CMAAM%2CYAAY%2CWAAW%3BIACxC%2CwBAAA%3B%3B%3BAA2zBZ%2CQAjzB0B%2CuBAAwB%3BEAE9C%3BIACI%2CkBAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CaAAA%3B%3BEAGJ%2CeAAgB%2CcAAc%2CUAAU%3BIACpC%2CWAAA%3B%3BEAGJ%2CWAEI%2CWAAW%2CQAAQ%2CEAAE%3BIACjB%2CWAAA%3B%3BEAHR%2CWAMI%2CeAAe%2CMAAM%2CYAAY%2CyBAAyB%2CgBAAgB%3BIACtE%2CYAAA%3B%3BEAPR%2CWAUI%2CeAAe%2CeAAe%2CcAC1B%2CYACI%2CgBACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAfpB%2CWAUI%2CeAAe%2CeAAe%2CcAC1B%2CYACI%2CgBACI%2CEAGI%3BIACI%2CWAAA%3B%3BEAjBxB%2CWAUI%2CeAAe%2CeAAe%2CcAY1B%3BIACI%2CYAAA%3B%3BEAvBZ%2CWA0BI%2CeAAe%2CYAAY%2COAAO%3BIAC9B%2CkBAAA%3B%3BEA3BR%2CWA6BI%2CeAAe%2CYAAY%2CeAAe%2CMAAM%3BIAC5C%2CkBAAA%3B%3BEA9BR%2CWA6BI%2CeAAe%2CYAAY%2CeAAe%2CMAAM%2CYAE5C%3BIACI%2CkBAAA%3B%3BEAhCZ%2CWA6BI%2CeAAe%2CYAAY%2CeAAe%2CMAAM%2CYAE5C%2CUAEI%3BIACI%2CeAAA%3B%3BEAlChB%2CWAuCI%2CcAAc%3BIACV%2CcAAA%3B%3B%3BEAxCR%2CWAuCI%2CcAAc%2CaAGV%3BIACI%2CeAAA%3B%3BEA3CZ%2CWAuCI%2CcAAc%2CaAMV%3BIACI%2CgBAAA%3B%3BEA9CZ%2CWAmDI%2CcAAc%2CaAAY%2CaAAa%3BEAnD3C%2CWAoDI%2CcAAc%2CaAAY%2CaAAa%3BIACnC%2CaAAA%3B%3BEArDR%2CWAuDI%2CcAAc%2CaAAY%2CaAAc%3BIACpC%2C6BAAA%3BIACA%2CSAAA%3B%3BEAzDR%2CWA4DI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEA7DR%2CWAgEI%2CqBAAqB%2CgBAAe%2CgBAAiB%3BIACjD%2C4BAAA%3B%3BEAjER%2CWAmEI%2CqBAAqB%2CgBAAe%2CgBAAiB%2CYAAY%3BIAC7D%2CmBAAA%3B%3BEApER%2CWAsEI%2CqBAAqB%2CgBAAe%2CgBAAiB%2CYAAY%3BEAtErE%2CWAuEI%2CqBAAqB%2CgBAAgB%3BIACjC%2CmBAAA%3B%3BEAxER%2CWA2EI%2CkBAAkB%3BIACd%2CWAAA%3B%3BEA5ER%2CWA8EI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%3BIACpD%2CgBAAA%3B%3BEA%5C%2FER%2CWAiFI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%2CWAAW%3BIAC%5C%2FD%2CmBAAA%3B%3BEAlFR%2CWAoFI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BEApFnE%2CWAqFI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BIAC3D%2CiBAAA%3B%3BEAtFR%2CWAyFI%2CYAAc%2CKAAE%3BIACZ%2CSAAA%3B%3BEA1FR%2CWA4FI%2CYAAY%2CaAAa%3BIACrB%2CiBAAA%3B%3BEA7FR%2CWAgGI%2CYAAY%3BIACR%2CsBAAA%3B%3BEAjGR%2CWAmGI%2CYAAY%2CaAAa%3BIACrB%2CWAAA%3B%3BEAKR%2CWACI%2CeAAe%2CMAAM%2CYAAY%2CeAAe%2CYAAW%3BIACvD%2CUAAA%3B%3BEAFR%2CWAII%2CcACI%3BIACI%2CUAAA%3B%3BEANZ%2CWAII%2CcAII%2CqBAAqB%2CYAAY%2CMAAM%2CYACnC%3BIACI%2CWAAA%3B%3BEAVhB%2CWAII%2CcAII%2CqBAAqB%2CYAAY%2CMAAM%2CYAInC%3BIACI%2CkBAAA%3B%3BEAbhB%2CWAII%2CcAII%2CqBAAqB%2CYAAY%2CMAAM%2CYAOnC%2CeAAe%2CYAAW%3BIACtB%2CUAAA%3B%3BEAhBhB%2CWAoBI%2CcAAc%2CeAAe%2CMAAM%3BIAC%5C%2FB%2CiBAAA%3B%3BEArBR%2CWAuBI%2CcAAc%2CUAAU%3BIACpB%2CWAAA%3B%3BEAxBR%2CWA0BI%2CmBACI%2CaACI%3BIACI%2C4BAAA%3B%3BEA7BhB%2CWA0BI%2CmBAMI%2CeACI%3BIACI%2C6BAAA%3B%3BEAlChB%2CWA0BI%2CmBAWI%2CeACI%3BIACI%2C6BAAA%3B%3BEAvChB%2CWA0BI%2CmBAgBI%2CeACI%3BIACI%2CiCAAA%3B%3BEA5ChB%2CWA0BI%2CmBAqBI%2CeACI%3BIACI%2CkCAAA%3B%3BEAjDhB%2CWA0BI%2CmBA0BI%2CeACI%3BIACI%2CkCAAA%3B%3BEAtDhB%2CWA0BI%2CmBA%2BBI%2CeACI%3BIACI%2CiCAAA%3B%3BEA3DhB%2CWA0BI%2CmBAoCI%2CeACI%3BIACI%2CkCAAA%3B%3BEAhEhB%2CWA0BI%2CmBAyCI%2CeACI%3BIACI%2CkCAAA%3B%3BEArEhB%2CWA0EI%2CmBAAmB%2CaACf%2CWACI%2CMACI%2CYAAY%3BIACR%2CYAAA%3B%3BEA9EpB%2CWA0EI%2CmBAAmB%2CaACf%2CWACI%2CMAII%3BIACI%2CaAAA%3BIACA%2CaAAA%3B%3BEAlFpB%2CWA0EI%2CmBAAmB%2CaACf%2CWAUI%2CMAAK%2COAAQ%2CmBAAmB%3BIAC5B%2CiBAAA%3B%3BEAtFhB%2CWA0EI%2CmBAAmB%2CaAgBf%2CYACI%3BIACI%2CaAAA%3B%3BEAQhB%2CoBAAqB%2CWAAW%2CcAAc%3BIAC1C%2CiBAAA%3B%3BEAGJ%2CWACI%2CcAAc%2CUAAU%3BIACpB%2CWAAA%3B%3BEAFR%2CWAII%2CeAAe%2CeAAe%2CcAC1B%2CYACI%2CgBACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEATpB%2CWAII%2CeAAe%2CeAAe%2CcAC1B%2CYACI%2CgBACI%2CEAGI%3BIACI%2CWAAA%3B%3BEAXxB%2CWAII%2CeAAe%2CeAAe%2CcAY1B%3BIACI%2CYAAA%3B%3BEAjBZ%2CWAoBI%2CeAAe%2CYAAY%2COAAO%3BIAC9B%2CkBAAA%3B%3BEArBR%2CWAuBI%2CeAAe%2CYAAY%2CeAAe%2CMAAM%3BIAC5C%2CkBAAA%3B%3BEAxBR%2CWAuBI%2CeAAe%2CYAAY%2CeAAe%2CMAAM%2CYAE5C%3BIACI%2CkBAAA%3B%3BEA1BZ%2CWAuBI%2CeAAe%2CYAAY%2CeAAe%2CMAAM%2CYAE5C%2CUAEI%3BIACI%2CeAAA%3B%3BEA5BhB%2CWAiCI%3BIACI%2CaAAA%3B%3BEAlCR%2CWAoCI%2CcAAc%3BIACV%2CcAAA%3BIACA%2C6BAAA%3B%3BEAtCR%2CWAoCI%2CcAAc%2CaAGV%3BIACI%2CuBAAA%3B%3BEAxCZ%2CWAoCI%2CcAAc%2CaAMV%3BIACI%2CWAAA%3B%3BEA3CZ%2CWAoCI%2CcAAc%2CaASV%3BIACI%2CgBAAA%3B%3BEAEJ%2CWAZJ%2CcAAc%2CaAYT%3BIACG%2C0BAAA%3B%3BEACA%2CWAdR%2CcAAc%2CaAYT%2CaAEI%3BEACD%2CWAfR%2CcAAc%2CaAYT%2CaAGI%3BIACG%2CaAAA%3B%3BEAJR%2CWAZJ%2CcAAc%2CaAYT%2CaAMG%3BIACI%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAzDhB%2CWA8DI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEA%5C%2FDR%2CWAkEI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%3BIACpD%2CgBAAA%3B%3BEAnER%2CWAqEI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%2CWAAW%3BIAC%5C%2FD%2CmBAAA%3B%3BEAtER%2CWAwEI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BEAxEnE%2CWAyEI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BIAC3D%2CiBAAA%3B%3BEA1ER%2CWA6EI%2CYAAY%3BIACR%2CsBAAA%3B%3BEA9ER%2CWAgFI%2CYAAY%2CaAAa%3BIACrB%2CWAAA%3B%3BEAjFR%2CWAmFI%2CYAAY%2CGAAE%3BIACV%2CgBAAA%3B%3BEApFR%2CWAuFI%2CsBAAsB%2CwBAAwB%2CuBAAuB%2CMAAM%2CeAAe%2CkBAAkB%2CeAAe%2CYAAW%3BIAClI%2CcAAA%3B%3BEAxFR%2CWA0FI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%3BIACI%2CmBAAA%3B%3BEA7FhB%2CWA0FI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAEI%3BIACI%2CYAAA%3B%3BEA%5C%2FFpB%2CWA0FI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAMI%3BIACI%2CkBAAA%3B%3BEAnGpB%2CWA0FI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAMI%2CkBAEI%3BIACI%2CeAAA%3B%3BEArGxB%2CWA0FI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAMI%2CkBAEI%2CeAEI%2CYAAW%3BIACP%2CcAAA%3B%3BEAvG5B%2CWA0FI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAMI%2CkBAQI%3BIACI%2CSAAA%3B%3BEA3GxB%2CWAiHI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAMR%2CWACI%2CYACI%2COACI%3BIACI%2CwBAAA%3B%3BEAJhB%2CWACI%2CYACI%2COAII%2CeAAe%3BIACX%2CgBAAA%3B%3BEAPhB%2CWACI%2CYACI%2COAII%2CeAAe%2CMAEX%3BIACI%2CiBAAA%3B%3BEATpB%2CWAeI%2CeACI%2CYAAY%2COAAO%2CeAAe%2CMAAK%3BIACnC%2CaAAA%3B%3BEAjBZ%2CWAoBI%2CeAAe%2CcAAc%3BIACzB%2CkBAAA%3B%3BEArBR%2CWAoBI%2CeAAe%2CcAAc%2CYAEzB%2CGAAG%3BIACC%2CeAAA%3B%3BEAvBZ%2CWAoBI%2CeAAe%2CcAAc%2CYAKzB%2CeAAe%2CgBAAgB%3BIAC3B%2CUAAA%3BIACA%2CWAAA%3B%3BEA3BZ%2CWA8BI%2CeAAe%2CcAAc%2CYAAY%2CeAAe%3BIACpD%2CqBAAA%3B%3BEA%5C%2FBR%2CWAiCI%2CqBACI%2CeAAe%2CMAAM%2CYAAY%2CUAAU%3BIACvC%2CgBAAA%3B%3BEAnCZ%2CWAiCI%2CqBAII%2CeACI%3BIACI%2CiBAAA%3B%3BEAvChB%2CWAiCI%2CqBAII%2CeAII%3BIACI%2CkBAAA%3B%3BEA1ChB%2CWA8CI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEA%5C%2FCR%2CWAkDI%2CcAAc%3BIACV%2CcAAA%3BIACA%2C6BAAA%3B%3BEApDR%2CWAkDI%2CcAAc%2CaAGV%3BIACI%2CuBAAA%3B%3BEAtDZ%2CWAkDI%2CcAAc%2CaAMV%3BIACI%2CWAAA%3B%3BEAzDZ%2CWAkDI%2CcAAc%2CaASV%3BIACI%2CgBAAA%3B%3BEAEJ%2CWAZJ%2CcAAc%2CaAYT%3BIACG%2C0BAAA%3B%3BEACA%2CWAdR%2CcAAc%2CaAYT%2CaAEI%3BEACD%2CWAfR%2CcAAc%2CaAYT%2CaAGI%3BIACG%2CaAAA%3B%3BEAJR%2CWAZJ%2CcAAc%2CaAYT%2CaAMG%3BIACI%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAvEhB%2CWA2EI%2CkBAAkB%2CaAAa%3BIAC3B%2CsBAAA%3B%3BEA5ER%2CWA8EI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%3BIACpD%2CgBAAA%3B%3BEA%5C%2FER%2CWAiFI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%2CWAAW%3BIAC%5C%2FD%2CmBAAA%3B%3BEAlFR%2CWAoFI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BEApFnE%2CWAqFI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BIAC3D%2CiBAAA%3B%3BEAtFR%2CWAyFI%2CYAAY%3BIACR%2CsBAAA%3B%3BEA1FR%2CWA4FI%2CYAAY%2CaAAa%3BIACrB%2CWAAA%3B%3BEA7FR%2CWA%2BFI%2CYAAY%2CGAAE%3BIACV%2CkBAAA%3B%3BEAMR%2CWACI%2CcAEI%2CkBAAkB%2CMAAM%2CYAAY%2CUAAU%3BEAHtD%2CWAEI%2CcACI%2CkBAAkB%2CMAAM%2CYAAY%2CUAAU%3BIAC1C%2CYAAA%3BIACA%2CgBAAA%3B%3BEALZ%2CWACI%2CcAMI%2COACI%3BEARZ%2CWAEI%2CcAKI%2COACI%3BIACI%2CwBAAA%3B%3BEAThB%2CWACI%2CcAMI%2COAII%2CeACI%2CMACI%3BEAbpB%2CWAEI%2CcAKI%2COAII%2CeACI%2CMACI%3BIACI%2CkBAAA%3B%3BEAdxB%2CWACI%2CcAMI%2COAII%2CeACI%2CMACI%2CYAEI%3BEAfxB%2CWAEI%2CcAKI%2COAII%2CeACI%2CMACI%2CYAEI%3BIACI%2CiBAAA%3B%3BEAhB5B%2CWAuBI%2CaAEI%2CqBACI%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BEA1BnD%2CWAwBI%2CaACI%2CqBACI%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BIACnC%2CWAAA%3B%3BEA3BhB%2CWAuBI%2CaAEI%2CqBAII%2CUACI%3BEA9BhB%2CWAwBI%2CaACI%2CqBAII%2CUACI%3BIACI%2CeAAA%3BIACA%2C4BAAA%3B%3BEAhCpB%2CWAsCI%2CaACI%2CqBACI%2CUACI%3BIACI%2CcAAA%3B%3BEA1CpB%2CWAgDI%2CqBAEI%2CeAAe%3BIACX%2CiBAAA%3B%3BEAnDZ%2CWAgDI%2CqBAKI%2CUACI%3BIACI%2CaAAA%3B%3BEAvDhB%2CWAgDI%2CqBAKI%2CUAII%2CqBAAqB%2CeAAe%2CkBAAkB%2CMAAK%2CWAAY%3BIACnE%2C4BAAA%3B%3BEA1DhB%2CWAgDI%2CqBAKI%2CUAII%2CqBAAqB%2CeAAe%2CkBAAkB%2CMAAK%2CWAAY%2CYAEnE%3BIACI%2CmBAAA%3B%3BEA5DpB%2CWAgDI%2CqBAKI%2CUAII%2CqBAAqB%2CeAAe%2CkBAAkB%2CMAAK%2CWAAY%2CYAEnE%2CUAEI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FDxB%2CWAsEI%2CcAAc%3BIACV%2CcAAA%3BIACA%2C6BAAA%3B%3BEAxER%2CWAsEI%2CcAAc%2CaAGV%3BIACI%2CuBAAA%3B%3BEA1EZ%2CWAsEI%2CcAAc%2CaAMV%3BIACI%2CWAAA%3B%3BEA7EZ%2CWAsEI%2CcAAc%2CaASV%3BIACI%2CgBAAA%3B%3BEAEJ%2CWAZJ%2CcAAc%2CaAYT%3BIACG%2C0BAAA%3B%3BEACA%2CWAdR%2CcAAc%2CaAYT%2CaAEI%3BEACD%2CWAfR%2CcAAc%2CaAYT%2CaAGI%3BIACG%2CaAAA%3B%3BEAJR%2CWAZJ%2CcAAc%2CaAYT%2CaAMG%3BIACI%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEA3FhB%2CWAgGI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%3BIACpD%2CgBAAA%3B%3BEAjGR%2CWAmGI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%2CWAAW%3BIAC%5C%2FD%2CmBAAA%3B%3BEApGR%2CWAsGI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BEAtGnE%2CWAuGI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BIAC3D%2CiBAAA%3B%3BEAxGR%2CWA2GI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEA5GR%2CWA%2BGI%2CwBACI%2CsBAAsB%2CcAAc%2CSAAW%3BIAC3C%2CSAAA%3B%3BEAjHZ%2CWA%2BGI%2CwBAII%3BIACI%2CeAAA%3B%3BEApHZ%2CWA%2BGI%2CwBAOI%2CcAAc%2CSAAW%2CMAAG%3BIACxB%2CkBAAA%3B%3BEAvHZ%2CWA%2BGI%2CwBAUI%2CcAAc%2CSAAW%2CMAAG%3BIACxB%2CmBAAA%3B%3BEAMZ%2CWACI%2CiBAAiB%2CuBAAsB%2CYAAa%2CaAAa%3BIAC7D%2CsBAAA%3B%3BEAFR%2CWACI%2CiBAAiB%2CuBAAsB%2CYAAa%2CaAAa%2CYAE7D%3BIACI%2C6BAAA%3B%3BEAMA%2CWAFR%2CcACI%2CaACK%3BEACD%2CWAHR%2CcACI%2CaAEK%3BIACG%2CUAAA%3B%3BEAEJ%2CWANR%2CcACI%2CaAKK%3BIACG%2CUAAA%3B%3BEAfhB%2CWAQI%2CcACI%2CaAQI%3BIACI%2CkBAAA%3B%3BEAlBhB%2CWAuBI%2CmBAAmB%2CaAAa%2COAAO%3BIACnC%2CgBAAA%3B%3BEAxBR%2CWA2BI%2CgBACI%2CcAAc%2CeAAe%2CMACzB%3BIACI%2CUAAA%3B%3BEA9BhB%2CWA2BI%2CgBACI%2CcAAc%2CeAAe%2CMAIzB%3BIACI%2CgBAAA%3B%3BEAjChB%2CWA2BI%2CgBASI%2CmBACI%2CaACI%3BIACI%2C4BAAA%3B%3BEAvCpB%2CWA2BI%2CgBASI%2CmBAMI%2CeACI%3BIACI%2C6BAAA%3B%3BEA5CpB%2CWA2BI%2CgBASI%2CmBAWI%2CeACI%3BIACI%2C6BAAA%3B%3BEAjDpB%2CWA2BI%2CgBASI%2CmBAgBI%2CeACI%3BIACI%2CiCAAA%3B%3BEAtDpB%2CWA2BI%2CgBASI%2CmBAqBI%2CeACI%3BIACI%2CkCAAA%3B%3BEA3DpB%2CWA2BI%2CgBASI%2CmBA0BI%2CeACI%3BIACI%2CkCAAA%3B%3BEAhEpB%2CWA2BI%2CgBASI%2CmBA%2BBI%2CeACI%3BIACI%2CiCAAA%3B%3BEArEpB%2CWA2BI%2CgBASI%2CmBAoCI%2CeACI%3BIACI%2CkCAAA%3B%3BEA1EpB%2CWA2BI%2CgBASI%2CmBAyCI%2CeACI%3BIACI%2CkCAAA%3B%3BEA%5C%2FEpB%2CWAqFI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeACI%3B%3B%3BEAxFhB%2CWAqFI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAII%3B%3B%3BEA3FhB%2CWAqFI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAII%2CkBAEI%2CeAAe%2CYAAW%3BIACtB%2CcAAA%3B%3BEA9FxB%2CWAsGI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%2CWAAW%3BIAC%5C%2FD%2CcAAA%3B%3BEASI%2CWAFR%2CcACI%2CaACK%3BEACD%2CWAHR%2CcACI%2CaAEK%3BIACG%2CUAAA%3B%3BEAEJ%2CWANR%2CcACI%2CaAKK%3BIACG%2CUAAA%3B%3BEARhB%2CWACI%2CcACI%2CaAQI%3BIACI%2CkBAAA%3B%3BEAXhB%2CWAeI%2CmBAAmB%2CWAAW%2CaAAa%2CEAAE%3BIACzC%2CaAAA%3B%3BEAKR%2CWACI%2CcAAc%3BIACV%2CcAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CWACI%2CcAAc%2CaAGV%3BIACI%2C0BAAA%3B%3BEALZ%2CWACI%2CcAAc%2CaAMV%3BIACI%2CWAAA%3B%3BEARZ%2CWACI%2CcAAc%2CaASV%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAZZ%2CWAgBI%2CcAAc%2CaAAY%2CaAAa%3BEAhB3C%2CWAiBI%2CcAAc%2CaAAY%2CaAAa%3BIACnC%2CaAAA%3B%3BEAlBR%2CWAoBI%2CcAAc%2CaAAY%2CaAAc%3BIACpC%2C6BAAA%3BIACA%2CSAAA%3B%3BEAtBR%2CWAyBI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEA1BR%2CWA6BI%3BIACI%2CaAAA%3B%3BEA9BR%2CWAgCI%2CuBAAuB%3BIACnB%2CkBAAA%3BIACA%2CcAAA%3B%3BEAlCR%2CWAoCI%2CuBAAuB%3BIACnB%2CkBAAA%3BIACA%2CeAAA%3B%3BEAKR%2CWAEI%2CmBAAmB%2CSAAW%3BIAC1B%2CiBAAA%3B%3BEAHR%2CWAKI%2CcACI%3BIACI%2CkBAAA%3B%3BEACA%2CWAHR%2CcACI%2CaAEK%3BEACD%2CWAJR%2CcACI%2CaAGK%3BIACG%2CUAAA%3B%3BEAEJ%2CWAPR%2CcACI%2CaAMK%3BIACG%2CUAAA%3B%3BEAbhB%2CWAKI%2CcACI%2CaASI%3BIACI%2CkBAAA%3B%3BEAhBhB%2CWAqBI%2CgBAAgB%2CcAAc%2CUAAU%3BIACpC%2CUAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAMR%2CYACI%2CYAAc%2CKAAE%3BIACZ%2CSAAA%3B%3BEAFR%2CYAII%2CYAAY%2CaAAa%3BIACrB%2CiBAAA%3B%3BEALR%2CYAQI%2CYAAY%3BIACR%2CsBAAA%3B%3BEATR%2CYAWI%2CYAAY%2CaAAa%3BIACrB%2CWAAA%3B%3BEAZR%2CYAeI%3BIACI%2CgBAAA%3B%3BEAhBR%2CYAeI%2CcAEI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3B%3BEAnBZ%2CYAeI%2CcAMI%3BIACI%2CYAAA%3B%3BEAtBZ%2CYAyBI%3BIACI%2CgBAAA%3B%3BEA1BR%2CYAyBI%2CcAEI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEA7BZ%2CYAyBI%2CcAMI%3BIACI%2CYAAA%3B%3B%3BAAyChB%2CQAjC0B%3BEAEtB%2CWAAY%3BIACR%2CaAAA%3B%3BEAGJ%2CaACI%2CeAAe%2CMAAM%2CYAAY%2CWAAW%3BEADhD%2CaAEI%2CeAAe%2CMAAM%2CYAAY%2CWAAW%3BIACxC%2CwBAAA%3B%3BEAIR%2CWAAY%3BIACR%2CaAAA%3B%3BEAGJ%2CWACI%3BIACI%2CWAAA%3B%3BEAFR%2CWAII%2CcAAc%2CUAAU%3BIACpB%2CWAAA%3B%3B%3BAA46BZ%2CQAj6B0B%2CuBAAuB%3BEAG7C%3B%3B%3B%3B%3BEAAA%2CWAEI%2CeAAe%3BIACX%2CkBAAA%3B%3BEAHR%2CWAKI%2CeAAe%2CeAAe%2CcAAc%3BIACxC%2CYAAA%3BIACA%2CWAAA%3B%3BEAPR%2CWASI%2CeACI%2CeAAe%2CcAAc%2CYACzB%2CgBACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAdpB%2CWASI%2CeASI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAtBZ%2CWASI%2CeASI%2CYAKI%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAzBhB%2CWASI%2CeASI%2CYASI%2CeAAe%2CGAAG%2CGAAE%3BIAChB%2CmBAAA%3B%3BEA5BhB%2CWAoCI%2CaAAY%3BIACR%2CaAAA%3B%3BEArCR%2CWAuCI%3BIACI%2CaAAA%3B%3BEAxCR%2CWA0CI%2CcAAc%2CaAAY%2CaAAa%3BEA1C3C%2CWA2CI%2CcAAc%2CaAAY%2CaAAa%3BIACnC%2CaAAA%3B%3BEA5CR%2CWA8CI%2CcAAc%2CaAAY%2CaAAc%3BIACpC%2C6BAAA%3BIACA%2CSAAA%3B%3BEAhDR%2CWAkDI%2CcAAc%3BIACV%2CcAAA%3B%3BEAnDR%2CWAkDI%2CcAAc%2CaAEV%3BIACI%2CeAAA%3B%3BEArDZ%2CWAkDI%2CcAAc%2CaAKV%3BIACI%2CgBAAA%3B%3BEAxDZ%2CWA4DI%2CqBAAqB%2CgBAAe%2CgBAAiB%3BIACjD%2C4BAAA%3B%3BEA7DR%2CWA%2BDI%2CqBAAqB%2CgBAAe%2CgBAAiB%2CYAAY%3BIAC7D%2CmBAAA%3B%3BEAhER%2CWAkEI%2CqBAAqB%2CgBAAe%2CgBAAiB%2CYAAY%3BEAlErE%2CWAmEI%2CqBAAqB%2CgBAAgB%3BIACjC%2CmBAAA%3B%3BEApER%2CWAsEI%2CqBAAqB%2CgBAAgB%2CYAAY%3BIAC7C%2CiBAAA%3B%3BEAvER%2CWA0EI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEA3ER%2CWA8EI%2CqBAAqB%2CgBAAgB%2CQACjC%3BIACI%2CaAAA%3B%3BEAEJ%2CWAJJ%2CqBAAqB%2CgBAAgB%2CQAIhC%2CWACG%3BIACI%2CaAAA%3B%3BEApFhB%2CWAyFI%2CgBAAgB%2CcAAc%2CcAAc%3BIACxC%2C0BAAA%3B%3BEA1FR%2CWA6FI%2CkBAAkB%2CaACd%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhGZ%2CWA6FI%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWAPhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAEK%3BEACD%2CWARhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEAIZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBACI%3BEAFR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEALZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBAKI%3BEANR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBAKI%3BIACI%2CWAAA%3B%3BEAlHxB%2CWAyHI%2CYAAY%2CaAAa%3BIACrB%2CiBAAA%3B%3BEA1HR%2CWA4HI%2CYAAY%3BIACR%2CoBAAA%3B%3BEAKR%2CWACI%2CgBACI%3BIACI%2CcAAA%3B%3BEAHZ%2CWACI%2CgBAII%2CmBAAmB%2CUAAU%3BIACzB%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CWACI%2CgBAII%2CmBAAmB%2CUAAU%2CMAGzB%2CYAAY%2CeACR%2CYAAW%3BIACP%2CUAAA%3B%3BEAVpB%2CWACI%2CgBAII%2CmBAAmB%2CUAAU%2CMAGzB%2CYAAY%2CeAIR%2CYAAW%3BEAZ3B%2CWACI%2CgBAII%2CmBAAmB%2CUAAU%2CMAGzB%2CYAAY%2CeAKR%2CYAAW%3BIACP%2CWAAA%3B%3BEAdpB%2CWACI%2CgBAII%2CmBAAmB%2CUAAU%2CMAGzB%2CYAAY%2CeAQN%3BEAhBlB%2CWACI%2CgBAII%2CmBAAmB%2CUAAU%2CMAGzB%2CYAAY%2CeASR%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAnBpB%2CWAyBI%2CcAAc%3BIACV%2CUAAA%3B%3BEA1BR%2CWA4BI%2CoBACI%2CiBACI%2CYACI%2CuBACI%2CaACI%2CeAGI%2CMACI%2CYAAY%2CeACR%2CYAAW%3BEAtC%5C%2FC%2CWA4BI%2CoBACI%2CiBACI%2CYACI%2CuBACI%2CaACI%2CeAGI%2CMACI%2CYAAY%2CeAER%2CYAAW%3BIACP%2CWAAA%3B%3BEAxCxC%2CWA4BI%2CoBACI%2CiBACI%2CYACI%2CuBACI%2CaACI%2CeAGI%2CMACI%2CYAAY%2CeAKN%3BEA1CtC%2CWA4BI%2CoBACI%2CiBACI%2CYACI%2CuBACI%2CaACI%2CeAGI%2CMACI%2CYAAY%2CeAMR%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA7CxC%2CWAyDI%2CcAAc%2CUAAU%3BIACpB%2CWAAA%3BIACA%2CSAAA%3B%3BEA3DR%2CWA6DI%2CcAAc%2CeAAe%2CMAAM%3BIAC%5C%2FB%2CiBAAA%3B%3BEA9DR%2CWAiEI%3BIACI%2CWAAA%3B%3BEAlER%2CWAiEI%2CmBAEI%2CaACI%3BIACI%2C2BAAA%3B%3BEArEhB%2CWAiEI%2CmBAOI%2CeACI%3BIACI%2C6BAAA%3B%3BEA1EhB%2CWAiEI%2CmBAYI%2CeACI%3BIACI%2C6BAAA%3B%3BEA%5C%2FEhB%2CWAiEI%2CmBAiBI%2CeACI%3BIACI%2CgCAAA%3B%3BEApFhB%2CWAiEI%2CmBAsBI%2CeACI%3BIACI%2CkCAAA%3B%3BEAzFhB%2CWAiEI%2CmBA2BI%2CeACI%3BIACI%2CkCAAA%3B%3BEA9FhB%2CWAiEI%2CmBAgCI%2CeACI%3BIACI%2CgCAAA%3B%3BEAnGhB%2CWAiEI%2CmBAqCI%2CeACI%3BIACI%2CkCAAA%3B%3BEAxGhB%2CWAiEI%2CmBA0CI%2CeACI%3BIACI%2CkCAAA%3B%3BEA7GhB%2CWAkHI%2CmBACI%2CaACI%3BIACI%2CWAAA%3B%3BEArHhB%2CWAkHI%2CmBACI%2CaACI%2CYAEI%2CYACI%3BIACI%2CWAAA%3B%3BEAxHxB%2CWAkHI%2CmBACI%2CaASI%3BIACI%2CWAAA%3B%3BEAOhB%2CoBAAqB%2CWAAW%2CcAAc%3BIAC1C%2CiBAAA%3B%3BEAGJ%2CWACI%2CgBAAgB%2CcAAc%2CcAAc%3BIACxC%2C0BAAA%3B%3BEAFR%2CWAII%2CsBAAsB%2CwBAAwB%2CuBAAuB%2CMAAM%2CeAAe%2CkBAAkB%2CeAAe%2CYAAW%3BIAClI%2CcAAA%3B%3BEALR%2CWAQI%2CeAAe%3BIACX%2CkBAAA%3B%3BEATR%2CWAWI%2CeAAe%2CeAAe%2CcAAc%3BIACxC%2CYAAA%3BIACA%2CWAAA%3B%3BEAbR%2CWAeI%2CeACI%2CeAAe%2CcAAc%2CYACzB%2CgBACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEApBpB%2CWAeI%2CeASI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEA5BZ%2CWAeI%2CeASI%2CYAKI%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3B%3BEA%5C%2FBhB%2CWAeI%2CeASI%2CYASI%2CeAAe%2CGAAG%2CGAAE%3BIAChB%2CmBAAA%3B%3BEAlChB%2CWAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CWA0CI%3BIACI%2CeAAA%3B%3BEA3CR%2CWA6CI%3BIACI%2CWAAA%3B%3BEA9CR%2CWA6CI%2CUAEI%3BIACI%2CgBAAA%3B%3BEAhDZ%2CWAmDI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAE3C%3BIACI%2CWAAA%3B%3BEAvDhB%2CWAmDI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAE3C%2CeAEI%3BIACI%2CYAAA%3B%3BEAzDpB%2CWAmDI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAE3C%2CeAKI%3BIACI%2CkBAAA%3B%3BEA5DpB%2CWAmDI%2CsBACI%2CwBAAwB%2CuBAAuB%2CMAE3C%2CeAKI%2CkBAEI%3BIACI%2CgBAAA%3B%3BEA9DxB%2CWAqEI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEAtER%2CWAyEI%2CkBAAkB%2CaACd%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEA5EZ%2CWAyEI%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWAPhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAEK%3BEACD%2CWARhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEAIZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBACI%3BEAFR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEALZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBAKI%3BEANR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBAKI%3BIACI%2CWAAA%3B%3BEA9FxB%2CWAsGI%2CYAAY%3BIACR%2CoBAAA%3B%3BEAvGR%2CWAyGI%2CYAAY%2CGAAE%3BIACV%2CgBAAA%3B%3BEACA%2CWAFJ%2CYAAY%2CGAAE%2CeAET%3BIACG%2CaAAA%3B%3BEAOZ%2CWACI%3BIACI%2CmBAAA%3B%3BEAFR%2CWAII%2CeACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CWAII%2CeACI%2CYAGI%2COAAO%3BIACH%2CwBAAA%3B%3BEAThB%2CWAaI%2CeAAe%2CcAAc%2CeAAe%2CMAAM%2CYAC9C%3BIACI%2CUAAA%3B%3BEAfZ%2CWAaI%2CeAAe%2CcAAc%2CeAAe%2CMAAM%2CYAI9C%3BIACI%2CkBAAA%3B%3BEAlBZ%2CWAaI%2CeAAe%2CcAAc%2CeAAe%2CMAAM%2CYAI9C%2CUAEI%3BIACI%2CgBAAA%3B%3BEApBhB%2CWAaI%2CeAAe%2CcAAc%2CeAAe%2CMAAM%2CYAI9C%2CUAKI%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAxBhB%2CWA6BI%2CeAAe%2CcAAc%2CYAAY%2CeAAe%3BIACpD%2CcAAA%3B%3BEA9BR%2CWAiCI%2CeACI%2CYAEI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAtChB%2CWAiCI%2CeACI%2CYAMI%2CeAAe%2CMAAK%3BIAChB%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3ChB%2CWAgDI%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAAY%2CUAAU%2CeAAe%2CYAAW%3BIACvI%2CcAAA%3B%3BEAjDR%2CWAmDI%2CqBACI%3BIACI%2CmBAAA%3B%3BEArDZ%2CWAmDI%2CqBAII%3BIACI%2CkBAAA%3B%3BEAxDZ%2CWA2DI%3BIACI%2CgBAAA%3B%3BEA5DR%2CWA2DI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYACnE%3BIACI%2CYAAA%3B%3BEA%5C%2FDhB%2CWA2DI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAInE%3B%3BIAEI%2CWAAA%3B%3BEAnEhB%2CWA2DI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAInE%2CUAGI%3BIACI%2CgBAAA%3B%3BEArEpB%2CWA0EI%2CqBAAqB%2CeAAe%2CMAAM%2CYAAY%2CUAAU%3BIAC5D%2CgBAAA%3B%3BEA3ER%2CWA6EI%2CqBAAqB%2CeAAe%3BIAChC%2CgBAAA%3B%3BEA9ER%2CWAiFI%3BIACI%2CaAAA%3B%3BEAlFR%2CWAoFI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEArFR%2CWAuFI%2CkBAAkB%2CaACd%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEA1FZ%2CWAuFI%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWAPhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAEK%3BEACD%2CWARhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEAIZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBACI%3BEAFR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEALZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBAKI%3BEANR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBAKI%3BIACI%2CWAAA%3B%3BEA5GxB%2CWAoHI%2CYAAY%3BIACR%2CoBAAA%3B%3BEArHR%2CWAuHI%2CYAAY%2CGAAE%3BIACV%2CgBAAA%3B%3BEACA%2CWAFJ%2CYAAY%2CGAAE%2CeAET%3BIACG%2CaAAA%3B%3BEAOZ%2CWACI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEALZ%2CWACI%2CeAMI%3BIACI%2CmBAAA%3B%3BEARZ%2CWACI%2CeAMI%2CUAEI%2CeAAe%2CcACX%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAZpB%2CWACI%2CeAMI%2CUAEI%2CeAAe%2CcAKX%2CeACI%2CMACI%2CYACI%2CWACI%2CeAAc%3BIACV%2CUAAA%3B%3BEAnBpC%2CWACI%2CeAMI%2CUAEI%2CeAAe%2CcAKX%2CeACI%2CMACI%2CYACI%2CWAII%3BIACI%2CUAAA%3B%3BEAtBpC%2CWACI%2CeAMI%2CUAEI%2CeAAe%2CcAKX%2CeACI%2CMACI%2CYASI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3B%3BEA3BhC%2CWACI%2CeAmCI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAxCZ%2CWACI%2CeAmCI%2CcAKI%3BIACI%2C0BAAA%3B%3BEA1ChB%2CWA%2BCI%2CWACI%3BIACI%2CaAAA%3B%3BEAjDZ%2CWAoDI%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAAY%2CUAAU%2CeAAe%2CYAAW%3BIACvI%2CcAAA%3B%3BEArDR%2CWAuDI%2CqBAAqB%2CUAAU%2CqBAAqB%2CeAAe%2CUAAU%2CMAAK%2CWAAY%2CYAAY%2CWAAW%3BIACjH%2CYAAA%3B%3BEAxDR%2CWA0DI%2CqBACI%3BIACI%2CmBAAA%3B%3BEA5DZ%2CWA0DI%2CqBAII%3BIACI%2CkBAAA%3B%3BEA%5C%2FDZ%2CWA0DI%2CqBAII%2CUAEI%3BIACI%2CkBAAA%3B%3BEAjEhB%2CWA0DI%2CqBAII%2CUAEI%2CqBAEI%2CeAAe%2CkBAAkB%2CMAAK%2CWAAY%3BIAC9C%2C4BAAA%3B%3BEAnEpB%2CWA0DI%2CqBAII%2CUAEI%2CqBAEI%2CeAAe%2CkBAAkB%2CMAAK%2CWAAY%2CYAE9C%3BIACI%2CmBAAA%3B%3BEArExB%2CWA0DI%2CqBAII%2CUAEI%2CqBAEI%2CeAAe%2CkBAAkB%2CMAAK%2CWAAY%2CYAE9C%2CUAEI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAxE5B%2CWA0DI%2CqBAII%2CUAeI%3BIACI%2CaAAA%3B%3BEA9EhB%2CWAkFI%2CaAEI%2CqBACI%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BEArFnD%2CWAmFI%2CaACI%2CqBACI%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BIACnC%2CUAAA%3B%3BEAtFhB%2CWAkFI%2CaAEI%2CqBAII%2CeAAe%3BEAxF3B%2CWAmFI%2CaACI%2CqBAII%2CeAAe%3BIACX%2C4BAAA%3BIACA%2CgBAAA%3B%3BEA1FhB%2CWAkFI%2CaAEI%2CqBAQI%2CUACI%3BEA7FhB%2CWAmFI%2CaACI%2CqBAQI%2CUACI%3BIACI%2CeAAA%3B%3BEA9FpB%2CWAsGI%2CaACI%2CqBACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEA1GhB%2CWAsGI%2CaACI%2CqBACI%2CeAGI%3BIACI%2C2BAAA%3BIACA%2CgBAAA%3B%3BEA7GpB%2CWAsGI%2CaACI%2CqBASI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAnHhB%2CWAsGI%2CaACI%2CqBASI%2CUAII%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAtHpB%2CWAsGI%2CaACI%2CqBASI%2CUAQI%3BIACI%2CaAAA%3B%3BEAzHpB%2CWAgII%3BIACI%2CaAAA%3B%3BEAjIR%2CWAmII%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEApIR%2CWAsII%2CkBAAkB%2CaACd%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAzIZ%2CWAsII%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWAPhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAEK%3BEACD%2CWARhB%2CkBAAkB%2CaACd%2CMAGI%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEAIZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBACI%3BEAFR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEALZ%2CWAbR%2CkBAAkB%2CaACd%2CMAYK%2COAEG%2CmBAKI%3BEANR%2CWAdR%2CkBAAkB%2CaACd%2CMAaK%2COACG%2CmBAKI%3BIACI%2CWAAA%3B%3BEA3JxB%2CWAmKI%3BIACI%2CgBAAA%3B%3BEApKR%2CWAmKI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYACnE%3BIACI%2CYAAA%3B%3BEAvKhB%2CWAmKI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAInE%3B%3BIAEI%2CWAAA%3B%3BEA3KhB%2CWAmKI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAInE%2CUAGI%3BIACI%2CgBAAA%3B%3BEA7KpB%2CWAmLI%2CwBAAwB%3BIACpB%2CsBAAA%3B%3BEApLR%2CWAsLI%2CwBAAwB%2CsBAAsB%2CcAAc%2CSAAW%3BIACnE%2CSAAA%3B%3BEAKR%2CWACI%2CcAAc%3BIACV%2CkBAAA%3B%3BEAFR%2CWACI%2CcAAc%2CaAEV%3BEAHR%2CWACI%2CcAAc%2CaAGV%3BIACI%2CWAAA%3B%3BEALZ%2CWASI%2CmBAAmB%3BIACf%2CUAAA%3B%3BEAVR%2CWASI%2CmBAAmB%2CaAEf%3BIACI%2CWAAA%3B%3BEAZZ%2CWAeI%3BIACI%2CiBAAA%3B%3BEAhBR%2CWAeI%2CgBAEI%3BIACI%2CWAAA%3B%3BEAlBZ%2CWAeI%2CgBAEI%2CmBAEI%2CaACI%3BIACI%2C2BAAA%3B%3BEArBpB%2CWAeI%2CgBAEI%2CmBAOI%2CeACI%3BIACI%2C6BAAA%3B%3BEA1BpB%2CWAeI%2CgBAEI%2CmBAYI%2CeACI%3BIACI%2C6BAAA%3B%3BEA%5C%2FBpB%2CWAeI%2CgBAEI%2CmBAiBI%2CeACI%3BIACI%2CgCAAA%3B%3BEApCpB%2CWAeI%2CgBAEI%2CmBAsBI%2CeACI%3BIACI%2CkCAAA%3B%3BEAzCpB%2CWAeI%2CgBAEI%2CmBA2BI%2CeACI%3BIACI%2CkCAAA%3B%3BEA9CpB%2CWAeI%2CgBAEI%2CmBAgCI%2CeACI%3BIACI%2CgCAAA%3B%3BEAnDpB%2CWAeI%2CgBAEI%2CmBAqCI%2CeACI%3BIACI%2CkCAAA%3B%3BEAxDpB%2CWAeI%2CgBAEI%2CmBA0CI%2CeACI%3BIACI%2CkCAAA%3B%3BEA7DpB%2CWAeI%2CgBAkDI%3BIACI%2CsBAAA%3B%3BEAlEZ%2CWAeI%2CgBAkDI%2CcAEI%2CeAAe%2CMAAM%3BIACjB%2CiBAAA%3B%3BEApEhB%2CWAyEI%2CUAAU%3BIACN%2CaAAA%3B%3BEA1ER%2CWAyEI%2CUAAU%2CsBAEN%2CwBAAwB%2CuBAAuB%2CMAAM%2CeAAc%2CUAAU%3BIACzE%2CiBAAA%3B%3BEA5EZ%2CWA%2BEI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%3BIACpD%2CeAAA%3B%3BEAhFR%2CWA%2BEI%2CkBAAkB%2CaAAa%2CMAAM%2CmBAAmB%2CWAEpD%3BIACI%2CcAAA%3B%3BEAOZ%2CWACI%2CcAAc%3BIACV%2CkBAAA%3B%3BEAFR%2CWACI%2CcAAc%2CaAEV%3BEAHR%2CWACI%2CcAAc%2CaAGV%3BIACI%2CsBAAA%3B%3BEALZ%2CWAQI%2CmBAAmB%2CWAAW%2CaAAa%2CEAAE%3BIACzC%2CaAAA%3B%3BEAKR%2CWACI%2CmBAAmB%2CcAAc%3BIAC7B%2CUAAA%3B%3BEACA%2CWAFJ%2CmBAAmB%2CcAAc%2CMAE5B%3BIACG%2CaAAA%3B%3BEAJZ%2CWAQI%2CcAAc%3BIACV%2CcAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CWAQI%2CcAAc%2CaAGV%3BIACI%2C0BAAA%3B%3BEAZZ%2CWAQI%2CcAAc%2CaAMV%3BIACI%2CWAAA%3B%3BEAfZ%2CWAQI%2CcAAc%2CaASV%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAnBZ%2CWAuBI%2CcAAc%2CaAAY%2CaAAa%3BEAvB3C%2CWAwBI%2CcAAc%2CaAAY%2CaAAa%3BIACnC%2CaAAA%3B%3BEAzBR%2CWA2BI%2CcAAc%2CaAAY%2CaAAc%3BIACpC%2C6BAAA%3BIACA%2CSAAA%3B%3BEA7BR%2CWAgCI%3BIACI%2CaAAA%3B%3BEAjCR%2CWAmCI%2CuBAAuB%3BIACnB%2CkBAAA%3BIACA%2CcAAA%3B%3BEArCR%2CWAuCI%2CuBAAuB%3BIACnB%2CkBAAA%3BIACA%2CeAAA%3B%3BEAzCR%2CWA4CI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CmBAAA%3B%3BEA7CR%2CWAgDI%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAAY%2CUAAU%2CeAAe%2CYAAW%3BIACvI%2CcAAA%3B%3BEAjDR%2CWAmDI%2CqBACI%3BIACI%2CmBAAA%3B%3BEArDZ%2CWAmDI%2CqBAII%3BIACI%2CkBAAA%3B%3BEAxDZ%2CWA2DI%3BIACI%2CgBAAA%3B%3BEA5DR%2CWA2DI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYACnE%3BIACI%2CYAAA%3B%3BEA%5C%2FDhB%2CWA2DI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAInE%3B%3BIAEI%2CWAAA%3B%3BEAnEhB%2CWA2DI%2CoBAEI%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CMAAM%2CYAInE%2CUAGI%3BIACI%2CgBAAA%3B%3BEAQpB%2CWACI%3BIACI%2CgBAAA%3B%3BEAFR%2CWACI%2CmBAEI%2CSAAW%3BIACP%2CiBAAA%3B%3BEAJZ%2CWAOI%3BIACI%2CaAAA%3B%3BEARR%2CWAUI%3BIACI%2CgBAAA%3B%3BEAXR%2CWAUI%2CgBAEI%2CcAAc%2CUAAU%3BIACpB%2CUAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAfZ%2CWAUI%2CgBAEI%2CcAAc%2CUAAU%2CMAIpB%2CYACI%3BIACI%2CeAAA%3B%3BEAQpB%2CYACI%2CYAAY%2CaAAa%3BIACrB%2CiBAAA%3B%3BEAFR%2CYAII%2CYAAY%3BIACR%2CoBAAA%3B%3BEALR%2CYAQI%2CaACI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3BEAXZ%2CYAeI%2CcAAc%2CMAAM%2CcAAc%3BIAC9B%2CeAAA%3B%3B%3BAA20DZ%2CQAr0D0B%3BEAEtB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CWAAW%2CcAAc%3BEAC9C%2CeAAgB%2CWAAW%2CcAAc%3BIACrC%2CaAAA%3B%3BEAGJ%2CeACI%2CcAAc%3BIACV%2CiBAAA%3B%3BEAFR%2CeAII%2CWAAW%2CcAAc%3BIACrB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAKR%2CWAKI%3BIACI%2CeAAA%3B%3BEANR%2CWAKI%2CeAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CWAKI%2CeAEI%2CYAKI%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAjBhB%2CWAKI%2CeAEI%2CYAYI%2CeAAe%2CGAAG%2CGAAE%3BIAChB%2CmBAAA%3B%3BEApBhB%2CWAKI%2CeAkBI%2CeACI%2CcACI%3BIACI%2CaAAA%3B%3BEA1BpB%2CWAKI%2CeAkBI%2CeACI%2CcAII%3BIACI%2CWAAA%3B%3BEA7BpB%2CWAKI%2CeAkBI%2CeACI%2CcAOI%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAjCpB%2CWAKI%2CeAkBI%2CeACI%2CcAWI%2CeAAe%3BIACX%2CkBAAA%3B%3BEApCpB%2CWAKI%2CeAkBI%2CeACI%2CcAWI%2CeAAe%2CMAEX%2CYACI%3BIACI%2CUAAA%3B%3BEAvC5B%2CWAKI%2CeAkBI%2CeACI%2CcAWI%2CeAAe%2CMAEX%2CYAII%3BIACI%2CSAAA%3BIACA%2CSAAA%3B%3BEA3C5B%2CWAmDI%2CaAAY%3BIACR%2CaAAA%3B%3BEApDR%2CWAsDI%3BIACI%2CaAAA%3B%3BEAvDR%2CWAyDI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CaAAA%3B%3BEA1DR%2CWAyDI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMACI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEA9DhB%2CWAyDI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMAKI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAlEhB%2CWAsEI%2CqBAAqB%3BIACjB%2CWAAA%3B%3BEAvER%2CWAsEI%2CqBAAqB%2CgBAKjB%3BIACI%2CgBAAA%3B%3BEA5EZ%2CWAsEI%2CqBAAqB%2CgBAcjB%3BIACI%2CgBAAA%3B%3BEArFZ%2CWA4FI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BEA5FnE%2CWA6FI%2CkBAAkB%2CaAAa%2CMAAK%2COAAQ%2CmBAAmB%3BIAC3D%2CcAAA%3B%3BEA9FR%2CWAiGI%2CkBAAkB%2CaAAa%3BIAC3B%2CWAAA%3B%3BEAlGR%2CWAiGI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWALZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAEK%3BEACD%2CWANZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEAxGpB%2CWAiGI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BIAEA%2CkBAAA%3B%3BEA%5C%2FGhB%2CWAiGI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%2CWAKI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAlHpB%2CWAyHI%2CYACI%2CGAAE%3BIACE%2CWAAA%3B%3BEA3HZ%2CWAyHI%2CYACI%2CGAAE%2CeAEE%2CGAAG%3BIACC%2CkBAAA%3BIACA%2CcAAA%3B%3BEA9HhB%2CWAyHI%2CYACI%2CGAAE%2CeAEE%2CGAAG%2CEAGC%3BIACI%2CWAAA%3B%3BEAhIpB%2CWAyHI%2CYAWI%3BIACI%2CWAAA%3B%3BEAOZ%2CWAEI%2CWAAW%3BIACP%2CWAAA%3B%3BEAHR%2CWAKI%2CmBAAmB%2CUAAU%3BIACzB%2CWAAA%3B%3BEANR%2CWAQI%2CcAAc%3BIACV%2CWAAA%3B%3BEATR%2CWAQI%2CcAAc%2CqBAEV%2CeAAe%3BIACX%2CWAAA%3B%3BEAXZ%2CWAcI%3BIACI%2CgBAAA%3B%3BEAfR%2CWAcI%2CoBAEI%3BIACI%2CeAAA%3B%3BEAjBZ%2CWAcI%2CoBAEI%2CiBAEI%3BIACI%2CeAAA%3B%3B%3B%3BEAnBhB%2CWAcI%2CoBAEI%2CiBAEI%2CYAEI%3BIACI%2CiBAAA%3B%3BEArBpB%2CWAcI%2CoBAEI%2CiBAEI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%3BIAChB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAxBxB%2CWAcI%2CoBAEI%2CiBAEI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%3BIACI%2CeAAA%3B%3BEACA%2CWAbxB%2CoBAEI%2CiBAEI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAEK%3BIACG%2CcAAA%3B%3BEAEJ%2CWAhBxB%2CoBAEI%2CiBAEI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAKK%3BIACG%2CaAAA%3B%3BEA%5C%2FBhC%2CWAcI%2CoBAEI%2CiBAEI%2CYAmBI%3BIACI%2C0CAAA%3BIxGp%2BDpB%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwGo%2BDoB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAhDpB%2CWAcI%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAYI%3BEAjDpB%2CWAcI%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAaI%3BIACI%2CwBAAA%3B%3BEAEJ%2CWAvChB%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAgBK%3BIxG7%2BDrB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIwG%2B9DwB%2CWAAA%3B%3BEAvDxB%2CWAcI%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAqBI%3BIACI%2CuCAAA%3BI9Gp8DxB%2CgDAAA%3BIACA%2CwCAAA%3BI8Gq8DwB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAnExB%2CWAcI%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAqBI%2CiBAUI%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEAtE5B%2CWAcI%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CWA9D5B%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAIK%3BIACG%2CwBAAA%3B%3BEAGJ%2CWAlE5B%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAQK%3BEACD%2CWAnE5B%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGASK%3BIACG%2CwCAAA%3B%3BEAMhB%2CWA1EhB%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAmDK%3BIACG%2CyBAAA%3B%3BEADJ%2CWA1EhB%2CoBAEI%2CiBAEI%2CYAmBI%2CsBAmDK%2CMAEG%3BIACI%2CcAAA%3B%3BEA3F5B%2CWAcI%2CoBAEI%2CiBAEI%2CYA8EI%2CuBACI%2CiBAAgB%3BIACZ%2CaAAA%3B%3BEAlGxB%2CWAcI%2CoBAEI%2CiBAEI%2CYA8EI%2CuBAII%2CaACI%2CWAAW%3BIACP%2CUAAA%3B%3BEAtG5B%2CWAcI%2CoBAEI%2CiBAEI%2CYA8EI%2CuBAII%2CaACI%2CWAAW%2CcAEP%2CSACM%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIxGxiEpC%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwGwiEoC%2CsBAAA%3B%3BEACA%2CWA%5C%2FFhC%2CoBAEI%2CiBAEI%2CYA8EI%2CuBAII%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAKG%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGA%2CWArGpC%2CoBAEI%2CiBAEI%2CYA8EI%2CuBAII%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAUG%2CSACI%3BIACG%2CSAAA%3B%3BEAIJ%2CWA1GpC%2CoBAEI%2CiBAEI%2CYA8EI%2CuBAII%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAeG%2CSACI%3BIACG%2CUAAA%3B%3BEAzH5C%2CWAcI%2CoBAEI%2CiBAEI%2CYA8EI%2CuBAII%2CaA2BI%2CeAAe%2CMAAM%3BIACjB%2CuBAAA%3B%3BEAhI5B%2CWAyII%3BIACI%2C0BAAA%3B%3BEA1IR%2CWA4II%3BIACI%2CgBAAA%3B%3BEA7IR%2CWAgJI%2CcACI%2CaAAa%3BIACT%2CUAAA%3B%3BEAlJZ%2CWAgJI%2CcAII%2CeACI%2CMACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAzJpB%2CWAgJI%2CcAII%2CeACI%2CMACI%2CWAII%2CeAAc%3BIACV%2CaAAA%3B%3BEA3JxB%2CWAgJI%2CcAII%2CeACI%2CMASI%3BIACI%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAjKpB%2CWAgJI%2CcAII%2CeACI%2CMASI%2CUAII%2CmBAAkB%3BIACd%2COAAA%3B%3BEAnKxB%2CWAyKI%3BIACI%2CWAAA%3B%3BEA1KR%2CWAyKI%2CmBAEI%2CaACI%3BIACI%2CWAAA%3B%3BEA7KhB%2CWAyKI%2CmBAEI%2CaACI%2CYAEI%3BIACI%2CYAAA%3B%3BEA%5C%2FKpB%2CWAyKI%2CmBAEI%2CaAOI%3BIACI%2CWAAA%3B%3BEAnLhB%2CWAyKI%2CmBAEI%2CaAOI%2CWAEI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAtLpB%2CWAyKI%2CmBAEI%2CaAOI%2CWAEI%2CMAGI%3BIACI%2CYAAA%3B%3BEACA%2CWAhBpB%2CmBAEI%2CaAOI%2CWAEI%2CMAGI%2CWAEK%3BIACG%2CwBAAA%3B%3BEAGR%2CWApBhB%2CmBAEI%2CaAOI%2CWAEI%2CMASK%3BIACG%2CWAAA%3B%3BEADJ%2CWApBhB%2CmBAEI%2CaAOI%2CWAEI%2CMASK%2COAEG%2CWAAU%3BIACN%2CwBAAA%3B%3BEAGR%2CWA1BhB%2CmBAEI%2CaAOI%2CWAEI%2CMAeK%3BIACG%2CWAAA%3B%3BEADJ%2CWA1BhB%2CmBAEI%2CaAOI%2CWAEI%2CMAeK%2COAEG%2CmBACI%3BIACI%2CiBAAA%3B%3BEAJZ%2CWA1BhB%2CmBAEI%2CaAOI%2CWAEI%2CMAeK%2COAEG%2CmBAII%3BIACI%2CaAAA%3B%3BEAKZ%2CWAtChB%2CmBAEI%2CaAOI%2CWAEI%2CMA2BK%2COACG%2CmBACI%3BIACI%2CWAAA%3B%3BEAHZ%2CWAtChB%2CmBAEI%2CaAOI%2CWAEI%2CMA2BK%2COACG%2CmBAII%3BIACI%2CWAAA%3B%3BEArNhC%2CWAyKI%2CmBAEI%2CaAOI%2CWAwCI%3BIACI%2CWAAA%3B%3BEA3NpB%2CWAyKI%2CmBAEI%2CaAOI%2CWA2CI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAQpB%2CoBAAqB%2CWAAW%2CcAC5B%3BIACI%2CiBAAA%3B%3BEAFR%2CoBAAqB%2CWAAW%2CcAI5B%3BIACI%2CaAAA%3B%3BEAIR%2CWACI%3BIACI%2CaAAA%3B%3BEAFR%2CWAII%3BIACI%2CgBAAA%3B%3BEALR%2CWAII%2CeAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEATZ%2CWAII%2CeAEI%2CYAII%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CWAII%2CeAEI%2CYAWI%2CeAAe%2CMAAK%3BIAChB%2CmBAAA%3B%3BEAlBhB%2CWAII%2CeAiBI%2CeACI%2CcACI%3BIACI%2CaAAA%3B%3BEAxBpB%2CWAII%2CeAiBI%2CeACI%2CcAII%3BIACI%2CWAAA%3B%3BEA3BpB%2CWAII%2CeAiBI%2CeACI%2CcAOI%2CeAAe%3BIACX%2CkBAAA%3B%3BEA9BpB%2CWAII%2CeAiBI%2CeACI%2CcAOI%2CeAAe%2CMAEX%2CYAAY%3BIACR%2CSAAA%3BIACA%2CSAAA%3B%3BEAjCxB%2CWAwCI%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CWAAW%3BIAC5F%2CUAAA%3BIACA%2CWAAA%3B%3BEA1CR%2CWA4CI%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAAiB%2CGAAG%2CGAAG%2CiBAAgB%3BIAC1G%2CaAAA%3B%3BEA7CR%2CWA%2BCI%2CqBAAqB%2CiBAAiB%3BIAClC%2CaAAA%3B%3BEAhDR%2CWAkDI%2CqBAAqB%2CiBAAiB%2CYAAY%2CsBAAsB%3BIACpE%2CeAAA%3B%3BEAnDR%2CWAkDI%2CqBAAqB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAEpE%2CGAAG%2CGAAE%2CQAAS%3BIACV%2CwCAAA%3BIACA%2CWAAA%3B%3BEAtDZ%2CWAkDI%2CqBAAqB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAMpE%2CGAAG%2CGAAG%3BIACF%2CwCAAA%3B%3BEAzDZ%2CWA4DI%2CqBAAqB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CeAAe%2CiBAAiB%3BIAClH%2CWAAA%3B%3BEA7DR%2CWA%2BDI%3BEA%5C%2FDJ%2CWAgEI%3BIACI%2CgBAAA%3B%3BEAjER%2CWA%2BDI%2CqBAGI%3BEAlER%2CWAgEI%2CoBAEI%3BIACI%2CeAAA%3B%3BEAnEZ%2CWA%2BDI%2CqBAGI%2CiBAGI%3BEArEZ%2CWAgEI%2CoBAEI%2CiBAGI%3BIACI%2CeAAA%3B%3B%3B%3BEAtEhB%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAEI%3BEAvEhB%2CWAgEI%2CoBAEI%2CiBAGI%2CYAEI%3BIACI%2CiBAAA%3B%3BEAxEpB%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%3BEAzExC%2CWAgEI%2CoBAEI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%3BIAChB%2CeAAA%3BIACA%2CkBAAA%3B%3BEA3ExB%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%3BEA5ExB%2CWAgEI%2CoBAEI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%3BIACI%2CeAAA%3B%3BEACA%2CWAfxB%2CqBAGI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAEK%3BEAAD%2CWAdxB%2CoBAEI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAEK%3BIACG%2CcAAA%3B%3BEAEJ%2CWAlBxB%2CqBAGI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAKK%3BEAAD%2CWAjBxB%2CoBAEI%2CiBAGI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAKK%3BIACG%2CaAAA%3B%3BEAlFhC%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAmBI%3BEAxFhB%2CWAgEI%2CoBAEI%2CiBAGI%2CYAmBI%3BIACI%2C0CAAA%3BIxGvwEpB%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwGuwEoB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAnGpB%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAYI%3BEApGpB%2CWAgEI%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAYI%3BEApGpB%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAaI%3BEArGpB%2CWAgEI%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAaI%3BIACI%2CwBAAA%3B%3BEAEJ%2CWAzChB%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAgBK%3BEAAD%2CWAxChB%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAgBK%3BIxGhxErB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIwGkwEwB%2CWAAA%3B%3BEA1GxB%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%3BEA7GpB%2CWAgEI%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%3BIACI%2CuCAAA%3BI9GvuExB%2CgDAAA%3BIACA%2CwCAAA%3BI8GwuEwB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAtHxB%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%3BEAvHxB%2CWAgEI%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEAzH5B%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%3BEA3H5B%2CWAgEI%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEI%2CWAhEhC%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBACK%3BEAAD%2CWA%5C%2FDhC%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBACK%3BEACD%2CWAjEhC%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBAEK%3BEAAD%2CWAhEhC%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBAEK%3BIACG%2CwBAAA%3B%3BEAGR%2CWArE5B%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGASK%2CQACG%3BEADJ%2CWApE5B%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGASK%2CQACG%3BIACI%2CiBAAA%3B%3BEAGR%2CWA1E5B%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAcK%3BEAAD%2CWAzE5B%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAcK%3BEACD%2CWA3E5B%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAeK%2CMAAO%3BEAAR%2CWA1E5B%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAeK%2CMAAO%3BIACJ%2CwCAAA%3B%3BEAEJ%2CWA9E5B%2CqBAGI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAkBK%3BEAAD%2CWA7E5B%2CoBAEI%2CiBAGI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAkBK%3BIACG%2C6BAAA%3B%3BEAOhB%2CWAtFhB%2CqBAGI%2CiBAGI%2CYAmBI%2CsBA6DK%3BEAAD%2CWArFhB%2CoBAEI%2CiBAGI%2CYAmBI%2CsBA6DK%3BIACG%2CyBAAA%3B%3BEADJ%2CWAtFhB%2CqBAGI%2CiBAGI%2CYAmBI%2CsBA6DK%2CMAEG%3BEAFJ%2CWArFhB%2CoBAEI%2CiBAGI%2CYAmBI%2CsBA6DK%2CMAEG%3BIACI%2CcAAA%3B%3BEAxJ5B%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%3BEA%5C%2FJnC%2CWAgEI%2CoBAEI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%3BIACP%2CUAAA%3B%3BEAhK5B%2CWA%2BDI%2CqBAGI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%3BEAlKlC%2CWAgEI%2CoBAEI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIxGl1EpC%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwGk1EoC%2CsBAAA%3B%3BEACA%2CWAxGhC%2CqBAGI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAKG%3BEAAD%2CWAvGhC%2CoBAEI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAKG%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGA%2CWA9GpC%2CqBAGI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAUG%2CSACI%3BEAAD%2CWA7GpC%2CoBAEI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAUG%2CSACI%3BIACG%2CSAAA%3B%3BEAIJ%2CWAnHpC%2CqBAGI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAeG%2CSACI%3BEAAD%2CWAlHpC%2CoBAEI%2CiBAGI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAeG%2CSACI%3BIACG%2CUAAA%3B%3BEAnL5C%2CWAmMI%2CqBAAqB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CeAAe%2CiBAAiB%3BIAClH%2CaAAA%3B%3BEApMR%2CWAsMI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CaAAA%3B%3BEAvMR%2CWAsMI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMACI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEA3MhB%2CWAsMI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMAKI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEA%5C%2FMhB%2CWAoNI%2CkBAAkB%2CaAAa%3BIAC3B%2CWAAA%3B%3BEArNR%2CWAoNI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWALZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAEK%3BEACD%2CWANZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEA3NpB%2CWAoNI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAlOhB%2CWAoNI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%2CWAKI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEArOpB%2CWA4OI%2CYACI%2CGAAE%3BIACE%2CWAAA%3B%3BEA9OZ%2CWA4OI%2CYACI%2CGAAE%2CeAEE%2CGAAG%3BIACC%2CkBAAA%3BIACA%2CcAAA%3B%3BEAjPhB%2CWA4OI%2CYACI%2CGAAE%2CeAEE%2CGAAG%2CEAGC%3BIACI%2CWAAA%3B%3BEAnPpB%2CWA4OI%2CYAWI%3BIACI%2CWAAA%3B%3BEAxPZ%2CWA4PI%2CsBACI%2CwBAAwB%2CuBACpB%2CMACI%3BIACI%2CmBAAA%3B%3BEAhQpB%2CWA4PI%2CsBACI%2CwBAAwB%2CuBACpB%2CMACI%2CeAEI%3BIACI%2CYAAA%3B%3BEAlQxB%2CWA4PI%2CsBACI%2CwBAAwB%2CuBACpB%2CMACI%2CeAKI%3BIACI%2CkBAAA%3B%3BEArQxB%2CWA4PI%2CsBACI%2CwBAAwB%2CuBACpB%2CMACI%2CeAKI%2CkBAEI%3BIACI%2CSAAA%3B%3BEAvQ5B%2CWA4PI%2CsBACI%2CwBAAwB%2CuBACpB%2CMACI%2CeAKI%2CkBAKI%3BIACI%2CeAAA%3B%3BEA1Q5B%2CWA4PI%2CsBACI%2CwBAAwB%2CuBACpB%2CMACI%2CeAKI%2CkBAKI%2CeAEI%2CYAAW%3BIACP%2CcAAA%3B%3BEAYhC%2CWACI%2CeAAe%2CcAAc%2CaAAa%3BIACtC%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CWAKI%2CeACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEATZ%2CWAKI%2CeACI%2CYAII%2COAAO%3BIACH%2CwBAAA%3B%3BEAXhB%2CWAeI%2CeAAe%2CcAAc%2CUAAU%3BIACnC%2CWAAA%3B%3BEAhBR%2CWAkBI%2CeAAe%2CcAAc%2CeAAe%2CMAAM%3BIAC9C%2CkBAAA%3B%3BEAnBR%2CWAqBI%2CeAAe%2CcAAc%2CeAAe%2CMAAM%2CYAAY%3BIAC1D%2CUAAA%3B%3BEAtBR%2CWAwBI%2CeACI%2CYAEI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3B%3BEA7BhB%2CWAwBI%2CeACI%2CYAMI%2CeAAe%2CMAAK%3BIAChB%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAlChB%2CWAuCI%2CqBAAqB%2CWAAW%2CcAAc%3BEAvClD%2CWAwCI%2CgBAAgB%2CWAAW%2CcAAc%3BIACrC%2CaAAA%3B%3BEAzCR%2CWA2CI%3BIACI%2CmBAAA%3B%3BEA5CR%2CWA8CI%2CeACI%2CcACI%3BIACI%2CkBAAA%3B%3BEAjDhB%2CWA8CI%2CeACI%2CcAII%3BIACI%2CWAAA%3B%3BEApDhB%2CWA8CI%2CeACI%2CcAOI%2CeAAe%3BIACX%2CmBAAA%3B%3BEAvDhB%2CWA8CI%2CeACI%2CcAOI%2CeAAe%2CMAEX%3BIACI%2CqBAAA%3B%3BEAzDpB%2CWA8CI%2CeACI%2CcAOI%2CeAAe%2CMAKX%2CYACI%3BIACI%2CSAAA%3B%3BEA7DxB%2CWA8CI%2CeACI%2CcAOI%2CeAAe%2CMAKX%2CYAII%2CWAAW%2CeAAc%3BIACrB%2CSAAA%3B%3BEAhExB%2CWA2EI%2CqBAAqB%3BIACjB%2CmBAAA%3B%3BEA5ER%2CWA2EI%2CqBAAqB%2CeAEjB%3BIACI%2CgBAAA%3B%3BEA9EZ%2CWAiFI%2CqBAAqB%3BIACjB%2CkBAAA%3B%3BEAlFR%2CWAqFI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CaAAA%3B%3BEAtFR%2CWAqFI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMACI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEA1FhB%2CWAqFI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMAKI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEA9FhB%2CWAmGI%2CkBAAkB%2CaAAa%3BIAC3B%2CWAAA%3B%3BEApGR%2CWAmGI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWALZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAEK%3BEACD%2CWANZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEA1GpB%2CWAmGI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAjHhB%2CWAmGI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%2CWAKI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEApHpB%2CWA2HI%2CYACI%2CGAAE%3BIACE%2CWAAA%3B%3BEA7HZ%2CWA2HI%2CYACI%2CGAAE%2CeAEE%2CGAAG%3BIACC%2CkBAAA%3BIACA%2CcAAA%3B%3BEAhIhB%2CWA2HI%2CYACI%2CGAAE%2CeAEE%2CGAAG%2CEAGC%3BIACI%2CWAAA%3B%3BEAlIpB%2CWA2HI%2CYAWI%3BIACI%2CWAAA%3B%3BEAvIZ%2CWA2II%2CoBAAoB%2CiBAAiB%3BIACjC%2CaAAA%3B%3BEA5IR%2CWA8II%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%3BIACnE%2CeAAA%3B%3BEA%5C%2FIR%2CWA8II%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAEnE%2CGAAG%2CGAAE%2CQAAS%3BIACV%2CwCAAA%3BIACA%2CWAAA%3B%3BEAlJZ%2CWA8II%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAMnE%2CGAAG%2CGAAG%3BIACF%2CwCAAA%3B%3BEArJZ%2CWAyJI%3BIACI%2CgBAAA%3B%3BEA1JR%2CWAyJI%2CoBAEI%3BIACI%2CeAAA%3B%3BEA5JZ%2CWAyJI%2CoBAEI%2CiBAEI%3BIACI%2CaAAA%3B%3BEA9JhB%2CWAyJI%2CoBAEI%2CiBAKI%3BIACI%2CeAAA%3B%3B%3B%3BEAjKhB%2CWAyJI%2CoBAEI%2CiBAKI%2CYAEI%3BIACI%2CiBAAA%3B%3BEAnKpB%2CWAyJI%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%3BIAChB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAtKxB%2CWAyJI%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%3BIACI%2CeAAA%3B%3BEACA%2CWAhBxB%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAEK%3BIACG%2CcAAA%3B%3BEAEJ%2CWAnBxB%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAKK%3BIACG%2CaAAA%3B%3BEA7KhC%2CWAyJI%2CoBAEI%2CiBAKI%2CYAmBI%3BIACI%2C0CAAA%3BIxG1nFpB%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwG0nFoB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEA9LpB%2CWAyJI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAYI%3BEA%5C%2FLpB%2CWAyJI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAaI%3BIACI%2CwBAAA%3B%3BEAEJ%2CWA1ChB%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAgBK%3BIxGnoFrB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIwGqnFwB%2CWAAA%3B%3BEArMxB%2CWAyJI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%3BIACI%2CuCAAA%3BI9G1lFxB%2CgDAAA%3BIACA%2CwCAAA%3BI8G2lFwB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAjNxB%2CWAyJI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEApN5B%2CWAyJI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEI%2CWAjEhC%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBACK%3BEACD%2CWAlEhC%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBAEK%3BIACG%2CwBAAA%3B%3BEAGR%2CWAtE5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGASK%2CQACG%3BIACI%2CiBAAA%3B%3BEAGR%2CWA3E5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAcK%3BEACD%2CWA5E5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAeK%2CMAAO%3BIACJ%2CwCAAA%3B%3BEAEJ%2CWA%5C%2FE5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAkBK%3BIACG%2C6BAAA%3B%3BEAOhB%2CWAvFhB%2CoBAEI%2CiBAKI%2CYAmBI%2CsBA6DK%3BIACG%2CyBAAA%3B%3BEADJ%2CWAvFhB%2CoBAEI%2CiBAKI%2CYAmBI%2CsBA6DK%2CMAEG%3BIACI%2CcAAA%3B%3BEAnP5B%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%3BIACP%2CUAAA%3B%3BEA3P5B%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIxGrsFpC%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwGqsFoC%2CsBAAA%3B%3BEACA%2CWAzGhC%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAKG%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGA%2CWA%5C%2FGpC%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAUG%2CSACI%3BIACG%2CSAAA%3B%3BEAIJ%2CWApHpC%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAeG%2CSACI%3BIACG%2CUAAA%3B%3BEA9Q5C%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%3BIACF%2CmBAAA%3B%3BEAtR5B%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAEF%3B%3B%3BEAvR5B%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%3B%3B%3BEA1R5B%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAEI%3BIACI%2CSAAA%3B%3BEA7RpC%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAKI%3BIACI%2CeAAA%3B%3BEAhSpC%2CWAyJI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAKI%2CeAEI%2CYAAW%3BIACP%2CcAAA%3B%3BEAlSxC%2CWA8SI%3BIACI%2CaAAA%3B%3BEA%5C%2FSR%2CWAkTI%3BIACI%2CaAAA%3B%3BEAMR%2CWACI%2CqBAAqB%2CWAAW%2CcAAc%3BEADlD%2CWAEI%2CgBAAgB%2CWAAW%2CcAAc%3BIACrC%2CaAAA%3B%3BEAHR%2CWAKI%3BIACI%2CgBAAA%3B%3BEANR%2CWASI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAZZ%2CWASI%2CeACI%2CcAGI%2CeAAe%2CGAAG%2CGAAE%3BIAChB%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAhBhB%2CWASI%2CeAUI%3BIACI%2CmBAAA%3B%3BEApBZ%2CWASI%2CeAUI%2CUAEI%2CeAAe%2CcACX%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAxBpB%2CWASI%2CeAUI%2CUAEI%2CeAAe%2CcAKX%2CeACI%2CMACI%2CYACI%2CWACI%2CeAAc%3BIACV%2CUAAA%3B%3BEA%5C%2FBpC%2CWASI%2CeAUI%2CUAEI%2CeAAe%2CcAKX%2CeACI%2CMACI%2CYACI%2CWAII%3BIACI%2CUAAA%3B%3BEAlCpC%2CWASI%2CeAUI%2CUAEI%2CeAAe%2CcAKX%2CeACI%2CMACI%2CYASI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3B%3BEAvChC%2CWASI%2CeAuCI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAnDZ%2CWASI%2CeAuCI%2CcAII%3BIACI%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAtDhB%2CWA2DI%2CqBACI%3BIACI%2CmBAAA%3B%3BEA7DZ%2CWA2DI%2CqBAII%3BIACI%2CkBAAA%3B%3BEAhEZ%2CWA2DI%2CqBAII%2CUAEI%3BIACI%2CkBAAA%3B%3BEAIY%2CWAXxB%2CqBAII%2CUAEI%2CqBAEI%2CeACI%2CUACI%2CMACK%2CWACG%3BIACI%2CkBAAA%3B%3BEAFR%2CWAXxB%2CqBAII%2CUAEI%2CqBAEI%2CeACI%2CUACI%2CMACK%2CWACG%2CYAEI%3BIACI%2CkBAAA%3B%3BEA1ExC%2CWA2DI%2CqBAII%2CUAqBI%3BIACI%2CaAAA%3B%3BEArFhB%2CWAyFI%2CaAEI%2CqBACI%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BEA5FnD%2CWA0FI%2CaACI%2CqBACI%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BIACnC%2CUAAA%3B%3BEA7FhB%2CWAyFI%2CaAEI%2CqBAII%2CeAAe%3BEA%5C%2FF3B%2CWA0FI%2CaACI%2CqBAII%2CeAAe%3BIACX%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAjGhB%2CWAyFI%2CaAEI%2CqBAQI%2CUACI%3BEApGhB%2CWA0FI%2CaACI%2CqBAQI%2CUACI%3BIACI%2CeAAA%3B%3BEArGpB%2CWA4GI%2CaACI%2CqBACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAhHhB%2CWA4GI%2CaACI%2CqBACI%2CeAGI%3BIACI%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAnHpB%2CWA4GI%2CaACI%2CqBASI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAzHhB%2CWA4GI%2CaACI%2CqBASI%2CUAII%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEA5HpB%2CWA4GI%2CaACI%2CqBASI%2CUAQI%3BIACI%2CaAAA%3B%3BEA%5C%2FHpB%2CWAsII%2CeACI%3B%3B%3B%3B%3BEAvIR%2CWAsII%2CeACI%2CcACI%3BIACI%2CkBAAA%3B%3BEAzIhB%2CWAsII%2CeACI%2CcAOI%2CeAAe%3BIACX%2CmBAAA%3B%3BEA%5C%2FIhB%2CWAsII%2CeACI%2CcAOI%2CeAAe%2CMAEX%3BIACI%2CqBAAA%3B%3BEAjJpB%2CWAsII%2CeACI%2CcAOI%2CeAAe%2CMAKX%2CYACI%3BIACI%2CSAAA%3B%3BEArJxB%2CWAsII%2CeACI%2CcAOI%2CeAAe%2CMAKX%2CYAII%2CWAAW%2CeAAc%3BIACrB%2CSAAA%3B%3BEAxJxB%2CWA%2BJI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CaAAA%3B%3BEAhKR%2CWA%2BJI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMACI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEApKhB%2CWA%2BJI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMAKI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAxKhB%2CWA6KI%2CkBAAkB%2CaAAa%3BIAC3B%2CWAAA%3B%3BEA9KR%2CWA6KI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%3BIACI%2CWAAA%3B%3BEACA%2CWALZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAEK%3BEACD%2CWANZ%2CkBAAkB%2CaAAa%2CMAE3B%2CmBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEApLpB%2CWA6KI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA3LhB%2CWA6KI%2CkBAAkB%2CaAAa%2CMAE3B%2CmBAQI%2CWAKI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEA9LpB%2CWAqMI%2CoBAAoB%2CiBAAiB%3BIACjC%2CaAAA%3B%3BEAtMR%2CWAwMI%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%3BIACnE%2CeAAA%3B%3BEAzMR%2CWAwMI%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAEnE%2CGAAG%2CGAAE%2CQAAS%3BIACV%2CwCAAA%3BIACA%2CWAAA%3B%3BEA5MZ%2CWAwMI%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAMnE%2CGAAG%2CGAAG%3BIACF%2CwCAAA%3B%3BEA%5C%2FMZ%2CWAmNI%3BIACI%2CgBAAA%3B%3BEApNR%2CWAmNI%2CoBAEI%3BIACI%2CeAAA%3B%3BEAtNZ%2CWAmNI%2CoBAEI%2CiBAEI%3BIACI%2CaAAA%3B%3BEAxNhB%2CWAmNI%2CoBAEI%2CiBAKI%3BIACI%2CeAAA%3B%3B%3B%3BEA3NhB%2CWAmNI%2CoBAEI%2CiBAKI%2CYAEI%3BIACI%2CiBAAA%3B%3BEA7NpB%2CWAmNI%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%3BIAChB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAhOxB%2CWAmNI%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%3BIACI%2CeAAA%3B%3BEACA%2CWAhBxB%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAEK%3BIACG%2CcAAA%3B%3BEAEJ%2CWAnBxB%2CoBAEI%2CiBAKI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAKK%3BIACG%2CaAAA%3B%3BEAvOhC%2CWAmNI%2CoBAEI%2CiBAKI%2CYAmBI%3BIACI%2C0CAAA%3BIxG7%2BFpB%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwG6%2BFoB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAxPpB%2CWAmNI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAYI%3BEAzPpB%2CWAmNI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAaI%3BIACI%2CwBAAA%3B%3BEAEJ%2CWA1ChB%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAgBK%3BIxGt%5C%2FFrB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIwGw%2BFwB%2CWAAA%3B%3BEA%5C%2FPxB%2CWAmNI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%3BIACI%2CuCAAA%3BI9G78FxB%2CgDAAA%3BIACA%2CwCAAA%3BI8G88FwB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA3QxB%2CWAmNI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEA9Q5B%2CWAmNI%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEI%2CWAjEhC%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBACK%3BEACD%2CWAlEhC%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBAEK%3BIACG%2CwBAAA%3B%3BEAGR%2CWAtE5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGASK%2CQACG%3BIACI%2CiBAAA%3B%3BEAGR%2CWA3E5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAcK%3BEACD%2CWA5E5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAeK%2CMAAO%3BIACJ%2CwCAAA%3B%3BEAEJ%2CWA%5C%2FE5B%2CoBAEI%2CiBAKI%2CYAmBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAkBK%3BIACG%2C6BAAA%3B%3BEAOhB%2CWAvFhB%2CoBAEI%2CiBAKI%2CYAmBI%2CsBA6DK%3BIACG%2CyBAAA%3B%3BEADJ%2CWAvFhB%2CoBAEI%2CiBAKI%2CYAmBI%2CsBA6DK%2CMAEG%3BIACI%2CcAAA%3B%3BEA7S5B%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%3BIACP%2CUAAA%3B%3BEArT5B%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIxGxjGpC%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwGwjGoC%2CsBAAA%3B%3BEACA%2CWAzGhC%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAKG%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGA%2CWA%5C%2FGpC%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAUG%2CSACI%3BIACG%2CSAAA%3B%3BEAIJ%2CWApHpC%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAeG%2CSACI%3BIACG%2CUAAA%3B%3BEAxU5C%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%3BIACF%2CmBAAA%3B%3BEAhV5B%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAEF%3B%3B%3BEAjV5B%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%3B%3B%3BEApV5B%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAEI%3BIACI%2CSAAA%3B%3BEAvVpC%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAKI%3BIACI%2CeAAA%3B%3BEA1VpC%2CWAmNI%2CoBAEI%2CiBAKI%2CYAwFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAKI%2CeAEI%2CYAAW%3BIACP%2CcAAA%3B%3BEA5VxC%2CWAwWI%3BIACI%2CaAAA%3B%3BEAzWR%2CWA4WI%3BIACI%2CaAAA%3B%3BEA7WR%2CWAgXI%2CwBACI%3BIACI%2CWAAA%3B%3BEAlXZ%2CWAgXI%2CwBAII%3BIACI%2CWAAA%3B%3BEArXZ%2CWAgXI%2CwBAII%2CsBAEI%2CcAAc%2CSAAW%3BIACrB%2CQAAA%3BIACA%2CiBAAA%3B%3BEAxXhB%2CWAgXI%2CwBAII%2CsBAMI%3BIACI%2CsBAAA%3B%3BEAShB%2CWACI%2CcAAc%3BIACV%2CWAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CWACI%2CcAAc%2CaAGV%3BEAJR%2CWACI%2CcAAc%2CaAIV%3BIACI%2CWAAA%3B%3BEANZ%2CWASI%2CmBAAmB%3BIACf%2CWAAA%3B%3BEAVR%2CWAYI%3BIACI%2CgBAAA%3B%3BEAbR%2CWAYI%2CoBAEI%3BIACI%2CeAAA%3B%3BEAfZ%2CWAYI%2CoBAEI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3B%3B%3BEAnBhB%2CWAYI%2CoBAEI%2CiBAGI%2CYAGI%3BIACI%2CiBAAA%3B%3BEArBpB%2CWAYI%2CoBAEI%2CiBAGI%2CYAGI%2CsBAEI%2CiBAAiB%2CGAAG%3BIAChB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAxBxB%2CWAYI%2CoBAEI%2CiBAGI%2CYAGI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%3BIACI%2CeAAA%3B%3BEACA%2CWAfxB%2CoBAEI%2CiBAGI%2CYAGI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAEK%3BIACG%2CWAAA%3B%3BEAEJ%2CWAlBxB%2CoBAEI%2CiBAGI%2CYAGI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAKK%3BIACG%2CaAAA%3B%3BEA%5C%2FBhC%2CWAYI%2CoBAEI%2CiBAGI%2CYAoBI%3BIACI%2C0CAAA%3BIxGzqGpB%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwGyqGoB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAhDpB%2CWAYI%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAYI%3BEAjDpB%2CWAYI%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAaI%3BIACI%2CwBAAA%3B%3BEAEJ%2CWAzChB%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAgBK%3BIxGlrGrB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIwGoqGwB%2CWAAA%3B%3BEAvDxB%2CWAYI%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAqBI%3BIACI%2CuCAAA%3BI9GzoGxB%2CoDAAA%3BIACA%2C4CAAA%3BI8G0oGwB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAnExB%2CWAYI%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAqBI%2CiBAUI%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEAtE5B%2CWAYI%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAqBI%2CiBAUI%2CYAII%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEI%2CWAhEhC%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBACK%3BEACD%2CWAjEhC%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAqBI%2CiBAUI%2CYAII%2CGAGI%2CiBAEK%3BIACG%2CwBAAA%3B%3BEAGR%2CWArE5B%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAqBI%2CiBAUI%2CYAII%2CGASK%2CQACG%3BIACI%2CiBAAA%3B%3BEAQpB%2CWA%5C%2FEhB%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAsDK%3BIACG%2CsBAAA%3B%3BEADJ%2CWA%5C%2FEhB%2CoBAEI%2CiBAGI%2CYAoBI%2CsBAsDK%2CMAEG%3BIACI%2CcAAA%3B%3BEA9F5B%2CWAYI%2CoBAEI%2CiBAGI%2CYAkFI%3BIACI%2CgBAAA%3B%3BEApGpB%2CWAiHI%3BIACI%2CeAAA%3BIACA%2C0BAAA%3B%3BEAnHR%2CWAiHI%2CgBAGI%3BIACI%2CaAAA%3B%3BEArHZ%2CWAiHI%2CgBAMI%2CcACI%2CaAAa%3BIACT%2CUAAA%3B%3BEAzHhB%2CWAiHI%2CgBAMI%2CcAII%2CeACI%2CMACI%3BIACI%2CUAAA%3B%3BEA9HxB%2CWAiHI%2CgBAMI%2CcAII%2CeACI%2CMAII%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAnIxB%2CWAiHI%2CgBAMI%2CcAII%2CeACI%2CMAII%2CWAII%2CeAAc%3BIACV%2CaAAA%3B%3BEArI5B%2CWAiHI%2CgBAMI%2CcAII%2CeACI%2CMAYI%3BIACI%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA3IxB%2CWAiHI%2CgBAMI%2CcAII%2CeACI%2CMAYI%2CUAII%2CmBAAkB%3BIACd%2COAAA%3B%3BEA7I5B%2CWAqJI%3BIACI%2C0BAAA%3B%3BEAtJR%2CWAqJI%2CkBAEI%2CoBAAoB%3BIAChB%2CoBAAA%3B%3BEAxJZ%2CWAqJI%2CkBAEI%2CoBAAoB%2CMAEhB%3BIACI%2CWAAA%3BIACA%2CuBAAA%3B%3BEA3JhB%2CWAgKI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAlKR%2CWAgKI%2CsBAGI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeACI%3BIACI%2CYAAA%3B%3BEAtKpB%2CWAgKI%2CsBAGI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAII%3BIACI%2CkBAAA%3B%3BEAzKpB%2CWAgKI%2CsBAGI%2CwBAAwB%2CuBAAuB%2CMAC3C%2CeAII%2CkBAEI%2CeAAe%2CYAAW%3BIACtB%2CcAAA%3B%3BEA3KxB%2CWAkLI%3BIACI%2CgBAAA%3B%3BEAnLR%2CWAsLI%2CkBAAkB%2CaAAa%3BIAC3B%2CWAAA%3B%3BEAvLR%2CWAsLI%2CkBAAkB%2CaAAa%2CMAE3B%3BEAxLR%2CWAsLI%2CkBAAkB%2CaAAa%2CMAG3B%3BIACI%2CsBAAA%3B%3BEA1LZ%2CWAsLI%2CkBAAkB%2CaAAa%2CMAM3B%3BIACI%2C0BAAA%3B%3BEAEJ%2CWATJ%2CkBAAkB%2CaAAa%2CMAS1B%3BIACG%2CgBAAA%3B%3BEAMZ%2CWACI%2CgBAAgB%2CcAAc%3BIAC1B%2CWAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CWACI%2CgBAAgB%2CcAAc%2CaAG1B%3BEAJR%2CWACI%2CgBAAgB%2CcAAc%2CaAI1B%3BIACI%2CWAAA%3B%3BEANZ%2CWASI%2CmBAAmB%2CWAAW%3BEATlC%2CWAUI%2CmBAAmB%2CWAAW%3BIAC1B%2CUAAA%3B%3BEAXR%2CWAaI%2CmBAAmB%2CWAAW%3BIAC1B%2CaAAA%3B%3BEAdR%2CWAgBI%2CmBAAmB%2CWAAW%3BEAhBlC%2CWAiBI%2CmBAAmB%2CWAAW%3BIAC1B%2CmBAAA%3B%3BEAKR%2CWACI%2CmBAAmB%2CcAAc%3BIAC7B%2CWAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CWAKI%3BIACI%2CaAAA%3B%3BEANR%2CWAQI%2CkBAAkB%2CcAAc%2CiBAAiB%3BIAC7C%2CaAAA%3B%3BEATR%2CWAQI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMACI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAbhB%2CWAQI%2CkBAAkB%2CcAAc%2CiBAAiB%2CUAE7C%2CMAKI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAjBhB%2CWAsBI%3BIACI%2CaAAA%3B%3BEAvBR%2CWAyBI%2CuBAAuB%3BIACnB%2CkBAAA%3BIACA%2CeAAA%3B%3BEA3BR%2CWA6BI%2CuBAAuB%3BIACnB%2CkBAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FBR%2CWAkCI%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CWAAW%2CcAAc%2CSAAW%2CMAAG%3BIACxH%2CiBAAA%3B%3BEAnCR%2CWAsCI%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%3BIACnE%2CeAAA%3B%3BEAvCR%2CWAsCI%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAEnE%2CGAAG%2CGAAE%2CQAAS%3BIACV%2CwCAAA%3BIACA%2CWAAA%3B%3BEA1CZ%2CWAsCI%2CoBAAoB%2CiBAAiB%2CYAAY%2CsBAAsB%2CiBAMnE%2CGAAG%2CGAAG%3BIACF%2CwCAAA%3B%3BEA7CZ%2CWAgDI%3BIACI%2CgBAAA%3B%3BEAjDR%2CWAgDI%2CoBAEI%3BIACI%2CeAAA%3B%3BEAnDZ%2CWAgDI%2CoBAEI%2CiBAEI%3BIACI%2CWAAA%3B%3BEArDhB%2CWAgDI%2CoBAEI%2CiBAKI%2CYAAY%2CuBAAuB%2CaAAa%2CWAAW%3BIACvD%2CMAAA%3B%3BEAxDhB%2CWAgDI%2CoBAEI%2CiBAQI%3BIACI%2CeAAA%3B%3B%3B%3BEA3DhB%2CWAgDI%2CoBAEI%2CiBAQI%2CYAEI%3BIACI%2CiBAAA%3B%3BEA7DpB%2CWAgDI%2CoBAEI%2CiBAQI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%3BIAChB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAhExB%2CWAgDI%2CoBAEI%2CiBAQI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%3BIACI%2CeAAA%3B%3BEACA%2CWAnBxB%2CoBAEI%2CiBAQI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAEK%3BIACG%2CcAAA%3B%3BEAEJ%2CWAtBxB%2CoBAEI%2CiBAQI%2CYAEI%2CsBAEI%2CiBAAiB%2CGAAG%2CGAGhB%2CiBAKK%3BIACG%2CaAAA%3B%3BEAvEhC%2CWAgDI%2CoBAEI%2CiBAQI%2CYAmBI%3BIACI%2C0CAAA%3BIxG96GpB%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwG86GoB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAxFpB%2CWAgDI%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAYI%3BEAzFpB%2CWAgDI%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAaI%3BIACI%2CwBAAA%3B%3BEAEJ%2CWA7ChB%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAgBK%3BIxGv7GrB%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIwGy6GwB%2CWAAA%3B%3BEA%5C%2FFxB%2CWAgDI%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%3BIACI%2CuCAAA%3BI9G94GxB%2CgDAAA%3BIACA%2CwCAAA%3BI8G%2B4GwB%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA5GxB%2CWAgDI%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FG5B%2CWAgDI%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%2CYAII%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEI%2CWArEhC%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%2CYAII%2CGAGI%2CiBACK%3BEACD%2CWAtEhC%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%2CYAII%2CGAGI%2CiBAEK%3BIACG%2CwBAAA%3B%3BEAGR%2CWA1E5B%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%2CYAII%2CGASK%2CQACG%3BIACI%2CiBAAA%3B%3BEAGR%2CWA%5C%2FE5B%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%2CYAII%2CGAcK%3BEACD%2CWAhF5B%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%2CYAII%2CGAeK%2CMAAO%3BIACJ%2CwCAAA%3B%3BEAEJ%2CWAnF5B%2CoBAEI%2CiBAQI%2CYAmBI%2CsBAqBI%2CiBAWI%2CYAII%2CGAkBK%3BIACG%2C6BAAA%3B%3BEAOhB%2CWA3FhB%2CoBAEI%2CiBAQI%2CYAmBI%2CsBA8DK%3BIACG%2CyBAAA%3B%3BEADJ%2CWA3FhB%2CoBAEI%2CiBAQI%2CYAmBI%2CsBA8DK%2CMAEG%3BIACI%2CcAAA%3B%3BEA9I5B%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaACI%2CWAAW%3BIACP%2CSAAA%3B%3BEAtJ5B%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIxG1%5C%2FGpC%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIwG0%5C%2FGoC%2CsBAAA%3B%3BEACA%2CWA7GhC%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAKG%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGA%2CWAnHpC%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAUG%2CSACI%3BIACG%2CSAAA%3B%3BEAIJ%2CWAxHpC%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaACI%2CWAAW%2CcAEP%2CSACM%2CMAeG%2CSACI%3BIACG%2CUAAA%3B%3BEAzK5C%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaA4BI%2CMAAM%3BIACF%2CmBAAA%3B%3BEAjL5B%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaA4BI%2CMAAM%2CYAEF%3B%3B%3BEAlL5B%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%3B%3B%3BEArL5B%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAEI%3BIACI%2CSAAA%3B%3BEAxLpC%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAKI%3BIACI%2CeAAA%3B%3BEA3LpC%2CWAgDI%2CoBAEI%2CiBAQI%2CYAyFI%2CuBACI%2CaA4BI%2CMAAM%2CYAKF%2CUAKI%2CeAEI%2CYAAW%3BIACP%2CcAAA%3B%3BEAcxC%2CWACI%3BIACI%2CgBAAA%3B%3BEAFR%2CWAII%3BIACI%2CaAAA%3B%3BEAMR%2CYACI%2CYACI%2CGAAE%3BIACE%2CWAAA%3B%3BEAHZ%2CYACI%2CYACI%2CGAAE%2CeAEE%2CGAAG%3BIACC%2CkBAAA%3BIACA%2CcAAA%3B%3BEANhB%2CYACI%2CYACI%2CGAAE%2CeAEE%2CGAAG%2CEAGC%3BIACI%2CWAAA%3B%3BEARpB%2CYACI%2CYAWI%3BIACI%2CWAAA%3B%3BEAbZ%2CYAiBI%2CaACI%3BIACI%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEArBZ%2CYAiBI%2CaACI%2CQAII%3BIACI%2CWAAA%3B%3BEAvBhB%2CYA4BI%2CcAAc%3BIACV%2CWAAA%3BIACA%2CgBAAA%3B%3BEA9BR%2CYAgCI%2CmBAAmB%2CUAAU%3BIACzB%2CWAAA%3B%3B%3BAAmEZ%2CQA5D0B%2CuBAAuB%3BEAK7C%2CWAAY%2CmBAAmB%2CUAAU%3BEACzC%2CWAAY%2CoBAAoB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CeAAe%2CiBAAiB%3BIAC7H%2CUAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CWAAY%2CqBAAqB%2CiBAAiB%2CYAAY%2CuBAAuB%2CaAAa%2CeAAe%2CiBAAiB%3BIAC9H%2CUAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CWACI%2CmBAAmB%3BIACf%2CUAAA%3B%3BEAKR%2CWACI%2CmBAAmB%2CUAAU%3BIACzB%2CWAAA%3B%3BEAKR%2CWACI%3BIACI%2CgBAAA%3B%3BEAFR%2CWACI%2CgBAEI%2CcAAc%2CUAAU%3BIACpB%2CWAAA%3BIACA%2CWAAA%3B%3BEALZ%2CWACI%2CgBAEI%2CcAAc%2CUAAU%2CMAGpB%2CYACI%2CUACI%3BIACI%2CSAAA%3B%3BEATxB%2CWACI%2CgBAEI%2CcAAc%2CUAAU%2CMAGpB%2CYACI%2CUAII%2CaAAa%3BIACT%2CeAAA%3B%3BEAZxB%2CWACI%2CgBAEI%2CcAAc%2CUAAU%2CMAGpB%2CYACI%2CUAOI%3BIACI%2CeAAA%3B%3BEAfxB%2CWACI%2CgBAEI%2CcAAc%2CUAAU%2CMAGpB%2CYAYI%3BIACI%2CeAAA%3B%3B%3BAAwBxB%2CQAf0B%2CuBAAuB%3BEAE7C%2CWAAY%2CeAAe%2CcAAc%2CYAAY%3BIACjD%2CWAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CWAAY%2CeAAe%2CcAAc%2CYAAY%3BIACjD%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAwFP%2CQAnFyB%3BEAEtB%2CWACI%2CmBAAmB%2CUAAU%3BIACzB%2CWAAA%3B%3BEAKR%2CWAAY%3BIACR%2CaAAA%3B%3BEAMJ%2CWACI%2CmBAAmB%2CUAAU%3BIACzB%2CWAAA%3B%3BEAKR%2CWAAY%2C4BAA4B%2CuBAAuB%2CeAAe%3BIAC1E%2CWAAA%3B%3BEAGJ%3B%3B%3B%3B%3B%3BEAAA%2CWAKI%3BIACI%2CgBAAA%3B%3BEANR%2CWAKI%2CgBAEI%2CcAAc%2CUAAU%3BIACpB%2CgBAAA%3B%3BEARZ%2CWAKI%2CgBAKI%2CcAAc%2CUAAU%3BIACpB%2CWAAA%3BIACA%2CWAAA%3B%3BEAZZ%2CWAKI%2CgBAKI%2CcAAc%2CUAAU%2CMAGpB%2CYACI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAdhB%2CWAKI%2CgBAKI%2CcAAc%2CUAAU%2CMAGpB%2CYAYI%3BIACI%2CeAAA%3B%3BEA1BpB%2CWAgCI%2CcAAc%2CeAAe%2CGAAG%3BIAC5B%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC1vHZ%3BEACI%2CwBAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%3BEACjC%2C2BAAA%3B%3BAAED%2CmBAAmB%2CUAAU%3BEACzB%2CwBAAA%3B%3BAAEJ%2CmBAAmB%2CUAAU%3BEACzB%2CwBAAA%3B%3BAAGJ%2CeACI%2CgBAAgB%3BEACZ%2CeAAA%3B%3BAAFR%2CeAII%3BEACI%2CaAAA%3B%3BAALR%2CeAOI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAIR%2CsBAAuB%3BAAAS%2C8BAA%2BB%3BEAC3D%2CsBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CcAAA%3B%3BAAFR%2CkBAII%3BEACI%2CgBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CaAAA%3B%3BAAKR%2CkBAAmB%3BEAClB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAAmB%3BEAClB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAAmB%2CmBAAkB%2CUAAU%3BEAC9C%2CaAAA%3B%3BAAED%2CkBAAmB%2CmBAAkB%2CUAAU%3BEAC9C%2CaAAA%3B%3BAAGD%2CkBAAmB%3BEAClB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAAmB%3BEAClB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAAmB%3BEAClB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAAmB%3BEAClB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAAmB%2CmBAAkB%2CUAAU%3BEAC9C%2CaAAA%3B%3BAAED%2CkBAAmB%2CmBAAkB%2CUAAU%3BEAC9C%2CaAAA%3B%3BAAED%2CkBAAmB%2CmBAAkB%2CUAAU%3BEAC9C%2CaAAA%3B%3BAAED%2CkBAAmB%2CmBAAkB%2CUAAU%3BEAC9C%2CaAAA%3B%3B%3BAAGD%2CWACI%3BEACI%2CsBAAsB%2CgCAAtB%3B%3BAAIA%2CQAH0B%3BEAG1B%2CWALJ%3BIAGQ%2CiBAAA%3B%3B%3BAAJZ%2CWACI%2CaAKI%3BEACI%2C6BAAA%3B%3BAAGR%2CWAAC%2C2BAEG%3BAADJ%2CWAAC%2CsBACG%3BEACI%2CMAAA%3B%3BAAKZ%2CWACI%3BEACC%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAED%2CWAAC%2CqBACG%3BEACI%2C6BAAA%3BEACA%2CwBAAA%3B%3BAAHR%2CWAAC%2CqBACG%2CaAGI%3BEACI%2C2BAAA%3B%3BAAMhB%2CmBAAoB%3BEAChB%2CsBAAsB%2C2BAAtB%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CsBAAsB%2CuBAAtB%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2C0BAA2B%3BEACvB%2CsBAAsB%2CkCAAtB%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CsBAAsB%2CgCAAtB%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CmCAAoC%3BEAChC%2CsBAAsB%2CqCAAtB%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACC%2C8BAAA%3B%3BAAED%2CcAAe%3BEACd%2CqBAAA%3B%3BAAED%2CYAAa%3BEACZ%2CqBAAA%3B%3BAAED%2CgBAAiB%3BEAChB%2CqBAAA%3B%3BAAED%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%3BIAFI%2CiBAAA%3B%3B%3BAARR%2CYAUI%3BEACI%2CkBAAA%3B%3BAAXR%2CYAaI%2CuBACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAlBZ%2CYAuBI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAzBR%2CYAuBI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYATR%2CGAII%2CGAKK%3BEzGvMT%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEyGyLY%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAApChB%2CYAuBI%2CGAII%2CGAYI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CYAnBZ%2CGAII%2CGAYI%2CEAGK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CYAzBR%2CGAII%2CGAqBK%2CWACG%3BEACI%2CWAAA%3B%3BAAEJ%2CYA7BZ%2CGAII%2CGAqBK%2CWAII%3BEACG%2CwBAAA%3B%3BAALR%2CYAzBR%2CGAII%2CGAqBK%2CWAQG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYAvCR%2CGAII%2CGAmCK%3BEACG%2CeAAA%3B%3B%3B%3B%3B%3B%3BAAahB%2CQACI%3BEACI%2CgBAAA%3B%3BAAFR%2CQACI%2COAEI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CQACI%2COAEI%2CaAII%3BEAEI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAdhB%2CQACI%2COAEI%2CaAaH%3BEACW%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQA3BR%2COAyBI%2CeAEK%3BEACG%2CuBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CQA3BR%2COAyBI%2CeAEK%2CeAGG%3BEACI%2CsBAAA%3B%3BAAJR%2CQA3BR%2COAyBI%2CeAEK%2CeAGG%2CgBAEI%2COAAM%2CeAAe%3BEACjB%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CQA3BR%2COAyBI%2CeAEK%2CeAGG%2CgBAUI%2CGAAE%3BEACE%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQA9CpB%2COAyBI%2CeAEK%2CeAGG%2CgBAUI%2CGAAE%2CKAMG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CQA3BR%2COAyBI%2CeAEK%2CeAGG%2CgBAUI%2CGAAE%2CKAeE%2CKAAI%2CaAAa%3BEACb%2CSAAS%2CGAAT%3B%3BAA7BhB%2CQA3BR%2COAyBI%2CeAEK%2CeAiCG%2CeAAc%3BEACV%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CQApEhB%2COAyBI%2CeAEK%2CeAwCG%2CEAAC%2COAAO%2COACH%3BEzGxTjB%2CSAAS%2COAAT%3BEAEA%2CwBAAA%3BEAcA%2CeAAA%3BEyG0SoB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzDZ%2CQA3BR%2COAyBI%2CeAEK%2CeAwCG%2CEAAC%2COAAO%2COAmBJ%3BEACI%2CaAAA%3B%3BAAxFxB%2CQACI%2COAyBI%2CeAmEI%3BEACI%2C2BAAA%3B%3BAA9FhB%2CQACI%2COAyBI%2CeAuEI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtGhB%2CQACI%2COAyBI%2CeA8EI%3BEACI%2CoBAAA%3BEACA%2C8BAAA%3B%3BAACA%2CQA1GZ%2COAyBI%2CeA8EI%2CwBAGK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAII%2CQAhHpB%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAlH5B%2CQACI%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAII%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CQAxHxB%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAII%2CEAKK%3BEACG%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3B%3BAAlIhC%2CQACI%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAII%2CEAiBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CQAxI5B%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAII%2CEAiBI%2COAIK%3BAACD%2CQAzI5B%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAII%2CEAiBI%2COAKK%3BEACG%2CSAAS%2CEAAT%3B%3BAAGR%2CQA7IxB%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAII%2CEA0BK%3BEACG%2CcAAA%3B%3BAAEA%2CQAhJ5B%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAII%2CEA0BK%2CMAGI%3BEACG%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CQAvJpB%2COAyBI%2CeA8EI%2CwBAOI%2COACI%2CGAwCK%2CWACG%3BEACI%2CiBAAA%3B%3BAAQxB%2CQAjKJ%2COAiKK%2CcACG%2CaACI%3BEACI%2CaAAA%3B%3BAAHZ%2CQAjKJ%2COAiKK%2CcAOG%3BEACI%2CiBAAA%3B%3BAARR%2CQAjKJ%2COAiKK%2CcAWG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAdR%2CQAjKJ%2COAiKK%2CcAWG%2CeAKI%3BEACI%2CmBAAA%3B%3BAAjBZ%2CQAjKJ%2COAiKK%2CcAWG%2CeASI%3BEACI%2CYAAA%3B%3BAAEA%2CQAxLhB%2COAiKK%2CcAWG%2CeASI%2CQAGK%3BEzG5ajB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGqYI%2CQAjKJ%2COAiKK%2CcAWG%2CeASI%2CQAOI%3BEACI%2CaAAA%3B%3BAAQxB%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2COAEF%3BEACI%2C8BAAA%3B%3BAAMR%2CiBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBALJ%2CMAKK%3BEACG%2CgBAAA%3B%3BAAPZ%2CiBACI%2CMASI%2CYACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CiBAfZ%2CMASI%2CYACI%2CWAKK%3BEACG%2CqBAAA%3B%3BAAjBpB%2CiBACI%2CMASI%2CYAWI%3BEACI%2CkBAAA%3B%3BAAtBhB%2CiBACI%2CMASI%2CYAWI%2CUAEI%3BEACI%2CaAAA%3B%3BAAxBpB%2CiBACI%2CMASI%2CYAWI%2CUAKI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA7BpB%2CiBACI%2CMASI%2CYAWI%2CUAWI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAlCpB%2CiBACI%2CMASI%2CYAWI%2CUAWI%2CyBAGI%2CiBAAiB%2CQAAO%3BEACpB%2CaAAA%3B%3BAAWxB%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAPJ%2CQASI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CQASI%2COAGI%3BEACI%2CaAAA%3B%3BAAbZ%2CQASI%2COAOI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAACA%2CQAhBR%2COAOI%2CYASK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CQAnBZ%2COAOI%2CYASK%2CMAGI%3BEACG%2CWAAA%3B%3BAAGR%2CQAvBR%2COAOI%2CYAgBK%3BEACG%2CiBAAA%3B%3BAAEJ%2CQA1BR%2COAOI%2CYAmBK%2CUAAU%3BEzGphBnB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGwgBQ%2CQA9BR%2COAOI%2CYAuBK%2CUAAU%3BEzGxhBnB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGieJ%2CQASI%2COAOI%2CYA0BI%3BEACI%2CaAAA%3B%3BAA3ChB%2CQASI%2COAsCI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CQA1CR%2COAsCI%2COAIK%3BEACG%2CWAAA%3B%3BAApDhB%2CQAyDI%3BEACI%2CYAAA%3B%3BAA1DR%2CQA4DI%3BEACI%2CSAAA%3B%3BAA7DR%2CQAgEI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAnER%2CQAgEI%2CgBAKI%3BAArER%2CQAgEI%2CgBAMI%3BAAtER%2CQAgEI%2CgBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAA1EZ%2CQAgEI%2CgBAYI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAA9EZ%2CQAgEI%2CgBAgBI%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAApFZ%2CQAgEI%2CgBAuBI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAzFZ%2CQAgEI%2CgBAuBI%2CeAII%3BEACI%2CaAAA%3B%3BAAGJ%2CQA%5C%2FBR%2CgBAuBI%2CeAQK%2CSAAS%3BEzGhlBlB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGokBQ%2CQAnCR%2CgBAuBI%2CeAYK%2CUAAU%3BEzGplBnB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGieJ%2CQAyGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA5GR%2CQAyGI%2CSAII%3BAA7GR%2CQAyGI%2CSAKI%3BAA9GR%2CQAyGI%2CSAMI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAlHZ%2CQAyGI%2CSAYI%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzHZ%2CQAyGI%2CSAmBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAA9HZ%2CQAyGI%2CSAuBI%3BEACI%2CaAAA%3B%3BAAjIZ%2CQAqII%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAxIR%2CQAqII%2COAII%3BEACI%2CaAAA%3B%3BAA1IZ%2CQAqII%2COAOI%3BEACI%2CSAAA%3B%3BAA7IZ%2CQAqII%2COAOI%2CGAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQAfZ%2COAOI%2CGAGI%2CGAKK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CQAfZ%2COAOI%2CGAGI%2CGAKK%2CQAOG%3BEACI%2CmBAAA%3B%3BAA5JxB%2CQAqII%2COAOI%2CGAGI%2CGAgBI%3BEACI%2CaAAA%3B%3BAAhKpB%2CQAqII%2COAOI%2CGAGI%2CGAmBI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEzGhqBhB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAyGiqBgB%2CQAvChB%2COAOI%2CGAGI%2CGAmBI%2CEAUK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQA5ChB%2COAOI%2CGAGI%2CGAmBI%2CEAeK%2CKAEG%3BAADJ%2CQA7ChB%2COAOI%2CGAGI%2CGAmBI%2CEAgBK%2CSACG%3BEACI%2CaAAA%3B%3BAAIJ%2CQAnDpB%2COAOI%2CGAGI%2CGAmBI%2CEAqBK%2CKACI%3BEzGzqBrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyG8pBoB%2CQAxDpB%2COAOI%2CGAGI%2CGAmBI%2CEA0BK%2CSACI%3BEzG9qBrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGwqBA%2CQAAC%2CiBACG%3BEACI%2CaAAA%3B%3B%3BAAMZ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CcAAC%3BEACG%2CWAAA%3BEACA%2CgBAAgB%2C2CAAhB%3B%3BAAGJ%2CcAAC%3B%3BEAEJ%2CWAAA%3BEACO%2CgBAAgB%2C0CAAhB%3B%3B%3BAAOR%2CcACI%3BEACI%2CmBAAA%3B%3BAAIR%2CcAEI%3BAADJ%2CcACI%3BEACI%2CmBAAA%3B%3BAAHR%2CcAEI%2CMAEI%2CYACI%3BAAJZ%2CcACI%2CMAEI%2CYACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAARhB%2CcAEI%2CMAEI%2CYACI%2CWAII%3BAARhB%2CcACI%2CMAEI%2CYACI%2CWAII%3B%3B%3BAAThB%2CcAEI%2CMAEI%2CYACI%2CWAOI%2CeACI%3BAAZpB%2CcACI%2CMAEI%2CYACI%2CWAOI%2CeACI%3B%3B%3BAAbpB%2CcAEI%2CMAEI%2CYACI%2CWAOI%2CeAKI%3BAAhBpB%2CcACI%2CMAEI%2CYACI%2CWAOI%2CeAKI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BE1FxwBpB%2CUAAA%3BEAGA%2CwBAAA%3B%3BA0F0wBgB%2CcAvBhB%2CMAEI%2CYACI%2CWAOI%2CeAaK%2CMACG%3BAADJ%2CcAvBhB%2CMAEI%2CYACI%2CWAOI%2CeAaK%2CMACG%3BE1F9wBpB%2CUAAA%3BEAGA%2C0BAAA%3B%3BA0FivBJ%2CcAEI%2CMAEI%2CYACI%2CWA%2BBI%3BAAnChB%2CcACI%2CMAEI%2CYACI%2CWA%2BBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAEI%2CMAEI%2CYACI%2CWA%2BBI%2C0BAQI%3BAA3CpB%2CcACI%2CMAEI%2CYACI%2CWA%2BBI%2C0BAQI%3BEACI%2CqBAAA%3B%3BAA7CxB%2CcAEI%2CMAEI%2CYACI%2CWA2CI%3BAA%5C%2FChB%2CcACI%2CMAEI%2CYACI%2CWA2CI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE1FhzBhB%2CUAAA%3BEAGA%2CwBAAA%3BErBsHA%2CmBAAmB%2CQAAnB%3BEACA%2CeAAe%2CQAAf%3BEACA%2CcAAc%2CQAAd%3BEACA%2CWAAW%2CQAAX%3BEAuFA%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAyG6uBJ%2CcAEI%2CMAEI%2CYACI%2CWA2CI%2CsBAgBI%3BAA%5C%2FDpB%2CcACI%2CMAEI%2CYACI%2CWA2CI%2CsBAgBI%3BEACI%2CaAAA%3B%3BAAEJ%2CcAjEhB%2CMAEI%2CYACI%2CWA2CI%2CsBAmBK%3BAAAD%2CcAjEhB%2CMAEI%2CYACI%2CWA2CI%2CsBAmBK%3BEzG%5C%2FxBjB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEyGixBoB%2CWAAA%3B%3BAAEJ%2CcArEhB%2CMAEI%2CYACI%2CWA2CI%2CsBAuBK%3BAAAD%2CcArEhB%2CMAEI%2CYACI%2CWA2CI%2CsBAuBK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CcAxEpB%2CMAEI%2CYACI%2CWA2CI%2CsBAuBK%2CMAGI%3BAAAD%2CcAxEpB%2CMAEI%2CYACI%2CWA2CI%2CsBAuBK%2CMAGI%3BEACG%2CWAAA%3B%3BAA3E5B%2CcAEI%2CMAEI%2CYA4EI%3BAA%5C%2FEZ%2CcACI%2CMAEI%2CYA4EI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAlFhB%2CcAEI%2CMAEI%2CYA4EI%2CyBAGI%3BAAlFhB%2CcACI%2CMAEI%2CYA4EI%2CyBAGI%3BEACI%2CiBAAA%3B%3BAApFpB%2CcAEI%2CMAEI%2CYA4EI%2CyBAMI%3BAArFhB%2CcACI%2CMAEI%2CYA4EI%2CyBAMI%3BEACI%2CgBAAA%3B%3BAAvFpB%2CcAEI%2CMAEI%2CYA4EI%2CyBAMI%2CgBAEI%3BAAvFpB%2CcACI%2CMAEI%2CYA4EI%2CyBAMI%2CgBAEI%3BEACI%2CYAAA%3B%3BAAGR%2CcA1FZ%2CMAEI%2CYA4EI%2CyBAYK%3BAAAD%2CcA1FZ%2CMAEI%2CYA4EI%2CyBAYK%3BEACG%2CcAAA%3B%3BAA7FpB%2CcAEI%2CMAEI%2CYA4FI%2CUACI%2CyBAAyB%2CiBACrB%2CQAAO%3BAAjG3B%2CcACI%2CMAEI%2CYA4FI%2CUACI%2CyBAAyB%2CiBACrB%2CQAAO%3BEACH%2CaAAA%3B%3BAAMZ%2CcAvGR%2CMAEI%2CYAqGK%2CMACG%2CWACI%3BAAFR%2CcAvGR%2CMAEI%2CYAqGK%2CMACG%2CWACI%3BE1F%5C%2F1BhB%2CUAAA%3BEAGA%2C0BAAA%3BErBsHA%2CmBAAmB%2CQAAnB%3BEACA%2CeAAe%2CQAAf%3BEACA%2CcAAc%2CQAAd%3BEACA%2CWAAW%2CQAAX%3BEAuFA%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAyGo2BJ%3BEACI%2CgBAAA%3B%3BAADJ%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CcAEI%2CMAGI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3B%3B%3BAARZ%2CcAEI%2CMAGI%2CYAOI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAjBhB%2CcAEI%2CMAGI%2CYAOI%2CeAMM%3BAAlBlB%2CcAEI%2CMAGI%2CYAOI%2CeAOI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtBpB%2CcAEI%2CMAGI%2CYAOI%2CeAYI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CcAjChB%2CMAGI%2CYAOI%2CeAYI%2CYAWK%3B%3B%3BEAGG%2CWAAA%3B%3BAAEJ%2CcAtChB%2CMAGI%2CYAOI%2CeAYI%2CYAgBK%3BEACG%2CWAAA%3B%3B%3B%3BAAIJ%2CcA3ChB%2CMAGI%2CYAOI%2CeAYI%2CYAqBK%3BEACG%2CyBAAA%3BE%5C%2FGtsBpB%2CmCAAA%3BEM9MA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAyGo5BoB%2CcA9CpB%2CMAGI%2CYAOI%2CeAYI%2CYAqBK%2CMAGI%3BEACG%2CWAAA%3B%3BAAIR%2CcAnDhB%2CMAGI%2CYAOI%2CeAYI%2CYA6BK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CcAnDhB%2CMAGI%2CYAOI%2CeAYI%2CYA6BK%2CSAMG%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcA9DpB%2CMAGI%2CYAOI%2CeAYI%2CYA6BK%2CSAWI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CcApEhB%2CMAGI%2CYAOI%2CeAYI%2CYA8CK%2CaAAa%3BEzGz5B9B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEyG24BoB%2CWAAA%3B%3BAAGJ%2CcAzEhB%2CMAGI%2CYAOI%2CeAYI%2CYAmDK%3BEACG%2CYAAA%3B%3BAACA%2CcA3EpB%2CMAGI%2CYAOI%2CeAYI%2CYAmDK%2CcAEI%3BEACG%2CiBAAA%3BEzGj6BxB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEyGm5BwB%2CWAAA%3B%3BAAhF5B%2CcAEI%2CMAGI%2CYAOI%2CeAYI%2CYA4DI%3BEACI%2CaAAA%3B%3BAArFxB%2CcAEI%2CMAGI%2CYAsFI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA7FhB%2CcAEI%2CMAGI%2CYAsFI%2CUAII%2CIAAG%3BEACC%2CcAAA%3B%3BAAhGpB%2CcAEI%2CMAGI%2CYAsFI%2CUAQI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAtGpB%2CcAEI%2CMAGI%2CYAsFI%2CUAcI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGpB%2CcAEI%2CMAGI%2CYAsFI%2CUAcI%2CcASI%3BEACE%2CmBAAA%3B%3BAAnHtB%2CcAEI%2CMAGI%2CYAsFI%2CUA4BI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3B%3BAAMZ%2CcA7HJ%2CMA6HK%2COAAQ%2CYAEL%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CcA7HJ%2CMA6HK%2COAAQ%2CYAEL%2CsBAQI%3BEACI%2CaAAA%3B%3BAAXZ%2CcA7HJ%2CMA6HK%2COAAQ%2CYAcL%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAhBR%2CcA7HJ%2CMA6HK%2COAAQ%2CYAkBL%3BEACI%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEzG38BZ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAyG%2B%5C%2FBY%2CQAN2B%3BEAM3B%2CcAzJZ%2CMA6HK%2COAAQ%2CYAkBL%3BIAKQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CmBAAX%3B%3B%3BAAMJ%2CQAJ2B%3BEAI3B%2CcA7JZ%2CMA6HK%2COAAQ%2CYAkBL%3BIAWQ%2CaAAA%3BIACA%2CuBAAA%3B%3B%3BAAQJ%2CQAN2B%2CwBAAwB%3BEAMnD%2CcAnKZ%2CMA6HK%2COAAQ%2CYAkBL%3BIAeQ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3B%3BAAnCZ%2CcA7HJ%2CMA6HK%2COAAQ%2CYAkBL%2CeAqBI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA3CZ%2CcA7HJ%2CMA6HK%2COAAQ%2CYAkBL%2CeA2BI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CcApLhB%2CMA6HK%2COAAQ%2CYAkBL%2CeA2BI%2CYAUK%3BEACG%2CWAAA%3B%3BAAEJ%2CcAvLhB%2CMA6HK%2COAAQ%2CYAkBL%2CeA2BI%2CYAaK%3BEACG%2CWAAA%3B%3BAAEJ%2CcA1LhB%2CMA6HK%2COAAQ%2CYAkBL%2CeA2BI%2CYAgBK%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CcA%5C%2FLhB%2CMA6HK%2COAAQ%2CYAkBL%2CeA2BI%2CYAqBK%3BEACG%2CWAAA%3B%3BAAMZ%2CcAtMR%2CMA6HK%2COAAQ%2CYAyEJ%2CMACG%3BEzGvgCZ%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAyGmjCI%2CcA7MJ%2CMA6MK%2COACG%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CcA7MJ%2CMA6MK%2COACG%2CYAGI%3BEzG1gCZ%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAyG2jCQ%2CcArNR%2CMA6MK%2COAQI%2CMACG%3BEACI%2CkBAAA%3B%3BAAFR%2CcArNR%2CMA6MK%2COAQI%2CMACG%2CYAEI%3BEzGxhChB%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAyG2kCJ%3BEACI%2CiBAAA%3B%3BAADJ%2CcAEI%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAIA%2CcAFJ%2CMAEK%2CWACG%3BEACI%2CgBAAA%3B%3BAAThB%2CcAKI%2CMAQI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAjBZ%2CcAKI%2CMAQI%2CYAKI%3BEACI%2CgBAAA%3B%3BAAnBhB%2CcAKI%2CMAQI%2CYAQI%3BEACI%2C4BAAA%3B%3BAAtBhB%2CcAKI%2CMAQI%2CYAQI%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA1BpB%2CcAKI%2CMAQI%2CYAQI%2CeAQI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBpB%2CcAKI%2CMAQI%2CYAQI%2CeAaI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvCxB%2CcAKI%2CMAQI%2CYAQI%2CeAaI%2CSAQI%3BEACI%2CWAAA%3B%3BAA3CxB%2CcAKI%2CMAQI%2CYAQI%2CeAaI%2CSAYI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcAvDpB%2CMAQI%2CYAQI%2CeAaI%2CSAYI%2CYAcK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CcA9DpB%2CMAQI%2CYAQI%2CeAaI%2CSAYI%2CYAqBK%2CSAAS%3BEzG7nC9B%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGinCoB%2CcAlEpB%2CMAQI%2CYAQI%2CeAaI%2CSAYI%2CYAyBK%2CaAAa%3BEzGjoClC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyGqnCoB%2CcAtEpB%2CMAQI%2CYAQI%2CeAaI%2CSAYI%2CYA6BK%2CcAAc%3BEzGroCnC%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEyGunCwB%2CcAAA%3B%3BAAGJ%2CcA3EpB%2CMAQI%2CYAQI%2CeAaI%2CSAYI%2CYAkCK%2CqBAAqB%3BEzG1oC1C%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAyG0iCJ%2CcAKI%2CMAQI%2CYAQI%2CeAaI%2CSAYI%2CYAsCI%3BEACI%2CaAAA%3B%3BAArF5B%2CcAKI%2CMAQI%2CYAQI%2CeAqEI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3B%3BAA9FpB%2CcAKI%2CMAQI%2CYAQI%2CeA4EI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAApGpB%2CcAKI%2CMAQI%2CYAQI%2CeAkFI%3BEACI%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3GpB%2CcAKI%2CMAQI%2CYAQI%2CeAkFI%2CaAKI%2CQAAO%3BEACH%2CaAAA%3B%3B%3B%3BAAWxB%3BEACI%2CkBAAA%3B%3BAAGJ%2CsBACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAIR%2CeAAgB%3BEACZ%2CgBAAA%3B%3BAAkCJ%2CQAzB0B%2CuBAAwB%3BEAC9C%2CQAAS%2CkBAAkB%2CMAAM%2CYAC7B%3BIACI%2CYAAA%3B%3BEAFR%2CQAAS%2CkBAAkB%2CMAAM%2CYAI7B%3BIACI%2CkBAAA%3B%3BEAIR%2CcAAe%2CMAAM%2CYAAY%3BIAC7B%2CmBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAYR%2CQAR0B%2CuBAAuB%3B%3B%3B%3B%3BAAmCjD%2CQA3B0B%3BEACtB%2CkBAAkB%3BIACd%2CwBAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CaAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CaACI%2CeAAe%2CMAAM%2CYAAY%2CWAAW%3BEADhD%2CaAEI%2CeAAe%2CMAAM%2CYAAY%2CWAAW%3BIACxC%2CwBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAmDR%2CQA%5C%2FC0B%3BEAEtB%2CQAAS%3BIACL%2CaAAA%3B%3BEAIJ%2CYAAa%2CuBAAuB%3BIAChC%2CeAAA%3B%3BEAGJ%2CWAAY%2CaAAa%3BIACrB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%3BEAAiB%2CsBAAuB%3BIAC1D%2CoBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEADJ%2CYAEI%3BIACI%2CeAAA%3B%3BEAIR%2CcAAe%2CMAAM%2CYAAY%3BIAC7B%2CyBAAA%3B%3BEAGJ%2CcAAe%2CMAAM%2CYAAY%3BIAC7B%2CSAAA%3B%3BEAIJ%2CQAEI%2CeACI%2CQACI%3BIACI%2CaAAA%3B%3B%3BAA0BnB%2CQAnByB%3B%3B%3B%3BEAMtB%2CQACI%3BIACI%2CmBAAA%3B%3BEAFR%2CQAII%3BIACI%2CiBAAA%3B%3B%3BEALR%2CQAQI%3B%3B%3B%3B%3BAC31CR%2C%2BBAAgC%2C4BAA4B%3BAAC5D%2C%2BBAAgC%2C6BAA6B%3BEACzD%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%3BEACT%2CsBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAIA%2C%2BBAD4B%2C6BAC3B%3BAAAD%2C%2BBAD0F%2C4BACzF%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CmBACI%2CeAAe%2CMAAM%3BEACjB%2CkBAAA%3B%3BAAFR%2CmBAKI%3BE1G6HA%2CkBAAA%3BE0G3HI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CmBAKI%2CY1G%2BHA%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BA0G5IR%2CmBAKI%2CY1GyIA%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BA0GhJR%2CmBAWI%2CcAAc%2CSAAW%3BE1GMzB%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEAoDA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BE0GlBI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BA1GiBJ%2CmB0GtBA%2CcAAc%2CSAAW%2CM1GsBxB%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CmB0GjCJ%2CcAAc%2CSAAW%2CM1G%2BBxB%2CKAEI%3BAAAD%2CmB0GjCJ%2CcAAc%2CSAAW%2CM1GgCxB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CmB0GxCJ%2CcAAc%2CSAAW%2CM1GsCxB%2CKAEI%3BAAAD%2CmB0GxCJ%2CcAAc%2CSAAW%2CM1GuCxB%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CmB0G7CA%2CcAAc%2CSAAW%2CM1G6CxB%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CmB0GjDJ%2CcAAc%2CSAAW%2CM1G6CxB%2CMAII%3BEACG%2CWAAA%3B%3BA0G3CJ%2CmBAPJ%2CcAAc%2CSAAW%2CMAOpB%3BEACG%2CUAAA%3B%3BAAGJ%2CmBAXJ%2CcAAc%2CSAAW%2CMAWpB%3BEACG%2CWAAA%3B%3BAAvBZ%2CmBA2BI%3BEACI%2CeAAA%3B%3BAA5BR%2CmBA2BI%2CeAGI%3BEACI%2CgBAAA%3B%3BAAGJ%2CmBAPJ%2CeAOK%2CMACG%2CcACI%2CSACM%3BE1G3BlB%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA0G4BJ%2CmBA6CI%3BAA7CJ%2CmBA8CI%3BEACI%2CgBAAA%3B%3BAAMR%2CcAAe%3BEACX%2CwBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CmBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CSAAA%3B%3BAAGJ%2C0BAA2B%3BAAC3B%2C0BAA2B%3BEACvB%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAmB%2CwBAAwB%3BEAClE%2CaAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%3BEACd%2CmBAAA%3B%3BAAGJ%2C0BACI%2COAAM%2COACF%2COACI%3BEACI%2CWAAA%3B%3BAAJhB%2C0BACI%2COAAM%2COACF%2COAKI%2CQAAO%3BEACH%2CYAAA%3B%3BAAOhB%3BEACI%2CWAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CoBAKI%2COAAM%2COACF%2CSACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAThB%2CoBAcI%2CsBACI%3BAAfR%2CoBAcI%2CsBAEI%3BAAhBR%2CoBAcI%2CsBAGI%3BEACI%2CaAAA%3B%3BAAlBZ%2CoBAsBI%2CmBACI%3BAAvBR%2CoBAsBI%2CmBAEI%3BAAxBR%2CoBAsBI%2CmBAGI%2CQAAO%3BAAzBf%2CoBAsBI%2CmBAII%3BEACI%2CaAAA%3B%3BAA3BZ%2CoBA%2BBI%3BEACI%2CyBAAA%3B%3BAAhCR%2CoBA%2BBI%2CkBAGI%2CaACI%2CSAAQ%3BEACJ%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAtChB%2CoBA2CI%2CiBAAiB%2CWAAU%3BEACvB%2CcAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAkB%2CSAAQ%3BEACtB%2CiBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAADJ%2CsBAGI%2CGACI%3BEACI%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAKZ%2CYAAa%2CQAAO%2COAAO%3BEACvB%2CsBAAA%3B%3BAAGJ%2CYAAa%2CQAAO%2COAAO%2CQAAQ%3BAAAQ%2CYAAa%2CQAAO%2COAAO%2CQAAQ%3BAAAS%2CYAAa%2CQAAO%2COAAO%2CQAAQ%3BEACtH%2CsBAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%3BEACtB%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BAAAkB%3BEACd%2CiBAAA%3B%3BAAGJ%2C%2BBAAgC%3BAAChC%2C%2BBAAgC%3BEAC5B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAVJ%2C%2BBAAgC%2C6BAY5B%3BAAXJ%2C%2BBAAgC%2C4BAW5B%3BEACI%2CaAAA%3B%3BAAIA%2C%2BBAjBwB%2C6BAgB3B%2CMACI%3BAAAD%2C%2BBAhBwB%2C4BAe3B%2CMACI%3BEACG%2CWAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CIAAK%3BEACD%2C0BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CmCAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CsBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C%2BBAAgC%3BEAC5B%2CsBAAA%3B%3BAAEA%2C%2BBAH4B%2C6BAG3B%3BE1G5QD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0G8PI%2CiBAAA%3B%3BAAIR%2C%2BBAAgC%3BEAC5B%2CqBAAA%3B%3BAAEA%2C%2BBAH4B%2C4BAG3B%3BE1GrRD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0GuQI%2CiBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CkBAAA%3B%3BAAEA%2C6BAH0B%2C6BAGzB%3BE1G9RD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0GgRI%2CiBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CkBAAA%3B%3BAAEA%2C6BAH0B%2C4BAGzB%3BE1GvSD%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0GyRI%2CiBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2C0CAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAKJ%2CWAAW%2COACP%2COAAM%2CIACF%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CiBAAkB%3BEACd%2CWAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAJJ%2CuBAMI%2CcAAc%3BEACV%2CiBAAA%3B%3BAAPR%2CuBAUI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAdZ%2CuBAUI%2CcACI%2CSAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAbZ%2CcACI%2CSAKI%2CIAOK%3BEACG%2C4BAAA%3B%3BAAIA%2CuBAlBhB%2CcACI%2CSAKI%2CIAWK%2CMACI%3BEACG%2CWAAA%3B%3BAA7BxB%2CuBAoCI%2CeAAe%2CMAAM%3BEACjB%2CgBAAA%3B%3BAArCR%2CuBAoCI%2CeAAe%2CMAAM%2CYAGjB%3BEACI%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%3BEACd%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CkBAMI%2CoBAAmB%2CQACf%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBARR%2CoBAAmB%2CQACf%2CYAOK%3BEACG%2CaAAA%3B%3BAAfhB%2CkBAoBI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAtBR%2CkBAyBI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA3BR%2CkBAyBI%2CWAII%3BEACI%2CkBAAA%3B%3BAA9BZ%2CkBAkCI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAArCR%2CkBAkCI%2CwBAKI%2CWACI%3BEACI%2CcAAA%3B%3BAAEA%2CkBATZ%2CwBAKI%2CWACI%2CKAGK%3BE1G%5C%2Fcb%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0GicgB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCpB%2CkBAkCI%2CwBAmBI%3BEACI%2CaAAA%3B%3BAAtDZ%2CkBA0DI%3BEACI%2CWAAA%3B%3BAA3DR%2CkBA8DI%2CwBAEI%2CYACI%3BAAjEZ%2CkBA%2BDI%2CkBACI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAApEhB%2CkBA8DI%2CwBAEI%2CYACI%2CUAKI%3BAAtEhB%2CkBA%2BDI%2CkBACI%2CYACI%2CUAKI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAxEpB%2CkBA8DI%2CwBAEI%2CYACI%2CUAKI%2CKAII%3BAA1EpB%2CkBA%2BDI%2CkBACI%2CYACI%2CUAKI%2CKAII%3BEACI%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAhFxB%2CkBA8DI%2CwBAEI%2CYACI%2CUAKI%2CKAaI%3BAAnFpB%2CkBA%2BDI%2CkBACI%2CYACI%2CUAKI%2CKAaI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAvFxB%2CkBA8DI%2CwBAEI%2CYACI%2CUAKI%2CKAaI%2CSAMI%3BAAzFxB%2CkBA%2BDI%2CkBACI%2CYACI%2CUAKI%2CKAaI%2CSAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA7F5B%2CkBA8DI%2CwBAEI%2CYACI%2CUAiCI%3BAAlGhB%2CkBA%2BDI%2CkBACI%2CYACI%2CUAiCI%3BEACI%2CWAAA%3B%3BAAnGpB%2CkBA8DI%2CwBAEI%2CYACI%2CUAiCI%2CSAGI%3BAArGpB%2CkBA%2BDI%2CkBACI%2CYACI%2CUAiCI%2CSAGI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBA7CpB%2CwBAEI%2CYACI%2CUAiCI%2CSAGI%2COAMK%3BAAAD%2CkBA5CpB%2CkBACI%2CYACI%2CUAiCI%2CSAGI%2COAMK%3BEACG%2CsBAAA%3B%3BAA5G5B%2CkBAoHI%2CqBAEI%3BAAtHR%2CkBAqHI%2CsBACI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BE1G3iBR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA0G4iBQ%2CkBAhBR%2CqBAEI%2CQAcK%3BAAAD%2CkBAfR%2CsBACI%2CQAcK%3BEACG%2CeAAA%3B%3BAAGJ%2CkBApBR%2CqBAEI%2CQAkBK%2COAAO%3BAAAR%2CkBAnBR%2CsBACI%2CQAkBK%2COAAO%3BEACJ%2CwBAAA%3B%3BAAGJ%2CkBAxBR%2CqBAEI%2CQAsBK%3BAAAD%2CkBAvBR%2CsBACI%2CQAsBK%3BEACG%2C6BAAA%3B%3BAA7IhB%2CkBAoHI%2CqBAEI%2CQA0BI%3BAAhJZ%2CkBAqHI%2CsBACI%2CQA0BI%3BEACI%2CaAAA%3B%3BAAGJ%2CkBAhCR%2CqBAEI%2CQA8BK%3BAAAD%2CkBA%5C%2FBR%2CsBACI%2CQA8BK%3BEACG%2CWAAA%3B%3BAAIA%2CkBArCZ%2CqBAEI%2CQAkCK%2CUACI%3BAAAD%2CkBApCZ%2CsBACI%2CQAkCK%2CUACI%3BE1G7jBb%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0G%2BiBgB%2CiBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CkBA7CZ%2CqBAEI%2CQA0CK%2CWACI%3BAAAD%2CkBA5CZ%2CsBACI%2CQA0CK%2CWACI%3BE1GrkBb%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BE0GujBgB%2CiBAAA%3BEACA%2CWAAA%3B%3BAApKpB%2CkBAoHI%2CqBAEI%2CQAmDI%3BAAzKZ%2CkBAqHI%2CsBACI%2CQAmDI%3BEACI%2CaAAA%3B%3BAAGJ%2CkBAzDR%2CqBAEI%2CQAuDK%2COAAO%3BAAAR%2CkBAxDR%2CsBACI%2CQAuDK%2COAAO%3BEACJ%2CSAAA%3B%3BAAEA%2CkBA5DZ%2CqBAEI%2CQAuDK%2COAAO%2COAGH%3BAAAD%2CkBA3DZ%2CsBACI%2CQAuDK%2COAAO%2COAGH%3BEACG%2CiBAAA%3B%3BAAOpB%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CsBAKI%2CSAAQ%2CKAAK%3BEACT%2CyBAAA%3B%3BAANR%2CsBAKI%2CSAAQ%2CKAAK%2CMAGP%2CQAAK%3BEACH%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGI%2CsBATZ%2CSAAQ%2CKAAK%2CMAGP%2CQAAK%2CMAKH%2CSACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CsBAbZ%2CSAAQ%2CKAAK%2CMAGP%2CQAAK%2CMAKH%2CSAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBpB%2CsBAKI%2CSAAQ%2CKAAK%2CMAmBT%2CMAAK%2CKAAK%3BEACN%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAMZ%2CqBACI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAANR%2CqBASI%2CkBACI%2CcACI%2CYACI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAdpB%2CqBASI%2CkBACI%2CcACI%2CYAMI%3BEACI%2C6BAAA%3B%3BAAEA%2CqBAXhB%2CkBACI%2CcACI%2CYAMI%2CIAGK%3BEACG%2CeAAA%3B%3BAAUxB%3BEACI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAANR%2CeACI%2CkBAOI%2CcAAa%2CSAAU%2CUAAY%3BEAC%5C%2FB%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3B%3BAAMZ%2CcAAe%2CgBAAgB%3BEAC3B%2CaAAA%3B%3BAAoBJ%2CQAT0B%2CuBAAuB%3BEAC7C%2CeAAkB%3BEAAiB%2CeAAkB%3BIACjD%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAsCR%2CQAlC0B%3B%3B%3B%3B%3BEAKtB%2CqBAAsB%2CQAAO%3BIACzB%2CaAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BEACA%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CSAAA%3B%3BEAGJ%2CsBAAuB%2CGAAG%3BIACtB%2CwBAAA%3B%3BEAGJ%2CeAAkB%3BEAAiB%2CeAAkB%3BIACjD%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAcR%2CQAV0B%3BEACtB%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAC7wBR%2CEAAE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAACA%2CeATY%2CGASX%3BEACG%2CWAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAAAsB%3BEAClB%2CcAAA%3B%3B%3BAAIJ%3BEACI%2CsBAAA%3B%3BAADJ%2CWAEI%2CGAAE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2CWAAY%2CgBAAgB%3BEACxB%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAVJ%2CWAAY%2CgBAAgB%2CGAYxB%3BEACI%2CcAAA%3B%3BAAIR%2CWAAY%3BEACR%2CYAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CYAAA%3B%3B%3BAAgBJ%2CwBAZ0C%3BEACtC%2CWAAY%2CGAAE%3BIACV%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3BIACA%2CYAAA%3B%3B%3BACjFR%3BAAAc%3BAAAc%3BAAAgB%3BAAAgB%3BEAC3D%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3B%3BEAEA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAGD%2CcAAc%3BEACV%2CSAAS%2COAAT%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACC%2CqBAAA%3B%3BAAGD%3BEACI%2CeAAA%3B%3BEAEA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACC%2CqBAAA%3BEACG%2C8BAAA%3B%3BAAEJ%3BEACC%2CWAAA%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3B%3BAClDJ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%3BEACzB%2CkBAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%3BEACzB%2CkBAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CYAAY%3BEACrC%2CSAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CYAAY%3BEACrC%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CYAAY%3BEACrC%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CSAAS%3BEAClC%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CSAAS%2CUAAU%3BEAC5C%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CSAAS%3BEAClC%2CiBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CmBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAGJ%2CkBAAmB%2CWAAW%3BEAC1B%2CSAAA%3B%3BAAGJ%2CkBAAmB%2CWAAW%3BEAC1B%2CiBAAA%3B%3BAAGJ%2CkBAAmB%2CWAAW%3BEAC1B%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CmBAAA%3B%3BAAGJ%2CkBAAmB%2CkBAAkB%3BEACjC%2CWAAA%3B%3BAAIJ%2CkBAAmB%3BEACf%2CSAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%3BEAC7B%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%3BEAC%5C%2FB%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%3BEACzB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%3BEACzB%2CqBAAA%3B%3BAAGJ%2CGAAG%3BAACH%2CGAAG%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CWAAA%3B%3B%3B%3B%3BAAOJ%2CkBAAkB%2COAAQ%2CaAAa%3BEACnC%2CYAAA%3B%3BAAGJ%2CkBAAkB%2COAAQ%2CaAAa%3BEACnC%2CcAAA%3B%3BAAGJ%2CkBAAkB%2COAAQ%2CaAAa%3BEACnC%2CcAAA%3B%3BAAGJ%2CkBAAkB%2COAAQ%2CaAAa%3BEACnC%2CcAAA%3B%3BAAGJ%2CkBAAkB%2COAAQ%2CaAAa%3BEACnC%2CcAAA%3B%3BAAGJ%2CkBAAkB%2COAAQ%2CaAAa%3BEACnC%2CWAAA%3B%3BAAGJ%2CkBAAkB%2COAAQ%2CaAAa%3BAACvC%2CkBAAkB%2COAAQ%2CaAAa%3BAACvC%2CkBAAkB%2COAAQ%2CaAAa%3BAACvC%2CkBAAkB%2COAAQ%2CaAAa%3BAACvC%2CkBAAkB%2COAAQ%2CaAAa%3BAACvC%2CkBAAkB%2COAAQ%2CaAAa%3BEACnC%2CWAAA%3B%3B%3BAA2CJ%2CgBAnCkC%2CuBAAuB%3BEACrD%2CkBAAmB%2CaAAa%3BIAC5B%2CaAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3B%3BAAsDR%2CgBAlDkC%2CuBAAuB%3BEACrD%2CkBAAmB%2CaAAa%3BIAC5B%2CaAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3B%3BAAuCR%2CgBAnCkC%2CuBAAwB%3BEACtD%2CkBAAmB%2CaAAa%3BIAC5B%2CaAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3B%3BAAwCR%2CgBApCmC%3BEAC%5C%2FB%2CkBAAmB%2CaAAa%3BIAC5B%2CaAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CaAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAGJ%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BEAChC%2CkBAAmB%2CaAAa%3BIAC5B%2CWAAA%3B%3B%3BAC7VR%2CQAAS%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAgB%2CMAAS%2CIAAC%3BAAC%5C%2FE%2CQAAS%2CqCAAqC%2CGAAK%2CKAAE%2CgBAAmB%2CIAAC%3BEpHoNrE%2C8BAAA%3BEM9MA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3B%3BA8GJJ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMAAG%2CkBAAmB%2CqBAAuB%3BEACvG%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CoCAMI%3BEACI%2CWAAA%3B%3BAAPR%2CoCAMI%2CkBAEI%2CGAAE%3BEACE%2C2BAAA%3B%3BAATZ%2CoCAMI%2CkBAKI%2CGAAE%2CMACE%2CEAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAfhB%2CoCAMI%2CkBAKI%2CGAAE%2CMAME%2CIACI%3B%3B%3BAAlBhB%2CoCAMI%2CkBAKI%2CGAAE%2CMAWE%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAzBhB%2CoCAMI%2CkBAKI%2CGAAE%2CMAgBE%3BEACI%2CUAAA%3BEACA%2CUAAA%3B%3BAA7BhB%2CoCAMI%2CkBA0BI%3BEACI%2CYAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAAnCZ%2CoCAMI%2CkBA%2BBI%2CGAAE%2CkBAAkB%3BEAChB%2CiBAAA%3B%3BAAtCZ%2CoCAMI%2CkBA%2BBI%2CGAAE%2CkBAAkB%2CMAEhB%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAzChB%2CoCAMI%2CkBAsCI%3BEACI%2CaAAA%3B%3BAA7CZ%2CoCAMI%2CkBAyCI%3BEACI%2CaAAA%3B%3BAAhDZ%2CoCAMI%2CkBA4CI%3BEACI%2CUAAA%3B%3BAAnDZ%2CoCAMI%2CkBA%2BCI%3BEACI%2CaAAA%3B%3BAAtDZ%2CoCAMI%2CkBAkDI%3BEACI%2CUAAA%3B%3BAAzDZ%2CoCAMI%2CkBAqDI%3BEACI%2CWAAA%3B%3BAA5DZ%2CoCAMI%2CkBAwDI%3BEACI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAnEZ%2CoCAMI%2CkBA%2BDI%2CGACI%3BEACI%2CmCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAzEhB%2CoCAMI%2CkBA%2BDI%2CGAMI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAA7EhB%2CoCAMI%2CkBA0EI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAlFZ%2CoCAMI%2CkBA8EI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAtFZ%2CoCAMI%2CkBAkFI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAA1FZ%2CoCAMI%2CkBAsFI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9FZ%2CoCAMI%2CkBA0FI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAlGZ%2CoCAMI%2CkBA8FI%3BEACI%2CWAAA%3B%3BAArGZ%2CoCAMI%2CkBAkGM%2CKAAE%2CMACE%3B%3BEAEE%2CeAAA%3BEpHiGZ%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEePA%2CUAAA%3BEAGA%2C0BAAA%3BE%2BFkHY%2CmBAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAALJ%2C8BAMI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAXR%2C8BAMI%2CkBAMI%2CGAAE%2CMACE%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAMhB%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BEACnD%2CgBAAA%3B%3BE%5C%2FFzJA%2CUAAA%3BEAGA%2CwBAAA%3BE%2BFyJA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEpHoDA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA8G4JJ%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BEACnD%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2C%2BBAA%2BB%2CCAAI%3BAAC1F%2CoCAAqC%2CkBAAkB%2C%2BBAA%2BB%2CCAAI%3BAAC1F%2CoCAAqC%2CkBAAkB%2C%2BBAA%2BB%2CCAAI%3BAAC1F%2CoCAAqC%2CkBAAkB%2C%2BBAA%2BB%2CCAAI%3BAAC1F%2CoCAAqC%2CkBAAkB%2C%2BBAA%2BB%2CCAAI%3BAAC1F%2CoCAAqC%2CkBAAkB%2C%2BBAA%2BB%2CCAAI%3BEACtF%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C6BACI%2CmBAAkB%3BEACd%2CWAAA%3B%3BAAFR%2C6BACI%2CmBAAkB%2CwBAEd%3BEACI%2C8BAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACtLZ%3BEACI%2CkBAAA%3B%3BAAGJ%2COAAQ%2CEAAC%3BEACL%2CaAAA%3B%3BAAGJ%2COAAQ%2CGAAG%3BEACP%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%2CcAAa%3BAACrB%2COAAQ%2CcAAa%3BEACjB%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COAAQ%2CcAAa%3BEACjB%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CkCAII%3BEACI%2C0BAAA%3B%3BAALR%2CkCAOI%2CmBAAmB%2CyBAAyB%2CUAAY%2CMAAM%3BEAC1D%2CcAAA%3B%3BAACA%2CkCAFJ%2CmBAAmB%2CyBAAyB%2CUAAY%2CMAAM%2CMAEzD%3BEACG%2CiBAAA%3B%3BAAVZ%2CkCAaI%2CmBAAkB%3BEACd%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAlBR%2CkCAoBI%2CQACM%3BEACE%2C0BAAA%3B%3BAAtBZ%2CkCAoBI%2CQACM%2CMAEE%2CUAAY%2CMAAM%2CMAAG%3BEACjB%2CyBAAA%3B%3BAAEJ%2CkCANR%2CQACM%2CMAKG%3BEACG%2C%2BBAAA%3B%3BAA3BhB%2CkCA%2BBI%2CeAAe%2CMAAM%2CYAAY%2CUAAU%2CcAAc%3BEACrD%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CkCAHJ%2CeAAe%2CMAAM%2CYAAY%2CUAAU%2CcAAc%2CEAGpD%3BEACG%2CcAAA%3B%3BAAMZ%3BEACI%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CGAAE%3BEACjC%2CSAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAACA%2CkCAJ%2BB%2CkBAAkB%2CGAIhD%3BEACG%2CmBAAA%3B%3BAADJ%2CkCAJ%2BB%2CkBAAkB%2CGAIhD%2CWAEG%3BEACI%2CkBAAA%3B%3BAAHR%2CkCAJ%2BB%2CkBAAkB%2CGAIhD%2CWAEG%2CEAEM%2COAAI%2CiBAAiB%3BE%5C%2FGtE%5C%2FB%2CSAAS%2COAAT%3BEAEA%2CwBAAA%3BEAcA%2CeAAA%3BE%2BGwDY%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAOhB%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BEACjD%2CmBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAEjD%3BAADN%2CkCAAmC%2CkBAAkB%2CGAAE%2CKACjD%3BEACE%2CcAAA%3B%3BAAEJ%2CkCAL%2BB%2CkBAAkB%2CGAAE%2CMAKlD%3BAAAD%2CkCAJ%2BB%2CkBAAkB%2CGAAE%2CKAIlD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkCAAmC%2CkBAAkB%2CGAAE%2CmBAAmB%3BEACtE%2CmBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CmBAAmB%2CMAAO%3BEAC7E%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CEAAC%3BEACrD%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CYAAY%3BEAC3C%2CsBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%2CEAAC%3BEAC3D%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%2CIAAI%3BEAC9D%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CsBAClD%2COAAI%2CiBAAiB%3BE%5C%2FG7JvB%2CSAAS%2COAAT%3BEAEA%2CwBAAA%3BEAcA%2CeAAA%3BE%2BG%2BII%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAIR%2CkCAAmC%2CkBAAkB%2CGAAG%2CEAAC%2CoBACnD%2COAAI%3BE%5C%2FGtLN%2CSAAS%2COAAT%3BEAEA%2CwBAAA%3BEAcA%2CeAAA%3BE%2BGwKI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3B%3B%3BAAUR%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3B%3BAAdJ%2CkCAAmC%2CkBAAkB%2C8BAe%5C%2FC%3BAAdN%2CkCAAmC%2CkBAAkB%2C%2BBAc%5C%2FC%3BAAbN%2CkCAAmC%2CkBAAkB%2C%2BBAa%5C%2FC%3BAAZN%2CkCAAmC%2CkBAAkB%2C%2BBAY%5C%2FC%3BAAXN%2CkCAAmC%2CkBAAkB%2C%2BBAW%5C%2FC%3BAAVN%2CkCAAmC%2CkBAAkB%2C%2BBAU%5C%2FC%3BAATN%2CkCAAmC%2CkBAAkB%2CgCAS%5C%2FC%3BEACE%2CWAAA%3BEACA%2C0CAAA%3BEACA%2CkDAAA%3BEACA%2CaAAA%3B%3BAAIR%2CkCAAmC%2CkBAAiB%2CMAAS%3BEACzD%2CmBAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%3BEACpD%2CmCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BAAC9D%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BAAC9D%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BAAC9D%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BAAC9D%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BAAC9D%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BAAC9D%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BAAC1E%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BAAC1E%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAK%3BAACzE%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BAAC1E%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAK%3BAACzE%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BEACtE%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BAAC9D%2CkCAAmC%2CkBAAkB%2CGAAE%2CKAAM%3BEACzD%2CWAAA%3BEACA%2CSAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3B%3BEAEjD%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CyBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CWAAA%3BEACA%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BEAClF%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BEAClF%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BEAClF%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BEAClF%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BEAClF%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BEAClF%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BAACtF%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BAACtF%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BAACtF%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BAACtF%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BAACtF%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BEAClF%2CWAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3BAAaJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CiBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3B%3B%3BEAGjD%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%3BEACnD%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CIAAI%3BEACxD%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CIAAI%2CcAAe%2CIAAG%2CkBAAkB%2CYAAa%3BEACxG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%3B%3BEACjD%2CgBAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BEACjD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAgB%2CiCAAhB%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAgB%2CqCAAhB%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAgB%2CiCAAhB%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAgB%2CkCAAhB%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%3B%3BEACjD%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3B%3BEACjD%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3B%3BEACjD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3B%3BEACjD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%2CGAAG%3BAACxD%2CkCAAmC%2CkBAAkB%2CGAAG%3BEACpD%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CiCAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%2CGAAG%3BEACpD%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAG%3B%3BEAEvD%2CiBAAA%3BEACA%2CkBAAA%3B%3BEAEA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAG%2CGAAG%3BEAC1D%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAG%2CGAAE%3BEACzD%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CSAAS%3BEAC7D%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CSAAS%2CGAAE%3BEAC%5C%2FD%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CMAAM%3BEAC1D%2CgBAAgB%2CuCAAhB%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CMAAM%2CGAAE%3BEAC5D%2CgBAAgB%2CuCAAhB%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAE%3BEACtD%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAE%2COAAQ%3BEAC9D%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAE%2COAAQ%2CGAAG%3BEACjE%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAE%2COAAQ%2CGAAE%3BEAChE%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CGAAE%2COAAQ%2CGAAG%3BEACjE%2CaAAA%3B%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%2CQAAQ%3B%3BEACzD%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%2CQAAQ%3BEAClE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CQAAQ%3BEACzD%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CQAAQ%2CEAAC%3BAAC9D%2CkCAAmC%2CkBAAkB%2CQAAQ%2CEAAC%2COAAO%3BEACjE%2CgBAAgB%2C4CAAhB%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CQAAQ%3BEACzD%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CQAAQ%2CGAAG%3B%3BEAC5D%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAY%2C4CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2C0CAAZ%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CQAAQ%2CGAAG%2CGAAG%3BEAC%5C%2FD%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CQAAQ%2CGAAE%2CMAAO%2CGAAG%3BAACzE%2CkCAAmC%2CkBAAkB%2CQAAQ%2CGAAE%2CMAAO%2CGAAG%2CGAAG%3BEACxE%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CQAAQ%2CGAAE%2CMAAO%3BAACtE%2CkCAAmC%2CkBAAkB%2CQAAQ%2CGAAG%2CGAAE%2CMAAO%3BAACzE%2CkCAAmC%2CkBAAkB%2CQAAQ%2CGAAG%2CGAAG%2CGAAE%2CMAAO%3BEACxE%2CWAAA%3B%3B%3BAAIJ%2CkCAAmC%2CcAAc%3BAACjD%2CkCAAmC%2CkBAAkB%3BEACjD%2CeAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CmBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BAACjD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BEACjD%2CyCAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%2CMAAK%3BAACtD%2CkCAAmC%2CkBAAkB%2CSAAQ%3BAAC7D%2CkCAAmC%2CkBAAkB%2COAAM%3BEACvD%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CkDAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%2CMAAK%3BAACtD%2CkCAAmC%2CkBAAkB%2CSAAQ%3BAAC7D%2CkCAAmC%2CkBAAkB%2COAAM%3BEACvD%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CkDAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CoBAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%2CMAAK%3BEAClD%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%2CMAAK%2COAAO%3BEACzD%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CaAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BAACjD%2CkCAAmC%2CkBAAkB%2CcAAc%3BEAC%5C%2FD%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CcAAc%3BEAC7C%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3B%3B%3BAAKJ%2CkCAAmC%3BEAC%5C%2FB%2CyBAAA%3B%3BAASJ%2CkCAAmC%2CwBAAwB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACrE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CwBAAwB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEACjE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2CuBAAuB%2CGAAE%2CMAAO%2CIAAI%3BEACnE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CuBAAuB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACpE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CuBAAuB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEAChE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2CwBAAwB%2CGAAE%2CMAAO%2CIAAI%3BEACpE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CwBAAwB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACrE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CwBAAwB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEACjE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2CwBAAwB%2CGAAE%2CMAAO%2CIAAI%3BEACpE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CwBAAwB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACrE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CwBAAwB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEACjE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2C4BAA4B%2CGAAE%2CMAAO%2CIAAI%3BEACxE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2C4BAA4B%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACzE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2C4BAA4B%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEACrE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2CyBAAyB%2CGAAE%2CMAAO%2CIAAI%3BEACrE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CyBAAyB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACtE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CyBAAyB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEAClE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2CuBAAuB%2CGAAE%2CMAAO%2CIAAI%3BEACnE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CuBAAuB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACpE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CuBAAuB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEAChE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2CyBAAyB%2CGAAE%2CMAAO%2CIAAI%3BEACrE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CyBAAyB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACtE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CyBAAyB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEAClE%2CcAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C2CAAZ%3BEACA%2CYAAY%2CyCAAyC%2CeAAe%2CYAApE%3BEACA%2CYAAY%2CyCAAZ%3B%3BAAGJ%2CkCAAmC%2CsBAAsB%2CGAAE%2CMAAO%2CIAAI%3BEAClE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CsBAAsB%2CGAAE%2CMAAO%2CIAAI%2CEAAC%3BEACnE%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CsBAAsB%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEAC%5C%2FD%2CcAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CcAAgB%2CKAAK%2CKAAK%2CIAAE%3BEAC3D%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%2CoBAAoB%3BEACjC%2CiBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CwBAA2B%3BEACvB%2CcAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CIAAI%2CIAAG%3BEAC3D%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CIAAI%2CIAAG%2CkBAIzD%3BEACE%2CaAAA%3B%3BAAIR%2CkCAAmC%2CkBAAkB%3BEACjD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%3BEACtE%2CgBAAgB%2CkDAAhB%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CyBAAwB%3BEAC9F%2CgBAAgB%2CwDAAhB%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%3BEACtE%2CSAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CGAAG%2CGAAG%2CEAAE%3BEAC9E%2CkBAAA%3BEACA%2CgBAAgB%2CuDAAhB%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CGAAG%2CGAAG%2CEAAC%2CMAAO%3BEACpF%2CgBAAgB%2CuDAAhB%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%3BEACtE%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CGAAG%2CGAAG%3BEAC5E%2CmCAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CGAAE%2CUAAW%3BEACnF%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%3BEAE3E%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%3BEACvF%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%3BEAClG%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CQAAQ%3BEACnF%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%2CGAAG%3BEACrG%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%2CGAAG%3BEACrG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%2CGAAG%3BEACrG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%3BEAClG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%2CMAAK%3BEACvG%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%2CGAAE%2CKAAM%3BEAC1G%2CWAAA%3B%3BAAIJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%2CGAAE%2CKAAM%3BEAC1G%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CUAAU%2CGAAE%2CUAAW%3BEAClG%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%3BEAC3E%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2CaAAa%3BEACxF%2CSAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2COAAM%3BEACjF%2CgBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CqBAAqB%2CKAAK%2COAAM%2CwBAAwB%3BEACzG%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3B%3BAAIJ%2COAAQ%2CcAAc%3BEAClB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2COAAQ%2CcAAc%3BEAClB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAQ%2CYAAY%3BEAChB%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAyDJ%2CgBAtDkC%3BEAC9B%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CYAAA%3B%3B%3BAA8BR%2CgBA1BmC%2CwBAAwB%3BEACvD%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3B%3BAA8BR%2CgBA1BkC%2CuBAAwB%3BEACtD%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3B%3BAA8BR%2CgBA1BkC%2CuBAAuB%3BEACrD%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CYAAA%3B%3B%3BAAIR%2CkCAAmC%2CcAAc%2CGAAK%3BEAClD%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkCAAmC%3BAAAW%2CkCAAmC%3BAACjF%2CkCAAmC%3BAAAW%2CkCAAmC%3BAACjF%2CkCAAmC%3BAAAW%2CkCAAmC%3BEAC7E%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CsBAAA%3B%3B%3BAAIJ%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BEAEA%2CaAAA%3B%3BAAGJ%2CkCAAmC%2CcAAa%2CMAAS%3BEACrD%2CmBAAA%3B%3BEAEA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CGAAE%3BEACjC%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAAmC%3BAACnC%2CkCAAmC%3BAACnC%2CkCAAmC%3BAACnC%2CkCAAmC%3BAACnC%2CkCAAmC%3BAACnC%2CkCAAmC%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%2CmBAAmB%3BEAClD%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CmBAAmB%2CoBAAoB%3BEACtE%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CqBAAqB%2CoBAAoB%3BEACxE%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CqBAAqB%3BEACpD%2CmBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CeAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CGAAE%3BEACjC%2C0BAAA%3B%3BAAGJ%2CkCAAmC%2CMAAM%3BAAAK%2CkCAAmC%2CQAAQ%3BAACzF%2CkCAAmC%2CQAAQ%3BAAAK%2CkCAAmC%2CKAAK%3BAACxF%2CkCAAmC%2CYAAY%3BAAAK%2CkCAAmC%2CQAAQ%3BAAC%5C%2FF%2CkCAAmC%2CQAAQ%3BAAAK%2CkCAAmC%2COAAO%3BAAC1F%2CkCAAmC%2COAAO%3BAAAK%2CkCAAmC%2CQAAQ%3BEACtF%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkCAAmC%2CmBAAmB%3BEAClD%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CqBAAqB%3BEACpD%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CqBAAqB%2CoBAAoB%3BEACxE%2CmBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkCAAmC%3BAAAyB%2CkCAAmC%3BEAC3F%2CmBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CaAAa%3BEAC5C%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CcAAA%3B%3BAAOJ%2CkCAAmC%2CYAAY%3BEAC3C%2CsBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CeAAe%3BEAC9C%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkCAAmC%2CiBAAiB%3BEAChD%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CwDAAA%3BEACA%2CgDAAA%3BEACA%2CgFAAA%3BEACA%2CwEAAA%3B%3BAAGJ%2CkCAAmC%2CoBAAoB%3BEACnD%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkCAAmC%3BAAAkB%2CkCAAmC%3BEACpF%2CUAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CiBAAiB%3BAAAO%2CkCAAmC%2CiBAAiB%3BEAC3G%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CGAAE%3BEACjC%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CkCAAmC%2CEAAC%3BEAChC%2CeAAA%3B%3BAAOJ%2CkCAAmC%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkCAAmC%2CaAAY%2CMAAO%3BEAClD%2CqBAAA%3B%3BAAGJ%2CkCAAmC%2CaAAY%2CMAAO%2CgBAAgB%3BEAClE%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CaAAY%2CMAAO%2CgBAAgB%2CGAAG%2CGAAE%3BAAC3E%2CkCAAmC%2CaAAY%2CMAAO%2CgBAAgB%2CGAAG%2CGAAE%3BEACvE%2CiBAAA%3BEACA%2CcAAA%3B%3BAAsLH%2CgBAnLiC%3BEAC9B%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2C%2BBAAiC%3BIAClF%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BIACjD%2CiBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3B%3BEAGJ%2CkCAAmC%3BIAC%5C%2FB%2CgBAAA%3B%3BEAGJ%2CkCAAmC%3BIAC%5C%2FB%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2COAAQ%2CcAAc%3BIAClB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2COAAQ%2CcAAc%2CYAAc%3BIAChC%2CaAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2COAAQ%2CcAAc%2CYAAW%2CKAAQ%3BIACrC%2CcAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BIACjD%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CyBAAyB%3BIAC7E%2CkBAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAoB%2CKAAK%2CMAAM%3BIAC9D%2CgBAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BIACjD%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAS%3BEAChE%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAS%3BEAChE%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAS%3BEAChE%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAS%3BEAChE%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAS%3BEAChE%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAS%3BEAChE%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAS%3BEAChE%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BEAC1E%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BEAC1E%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAK%3BEACzE%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BEAC1E%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAK%3BEACzE%2CkCAAmC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BIACtE%2CYAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BEACrD%2CkCAAmC%2CkBAAkB%3BIACjD%2CUAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%3BEACxD%2CkCAAmC%2CkBAAkB%2CGAAG%2CEAAC%3BEACzD%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%3BIAC1D%2CgBAAA%3B%3BEAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CEAAC%3BIACrD%2CiBAAA%3B%3BEAGJ%2CkCAAmC%2CmBAAmB%3BIAClD%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CmBAAmB%2CoBAAoB%3BIACtE%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CqBAAqB%3BIACpD%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CqBAAqB%2CoBAAoB%3BIACxE%2CWAAA%3B%3BEAOJ%2CkCAAmC%3BIAC%5C%2FB%2CiCAAiC%2C0CAAjC%3BIACA%2CsBAAA%3B%3BEAGJ%2CkCAAmC%3BIAC%5C%2FB%2CiCAAiC%2CwCAAjC%3B%3BEAGJ%2CkCAAmC%3BIAC%5C%2FB%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CkCAAmC%2CcAAa%2CMAAS%3BIACrD%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CkCAAmC%3BIAC%5C%2FB%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3B%3B%3BACj0DR%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CqBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CuCAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%3BEACtB%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2C2DAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAqB%2CQAAU%3BEAC3B%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAOH%2CgBAJiC%3BEAC9B%2CeAAe%2COAAQ%3BIACnB%2CaAAA%3B%3B%3BACxER%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CWAAA%3B%3BAAIR%2CqCACI%3BEACI%2CUAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAJR%2CqCAOI%3BEACI%2CeAAA%3B%3BAARR%2CqCAWI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAbR%2CqCAgBI%3BEACI%2CaAAA%3B%3BAAjBR%2CqCAoBI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAxBR%2CqCAoBI%2CiBAMI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAA5BZ%2CqCAgCI%3BAAhCJ%2CqCAiCI%3BAAjCJ%2CqCAkCI%3BEACI%2CwBAAA%3B%3BAAIR%2CkCACI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAJR%2CkCAOI%3BAAPJ%2CkCAQI%3BAARJ%2CkCAQ4B%2CyBAAyB%3BEAC7C%2CwBAAA%3B%3BAATR%2CkCAYI%3BEACI%2CiBAAA%3B%3BAAIR%2CYAAY%2CkBAAmB%2CkBAAiB%3BEAC5C%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkCAAkC%2CIAAI%3BAAAyB%2CqCAAqC%2CIAAI%3BEACpG%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CkCAAkC%2CIAAI%2CuBAIlC%2CWAAW%3BAAJgD%2CqCAAqC%2CIAAI%2CuBAIpG%2CWAAW%3BEACP%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CYAAY%2CkBAAmB%2CkBAAiB%2CcAAe%3BAAC%5C%2FD%2CYAAY%2CkBAAmB%2CkBAAiB%2CcAAe%3BAAC%5C%2FD%2CYAAY%2CkBAAmB%2CkBAAiB%2CcAAe%3BEAC3D%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%2CQAAU%3BEACvC%2CkBAAA%3B%3BAAGJ%2CYAAa%2CkBAAiB%2CcAAe%3BEACzC%2CiBAAA%3B%3BAAGJ%2CYAAa%2CkBAAiB%2CcAAe%3BAAC7C%2CYAAa%2CkBAAiB%2CcAAe%3BEACzC%2CaAAA%3B%3BAAGJ%2CYAAY%2CcAAe%3BAAC3B%2CiBAAiB%3BAACjB%2CiBAAiB%3BEACb%2CYAAA%3B%3BAAGJ%2CYAAY%2CkBAAmB%3BEAC3B%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CYAAY%2CkBAAmB%3BEAC3B%2CYAAA%3B%3BAAGJ%2CYAAY%2CkBAAmB%3BEAC3B%2CmBAAA%3B%3BAAGJ%2CYAAY%2CkBAAmB%2CcAAc%2CcAAc%3BEACvD%2CaAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%3BAACf%2CcAAe%3BEACX%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEvHkDA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEiH4JA%2CgBAAA%3B%3BAAEA%2CcAZW%2CWAYV%3BAAAD%2CcAXW%2CgBAWV%3BEACG%2CsBAAA%3B%3BAAIR%2CcAAe%2CgBAAe%3BEAC1B%2CaAAA%3B%3BAAGJ%2CcAAe%2CgBAAe%2CYAAY%3BEACtC%2CqBAAA%3B%3BAAGJ%2CcAAe%2CgBAAe%2CYAAY%3BEACtC%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAGJ%2CcAAe%3BEACX%2CaAAA%3B%3BAAGJ%2CcAAe%2CWAAU%3BEACrB%2CqBAAA%3B%3BAAGJ%2CcAAe%2CWAAU%2CIAAI%3BEACzB%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CcAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CcAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAe%3BAACf%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CeALW%2CYAKV%3BAAAD%2CeAJW%2CUAIV%3BEACG%2CaAAA%3B%3BAAIR%2CkCAAmC%3BAACnC%2CkCAAmC%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CWAAW%3BEAC1C%2CSAAA%3B%3BAADJ%2CkCAAmC%2CWAAW%2CKAG1C%2CUAAS%3BAAHb%2CkCAAmC%2CWAAW%2CKAGtB%3BEAChB%2CWAAA%3BEACA%2CUAAA%3B%3BAAIR%2CqCAAsC%2CcAAgB%3BAACtD%2CkCAAmC%2CcAAgB%3BEAC%5C%2FC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAFJ%2CkCAII%3BAAHJ%2CqCAGI%3BEACI%2CwBAAA%3B%3BAAIR%2CkCACI%3BAADJ%2CkCAEI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CwBAAA%3B%3BAAGJ%2CkCACI%3BEACI%2CyBAAA%3B%3BAAFR%2CkCAKI%3BEACI%2CwBAAA%3B%3BAAIR%2C4BAA6B%2CcAAgB%3BEACzC%2CqBAAA%3B%3BAADJ%2C4BAA6B%2CcAAgB%2CaAGzC%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAANR%2C4BAA6B%2CcAAgB%2CaAGzC%2CmBAKI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CqCACI%2CcAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqCAKI%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAARR%2CqCAKI%2CcAAc%2CmBAKV%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CYAAa%3BEACT%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CeAAe%2CcACjC%3BEACI%2CwBAAA%3B%3BAAIR%2CkCAAkC%2CIAAI%2CuBAAwB%3BEAC1D%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkBAKI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CkBAKI%2CcAKI%3BEACI%2CaAAA%3B%3BAAKZ%2CkBAAkB%2CYAAY%2CcAAe%3BEACzC%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAkB%2CYAAY%2CYAAa%3BEACvC%2CWAAW%2CiBAAX%3BEACA%2CmBAAmB%2CiBAAnB%3BEACA%2CeAAe%2CiBAAf%3B%3BAAGJ%2CkBAAkB%2CYAAY%2CYAAY%2CMAAO%3BEAC7C%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3B%3BAAWJ%2CgBARmC%3BEAC%5C%2FB%2CYAAY%2CYAAY%2CkBAAmB%3BIACvC%2CeAAA%3BIACA%2CYAAA%3B%3B%3BAAaR%2CgBARmC%3BEAC%5C%2FB%2CIAAI%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3B%3B%3BAAkBR%2CgBAdkC%3BEAC9B%2CYAAY%2CYAAY%2CkBAAmB%2CkBAAiB%2CIAAI%3BIAC5D%2CUAAA%3B%3BEAGJ%2CYAAY%2CYAAY%3BIACpB%2COAAA%3B%3BEAGJ%2CYAAY%2CkBAAmB%3BIAC3B%2CgBAAA%3B%3B%3BAAwBR%2CgBApBkC%3BEAC9B%2CYAAY%2CYAAY%2CkBAAmB%2CkBAAiB%2CIAAI%3BIAC5D%2CUAAA%3B%3BEAGJ%2CYAAY%2CcAAe%3BEAC3B%2CiBAAiB%3BEACjB%2CiBAAiB%3BIACb%2CYAAA%3B%3BEAGJ%2CcAAe%3BEAAY%2CcAAe%3BIACtC%2CkBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CgBAAA%3B%3B%3BAAgBR%2CgBAZkC%3BEAC9B%2CcAAe%2CWAAU%3BEAAa%2CcAAe%3BIACjD%2CcAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CkBAAA%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%3BACpaR%3BEACI%2CWAAA%3B%3BAAGJ%2CgBACA%2CiBAAiB%2CSAAS%3BEACtB%2CYAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%3BEACnC%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAgBJ%2CgBAAiB%2CsBAAsB%2CYAAY%2CSAAQ%2CMAAO%3BEAC9D%2CiBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAgBJ%2CgBAAiB%2CsBAAsB%2CYAAY%2CSAAS%3BEACxD%2CaAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CYAAY%2CSAAS%3BEACxD%2CiBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CaAAa%2CSAAS%2CYAAY%3BEAC%5C%2FC%2CsBAAA%3B%3BAAGJ%2CgBAAiB%2CaAAa%2CSAAS%3BEACnC%2CiBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2C6BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%2CcAAc%2CGAAE%3BEAC7B%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CGAAE%2CaAAc%3BEAC7B%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CKAAI%3BAAAkB%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CKAAI%3BEACtI%2CaAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CiBAAgB%3BEACnD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CiBAAgB%2CgBAAiB%2CKAAI%3BEACxE%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CuCAAA%3BEACA%2C8BAAA%3BEACA%2CgDAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CiBAAgB%2CgBAAiB%2CKAAI%3BEACxE%2CsBAAA%3BEACA%2CuCAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CiBAAgB%2CgBAAiB%2CKAAI%3BAAC5E%2CgBAAiB%2CsBAAsB%2CiBAAgB%2CgBAAiB%2CKAAI%3BEACxE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%2CQAAQ%3BEACrB%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAkCJ%2CgBAAiB%2CYAAY%3BEACzB%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%3BEACpC%2CaAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%3BEACpC%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%3BEACpC%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%2CiBAAiB%3BEACrD%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%2CaAAa%3BEACjD%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%2CaAAa%2CYAAY%3BEAC7D%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%2CaAAa%2CYAAY%2CYAAY%3BEACzE%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%2CaAAa%2CYAAY%2CYAAY%2CYAAY%3BEACrF%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%2CaAAa%2CYAAY%2CYAAY%2CYAAY%2CIAAG%3BEACxF%2CYAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAGJ%2CgBAAiB%2CaAAa%3BEAC1B%2C4BAA4B%2CmDAA5B%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAuB%3BEACpC%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CaAAa%2CgBAAgB%3BEAC1C%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2CaAAa%2CgBAAgB%2CoBAAoB%3BEAC9D%2C4BAA4B%2CmDAA5B%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CaAAa%2CgBAAgB%2CoBAAmB%3BEAC7D%2CSAAS%2CgBAAT%3B%3BAAGJ%2CgBAAiB%2CaAAY%2CcAAe%3BEACxC%2CaAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%3BEAChD%2CQAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%2CaAAa%3BEAC7D%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%2CYAAY%2CYAAY%3BEACxE%2CsBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%2CaAAa%3BEAC7D%2CUAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%2CaAAa%2CYAAY%3BEACzE%2CSAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%2CaAAa%2CYAAY%2CYAAY%3BEACrF%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%2CWAAW%3BEAC3D%2CgBAAA%3B%3BAAgEJ%2CgBA7DkC%3BEAC9B%2CgBAAiB%2CYAAY%3BIACzB%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CYAAY%3BIAC9B%2CmCAAA%3BIACA%2CoCAAA%3BIACA%2CkCAAA%3B%3BEAGJ%2CgBAAiB%2CYAAY%3BIACzB%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CaAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CaAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BIACvM%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BIACtM%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BIACjL%2CWAAA%3B%3B%3BAA4DR%2CgBAxDkC%2CuBAAuB%3BEACrD%2CgBAAiB%2CWAAW%3BIACxB%2CaAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BIACpC%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BIACpC%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BIACpC%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BIACvM%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BIACtM%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BIACjL%2CWAAA%3B%3B%3BAAoER%2CgBAhEkC%2CuBAAwB%3BEACtD%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BIACtM%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BIACjL%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CaAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BIACpC%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BIAClI%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BIACpC%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BIACpC%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BIACvM%2CWAAA%3B%3B%3BAA6CR%2CgBAzCmC%2CwBAAwB%3BEACvD%2CgBAAiB%2CWAAW%3BIACxB%2CaAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CUAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CUAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BIACtM%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BIACjL%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BIACvM%2CWAAA%3B%3B%3BAA6CR%2CgBAzCmC%3BEAC%5C%2FB%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BEAAc%2CgBAAiB%2CWAAW%2CYAAY%3BIACtM%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BEAAO%2CgBAAiB%2CWAAW%2CYAAY%3BIACjL%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CaAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CUAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CUAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BIACxB%2CWAAA%3B%3BEAGJ%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BEAAO%2CgBAAiB%2CWAAW%3BIACvM%2CWAAA%3B%3B%3BAAIR%2CgBAAgB%2COAAQ%2CWAAW%3BEAC%5C%2FB%2CaAAA%3B%3BAAGJ%2CgBAAgB%2COAAQ%2CWAAW%3BEAC%5C%2FB%2CUAAA%3B%3BAAGJ%2CgBAAgB%2COAAQ%2CWAAW%3BEAC%5C%2FB%2CUAAA%3B%3BAAGJ%2CgBAAgB%2COAAQ%2CWAAW%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CgBAAgB%2COAAQ%2CWAAW%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CgBAAgB%2COAAQ%2CWAAW%3BEAC%5C%2FB%2CWAAA%3B%3BAAGJ%2CgBAAgB%2COAAQ%2CWAAW%3BAAAO%2CgBAAgB%2COAAQ%2CWAAW%3BAAAO%2CgBAAgB%2COAAQ%2CWAAW%3BAAAO%2CgBAAgB%2COAAQ%2CWAAW%3BAAAO%2CgBAAgB%2COAAQ%2CWAAW%3BAAAO%2CgBAAgB%2COAAQ%2CWAAW%3BEACjP%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%3BEACzB%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%3BEACzB%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%2CWAAa%3BEACtC%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%3BEACzB%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%3BEACzB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%2CcAAc%3BEACvC%2CSAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%2CcAAc%3BAAAuB%2CgBAAiB%2CYAAY%2CcAAc%3BEACzG%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CGAAG%3BAAAU%2CGAAG%3BEACZ%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CWAAA%3B%3BAAGJ%2CgBAAiB%3BAAAW%2CgBAAiB%3BEACzC%2CYAAA%3B%3BAC7sBJ%3B%3B%3BAAAA%2CoBAEI%2CeAAe%2CMAAM%2CYAAY%2CUAAU%3BEACvC%2CYAAA%3B%3BAAHR%2CoBAKI%3BEACI%2CgBAAA%3B%3B%3BAANR%2CoBAKI%2CeAEI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAVZ%2CoBAKI%2CeASI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3B%3BAAtBZ%2CoBAKI%2CeAmBI%3BEACI%2C4BAAA%3B%3BAAzBZ%2CoBAKI%2CeAmBI%2CYAEI%3BEACI%2C6BAAA%3B%3BAA3BhB%2CoBAKI%2CeAmBI%2CYAKI%3BEACI%2CaAAA%3B%3BAA9BhB%2CoBAKI%2CeAmBI%2CYAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAlChB%2CoBAKI%2CeAmBI%2CYAQI%2CiBAGI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEzHiLhB%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmH6BgB%2CoBAlChB%2CeAmBI%2CYAQI%2CiBAGI%2CEAIK%3BEnHZjB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEmHFoB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEzH0KpB%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmHqCgB%2CoBA1ChB%2CeAmBI%2CYAQI%2CiBAGI%2CEAYK%3BEACG%2CkBAAA%3B%3BAACA%2CoBA5CpB%2CeAmBI%2CYAQI%2CiBAGI%2CEAYK%2CMAEI%3BEnHtBrB%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAmH3CJ%2CoBA0DI%2CcAAc%2CUAAU%3BEACpB%2CwBAAA%3B%3BAA3DR%2CoBA6DI%2CWAAW%2CcAAc%2CSAAW%3BEnHNpC%2CkBAAA%3BEepDA%2CUAAA%3BEAGA%2CwBAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEmHqDI%2CiBAAA%3BEnHDJ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEmHLI%2CkBAAA%3BEACA%2CQAAA%3B%3BAnHKJ%2CoBmHVA%2CWAAW%2CcAAc%2CSAAW%2CMnHUnC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CoBmHrBJ%2CWAAW%2CcAAc%2CSAAW%2CMnHmBnC%2CKAEI%3BAAAD%2CoBmHrBJ%2CWAAW%2CcAAc%2CSAAW%2CMnHoBnC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CoBmH5BJ%2CWAAW%2CcAAc%2CSAAW%2CMnH0BnC%2CKAEI%3BAAAD%2CoBmH5BJ%2CWAAW%2CcAAc%2CSAAW%2CMnH2BnC%2CSACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAGR%2CoBmHjCA%2CWAAW%2CcAAc%2CSAAW%2CMnHiCnC%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CoBmHrCJ%2CWAAW%2CcAAc%2CSAAW%2CMnHiCnC%2CMAII%3BEACG%2CWAAA%3B%3BAmHhCJ%2CoBANJ%2CWAAW%2CcAAc%2CSAAW%2CMAM%5C%2FB%3BEACG%2CUAAA%3B%3BAAEJ%2CoBATJ%2CWAAW%2CcAAc%2CSAAW%2CMAS%5C%2FB%3BEACG%2CQAAA%3B%3BAAvEZ%2CoBA2EI%3BEACI%2CkBAAA%3B%3BAA5ER%2CoBA2EI%2CUAEI%3BEACI%2CaAAA%3B%3BAA9EZ%2CoBA2EI%2CUAKI%2CyBACI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAnFhB%2CoBA2EI%2CUAKI%2CyBACI%2CeAGI%3B%3B%3BAApFhB%2CoBA2EI%2CUAKI%2CyBACI%2CeAMI%3BEACI%2CgBAAA%3B%3BAAxFpB%2CoBA2EI%2CUAKI%2CyBACI%2CeAMI%2CMAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BEAEA%2CkBAAA%3B%3BAACA%2CoBAnBpB%2CUAKI%2CyBACI%2CeAMI%2CMAEI%2CYAKK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAArG5B%2CoBA2EI%2CUAKI%2CyBACI%2CeAMI%2CMAEI%2CYAiBI%2CeAAiB%3B%3B%3BAA1GzC%2CoBA2EI%2CUAKI%2CyBACI%2CeAMI%2CMAEI%2CYAoBI%3BEACI%2CeAAA%3B%3BAA9G5B%2CoBA2EI%2CUAKI%2CyBACI%2CeAMI%2CMAEI%2CYAuBI%3BEACI%2CeAAA%3B%3BAAKhB%2CoBA3CR%2CUAKI%2CyBAsCK%2CMACG%2CWAAW%2CcAAc%2CSAAW%3BEnHvEhD%2CmBAAA%3BEe7CA%2CUAAA%3BEAGA%2C0BAAA%3BErBgNA%2CmBAAA%3BEM9MA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAmHVJ%2CoBA2EI%2CUAiDI%3BEACI%2CgBAAA%3B%3BAA7HZ%2CoBA2EI%2CUAiDI%2CUAEI%2CEACI%3BEACI%2CWAAA%3B%3BAAQpB%3BEACI%2CmBAAA%3B%3B%3BAAKJ%2CoBAAqB%2CcAAc%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CeAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CcAAc%2CSAAQ%2CMAAO%3BEACtE%2CiBAAA%3B%3BAAMJ%2CoBAAqB%2CwBAAwB%2CcAAc%2CaAAY%2CMAAO%3BEAC1E%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CcAAc%2CSAAS%3BEAChE%2CeAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CcAAc%2CSAAS%3BEAChE%2CiBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CcAAc%2CGAAE%3BEACzD%2CkBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CcAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CcAAc%2CGAAE%2CQAAW%3BEACpE%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAmB%2CKAAI%3BAACpE%2CoBAAqB%2CwBAAwB%2CmBAAmB%2CKAAI%3BEAChE%2CaAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%3BEAC3D%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CKAAI%3BEAClF%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CKAAI%3BEAClF%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CKAAI%3BAACtF%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CKAAI%3BEAClF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAqB%2CQAAQ%3BEACzB%2CaAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%3BEAC9E%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CcAAa%3BEAC3F%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CcAAc%3BEAC5F%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CaAAa%3BEAC3F%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CmBAAkB%2CkBAAmB%2CaAAa%2CKAAI%3BEAC%5C%2FF%2CcAAA%3BEACA%2CmBAAA%3B%3B%3BAAKJ%2CoBAAqB%2CcAAc%3BEAC%5C%2FB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%3BEAC1C%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUJ%2CoBAAqB%2CyBAAyB%3BEAC1C%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%3BEAC1C%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%2CmBAAmB%3BEAC7D%2CWAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%2CeAAe%3BEACzD%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%2CeAAe%2CcAAc%3BEACvE%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%2CeAAe%2CcAAc%2CYAAY%3BEACnF%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%2CeAAe%2CcAAc%2CYAAY%2CYAAY%3BEAC%5C%2FF%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%2CeAAe%2CcAAc%2CYAAY%2CYAAW%2CMAAO%3BEACrG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CoBAAqB%2CeAAe%3BEAChC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C6EAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAqB%2CyBAAyB%3BEAC1C%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CeAAe%2CkBAAkB%3BEAClD%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAqB%2CeAAe%2CkBAAkB%2CsBAAsB%3BEACxE%2CgBAAgB%2C%2BDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CoBAAqB%2CeAAe%2CkBAAkB%2CsBAAqB%3BEACvE%2CSAAS%2CgBAAT%3B%3BAAGJ%2CoBAAqB%2CeAAc%2CgBAAiB%3BEAChD%2CaAAA%3B%3B%3BAA2DJ%2CgBAtDkC%3BEAC9B%2CoBAAqB%2CaAAa%3BIAC9B%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAAc%2CoBAAqB%2CaAAa%2CcAAc%3BIAC1G%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3B%3B%3BAA0ER%2CgBAtEkC%2CuBAAuB%3BEACrD%2CoBAAqB%3BIACjB%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAAc%2CoBAAqB%2CaAAa%2CcAAc%3BIAC1G%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3B%3B%3BAAgFR%2CgBA5EkC%2CuBAAwB%3BEACtD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAAc%2CoBAAqB%2CaAAa%2CcAAc%3BIAC1G%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3B%3BAAuDR%2CgBAnDoC%2CwBAAwB%3BEACxD%2CoBAAqB%2CaAAa%3BIAC9B%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CUAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CUAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAAc%2CoBAAqB%2CaAAa%2CcAAc%3BIAC1G%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3B%3BAAwDR%2CgBApDoC%3BEAChC%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAAc%2CoBAAqB%2CaAAa%2CcAAc%3BIAC1G%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BEAChD%2CoBAAqB%2CaAAa%2CcAAc%3BIAC5C%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CUAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CUAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BEAClC%2CoBAAqB%2CaAAa%3BIAC9B%2CWAAA%3B%3B%3B%3BAAKR%2CoBAAoB%2COAAQ%2CaAAa%3BEACrC%2CaAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%2CaAAa%3BEACrC%2CUAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%2CaAAa%3BEACrC%2CUAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%2CaAAa%3BEACrC%2CcAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%2CaAAa%3BEACrC%2CcAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%2CaAAa%3BEACrC%2CWAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%2CaAAa%3BAACzC%2CoBAAoB%2COAAQ%2CaAAa%3BAACzC%2CoBAAoB%2COAAQ%2CaAAa%3BAACzC%2CoBAAoB%2COAAQ%2CaAAa%3BAACzC%2CoBAAoB%2COAAQ%2CaAAa%3BAACzC%2CoBAAoB%2COAAQ%2CaAAa%3BEACrC%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%3BEAC%5C%2FB%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%3BEAC%5C%2FB%2CiBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%2CWAAa%3BEAC5C%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%3BEAC%5C%2FB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%3BEAC%5C%2FB%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%2CcAAc%3BEAC7C%2CSAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%2CcAAc%3BAACjD%2CoBAAqB%2CcAAc%2CcAAc%3BEAC7C%2CqBAAA%3BEACA%2CsBAAA%3B%3B%3BAAIJ%2CoBAAqB%2CcAAc%2CyBAAyB%2CUAAU%3BEAClE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%2CyBAAyB%2CUAAU%2CEAAC%3BEACnE%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%2CyBAAyB%3BEACxD%2CiBAAA%3BEACA%2CYAAA%3B%3B%3BAAIJ%2CGAAG%3BAACH%2CGAAG%3BEACC%2CSAAS%2CGAAT%3B%3BEACA%2CcAAA%3B%3B%3BAAGJ%2CGAAG%3BEACC%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CkBAAkB%2CWAAW%3BEAC9C%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CkBAAkB%2CcAAc%3BEACjD%2CqDAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%2CkBAAkB%2CcAAc%2CUAAS%3BEAC1D%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAqB%2CkBAAkB%2CcAAc%3BEACjD%2CqDAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CkBAAkB%2CcAAc%2CUAAS%3BEAC1D%2CyBAAA%3BEACA%2CeAAA%3B%3BACv2BJ%2CaAAc%2CUAAU%3BEACpB%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%2CaAAa%3BEACnB%2CWAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAU%2CaAAa%2CYAAY%3BEAC%5C%2FB%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CSAAU%2CaAAa%2CYAAY%2CkBAAiB%3BEAChD%2CsBAAA%3BEACA%2C4CAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%2CYAAW%3BEACjB%2CSAAS%2COAAT%3B%3BAAGJ%2CSAAU%2CWAAU%3BEAChB%2CSAAS%2COAAT%3B%3BAAGJ%2CSAAU%2CaAAa%2CYAAY%3BEAC%5C%2FB%2CeAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAU%2CaAAa%2CYAAY%2CaAAa%3BEAC5C%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAU%2CaAAa%2CYAAY%3BEAC%5C%2FB%2CiBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CaAAA%3B%3B%3B%3B%3B%3B%3BAASJ%2CSAAU%3BEACN%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CaAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CSAAA%3B%3BAAGJ%2CSAAU%2CcAAc%3BEACpB%2CSAAA%3B%3BAAGJ%2CSAAU%2CcAAc%3BEACpB%2CiBAAA%3B%3BAAGJ%2CSAAU%2CcAAc%3BEACpB%2CgBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CcAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CaAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CmBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CSAAA%3B%3BAAGJ%2CSAAU%2CaAAa%2CaAAY%3BEAC%5C%2FB%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAyEJ%2CgBArDkC%3BEAC9B%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CcAAA%3B%3BEAGJ%2CSAAU%2CsBAAsB%3BIAC5B%2CmBAAA%3B%3BEAGJ%2CSAAU%2CsBAAsB%2CiBAAmB%3BIAC%5C%2FC%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CSAAU%2CsBAAsB%2CiBAAmB%2CqBAAqB%3BIACpE%2CkBAAA%3B%3B%3BAAyDR%2CgBArDkC%2CuBAAuB%3BEACrD%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CcAAA%3B%3BEAGJ%2CSAAU%2CsBAAsB%3BIAC5B%2CmBAAA%3B%3BEAGJ%2CSAAU%2CsBAAsB%2CiBAAmB%3BIAC%5C%2FC%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CSAAU%2CsBAAsB%2CiBAAmB%2CqBAAqB%3BIACpE%2CkBAAA%3B%3B%3BAAuCR%2CgBAnCkC%2CuBAAuB%3BEACrD%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3B%3BAAuCR%2CgBAnCkC%2CuBAAwB%3BEACtD%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3B%3BAAkFR%2CgBA9EmC%3BEAC%5C%2FB%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CcAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CUAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3BEAGJ%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BEAC1B%2CSAAU%2CgBAAgB%3BIACtB%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA%2BCR%2CSAAS%3BEACL%2CUAAA%3B%3BAAGJ%2CSAAU%2CWAAW%3BEACjB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3BEACA%2CiBAAA%3B%3B%3B%3B%3B%3B%3BAASJ%2CSAAU%2CWAAW%2CcAAc%2CSAAS%3BEACxC%2C0CAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%2CcAAc%3BAACxB%2CSAAU%2CcAAc%2CSAAS%3BAACjC%2CSAAU%2CcAAc%2CSAAS%3BEAC7B%2CsBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%2CWAAW%2CUAAU%3BEAC3B%2CqBAAA%3B%3BAAGJ%2CSAAU%2CWAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAC%5C%2FC%2CSAAU%2CWAAW%2CUAAU%2CSAAQ%2CMAAO%3BEAC1C%2C0CAAA%3B%3BAAGJ%2CSAAU%2CWAAW%2CUAAU%2CSAAS%3BEACpC%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%22%7D *//** 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
}
.v-badge {
    position: fixed;
    font: 13px/20px Arial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 999;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    padding: 6px 11px 2px;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px;
    left: 10px;
    bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#m-cookienotice {
    overflow: hidden;
    color: #444;
    z-index: 9999;
    font-size: 13px;
}

#m-cookienotice .m-message {
    padding: 5px 10px;
}

#m-cookienotice .m-actions {
}

#m-cookienotice .m-button {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 2px;
}

#m-cookienotice .m-button.m-accept:before {
    content: "\2714";
}

#m-cookienotice .m-button:hover,
#m-cookienotice .m-button:focus {
    color: #fff;
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice .m-button:active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
}

#message-custom-css {
    float: left;
}

#action-custom-css {
    float: right;
    margin-top: 0;
}

.cookie-div {
    width: 50%;
    margin: auto;
}

#m-cookienotice.v-bar {
    width: calc(50% - 10px);
    padding: 5px 0;
}

#m-cookienotice.v-bar .m-actions {
    vertical-align: middle;
    padding-right: 10px;
    text-align: center;
}

#m-cookienotice.v-bar.v-top {
    position: fixed;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

#m-cookienotice.v-bar.v-bottom {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#m-cookienotice.v-box {
    position: fixed;
    max-width: 300px;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 10px;
}

#m-cookienotice.v-box .m-actions {
    float: left;
    margin: 5px 10px;
}

#m-cookienotice.v-box.v-top-left {
    top: 0;
    left: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-top-right {
    top: 0;
    right: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-center {
    top: 40%;
    left: 40%;
    border-radius: 10px;
    opacity: 0.7;
}

#m-cookienotice.v-box.v-bottom-left {
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-bottom-right {
    bottom: 0;
    right: 0;
    border-radius: 10px;
}

@media (max-width: 980px) {
    #message-custom-css {
        float: left;
    }

    #action-custom-css {
        float: right;
        margin-top: 0;
    }
}

/* RWD */
@media (max-width: 360px) {
    #m-cookienotice.v-box {
        width: 100% !important;
        padding: 5px 0 0;
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        border-top: 1px solid #000;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }

    #m-cookienotice.v-box .m-actions {
        vertical-align: middle;
        width: 100%;
        padding-right: 10px;
        text-align: left;
    }

    #m-cookienotice .m-actions {
        float: left;
        margin: 5px 10px;
    }

    #m-cookienotice.v-bar .m-actions {
        width: auto;
    }
}

/* Skin - Dark Clean */
#m-cookienotice.v-dark-clean {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-dark-clean .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-dark-clean .m-button:hover,
#m-cookienotice.v-dark-clean .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Custom Colors */
#m-cookienotice.v-custom-css {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-custom-css .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-custom-css .m-button:hover,
#m-cookienotice.v-custom-css .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Minimalist */
#m-cookienotice.v-minimalist {
    color: #2c2c2c;
    border-color: #e0e0e0 !important;
    font-size: 11px;
    font-family: Verdana;
}

#m-cookienotice.v-bar.v-minimalist {
    padding: 2px 0;
}

#m-cookienotice.v-box.v-minimalist {
    width: 260px;
}

#m-cookienotice.v-box.v-minimalist .m-actions {
    margin: 5px;
}

#m-cookienotice.v-box.v-minimalist .m-message {
    padding: 5px;
}

#m-cookienotice.v-minimalist .m-button {
    padding: 3px 6px;
}

/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Sm/furnicom/en_GB/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.owl-carousel .product-item-info {
	width: auto;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.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;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.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/Sm/furnicom/en_GB/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.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;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
	position: absolute;
	top: 26px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
	position: absolute;
	top: 14px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
	position: absolute;
	top: 14px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
	position: absolute;
	top: 26px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	* {
		display: inline;
	}
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.swatch-option {
    /*width: 30px;*/
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    min-height: 20px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    margin-right: 7px;
    /*background-color: #F2F2F2;*/
}

.swatch-option.selected {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
    color: #333;
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    outline: 2px solid #FF5216;
    border: 1px solid #fff;
}

.swatch-option.disabled {
    cursor: default;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 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%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-option-tooltip {
    max-width: 140px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    text-align: center;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px;
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../../frontend/Sm/furnicom/en_GB/Magento_Swatches/images/loader-2.gif");
}

.swatch-input {
	left: -1000px;
	position: absolute;
	visibility: hidden;
}
.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/Sm/furnicom/en_GB/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/Sm/furnicom/en_GB/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%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Ffurnicom%5C%2Fen_GB%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 */