@import url('https://fonts.googleapis.com/css?family=Roboto');
/* 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,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.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/shopee/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Sm/shopee/en_US/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/shopee/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Sm/shopee/en_US/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/shopee/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Sm/shopee/en_US/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/shopee/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Sm/shopee/en_US/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 #999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999;
  left: 26px;
  margin-left: -17px;
}
.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/shopee/en_US/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 #999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999;
  margin-top: -17px;
  top: 26px;
}
.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/shopee/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Sm/shopee/en_US/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/shopee/en_US/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/shopee/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Sm/shopee/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/shopee/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Sm/shopee/en_US/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;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-block-summary .minicart-items .action-gift {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover {
  background: #015690;
  border: 1px solid #015690;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #fff;
  height: auto;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty:hover {
  background: #3d69c0;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all 0.3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all 0.3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #fff !important;
  border: 2px solid #ccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all 0.2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 24px + 10px + 5px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 24px + 10px + 5px);
}
.field .control select[multiple] {
  height: auto;
  background: #fff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat !important;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-price-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity 0.4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: 0.6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #ccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ampromo-popup-wrapper .ampromo-close:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  margin: 0 auto;
  position: initial;
  width: fit-content;
}
.ampromo-popup-wrapper .slick-dots:focus-within {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amcountdown-block-wrapper {
  max-width: 240px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.amcountdown-block-wrapper .amcountdown-text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.amcountdown-block-wrapper .amcountdown-text.-after {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
}
.amcountdown-block-wrapper .amcountdown-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcountdown-block-wrapper .amcountdown-list {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcountdown-block-wrapper .amcountdown-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcountdown-block-wrapper .amcountdown-wrap:not(:last-of-type) {
  margin-right: 10px;
}
.amcountdown-block-wrapper .amcountdown-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 45px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 2px 8px 6px;
  border-radius: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background: #d5d5d5;
}
.amcountdown-block-wrapper .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper .amcountdown-number {
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  color: #000;
}
.amcountdown-block-wrapper .amcountdown-number:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.amcountdown-block-wrapper .amcountdown-link {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admin-amasty-countdown-field.admin__control-text.widget-option {
  background: transparent;
  opacity: initial;
  cursor: default;
}
.amcountdown-block-wrapper.-transparent .amcountdown-text {
  margin-bottom: 8px;
}
.amcountdown-block-wrapper.-transparent .amcountdown-text.-after {
  margin: 0;
}
.amcountdown-block-wrapper.-transparent .amcountdown-item {
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-circle {
  max-width: 255px;
}
.amcountdown-block-wrapper.-circle .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-circle .amcountdown-item {
  position: relative;
  margin-right: 16px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-circle .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-circle .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 18px;
}
.amcountdown-block-wrapper.-circle .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-circle .amcountdown-svg-wrapper {
  position: absolute;
  top: -2px;
  left: -5px;
  width: 55px;
  height: 55px;
  margin: auto;
  transform: rotate(-90deg);
}
.amcountdown-block-wrapper.-circle .amcountdown-bottom {
  stroke-width: 2px;
  fill: none;
  stroke: #b6b6b6;
}
.amcountdown-block-wrapper.-circle .amcountdown-image {
  width: 55px;
  height: 55px;
}
.amcountdown-block-wrapper.-circle .amcountdown-top {
  stroke-width: 2px;
  stroke-dasharray: 157px;
  stroke-linecap: round;
  fill: none;
  stroke: #ff9416;
}
.amcountdown-block-wrapper.-honeycomb {
  max-width: 300px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-item {
  position: relative;
  min-width: 60px;
  margin-right: 20px;
  padding: 12px 8px 12px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 18px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-honeycomb span {
  z-index: 10;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-image {
  position: absolute;
  top: 2px;
  left: 0;
  width: 60px;
  height: 65px;
}
.amcountdown-block-wrapper.-round {
  max-width: 240px;
}
.amcountdown-block-wrapper.-round .amcountdown-text {
  margin-bottom: 20px;
}
.amcountdown-block-wrapper.-round .amcountdown-text.-after {
  margin: 0;
}
.amcountdown-block-wrapper.-round .amcountdown-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amcountdown-block-wrapper.-round .amcountdown-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amcountdown-block-wrapper.-round .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-round .amcountdown-item {
  position: relative;
  min-width: 96px;
  margin: 0 15px 16px 0;
  padding: 14px 8px 15px;
  font-size: 15px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-round .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: normal;
  line-height: 40px;
}
.amcountdown-block-wrapper.-round .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-round .amcountdown-svg-wrapper {
  position: absolute;
  top: -4px;
  left: -6px;
  height: 110px;
  width: 110px;
}
.amcountdown-block-wrapper.-round .amcountdown-bottom {
  stroke-width: 3px;
  fill: none;
  stroke: #b6b6b6;
}
.amcountdown-block-wrapper.-round .amcountdown-image {
  fill: none;
  transform: rotate(-90deg);
}
.amcountdown-block-wrapper.-round .amcountdown-pointer.-static {
  fill: #ff9416;
}
.amcountdown-block-wrapper.-round .amcountdown-pointer {
  fill: #f26322;
}
.amcountdown-block-wrapper.-round .amcountdown-top {
  stroke-dasharray: 628px;
  stroke-linecap: round;
  stroke-width: 6px;
  fill: none;
}
.amcountdown-block-wrapper.-progress {
  max-width: 205px;
}
.amcountdown-block-wrapper.-progress .amcountdown-text.-after {
  margin-top: 15px;
}
.amcountdown-block-wrapper.-progress .amcountdown-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amcountdown-block-wrapper.-progress .amcountdown-wrap {
  margin-right: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-item {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 25px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-progress .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-number {
  margin-right: 7px;
  padding: 0;
  font-size: 25px;
}
.amcountdown-block-wrapper.-progress .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar {
  position: relative;
  margin-top: 10px;
  line-height: 0;
  font-size: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9416;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress {
  width: 100%;
  height: 4px;
  border: none;
  background: #cdcdcd;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-webkit-progress-bar {
  width: 100%;
  height: 4px;
  border: none;
  background: #cdcdcd;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-webkit-progress-value {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-moz-progress-bar {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-ms-fill {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-pointer {
  position: absolute;
  top: -2px;
  left: 69%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f26322;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 calc(25px * 2);
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #fff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display 0.3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  transition: opacity 0.3s ease;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: 0.75;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #ccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
.update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: calc(10px / 2);
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.amrewards-expiration {
  border-radius: 20px;
  display: inline-block;
  padding: 3px 15px;
  white-space: nowrap;
}
.amrewards-expiration.-warning {
  background: #ffa63d;
  color: #fff;
}
.amrewards-expiration.-critical {
  background: #c84949;
  color: #fff;
}
.amrewards-expiration.-expired {
  background: #ececec;
  color: #838383;
}
.amrewards-info-table {
  border-top: 1px solid #ccc;
  color: #000;
}
.amrewards-info-table .amrewards-table-header .col {
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.amrewards-info-table .col.status {
  white-space: nowrap;
}
.amrewards-current-balance .amrewards-balance {
  font-size: 36px;
  font-weight: 700;
}
.amrewards-current-balance .amrewards-label {
  font-size: 18px;
}
.amrewards-total-info {
  margin-bottom: 5px;
}
.amrewards-expiring-wrapper.table-wrapper {
  border-bottom: none;
  border-top: none;
}
.amrewards-expiring-wrapper .amrewards-title {
  font-size: 20px;
  font-weight: 600;
}
.amrewards-expiring-wrapper .amrewards-info-table {
  margin-top: 15px;
  max-width: 460px;
}
.customer-information {
  margin-bottom: 35px;
}
.amrewards-qty-info .amrewards-general {
  margin-bottom: 20px;
  min-width: 200px;
  padding-right: 10px;
}
.amrewards-qty-info .amrewards-description {
  margin-bottom: 20px;
}
.amrewards-balance-container {
  border-color: #a6a6a6;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
}
.amrewards-balance-container .amrewards-label {
  margin-right: 10px;
}
.amrewards-balance-container .amrewards-amount {
  background: #f2c94c;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
  text-align: center;
}
.amrewards-apply-container#block-reward {
  float: left;
  width: 53%;
}
.amrewards-apply-container#block-reward .content {
  max-width: 90%;
}
.amrewards-minpoints-note {
  color: #e50000;
  font-size: 13px;
  margin-top: 3%;
  width: 130%;
}
.amrewards-minpoints-note.hidden {
  display: none;
}
.amrewards-discount-form {
  max-width: 500px;
}
.amrewards-discount-form .amrewards-actions {
  margin-top: 20px;
}
.amrewards-highlight-container {
  display: inline-flex;
  padding: 0 0 5px;
}
.amrewards-highlight-container > .caption strong {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}
.checkout-cart-index .amrewards-highlight-container,
.checkout-index-index .amrewards-highlight-container,
.catalog-product-view .amrewards-highlight-container {
  padding: 2px 0 15px;
}
.checkout-cart-index .amrewards-highlight-container > .caption strong,
.checkout-index-index .amrewards-highlight-container > .caption strong,
.catalog-product-view .amrewards-highlight-container > .caption strong {
  font-weight: 600;
}
.checkout-cart-index .amrewards-highlight-container:before,
.checkout-index-index .amrewards-highlight-container:before,
.catalog-product-view .amrewards-highlight-container:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNTYzIiBmaWxsPSIjRjJDOTRDIi8+PHBhdGggZD0iTTcgMTRjLTMuODYgMC03LTMuMTQtNy03czMuMTQtNyA3LTcgNyAzLjE0IDcgNy0zLjE0IDctNyA3ek03IC44NzVBNi4xMzIgNi4xMzIgMCAwIDAgLjg3NSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgMTMuMTI1IDYuMTMyIDYuMTMyIDAgMCAwIDEzLjEyNSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgLjg3NXoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyA3LjQzN2MtLjUzNyAwLTEuMDQ2LS4xNy0xLjQzMy0uNDgtLjQxNi0uMzMyLS42NDUtLjc4My0uNjQ1LTEuMjcgMC0uNDg1LjIyOS0uOTM3LjY0NC0xLjI3Ljc4Ny0uNjI4IDIuMTk3LS42MDQgMy4wMi4wNTRhLjQzNy40MzcgMCAxIDEtLjU0Ny42ODNjLS40OTMtLjM5NC0xLjQ2Ni0uNDIxLTEuOTI2LS4wNTMtLjIwNC4xNjMtLjMxNi4zNzItLjMxNi41ODYgMCAuMjE1LjExMi40MjQuMzE2LjU4Ny4yMzMuMTg2LjU0OC4yODguODg3LjI4OGEuNDM4LjQzOCAwIDAgMSAwIC44NzV6IiBmaWxsPSIjNEUzNjU1Ii8+PHBhdGggZD0iTTYuOTg3IDEwLjAzOGMtLjU3IDAtMS4xNS0uMTctMS41NzMtLjUwOWEuNDM4LjQzOCAwIDAgMSAuNTQ3LS42ODNjLjQ5My4zOTUgMS40NjUuNDIxIDEuOTI1LjA1My4yMDUtLjE2My4zMTctLjM3Mi4zMTctLjU4NiAwLS4yMTUtLjExMi0uNDI0LS4zMTctLjU4N0ExLjQxOCAxLjQxOCAwIDAgMCA3IDcuNDM4YS40MzguNDM4IDAgMCAxIDAtLjg3NWMuNTM3IDAgMS4wNDYuMTcgMS40MzMuNDguNDE2LjMzMi42NDUuNzgzLjY0NSAxLjI3IDAgLjQ4Ni0uMjI5LjkzNy0uNjQ1IDEuMjctLjM4MS4zMDQtLjkxLjQ1NS0xLjQ0Ni40NTV6TTcgNC44MTJhLjQzOC40MzggMCAwIDEtLjQzOC0uNDM3VjMuNDJhLjQzOC40MzggMCAwIDEgLjg3NSAwdi45NTVBLjQzOC40MzggMCAwIDEgNyA0LjgxMnoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyAxMS4wMTdhLjQzNy40MzcgMCAwIDEtLjQzOC0uNDM3di0uOTU1YS40MzcuNDM3IDAgMSAxIC44NzUgMHYuOTU1YS40MzguNDM4IDAgMCAxLS40MzcuNDM3eiIgZmlsbD0iIzRFMzY1NSIvPjwvc3ZnPg==);
  margin: 2px 5px 0;
}
.amrewards-points-rate {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.amrewards-points-rate .field-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.amrewards-info-message.message.info {
  color: #000;
  padding-left: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.amrewards-info-message.message.info > *:first-child:before {
  display: none;
}
.amskit-toolbar-wrap {
  background: #fff;
  border-radius: 10px;
  bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  left: 3%;
  position: fixed;
  width: 300px;
  z-index: 9999;
}
.amskit-toolbar-wrap.-open:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #fff);
  bottom: 15px;
  content: '';
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  background: #e4e4e4;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 20px;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
  vertical-align: top;
  width: 30px;
}
.amskit-toolbar-box > .amskit-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
  display: inline-block;
  float: right;
  height: 30px;
  width: 12px;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  cursor: pointer;
  transform: rotate(180deg);
}
.amskit-toolbar-content {
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  max-height: 75vh;
  padding: 10px;
  overflow: auto;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: 600;
  margin: 10px;
  padding: 0 0 10px;
}
.amskit-toolbar-content > .amskit-background {
  background: #f6f6f6;
  margin: 5px -10px 25px;
  padding: 10px;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  color: #adadad;
  font-size: 12px;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  padding-left: 25px;
  position: relative;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-bottom: 5px;
  margin-left: 8px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amskit-page-links > .amskit-item {
  padding-left: 10px;
  position: relative;
}
.amskit-page-links > .amskit-item:before {
  background: 55b 4ff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  background: #c4c4c4;
  height: 1px;
  margin: 15px 0;
  position: relative;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  color: #c4c4c4;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  -ms-transform: translate(-50%, -50%);
  padding: 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: 0.3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 10px / 2 auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #ccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -0.015em;
  transition: 0.3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #fff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  display: block;
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.amsearch-slider-section .action-gift.slick-arrow {
  background: #fff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-slider-section button.slick-arrow:focus,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow:focus,
.amsearch-slider-section .action-gift.slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: 0.1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #666;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 10px / 2;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 10px / 2;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: 0.3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 10px / 2;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 10px / 2;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #fff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: 0.3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: 0.3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #1a624f);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #bfdcec);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #ccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #bfdcec);
  color: var(--amsearch-color-text-focus, #1a624f);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 10px / 2 15px;
  transition: 0.1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: 0.1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.blog-page .column.main .block-author {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.blog-page .column.main .block-author .author {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  flex: 1 1;
  padding: 20px;
  border: 1px solid #d5d6da;
  margin-bottom: 0;
}
.blog-page .column.main .block-author .author .block-info {
  display: flex;
}
.blog-page .column.main .block-author .author .block-info .block-img {
  width: 10%;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}
.blog-page .column.main .block-author .author .block-info .block-img img {
  width: 100px;
  height: auto;
}
.blog-page .column.main .block-author .author .block-info .block-data {
  -ms-flex: 1 1;
  flex: 1 1;
}
.blog-page .column.main .block-author .author .block-info .block-data .author-name {
  margin: 7px 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}
.blog-page .column.main .block-author .author .block-info .block-data .author-position {
  opacity: 0.7;
  margin: 5px 0;
  font-weight: 600;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons {
  display: flex;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon {
  padding: 5px;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon:nth-child(1) {
  padding-left: 0;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon img {
  width: 18px;
  height: 18px;
}
.blog-page .column.main .block-author .author .block-info .block-data .social-icons .icon img:hover {
  opacity: 0.7;
}
.blog-page .column.main .block-author .author .block-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.blog-page .column.main .block-author .author .block-description .block-content {
  margin-top: 10px;
}
.blog-page .column.main .block-author .author .block-description .action {
  margin-top: auto;
}
.blog-page .column.main .block-author .author .block-description .action a {
  color: #fff;
}
.blog-page .column.main .block-author .author .block-description .action a:hover,
.blog-page .column.main .block-author .author .block-description .action a:visited {
  color: #fff;
}
.blog-page .column.main .block-author .author .block-description .a-right {
  text-align: right;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.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;
}
.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 {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.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) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #fff;
}
.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;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.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;
}
.search.summary {
  margin-bottom: 10px;
}
.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;
}
.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/shopee/en_US/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/shopee/en_US/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/shopee/en_US/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;
}
fieldset.fieldset.contact-map-box,
fieldset.fieldset.contact-message-box {
  float: left;
}
form#contact-form {
  display: inline-block;
  width: 100%;
}
.info-inner {
  text-align: center;
}
.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;
}
@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;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 15px;
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type,
  .amasty_quote-cart-index .cart.main.actions .cart.table-wrapper .actions-toolbar > .action.action:last-of-type,
  .amasty_quote-cart-index .cart.main.actions .action-gift.action:last-of-type {
    margin: 0;
  }
  .amrewards-apply-container#block-reward {
    float: initial;
    width: 100%;
  }
  .amrewards-apply-container#block-reward .content {
    max-width: 100%;
  }
  .amrewards-apply-container#block-reward .amrewards-discount-form {
    max-width: 100%;
  }
  .blog-page .column.main .block-author {
    flex-direction: column;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .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;
  }
  .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;
  }
  fieldset.fieldset.contact-map-box,
  fieldset.fieldset.contact-message-box {
    width: 100%;
    max-width: 100%;
  }
  fieldset.fieldset.contact-map-box {
    margin-top: 50px;
  }
  .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;
  }
}
@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;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .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;
  }
  .block-search {
    margin-top: 10px;
  }
  .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;
  }
}
@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;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .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%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_CheckoutGiftWrap%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_InvisibleCaptcha%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Orderattr%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_banner.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_PromoCountdown%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_RequestQuote%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_RequestQuote%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_RequestQuote%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_RequestQuote%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fpages%5C%2F_quote-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Rewards%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_customer-account.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Rewards%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_SeoToolkitLite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_collapsible.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_overlay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_related-terms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagefan_BlogAuthor%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_CheckoutDeliveryDate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%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%2Fshopee%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2FAmasty_BannersLite%5C%2Fcss%5C%2Fsource%5C%2F_module.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%3BA8CyBJ%3BAlD9DA%3BAgC6BA%2CYAuBI%3BAc7CA%2CsBAAC%2CcAgBG%3BA9BXR%3BAaLoB%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%2CgBAAA%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%2CkBAAA%3BEgEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEhEgOL%2CkBAAA%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%2CkBAAA%3B%3BAgE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEhE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%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%2CiBAAA%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%2CkBAAA%3BEgEnOQ%2CyBAAA%3B%3BAAGJ%2CMpByCG%2CSoBjFP%2CiBAwCK%3BEhEgOL%2CkBAAA%3BEgE9NQ%2CyBAAA%3B%3BAA0GR%2CMpBnEO%2CSoBjFP%2CiBAoJC%3BAACD%2CMpBpEO%2CSoBjFP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMpBxEO%2CSoBjFP%2CiBAyJC%3BEhE%2BGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAgEzGA%2CMpB9EO%2CSoBjFP%2CiBA%2BJC%3BEhEyGD%2CwBAAA%3BEAAA%2CiBAAA%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%3BACSJ%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BAANf%2CyBAEI%2CYAAY%2CGrHwEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUqHvHe%3BAAFzB%2CyBAII%2CYAAY%2CGrHsEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUqHrHe%3BAAJzB%2CyBAEI%2CYAAY%2CGpH6ChB%2CaoH7CyB%3BAAFzB%2CyBAII%2CYAAY%2CGpH2ChB%2CaoH3CyB%3BEAGjB%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BAA3IlB%2CyBA0II%2CYAAY%2CGrHhEhB%2CMAAK%2CcA4CD%2CiBAGM%3BAqHzHV%2CyBA0II%2CYAAY%2CGpH3FhB%3BEoH6FQ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BAAlJnB%2CyBAkJI%2CYAAY%2CGrHxEhB%2CMAAK%2CcA4CD%2CiBAGM%3BAqHzHV%2CyBAkJI%2CYAAY%2CGpHnGhB%3BEoHqGY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CGrHxEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUqHqCD%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGrHxEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUqHsCD%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CGpHnGhB%2CaoH%2BGS%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGpHnGhB%2CaoHgHS%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BAAAD%2CyBAjBJ%2CYAAY%2CGrHxEhB%2CMAAK%2CcA4CD%2CiBAGM%2CUqH0CD%3BAAAD%2CyBAjBJ%2CYAAY%2CGpHnGhB%2CaoHoHS%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BAApLtC%2CyBAoLI%2CYAAY%2CGAAE%2CarH1GlB%2CMAAK%2CcA4CD%2CiBAGM%2CUqH2D4B%3BAApLtC%2CyBAoLI%2CYAAY%2CGAAE%2CapHrIlB%2CaoHqIsC%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACTR%3BEACI%2CoBAAA%3B%3BAASA%2CqBACI%2CaAAa%3BEACT%2CaAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3BAANR%2CqBASI%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAbZ%2CqBASI%2CiBAOI%3BEACI%2CkBAAA%3B%3BAAjBZ%2CqBASI%2CiBAWI%3BEACI%2CeAAA%3B%3BAArBZ%2CqBAyBI%2CaAAY%3BE3HoWhB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAtIF%2CsCAAA%3BEACK%2CmCAAA%3BEACC%2CkCAAA%3BEAcJ%2C8BAAA%3BEAwJA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BE2HpYI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAZJ%2CaAAY%2CeAYP%2CgBAAiB%3BAAClB%2CqBAbJ%2CaAAY%2CeAaP%2CgBAAiB%3BEACd%2CWAAA%3B%3BAAIA%2CqBAlBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBACb%2CUAAU%2CQAAQ%3BEACf%2CcAAA%3B%3BAAGJ%2CqBAtBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBAKb%2CUAAU%2CQAAQ%3BEACf%2CaAAA%3B%3BAAIR%2CqBA3BJ%2CaAAY%2CeA2BP%2CgBAAiB%3BAAClB%2CqBA5BJ%2CaAAY%2CeA4BP%2CmBAAoB%3BEAEb%2CUAAA%3B%3BAAGJ%2CqBAjCR%2CaAAY%2CeA2BP%2CgBAAiB%2CuBAMb%3BAAAD%2CqBAjCR%2CaAAY%2CeA4BP%2CmBAAoB%2CuBAKhB%3BEACG%2CWAAA%3B%3BAAIR%2CqBAtCJ%2CaAAY%2CeAsCP%2CgBAAiB%3BAAClB%2CqBAvCJ%2CaAAY%2CeAuCP%2CmBAAoB%3BEACjB%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA5CJ%2CaAAY%2CeA4CP%3BEACG%2CaAAA%3B%3BAAtEZ%2CqBAyBI%2CaAAY%2CeAgDR%3BEACI%2CSAAA%3B%3BAA1EZ%2CqBAyBI%2CaAAY%2CeAoDR%3BEACI%2CgBAAA%3B%3BAA9EZ%2CqBAyBI%2CaAAY%2CeAwDR%2CiBACI%3BEACI%2CaAAA%3B%3BAAnFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBAKI%3BEACI%2CaAAA%3B%3BAAvFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBASI%3BEACI%2CaAAA%3B%3BAAKJ%2CqBAvER%2CaAAY%2CeAsER%2CYACK%2CIAAI%3BEACD%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlGhB%2CqBAyBI%2CaAAY%2CeA6ER%2CeAAe%3BEACX%2CYAAA%3B%3BAAvGZ%2CqBAyBI%2CaAAY%2CeAiFR%3BE3HmRR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BA2H3ZR%2CqBAyBI%2CaAAY%2CeAsFR%2CoBAAoB%3BE3H0I9B%2CeAAA%3BEACK%2CYAAA%3BEACC%2CWAAA%3BEAcJ%2COAAA%3B%3BA2HzQA%2CqBAyBI%2CaAAY%2CeA0FR%2CoBAAoB%2CIAAG%3BE3HgS%5C%2FB%2CwBAAA%3BEACQ%2CgBAAA%3B%3BA2HpZR%2CqBAyBI%2CaAAY%2CeA8FR%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAxHZ%2CqBAyBI%2CaAAY%2CeAkGR%3BAA3HR%2CqBAyBI%2CaAAY%2CeAmGR%3BEACI%2CoBAAA%3B%3BAA7HZ%2CqBAyBI%2CaAAY%2CeAuGR%2CwBAAwB%3BEACpB%2CeAAA%3B%3BAAjIZ%2CqBAyBI%2CaAAY%2CeA2GR%2CwBAAwB%2CiBAAmB%3BEACvC%2CgBAAA%3B%3BAArIZ%2CqBAyBI%2CaAAY%2CeA%2BGR%2CgBAAkB%3BEACd%2CqBAAA%3B%3BAAzIZ%2CqBAyBI%2CaAAY%2CeAmHR%2CyBAAyB%2CiBAAiB%3BEACtC%2C6BAAA%3B%3BAA7IZ%2CqBAyBI%2CaAAY%2CeAuHR%2COAAM%3BEACF%2CmBAAA%3B%3BAAjJZ%2CqBAyBI%2CaAAY%2CeA2HR%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAtJZ%2CqBAyBI%2CaAAY%2CeAgIR%3BEAEQ%2CgBAAA%3B%3BAA3JhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FJhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BASI%3BEACI%2CgBAAA%3B%3BAAnKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAaI%2CiBAAiB%2CQAAO%3BEACpB%2CkBAAA%3B%3BAAvKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAiBI%3BEACI%2CYAAA%3B%3BAA3KhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAqBI%2CsBAAsB%3BEAClB%2CaAAA%3B%3BAA%5C%2FKhB%2CqBAyBI%2CaAAY%2CeA0JR%2C2BACI%3BEACI%2CYAAA%3B%3BAArLhB%2CqBA2LI%2CmBAAmB%2C8BACf%3BEACI%2CaAAA%3B%3BAA7LZ%2CqBA2LI%2CmBAAmB%2C8BAKf%2CgCAAgC%3BEAC5B%2CcAAA%3B%3BAAjMZ%2CqBAqMI%2CiBAEI%2C8BAA8B%3BEAC1B%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAjNZ%2CqBAqMI%2CiBAgBI%2C8BAA8B%2CiBAAmB%3BEAC7C%2CWAAA%3B%3BAAIJ%2CqBArBJ%2CiBAqBK%2CKAAM%2C8BAA8B%3BEACjC%2CYAAA%3BEACA%2CMAAA%3B%3BAAIJ%2CqBA3BJ%2CiBA2BK%2CQAAS%2C8BAA8B%3BEACpC%2CSAAA%3B%3BAAjOZ%2CqBAqOI%3BE3HoBN%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BE2HlCQ%2CgBAAA%3BEACA%2C6CAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAPJ%2CgBAOK%3BEACG%2CkDAAA%3B%3BAA7OZ%2CqBAqOI%2CgBAWI%2CUAAY%3BAAhPpB%2CqBAqOI%2CgBAYI%2CUAAY%3BEACR%2CaAAA%3B%3BAAlPZ%2CqBAsPI%3BEAEQ%2CcAAA%3BEACA%2CaAAA%3B%3BAAzPZ%2CqBAsPI%2CaAMI%2CcACI%3BE3HYZ%2CiBAAA%3BE2HVgB%2CaAAA%3B%3BAA%5C%2FPhB%2CqBAoQI%2CaAAY%2CIAAI%3BEACZ%2CmBAAA%3B%3BAArQR%2CqBAwQI%3BEAEQ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA3QZ%2CqBAwQI%2CmBAMI%3BEACI%2CSAAA%3B%3BAA%5C%2FQZ%2CqBAmRI%3BEAEQ%2CqBAAA%3B%3BAAIA%2CqBANR%2CoBAKM%2CqBACI%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAlBR%2CoBAKM%2CqBAaI%2CaAAY%2CIAAI%3BEACd%2CgBAAA%3B%3BAAtShB%2CqBAmRI%2CoBAuBI%3BEACI%2CeAAA%3B%3BAA3SZ%2CqBA%2BSI%2CuBACI%2CYAAW%2CIAAI%2C2BAA8B%3BEACzC%2CaAAA%3B%3BAAjTZ%2CqBAqTI%2CoBAAoB%2COAAM%2CUAAW%2COAAM%3BEACvC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzTR%2CqBA4TI%2CmBAAmB%2CgBACf%2CMAAK%2CeAAe%3BAA7T5B%2CqBA4TI%2CmBAAmB%2CgBAEf%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAjUZ%2CqBA4TI%2CmBAAmB%2CgBAQf%2CMAAK%2CeAAe%3BEAChB%2CmCAAA%3B%3BAArUZ%2CqBA4TI%2CmBAAmB%2CgBAYf%2CMAAK%3BAAxUb%2CqBA4TI%2CmBAAmB%2CgBAaf%2CKAAI%3BEACA%2CWAAA%3B%3BAA1UZ%2CqBA4TI%2CmBAAmB%2CgBAiBf%3BAA7UR%2CqBA4TI%2CmBAAmB%2CgBvHpQvB%2CMAAK%2CcA4CD%2CiBAGM%3BAuHvGV%2CqBA4TI%2CmBAAmB%2CgBtH%5C%2FRvB%3BEsHiTY%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FUZ%2CqBA4TI%2CmBAAmB%2CgBAsBf%3BE3HzER%2CoWAAA%3BE2H2EY%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5VZ%2CqBA4TI%2CmBAAmB%2CgBAmCf%3BEACI%2CmBAAA%3B%3BAAhWZ%2CqBA4TI%2CmBAAmB%2CgBAuCf%3BEACI%2CiBAAA%3B%3BAAoBR%2CQAhByC%3BEAgBzC%2CqBAfI%2CaAAY%3BI3HwDpB%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BE2HvDI%2CqBAHJ%2CaAAY%2CeAGP%2CgBAAiB%3BIACd%2CUAAA%3B%3BEAGJ%2CqBAPJ%2CaAAY%2CeAOP%2CgBAAiB%3BIACd%2CYAAA%3B%3B%3BAAjXhB%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%3BEAE5C%2CgBAAA%3B%3BAA1XZ%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%2CgCAKhD%3BEACI%2CgBAAA%3B%3BAA9XZ%2CqBAmYI%2CaAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BEAC3D%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAzYR%2CqBA4YI%2CwCAAwC%3BEACpC%2CmBAAA%3B%3BAAIR%2CwBAAyB%3BEAEjB%2CSAAA%3B%3BAAFR%2CwBAAyB%2CiBAKrB%2CiBAAiB%3BEACb%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CwBAAyB%2CiBAWrB%2CiBAAiB%2CQAAO%3BEACpB%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAbR%2CwBAAyB%2CiBAgBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CwBAAyB%2CiBAuBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CwBAAwB%2COAAQ%3BEAC5B%2CSAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3B%3BAAEA%2CSAHK%2CQAGD%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CQAAO%2CKAAM%3BEAEd%2CgBAAA%3B%3BAAFR%2CQAAS%2CQAAO%2CKAAM%2CqBAKlB%2CaAAa%2CMAAK%2CMAAS%2CQAAQ%2CKAAE%2CUAAU%2CMAAS%3BEACpD%2CgBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAFR%2CUAAW%2COAAM%2CoBAKb%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEACb%2CmBAAA%3B%3BAAGJ%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAGJ%2CUALO%2COAAM%2CyBAKZ%2CUAAU%2CGAAI%3BEACX%2CaAAA%3B%3BAAKR%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3B%3BAARR%2CaAWI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAKR%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%2CiBAAkB%2CyBAAyB%3BEACnD%2CeAAA%3B%3BAAdR%2CsBAiBI%3BAAjBJ%2CsBAkBI%3BEACI%2CgBAAA%3B%3BAC3iBR%2C2BAA2B%2CiBAAiB%3BEAEpC%2CuBAAA%3B%3BAAFR%2C2BAA2B%2CiBAAiB%2CoBAKxC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAARR%2C2BAA2B%2CiBAAiB%2CoBAWxC%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAbR%2C2BAA2B%2CiBAAiB%2CoBAgBxC%3BEACI%2CWAAA%3B%3BAAGJ%2C2BApBuB%2CiBAAiB%2CoBAoBvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BAxBuB%2CiBAAiB%2CoBAwBvC%2CiBAAkB%3BEACf%2CWAAA%3BEACA%2CWAAA%3B%3BAA1BR%2C2BAA2B%2CiBAAiB%2CoBA6BxC%3BEACI%2CSAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAhCR%2C2BAA2B%2CiBAAiB%2CoBAmCxC%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BA1CuB%2CiBAAiB%2CoBA0CvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BA9CuB%2CiBAAiB%2CoBA8CvC%2CiBAAkB%3BEACf%2CUAAA%3BEACA%2CWAAA%3B%3BACvDR%2CqBAAsB%2CiBAClB%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAPkB%2CiBAOjB%2CQAAS%3BEACN%2CeAAA%3B%3BACZZ%3BACqeI%2C0BAA2B%3BAAoB3B%2C0BAA2B%2C6BAUvB%3BAAyFJ%2C0BAA2B%2CyBAAyB%2C4BAKhD%2CoBAAsB%3BEDhmB1B%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BACyZI%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BAAyDJ%2C0BAA2B%2CwBAGvB%3BAAiBJ%2C0BAA2B%2C6BAcvB%3BAAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEDrmBA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BAC4YL%2C0BAA2B%2C6BAWvB%2CyBDvZH%2CIAAI%3BAC4YL%2C0BAA2B%2C6BAYvB%2C0BDxZH%2CIAAI%3BACidL%2C0BAA2B%2CwBAGvB%2CuBDpdH%2CIAAI%3BACqeL%2C0BAA2B%2C6BAcvB%2CmBDnfH%2CIAAI%3BACwkBL%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBD1lBH%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BACwYD%2C0BAA2B%2C6BAWvB%2CyBDnZH%3BACwYD%2C0BAA2B%2C6BAYvB%2C0BDpZH%3BAC6cD%2C0BAA2B%2CwBAGvB%2CuBDhdH%3BACieD%2C0BAA2B%2C6BAcvB%2CmBD%5C%2FeH%3BACokBD%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDtlBH%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BACoYD%2C0BAA2B%2C6BAWvB%2CyBD%5C%2FYH%3BACoYD%2C0BAA2B%2C6BAYvB%2C0BDhZH%3BACycD%2C0BAA2B%2CwBAGvB%2CuBD5cH%3BACycD%2C0BAA2B%2CwBAUvB%2CuBAAsB%3BAAU1B%2C0BAA2B%2C6BAcvB%2CmBD3eH%3BAC6dD%2C0BAA2B%2C6BAoBvB%2CmBAAkB%3BAA%2BEtB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDllBH%3BACgkBD%2C0BAA2B%2CyBAAyB%2C4BA6BhD%2CgBAAe%3BED5lBf%2CqBAAA%3B%3BAAeR%2CgBAXuC%3BEACnC%3BEC8XA%2C0BAA2B%2C6BAWvB%3BEAXJ%2C0BAA2B%2C6BAYvB%3BEAyDJ%2C0BAA2B%2CwBAGvB%3BEAiBJ%2C0BAA2B%2C6BAcvB%3BEAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BID1kBI%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BECyXpB%2C0BAA2B%2C6BAWvB%2CyBDpYC%2CeAAe%3BECyXpB%2C0BAA2B%2C6BAYvB%2C0BDrYC%2CeAAe%3BEC8bpB%2C0BAA2B%2CwBAGvB%2CuBDjcC%2CeAAe%3BECkdpB%2C0BAA2B%2C6BAcvB%2CmBDheC%2CeAAe%3BECqjBpB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDvkBC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BACTR%2CYAAY%3BEAEJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAPQ%2CQAOP%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAAY%2CQAYR%3BEACI%2CUAAA%3B%3BAAbR%2CYAAY%2CQAgBR%3BEACI%2CeAAA%3B%3BAAjBR%2CYAAY%2CQAoBR%2CwBAAwB%3BEACpB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYA5BI%2CQAoBR%2CwBAAwB%2CoBAQnB%3BEACG%2CmBAAA%3B%3BAA7BZ%2CYAAY%2CQAiCR%3BEACI%2CoBAAA%3B%3BAAlCR%2CYAAY%2CQAqCR%3BEACI%2C2BAAA%3B%3BAAtCR%2CYAAY%2CQAyCR%2CyBAAyB%3BEACrB%2CeAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CYAAY%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%3BAA%5C%2FCxB%2CYAAY%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%3BEACZ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYArDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAMX%3BAAAD%2CYArDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAKX%3BAACD%2CYAtDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAOX%3BAAAD%2CYAtDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAMX%3BEACG%2CmBAAA%3B%3BEAEA%2CYAAA%3B%3BAAGJ%2CYA5DA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAaX%3BAAAD%2CYA5DA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAYX%3BEACG%2CmBAAA%3B%3BAAMhB%2CYAAY%2CQAAQ%2CiBAEhB%2CsBAAsB%2CoBAClB%3BAAFR%2CYAAY%2CQAAQ%2CiBAChB%2CsBAAsB%2CoBAClB%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%3BEAElB%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2C0BAA0B%2CQAMtB%2CkBAAiB%2CIAAI%3BEACjB%2CgBAAA%3B%3BAAKR%3BEAEQ%2CeAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CgBAAA%3B%3BAANR%2C0BASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAhBR%2C0BAmBI%2CkBAAoB%3BEAEZ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CkBAAoB%2CmBAYf%3BAACD%2C0BAbJ%2CkBAAoB%2CmBAaf%2CMAAM%3BEACH%2CqBAAA%3B%3BAAjCZ%2C0BAqCI%2CkBAAoB%2CmBAAgB%3BEAE5B%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlDZ%2C0BAsDI%2CkBAAoB%2CmBAAgB%3BEAChC%2CWAAW%2CcAAX%3B%3BAAvDR%2C0BA0DI%2C4BAA8B%2CsBAAsB%3BEAChD%2CeAAA%3B%3BAA3DR%2C0BA8DI%2CUAAS%3BEACL%2CgBAAA%3B%3BAA%5C%2FDR%2C0BAkEI%2CUAAY%3BAAlEhB%2C0BAmEI%2CUAAY%3BEACR%2CaAAA%3B%3BAApER%2C0BAuEI%2CUAAY%2CSAAS%3BAAvEzB%2C0BAwEI%2CUAAY%2CUAAU%2CSAAS%3BEAC3B%2CmBAAA%3B%3BAAzER%2C0BA4EI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA9ER%2C0BAiFI%2CyBAAyB%3BAAjF7B%2C0BAkFI%2CyBAAyB%3BEACrB%2CkBAAA%3B%3BAAnFR%2C0BAsFI%2CyBAAyB%3BEACrB%2CgBAAA%3B%3BAAvFR%2C0BA0FI%2CyBAAyB%3BEACrB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2C0BA%2BFI%3BEACI%2CcAAA%3B%3BAAKA%2C0BAFJ%2CmBAEK%2CIAAI%3B%3B%3BAAAL%2C0BADJ%2COACK%2CIAAI%3B%3B%3BAAAL%2C0B3HzIR%2CMAAK%2CcA4CD%2CiBAGM%2CU2H0FD%2CIAAI%3B%3B%3BAAAL%2C0B1HpKR%2Ca0HoKS%2CIAAI%3B%3B%3BEAGD%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CmBAYK%2CIAAI%2C6BAA6B%3BAAAlC%2C0BAXJ%2COAWK%2CIAAI%2C6BAA6B%3BAAAlC%2C0B3HnJR%2CMAAK%2CcA4CD%2CiBAGM%2CU2HoGD%2CIAAI%2C6BAA6B%3BAAAlC%2C0B1H9KR%2Ca0H8KS%2CIAAI%2C6BAA6B%3BEAC9B%2CYAAA%3B%3BAAhHZ%2C0BAoHI%2CmBAAkB%3BEACd%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2C0BAJJ%2CmBAAkB%2CaAIb%3BEACG%2CmBAAA%3B%3BAAzHZ%2C0BA6HI%2CwBAA0B%2CmBAAmB%2CWAAS%2CQAAO%3BEACzD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjIR%2C0BAoII%3BEACI%2CgBAAA%3B%3BAArIR%2C0BAyII%2CeAAe%2CiBAAiB%3BEAC5B%2CgBAAA%3B%3BAA1IR%2C0BA6II%2CMAAK%2CeAAe%3BEAChB%2CgCAAA%3B%3BAA9IR%2C0BAiJI%2CMAAK%3BAAjJT%2C0BAkJI%2CMAAK%3BAAlJT%2C0BAmJI%2CMAAK%3BAAnJT%2C0BAoJI%2CMAAK%3BAApJT%2C0BAqJI%2CMAAK%3BAArJT%2C0BAsJI%2CMAAK%3BAAtJT%2C0BAuJI%2CMAAK%3BAAvJT%2C0BAwJI%2CMAAK%3BAAxJT%2C0BAyJI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA7JR%2C0BAgKI%2CqBAAqB%3BEACjB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApKR%2C0BAuKI%2CqBAAqB%2CoBAAoB%3BEACrC%2CaAAA%3B%3BAAxKR%2C0BA4KI%2CqBAAqB%3BAA5KzB%2C0BA6KI%2CQAAO%2CSAAS%3BEACZ%2CYAAA%3B%3BAAKR%2C0BACI%2CMAAK%3BAADT%2C0BAEI%2CMAAK%3BE%5C%2FHpRT%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE%2BHgRQ%2CWAAA%3BEACA%2CUAAA%3B%3BAANR%2C0BASI%2CMAAK%2CiBAAoB%3BAAT7B%2C0BAUI%2CMAAK%2CcAAiB%3BEAClB%2CeAAA%3BEACA%2CaAAA%3B%3BAAZR%2C0BAeI%2CMAAK%2CiBAAoB%2CQAAM%2CKAAI%3BAAfvC%2C0BAgBI%2CMAAK%2CcAAiB%2CQAAM%2CKAAI%3BEAC5B%2CUAAA%3B%3BAAjBR%2C0BAoBI%2CMAAK%2CiBAAoB%2CQAAK%3BAApBlC%2C0BAqBI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhCR%2C0BAmCI%2CMAAK%2CiBAAoB%2CQAAK%2CMAAM%3BAAnCxC%2C0BAoCI%2CMAAK%2CcAAiB%2CQAAK%2CMAAM%3BAApCrC%2C0BAqCI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BAArC1C%2C0BAsCI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BAAtCvC%2C0BAuCI%2CMAAK%2CiBAAiB%2CMAAS%2CQAAK%3BAAvCxC%2C0BAwCI%2CMAAK%2CcAAc%2CMAAS%2CQAAK%3BEAC7B%2CqBAAA%3BEACA%2C6CAAA%3B%3BAA1CR%2C0BA6CI%2CMAAK%2CiBAAoB%2CQAAK%3BEAC1B%2CkBAAA%3B%3BAA9CR%2C0BAiDI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAClC%2CwXAAA%3BEACA%2CmCAAA%3BEACA%2CeAAA%3B%3BAApDR%2C0BAuDI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAzDR%2C0BA4DI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAC%5C%2FB%2CiBAAA%3B%3BAAOJ%2C0BAFuB%2CuBAEtB%3BAAAD%2C0BADuB%2CYACtB%3BEACG%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAA2B%2CuBAOvB%3BAANJ%2C0BAA2B%2CYAMvB%3BEACI%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAVR%2C0BAA2B%2CuBAavB%2CkBAAkB%3BAAZtB%2C0BAA2B%2CYAYvB%2CkBAAkB%3BEACd%2CUAAA%3B%3BAAdR%2C0BAA2B%2CuBAiBvB%3BAAhBJ%2C0BAA2B%2CYAgBvB%3BEACI%2CsBAAA%3B%3BAAlBR%2C0BAA2B%2CuBAqBvB%2CkBAAkB%2CoBAAoB%3BAApB1C%2C0BAA2B%2CYAoBvB%2CkBAAkB%2CoBAAoB%3BEAClC%2CSAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA2B%2CuBA0BvB%2CkBAAkB%3BAAzBtB%2C0BAA2B%2CYAyBvB%2CkBAAkB%3BEACd%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhCR%2C0BAA2B%2CuBAmCvB%2CkBAAkB%3BAAlCtB%2C0BAA2B%2CYAkCvB%2CkBAAkB%3BEACd%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAtCR%2C0BAA2B%2CuBAyCvB%3BAAxCJ%2C0BAA2B%2CYAwCvB%3BEACI%2CqBAAA%3B%3BAA1CR%2C0BAA2B%2CuBA6CvB%3BAA5CJ%2C0BAA2B%2CYA4CvB%3BEACI%2CmBAAA%3B%3BAAKR%2C0BAA2B%2C6BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C6BAKvB%3BAALJ%2C0BAA2B%2C6BAMvB%3BAANJ%2C0BAA2B%2C6BAOvB%3BEACI%2CmBAAA%3B%3BAARR%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BEACI%2CaAAA%3B%3BAAbR%2C0BAA2B%2C6BAkBvB%2CyBAAwB%3BAAlB5B%2C0BAA2B%2C6BAmBvB%2C0BAAyB%3BEACrB%2CaAAA%3B%3BAApBR%2C0BAA2B%2C6BAuBvB%3BEACI%2CgBAAA%3B%3BAAxBR%2C0BAA2B%2C6BA2BvB%2CmBAAkB%3BEAEV%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAnCmB%2C6BA2BvB%2CmBAAkB%2CQAQb%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAArCZ%2C0BAA2B%2C6BAyCvB%2CmBAAkB%3BAA2GtB%2C0BAA2B%2C0BAmBvB%2CmBAAkB%3BEA5HV%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAjDmB%2C6BAyCvB%2CmBAAkB%2CMAQb%3BAAmGT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAtHb%3BEACG%2CcAAA%3B%3BAAGJ%2C0BArDmB%2C6BAyCvB%2CmBAAkB%2CMAYb%3BAA%2BFT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAlHb%3BEACG%2C4bAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BA9DmB%2C6BAyCvB%2CmBAAkB%2CMAqBb%2CMAAM%3BAAsFf%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAzGb%2CMAAM%3BEACH%2C4bAAA%3BEACA%2CwBAAA%3B%3BAAKZ%2C0BAA2B%2CwBAGvB%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAALR%2C0BAA2B%2CwBAcvB%2CuBAAsB%2CcAAe%2CmBAAkB%3BEACnD%2CkBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2C6BAAA%3B%3BAAHR%2C0BAA2B%2C6BAMvB%3BEACI%2CaAAA%3B%3BAAPR%2C0BAA2B%2C6BAcvB%3BEACI%2CeAAA%3B%3BAAfR%2C0BAA2B%2C6BAwBvB%2CmBAAmB%3BEACf%2CYAAA%3B%3BAAzBR%2C0BAA2B%2C6BA4BvB%2CmBAAmB%2CaAAa%3BEAC5B%2CkBAAA%3B%3BAA7BR%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%3B%3B%3BAAhClD%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAE1C%2CsBAAqB%3BAAlC7B%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAG1C%3BEACI%2CcAAA%3B%3BAAMZ%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2CuBAKvB%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAARR%2C0BAA2B%2CuBAWvB%3BEACI%2CeAAA%3B%3BAAKR%2C0BAA2B%2C0BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2CiBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C0BAA2B%2C0BAUvB%2CiBAAmB%2CWAAS%3BEACxB%2CaAAA%3B%3BAAXR%2C0BAA2B%2C0BAcvB%2CiBAAiB%3BEACb%2CgBAAA%3BEACA%2CcAAA%3B%3BAASR%2C0BAA2B%2C0BACvB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2COAAM%3BEACF%2CcAAA%3B%3BAANR%2C0BAA2B%2C0BASvB%2COAAM%2CWAAY%3BEACd%2CWAAA%3B%3BAAKR%2C0BAA2B%2CyBAAyB%3BEAE5C%2CSAAA%3B%3B%3BAAFR%2C0BAA2B%2CyBAAyB%2C4BAShD%2CeAAiB%2CiBAAe%3BEAE5B%2CSAAA%3B%3BAAXR%2C0BAA2B%2CyBAAyB%2C4BAchD%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAfR%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAApBR%2C0BAA2B%2CyBAAyB%2C4BAyBhD%2CgBAAe%2CIAAI%3BEACf%2CmBAAA%3B%3BAA1BR%2C0BAA2B%2CyBAAyB%2C4BAiChD%3BEACI%2CuBAAA%3BEACA%2CUAAA%3B%3BAAnCR%2C0BAA2B%2CyBAAyB%2C4BAsChD%2CsBAAsB%3BEAClB%2CuBAAA%3BEACA%2CaAAA%3B%3BAAxCR%2C0BAA2B%2CyBAAyB%2C4BA2ChD%2CsBAAsB%2COAAS%2CIAAC%2CIAAI%2CaAAa%2CIAAI%3BEACjD%2CiBAAA%3B%3BAA5CR%2C0BAA2B%2CyBAAyB%2C4BAgDhD%2CsBAAsB%2COAAO%3BEACzB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlDR%2C0BAA2B%2CyBAAyB%2C4BAqDhD%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAtDR%2C0BAA2B%2CyBAAyB%2C4BAyDhD%2CgBAAe%2CQAAS%3BEACpB%2CcAAA%3BEACA%2CsBAAA%3B%3BAA3DR%2C0BAA2B%2CyBAAyB%2C4BA8DhD%2CgBAAe%2CQAAS%2CwBAA0B%3BEAC9C%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2CyBAAyB%2C4BAkEhD%2CgBAAe%2CQAAS%2CwBAA0B%2CIAAI%3BEAClD%2CgBAAA%3B%3BAAnER%2C0BAA2B%2CyBAAyB%2C4BAwEhD%2CgBAAe%2CQAAS%2CwBAAwB%3BEAC5C%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1ER%2C0BAA2B%2CyBAAyB%2C4BA6EhD%2CwBAAwB%2CiBAAmB%3BEACvC%2CWAAA%3BEACA%2CeAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C8BAKvB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2C0BAA2B%2C8BAUvB%2CkBAAoB%3BEAChB%2CgBAAA%3B%3BAAXR%2C0BAA2B%2C8BAcvB%2CoBAAsB%3BEAClB%2CaAAA%3B%3BAAfR%2C0BAA2B%2C8BAkBvB%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAApBR%2C0BAA2B%2C8BAuBvB%2CeAAiB%3BEACb%2CeAAA%3B%3BAAxBR%2C0BAA2B%2C8BA2BvB%2CcAAc%3BEAEN%2C4nBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BA1CmB%2C8BA2BvB%2CcAAc%2CQAeT%3BEACG%2C4nBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2C0BA%5C%2FCmB%2C8BA2BvB%2CcAAc%2CQAoBT%3BEACG%2C%2BBAAA%3B%3BAAhDZ%2C0BAA2B%2C8BAoDvB%2CcAAc%2CQAAO%3BEACjB%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2C0BAA2B%2C8BAyDvB%2CcAAc%3BEACV%2CoBAAA%3B%3BAA1DR%2C0BAA2B%2C8BA6DvB%2CgBAAgB%3BEACZ%2CyBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2C8BAkEvB%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAAnER%2C0BAA2B%2C8BAsEvB%2CgBAAgB%3BEACZ%2CiBAAA%3B%3BAAvER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAA7ER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%2CoBAKlB%3BEACI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAlFZ%2C0BAA2B%2C8BAsFvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAA5FR%2C0BAA2B%2C8BA%2BFvB%2CsBAAsB%2CQAAO%3BEAErB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAvGmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAQxB%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BA5GmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAaxB%3BEACG%2C%2BBAAA%3B%3BAA7GZ%2C0BAA2B%2C8BAiHvB%2CsBAAsB%3BEAClB%2CmBAAA%3B%3BAAlHR%2C0BAA2B%2C8BAqHvB%3BEACI%2CSAAA%3B%3BAAtHR%2C0BAA2B%2C8BAyHvB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7HR%2C0BAA2B%2C8BAgIvB%2CaAAa%3BEACT%2CkBAAA%3B%3BAAjIR%2C0BAA2B%2C8BAoIvB%2CaAAa%3BEACT%2CYAAA%3B%3BAArIR%2C0BAA2B%2C8BAwIvB%3BEACI%2CWAAA%3B%3BAAzIR%2C0BAA2B%2C8BA4IvB%2COAAM%3BEACF%2CUAAA%3B%3BAA7IR%2C0BAA2B%2C8BAgJvB%2COAAM%2CaAAa%2CIAAI%3BEACnB%2CmBAAA%3B%3BAAjJR%2C0BAA2B%2C8BAoJvB%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvJR%2C0BAA2B%2C8BA0JvB%2CcAAc%2COAAO%3BAA1JzB%2C0BAA2B%2C8BA2JvB%2CcAAc%2COAAO%3BEACjB%2CgBAAA%3B%3BAA5JR%2C0BAA2B%2C8BA%2BJvB%2CcAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAANR%2C0BAA2B%2C%2BBASrB%3BEACE%2CeAAA%3B%3BAAVR%2C0BAA2B%2C%2BBAavB%3BAAbJ%2C0BAA2B%2C%2BBAcvB%3BEACI%2CcAAA%3B%3BAAfR%2C0BAA2B%2C%2BBAkBvB%2CuBAAyB%3BEACrB%2CkBAAA%3B%3BAAnBR%2C0BAA2B%2C%2BBAsBvB%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CeAAA%3B%3BAAFR%2C0BAA2B%2CwBAKvB%3BAALJ%2C0BAA2B%2CwBAMvB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2C0BAA2B%2CwBAWvB%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAbR%2C0BAA2B%2CwBAgBvB%2CeAAe%3BEACX%2CaAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C0BAA2B%2CuBAMvB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAOA%2C0BAFkB%2CiBACtB%2CmBACK%2CIAAI%3BEACD%2CgBAAA%3B%3BACr5BZ%2CuBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CaAAA%3B%3BAAGJ%3BEAQQ%2CyBAAA%3BEACA%2CYAAA%3B%3BAATR%2CgBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3B%3BAAUR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%3B%3BEAY7D%2CcAAA%3B%3BAAZR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%2CqBAEjE%2CSAAW%2CIAAC%2CIAAI%3BEACZ%2CaAAA%3B%3BAAHR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%2CqBAOjE%2CSAAQ%2CIAAI%3BEACR%2CaAAA%3B%3BAC1CA%2CMADJ%2CSACK%2CcACG%2CQAAO%3BEAEC%2COAAO%2C8BAAP%3B%3BAAHZ%2CMADJ%2CSACK%2CcACG%2CQAAO%2CMAKH%3BEACI%2CWAAA%3B%3BAAPZ%2CMADJ%2CSACK%2CcAWG%3BAAXJ%2CMADJ%2CSACK%2CcAYG%3BEjIuRZ%2CkBAAA%3BEiIrRgB%2COAAO%2C8BAAP%3B%3BAAhBhB%2CMACI%2CSAmBI%2COAAM%3BEACF%2CYAAA%3BEjIgRZ%2CgBAAA%3B%3BAiI1QA%2CEAAE%2CiBACE%3BEjIyQJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAiInQA%2CiBACI%3B%3BEjIkQJ%2CgBAAA%3B%3BAiIhQQ%2CiBAFJ%2CuBAEK%2CSAAU%2COAAM%3BEjIgQzB%2CmBAAA%3B%3BAiInQA%2CiBAUI%2CeACI%3BEACI%2CcAAA%3B%3B%3BAAQR%2CaAAC%3B%3B%3BAAAD%2CaAAC%2CsBAEK%3BAAFN%2CaAAC%2CsBAIK%3BEACE%2CkBAAA%3B%3BAAKZ%2CkBAAmB%2CuBAAuB%3BEACtC%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CkBAJe%2CuBAAuB%2CuBAIrC%3BEACG%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CkBAVe%2CuBAAuB%2CuBAUrC%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CQAAA%3B%3BAC%5C%2FDR%2CaAAc%3BEACV%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAIR%2CcAEI%3BAAFJ%2CcAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CcAQI%2CYAAW%3BAARf%2CcASI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAVR%2CcAaI%3BEACI%2CWAAA%3B%3BAAdR%2CcAiBI%3BEACI%2CYAAA%3B%3BAAlBR%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAIA%2CcADJ%2CYAAY%3BAAER%2CcAFJ%2CYAAY%2COAEP%3BAADD%2CcADJ%2CY9HqBJ%2CMAAK%2CcA4CD%2CiBAGM%3BA8HlEF%2CcAFJ%2CY9HqBJ%2CMAAK%2CcA4CD%2CiBAGM%2CU8HlED%3BAADD%2CcADJ%2CY7HNJ%3BA6HQQ%2CcAFJ%2CY7HNJ%2Ca6HQS%3BEACG%2CkCAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAjCZ%2CcAqCI%3BEACI%2CmBAAA%3B%3BAAGJ%2CcAAC%2CaAAc%2CaAAY%3BAAC3B%2CcAAC%2CaAAc%2CaAAY%3BEACvB%2C4YAAA%3B%3BAAIR%3BEAEQ%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAANR%2CkBASM%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CqBAAsB%2CmBAAkB%3BEACpC%2Cy%2BDAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CmBAMI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAATR%2CmBAYI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CmBAkBI%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2C6BAAA%3B%3BAApBR%2CmBAuBI%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1BR%2CmBA6BI%2CwBAA0B%3BEACtB%2CWAAA%3B%3BAAIR%3BElIxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkIqHA%3BEAEQ%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CgBAAgB%2CUAAhB%3BEACA%2CQAAQ%2CUAAR%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAcZ%2CwBAT0C%3BEACtC%2CmBAAoB%2CoBACd%2CIAAC%3BEADP%2CmBAAoB%2CoBAEd%2CIAAC%3BIACC%2CUAAA%3B%3B%3BAC1LR%3BEAEQ%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CUAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBAeI%3BEACI%2CcAAA%3B%3BAAhBR%2CsBAmBI%3BAAnBJ%2CsBAoBI%3BAApBJ%2CsBAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2CsBAyBI%2CqBAAqB%3BEACjB%2CiBAAA%3B%3BAA1BR%2CsBA6BI%3BEACI%2CaAAA%3B%3BAA9BR%2CsBA6BI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CsBA6BI%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CsBA6CI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CsBAVJ%2CcAUK%3BEACG%2CgBAAA%3B%3BAAxDZ%2CsBA4DI%2CcAAc%2CUAAU%3BEACpB%2CmBAAA%3B%3BAA7DR%2CsBAgEI%2CcAAc%2CUAAU%2COAAO%3BEAC3B%2CkBAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEAEQ%2C6RAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAnBJ%2CeAmBK%3BEACG%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CsBAxBJ%2CeAwBK%3BEACG%2C%2BBAAA%3B%3BAAjGZ%2CsBAqGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvGR%2CsBA0GI%2CcAAa%3BEACT%2CmBAAA%3B%3BAA3GR%2CsBA8GI%2CcAAa%2CUAAW%3BEACpB%2CiBAAA%3B%3BAA%5C%2FGR%2CsBAkHI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApHR%2CsBAuHI%3BEACI%2CSAAA%3B%3BAAxHR%2CsBA2HI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBALJ%2CYAKK%3BEACG%2C%2BBAAA%3B%3BAAjIZ%2CsBAqII%2CcAAa%3BEACT%2CmBAAA%3B%3BAAGJ%2CsBAAC%2CsBACG%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAAC%2CsBAKG%2CoBAAoB%3BEAChB%2CiBAAA%3B%3BAAgBhB%2CwBAV2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAeR%2CwBAX0C%3BEACtC%2CgBAAiB%3BIACb%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAoBR%2CwBAhB0C%3BEACtC%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAIJ%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BACxNJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CaAOI%2CmBAKI%3BEACI%2CqBAAA%3B%3BAAbZ%2CaAOI%2CmBASI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BACPZ%3BEAEQ%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAALR%2C0BAQI%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BErI0QZ%2CWAAA%3B%3BAqItQQ%2C0BARJ%2CkBAQK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAnBZ%2C0BAuBI%3BEACI%2CkBAAA%3BErIkXR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAqI5YA%2C0BA4BI%3BEACI%2CYAAA%3BErI6WR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAqIxaR%2C0BAkCI%3BErIwWJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAqIhYA%2C0BANJ%2CkBAMK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAzCZ%2C0BA6CI%3BErI6VJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEqI%5C%2FXI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BErI8NZ%2CmBAAA%3B%3BAqI1NQ%2C0BAfJ%2CkBAeK%3BEACG%2CeAAA%3B%3BAA7DZ%2C0BAiEI%3BEAEQ%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BErIiNZ%2CWAAA%3B%3BAqI7MQ%2C0BARJ%2CoBAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAhFZ%2C0BAoFI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAKJ%2C6BAAC%2CoBAAoB%3BEACjB%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2C0BAA0B%2CaACtB%3BEACI%2CkBAAA%3B%3BAAFR%2C0BAA0B%2CaAKtB%2CkBAAiB%3BEACb%2CSAAA%3B%3BAANR%2C0BAA0B%2CaAStB%3BEACI%2CwCAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CQAKtB%2CkBAAiB%2CIAAI%3BEACjB%2CkBAAA%3B%3BAANR%2C0BAA0B%2CQAStB%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2C0BAhBkB%2CQAStB%2CkBAOK%3BEACG%2CeAAA%3B%3BAAjBZ%2C0BAA0B%2CQAqBtB%3BEAEQ%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C0BA7BkB%2CQAqBtB%2CoBAQK%3BEACG%2CaAAA%3B%3BAA9BZ%2C0BAA0B%2CQAkCtB%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAzCR%2C0BAA0B%2CQA4CtB%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BErIoHR%2CeAAA%3B%3BAqIlKA%2C0BAA0B%2CQAkDtB%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAApDR%2C0BAA0B%2CQAuDtB%3BEACI%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BErIuGR%2CeAAA%3B%3BAqIlGA%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CWAKtB%2CkBAAiB%2CIAAI%3BEACf%2CkBAAA%3B%3BAANV%2C0BAA0B%2CWAStB%3BEAEQ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2C0BAlBkB%2CWAStB%2CkBASK%3BEACG%2CeAAA%3B%3BAAnBZ%2C0BAA0B%2CWAuBtB%3BEAEQ%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C0BA%5C%2FBkB%2CWAuBtB%2CoBAQK%3BEACG%2CaAAA%3B%3BAAhCZ%2C0BAA0B%2CWAoCtB%3BEACI%2CWAAA%3B%3BAArCR%2C0BAA0B%2CWAwCtB%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2COAKtB%3BEACI%2CmBAAA%3B%3BAANR%2C0BAA0B%2COAStB%2CkBAAiB%3BEACb%2CSAAA%3B%3BAAVR%2C0BAA0B%2COAatB%3BErIwJJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqI3MR%2C0BAA0B%2COAkBtB%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAArBR%2C0BAA0B%2COAwBtB%2CkBAAiB%2CIAAI%3BEACjB%2CkBAAA%3B%3BAAzBR%2C0BAA0B%2COA4BtB%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CwCAAA%3B%3BAAlCR%2C0BAA0B%2COAqCtB%3BEAEQ%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C0BA9CkB%2COAqCtB%2CoBASK%3BEACG%2CaAAA%3B%3BAA%5C%2FCZ%2C0BAA0B%2COAmDtB%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAxDR%2C0BAA0B%2COA2DtB%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BErIZR%2CeAAA%3B%3BAqIjDA%2C0BAA0B%2COAiEtB%3BEACI%2CUAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAnER%2C0BAA0B%2COAsEtB%2CqBAAoB%3BErIrBxB%2CaAAA%3B%3BAqIjDA%2C0BAA0B%2COA0EtB%3BErIzBJ%2CaAAA%3B%3BAqIjDA%2C0BAA0B%2COA8EtB%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CUAKtB%2CkBAAiB%3BEACb%2CgBAAA%3B%3BAANR%2C0BAA0B%2CUAStB%3BErI0GJ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqIrHR%2C0BAA0B%2CUAatB%3BEACI%2CeAAA%3B%3BAAdR%2C0BAA0B%2CUAiBtB%3BErIkGJ%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEqIjGI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2C0BA1BkB%2CUAiBtB%2CkBASK%3BEACG%2CeAAA%3B%3BAA3BZ%2C0BAA0B%2CUA%2BBtB%3BEAEQ%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAtCkB%2CUA%2BBtB%2CoBAOK%3BEACG%2CaAAA%3B%3BAAvCZ%2C0BAA0B%2CUA2CtB%3BEAEQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAnDkB%2CUA2CtB%2CyBAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BErI%5C%2FFZ%2CmBAAA%3B%3BAqIqCA%2C0BAA0B%2CUA%2BDtB%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAnER%2C0BAA0B%2CUAsEtB%2CsBAAqB%3BEACjB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA1ER%2C0BAA0B%2CUA6EtB%2CsBAAqB%3BEACjB%2CYAAY%2CgDAAZ%3B%3BAA9ER%2C0BAA0B%2CUAiFtB%2CsBAAqB%3BEACjB%2CYAAY%2CgDAAZ%3B%3BAAlFR%2C0BAA0B%2CUAqFtB%2CsBAAqB%3BEACjB%2CYAAY%2CgDAAZ%3B%3BAAtFR%2C0BAA0B%2CUAyFtB%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BErIpIR%2CmBAAA%3B%3BAsIhRJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACxBJ%3BEAEQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CiBAAA%3B%3BAAIR%2CUAAU%3BEACN%2CiBAAA%3B%3BAAGJ%3BEDfI%2CaAAA%3BEAIA%2C2BAAA%3BEAIA%2CmBAAA%3BECWI%2CmBAAA%3B%3BAAJR%2CuBAOI%3BEACI%2CcAAc%2CcAAd%3B%3BAARR%2CuBAWI%3BEACI%2CSAAA%3B%3BAAIR%3BED%5C%2FBI%2CaAAA%3BEAIA%2C2BAAA%3BEAIA%2CmBAAA%3BEC2BI%2CeAAA%3B%3BAAJR%2CuBAOI%3BEDtCA%2CaAAA%3B%3BAC%2BBJ%2CuBAOI%2CiBAGI%3BEACI%2CeAAA%3B%3BAAXZ%2CuBAeI%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%3BAACD%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAC%2COAAO%3BEACJ%2CmBAAA%3B%3BAAIR%2CoBACI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAJR%2CoBAOI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAATR%2CoBAYI%2CiBAAmB%3BEACf%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CoBAmBI%3BEACI%2CqBAAA%3B%3BAAIR%2CqBAAqB%3BEAEb%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBARiB%2CiBAQhB%2CQAAS%3BEACN%2CkBAAA%3B%3BAATR%2CqBAAqB%2CiBAYjB%3BEACI%2CYAAA%3B%3BAAbR%2CqBAAqB%2CiBAgBjB%2CgBAAe%3BAAhBnB%2CqBAAqB%2CiBAiBjB%2CgBAAe%3BEACX%2CWAAW%2CiBAAX%3B%3BAAlBR%2CqBAAqB%2CiBAqBjB%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAzBR%2CqBAAqB%2CiBA4BjB%2CkBAAiB%2COAAO%3BEACpB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C43BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1CR%2CqBAAqB%2CiBA6CjB%2CkBAAiB%2CMAAM%3BEACnB%2CaAAA%3B%3BAA9CR%2CqBAAqB%2CiBAiDjB%2CkBAAoB%3BAAjDxB%2CqBAAqB%2CiBAkDjB%2CkBAAkB%3BEACd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1DR%2CqBAAqB%2CiBA6DjB%2CkBAAkB%3BEACd%2CyBAAA%3B%3BAA9DR%2CqBAAqB%2CiBAiEjB%2CkBAAkB%2CSAAQ%2CIAAI%3BEAC1B%2CaAAA%3B%3BAAlER%2CqBAAqB%2CiBAqEjB%2CkBAAkB%2CSAAQ%3BEACtB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjFR%2CqBAAqB%2CiBAoFjB%3BEAEQ%2CiBAAA%3B%3BAAtFZ%2CqBAAqB%2CiBAoFjB%2CiBAKI%3BEACI%2CiBAAA%3B%3BAA1FZ%2CqBAAqB%2CiBA8FjB%3BEACI%2CSAAA%3B%3BAA%5C%2FFR%2CqBAAqB%2CiBAkGjB%2CiBAAiB%2CUAAS%3BEACtB%2CoBAAA%3B%3BAAIR%2CKAAK%2CcACD%2CMAAK%2CMAAO%2CKAAI%3BAADpB%2CKAAK%2CcAED%2CMAAK%2CMAAO%2CKAAI%3BAAFpB%2CKAAK%2CcAGD%2CKAAI%2CMAAM%3BEACN%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALR%2CKAAK%2CcAQD%2CWAAW%2CKAAI%3BEACX%2CmBAAA%3B%3BAATR%2CKAAK%2CcAYD%2CKAAI%2CMAAO%2CSAAS%3BEAChB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CKAAK%2CcAkBD%2CkBAAoB%3BEAChB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBR%2CKAAK%2CcAuBD%2CKAAI%2CMAAO%3BAAvBf%2CKAAK%2CcAwBD%2CKAAI%2CIAAK%3BEACL%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2CKAAK%2CcAgCD%2CUAAS%3BEACL%2CaAAA%3B%3BAAjCR%2CKAAK%2CcAoCD%3BEACI%2CeAAA%3B%3BAAIR%3BEAEQ%2CeAAA%3B%3BAAFR%2CcAKI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CcAcI%3BEACI%2CgBAAA%3B%3BAAfR%2CcAkBI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%2C0BAEI%2CeAAe%2CMAAM%3BAADzB%2C0BACI%2CeAAe%2CMAAM%3BEACjB%2CgBAAA%3B%3BAAHR%2C0BAMI%2CGAAE%2CUAAW%3BAALjB%2C0BAKI%2CGAAE%2CUAAW%3BEACT%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2C2BAEI%3BAADJ%2C2BAA4B%2CwBAAwB%2COAChD%3BAAFJ%2C2BAGI%3BAAFJ%2C2BAA4B%2CwBAAwB%2COAEhD%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBACI%2CSAAQ%3BEAEA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAALZ%2CoBASI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAC%3BEACG%2CmBAAA%3B%3BAAFR%2CaAKI%2CwBACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEAEQ%2CgBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CuBAMI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CwBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BAACA%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3B%3BAANR%2CyBASI%3BAARJ%2CsBAQI%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAPJ%2CcAOK%3BAAAD%2CsBAPJ%2CcAOK%3BEACG%2CeAAA%3B%3BAAjBZ%2CyBAqBI%3BAApBJ%2CsBAoBI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CsBAAuB%3BEACnB%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BACzZJ%3BEFCI%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEELI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CoBAQI%3BEFPA%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CmBAAA%3BEEEI%2CkBAAA%3B%3BAAXR%2CoBAcI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhBR%2CoBAmBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3B%3BAAMR%2CwCAAyC%2C2BAA2B%2CcAAa%2CSAAU%2CoBAAmB%3BEAC1G%2CSAAS%2CEAAT%3BEACA%2CSAAA%3B%3BAAIJ%2CsBAAuB%2C2BAA6B%2COAAI%3BEACpD%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CuCAAuC%3BEAC1E%2CWAAA%3B%3BAAGJ%2CoBAAoB%3BAACpB%2CmBAAoB%3BECuBhB%2CsBAAA%3BEACA%2CqBAAA%3B%3BAH9CJ%2CKAAM%2CqBEqBc%3BAFrBpB%2CKAAM%2CoBEsBc%3BEFrBhB%2CqBAAA%3B%3BAGgDJ%2CKAAM%2CqBD5Bc%3BAC4BpB%2CKAAM%2CoBD3Bc%3BEC4BhB%2CqBAAA%3B%3BADxBJ%2CwBAAyB%3BEACrB%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CwBACI%3BEFzDA%2CaAAA%3BEAQA%2CmBAAA%3BEEoDI%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CkBAAA%3B%3BAARR%2CwBAWI%2CsBAAsB%2CgBAAgB%3BEFnEtC%2CaAAA%3B%3BAEwDJ%2CwBAeI%3BEACI%2CgBAAA%3BEACA%2CaAAa%2CcAAb%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAEhFJ%2CwBAAyB%2CMAAK%2CQAAS%3BEACnC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BACOJ%3BEAEQ%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEAEQ%2C0BAAA%3BEACA%2CWAAA%3B%3BAAHR%2CqBAMI%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CqBAcI%2CKAAI%3BEACA%2CmBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C0BAMI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAIA%2C2BAAC%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2C2BAWI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%2CmBACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CmBAOI%3BEACI%2CmBAAA%3B%3BACrFR%3BEAEQ%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAALR%2C4BAQI%3BEACI%2CkBAAA%3B%3BAATR%2C4BAYI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CWAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAA0B%2CaAMtB%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CgBAAA%3B%3BAAIR%3BEAEQ%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C8BAMM%2CWAAS%3BEACP%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAqB%3BAACrB%2CqBAAsB%3BAACtB%2CqBAAsB%3BEAEd%2CmBAAA%3B%3BAAJR%2CoBAAqB%2C%2BBAOf%2CWAAS%3BAANf%2CqBAAsB%2C%2BBAMhB%2CWAAS%3BAALf%2CqBAAsB%2C%2BBAKhB%2CWAAS%3BEACP%2CgBAAA%3B%3BAAGJ%2CoBAXiB%2C%2BBAWhB%3BAAAD%2CqBAVkB%2C%2BBAUjB%3BAAAD%2CqBATkB%2C%2BBASjB%3BEACG%2CwjDAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEAEQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CsBAQI%3BEACI%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAIR%2CuBAAuB%2CQAAQ%3BEAEvB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAALR%2CuBAAuB%2CQAAQ%2CKAQzB%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BACzGR%3BEAEQ%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAC%2CMAAM%3BEACH%2CkBAAkB%2C4DAAlB%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CoBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2C4BAAA%3BEACA%2CYAAA%3B%3BAAXR%2CmBAcM%3BEAEM%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBATF%2CgBASG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CotFAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9BZ%2CmBAkCM%3BEACE%2CwTAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CmBAAC%2CMAAS%3BEACN%2CeAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAARR%2CuBAWI%3BEACI%2CmBAAA%3B%3BAAZR%2CuBAeM%3BEACE%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CuBAuBM%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAA1BR%2CuBA6BI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FBR%2CuBAkCI%2CaAAY%3BEACR%2CkBAAA%3B%3BAAnCR%2CuBAsCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAxCR%2CuBA2CI%2CoBAAmB%3BEACf%2CkBAAA%3B%3BAA5CR%2CuBA%2BCI%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBANJ%2CaAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3DZ%2CuBAgEI%2CaAAY%2CSAAS%3BEACjB%2CgYAAA%3B%3BAAjER%2CuBAoEI%2CaAAY%2CQAAQ%3BEAChB%2CwXAAA%3B%3BAAIR%3BE7I6OA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BA6I3QR%2CqBAMM%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CqBAYI%3BEACI%2CyBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2CkBAOM%3BEAEM%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBANF%2CeAMG%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAAvBZ%2CkBA2BI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAI%3BEACA%2CaAAA%3B%3BAATR%2CsBAYM%3BEAEM%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CiCAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBArBF%2CiBAqBG%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAkBhB%2CQAT8B%3BEACtB%2CoBAAoB%3BIAChB%2CYAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CUAAA%3B%3B%3BAJ1MZ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAK5DJ%3BEAEQ%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BAAIR%2COAAO%3BEACH%2CeAAA%3B%3BAAGJ%3BEACI%2C4%5C%2FBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CuBASI%2CgBAAe%3BEACX%2CgBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CYAAa%2CwBAAuB%3BEAChC%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAJR%2CyBAOM%3BEL9CF%2CsBAAA%3BEACA%2CqBAAA%3B%3BAH9CJ%2CKAAM%2C0BQ2FA%3BER1FF%2CqBAAA%3B%3BAGgDJ%2CKAAM%2C0BK0CA%3BELzCF%2CqBAAA%3B%3BAKkCJ%2CyBAWI%2CkBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CyBAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CyBAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CyBA4BI%3BEACI%2CgBAAA%3B%3BAA7BR%2CyBAgCI%2CyBAA2B%3BEACvB%2CkBAAA%3B%3BAAIR%3BEACI%2COAAO%2CwCAAP%3BEACA%2CgBAAA%3B%3BALpEJ%3BEMlFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BANiFJ%3BEMtFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BANqFJ%3BEM1FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BANyFJ%3BEM9FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAN6FJ%3BEMlGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BACKJ%3BEAEQ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAPH%2CMAOI%3BAACD%2CgBARH%2CMAQI%3BEACG%2CQAAQ%2CeAAR%3B%3BAAIR%2CgBAAC%3BEAEO%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBARH%2COAQI%3BAACD%2CgBATH%2COASI%3BAACD%2CgBAVH%2COAUI%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CyRAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2C6mBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CylDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CyUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAVH%2CSAUI%3BEACG%2CmBAAA%3B%3BAAGJ%2CgBAdH%2CSAcI%3BEACG%2CmBAAA%3B%3BAAIR%2CgBAAC%3BEAEO%2CkBAAkB%2C4CAAlB%3BEACA%2CcAAc%2C4CAAd%3BEACA%2COAAO%2C8CAAP%3B%3BAAGJ%2CgBAPH%2CQAOI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAGJ%2CgBAZH%2CQAYI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAIR%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAdH%2CYAcI%3BEACG%2CmRAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAvBH%2CYAuBI%3BEACG%2CyBAAA%3B%3BAAGJ%2CgBA3BH%2CYA2BI%3BEACG%2CyBAAA%3B%3BACrIZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CwBADJ%2CeACK%3BAACD%2CwBAFJ%2CeAEK%3BEACG%2C6BAAA%3B%3BAATZ%2CwBAMI%2CeAMI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAAC%3BEACG%2CUAAA%3B%3BAApBR%2CwBAuBI%3BEAEQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA3BZ%2CwBAuBI%2CYAOM%2CKAAE%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBArBR%2CYAOM%2CKAAE%2CqBAcC%3BAACD%2CwBAtBR%2CYAOM%2CKAAE%2CqBAeC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBA1BR%2CYAOM%2CKAAE%2CqBAmBC%2CaAAc%3BAAAf%2CwBA1BR%2CYAOM%2CKAAE%2CqBAmBC%2Ca7IoBb%2CMAAK%2CcA4CD%2CiBAGM%3BA6InEE%2CwBA1BR%2CYAOM%2CKAAE%2CqBAmBC%2Ca5IPb%3BE4IQgB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAnDhB%2CwBAuBI%2CYAgCM%2CKAAE%2CqBAAsB%3BAAvDlC%2CwBAuBI%2CYAgCM%2CKAAE%2CqB7IcZ%2CMAAK%2CcA4CD%2CiBAGM%3BA6IpHV%2CwBAuBI%2CYAgCM%2CKAAE%2CqB5IbZ%3BE4IegB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBA1CR%2CYAgCM%2CKAAE%2CqBAAsB%2COAUrB%3BAAAD%2CwBA1CR%2CYAgCM%2CKAAE%2CqB7IcZ%2CMAAK%2CcA4CD%2CiBAGM%2CU6InDG%3BAAAD%2CwBA1CR%2CYAgCM%2CKAAE%2CqB5IbZ%2Ca4IuBa%3BEACG%2CaAAA%3B%3BAAlEhB%2CwBAuEI%2COAAM%3BAAvEV%2CwB7IqEA%2CMAAK%2CcA4CD%2CiBAGM%2CU6I7CA%3BAAvEV%2CwB5I0CA%2Ca4I6BU%3BEACF%2CqBAhFqB%2C2YAgFrB%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FER%2CwBAkFI%2COAAM%2CYAAY%3BAAlFtB%2CwB7IqEA%2CMAAK%2CcA4CD%2CiBAGM%2CU6IlCA%2CYAAY%3BAAlFtB%2CwB5I0CA%2Ca4IwCU%2CYAAY%3BEACd%2C%2BBAAA%3B%3B%3BAC7FR%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEAEQ%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3B%3BAATR%2C0BAYI%3BEACI%2CiBAAA%3B%3BAAbR%2C0BAgBI%3BEAEQ%2COAAO%2CmCAAP%3B%3BAAGJ%2C0BALJ%2CeAKK%3BEACG%2COAAO%2CyCAAP%3B%3BAAtBZ%2C0BA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2C0BA8BI%2CeAAe%3BEACX%2CoBAAA%3B%3BAA%5C%2FBR%2C0BAkCI%2CeAAe%3BEACX%2CqBAAA%3B%3BAAnCR%2C0BAsCI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2C0BA6CI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAlDR%2C0BAqDI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAVJ%2CeAUK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAfJ%2CeAeK%2CIAAI%2CQAAS%3BEACV%2CaAAA%3B%3BAArEZ%2C0BAyEI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7ER%2C0BAgFI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAnFR%2C0BAsFI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAxFR%2C0BA2FI%2CQAAO%3BET7BP%2CsBAAA%3BEACA%2CqBAAA%3BES%2BBI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAZlFR%2CKAAM%2C2BY0EF%2CQAAO%3BEZzEP%2CqBAAA%3B%3BAGgDJ%2CKAAM%2C2BSyBF%2CQAAO%3BETxBP%2CqBAAA%3B%3BASnEJ%2C0BAuGI%2CcAAc%3BEAEN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGZ%2C0BAuGI%2CcAAc%2CuBAWV%3BAAlHR%2C0BAuGI%2CcAAc%2CuBAYV%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAArHZ%2C0BAyHI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAA3HR%2C0BA8HI%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAlIZ%2C0BA8HI%2CmBAOI%2CiBAAgB%3BEACZ%2CWAAA%3B%3BAAtIZ%2C0BA8HI%2CmBAWM%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%2CMACtB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA0B%2CMAKtB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAPR%2C0BAA0B%2CMAUtB%3BEACI%2CuBAAA%3B%3BAAXR%2C0BAA0B%2CMActB%3BEACI%2CkBAAA%3B%3BAAIR%2C0BAA0B%2CMACtB%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAHR%2C0BAA0B%2CMACtB%2CgBAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAIR%2C0BAXsB%2CMAWrB%2CIAAI%2CUAAW%3BEACZ%2CeAAA%3BEACA%2CcAAA%3B%3BACtLJ%2C6BADyB%2CkBACxB%2CQAAS%2C4BAA2B%3BEACjC%2CWAAW%2CeAAe%2CkBAA1B%3B%3BAAFR%2C6BAA6B%2CkBAKzB%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C6BAZqB%2CkBAKzB%2C4BAOK%3BEACG%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CcAAc%2CkBAAzB%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BACpBZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CsBAUI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CsBAkBI%3BEAEQ%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANJ%2CeAMK%2CUAAW%3BEACR%2CoBAAA%3B%3BAAzBZ%2CsBA6BI%2CeAAe%2CgBAAe%3BEAC1B%2CSAAS%2CIAAT%3B%3BAA9BR%2CsBAiCI%3BEAEQ%2CgBAAA%3B%3BAAGJ%2CsBALJ%2CgBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CsBATJ%2CgBASK%3BEACG%2CSAAS%2CGAAT%3B%3BAC3CZ%2CsBAAuB%3BEAEf%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CsBAAuB%2CeAMnB%2CcAAa%2CIAAI%2CeAAe%3BEAC5B%2CgtBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEAEQ%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CqBAMM%2CQAAK%2CKAAK%2CQAAQ%2CIAAI%3BEACpB%2CaAAA%3B%3BAAPR%2CqBAUI%3BEAEQ%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBANJ%2COAMK%2COACG%3BEACI%2CaAAA%3B%3BAAFR%2CqBANJ%2COAMK%2COAKG%3BEACI%2CmBAAA%3B%3BAAtBhB%2CqBA2BI%2CMAAK%3BEACD%2CaAAA%3B%3BAA5BR%2CqBA%2BBI%2CMAAK%2CQAAQ%3BEACT%2CcAAA%3B%3BAAhCR%2CqBAmCI%2CMAAK%3BEAEG%2CsBAAA%3B%3BAAGJ%2CqBALJ%2CMAAK%2CMAKA%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAVJ%2CMAAK%2CMAUA%3BEACG%2CkBAAA%3B%3BAC9DR%2CYAAC%2CIAAI%2CsBAAuB%3B%3BEPOhC%2C2DAAA%3BEACA%2CmDAAA%3B%3BAOTA%2CYAMI%3BEACI%2CQAAA%3B%3BAAIR%3BEbRI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiDAAA%3BEACA%2CqBAAA%3BEaSI%2CkBAAkB%2CsCAAlB%3BEACA%2CiBAAA%3BEACA%2CcAAc%2CyCAAd%3BEACA%2CkBAAA%3BEACA%2CiFAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAhBaR%2CwBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAgBtCJ%2CwBhByCA%3BEACI%2C8BAAA%3B%3BAAIA%2CwBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CUAAA%3B%3BAgBnDR%2CwBhBsDI%3BEACI%2CUAAA%3B%3BAGzDR%2CwBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAaLJ%2CwBbQA%3BEACI%2C8BAAA%3B%3BAAIA%2CwBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CUAAA%3B%3BAalBR%2CwBbqBI%3BEACI%2CUAAA%3B%3BAaDJ%2CwBAAC%3BEACG%2CaAAA%3B%3BAAtBR%2CwBAyBI%3BEAEQ%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAPJ%2CuBAOK%3BEACG%2CaAAA%3B%3BAC5CZ%2CsBAAsB%3BEAEd%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANkB%2CSAMjB%3BEACG%2CaAAA%3B%3BAAPR%2CsBAAsB%2CSAUlB%2CeAAc%2CYAAY%3BEACtB%2CeAAA%3BEACA%2CWAAA%3B%3BAAZR%2CsBAAsB%2CSAelB%3BEACI%2CWAAA%3B%3BAAhBR%2CsBAAsB%2CSAmBlB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BACtBR%2CYAAa%3BEACT%2CWAAA%3B%3BAAGJ%3BEAEQ%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAC%2COACG%2CiBAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3B%3BAAHR%2CuBAAC%2COAMG%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAfZ%2CuBAmBI%3BEAEQ%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAPJ%2CgBAOK%3BEAEO%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAbR%2CgBAOK%2CMAMI%3BAACD%2CuBAdR%2CgBAOK%2CMAOI%3BEACG%2CkBAAA%3B%3BAAIR%2CuBAnBJ%2CgBAmBK%3BAACD%2CuBApBJ%2CgBAoBK%3BEACG%2CWAAA%3B%3BAAKJ%2CuBADJ%2CiBACK%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CuBAVJ%2CiBAUK%3BEACG%2CSAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAC%5C%2FDZ%2CIAAI%2CyBACA%3BAADJ%2CIAAI%2CyBAEA%3BEACI%2CUAAA%3B%3BAAKR%2CYAAY%2CoBAAoB%3BEAC5B%2CWAAA%3B%3BAAGJ%3BEAEQ%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACjCR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAAC%2CMAAO%2CEAAC%3BEACL%2COAAO%2CyCAAP%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADH%2CiBACI%2CIAAI%2CUAAW%3BEACZ%2CoBAAA%3B%3BAAFR%2CwBAAC%2CiBAKG%3BEACI%2CeAAA%3B%3BAANR%2CwBAAC%2CiBASG%3BEAEQ%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBArBP%2CiBASG%2CeAYK%3BEACG%2CkBAAkB%2CoCAAlB%3B%3BAAtBZ%2CwBAAC%2CiBASG%2CeAgBI%3BEACI%2CiBAAA%3B%3BAA1BZ%2CwBAAC%2CiBA8BG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3B%3BAAGJ%2CwBAAC%2CQAAS%3BEACN%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDR%2CwBAkEI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArER%2CwBAwEI%3BEACI%2CiBAAA%3B%3BAAzER%2CwBA4EI%3BEAEQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjFZ%2CwBA4EI%2CeAQI%3BEAEQ%2COAAO%2CmCAAP%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBAnBR%2CeAQI%2CeAWK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAAGJ%2CwBAxBR%2CeAQI%2CeAgBK%3BEACG%2CYAAY%2C0CAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAClHhB%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJR%2CuBAOM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CuBAaM%3BEAEM%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAZF%2CiBAYG%3BEACG%2CmBAAA%3B%3BAAGJ%2CuBAhBF%2CiBAgBG%3BAACD%2CuBAjBF%2CiBAiBG%3BEACG%2CqBAAA%3B%3BAA%5C%2FBZ%2CuBAmCI%3BEACI%2CcAAA%3B%3BAC5BR%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CYACI%2CiBAAgB%3BEACZ%2CqBAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBACR%2CQAAO%3BEACH%2CgBAAA%3B%3BAAFR%2CYAAY%2CoBAKR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CYAAY%2CoBAcR%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CYAAY%2CoBAmBR%2CiBAAgB%3BEACZ%2CYAAA%3B%3BAApBR%2CYAAY%2CoBAuBR%3BEACI%2CaAAA%3B%3BAAxBR%2CYAAY%2CoBA2BR%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjCR%2CYAAY%2CoBAoCR%2CiBAAgB%3BEACZ%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA1CR%2CYAAY%2CoBA6CR%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlDR%2CYAAY%2CoBAqDR%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAvDR%2CYAAY%2CoBA0DR%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBAAoB%3BEAExB%2CaAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAAY%2CoBAAoB%2CQAM5B%2COAAM%3BEACF%2CaAAA%3B%3BAAPR%2CYAAY%2CoBAAoB%2CQAU5B%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CYAAY%2CoBAAoB%2CQAoB5B%3BEACI%2CaAAA%3B%3BAArBR%2CYAAY%2CoBAAoB%2CQAwB5B%3BEACI%2CqBAAA%3B%3BAAzBR%2CYAAY%2CoBAAoB%2CQA4B5B%2CiBAAgB%3BEACZ%2CoBAAA%3B%3BAClIR%2CUAAW%2CQAAO%2CKACd%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAALR%2CUAAW%2CQAAO%2CKACd%2CcAKI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%3BEACI%2CaAAA%3B%3BAAfhB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAEI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEAAoB%2CeAAA%3BEACpB%2CkBAAA%3B%3BAAnBpB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAEI%2CWAII%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAAtBxB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAA3BpB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%2CYAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhCxB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%2CYASI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAArCxB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%2CYAcI%3BEACI%2CaAAA%3B%3BAAxCxB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%2CYAcI%2CcAEI%3BEACI%2CYAAA%3B%3BAACA%2CUA3CjB%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%2CYAcI%2CcAEI%2CMAEK%2CUAAU%3BEACP%2CeAAA%3B%3BAA5ChC%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%2CYAcI%2CcAEI%2CMAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CUAjDrB%2CQAAO%2CKACd%2CcAKI%2CQAQI%2CYAWI%2CYAcI%2CcAEI%2CMAKI%2CIAGK%3BEACG%2CYAAA%3B%3BAAlDpC%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAmDI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA7DhB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAmDI%2CmBAKI%3BEACI%2CgBAAA%3B%3BAA%5C%2FDpB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAmDI%2CmBAQI%3BEACI%2CgBAAA%3B%3BAAlEpB%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAmDI%2CmBAQI%2CQAEI%3BEACI%2CWAAA%3B%3BAACA%2CUArEb%2CQAAO%2CKACd%2CcAKI%2CQAmDI%2CmBAQI%2CQAEI%2CEAEK%3BAACD%2CUAtEb%2CQAAO%2CKACd%2CcAKI%2CQAmDI%2CmBAQI%2CQAEI%2CEAGK%3BEACG%2CWAAA%3B%3BAAvE5B%2CUAAW%2CQAAO%2CKACd%2CcAKI%2CQAmDI%2CmBAkBI%3BEACI%2CiBAAA%3B%3BACpEpB%2CyBAA0B%3BEAElB%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBARsB%2COAQrB%3BEACG%2CWAAA%3B%3BAAGJ%2CyBAZsB%2COAYrB%3BAACD%2CyBAbsB%2COAarB%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CyBAnBsB%2COAmBrB%2CWAAY%3BAACb%2CyBApBsB%2COAoBrB%2CWAAY%3BEACT%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAzBsB%2COAyBrB%2CWAAY%2CSAAS%3BEAClB%2CgBAAA%3B%3BAA1BR%2CyBAA0B%2COA6BtB%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CWAAA%3B%3BAAGJ%2CyBAA0B%2COAAM%2CUAAa%2CSAAM%3BEAC%5C%2FC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%2COAAM%2CoBAAqB%3BEAE9B%2CYAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CUAAW%2COAAM%2CoBAAqB%2CUAMlC%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BA%5C%2FHrDR%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%2CiBgIwDZ%3BEACI%2CWAAA%3B%3BAhItGJ%2COACI%2CgBA2CI%2CeACI%2CiBgI7BZ%3BAhIhBA%2COACI%2CgBA2CI%2CeACI%2CiBgI5BZ%3BEACI%2CqBAAA%3B%3BAhIlBJ%2COACI%2CgBA2CI%2CeACI%2CiBgI7BZ%2CSAQI%2CEAAC%3BAhIxBL%2COACI%2CgBA2CI%2CeACI%2CiBgI5BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAhIzBR%2COACI%2CgBA2CI%2CeACI%2CiBgIfZ%2CSACI%3BE%5C%2FJiQJ%2CiBAAA%3B%3BA%2BBhSA%2COACI%2CgBA2CI%2CeACI%2CiBgILZ%2CWAKI%2CEAAC%3BE%5C%2FJmPL%2CeAAA%3B%3BA%2BBhSA%2COACI%2CgBA2CI%2CeACI%2CiBgIWZ%3BAhIxDA%2COACI%2CgBA2CI%2CeACI%2CiBgIYZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAhI3DJ%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%3BAwJpGR%3BEhKwRA%2CmBAAA%3BEAAA%2CWAAA%3BEgKrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEhK2QR%2CiBAAA%3BEgKzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEhKqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAiK9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEhK6PR%2CiBAAA%3BEgK3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEhKwPR%2CeAAA%3BEgKtPY%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%3BEhKuOR%2CiBAAA%3B%3BAgKxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEhK2Nb%2CiBAAA%3BEgKzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BA1GjEhB%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEzBLJ%2CqBAAA%3BEyBeQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAxBR%2CaAaI%2COzB6PF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CayBDI%2COzBCH%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%2CayBdA%2COzBaH%2CMACI%3BE7B2PL%2CWAAA%3B%3BA6BrPI%2CayBpBA%2COzBmBH%2COACI%3BE7BqPL%2CWAAA%3B%3BAsD5PQ%2CaAbJ%2COAaK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA7BpB%2CaAmCI%2CQAAO%3BEACH%2CaAAA%3B%3BAApCR%2CaAuCI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CaA8CI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlDR%2CaAqDI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CoBAQI%3BEtDoNJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuDlDA%2CoBAQI%2CGAGI%3BEtDiNR%2C6BAAA%3BEsD%5C%2FMY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAZR%2CGAGI%2CGASK%2CIAAI%3BEACD%2CaAAA%3BEtDuMhB%2CyBAAA%3BEAAA%2CgBAAA%3B%3BAsDlMY%2CoBAlBR%2CGAGI%2CGAeK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGAGI%2CGAmBK%3BAACD%2CoBAvBR%2CGAGI%2CGAoBK%3BEtD6Lb%2CmBAAA%3B%3BAsD5NA%2CoBAQI%2CGAGI%2CGAwBI%3BEtDyLZ%2CWAAA%3BEsDvLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKATf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%3BEACC%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKA%5C%2FBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAjCpB%2CKAAK%2COAAO%2CSAuCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%2COAAO%3BEACH%2CmBAAA%3B%3BAlDjKJ%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%3BA0GdhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEjK%2BPL%2CYAAA%3B%3BAiK%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BEjKuPb%2CWAAA%3B%3BAiKrQA%2CcAoBI%3BEjK3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiKAA%2CcAwBI%3BEjK6OJ%2CqBAAA%3BE6B9QA%2CqBAAA%3B%3BAoISA%2CcAwBI%2CsBpIiOF%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CcoI2BI%2CsBpI3BH%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%2CcoIcA%2CsBpIfH%2CMACI%3BE7B2PL%2CWAAA%3B%3BAiKnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BEjK%2BNT%2CYAAA%3B%3BAiK9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BEjKuNjB%2CWAAA%3B%3BAiKrQA%2CcAqDI%3BEjKgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEiKzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEjK8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEiKxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BEjKkLT%2C2BAAA%3B%3BAiK9KQ%2CcAlCJ%2CuBAkCK%3BEjK8KT%2C2BAAA%3BEiK5KY%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%3BIjKwHrC%2CyBAAA%3B%3BEiKrHA%2CcAAe%2CuBAAsB%3BIjKqHrC%2C4BAAA%3BIiKnHI%2CQAAA%3B%3B%3BA7H1IJ%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%3BAc5BI%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%3BEkKlJA%2CaAAA%3BEACA%2CUAAA%3BE7G%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU6G0EA%3BElK%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAqDzRA%2CU6G0EA%2CcAGI%3BElK4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqDzRA%2CU6GuFA%3BElKkMA%2CgBAAA%3B%3BAqDzRA%2CU6GgGA%2CeACI%2CQAAO%3BElKwLX%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%2CU6GgGA%2CeACI%2CQAAO%2CMrI4KT%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CUqI%2BEA%2CeACI%2CQAAO%2CMrIhFV%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%2CUqIkEJ%2CeACI%2CQAAO%2CMrIpEV%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CUqI4DJ%2CeACI%2CQAAO%2CMrI9DV%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CU4J5IA%2CeACI%2CQAAO%2CM5J2IV%3BAACD%2CU4J7IA%2CeACI%2CQAAO%2CM5J4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU4JlJA%2CeACI%2CQAAO%2CM5JiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU4JvJA%2CeACI%2CQAAO%2CM5JsJV%3BAACD%2CU4JxJA%2CeACI%2CQAAO%2CM5JuJV%3BAACD%2CQAAQ%2CUAAW%2CW4JzJnB%2CeACI%2CQAAO%3BE5JyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAkK%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA7G3IJ%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%3BEkKlJA%2CaAAA%3BEACA%2CUAAA%3B%3BArJ9CI%2CSAAC%2COAAO%2CMqJhBZ%3BElK%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMqJhBZ%2CcAGI%3BElK4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAa%5C%2FLI%2CSAAC%2COAAO%2CMqJMZ%2CeACI%2CQAAO%3BElKwLX%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%2CMqJMZ%2CeACI%2CQAAO%2CMrI4KT%3BE7BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BHA%2CShByEK%2COAAO%2CMqJMZ%2CeACI%2CQAAO%2CMrIhFV%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%2CMqJMZ%2CeACI%2CQAAO%2CMrIpEV%2CMACI%3BE7B2PL%2CcAAA%3B%3BA6BrPI%2CShBsDC%2COAAO%2CMqJMZ%2CeACI%2CQAAO%2CMrI9DV%2COACI%3BE7BqPL%2CcAAA%3B%3BAM7CA%2CSOlJK%2COAAO%2CMqJMZ%2CeACI%2CQAAO%2CM5J2IV%3BAACD%2CSOnJK%2COAAO%2CMqJMZ%2CeACI%2CQAAO%2CM5J4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSOxJK%2COAAO%2CMqJMZ%2CeACI%2CQAAO%2CM5JiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSO7JK%2COAAO%2CMqJMZ%2CeACI%2CQAAO%2CM5JsJV%3BAACD%2CSO9JK%2COAAO%2CMqJMZ%2CeACI%2CQAAO%2CM5JuJV%3BAACD%2CQAAQ%2CUAAW%2CUO%5C%2FJd%2COAAO%2CMqJMZ%2CeACI%2CQAAO%3BE5JyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAkK%5C%2FIA%2CSrJhDK%2COAAO%2CMqJgDX%3BEACG%2CUAAA%3B%3BArJ7CI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEbsLL%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEkKhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSrJ7DK%2CQqJ6DJ%3BElKyHD%2CYAAA%3BEkKrHQ%2CyBAAA%3B%3BArJ%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%3BAmH5DR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BA1HGA%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%3BAsJrER%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%3BAjIvFJ%2CKAAK%2COAAQ%3BEnCyRb%2CcAAA%3B%3BAmCtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEkIsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAlIvEA%2CekI0EA%3BErKmMA%2CYAAA%3BEqKjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BErK2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqKxEA%2CSvInLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuImLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAlI7LA%2CekI0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BErK2FA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqKxEA%2CSvInLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuImLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAlI7LA%2CekI0EA%2CeAsBM%2COAiBE%3BErKhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCRA%2CeAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CwBAEI%2CgBkI%2BGJ%3BAlIhHA%2CcACI%2CgBkI%2BGJ%3BErKxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCOA%3BEkIzBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BErKqRD%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqK1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSvInLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuImLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAlIUJ%2CoBkIPA%2CMAAK%3BErKPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqKMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAlIAhB%2CoBkIMA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAlITJ%2CoBkIMA%2CMAKI%3BErKzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqKsBI%2CoBATJ%2CMASK%3BErK%2BOL%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEqK1GA%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%3BAlIhChB%2CoBkIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvInLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuImLR%3B%3BAlItLA%2CoBkIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvInLQ%2CQAAA%2CQAAA%2CQAAA%2COuImLR%3B%3BAlItLA%2CoBkIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvInLQ%2CQAAA%2CQAAA%2COuImLR%3B%3BAlItLA%2CoBkIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvInLQ%2CQAAA%2COuImLR%3B%3BAlItLA%2CoBkIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvInLQ%2COuImLR%3B%3BAlI7KI%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%3BAmIxTA%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%3BA3IVZ%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%3BA4H2CA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEvK6NhC%2CcAAA%3BEuK3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEvKkNT%2CcAAA%3BEuKhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEvKsM3C%2CcAAA%3BEuKpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEvKwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAuKpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEvKoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAuK3KI%2COAAC%3BEvK2KL%2CyBAAA%3BEuKzKQ%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%3BEvKyJT%2CmBAAA%3BEAAA%2CcAAA%3BEuKtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEvK%2BIb%2CsBAAA%3B%3BAuK1IQ%2COAjCH%2COAiCI%3BEvK0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAuKpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEvKoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAuK5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BEvK4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAuKtHQ%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%3BEvKkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEuKvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BEvK6ET%2CamE3RgC%2CyBnE2RhC%3B%3BAuKzEQ%2COAlGH%2COAkGI%3BEvKyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEuKrEY%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%3BEvKmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEuKfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEvKQZ%2CcAAA%3BEuKNgB%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%3BEvKPtB%2C%2BBAAA%3B%3BAuKWY%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%3BElKkOX%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%2CgBkK9OI%2CQAAO%2COlK8OV%3BAACD%2CgBkK%5C%2FOI%2CQAAO%2COlK%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkKpPI%2CQAAO%2COlKoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkKzPI%2CQAAO%2COlKyPV%3BAACD%2CgBkK1PI%2CQAAO%2COlK0PV%3BAACD%2CQAAQ%2CUAAW%2CiBkK3Pf%2CQAAO%3BElK4PP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CgByK1II%2CQAAO%2COzK0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgByK%5C%2FII%2CQAAO%2COzK%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgByKpJI%2CQAAO%2COzKoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CgBkKnMI%2CQAAO%2COlKmMV%3BAACD%2CgBkKpMI%2CQAAO%2COlKoMV%3BAACD%2CgBkKrMI%2CQAAO%2COlKqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBkK1MI%2CQAAO%2COlK0MV%3BAACD%2CgBkK3MI%2CQAAO%2COlK2MV%3BAACD%2CQAAQ%2CUAAW%2CiBkK5Mf%2CQAAO%3BExK2RX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkK3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BElKuNX%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%3BEkKnLQ%2CkBAAA%3B%3BAlKgOR%2CsBkKnOI%2CQAAO%2CUlKmOV%3BAACD%2CsBkKpOI%2CQAAO%2CUlKoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBkKzOI%2CQAAO%2CUlKyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBkK9OI%2CQAAO%2CUlK8OV%3BAACD%2CsBkK%5C%2FOI%2CQAAO%2CUlK%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBkKhPf%2CQAAO%3BElKiPP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CsByK%5C%2FHI%2CQAAO%2CUzK%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsByKpII%2CQAAO%2CUzKoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsByKzII%2CQAAO%2CUzKyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAMxFA%2CsBkKxLI%2CQAAO%2CUlKwLV%3BAACD%2CsBkKzLI%2CQAAO%2CUlKyLV%3BAACD%2CsBkK1LI%2CQAAO%2CUlK0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBkK%5C%2FLI%2CQAAO%2CUlK%2BLV%3BAACD%2CsBkKhMI%2CQAAO%2CUlKgMV%3BAACD%2CQAAQ%2CUAAW%2CuBkKjMf%2CQAAO%3BExKgRX%2CcAAA%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAmKtNJ%2CSACI%3BEACI%2CkBAAA%3BEzK8RR%2CiBAAA%3B%3BAyK3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAtJZJ%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%3BAuJvKpB%2CQAAQ%2CSAAS%3BAAAkB%2CQAAQ%2CSAAS%3BEACnD%2CWAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BACUD%2CsBACI%3BE3K4QJ%2CmBAAA%3BE2K1QQ%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%3BE3K0Pb%2CmBAAA%3B%3BA2KtPQ%2CsBAlBJ%2CMAkBK%2CQACG%3BAADJ%2CsBAlBJ%2CMAkBK%2CQAEG%3BE3KoPZ%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA2KtPQ%2CsBAlBJ%2CMAkBK%2CQAOG%3BE3K%2BOZ%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%3BA4JfR%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%3BE5KgQZ%2CiBAAA%3B%3BA4KlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BA3J5CR%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%3BA4JvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE7K4RL%2CmBAAA%3B%3BA6K1RQ%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%3BACWR%2CwBAJ%2BC%3BEf0H%5C%2FC%2CcACI%3BIjKqJJ%2CYAAA%3BIAAA%2CSAAA%3BIiKlJQ%2CUAAA%3B%3B%3BAetHR%2CwBAJqD%3BE9J%2BDrD%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%3BE8JtMZ%2CsBAMI%3BIzJq3BA%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIlB3qBJ%2CcAAA%3BI6BhOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BEhBwMO%2C0BAFJ%2CUAEK%2COAGG%2CegB3MX%3BE8IKD%2CsBAMI%2CO9IXH%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%3BEyJ14BL%2CsBAMI%2COzJo4BC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEWx1BR%2C0BX21BK%2COW31BJ%3BEhB8IO%2C0BAFJ%2CUAEK%2COAGG%2CeK0sBP%2COW31BJ%3BE8IrDD%2CsBAMI%2COzJ04BC%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%3BE%2BI5mCA%2CcACI%3BIjKqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkBs7BA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE%2BI%5C%2FkCD%2CcACI%2CuB%5C%2FI6kCH%3BE%2BI9kCD%2CcACI%2CuB%5C%2FI8kCH%3BIlB34BD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIkBg8BI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BE%2BI3lCD%2CcACI%2CuB%5C%2FI0lCH%3BIlBr8BD%2CyBAAA%3B%3BEkBy8BA%2CiDAAC%3BE%2BI%5C%2FlCD%2CcACI%2CuB%5C%2FI8lCH%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%3BEyFXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEnFgBJ%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%3BEsGpDJ%2CGAAG%3BIACC%2CSAAA%3B%3BExD2jBJ%2CYACI%2CcACI%3BIACI%2CsBAAA%3B%3BEOrXZ%2CmBAAoB%3BIAChB%2CgBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CiBAAA%3B%3BEQnMJ%2CwBAAyB%2CMAAK%2CKAAK%2CQAC%5C%2FB%3BIACI%2CaAAA%3BIACA%2CWAAA%3B%3BEAHR%2CwBAAyB%2CMAAK%2CKAAK%2CQAM%5C%2FB%2COAAM%2COAAO%3BEANjB%2CwBAAyB%2CMAAK%2CKAAK%2CQtIoEnC%2CMAAK%2CcA4CD%2CiBAGM%2CUsI7GA%2COAAO%3BEANjB%2CwBAAyB%2CMAAK%2CKAAK%2CQrIyCnC%2CaqInCU%2COAAO%3BIACT%2CSAAA%3B%3BEEiIR%2C0BAA0B%3BIAElB%2CcAAA%3BIACA%2CWAAA%3B%3BEAHR%2C0BAA0B%2CaAMtB%3BIACI%2CeAAA%3B%3BEAPR%2C0BAA0B%2CaAUtB%3BIACI%2CeAAA%3B%3BEiBlFR%2CUAAW%2CQAAO%2CKACd%3BIACI%2CsBAAA%3B%3BEvGkGR%2CaACI%3BIACI%2CgBAAA%3B%3BElDgGJ%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%3BE6J9KhB%2CcACI%3BIjKqJJ%2CYAAA%3BIAAA%2CSAAA%3BIiKlJQ%2CUAAA%3B%3BE1HOR%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%3BEyBiEQ%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%3BEgJxcR%2CgBACM%3BIACE%2CgBAAA%3B%3BE3I0ER%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%3BEyJ1RR%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%3BErJqJZ%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%3BEuJjQhB%2CQAAQ%2CSAAS%3BEAAkB%2CQAAQ%2CSAAS%3BIACnD%2CWAAA%3BIAAgB%2CeAAA%3B%3BEAEjB%2CQAAQ%2CSAAS%3BIAChB%2CgBAAA%3B%3BECqDD%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%3B%3BAIjDZ%2CwBAJqD%3BE9JmerD%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%3BEwByIR%2C2BAA4B%2C%2BBAA%2BB%3BIACvD%2CcAAA%3BIACA%2CYAAA%3B%3BE%5C%2FG3DJ%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%3BEsDxGA%3BIACI%2CgBAAA%3B%3BE9ByMJ%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%3B%3BA6J5JZ%2CwBAJsD%3BEjHqBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEvCyUR%2CiBAAkB%3BIACd%2CYAAA%3B%3BEyI7PJ%2CYACI%2CeACI%3BIjK8JR%2CYAAA%3B%3B%3BAgLzPJ%2CgBAH2C%3BE9J4EvC%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%3BEmD0gBR%2CqBAAsB%2CaAAY%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BIAC7F%2CYAAA%3B%3BEAIA%2CwBAAyB%3BIACrB%2CkBAAA%3B%3BEmChhBR%2CqBAAsB%2CaAAY%2CeAAgB%2C0BAA0B%3BIAEpE%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBANkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAMvE%2CUAAU%3BIACP%2CiBAAA%3B%3BEAGJ%2CqBAVkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAUvE%2CWAAY%3BEACb%2CqBAXkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAWvE%2CWAAY%3BEACb%2CqBAZkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAYvE%3BIACG%2CWAAA%3B%3BE%5C%2FH%2BCI%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%3BEyJ9MZ%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 */@charset "UTF-8";
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  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: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 *  Font Awesome 4.7.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/shopee/en_US/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Sm/shopee/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Sm/shopee/en_US/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Sm/shopee/en_US/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Sm/shopee/en_US/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Sm/shopee/en_US/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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-pp: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-resistance: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: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";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  white-space: nowrap;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../frontend/Sm/shopee/en_US/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../frontend/Magento/blank/en_US/Amasty_Promo/fonts/slick.eot');
  src: url('../../frontend/Magento/blank/en_US/Amasty_Promo/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Magento/blank/en_US/Amasty_Promo/fonts/slick.woff') format('woff'), url('../../frontend/Magento/blank/en_US/Amasty_Promo/fonts/slick.ttf') format('truetype'), url('../../frontend/Magento/blank/en_US/Amasty_Promo/fonts/slick.svg#slick') format('svg');
  font-display: swap;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fbootstrap%5C%2F_bootstrap.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_path.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_core.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_larger.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_fixed-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_bordered-pulled.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_animated.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_rotated-flipped.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_stacked.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ffontawesome%5C%2F_screen-reader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CSAAS%3B%3B%3B%3B%3B%3B%3BACMT%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C6DAA6D%2CoBAAoB%2CqCAAqC%2CqBAAqB%2CkBAAkB%2CiBAA7J%3BEACA%2CkEAAkE%2CmBAAmB%2CwBAArF%3B%3BAAGJ%3BAACA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CsBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CwCAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BAAAS%3BAAAO%3BAAAY%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAM%3BAAAK%3BEACnE%2CcAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CgDAAgD%2CoBAAoB%2CqCAAqC%2CqBAAqB%2CkBAAkB%2CiBAAhJ%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CqBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEAChB%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAAI%3BAACJ%2CIAAI%3BEACA%2C0BAAA%3BEACA%2CyCAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CEAAG%3BAACH%2CEAAG%3BAACH%2CEAAG%3BAACH%2CEAAG%3BEACC%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%3BEACb%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%2CYAAY%3BAAAQ%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%2CYAAY%3BEAC9D%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%2CYAAY%3BEACzB%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CsDAAsD%2CmBAAmB%2CwBAAzE%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CmBAAA%3BEACA%2C0CAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CiBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BAACA%2CIAAK%3BAACL%3BAACA%3BEACI%2C0BAAA%3B%3BAAGJ%2CMAAM%3BAACN%2CeAAe%3BAACf%2CcAAc%3BAACd%2CeAAe%3BEACX%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CKAAK%3BAACL%2CKAAK%3BEACD%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2C2BAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CeAAe%3BAACf%2CeAAe%3BEACX%2CYAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CeAAe%3BAACf%2CeAAe%3BEACX%2CwBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BEACrB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CiBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CkBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CiBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CkBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CwCAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%3BEACjB%2CoBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2CaAAT%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CCAAI%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CGAAI%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CGAAI%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAASJ%2CQAN0B%3BEACtB%3BIACI%2CgBAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CgBAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CgBAAA%3B%3B%3BAAUR%2CQAN2B%3BEACvB%3BIACI%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CWAAc%3BAACd%2CWAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAS%3BAAAS%3BAAAS%3BAACnG%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAAClJ%3BAAAc%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAACrJ%3BAAAc%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAACrJ%3BAAAc%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAACrJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAuNJ%2CQApN0B%3BEACtB%3BIACI%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3B%3BAAwNR%2CQApN0B%3BEACtB%3BIACI%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3B%3BAAwNR%2CQApN0B%3BEACtB%3BIACI%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3B%3BAAwNR%2CQApN2B%3BEACvB%3BIACI%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CMAAO%3BAACP%2CMAAO%3BEACH%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CMAAO%2CMAAM%3BEACT%2CsBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CMAAO%2CMAAQ%3BEACX%2C6BAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CsBAAA%3B%3BAAGJ%2CSAAU%3BAACV%2CSAAU%3BEACN%2CeAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CeAAgB%3BAAChB%2CeAAgB%3BEACZ%2CyBAAA%3B%3BAAGJ%2CeAAgB%2CMAAM%3BAACtB%2CeAAgB%2CMAAM%3BEAClB%2CwBAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CiBAAkB%3BAAClB%2CiBAAkB%2CMAAM%3BAACxB%2CiBAAkB%2CMAAQ%3BEACtB%2CSAAA%3B%3BAAGJ%2CcAAe%2CMAAM%2CGAAE%2CYAAY%3BEAC%5C%2FB%2CqCAAA%3B%3BAAGJ%2CYAAa%2CMAAM%2CGAAE%3BEACjB%2CsCAAA%3B%3BAAGJ%3BAACA%2CcAAiB%3BAACjB%2CcAAiB%3BEACb%2CyBAAA%3B%3BAAGJ%2CYAAa%2CeAAc%3BEACvB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CeAAc%2CMAAS%3BAACpC%2CYAAa%2CeAAc%2CMAAS%3BEAChC%2CyBAAA%3B%3BAAGJ%3BAACA%2CgBAAmB%3BAACnB%2CgBAAmB%3BEACf%2CyBAAA%3B%3BAAGJ%2CYAAa%2CiBAAgB%3BEACzB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CiBAAgB%2CMAAS%3BAACtC%2CYAAa%2CiBAAgB%2CMAAS%3BEAClC%2CyBAAA%3B%3BAAGJ%3BAACA%2CcAAiB%3BAACjB%2CcAAiB%3BEACb%2CyBAAA%3B%3BAAGJ%2CYAAa%2CeAAc%3BEACvB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CeAAc%2CMAAS%3BAACpC%2CYAAa%2CeAAc%2CMAAS%3BEAChC%2CyBAAA%3B%3BAAGJ%3BAACA%2CWAAc%3BAACd%2CWAAc%3BEACV%2CyBAAA%3B%3BAAGJ%2CYAAa%2CYAAW%3BEACpB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CYAAW%2CMAAS%3BAACjC%2CYAAa%2CYAAW%2CMAAS%3BEAC7B%2CyBAAA%3B%3BAAGJ%3BAACA%2CcAAiB%3BAACjB%2CcAAiB%3BEACb%2CyBAAA%3B%3BAAGJ%2CYAAa%2CeAAc%3BEACvB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CeAAc%2CMAAS%3BAACpC%2CYAAa%2CeAAc%2CMAAS%3BEAChC%2CyBAAA%3B%3BAAGJ%3BAACA%2CaAAgB%3BAAChB%2CaAAgB%3BEACZ%2CyBAAA%3B%3BAAGJ%2CYAAa%2CcAAa%3BEACtB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CcAAa%2CMAAS%3BAACnC%2CYAAa%2CcAAa%2CMAAS%3BEAC%5C%2FB%2CyBAAA%3B%3BAAGJ%3BAACA%2CYAAe%3BAACf%2CYAAe%3BEACX%2CyBAAA%3B%3BAAGJ%2CYAAa%2CaAAY%3BEACrB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CaAAY%2CMAAS%3BAAClC%2CYAAa%2CaAAY%2CMAAS%3BEAC9B%2CyBAAA%3B%3BAAGJ%3BAACA%2CWAAc%3BAACd%2CWAAc%3BEACV%2CyBAAA%3B%3BAAGJ%2CYAAa%2CYAAW%3BEACpB%2CyBAAA%3B%3BAAGJ%2CYAAa%2CYAAW%2CMAAS%3BAACjC%2CYAAa%2CYAAW%2CMAAS%3BEAC7B%2CyBAAA%3B%3BAAGJ%3BAACA%2CaAAgB%3BAAChB%2CaAAgB%3BEACZ%2CsCAAA%3B%3BAAGJ%2CYAAa%2CcAAa%3BEACtB%2CsCAAA%3B%3BAAGJ%2CYAAa%2CcAAa%2CMAAS%3BAACnC%2CYAAa%2CcAAa%2CMAAS%3BEAC%5C%2FB%2CsCAAA%3B%3BAAGJ%2CMAAO%2CYAAY%3BEACf%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CMAAO%2CaAAa%3BEAChB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%2CMAAM%3BEACd%2CqBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAA%3B%3BAAGJ%2CWAAW%2CcAAe%2CMAAM%2CGAAE%2CYAAY%3BEAC1C%2C2CAAA%3B%3BAAGJ%2CWAAW%2CYAAa%2CMAAM%2CGAAE%3BEAC5B%2C4CAAA%3B%3BAAiBJ%2CQAd6B%3BEACzB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2C4CAAA%3B%3BEAGJ%2CoBAAuB%3BIACnB%2CSAAA%3B%3B%3BAAkBR%2CQAd6B%3BEACzB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2C4CAAA%3B%3BEAGJ%2CoBAAuB%3BIACnB%2CSAAA%3B%3B%3BAAkBR%2CQAd6B%3BEACzB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2C4CAAA%3B%3BEAGJ%2CoBAAuB%3BIACnB%2CSAAA%3B%3B%3BAAkBR%2CQAd8B%3BEAC1B%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2C4CAAA%3B%3BEAGJ%2CoBAAuB%3BIACnB%2CSAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2C4CAAA%3B%3BAAGJ%2CiBAAoB%3BEAChB%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CwEAAA%3B%3BAASJ%2CmBANmD%3BEAC%5C%2FC%3BIACI%2CgBAAA%3B%3B%3BAAIR%2CaAAa%3BEACT%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CgDAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%3BAAAW%2CaAAa%3BEACjC%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMAAM%2CaAAa%2CIAAI%2CQAAQ%2CIAAI%3BEAC%5C%2FB%2CQAAQ%2CmBAAR%3B%3BAAGJ%2CMAAM%2CaAAa%2CMAAM%3BEACrB%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CoBAAb%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CmBAAb%3BEACA%2CgBAAgB%2CmBAAhB%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAuB%3BAAAkB%2CeAAkB%2C0BAAuB%3BAAClF%2CeAAkB%2CuBAAuB%2C0BAAuB%3BAAChE%2CeAAkB%2CsBAAsB%2C0BAAuB%3BAAC%5C%2FD%2CeAAkB%2CuBAAuB%2C0BAAuB%3BAAChE%2CeAAkB%2CsBAAsB%2C0BAAuB%3BAAAM%2CuBAAuB%3BAAAkB%2CeAAkB%2C0BAAuB%3BAACvJ%2CeAAkB%2CuBAAuB%2C0BAAuB%3BAAChE%2CeAAkB%2CsBAAsB%2C0BAAuB%3BAAC%5C%2FD%2CeAAkB%2CuBAAuB%2C0BAAuB%3BAAChE%2CeAAkB%2CsBAAsB%2C0BAAuB%3BEAC3D%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BAAAkB%2CeAAkB%3BAACpC%2CeAAkB%2CuBAAuB%3BAACzC%2CeAAkB%2CsBAAsB%3BAACxC%2CeAAkB%2CuBAAuB%3BAACzC%2CeAAkB%2CsBAAsB%3BEACpC%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CMAAM%2CgBAAgB%2CIAAI%2CQAAQ%2CIAAI%3BAAAc%2CeAAkB%2CSAAM%2CaAAa%2CIAAI%2CQAAQ%2CIAAI%3BAACzG%2CeAAkB%2CuBAAuB%2CSAAM%2CiBAAiB%2CIAAI%2CQAAQ%2CIAAI%3BAAChF%2CeAAkB%2CsBAAsB%2CSAAM%2CiBAAiB%2CIAAI%2CQAAQ%2CIAAI%3BAAC%5C%2FE%2CeAAkB%2CuBAAuB%2CSAAM%2CIAAI%2CIAAI%2CQAAQ%2CIAAI%3BAACnE%2CeAAkB%2CsBAAsB%2CSAAM%2CIAAI%2CIAAI%2CQAAQ%2CIAAI%3BEAC9D%2CQAAQ%2CqBAAR%3B%3BAAGJ%3BAAAkB%2CeAAkB%3BAACpC%2CeAAkB%2CuBAAuB%3BAACzC%2CeAAkB%2CsBAAsB%3BAACxC%2CeAAkB%2CuBAAuB%3BAACzC%2CeAAkB%2CsBAAsB%3BEACpC%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CMAAM%2CgBAAgB%2CIAAI%2CQAAQ%2CIAAI%3BAAAc%2CeAAkB%2CSAAM%2CaAAa%2CIAAI%2CQAAQ%2CIAAI%3BAACzG%2CeAAkB%2CuBAAuB%2CSAAM%2CiBAAiB%2CIAAI%2CQAAQ%2CIAAI%3BAAChF%2CeAAkB%2CsBAAsB%2CSAAM%2CiBAAiB%2CIAAI%2CQAAQ%2CIAAI%3BAAC%5C%2FE%2CeAAkB%2CuBAAuB%2CSAAM%2CIAAI%2CIAAI%2CQAAQ%2CIAAI%3BAACnE%2CeAAkB%2CsBAAsB%2CSAAM%2CIAAI%2CIAAI%2CQAAQ%2CIAAI%3BEAC9D%2CQAAQ%2CoBAAR%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CSAAY%3BAACZ%2CSAAY%3BEACR%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAiB%2CSAAY%3BEACzB%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%2CcAAa%3BAAAQ%2CaAAa%3BAAAW%2CcAC5D%2CeAAc%3BAACd%2CcAAc%3BEACV%2CqBAAA%3B%3BAAGJ%2CcAAe%2CcAAa%2CMAAM%3BAAAQ%2CaAAa%2CSAAS%3BAAAQ%2CcACxE%2CeAAc%2CMAAM%3BAACpB%2CcAAc%2CSAAS%3BEACnB%2CqBAAA%3BEACA%2CgDAAA%3B%3BAAGJ%2CcAAe%2CcAAa%2CMAAS%3BAACrC%2CcAAe%2CcAAa%2CMAAS%3BAAAgB%2CaAAa%2CSAAY%3BAAC9E%2CaAAa%2CSAAY%3BAAAgB%2CcACzC%2CeAAc%2CMAAS%3BAACvB%2CcACA%2CeAAc%2CMAAS%3BAACvB%2CcAAc%2CSAAY%3BAAC1B%2CcAAc%2CSAAY%3BEACtB%2CcAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CMAAS%3BAAC1C%2CcAAe%2CmBAAkB%2CMAAS%3BAAAgB%2CkBAAkB%2CSAAY%3BAACxF%2CkBAAkB%2CSAAY%3BEAC1B%2CcAAA%3B%3BAAGJ%2CcAAe%2CkBAAiB%2CMAAS%3BAAAmB%2CiBAAiB%2CSAAY%3BEACrF%2CcAAA%3B%3BAAGJ%2CcAAe%2CkBAAiB%2CMAAS%3BAACzC%2CcAAe%2CkBAAiB%2CMAAS%3BAAAgB%2CiBAAiB%2CSAAY%3BAACtF%2CiBAAiB%2CSAAY%3BEACzB%2CcAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CMAAS%3BAAAuB%2CqBAAqB%2CSAAY%3BEACjG%2CcAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CMAAS%2CwBAAqB%3BAAAU%2CqBAAqB%2CSAAY%2CwBAAqB%3BEAC9H%2CyBAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CMAAS%3BAAC7C%2CcAAe%2CsBAAqB%2CMAAS%3BAAAgB%2CqBAAqB%2CSAAY%3BAAC9F%2CqBAAqB%2CSAAY%3BEAC7B%2CcAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CMAAM%2CQAAW%2CwBAAqB%3BAAAU%2CqBAAqB%2CSAAS%2CQAAW%2CwBAAqB%3BEAC9I%2CyBAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CMAAM%2CMAAS%2CwBAAqB%3BAAAU%2CqBAAqB%2CSAAS%2CMAAS%2CwBAAqB%3BEAC1I%2CgEAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CMAAS%3BAAAoB%2CkBAAkB%2CSAAY%3BEACxF%2CqBAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CMAAS%2CqBAAkB%3BAAAU%2CkBAAkB%2CSAAY%2CqBAAkB%3BEAClH%2CqBAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CMAAS%3BAAC1C%2CcAAe%2CmBAAkB%2CMAAS%3BAAAgB%2CkBAAkB%2CSAAY%3BAACxF%2CkBAAkB%2CSAAY%3BEAC1B%2CcAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CMAAM%2CMAAS%3BAAAoB%2CkBAAkB%2CSAAS%2CMAAS%3BEACpG%2CgDAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%2CcAAa%3BAAAU%2CaAAa%3BAAAa%2CcAChE%2CeAAc%3BAACd%2CcAAc%3BEACV%2CqBAAA%3B%3BAAGJ%2CcAAe%2CcAAa%2CQAAQ%3BAAAQ%2CaAAa%2CWAAW%3BAAAQ%2CcAC5E%2CeAAc%2CQAAQ%3BAACtB%2CcAAc%2CWAAW%3BEACrB%2CqBAAA%3BEACA%2CgDAAA%3B%3BAAGJ%2CcAAe%2CcAAa%2CQAAW%3BAACvC%2CcAAe%2CcAAa%2CQAAW%3BAAAkB%2CaAAa%2CWAAc%3BAACpF%2CaAAa%2CWAAc%3BAAAkB%2CcAC7C%2CeAAc%2CQAAW%3BAACzB%2CcACA%2CeAAc%2CQAAW%3BAACzB%2CcAAc%2CWAAc%3BAAC5B%2CcAAc%2CWAAc%3BEACxB%2CcAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CQAAW%3BAAC5C%2CcAAe%2CmBAAkB%2CQAAW%3BAAAkB%2CkBAAkB%2CWAAc%3BAAC9F%2CkBAAkB%2CWAAc%3BEAC5B%2CcAAA%3B%3BAAGJ%2CcAAe%2CkBAAiB%2CQAAW%3BAAAmB%2CiBAAiB%2CWAAc%3BEACzF%2CcAAA%3B%3BAAGJ%2CcAAe%2CkBAAiB%2CQAAW%3BAAC3C%2CcAAe%2CkBAAiB%2CQAAW%3BAAAkB%2CiBAAiB%2CWAAc%3BAAC5F%2CiBAAiB%2CWAAc%3BEAC3B%2CcAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CQAAW%3BAAAuB%2CqBAAqB%2CWAAc%3BEACrG%2CcAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CQAAW%2CwBAAqB%3BAAAU%2CqBAAqB%2CWAAc%2CwBAAqB%3BEAClI%2CyBAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CQAAW%3BAAC%5C%2FC%2CcAAe%2CsBAAqB%2CQAAW%3BAAAkB%2CqBAAqB%2CWAAc%3BAACpG%2CqBAAqB%2CWAAc%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CQAAQ%2CQAAW%2CwBAAqB%3BAAAU%2CqBAAqB%2CWAAW%2CQAAW%2CwBAAqB%3BEAClJ%2CyBAAA%3B%3BAAGJ%2CcAAe%2CsBAAqB%2CQAAQ%2CMAAS%2CwBAAqB%3BAAAU%2CqBAAqB%2CWAAW%2CMAAS%2CwBAAqB%3BEAC9I%2CgEAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CQAAW%3BAAAoB%2CkBAAkB%2CWAAc%3BEAC5F%2CqBAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CQAAW%2CqBAAkB%3BAAAU%2CkBAAkB%2CWAAc%2CqBAAkB%3BEACtH%2CqBAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CQAAW%3BAAC5C%2CcAAe%2CmBAAkB%2CQAAW%3BAAAkB%2CkBAAkB%2CWAAc%3BAAC9F%2CkBAAkB%2CWAAc%3BEAC5B%2CcAAA%3B%3BAAGJ%2CcAAe%2CmBAAkB%2CQAAQ%2CMAAS%3BAAAoB%2CkBAAkB%2CWAAW%2CMAAS%3BEACxG%2CgDAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CWAAA%3B%3BAAuEJ%2CQApE0B%3BEACtB%2CYAAa%3BIACT%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CqBAAA%3B%3BEAGJ%2CYAAa%3BEACb%2CYAAa%3BIACT%2CWAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqIAAA%3B%3BAASJ%2CmBANmD%3BEAC%5C%2FC%3BIACI%2CgBAAA%3B%3B%3BAAIR%2CIAAI%3BAAAQ%2CIAAI%3BEACZ%2CqBAAA%3B%3BAAGJ%2CIAAI%3BAAAQ%2CIAAI%3BEACZ%2CUAAA%3BEACA%2CgDAAA%3B%3BAAGJ%2CIAAI%3BAAAW%2CIAAI%3BEACf%2CaAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CWAAW%2CIAAI%3BEACnB%2CeAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CIAAI%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BEACzE%2CsBAAA%3B%3BAAGJ%2CCAAC%2CIAAI%3BAACL%2CQAAQ%2CSAAU%2CEAAC%3BEACf%2CoBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BAAAQ%2CYAAY%3BEAC5B%2C%2BCAAA%3B%3BAAGJ%2CYAAY%3BAAAW%2CYAAY%3BEAC%5C%2FB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC7F%2CKAAQ%2CeAAY%3BEAChB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC1G%2CKAAQ%2CeAAY%2CgBAAgB%3BEAChC%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAc%3BAAAQ%2CcAAc%3BEAChC%2CiDAAA%3B%3BAAGJ%2CcAAc%3BAAAW%2CcAAc%3BEACnC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAc%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CcAAc%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACjG%2CKAAQ%2CiBAAc%3BEAClB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAc%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CcAAc%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC9G%2CKAAQ%2CiBAAc%2CgBAAgB%3BEAClC%2CiDAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BAAAQ%2CYAAY%3BEAC5B%2C%2BCAAA%3B%3BAAGJ%2CYAAY%3BAAAW%2CYAAY%3BEAC%5C%2FB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC7F%2CKAAQ%2CeAAY%3BEAChB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC1G%2CKAAQ%2CeAAY%2CgBAAgB%3BEAChC%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%3BAAAQ%2CSAAS%3BEACtB%2CgDAAA%3B%3BAAGJ%2CSAAS%3BAAAW%2CSAAS%3BEACzB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACvF%2CKAAQ%2CYAAS%3BEACb%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACpG%2CKAAQ%2CYAAS%2CgBAAgB%3BEAC7B%2CgDAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BAAAQ%2CYAAY%3BEAC5B%2C%2BCAAA%3B%3BAAGJ%2CYAAY%3BAAAW%2CYAAY%3BEAC%5C%2FB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC7F%2CKAAQ%2CeAAY%3BEAChB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CYAAY%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC1G%2CKAAQ%2CeAAY%2CgBAAgB%3BEAChC%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2C%2BCAAA%3B%3BAAGJ%2CWAAW%3BAAAW%2CWAAW%3BEAC7B%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWAAW%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CWAAW%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC3F%2CKAAQ%2CcAAW%3BEACf%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWAAW%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACxG%2CKAAQ%2CcAAW%2CgBAAgB%3BEAC%5C%2FB%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAU%3BAAAQ%2CUAAU%3BEACxB%2CiDAAA%3B%3BAAGJ%2CUAAU%3BAAAW%2CUAAU%3BEAC3B%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAU%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CUAAU%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACzF%2CKAAQ%2CaAAU%3BEACd%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAU%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CUAAU%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACtG%2CKAAQ%2CaAAU%2CgBAAgB%3BEAC9B%2CiDAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%3BAAAQ%2CSAAS%3BEACtB%2C8CAAA%3B%3BAAGJ%2CSAAS%3BAAAW%2CSAAS%3BEACzB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACvF%2CKAAQ%2CYAAS%3BEACb%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CSAAS%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACpG%2CKAAQ%2CYAAS%2CgBAAgB%3BEAC7B%2C8CAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%3BAAAQ%2CoBAAoB%3BEAC5C%2C%2BCAAA%3B%3BAAGJ%2CoBAAoB%3BAAAW%2CoBAAoB%3BEAC%5C%2FC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC7G%2CKAAQ%2CuBAAoB%3BEACxB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC1H%2CKAAQ%2CuBAAoB%2CgBAAgB%3BEACxC%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CsBAAsB%3BAAAQ%2CsBAAsB%3BEAChD%2CiDAAA%3B%3BAAGJ%2CsBAAsB%3BAAAW%2CsBAAsB%3BEACnD%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CsBAAsB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CsBAAsB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACjH%2CKAAQ%2CyBAAsB%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CsBAAsB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CsBAAsB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC9H%2CKAAQ%2CyBAAsB%2CgBAAgB%3BEAC1C%2CiDAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%3BAAAQ%2CoBAAoB%3BEAC5C%2C%2BCAAA%3B%3BAAGJ%2CoBAAoB%3BAAAW%2CoBAAoB%3BEAC%5C%2FC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC7G%2CKAAQ%2CuBAAoB%3BEACxB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC1H%2CKAAQ%2CuBAAoB%2CgBAAgB%3BEACxC%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAiB%3BAAAQ%2CiBAAiB%3BEACtC%2CgDAAA%3B%3BAAGJ%2CiBAAiB%3BAAAW%2CiBAAiB%3BEACzC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACvG%2CKAAQ%2CoBAAiB%3BEACrB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACpH%2CKAAQ%2CoBAAiB%2CgBAAgB%3BEACrC%2CgDAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%3BAAAQ%2CoBAAoB%3BEAC5C%2C%2BCAAA%3B%3BAAGJ%2CoBAAoB%3BAAAW%2CoBAAoB%3BEAC%5C%2FC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC7G%2CKAAQ%2CuBAAoB%3BEACxB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CoBAAoB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAC1H%2CKAAQ%2CuBAAoB%2CgBAAgB%3BEACxC%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CmBAAmB%3BEACf%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CmBAAmB%3BAAAQ%2CmBAAmB%3BEAC1C%2C%2BCAAA%3B%3BAAGJ%2CmBAAmB%3BAAAW%2CmBAAmB%3BEAC7C%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CmBAAmB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CmBAAmB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAC3G%2CKAAQ%2CsBAAmB%3BEACvB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CmBAAmB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CmBAAmB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACxH%2CKAAQ%2CsBAAmB%2CgBAAgB%3BEACvC%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAkB%3BAAAQ%2CkBAAkB%3BEACxC%2CiDAAA%3B%3BAAGJ%2CkBAAkB%3BAAAW%2CkBAAkB%3BEAC3C%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CkBAAkB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CkBAAkB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACzG%2CKAAQ%2CqBAAkB%3BEACtB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAkB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CkBAAkB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACtH%2CKAAQ%2CqBAAkB%2CgBAAgB%3BEACtC%2CiDAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAiB%3BAAAQ%2CiBAAiB%3BEACtC%2C8CAAA%3B%3BAAGJ%2CiBAAiB%3BAAAW%2CiBAAiB%3BEACzC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAAAS%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%3BAACvG%2CKAAQ%2CoBAAiB%3BEACrB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAAAQ%2CiBAAiB%2CIAAI%2CWAAW%2CIAAI%2CWAAW%2COAAO%3BAACpH%2CKAAQ%2CoBAAiB%2CgBAAgB%3BEACrC%2C8CAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAAS%3BAAAQ%2CSAAS%3BEACtB%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAS%3BAAAW%2CSAAS%3BEACzB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BAAAS%2CaAAgB%3BEACrB%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BAAAS%2CaAAgB%3BEACrB%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAa%3BEACT%2CkBAAA%3B%3BAAGJ%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CcAAc%3BAACnB%2CKAAK%2CeAAe%3BEAChB%2CWAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3B%3BAASJ%2CmBANmD%3BEAC%5C%2FC%3BIACI%2CgBAAA%3B%3B%3BAAIR%2CKAAK%2CIAAI%3BEACL%2CUAAA%3B%3BAAGJ%2CSAAS%2CIAAI%3BEACT%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAASJ%2CmBANmD%3BEAC%5C%2FC%3BIACI%2CgBAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2CqCAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CgBAAgB%2CMAAM%3BEAClB%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COAAQ%2CiBAAgB%3BEACpB%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CqCAAA%3BEACA%2C0BAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2COAAQ%2CiBAAgB%2CMAAM%3BEAC1B%2CcAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAW%2CiBAAgB%3BEACvB%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmCAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CUAAW%2CiBAAgB%2CMAAM%3BEAC7B%2CcAAA%3B%3BAAGJ%2CUAAW%2CiBAAgB%3BEACvB%2CiBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CaAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmCAAA%3BEACA%2CyBAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%2CMAAM%3BEAC5B%2CcAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CiBAAA%3B%3BAAGJ%2CcAAc%3BAAAsB%2CcAAc%3BAAAwB%2CcAAc%3BAAAyB%2CcAAc%3BEAC3H%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAAc%3BAAAQ%2CcAAc%3BEAChC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BEACjC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAW%2CcAAc%3BEACnC%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAa%3BAACb%2CmBAAsB%3BEAClB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CUAAa%2COAAI%3BAACjB%2CmBAAsB%2COAAI%3BEACtB%2CUAAA%3B%3BAAGJ%2CUAAa%2COAAI%3BAAAQ%2CUAAa%2COAAI%3BAAAS%2CUAAa%2COAAI%3BAACpE%2CmBAAsB%2COAAI%3BAAC1B%2CmBAAsB%2COAAI%3BAAC1B%2CmBAAsB%2COAAI%3BEACtB%2CUAAA%3B%3BAAGJ%2CUAAW%2CKAAO%3BAAClB%2CUAAW%2CKAAO%3BAAClB%2CUAAW%2CWAAa%3BAACxB%2CUAAW%2CWAAa%3BAACxB%2CmBAAoB%2CKAAO%3BAAC3B%2CmBAAoB%2CKAAO%3BAAC3B%2CmBAAoB%2CWAAa%3BAACjC%2CmBAAoB%2CWAAa%3BEAC7B%2CiBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CWAAA%3B%3BAAGJ%2CUAAa%2COAAI%3BEACb%2CcAAA%3B%3BAAGJ%2CUAAa%2COAAI%2CIAAI%2CaAAa%2CIAAI%3BAACtC%2CUAAa%2CaAAU%2CIAAI%2CaAAgB%3BEACvC%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CUAAa%2COAAI%2CIAAI%3BAACrB%2CUAAa%2CaAAU%2CIAAI%2CcAAiB%3BEACxC%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CsBAAsB%3BAACtB%2COAAQ%2CuBAAsB%3BAAC9B%2CUAAW%2CuBAAsB%3BEAC7B%2CcAAA%3B%3BAAGJ%2CSAAU%2CuBAAsB%3BEAC5B%2CeAAA%3B%3BAAGJ%2COAAU%3BAAAwB%2CaAAgB%2COAAO%3BEACrD%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2COAAU%3BAAAwB%2CaAAgB%2COAAO%3BEACrD%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CmBAAoB%3BAACpB%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAGJ%2CmBAAsB%2COAAO%3BAAC7B%2CmBAAsB%2COAAO%3BAAC7B%2CmBAAsB%2CaAAa%3BAACnC%2CmBAAsB%2CaAAa%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAsB%2COAAI%2CIAAI%2CaAAa%2CIAAI%3BAAC%5C%2FC%2CmBAAsB%2CaAAU%2CIAAI%2CaAAgB%3BEAChD%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CmBAAsB%2COAAI%2CIAAI%3BAAC9B%2CmBAAsB%2CaAAU%2CIAAI%2CcAAiB%3BEACjD%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CiBAAoB%3BAACpB%2CiBAAoB%2CaAAa%3BEAC7B%2CgBAAA%3B%3BAAGJ%2CiBAAoB%2COAAK%2CMAAK%3BAAC9B%2CiBAAoB%2COAAK%2CMAAK%3BAAC9B%2CiBAAoB%2CaAAa%2COAAK%2CMAAK%3BAAC3C%2CiBAAoB%2CaAAa%2COAAK%2CMAAK%3BEACvC%2CkBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAe%3BAACf%2CYAAe%3BAACf%2CYAAe%3BEACX%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAe%2CgBAAa%3BAAC5B%2CYAAe%2CiBAAc%3BAAC7B%2CYAAe%2CeAAY%3BEACvB%2CUAAA%3B%3BAAGJ%2CYAAe%2CgBAAgB%3BAAC%5C%2FB%2CYAAe%2CgBAAgB%3BAAC%5C%2FB%2CYAAe%2CgBAAgB%3BAAC%5C%2FB%2CYAAe%2CiBAAiB%3BAAChC%2CYAAe%2CiBAAiB%3BAAChC%2CYAAe%2CiBAAiB%3BAAChC%2CYAAe%2CeAAe%3BAAC9B%2CYAAe%2CeAAe%3BAAC9B%2CYAAe%2CeAAe%3BEAC1B%2CiBAAA%3B%3BAAGJ%2CYAAe%2CgBAAa%2CIAAI%3BAAChC%2CYAAe%2CiBAAc%2CIAAI%3BEAC7B%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CYAAe%2CgBAAa%2CIAAI%3BAAChC%2CYAAe%2CiBAAc%2CIAAI%3BEAC7B%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CYAAe%3BEACX%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAe%2CeAAY%2CIAAI%2CaAAc%3BAAC7C%2CYAAe%2CeAAY%2CIAAI%2CaAAc%2CmBAAkB%3BEAC3D%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CYAAe%2CeAAY%2CIAAI%2CcAAe%3BEAC1C%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAqB%3BAACrB%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAqB%2CKAAO%3BAAC5B%2CoBAAqB%2CKAAO%3BAAC5B%2CoBAAqB%2CkBAAoB%3BAACzC%2CoBAAqB%2CkBAAoB%3BAACzC%2CmBAAoB%2CKAAO%3BAAC3B%2CmBAAoB%2CKAAO%3BAAC3B%2CmBAAoB%2CkBAAoB%3BAACxC%2CmBAAoB%2CkBAAoB%3BEACpC%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CiBAAkB%2CMAAK%3BAACvB%2CiBAAkB%2CMAAK%3BEACnB%2CaAAA%3B%3BAAGJ%2CYAAe%2CuBAAuB%3BAACtC%2CYAAe%2CuBAAuB%3BAACtC%2CYAAe%2CsBAAmB%2CIAAI%2CaAAgB%3BAACtD%2CYAAe%2CsBAAmB%2CIAAI%2CaAAgB%3BAACtD%2CYAAe%2CsBAAmB%2CWAAc%2COAAI%2CIAAI%2CaAAa%2CIAAI%3BAACzE%2CYAAe%2CsBAAmB%2CWAAc%2CoBAAiB%2CIAAI%3BEACjE%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CYAAe%2CsBAAsB%3BAACrC%2CYAAe%2CsBAAsB%3BAACrC%2CYAAe%2CuBAAoB%2CIAAI%2CcAAiB%3BAACxD%2CYAAe%2CuBAAoB%2CIAAI%2CcAAiB%3BAACxD%2CYAAe%2CuBAAoB%2CYAAe%2COAAI%2CIAAI%3BAAC1D%2CYAAe%2CuBAAoB%2CYAAe%2CoBAAiB%2CIAAI%3BEACnE%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAqB%2CQAAW%2CwBAAqB%3BEACjD%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAqB%2CMAAS%2CwBAAqB%3BEAC%5C%2FC%2CgEAAA%3B%3BAAGJ%2CqBAAqB%2COAAU%2CwBAAqB%3BEAChD%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAqB%2CSAAY%3BEAC7B%2CcAAA%3B%3BAAGJ%2CqBAAqB%2CSAAY%2CwBAAqB%3BEAClD%2CyBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAqB%3BEAClC%2CsBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAqB%2CQAAW%2CwBAAqB%3BEAClE%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAqB%2CQAAW%2CwBAAqB%3BEAClE%2CsBAAsB%2CoMAAtB%3B%3BAAGJ%2CgBAAiB%2CsBAAqB%2CcAAiB%2CwBAAqB%3BEACxE%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAqB%2CcAAiB%2CwBAAqB%3BEACxE%2CsBAAsB%2CiJAAtB%3B%3BAAGJ%2CgBAAiB%2CsBAAqB%2CSAAS%2CQAAW%2CwBAAqB%3BEAC3E%2CwCAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAqB%2CSAAS%2CcAAiB%2CwBAAqB%3BEACjF%2CwCAAA%3B%3BAAGJ%2CaAAc%2CsBAAqB%3BEAC%5C%2FB%2CkBAAA%3B%3BAAGJ%2CaAAc%2CsBAAqB%2CQAAW%2CwBAAqB%3BEAC%5C%2FD%2CyBAAA%3B%3BAAGJ%2CaAAc%2CsBAAqB%2CQAAW%2CwBAAqB%3BEAC%5C%2FD%2CsBAAsB%2C8IAAtB%3B%3BAAGJ%2CaAAc%2CsBAAqB%2CSAAS%2CQAAW%2CwBAAqB%3BEACxE%2CwCAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAqB%2CiMAArB%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkFAAA%3B%3BAAGJ%2CcAAc%2CMAAM%3BEAChB%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAAc%3BAAAY%2CcAAc%2CMAAM%2CIAAI%3BEAC9C%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CUAAA%3B%3BAAGJ%3BEACI%2CQAAQ%2CqBAAR%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CQAAQ%2CoBAAR%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkBAAkB%2CMAAS%3BEACvB%2CqBAAA%3BEACA%2CgDAAA%3B%3BAAGJ%2CkBAAkB%2CMAAS%2CqBAAkB%3BEACzC%2CqBAAA%3B%3BAAGJ%2CkBAAkB%2CKAAK%2CIAAO%2CqBAAkB%3BEAC5C%2CSAAS%2CQAAT%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CQAAT%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CaAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAa%2CsBAAsB%3BEAC%5C%2FB%2CaAAA%3BEACA%2CgEAAA%3B%3BAAGJ%2CaAAa%2CsBAAsB%3BEAC%5C%2FB%2CyBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAa%2CkBAAkB%3BEAC3B%2CaAAA%3BEACA%2CgEAAA%3B%3BAAGJ%2CaAAa%2CkBAAkB%3BEAC3B%2CyBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAa%2CWAAW%3BEACpB%2CaAAA%3BEACA%2CgEAAA%3B%3BAAGJ%2CaAAa%2CWAAW%3BEACpB%2CyBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAS%3BAAAQ%2CSAAS%3BEACtB%2CqBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CmBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2C6BAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CSAAU%2CUAAS%3BAAAQ%2CSAAU%2CUAAS%3BEAC1C%2CqCAAA%3B%3BAAGJ%2CSAAU%2CUAAS%3BEACf%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAAU%2CUAAS%3BAACnB%2CSAAU%2CUAAS%2CKAAM%3BEACrB%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CsBAAA%3B%3BAAGJ%2CUAAW%2CUAAS%3BAACpB%2CUAAW%2CMAAQ%3BEACf%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAe%3BEACX%2CaAAA%3B%3BAAGJ%2CYAAe%3BEACX%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2COAAU%3BAACV%2COAAU%3BEACN%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAa%3BAAAQ%2CaAAa%3BEAC9B%2CqBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAe%3BAAAQ%2CeAAe%3BEAClC%2CqBAAA%3B%3BAAGJ%2CeAAe%2CIAAI%2CWAAW%2CIAAI%3BEAC9B%2CeAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3B%3BAAWJ%2CQAR6B%3BEACzB%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAA4CR%2CQAxC0B%3BEACtB%3BIACI%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CkBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CaAAA%3B%3B%3BAAYR%2CQAR6B%3BEACzB%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAA4CR%2CQAxC0B%3BEACtB%3BIACI%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CkBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CaAAA%3B%3B%3BAAYR%2CQAR6B%3BEACzB%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAA4CR%2CQAxC0B%3BEACtB%3BIACI%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CkBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CaAAA%3B%3B%3BAAYR%2CQAR8B%3BEAC1B%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAA4CR%2CQAxC2B%3BEACvB%3BIACI%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CkBAAA%3B%3BEAGJ%2CiBAAkB%2CYAAY%3BIAC1B%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CiBAAoB%3BEACpB%2CiBAAoB%3BIAChB%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CaAAA%3B%3B%3BAAIR%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CcAAiB%3BAACjB%2CcAAiB%3BEACb%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAe%2CYAAY%3BEACvB%2CkBAAA%3B%3BAAGJ%2CcAAe%2CYAAY%3BEACvB%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAiB%3BAACjB%2CcAAiB%3BEACb%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CyBAAA%3B%3BAAGJ%2CaAAc%2CcAAa%3BAAAQ%2CaAAc%2CcAAa%3BEAC1D%2CyBAAA%3B%3BAAGJ%2CaAAc%2CYAAY%3BEACtB%2CyBAAA%3B%3BAAGJ%2CaAAc%2CYAAY%2CUAAS%3BAAAQ%2CaAAc%2CYAAY%2CUAAS%3BEAC1E%2CyBAAA%3B%3BAAGJ%2CaAAc%2CYAAY%2CUAAS%3BEAC%5C%2FB%2CyBAAA%3B%3BAAGJ%2CaAAc%2CYAAY%2CMAAQ%3BAAClC%2CaAAc%2CYAAY%2CQAAU%3BAACpC%2CaAAc%2CYAAY%2CUAAS%3BAACnC%2CaAAc%2CYAAY%2CUAAS%3BEAC%5C%2FB%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CsBAAsB%2C%2BOAAtB%3B%3BAAGJ%2CaAAc%3BEACV%2CyBAAA%3B%3BAAGJ%2CaAAc%2CaAAa%3BEACvB%2CyBAAA%3B%3BAAGJ%2CaAAc%2CaAAa%2CEAAC%3BAAAQ%2CaAAc%2CaAAa%2CEAAC%3BEAC5D%2CyBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CWAAA%3B%3BAAGJ%2CYAAa%2CcAAa%3BAAAQ%2CYAAa%2CcAAa%3BEACxD%2CWAAA%3B%3BAAGJ%2CYAAa%2CYAAY%3BEACrB%2C%2BBAAA%3B%3BAAGJ%2CYAAa%2CYAAY%2CUAAS%3BAAAQ%2CYAAa%2CYAAY%2CUAAS%3BEACxE%2CgCAAA%3B%3BAAGJ%2CYAAa%2CYAAY%2CUAAS%3BEAC9B%2CgCAAA%3B%3BAAGJ%2CYAAa%2CYAAY%2CMAAQ%3BAACjC%2CYAAa%2CYAAY%2CQAAU%3BAACnC%2CYAAa%2CYAAY%2CUAAS%3BAAClC%2CYAAa%2CYAAY%2CUAAS%3BEAC9B%2CWAAA%3B%3BAAGJ%2CYAAa%3BEACT%2C%2BBAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CsBAAsB%2CqPAAtB%3B%3BAAGJ%2CYAAa%3BEACT%2C%2BBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%3BEACtB%2CWAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CEAAC%3BAAAQ%2CYAAa%2CaAAa%2CEAAC%3BEAC1D%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CsCAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAQ%3BEACJ%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CKAAQ%2CcAAW%2CYAAa%2CiBAAgB%3BEAC5C%2C%2BBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CKAAQ%2CcAAW%2CWAAY%2CiBAAgB%3BEAC3C%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CgBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CqBAAA%3B%3BAAGJ%2CUAAa%3BEACT%2CoBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2C6CAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CeAAe%2CoBAAoB%2CuBAAnC%3B%3BAAGJ%2CYAAe%2CcAAY%2CiBAAgB%3BEACvC%2CaAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CmBAAmB%2CoBAAoB%2CmBAAvC%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAe%2CmBAAf%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CwBAAwB%2CmBAAxB%3BEACA%2CyBAAyB%2CmBAAzB%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2C4BAA4B%2CmBAA5B%3BEACA%2C2BAA2B%2CmBAA3B%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CmBAAA%3B%3BAAwBJ%2CQArB0B%3BEACtB%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CUAAW%3BIACP%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CWAAc%3BEACV%2CmBAAA%3B%3BAA8EJ%2CQA3E0B%3BEACtB%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CWAAc%3BIACV%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CWAAc%2CQAAQ%3BIAClB%2CcAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CWAAc%2CQAAK%3BIACf%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CYAAa%3BEAChC%2CWAAc%2CQAAK%2CYAAa%3BIAC5B%2C0BAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CYAAa%3BEAChC%2CWAAc%2CQAAK%2CYAAa%3BIAC5B%2C6BAAA%3B%3BEAGJ%2CWAAc%2CQAAK%3BIACf%2CyBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CWAAY%3BEAC%5C%2FB%2CWAAc%2CQAAK%2CWAAY%3BIAC3B%2CyBAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CWAAY%3BEAC%5C%2FB%2CWAAc%2CQAAK%2CWAAY%3BIAC3B%2C4BAAA%3B%3BEAGJ%2CWAAc%2CQAAK%3BIACf%2CsBAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CWAAY%3BEAC%5C%2FB%2CWAAc%2CQAAK%2CWAAY%3BIAC3B%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CWAAY%3BEAC%5C%2FB%2CWAAc%2CQAAK%2CWAAY%3BIAC3B%2CmCAAA%3BIACA%2CkCAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CIAAI%2CcAAc%2CIAAI%2CaAAa%2CIAAI%3BIACtD%2CgBAAA%3B%3BEAGJ%2CWAAc%2CQAAK%2CIAAI%2CcAAc%2CIAAI%2CaAAa%2CIAAI%2CaAAc%3BEACxE%2CWAAc%2CQAAK%2CIAAI%2CcAAc%2CIAAI%2CaAAa%2CIAAI%2CaAAc%3BEACxE%2CWAAc%2CQAAK%2CIAAI%2CcAAc%2CIAAI%2CaAAa%2CIAAI%2CaAAc%3BEACxE%2CWAAc%2CQAAK%2CIAAI%2CcAAc%2CIAAI%2CaAAa%2CIAAI%2CaAAc%3BIACpE%2CgBAAA%3B%3B%3BAAIR%2CaAAc%3BEACV%2CsBAAA%3B%3BAAqBJ%2CQAlB0B%3BEACtB%3BIACI%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CqBAAA%3BIACA%2CWAAA%3B%3B%3BAAIR%2CUAAW%2CMAAK%2CIAAI%2CgBAAgB%2CIAAI%3BEACpC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAW%2CMAAK%2CIAAI%2CgBAAiB%2CaAAY%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CUAAW%2CMAAK%3BEACZ%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CUAAW%2CMAAK%3BEACZ%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CoBAAA%3B%3BAAGJ%2CgBAAmB%2CmBAAgB%3BEAC%5C%2FB%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CGAAT%3B%3BAAGJ%2CgBAAmB%2CmBAAgB%2CMAAM%3BEACrC%2C0BAAA%3B%3BAAGJ%2CgBAAmB%2CmBAAgB%2CMAAM%3BEACrC%2CqBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CcAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CUAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgDAAA%3B%3BAAGJ%2CUAAU%2CIAAI%2CWAAW%2CIAAI%3BEACzB%2CeAAA%3B%3BAAGJ%2CUAAU%2CYAAa%3BEACnB%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CUAAU%2CWAAY%3BEAClB%2CgCAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2CUAAU%2COAAQ%3BEACd%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAU%2CSAAU%3BEAChB%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%2CWAAU%2CYAAa%3BEAClC%2C8BAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CcAAe%2CWAAU%2CWAAY%3BEACjC%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%2CWAAU%2CYAAa%3BEAClC%2C8BAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CcAAe%2CWAAU%2CWAAY%3BEACjC%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CaAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%2CMAAM%3BAAAQ%2CcAAc%2CMAAM%3BEAC5C%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CgBAAgB%2CMAAM%3BAAAQ%2CgBAAgB%2CMAAM%3BEAChD%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%2CMAAM%3BAAAQ%2CcAAc%2CMAAM%3BEAC5C%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2CMAAM%3BAAAQ%2CWAAW%2CMAAM%3BEACtC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%2CMAAM%3BAAAQ%2CcAAc%2CMAAM%3BEAC5C%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%2CMAAM%3BAAAQ%2CaAAa%2CMAAM%3BEAC1C%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%2CMAAM%3BAAAQ%2CYAAY%2CMAAM%3BEACxC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2CMAAM%3BAAAQ%2CWAAW%2CMAAM%3BEACtC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAASJ%2CQAN0B%3BEACtB%3BIACI%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CyBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CyBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3B%3BAAGJ%3BEACI%3BIACI%2C2BAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2C2BAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3B%3BAAIR%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3B%3BAASJ%2CmBANmD%3BEAC%5C%2FC%3BIACI%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAkB%2CmLAAlB%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2C0DAAA%3BEACA%2CkDAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAuB%3BAAAQ%2CuBAAuB%3BEAClD%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2C%2BBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CgBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CgBAAgB%3BAAAQ%2CgBAAgB%3BEACpC%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAgB%3BAAAW%2CgBAAgB%3BEACvC%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAiB%2CYAAa%2CiBAAgB%3BEAC1C%2CaAAA%3B%3BAAGJ%2CiBAAiB%2CWAAY%2CiBAAgB%3BEACzC%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAAwB%2CuBAAuB%3BAAAQ%2CwBAAwB%2CuBAAuB%3BEAClG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAAwB%2CuBAAuB%3BEAC3C%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C0BAA0B%2CuBAAuB%3BAAAQ%2C0BAA0B%2CuBAAuB%3BEACtG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C0BAA0B%2CuBAAuB%3BEAC7C%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAAwB%2CuBAAuB%3BAAAQ%2CwBAAwB%2CuBAAuB%3BEAClG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAAwB%2CuBAAuB%3BEAC3C%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAqB%2CuBAAuB%3BAAAQ%2CqBAAqB%2CuBAAuB%3BEAC5F%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAqB%2CuBAAuB%3BEACxC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAAwB%2CuBAAuB%3BAAAQ%2CwBAAwB%2CuBAAuB%3BEAClG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAAwB%2CuBAAuB%3BEAC3C%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CuBAAuB%2CuBAAuB%3BAAAQ%2CuBAAuB%2CuBAAuB%3BEAChG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CuBAAuB%2CuBAAuB%3BEAC1C%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBAAsB%2CuBAAuB%3BAAAQ%2CsBAAsB%2CuBAAuB%3BEAC9F%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBAAsB%2CuBAAuB%3BEACzC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAqB%2CuBAAuB%3BAAAQ%2CqBAAqB%2CuBAAuB%3BEAC5F%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAqB%2CuBAAuB%3BEACxC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%3BAAAQ%2CMAAM%3BEAChB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CMAAM%2CIAAI%2CWAAW%2CIAAI%3BEACrB%2CeAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CMAAM%2CKAAM%3BEACR%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CoEAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CWAAW%2CkBAAX%3B%3BAASJ%2CmBANmD%3BEAC%5C%2FC%2CMAAM%2CKAAM%3BIACR%2CgBAAA%3B%3B%3BAAIR%2CMAAM%2CKAAM%3BEACR%2CmBAAmB%2CeAAnB%3BEACA%2CWAAW%2CeAAX%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CyBAAZ%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CUAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CYAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CaAAgB%2COAAI%3BEAChB%2CoBAAA%3B%3BAAGJ%2CaAAgB%2COAAI%3BEAChB%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAkBJ%2CQAf0B%3BEACtB%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CYAAY%2C0BAAZ%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgDAAgD%2CoBAAoB%2CqCAAqC%2CqBAAqB%2CkBAAkB%2CiBAAhJ%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2CYAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAS%2COAAM%3BEACX%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAAAiB%2CgBAAgB%3BEAC7B%2CiBAAA%3B%3BAAGJ%2CeAAgB%3BAAAQ%2CgBAAgB%2CoBAAqB%3BEACzD%2CSAAA%3B%3BAAGJ%2CeAAgB%2COAAM%3BAAAU%2CgBAAgB%2CoBAAqB%2COAAM%3BEACvE%2CMAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BAAAmB%2CgBAAgB%3BEAC%5C%2FB%2CiBAAA%3B%3BAAGJ%2CiBAAkB%3BAAAQ%2CgBAAgB%2CsBAAuB%3BEAC7D%2COAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%3BAAAU%2CgBAAgB%2CsBAAuB%2COAAM%3BEAC3E%2CQAAA%3BEACA%2CoCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BAAAoB%2CgBAAgB%3BEAChC%2CiBAAA%3B%3BAAGJ%2CkBAAmB%3BAAAQ%2CgBAAgB%2CuBAAwB%3BEAC%5C%2FD%2CMAAA%3B%3BAAGJ%2CkBAAmB%2COAAM%3BAAAU%2CgBAAgB%2CuBAAwB%2COAAM%3BEAC7E%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BAAAkB%2CgBAAgB%3BEAC9B%2CiBAAA%3B%3BAAGJ%2CgBAAiB%3BAAAQ%2CgBAAgB%2CqBAAsB%3BEAC3D%2CQAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBAAiB%2COAAM%3BAAAU%2CgBAAgB%2CqBAAsB%2COAAM%3BEACzE%2COAAA%3BEACA%2CoCAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgDAAgD%2CoBAAoB%2CqCAAqC%2CqBAAqB%2CkBAAkB%2CiBAAhJ%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%2COAAM%3BAAAU%2CQAAS%2COAAM%3BEACpC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAAAiB%2CgBAAgB%3BEAC7B%2CqBAAA%3B%3BAAGJ%2CeAAgB%3BAAAQ%2CgBAAgB%2CoBAAqB%3BEACzD%2CQAAQ%2CyBAAR%3B%3BAAGJ%2CeAAgB%2COAAM%3BAAAU%2CgBAAgB%2CoBAAqB%2COAAM%3BAAC3E%2CeAAgB%2COAAM%3BAACtB%2CgBAAgB%2CoBAAqB%2COAAM%3BEACvC%2C6BAAA%3B%3BAAGJ%2CeAAgB%2COAAM%3BAAAU%2CgBAAgB%2CoBAAqB%2COAAM%3BEACvE%2CSAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CeAAgB%2COAAM%3BAACtB%2CgBAAgB%2CoBAAqB%2COAAM%3BEACvC%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BAAAmB%2CgBAAgB%3BEAC%5C%2FB%2CmBAAA%3B%3BAAGJ%2CiBAAkB%3BAAAQ%2CgBAAgB%2CsBAAuB%3BEAC7D%2CMAAM%2CyBAAN%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%3BAAAU%2CgBAAgB%2CsBAAuB%2COAAM%3BAAC%5C%2FE%2CiBAAkB%2COAAM%3BAACxB%2CgBAAgB%2CsBAAuB%2COAAM%3BEACzC%2CoCAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%3BAAAU%2CgBAAgB%2CsBAAuB%2COAAM%3BEAC3E%2COAAA%3BEACA%2CuCAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%3BAACxB%2CgBAAgB%2CsBAAuB%2COAAM%3BEACzC%2CSAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BAAAoB%2CgBAAgB%3BEAChC%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BAAAQ%2CgBAAgB%2CuBAAwB%3BEAC%5C%2FD%2CKAAK%2CyBAAL%3B%3BAAGJ%2CkBAAmB%2COAAM%3BAAAU%2CgBAAgB%2CuBAAwB%2COAAM%3BAACjF%2CkBAAmB%2COAAM%3BAACzB%2CgBAAgB%2CuBAAwB%2COAAM%3BEAC1C%2CoCAAA%3B%3BAAGJ%2CkBAAmB%2COAAM%3BAAAU%2CgBAAgB%2CuBAAwB%2COAAM%3BEAC7E%2CMAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CkBAAmB%2COAAM%3BAACzB%2CgBAAgB%2CuBAAwB%2COAAM%3BEAC1C%2CQAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAe%3BAAAU%2CgBAAgB%2CuBAAwB%2CgBAAe%3BEAC%5C%2FF%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgCAAA%3B%3BAAGJ%3BAAAkB%2CgBAAgB%3BEAC9B%2CoBAAA%3B%3BAAGJ%2CgBAAiB%3BAAAQ%2CgBAAgB%2CqBAAsB%3BEAC3D%2COAAO%2CyBAAP%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2COAAM%3BAAAU%2CgBAAgB%2CqBAAsB%2COAAM%3BAAC7E%2CgBAAiB%2COAAM%3BAACvB%2CgBAAgB%2CqBAAsB%2COAAM%3BEACxC%2CoCAAA%3B%3BAAGJ%2CgBAAiB%2COAAM%3BAAAU%2CgBAAgB%2CqBAAsB%2COAAM%3BEACzE%2CQAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2CgBAAiB%2COAAM%3BAACvB%2CgBAAgB%2CqBAAsB%2COAAM%3BEACxC%2CUAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAwB%2CkBAAxB%3BEACA%2CyBAAyB%2CkBAAzB%3B%3BAAGJ%2CeAAe%3BEACX%2CaAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3BEACA%2C4DAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAASJ%2CmBANmD%3BEAC%5C%2FC%3BIACI%2CgBAAA%3B%3B%3BAAIR%2CcAAc%3BAACd%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CmBAAmB%3BAACnB%2CmBAAmB%3BEACf%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%3BEACI%2CmBAAmB%3BEACnB%2CmBAAmB%3BIACf%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BAACA%2COAAO%3BEACH%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%3BEACI%3BEACA%2COAAO%3BIACH%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BAACA%2COAAO%3BEACH%2CmBAAmB%2CiBAAnB%3BEACA%2CWAAW%2CiBAAX%3B%3BAAGJ%3BEACI%3BEACA%2COAAO%3BIACH%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%2CcAAe%3BEACX%2CUAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CcAAe%2CeAAc%3BAAC7B%2CcAAe%2CoBAAmB%3BAAClC%2CcAAe%2CoBAAmB%3BEAC9B%2CUAAA%3B%3BAAGJ%2CcAAe%2CQAAO%3BAACtB%2CcAAe%2CQAAO%3BEAClB%2CUAAA%3B%3BAAGJ%2CcAAe%3BAACf%2CcAAe%3BAACf%2CcAAe%2CeAAc%3BAAC7B%2CcAAe%2CQAAO%3BAACtB%2CcAAe%2CQAAO%3BEAClB%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%3BEACI%2CcAAe%3BEACf%2CcAAe%3BEACf%2CcAAe%2CeAAc%3BEAC7B%2CcAAe%2CQAAO%3BEACtB%2CcAAe%2CQAAO%3BIAClB%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BAACA%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAsB%3BAAAQ%2CsBAAsB%3BAACpD%2CsBAAsB%3BAACtB%2CsBAAsB%3BEAClB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2COAAA%3B%3BAAGJ%3BEACI%2CQAAA%3B%3BAAGJ%3BAACA%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CsBAAsB%2C0LAAtB%3B%3BAAGJ%3BEACI%2CsBAAsB%2C0LAAtB%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CoBAAqB%2CGAAE%3BEACnB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CoBAAqB%2CGAAE%3BEACnB%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CmCAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3B%3BAAGJ%3BEACI%2CiCAAA%3B%3BAAGJ%3BEACI%2CiCAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BAAChC%2CMAAM%2CWAAW%3BAACjB%2CMAAM%2CWAAW%3BEACb%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BAACpC%2CMAAM%2CaAAa%3BAACnB%2CMAAM%2CaAAa%3BEACf%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BAAChC%2CMAAM%2CWAAW%3BAACjB%2CMAAM%2CWAAW%3BEACb%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CQAAQ%3BAAAQ%2CCAAC%2CQAAQ%3BAAC1B%2CMAAM%2CQAAQ%3BAACd%2CMAAM%2CQAAQ%3BEACV%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BAAChC%2CMAAM%2CWAAW%3BAACjB%2CMAAM%2CWAAW%3BEACb%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CUAAU%3BAAAQ%2CCAAC%2CUAAU%3BAAC9B%2CMAAM%2CUAAU%3BAAChB%2CMAAM%2CUAAU%3BEACZ%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CSAAS%3BAAAQ%2CCAAC%2CSAAS%3BAAC5B%2CMAAM%2CSAAS%3BAACf%2CMAAM%2CSAAS%3BEACX%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CCAAC%2CQAAQ%3BAAAQ%2CCAAC%2CQAAQ%3BAAC1B%2CMAAM%2CQAAQ%3BAACd%2CMAAM%2CQAAQ%3BEACV%2CyBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CwCAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3BEACA%2CmCAAA%3B%3BAAGJ%3BEACI%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3B%3BAA2CJ%2CQAxC0B%3BEACtB%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAA4CR%2CQAxC0B%3BEACtB%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAA4CR%2CQAxC0B%3BEACtB%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAA4CR%2CQAxC2B%3BEACvB%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAA4CR%3BEAvCI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CiBAAkB%3BAAClB%2CiBAAkB%3BAAClB%2CiBAAkB%3BAAClB%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CuBAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CmBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CiBAAA%3B%3BAAGJ%3BEACI%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CqCAAA%3BEACA%2CiCAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CkCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CkCAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CqCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CsCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CyCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CsCAAA%3BEACA%2CiCAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CqCAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CmCAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CsCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CwCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEACI%2CuCAAA%3BEACA%2C8BAAA%3B%3BAA%2BKJ%2CQA5K0B%3BEACtB%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAAgLR%2CQA5K0B%3BEACtB%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAAgLR%2CQA5K0B%3BEACtB%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAAgLR%2CQA5K2B%3BEACvB%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAiBJ%2CQAd0B%3BEACtB%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAkBR%2CQAd0B%3BEACtB%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAkBR%2CQAd0B%3BEACtB%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAkBR%2CQAd2B%3BEACvB%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAIR%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%3BIACI%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CaAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAkB%3BAAAS%2CkBAAkB%3BEACzC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CmDAAA%3B%3BAAGJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2C4CAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CwBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C0BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C2BAAA%3B%3BAAGJ%3BAACA%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C2BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C6BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C8BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C4BAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C2BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C6BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C8BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C4BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CyBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C2BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C4BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CuBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C4BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C8BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C%2BBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C4BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C8BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C%2BBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C2BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C6BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C8BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C4BAAA%3B%3BAA6TJ%2CQA1T0B%3BEACtB%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3B%3BAA8TR%2CQA1T0B%3BEACtB%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3B%3BAA8TR%2CQA1T0B%3BEACtB%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3B%3BAA8TR%2CQA1T2B%3BEACvB%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BEACA%3BIACI%2CkBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C%2BBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BEACA%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C4BAAA%3B%3B%3BAAIR%3BEACI%2CsDAAsD%2CmBAAmB%2CwBAAzE%3B%3BAAGJ%3BEACI%2C8BAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2C4BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAiBJ%2CQAd0B%3BEACtB%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3B%3B%3BAAkBR%2CQAd0B%3BEACtB%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3B%3B%3BAAkBR%2CQAd0B%3BEACtB%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3B%3B%3BAAkBR%2CQAd2B%3BEACvB%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BEACI%2CoCAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3B%3BAAGJ%3BEACI%2CqCAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BEAChC%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CeAAe%3BAAAQ%2CCAAC%2CeAAe%3BEACpC%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BEAChC%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CUAAU%3BAAAQ%2CCAAC%2CUAAU%3BEAC1B%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BEAChC%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CYAAY%3BAAAQ%2CCAAC%2CYAAY%3BEAC9B%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BEAC5B%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CCAAC%2CUAAU%3BAAAQ%2CCAAC%2CUAAU%3BEAC1B%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAoGJ%3BEAhGI%3BEACA%2CCAAC%3BEACD%2CCAAC%3BIACG%2C4BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CCAAC%2CIAAI%3BIACD%2C0BAAA%3B%3BEAGJ%2CIAAI%2COAAO%3BIACP%2CSAAS%2CKAAK%2CYAAY%2CGAA1B%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CyBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BEACA%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CQAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CoCAAA%3B%3BEAGJ%2CMAAO%3BEACP%2CMAAO%3BIACH%2CsBAAA%3B%3BEAGJ%2CeAAgB%3BEAChB%2CeAAgB%3BIACZ%2CyBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2CWAAY%3BEACZ%2CWAAY%3BEACZ%2CWAAY%2CMAAM%3BEAClB%2CWAAY%2CMAAQ%3BIAChB%2CqBAAA%3B%3BEAGJ%2CMAAO%2CYAAY%3BIACf%2CcAAA%3BIACA%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAC96SR%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%3BEACA%2CkBAAA%3B%3BACXJ%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%3BAChBR%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%3BACrCR%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%2CYAAY%2C0DAAZ%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3B%3BADVJ%2CCAAC%2CEAAgB%3BECOb%2CYAAY%2C0DAAZ%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CWAAW%2CcAAX%3B%3BADNJ%2CCAAC%2CEAAgB%3BECGb%2CYAAY%2C0DAAZ%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CWAAW%2CcAAX%3B%3BADFJ%2CCAAC%2CEAAgB%3BECMb%2CYAAY%2CoEAAZ%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CeAAe%2CYAAf%3BEACA%2CWAAW%2CYAAX%3B%3BADLJ%2CCAAC%2CEAAgB%3BECEb%2CYAAY%2CoEAAZ%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%2CSCuUW%2CODvUX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCudW%2CODvdX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCmjBY%2CODnjBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC4NgB%2COD5NhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC0VW%2COD1VX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCkmBU%2CODlmBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCmmBY%2CODnmBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCmsBU%2CODnsBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC0PU%2COD1PV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC2nBc%2COD3nBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSCsnBQ%2CODtnBR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSConBa%2CODpnBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCoGW%2CODpGX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC6nBW%2COD7nBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCmgBiB%2CODngBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC8fkB%2COD9flB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC2ce%2COD3cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC6gBY%2COD7gBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCyGS%2CODzGT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCqnBa%2CODrnBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC2RU%2COD3RV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCuLY%2CODvLZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC6Ea%2COD7Eb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC6cU%2COD7cV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCuHc%2CODvHd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSChEyB%2CODgEzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCjEuB%2CODiEvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCmRW%2CODnRX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCmZmB%2CODnZnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC8aY%2COD9aZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCqaa%2CODrab%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC0Sc%2COD1Sd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC0SU%2COD1SV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCwJU%2CODxJV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC6NgB%2COD7NhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCumBgB%2CODvmBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCkmBiB%2CODlmBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCgmBe%2CODhmBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCsXY%2CODtXZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9Fa%2COD8Fb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCgfS%2CODhfT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC6eU%2COD7eV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCtEU%2CODsEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzEc%2CODyEd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC0VW%2COD1VX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7DY%2COD6DZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%2BGU%2COD%5C%2FGV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC7FU%2COD6FV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCyMY%2CODzMZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCodiB%2CODpdjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCidgB%2CODjdhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC9LgB%2COD8LhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCpMkB%2CODoMlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCrMiB%2CODqMjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC3MmB%2COD2MnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCyMU%2CODzMV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCkQa%2CODlQb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC0JY%2COD1JZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCmgBkB%2CODngBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCwQe%2CODxQf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC6PY%2COD7PZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCgMgB%2CODhMhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCjPY%2CODiPZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCqbU%2CODrbV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC8OqB%2COD9OrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC0ToB%2COD1TpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCxHoB%2CODwHpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnOY%2CODmOZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCsWmB%2CODtWnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC3BmB%2COD2BnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrOc%2CODqOd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCgOU%2CODhOV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCuMW%2CODvMX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCuVU%2CODvVV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCAa%2CODAb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSClDkB%2CODkDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCuUkB%2CODvUlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCzFW%2CODyFX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSClKkB%2CODkKlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCrKmB%2CODqKnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCiMiB%2CODjMjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCmIkB%2CODnIlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCoWkB%2CODpWlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2FLkB%2COD%2BLlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC4LqB%2COD5LrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC0CiB%2COD1CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCzJgB%2CODyJhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCiVoB%2CODjVpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSClNoB%2CODkNpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2FSS%2COD%2BST%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSClUgB%2CODkUhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCrUiB%2CODqUjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCxUc%2CODwUd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FUgB%2COD%2BUhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCiMW%2CODjMX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSChJY%2CODgJZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3Mc%2COD2Md%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC2HU%2COD3HV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC6DW%2COD7DX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9Vc%2COD8Vd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCtKwB%2CODsKxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC9FU%2COD8FV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCTU%2CODSV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzIU%2CODyIV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSChLS%2CODgLT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCnLe%2CODmLf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC9L0B%2COD8L1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC6EW%2COD7EX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrUc%2CODqUd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC4FY%2COD5FZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3Qa%2COD2Qb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCjBY%2CODiBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1SgB%2COD0ShB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCjTkB%2CODiTlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCwFa%2CODxFb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCwHmB%2CODxHnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnLY%2CODmLZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCrLiB%2CODqLjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9ac%2COD8ad%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCnbc%2CODmbd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC3ae%2COD2af%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCmOoB%2CODnOpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCnPqB%2CODmPrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC3XkB%2COD2XlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC1GS%2COD0GT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC3UU%2COD2UV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzUc%2CODyUd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCwKiB%2CODxKjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCmKmB%2CODnKnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCuGe%2CODvGf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzKa%2CODyKb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC0Dc%2COD1Dd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCtHqB%2CODsHrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC6IgB%2COD7IhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7SmB%2COD6SnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCwCa%2CODxCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC4JY%2COD5JZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC5OmB%2COD4OnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCwKY%2CODxKZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC7Ja%2COD6Jb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCpEW%2CODoEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCmDc%2CODnDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC5dgB%2COD4dhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2FEkB%2COD%2BElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCqIa%2CODrIb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCpVc%2CODoVd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnRY%2CODmRZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCgIY%2CODhIZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCzZiB%2CODyZjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCjDS%2CODiDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%5C%2FPW%2COD%2BPX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3fc%2COD2fd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzhBU%2CODyhBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCjeiB%2CODiejB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC3RkB%2COD2RlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChSiB%2CODgSjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSClSe%2CODkSf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCzSiB%2CODySjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSChmBuB%2CODgmBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSC%5C%2FlBwB%2COD%2BlBxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSClmBqB%2CODkmBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC7mBuB%2COD6mBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5UW%2COD4UX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCmHY%2CODnHZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCRW%2CODQX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvYY%2CODuYZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC5jBe%2COD4jBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxnBgB%2CODwnBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCwDW%2CODxDX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSChRU%2CODgRV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC7gBW%2COD6gBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCxZW%2CODwZX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCxIc%2CODwId%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC7aa%2COD6ab%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9Ne%2COD8Nf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzac%2CODyad%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCjGY%2CODiGZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCtpBU%2CODspBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCjTa%2CODiTb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCtTa%2CODsTb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9FmB%2COD8FnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCrBe%2CODqBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5FW%2COD4FX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC7TW%2COD6TX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5CW%2COD4CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCzPe%2CODyPf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC3PsB%2COD2PtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSClbwB%2CODkbxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCzbiB%2CODybjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCnTW%2CODmTX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FoBgB%2COD%2BoBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC5oBc%2COD4oBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCtpBgB%2CODspBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCzpBiB%2CODypBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCvmBa%2CODumBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSChMU%2CODgMV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC%5C%2FLe%2COD%2BLf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrMc%2CODqMd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCzkBc%2CODykBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2FYc%2COD%2BYd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCpGU%2CODoGV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCxgBW%2CODwgBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSChLgB%2CODgLhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC%5C%2FoBe%2COD%2BoBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FoBgB%2COD%2BoBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC5uBU%2COD4uBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9Pa%2COD8Pb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrIc%2CODqId%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCtrBe%2CODsrBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FbiB%2COD%2BbjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCpnBc%2CODonBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC7rBoB%2COD6rBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSChsBkB%2CODgsBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FIa%2COD%2BIb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCrPiB%2CODqPjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC7Oc%2COD6Od%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvyBY%2CODuyBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC9sBY%2COD8sBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzrBa%2CODyrBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCpnBiB%2CODonBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FxBgB%2COD%2BxBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCliBgB%2CODkiBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCh4Be%2CODg4Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCldY%2CODkdZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvpBiB%2CODupBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC%5C%2F0BU%2COD%2B0BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSChlBc%2CODglBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2FZiB%2COD%2BZjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCl5BuB%2CODk5BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCr5BwB%2CODq5BxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCx5BqB%2CODw5BrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC%5C%2F5BuB%2COD%2B5BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC95BgB%2COD85BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCj6BiB%2CODi6BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCp6Bc%2CODo6Bd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC36BgB%2COD26BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzvBa%2CODyvBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5jBY%2COD4jBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnUY%2CODmUZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvgBY%2CODugBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC1zBc%2COD0zBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC3cgB%2COD2chB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC9ciB%2COD8cjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3Xa%2COD2Xb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC30BY%2COD20BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5cW%2COD4cX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCprBgB%2CODorBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCntBc%2CODmtBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCrtBmB%2CODqtBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCvaa%2CODuab%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCptBa%2CODotBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClkBW%2CODkkBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC1tBa%2COD0tBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCjoBgB%2CODioBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCrvBY%2CODqvBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1vBoB%2COD0vBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCpYc%2CODoYd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCp3BU%2CODo3BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSChgBe%2CODggBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCpbiB%2CODobjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCroBoB%2CODqoBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCh3BU%2CODg3BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC14Be%2COD04Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC56BkB%2COD46BlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSChjBc%2CODgjBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSClsBU%2CODksBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCz1BiB%2CODy1BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSChciB%2CODgcjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCzce%2CODycf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC12BY%2COD02BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC3kBkB%2COD2kBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCnpBgB%2CODmpBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCtpBsB%2CODspBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC9hBY%2COD8hBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn%5C%2FBgB%2CODm%5C%2FBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCl1BuB%2CODk1BvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCtkBY%2CODskBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnrBY%2CODmrBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCj%2BByB%2CODi%2BBzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCp%2BB0B%2CODo%2BB1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCv%2BBuB%2CODu%2BBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSC9%2BByB%2COD8%2BBzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCjxBW%2CODixBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCv8BU%2CODu8BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5nCY%2COD4nCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7bgB%2COD6bhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3iCc%2COD2iCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC37BgB%2COD27BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC97BgB%2COD87BhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCrnBgB%2CODqnBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCtqBiB%2CODsqBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7fY%2COD6fZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCnuBkB%2CODmuBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCtuBoB%2CODsuBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9xBc%2COD8xBd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCnyBgB%2CODmyBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC5iCkB%2COD4iClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCltBmB%2CODktBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCn9B0B%2CODm9B1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1oBkB%2COD0oBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCthCa%2CODshCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCvlCyB%2CODulCzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCzlCuB%2CODylCvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC%5C%2FlC0B%2COD%2BlC1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCx%5C%2FBS%2CODw%5C%2FBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCp7BS%2CODo7BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSClhBS%2CODkhBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC92BS%2COD82BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC72BS%2COD62BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2FsBS%2COD%2BsBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCp3BS%2CODo3BT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCjqCS%2CODiqCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCzgCU%2CODygCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSChgCe%2CODggCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCrrBoB%2CODqrBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCxrBqB%2CODwrBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC3rBqB%2COD2rBrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC9rBsB%2COD8rBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC9rBsB%2COD8rBtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCjsBuB%2CODisBvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC%5C%2FnBe%2COD%2BnBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCtoBiB%2CODsoBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC9hBoB%2COD8hBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpiBa%2CODoiBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCljBU%2CODkjBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCrjBiB%2CODqjBjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2FiBkB%2COD%2BiBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9mCa%2COD8mCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC3tBoB%2COD2tBpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC58Be%2COD48Bf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCnjCY%2CODmjCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC70CS%2COD60CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCpwCe%2CODowCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCvwCsB%2CODuwCtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5pBY%2COD4pBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC%5C%2FpBmB%2COD%2BpBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCj8BqB%2CODi8BrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCl8BmB%2CODk8BnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCx8BqB%2CODw8BrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC38BsB%2COD28BtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC91CW%2COD81CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC7nBa%2COD6nBb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCh3Ca%2CODg3Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCp%2BBW%2CODo%2BBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrrCc%2CODqrCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC5zBW%2COD4zBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvmCgB%2CODumChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCttBY%2CODstBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3pCY%2COD2pCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC3%2BBU%2COD2%2BBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCvlCc%2CODulCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSChyBW%2CODgyBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC19BY%2COD09BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCl5Ca%2CODk5Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC70CS%2COD60CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSCzsBQ%2CODysBR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCtsBW%2CODssBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCj6BY%2CODi6BZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCj%2BBe%2CODi%2BBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCz1BoB%2CODy1BpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSCx6C0B%2CODw6C1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSC76CyB%2COD66CzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCx1CyB%2CODw1CzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCrwCkB%2CODqwClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCpuBgB%2CODouBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCpvBkB%2CODovBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCjyBS%2CODiyBT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCp%2BBmB%2CODo%2BBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCr4BmB%2CODq4BnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC95BW%2COD85BX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSChxCqB%2CODgxCrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCtvBe%2CODsvBf%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2FhCY%2COD%2BhCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSClzBgB%2CODkzBhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC7rCoB%2COD6rCpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSChwBW%2CODgwBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3sCY%2COD2sCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5%5C%2FBY%2COD4%5C%2FBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9%5C%2FBmB%2COD8%5C%2FBnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BEAChC%2CSCz5BwB%2CODy5BxB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC95BiB%2COD85BjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCv1Ce%2CODu1Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCv1CU%2CODu1CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnjCmB%2CODmjCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCxjCoB%2CODwjCpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC31CY%2COD21CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSChrCY%2CODgrCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC9qCc%2COD8qCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCn0CS%2CODm0CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC79Cc%2COD69Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC76CW%2COD66CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSChmCS%2CODgmCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCt%2BBW%2CODs%2BBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCj5CU%2CODi5CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCp5CW%2CODo5CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FgDa%2COD%2BgDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSClhDoB%2CODkhDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC9%2BBW%2COD8%2BBX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCj%5C%2FBkB%2CODi%5C%2FBlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrlCa%2CODqlCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC1%5C%2FCS%2COD0%5C%2FCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCr%2BBU%2CODq%2BBV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC37BU%2COD27BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCnhCa%2CODmhCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn7CgB%2CODm7ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2FhCgB%2COD%2BhChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCj8Cc%2CODi8Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCr4CgB%2CODq4ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCj4CiB%2CODi4CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCj5CkB%2CODi5ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC94CuB%2COD84CvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC15CkB%2COD05ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCn6CoB%2CODm6CpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv6CkB%2CODu6ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2F5CkB%2COD%2B5ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2F6CiB%2COD%2B6CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC18BU%2COD08BV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSChhDa%2CODghDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrzCc%2CODqzCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC7yCe%2COD6yCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC5iDoB%2COD4iDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC3rCW%2COD2rCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCt%5C%2FCY%2CODs%5C%2FCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2F5CgB%2COD%2B5ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCp6CS%2CODo6CT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CoBAAoB%3BAACrC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCp5CiB%2CODo5CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCplCmB%2CODolCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSCjuCQ%2CODiuCR%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3%5C%2FBY%2COD2%5C%2FBZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSClxCiB%2CODkxCjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCtxCmB%2CODsxCnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCx5Ca%2CODw5Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCnmDiB%2CODmmDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCr6CY%2CODq6CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCpyCe%2CODoyCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3rCa%2COD2rCb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCttCe%2CODstCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCztCsB%2CODytCtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC5rDU%2COD4rDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCl%5C%2FCc%2CODk%5C%2FCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC%5C%2FlCS%2COD%2BlCT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCptDgB%2CODotDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC3yCU%2COD2yCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC3tCgB%2COD2tChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1mCY%2COD0mCZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCziCU%2CODyiCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCp2CiB%2CODo2CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCtkCU%2CODskCV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCttDgB%2CODstDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC31CY%2COD21CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSClgDmB%2CODkgDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCtsDa%2CODssDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7sDmB%2COD6sDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCntDiB%2CODmtDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCztDa%2CODytDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxtDe%2CODwtDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC3tDe%2COD2tDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvxDgB%2CODuxDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC1xDkB%2COD0xDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCnrCW%2CODmrCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxrDe%2CODwrDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSCt0DQ%2CODs0DR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvoDgB%2CODuoDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC75CiB%2COD65CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC%5C%2FyDmB%2COD%2ByDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC12DgB%2COD02DhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCt5Ce%2CODs5Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCn%5C%2FCgB%2CODm%5C%2FChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCpgDY%2CODogDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCvgDmB%2CODugDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCvuCgB%2CODuuChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC1uCe%2COD0uCf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCj1Da%2CODi1Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC7zDS%2COD6zDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCtiDa%2CODsiDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC75De%2COD65Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSClzDQ%2CODkzDR%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCjkDS%2CODikDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2F%5C%2FCc%2COD%2B%5C%2FCd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCt1DgB%2CODs1DhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC7wDoB%2COD6wDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSClwDc%2CODkwDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCrqDc%2CODqqDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FjDa%2COD%2BjDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC95CY%2COD85CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCr5CkB%2CODq5ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC%5C%2F4CiB%2COD%2B4CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCj5Cc%2CODi5Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCr2De%2CODq2Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC12DqB%2COD02DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC9xDa%2COD8xDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC96CU%2COD86CV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCvxCiB%2CODuxCjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCviDgB%2CODuiDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC93CiB%2COD83CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC5pDe%2COD4pDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClyCW%2CODkyCX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCjlDU%2CODilDV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC1kDa%2COD0kDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCx1CiB%2CODw1CjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC31CqB%2COD21CrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCtzCkB%2CODszClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCrmDiB%2CODqmDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC7zCgB%2COD6zChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC5mDiB%2COD4mDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9mDmB%2COD8mDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCnnDmB%2CODmnDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5lDY%2COD4lDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSClwDgB%2CODkwDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCl0DuB%2CODk0DvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCpkDiB%2CODokDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC50Cc%2COD40Cd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5gDY%2COD4gDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC72Ce%2COD62Cf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC%5C%2F2CgB%2COD%2B2ChB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCzgES%2CODygET%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCj3Ca%2CODi3Cb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCl6CW%2CODk6CX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC39CY%2COD29CZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCpqDY%2CODoqDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2F1CkB%2COD%2B1ClB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7oDmB%2COD6oDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCppDc%2CODopDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCr4DkB%2CODq4DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCpjEkB%2CODojElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CuBAAuB%3BEACpC%2CSCtjE4B%2CODsjE5B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC7jEkB%2COD6jElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCjkEqB%2CODikErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCzkEmB%2CODykEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC%5C%2FrDmB%2COD%2BrDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSClyDc%2CODkyDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSClsDkB%2CODksDlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCrsDoB%2CODqsDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCxiDiB%2CODwiDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC3iDmB%2COD2iDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCriEY%2CODqiEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC3iEoB%2COD2iEpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSChhEW%2CODghEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCjoEmB%2CODioEnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC10DiB%2COD00DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC90DqB%2COD80DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCr1DoB%2CODq1DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC31DmB%2COD21DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCn2De%2CODm2Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCz3DiB%2CODy3DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCj4DkB%2CODi4DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCj4DqB%2CODi4DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC94DmB%2COD84DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCx4DkB%2CODw4DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC%5C%2F4DoB%2COD%2B4DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCp5DkB%2CODo5DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCvjDe%2CODujDf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCxtDgB%2CODwtDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC3jEsB%2COD2jEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BEAChB%2CSCr8DQ%2CODq8DR%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCx8De%2CODw8Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCnkDiB%2CODmkDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC7yDmB%2COD6yDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSChzD0B%2CODgzD1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC19DgB%2COD09DhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCzhDiB%2CODyhDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvuDY%2CODuuDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSChoEY%2CODgoEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCxgEa%2CODwgEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCr0DW%2CODq0DX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCp6DuB%2CODo6DvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC1pDgB%2COD0pDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCvnEY%2CODunEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClzEW%2CODkzEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC3yEY%2COD2yEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC1sEqB%2COD0sErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSChtEsB%2CODgtEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCjtEsB%2CODitEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCztEsB%2CODytEtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC%5C%2F8Dc%2COD%2B8Dd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC15Da%2COD05Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC75De%2COD65Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCn6DW%2CODm6DX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSCz6DS%2CODy6DT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSC9qEgB%2COD8qEhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCjrEkB%2CODirElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCt%5C%2FDW%2CODs%5C%2FDX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSCloDW%2CODkoDX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCxxEe%2CODwxEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC9kEe%2COD8kEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCh2DkB%2CODg2DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCnqEU%2CODmqEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSClsEqB%2CODksErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCztEc%2CODytEd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC17DU%2COD07DV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCrmEkB%2CODqmElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CIAAI%3BEACjB%2CSC1rDS%2COD0rDT%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC54DkB%2COD44DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC78Dc%2COD68Dd%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCz2DY%2CODy2DZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCv7DkB%2CODu7DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC17DoB%2COD07DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC3yDiB%2COD2yDjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC9yDmB%2COD8yDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC32DkB%2COD22DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC92DqB%2COD82DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzlEa%2CODylEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCl2Ee%2CODk2Ef%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCr2EiB%2CODq2EjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCp9Da%2CODo9Db%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC1oEY%2COD0oEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCzsDgB%2CODysDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC3sDa%2COD2sDb%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2FuEY%2COD%2BuEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCzwDsB%2CODywDtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCpuDoB%2CODouDpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCl9DuB%2CODk9DvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC34EW%2COD24EX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSCt7EuB%2CODs7EvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSC9vD0B%2COD8vD1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC94Ea%2COD84Eb%3B%3BAAGJ%2CCAAC%2CEAAgB%2C4BAA4B%3BEACzC%2CSCr8EiC%2CODq8EjC%3B%3BAAGJ%2CCAAC%2CEAAgB%2CiBAAiB%3BAAClC%2CCAAC%2CEAAgB%2CoCAAoC%3BEACjD%2CSC1%2BEyC%2COD0%2BEzC%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCtzEU%2CODszEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSClsEW%2CODksEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCrsEa%2CODqsEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCl8DmB%2CODk8DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCpmEgB%2CODomEhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC7yDY%2COD6yDZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSChzDmB%2CODgzDnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCt8Dc%2CODs8Dd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCz8DoB%2CODy8DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSC58DqB%2COD48DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCljEgB%2CODkjEhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCpxEiB%2CODoxEjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSChyDW%2CODgyDX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC15De%2COD05Df%3B%3BAAGJ%2CCAAC%2CEAAgB%2CmBAAmB%3BAACpC%2CCAAC%2CEAAgB%2CqBAAqB%3BEAClC%2CSClvE0B%2CODkvE1B%3B%3BAAGJ%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCzxEkB%2CODyxElB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCruEiB%2CODquEjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSCp2EmB%2CODo2EnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCv2EqB%2CODu2ErB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC9qEY%2COD8qEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSC%5C%2FkFkB%2COD%2BkFlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCllFoB%2CODklFpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCtlFkB%2CODslFlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC1lFoB%2COD0lFpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC34DiB%2COD24DjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BEAC3B%2CSC94DmB%2COD84DnB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSCh5DY%2CODg5DZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSC3vEc%2COD2vEd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSC%5C%2FvEa%2COD%2BvEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BAACnC%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSCnwEe%2CODmwEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CMAAM%3BEACnB%2CSC%5C%2FmEW%2COD%2BmEX%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCv1EoB%2CODu1EpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCr%5C%2FDc%2CODq%5C%2FDd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSC1%2BDsB%2COD0%2BDtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2C2BAA2B%3BEACxC%2CSC5%2BDgC%2COD4%2BDhC%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CiBAAiB%3BEAC9B%2CSCn%5C%2FDsB%2CODm%5C%2FDtB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CoBAAoB%3BEACjC%2CSCv%5C%2FDyB%2CODu%5C%2FDzB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CkBAAkB%3BEAC%5C%2FB%2CSC%5C%2F%5C%2FDuB%2COD%2B%5C%2FDvB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC5lEY%2COD4lEZ%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC7mFU%2COD6mFV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCzqEa%2CODyqEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCr7DqB%2CODq7DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BEAC7B%2CSCx7DqB%2CODw7DrB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSC37DoB%2COD27DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CaAAa%3BEAC1B%2CSCp8DkB%2CODo8DlB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CkBAAkB%3BAACnC%2CCAAC%2CEAAgB%2CeAAe%3BEAC5B%2CSCx8DoB%2CODw8DpB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CSAAS%3BEACtB%2CSCjpFc%2CODipFd%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCh4EU%2CODg4EV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSCz%2BEU%2CODy%2BEV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CKAAK%3BEAClB%2CSC11EU%2COD01EV%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCpsEa%2CODosEb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CQAAQ%3BEACrB%2CSCjgFa%2CODigFb%3B%3BAAGJ%2CCAAC%2CEAAgB%2CUAAU%3BEACvB%2CSC5xEe%2COD4xEf%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSC3oEiB%2COD2oEjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CYAAY%3BEACzB%2CSCjmEiB%2CODimEjB%3B%3BAAGJ%2CCAAC%2CEAAgB%2CWAAW%3BEACxB%2CSCx%2BDgB%2CODw%2BDhB%3B%3BAAGJ%2CCAAC%2CEAAgB%2COAAO%3BEACpB%2CSC%5C%2FyEY%2COD%2ByEZ%3B%3BAExvFJ%3BEb6gPI%2CmBAAA%3BESh%5C%2FOA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAAUA%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3B%3BAKtDR%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAWA%2CaAAA%3B%3BAAVA%2CWAAY%3BEACR%2CYAAA%3B%3BAALR%2CYAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAKJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAIR%2CYAAY%3BEACR%2CaAAA%3B%3B%3BAfnFJ%2CcAAe%3BEACX%2CqBAAqB%2CoDAArB%3B%3B%3BAAIJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CWAAC%3BAAAD%2CWAAC%3BAAAQ%2CWAAC%3BAAAD%2CWAAC%3BEACN%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAJH%2CMAII%3BAAAD%2CWAJH%2CMAII%3BAAAD%2CWAJM%2CMAIL%3BAAAD%2CWAJM%2CMAIL%3BEACG%2CUAAA%3B%3BAAGR%2CWAAC%2CeAAe%3BAAAhB%2CWAAC%2CeAAe%3BEACZ%2CaAAA%3B%3BAAIR%2CWAAW%3BAAAS%2CWAAW%3BEAC3B%2CaAnDgB%2COAmDhB%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3BAAII%3BEACI%2CaAAa%2COAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CqBAAT%3BEACA%2CSAAS%2C6BAAsC%2COAAO%2C0BAA0B%2CuBAAgC%2COAAO%2CaAAa%2CsBAA%2BB%2COAAO%2CiBAAiB%2C4BAAqC%2COAAO%2CMAAvO%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CWAAA%3B%3BAACA%2CWAAY%3BEACR%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSA1Ee%2CKA0Ef%3B%3BAACA%2CWAAY%2CYAFf%3BEAGO%2CSA3EW%2CKA2EX%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAACA%2CWAAY%3BEACR%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSAvFe%2CKAuFf%3B%3BAACA%2CWAAY%2CYAFf%3BEAGO%2CSA1FW%2CKA0FX%3B%3B%3BAAOZ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAARJ%2CWASI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CWASI%2CGAQI%3BEACI%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWApBR%2CGAQI%2COAYK%3BAAAQ%2CWApBjB%2CGAQI%2COAYc%3BEACN%2CaAAA%3B%3BAACA%2CWAtBZ%2CGAQI%2COAYK%2CMAEI%3BAAAD%2CWAtBZ%2CGAQI%2COAYc%2CMAEL%3BEACG%2CUAAA%3B%3BAAGR%2CWA1BR%2CGAQI%2COAkBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSA1IM%2CKA0IN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaApJI%2COAoJJ%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGR%2CWA3CJ%2CGA2CK%2CaAAc%2COAAM%3BEACjB%2CYAAA%3BEACA%2CaAAA%22%7D */.container {
  width: 94%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.row-content .col-sidebar {
  width: 250px;
}
.row-content .col-main {
  width: calc(100% - 280px);
}
.page-layout-2columns-left .row-content .col-sidebar {
  float: left;
}
.page-layout-2columns-left .row-content .col-main {
  float: right;
}
.page-layout-2columns-left .row-content:after {
  content: "";
  display: block;
  clear: both;
}
.page-layout-2columns-right .row-content .col-sidebar {
  float: right;
}
.page-layout-2columns-right .row-content .col-main {
  float: left;
}
.page-layout-2columns-right .row-content:after {
  content: "";
  display: block;
  clear: both;
}
.page-layout-3columns .row-content {
  display: flex;
}
.page-layout-3columns .row-content .col-left {
  float: left;
  order: 1;
}
.page-layout-3columns .row-content .col-right {
  float: right;
  order: 2;
}
.page-layout-3columns .row-content .col-main {
  width: calc(100% - 560px);
  margin: 0 auto;
  order: 2;
}
.page-layout-3columns .row-content:after {
  content: "";
  display: block;
  clear: both;
}
.container-logo {
  padding-top: 30px;
}
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="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}
.product-megamenu .quickview-handler {
  display: none !important;
}
.modal-dialog {
  margin: 40px auto;
}
.table-comparison .quickview-handler {
  display: none !important;
}
.products.wrapper {
  clear: both;
}
.hidden {
  display: none;
}
.page-main .col-xs-1,
.page-main .col-sm-1,
.page-main .col-md-1,
.page-main .col-lg-1,
.page-main .col-xs-2,
.page-main .col-sm-2,
.page-main .col-md-2,
.page-main .col-lg-2,
.page-main .col-xs-3,
.page-main .col-sm-3,
.page-main .col-md-3,
.page-main .col-lg-3,
.page-main .col-xs-4,
.page-main .col-sm-4,
.page-main .col-md-4,
.page-main .col-lg-4,
.page-main .col-xs-5,
.page-main .col-sm-5,
.page-main .col-md-5,
.page-main .col-lg-5,
.page-main .col-xs-6,
.page-main .col-sm-6,
.page-main .col-md-6,
.page-main .col-lg-6,
.page-main .col-xs-7,
.page-main .col-sm-7,
.page-main .col-md-7,
.page-main .col-lg-7,
.page-main .col-xs-8,
.page-main .col-sm-8,
.page-main .col-md-8,
.page-main .col-lg-8,
.page-main .col-xs-9,
.page-main .col-sm-9,
.page-main .col-md-9,
.page-main .col-lg-9,
.page-main .col-xs-10,
.page-main .col-sm-10,
.page-main .col-md-10,
.page-main .col-lg-10,
.page-main .col-xs-11,
.page-main .col-sm-11,
.page-main .col-md-11,
.page-main .col-lg-11,
.page-main .col-xs-12,
.page-main .col-sm-12,
.page-main .col-md-12,
.page-main .col-lg-12 {
  position: static;
}
tr.row {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-header {
  font-size: inherit;
  color: inherit;
}
.partners-items .item a img:hover,
.static-image a img:hover,
.banner-image a img:hover {
  opacity: 0.8;
}
.opc-wrapper .fieldset > .field.required > label::after,
.opc-wrapper .fieldset > .field._required > label::after {
  position: static !important;
  margin: 0 !important;
}
.table-order-items.history {
  table-layout: fixed;
}
.account-nav .item {
  width: 100%;
}
.account-nav .item .delimiter {
  display: none;
}
.account .table-wrapper .action {
  white-space: nowrap;
}
.account .column.main .toolbar {
  text-align: unset;
}
.toolbar-amount {
  display: none;
}
.pager {
  display: block;
  float: none;
}
.pager .pages {
  position: static !important;
  width: auto !important;
}
.pager .limiter {
  float: left !important;
}
.pager li > a,
.pager li > span {
  border: none;
  background: none;
  display: block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-button-label {
  display: none !important;
}
#at-expanded-menu-host .at-expanded-menu-ft {
  margin: 0 35px !important;
}
#at-expanded-menu-host .at-expanded-menu-load {
  color: #000 !important;
}
#at-expanded-menu-host .at-expanded-menu-service-list li {
  margin-bottom: 40px !important;
}
#at-expanded-menu-host .at-expanded-menu .at-icon-wrapper,
#at-expanded-menu-host .at-expanded-menu-service-list button {
  width: 84px !important;
  height: 84px !important;
}
#at-expanded-menu-host .at-expanded-menu-close {
  padding: 0 !important;
}
#at-expanded-menu-host .at-expanded-menu-close span {
  color: #000;
}
.comparison.headings.data.table {
  display: none;
}
.switcher-dropdown {
  display: none;
}
.swatch-option.text {
  height: auto;
}
.dropdown.options.switcher-options.active .mage-dropdown-dialog .switcher-dropdown {
  display: block;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.modals-overlay {
  z-index: 1000000 !important;
}
.modal-popup {
  z-index: 10000000 !important;
}
.loading-mask {
  z-index: 9999999;
}
.clear-block {
  clear: both !important;
  float: none !important;
}
.page-layout-2columns-left .col-right-main {
  float: right;
}
.page-layout-2columns-left.direction-rtl .col-right-main {
  float: left;
}
address {
  margin-bottom: 0;
}
label,
.label {
  font-weight: 500 !important;
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0;
  text-align: left;
}
.stock.unavailable.btn-action.btn-cart {
  text-transform: uppercase;
}
.direction-rtl label,
.direction-rtl .label {
  text-align: right;
}
.opc-wrapper .fieldset > .field.required > label:after,
.opc-wrapper .fieldset > .field._required > label:after {
  top: 0 !important;
}
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"] {
  font-family: inherit;
  height: 35px;
  font-size: 100%;
  border: 1px solid #ddd;
  line-height: 1.66;
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
textarea {
  border: 1px solid #ddd;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-options-wrapper .fieldset .downloads-no-separately {
  width: 100% !important;
}
.product-options-wrapper .fieldset .downloads-no-separately .field {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-options-wrapper .fieldset .downloads-no-separately .field .label {
  display: block;
}
.loading-content {
  background: url(../../frontend/Sm/shopee/en_US/images/loading.svg) no-repeat center center / 30px auto;
  min-height: 100px;
}
.lazyload {
  display: block;
  background: url(../../frontend/Sm/shopee/en_US/images/loading.svg) no-repeat center center / 30px auto;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.action-skip-wrapper {
  display: none;
}
#yt-totop {
  position: absolute;
  top: -25px;
  right: 17px;
  background-color: #666666;
  border: 4px solid #ddd;
  color: #dddddd;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  width: 48px;
  height: 48px;
  z-index: 30;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
#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: 20px;
}
#yt-totop-fix {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #fff;
  display: none;
  line-height: 44px;
  text-align: center;
  width: 40px;
  height: 40px;
  z-index: 30;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#yt-totop-fix: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: 20px;
}
.direction-rtl #yt-totop {
  left: 17px;
  right: auto;
}
.direction-rtl #yt-totop-fix {
  left: 30px;
  right: auto;
}
.showcart .loading-mask .loader > img {
  width: auto;
}
.gallery-image {
  display: none;
}
.fotorama__caption {
  display: none;
}
#btn-gallery {
  display: block;
  bottom: 10px;
  height: 34px;
  text-align: center;
  line-height: 39px;
  position: absolute;
  right: 10px;
  width: 34px;
  background-color: #8f8f8f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  z-index: 10005;
}
#btn-gallery:before {
  content: '\f0b2';
  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;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button {
  -webkit-border-fit: lines;
}
.menu-ontop {
  position: fixed;
  z-index: 888;
}
.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: 133.33%;
  color: #000;
}
.social-detail .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}
/* <- Safari & Google Chrome Fix */
button,
.cart-container .action.continue,
a.action.primary,
.modal-footer .action-primary.action-accept {
  border: none !important;
  overflow: visible;
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  font-size: 100% !important;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 20px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.fotorama__arr--disabled {
  opacity: 0 !important;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--right:after {
  display: none !important;
}
select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 26px;
  padding-left: 5px;
  background: url(../../frontend/Sm/shopee/en_US/images/bg-selectbox.png) no-repeat right center #fff;
}
.direction-rtl select {
  background-position: left center;
  padding-left: 26px;
  padding-right: 5px;
}
.page-title {
  margin-bottom: 30px;
}
.category-description {
  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;
}
.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;
}
#login-container .close {
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 !important;
  z-index: 40;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#login-container .close: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;
}
#login-container .close span {
  display: none;
}
.login-popup-wrapper {
  padding: 0 20px;
}
.login-popup-wrapper .block-title {
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.login-popup-wrapper .block-title:before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.login-popup-wrapper .block-title strong {
  font-size: 200%;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.login-popup-wrapper .login-container .fieldset:after {
  margin-top: 20px;
}
.login-popup-wrapper .actions-toolbar .primary {
  display: block;
  float: none;
}
.login-popup-wrapper .actions-toolbar .primary button {
  width: 100%;
}
.login-popup-wrapper .actions-toolbar .secondary {
  padding-top: 10px;
  display: block;
  float: none;
  text-align: center;
}
.table > thead > tr > th {
  text-transform: uppercase;
}
.radio,
.checkbox {
  display: inline;
  position: relative;
  top: 3px;
  margin-top: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !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: 55px 0 30px;
  min-height: 500px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 30px;
}
.cms-index-index .page-main {
  padding: 0;
}
.fieldset > .field:not(.choice) > .label {
  width: auto !important;
  text-align: left !important;
  margin-bottom: 5px;
  display: table;
  float: none !important;
}
.fieldset > .field:not(.choice) > .control {
  float: none !important;
  width: auto !important;
}
.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%;
}
/*DROPDOWN MINI CART*/
.block-minicart {
  background: #fff !important;
  padding: 0 15px 0 !important;
  border: none !important;
  width: 100% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  left: auto !important;
  right: auto !important;
}
.block-minicart .subtitle.empty {
  padding: 25px 0 40px;
}
.block-minicart li {
  border: none !important;
  padding: 10px 0 !important;
}
.block-minicart .product-item-photo {
  border: 1px solid #ddd;
  width: 80px;
}
.block-minicart .product-item-photo img {
  width: 100% !important;
  height: auto !important;
}
.block-minicart #btn-minicart-close {
  display: none !important;
}
.block-minicart .items-total {
  float: none;
  display: none;
}
.block-minicart .header-minicart {
  display: none;
  margin: -16px -15px 0;
  color: #fff;
  padding: 8px 20px;
  font-size: 116.67%;
  text-transform: uppercase;
}
.block-minicart .header-minicart .text-right {
  float: right;
}
.block-minicart .minicart-items-wrapper {
  margin: 0 -15px;
  background-color: #fff;
  padding: 20px 10px 20px 20px;
  border: none;
  height: auto !important;
}
.block-minicart .minicart-items-wrapper .minicart-items {
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
}
.block-minicart .subtotal {
  margin: 0 -15px;
  background-color: #fff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  color: #444;
  text-align: left;
  padding: 13px 20px 10px;
}
.block-minicart .subtotal .label {
  font-weight: 700 !important;
  font-size: 116.67% !important;
  color: #444;
}
.block-minicart .subtotal .price-container {
  float: right;
  margin-top: -4px;
}
.block-minicart .subtotal .price-container .price-wrapper:first-child .price {
  font-size: 133.33%;
}
.block-minicart .block-content > .actions {
  background-color: #fff;
  margin: 0 -15px;
  text-align: left;
  padding: 15px 20px;
}
.block-minicart .block-content > .actions a {
  cursor: pointer;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  background-color: #2a3c52;
  font-size: 100%;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  line-height: 38px;
}
.block-minicart .minicart-widgets {
  margin: 0;
}
.block-minicart .minicart-items .product-item-details {
  padding-left: 95px;
  position: relative;
}
.block-minicart .minicart-items .product-item-details .product-item-name {
  display: block;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
}
.block-minicart .minicart-items .product-item-details .product-item-name a {
  color: #444;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing {
  position: relative;
}
.block-minicart .minicart-items .product-item-details .item-qty {
  width: 35px;
  height: 30px;
}
.block-minicart .minicart-items .product-item-details .update-cart-item {
  height: 30px !important;
  line-height: 30px !important;
}
.block-minicart .minicart-items .product-item-details .price-container {
  position: absolute;
  top: 5px;
  right: 0;
}
.block-minicart .minicart-items .product-item-details .price-container .price-excluding-tax {
  font-size: 100%;
}
.block-minicart .minicart-items .product-item-details .price-container .price {
  font-weight: 400;
  font-size: 100%;
  padding-right: 20px;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .label {
  width: auto;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  content: '\f057';
  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: 19px;
  position: absolute;
  top: 69px;
  left: 71px;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:before {
  display: none;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.edit {
  display: none;
}
.direction-rtl .block-minicart .header-minicart .text-right {
  float: left;
}
.direction-rtl .block-minicart .block-content > .actions a {
  margin-left: 10px;
  margin-right: 0;
}
.direction-rtl .block-minicart .product-item-photo {
  float: right !important;
}
.direction-rtl .block-minicart .minicart-items-wrapper {
  padding: 20px 20px 20px 10px;
}
.direction-rtl .block-minicart .minicart-items .product-item-details {
  padding-right: 95px;
  padding-left: 0;
}
.direction-rtl .block-minicart .minicart-items .product-item-details .price-container {
  left: 0;
  right: auto;
}
.direction-rtl .block-minicart .minicart-items .product-item-details .price-container .price {
  padding-left: 20px;
  padding-right: 0;
}
.direction-rtl .block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  right: 71px;
  left: auto;
}
.direction-rtl .block-minicart .subtotal {
  text-align: right;
}
.direction-rtl .block-minicart .subtotal .price-container {
  float: left;
}
.direction-rtl .block-minicart .block-content > .actions {
  text-align: right;
}
/*DROPDOWN MEGAMENU*/
.fix-width-60 {
  width: 60% !important;
}
.fix-width-40 {
  width: 40% !important;
}
.product-megamenu {
  padding-left: 15px;
}
.product-megamenu .products-grid .item:last-child .item-inner {
  margin-bottom: 0;
}
.product-megamenu .products-grid .item .item-inner {
  border: none;
}
.product-megamenu .products-grid .item .item-inner .box-info {
  padding: 10px 0 0;
}
.product-megamenu .products-grid .item .item-inner:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.right-image-menu {
  text-align: right;
  float: right;
}
.border-right {
  border-right: 1px solid #eee;
}
.margin-bottom {
  margin-bottom: 20px;
}
.remove-padding {
  padding: 0 !important;
}
.sm_megamenu_title .title-cat {
  font-size: 116.67%;
  font-weight: 700;
  color: #444;
  padding-bottom: 10px;
}
.sm_megamenu_title > a > span {
  display: inline-block;
  padding: 3px 0;
}
/*END DROPDOWN MEGAMENU*/
.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: 10px;
  padding-right: 10px;
}
.hot-label {
  background: #f00;
  padding: 1px 5px !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 10px;
  position: relative;
}
.hot-label:before {
  border-bottom: 5px solid transparent;
  border-right: 6px solid #f00;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
}
.direction-rtl .products.wrapper.products-grid .item {
  float: right;
}
.direction-rtl .swatch-option {
  float: right;
  margin: 0 0 5px 10px !important;
}
.direction-rtl .hot-label {
  float: left;
}
.direction-rtl .hot-label:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  left: auto;
  right: -5px;
}
.col3-layout .toolbar-top .pages {
  display: none;
}
.col3-layout .toolbar-bottom .limiter,
.col3-layout .toolbar-bottom .toolbar-sorter {
  display: none;
}
.price-box .price {
  font-size: 107.69%;
  font-weight: 500;
}
.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 {
  font-size: 100% !important;
  font-weight: normal;
  color: #999999;
  text-decoration: line-through;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  margin: 0;
}
.direction-rtl .price-box .special-price {
  margin-left: 10px;
  margin-right: 0;
}
div[class^="swatch-opt-"] {
  display: table;
}
.counter:after {
  content: ")";
}
.counter:before {
  content: "(";
}
.product-reviews-summary {
  margin: 0;
  display: inline-table;
}
.product-reviews-summary .rating-summary {
  display: inline-table;
  left: auto;
  padding-right: 10px;
}
.product-reviews-summary .reviews-actions {
  position: relative;
  top: 0;
}
.product-reviews-summary .reviews-actions a {
  display: inline-block;
}
.product-reviews-summary .reviews-actions .view span:last-child:after {
  content: "|";
  margin-left: 10px;
}
.direction-rtl .product-reviews-summary .reviews-actions .view span:last-child:after {
  margin-right: 10px;
  margin-left: 0;
}
.direction-rtl .product-reviews-summary .rating-summary {
  padding-left: 10px;
  padding-right: 0;
}
.info-box-detail .fieldset .control.control-qty-cart {
  width: 70px !important;
  margin-top: 5px;
  float: left !important;
}
.control-qty {
  position: relative;
  margin-left: 5px;
  float: left;
}
.control-qty .quantity-controls {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url(../../frontend/Sm/shopee/en_US/images/plus-minus.png) no-repeat #444444;
}
.control-qty .quantity-controls.quantity-plus {
  background-position: 2px 2px;
  margin: 3px 0 4px;
}
.control-qty .quantity-controls.quantity-minus {
  background-position: 2px -47px;
}
.direction-rtl .control-qty {
  float: right;
  margin-right: -1px;
  margin-left: 0;
}
.direction-rtl .review-ratings {
  float: right;
}
.direction-rtl .review-ratings ~ .review-content,
.direction-rtl .review-ratings ~ .review-details {
  margin-right: 280px;
  margin-left: 0;
}
.rating-summary .rating-result {
  width: 60px;
  height: 12px;
  vertical-align: top;
  margin: 6px 0 0;
  background: url(../../frontend/Sm/shopee/en_US/images/rating_icon.png) repeat-x bottom left;
}
.rating-summary .rating-result:before {
  display: none;
}
.rating-summary .rating-result > span {
  display: inline-block;
  height: 12px;
  position: relative;
  top: 2px;
  vertical-align: top;
  background: url(../../frontend/Sm/shopee/en_US/images/rating_icon.png) repeat-x left 0;
}
.rating-summary .rating-result > span:before {
  display: none;
}
.page-wrapper {
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.page-header {
  margin: 0;
}
.page-title {
  font-size: 166.6%;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.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;
}
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;
}
.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%;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px !important;
}
.dropdown .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #fff;
  border: none;
  padding: 11px;
  z-index: 10009;
  min-width: 155px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.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;
}
.product.data.items > .item.title {
  height: 50px;
  border: 1px solid #e1e1e1;
  margin-right: -1px !important;
  line-height: 50px;
  padding: 0 33px;
  text-transform: uppercase;
}
.product.data.items > .item.title.active a {
  color: #fff !important;
}
.product.data.items > .item.title a {
  background: none !important;
  line-height: 50px !important;
  color: #000 !important;
  font-weight: 600;
}
.product.data.items > .item.content {
  margin-top: 49px !important;
  border: 1px solid #e1e1e1 !important;
  padding: 30px !important;
}
.product.data.items > .item.title > .switch {
  display: block;
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.breadcrumbs {
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center;
  background: url(../../frontend/Sm/shopee/en_US/images/bg_br.jpg) no-repeat top center;
}
.breadcrumbs .items {
  color: #666;
}
.breadcrumbs .items .item {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .items .item:after {
  display: none !important;
}
.breadcrumbs .items .item:not(:last-child):before {
  float: right;
  content: "|";
  margin: 0 20px;
}
.breadcrumbs .items .item a {
  color: #666;
  text-decoration: none !important;
}
.breadcrumbs .items .item a:after {
  display: none;
}
.direction-rtl .breadcrumbs .items .item:not(:last-child):before {
  float: left;
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 100% !important;
}
.slider-brand .item a img:hover,
.blog-wrapper .blog-image a img:hover,
.banner-megamenu a img:hover,
.image-sidebar a img:hover,
.minicart-items-wrapper .product .product-image-wrapper img:hover {
  opacity: 0.8;
}
.products-grid .item .item-inner .box-image:hover a img {
  opacity: 0.2;
}
.thumb-vertical .fotorama__stage {
  border: none;
}
.thumb-vertical .fotorama__stage .fotorama__stage__shaft {
  border: 1px solid #ddd;
}
.sm-imageslider .owl-controls .owl-nav {
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.sm-imageslider .owl-controls .owl-nav div {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  height: 50px;
  opacity: 0.3;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  margin-top: -25px !important;
}
.sm-imageslider .owl-controls .owl-nav div:before {
  font-size: 20px;
  line-height: 48px;
}
.sm-imageslider .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.sm-imageslider .owl-controls .owl-nav div.owl-next {
  right: 0;
}
.sm-imageslider .owl-controls .owl-nav div:hover {
  opacity: 0.7 !important;
}
.sm-imageslider .owl-controls .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.sm-imageslider:hover .owl-controls .owl-nav {
  opacity: 1;
}
.sm-imageslider-content .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm-imageslider-content .owl-animated-in {
  z-index: 0;
}
.sm-imageslider-content .owl-animated-out {
  z-index: 1;
}
.sm-imageslider-content .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
 */
.sm-imageslider-inner .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;
}
@media all and (max-width: 479px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
}
.time-countdown-slide .time-ranger {
  background-color: #ddd;
  height: 6px;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.time-countdown-slide .time-ranger .time-pass {
  height: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.extend-banner {
  margin-bottom: 40px;
}
.product-extend .title-home-page {
  border: none;
}
.product-extend .title-home-page:before {
  height: 2px;
}
.product-extend .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab {
  margin-bottom: -1px;
  background-color: #eee;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  cursor: pointer;
  float: left;
  font-size: 108.33%;
  padding: 12px 15px;
  position: relative;
}
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab:last-child {
  border-right: 1px solid #ddd;
}
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover,
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab.tab-sel {
  background-color: #fff;
}
.product-extend .loadmoretype .ltabs-wrap .ltabs-tabs-container {
  right: 0;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav {
  position: absolute;
  top: -63px;
  right: -3px;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav div {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  height: 27px;
  width: 20px;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav div:before {
  line-height: 25px;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav div:hover {
  color: #fff;
}
.product-extend .deals-countdown {
  background: none;
  margin-left: -3px;
  margin-right: -3px;
}
.product-extend .deals-countdown .deals-time {
  width: auto;
  margin: 0 3px;
  display: inline-block;
  float: none;
  min-width: 40px;
}
.product-extend .deals-countdown .deals-time .num-time {
  font-size: 166.67%;
  font-weight: bold;
  background-color: #999999;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  min-width: 30px;
  height: 40px;
  text-align: center;
  padding: 3px 5px;
  border-radius: 2px;
}
.product-extend .deals-countdown .deals-time .num-time:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.2;
  width: 100%;
  height: 50%;
}
.product-extend .deals-countdown .deals-time .num-time:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  background: #919191;
  opacity: 0.8;
  width: 100%;
  height: 1px;
}
.product-extend .deals-countdown .deals-time .title-time {
  font-size: 83.33%;
}
.direction-rtl .product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab {
  float: right;
  border-right: 1px solid #ddd;
  border-left: none;
}
.direction-rtl .product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab:last-child {
  border-left: 1px solid #ddd;
}
.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 .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: 116.67%;
}
.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;
}
.onestepcheckout-index-index label,
.onestepcheckout-index-index .label {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger {
  padding: 0 !important;
}
.aw-arp-container .slick-prev,
.aw-arp-container .slick-next {
  position: absolute;
  padding: 0 !important;
  width: 20px;
  overflow: hidden;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .related-upsell-wrapper .owl-carousel .owl-stage-outer,
  .product-slider .owl-carousel .owl-stage-outer {
    width: calc(100% + 2px);
    padding-right: 2px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .layout-boxed .page-wrapper {
    background-color: #fff;
    margin: 0 auto;
    width: 94%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .layout-boxed .page-wrapper .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
  }
  .navbar-active .page-wrapper {
    left: auto !important;
    right: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-layout-3columns .row-content .col-main {
    width: calc(100% - 545px);
  }
  .row-content .col-sidebar {
    width: 240px;
  }
  .row-content .col-main {
    width: calc(100% - 270px);
  }
  .layout-boxed .page-wrapper {
    background-color: #fff;
    max-width: 970px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .navbar-active .page-wrapper {
    left: auto !important;
    right: auto !important;
  }
  .col3-layout .toolbar-top .pages,
  .col3-layout .toolbar-top .toolbar-sorter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-layout-3columns .row-content {
    display: block;
  }
  .col-left-sidebar {
    float: none !important;
    clear: both !important;
  }
  .row-content .col-main,
  .row-content .col-sidebar {
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
  .layout-boxed .page-wrapper {
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .catalog-product-view .column.main {
    padding-bottom: 30px;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item {
    width: 33.3333%;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .page-wrapper {
    overflow-x: hidden;
  }
  .page-layout-3columns .row-content {
    display: block;
  }
  .row-content .col-main,
  .row-content .col-sidebar {
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
  .page-layout-2columns-left .col-right-main {
    float: none;
  }
  .catalog-product-view .column.main {
    padding-bottom: 30px;
  }
  .cart.table-wrapper .item .col.item {
    min-height: 90px;
  }
  .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;
  }
  .breadcrumbs .items .item {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .cartpro-modal .cpmodal-wrapper .content-cpcart {
    max-height: 200px !important;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item {
    width: 50%;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item:nth-child(2n+1) {
    clear: both;
  }
  .page-layout-2columns-left .loadmoretype .product-items .product-item,
  .page-layout-2columns-right .loadmoretype .product-items .product-item {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  .cartpro-modal .cpmodal-wrapper .content-cpcart {
    max-height: 130px !important;
  }
  .breadcrumbs {
    background-size: auto 100%;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100%;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item {
    width: 100%;
    float: none;
  }
  .product-extend .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: block;
  }
  .page-layout-2columns-left .loadmoretype .product-items .product-item,
  .page-layout-2columns-right .loadmoretype .product-items .product-item {
    width: 100% !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  direction: ltr;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  padding: 0 !important;
  border: 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 {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Magento/blank/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  margin: 5px 3px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 31px;
  background: #757b8d;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-'] span {
  display: none;
}
.owl-carousel .owl-nav .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: 17px;
}
.owl-carousel .owl-nav .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: 17px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #fff;
  text-decoration: none;
}
/*.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}*/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  outline: none !important;
  display: inline-block;
  zoom: 1;
  width: auto;
  height: auto;
  background-color: transparent !important;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*! 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: 100070;
}
.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/shopee/en_US/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: 100051;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../frontend/Sm/shopee/en_US/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;
}
.direction-rtl .fancybox-close {
  left: -18px;
  right: auto;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../frontend/Sm/shopee/en_US/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: 100050;
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow-x: hidden;
  overflow-y: auto;
}
/* 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/shopee/en_US/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/shopee/en_US/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  padding: 30px;
  background-color: #fafafa;
  min-height: 420px;
  border: 1px solid #ddd;
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
  font-size: 100%;
  padding: 0;
}
.form-create-account .fieldset .fieldset {
  width: 100%;
}
.field.field-name-middlename {
  float: right;
  width: 47%;
}
.field.field-name-middlename + .field-name-lastname {
  float: none !important;
}
.customer-dob #dob {
  width: 100%;
}
.fieldset .fullname .field .label {
  text-align: unset !important;
  width: 100% !important;
  float: none !important;
}
.fieldset .fullname .field .control {
  width: 100% !important;
  float: none !important;
}
.password-strength-meter {
  background-color: #f1f1f1;
}
.form-create-account .fieldset {
  width: 48.8%;
  min-height: 381px;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.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.info .field.choice.newsletter {
  clear: both;
}
.form-create-account .fieldset.create.account {
  float: right;
}
.form-create-account .actions-toolbar {
  clear: both;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.sidebar .account-nav .item a {
  display: block;
  width: 100%;
}
.direction-rtl.account .page-title-wrapper .page-title,
.direction-rtl [class^="sales-guest-"] .page-title-wrapper .page-title,
.direction-rtl .sales-guest-view .page-title-wrapper .page-title {
  margin-left: 25px;
  margin-right: 0;
}
.direction-rtl .form-create-account .fieldset.create.info {
  float: right;
}
.direction-rtl .form-create-account .fieldset.create.account {
  float: left;
}
.cart.table-wrapper .gift-content._active {
  table-layout: auto;
}
.cart-container .paypal-review-discount .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart.table-wrapper .product-item-photo {
  width: 30%;
}
.cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
  border: 1px solid #ddd;
}
.cart-container .cart.table-wrapper .item .col.item {
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-container .cart-summary {
  width: 30%;
  background: none;
  border: 1px solid #ddd;
  padding: 25px;
  top: auto !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 .cart-summary .coupon .actions-toolbar .primary .apply.primary {
  background-color: #333;
}
.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;
}
.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.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 {
  color: #fff;
}
.cart-container .cart.table-wrapper .gift-content {
  clear: both;
}
.cart-container .cart.table-wrapper .gift-content._active {
  display: block;
}
.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;
}
.crosssell-container {
  padding-top: 30px;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .checkout-methods-items .action.primary.checkout:hover {
  background-color: #444 !important;
}
._has-auth-shown .authentication-wrapper {
  z-index: 999999;
}
.custom-slide .modal-inner-wrap {
  background-color: #fff;
}
.direction-rtl table th {
  text-align: right;
}
.direction-rtl .cart.table-wrapper .product-item-photo {
  padding-left: 20px;
  padding-right: 0;
}
.direction-rtl .cart.table-wrapper .col.price,
.direction-rtl .order-items.table-wrapper .col.price,
.direction-rtl .cart.table-wrapper .col.qty,
.direction-rtl .order-items.table-wrapper .col.qty,
.direction-rtl .cart.table-wrapper .col.subtotal,
.direction-rtl .order-items.table-wrapper .col.subtotal,
.direction-rtl .cart.table-wrapper .col.msrp,
.direction-rtl .order-items.table-wrapper .col.msrp {
  text-align: left;
}
.direction-rtl .cart.table-wrapper .item-options dt,
.direction-rtl .block-giftregistry-shared-items .product .item-options dt,
.direction-rtl .multicheckout .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 5px 10px;
}
.direction-rtl .cart.table-wrapper .item-options dd,
.direction-rtl .block-giftregistry-shared-items .product .item-options dd,
.direction-rtl .multicheckout .item-options dd,
.direction-rtl .block-cart-failed .action.continue,
.direction-rtl .cart-container .form-cart .action.continue,
.direction-rtl .cart-container .cart-gift-item .action.continue {
  float: right;
}
.direction-rtl .abs-shopping-cart-items-desktop .actions,
.direction-rtl .block-cart-failed .actions,
.direction-rtl .cart-container .form-cart .actions,
.direction-rtl .cart-container .cart-gift-item .actions {
  text-align: left;
}
.direction-rtl .cart-container .cart.main.actions .action.update {
  margin-right: 10px;
  margin-left: 0;
}
.direction-rtl .cart-container .cart-summary .block > .title:after {
  left: 0;
  right: auto;
}
.direction-rtl .cart-summary .block .item-options {
  margin-right: 0;
}
.direction-rtl .cart-totals .amount,
.direction-rtl .opc-block-summary .table-totals .amount,
.direction-rtl .cart-totals .grand .amount,
.direction-rtl .opc-block-summary .table-totals .grand .amount {
  text-align: left;
}
.direction-rtl .cart.table-wrapper .item-actions .actions-toolbar,
.direction-rtl .cart.table-wrapper .gift-content {
  text-align: right;
}
.direction-rtl .cart.table-wrapper .actions-toolbar > .action,
.direction-rtl .cart.table-wrapper .action-gift {
  margin-left: 10px;
  margin-right: 0;
}
.direction-rtl .cart.table-wrapper .action-gift {
  float: right;
}
.table-wrapper.comparison {
  overflow-x: auto;
  clear: both;
}
.table-comparison th {
  text-transform: uppercase;
}
.table-comparison .products-grid .item {
  float: left;
  min-width: 270px;
}
.direction-rtl .table-comparison .products-grid .item {
  float: right;
}
.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-agreements-block .action {
  background-color: #444 !important;
}
.checkout-agreements-block .action:hover {
  background-color: #222 !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;
  background-color: #333;
}
.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: "";
}
.direction-rtl .opc-wrapper {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}
.direction-rtl .opc-sidebar {
  float: left;
}
.direction-rtl .field-tooltip {
  left: 0;
  right: auto;
}
.direction-rtl .field .control._with-tooltip input {
  margin-left: 10px;
  margin-right: 0;
}
.direction-rtl .minicart-items .product > .product-item-photo,
.direction-rtl .minicart-items .product > .product-image-container {
  float: right;
}
.direction-rtl .minicart-items .product-item-details {
  padding-right: 88px;
  padding-left: 0;
}
.direction-rtl .opc-block-summary .product-item .product-item-name-block {
  padding-left: 5px;
  padding-right: 0;
  text-align: right;
}
.direction-rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  left: 0;
  right: auto;
}
.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;
  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 !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .qty {
  height: 35px;
}
.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;
}
.title-bonus-page h2 {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.about-us-page .title-bonus-page {
  margin-bottom: 25px;
}
.about-us-page .content-bonus-page p {
  margin-bottom: 20px;
}
.about-us-page .banner-about-us {
  padding: 50px 0 0;
}
.about-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);
}
.direction-rtl .faq-block .number-faq {
  right: -15px;
  left: auto;
}
.direction-rtl .grid-about {
  padding-right: 30px;
  padding-left: 0;
}
.direction-rtl .grid-about .grid-items .item-about {
  float: right;
}
.contact-page {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
}
.contact-page .fieldset {
  margin: 0;
}
.contact-page .fieldset .comment {
  margin: 0 !important;
}
.contact-page .control {
  margin-bottom: 20px;
}
.title-contact-page h2 {
  font-size: 200%;
  font-weight: 500;
  color: #222;
  position: relative;
  display: table;
  margin-bottom: 20px;
}
.title-contact-page h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -60px;
}
.direction-rtl .title-contact-page h2:before {
  left: -60px;
  right: auto;
}
.direction-rtl .store-info-contact ul li {
  float: right;
}
.google-map {
  padding-top: 30px;
  line-height: 0;
}
.google-map iframe {
  width: 100%;
}
.google-map #map {
  width: 100%;
  height: 570px;
}
.store-info-contact ul li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin: 0 0 40px;
  text-align: center;
}
.store-info-contact ul li .icon-info-contact {
  width: 80px;
  height: 80px;
  margin: 0 auto 13px;
  border: 2px solid #222;
  background-image: url(../../frontend/Sm/shopee/en_US/images/icon-image.png);
  background-repeat: no-repeat;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.store-info-contact ul li .icon-info-contact.email-ico {
  background-position: -21px -115px;
}
.store-info-contact ul li .icon-info-contact.phone-ico {
  background-position: -178px -115px;
}
.store-info-contact ul li .icon-info-contact.add-ico {
  background-position: -101px -115px;
}
.store-info-contact ul li .icon-info-contact.open-ico {
  background-position: -265px -115px;
}
.store-info-contact ul li h3 {
  text-transform: uppercase;
  font-size: 123%;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}
.store-info-contact ul li:hover .icon-info-contact.email-ico {
  background-position: -21px -184px;
}
.store-info-contact ul li:hover .icon-info-contact.phone-ico {
  background-position: -178px -184px;
}
.store-info-contact ul li:hover .icon-info-contact.add-ico {
  background-position: -101px -184px;
}
.store-info-contact ul li:hover .icon-info-contact.open-ico {
  background-position: -265px -184px;
}
/* ------------------------------ABOUT US PAGE-------------------------------- */
.aboutus-page {
  padding-top: 30px;
}
.faq-block {
  margin-bottom: 102px;
}
.faq-block .number-faq {
  font-size: 2307%;
  color: #0b79bf;
  opacity: 0.2;
  font-weight: 100;
  line-height: 0.9;
  position: relative;
  left: -15px;
  margin-top: -24px;
}
.faq-block .title-faq {
  font-size: 353.84%;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}
.faq-block .title-faq .light-text {
  font-weight: 300;
  display: block;
}
.faq-block .faq-description {
  font-size: 138.461%;
  font-weight: 300;
  margin-bottom: 30px;
}
.faq-block .list-faqs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-block .list-faqs ul li {
  font-size: 138.461%;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}
.faq-block .list-faqs ul li .light-text {
  font-weight: 300;
  color: #999;
  margin-right: 15px;
}
.grid-about {
  padding-left: 30px;
}
.grid-about .grid-items {
  margin-left: -20px;
  margin-right: -20px;
}
.grid-about .grid-items .item-about {
  float: left;
  padding: 0 20px;
  margin-bottom: 70px;
}
.grid-about .grid-items .item-about .info-about {
  padding-top: 20px;
}
.grid-about .grid-items .item-about .info-about .categories {
  font-size: 107.69%;
  font-weight: 500;
  color: #999;
}
.grid-about .grid-items .item-about .info-about .title-about {
  font-size: 184.6%;
  font-weight: 500;
  padding: 5px 0;
}
.grid-about .grid-items .item-about .info-about .title-about a {
  color: #0b79bf;
}
.grid-about .grid-items .item-about .info-about .description-about {
  font-size: 123%;
}
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.wrapper_404page .content-404page {
  float: right;
  margin-top: 40px;
  max-width: 500px;
  text-align: center;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0;
}
.wrapper_404page .content-404page .img-404 img {
  max-width: 100%;
  width: auto;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .btn-404 {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: 0 4px 10px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .faq-block .number-faq {
    font-size: 1000%;
    left: -6px;
  }
  .faq-block .list-faqs ul li {
    font-size: 116.67%;
  }
}
@media (min-width: 1200px) {
  .grid-about .grid-items .item-about {
    width: 50%;
  }
  .grid-about .grid-items .item-about:nth-child(2n+1) {
    clear: both;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.3333%;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-block .number-faq {
    font-size: 1307%;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.3333%;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .grid-about .grid-items .item-about {
    padding: 0;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 33.3333%;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 50%;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item:nth-child(2n+1) {
    clear: both;
  }
  .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;
    clear: both;
  }
  .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;
  }
  .cart-container .cart.table-wrapper .actions-toolbar {
    text-align: left;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .opc-estimated-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .opc-estimated-wrapper .estimated-block {
    float: none;
  }
  .opc-estimated-wrapper .estimated-block span {
    display: inline-block !important;
    margin-right: 10px !important;
  }
  .checkout-payment-method .payment-method-billing-address .billing-address-details {
    padding: 0 15px !important;
  }
  .checkout-payment-method .billing-address-same-as-shipping-block {
    padding: 0 15px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 !important;
  }
  .checkout-container .checkout-payment-method .payment-option-title {
    padding: 10px 0 !important;
  }
  .payment-method-billing-address > .fieldset {
    padding: 0 15px !important;
  }
  .payment-method-billing-address > .fieldset .actions-toolbar {
    padding: 0 !important;
  }
  .opc-wrapper .form-discount,
  .checkout-payment-method .field-select-billing,
  .checkout-payment-method .billing-address-form {
    max-width: 100% !important;
  }
  .payment-method-content .actions-toolbar {
    padding: 0 15px;
  }
  .grid-about {
    padding: 0;
  }
  .grid-about .grid-items {
    margin: 0;
  }
  .grid-about .grid-items .item-about {
    padding: 0;
  }
  .faq-block .number-faq {
    font-size: 1000%;
    left: -7px;
  }
  .store-info-contact ul li {
    width: 100%;
    clear: both;
  }
  .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;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100%;
    float: none;
  }
}
.w-newsletter {
  display: table;
  width: 800px;
  background: url(../../frontend/Sm/shopee/en_US/images/bg-newsletter.jpg) no-repeat bottom right;
}
.w-newsletter .newsletter-info {
  padding: 35px 20px 45px;
  max-width: 450px;
}
.w-newsletter .newsletter-info .newsletter-title {
  text-transform: uppercase;
  color: #222;
  font-size: 246%;
  margin-bottom: 15px;
  font-weight: 700;
}
.w-newsletter .newsletter-info p {
  margin-bottom: 30px;
}
.w-newsletter .newsletter-info .socials-wrap {
  display: table;
  width: 100%;
}
.w-newsletter .newsletter-info .socials-wrap .title-follow {
  display: none;
}
.w-newsletter .newsletter-info .socials-wrap ul li {
  float: left;
  margin-right: 10px;
}
.w-newsletter .newsletter-info .socials-wrap ul li a {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ebeaea;
  font-size: 16px;
  background-color: #fff;
  color: #222;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.w-newsletter .newsletter-info .socials-wrap ul li a .name-social {
  display: none;
}
.w-newsletter .newsletter-info .socials-wrap ul li a:hover {
  color: #fff;
}
.w-newsletter .newsletter-info .subscribe-bottom {
  padding: 20px 0 25px;
}
.w-newsletter .newsletter-info .subscribe-bottom .checker {
  display: inline-block;
  position: relative;
  top: 2px;
}
.w-newsletter .newsletter-info .subscribe-bottom label {
  font-weight: normal !important;
  padding-left: 5px !important;
}
.w-newsletter .newsletter-info .form-newsletter-popup {
  position: relative;
  display: table;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 50;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 108.33%;
  border: none;
  color: #999;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter {
  display: table-cell;
  vertical-align: top;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 108% !important;
  border: none;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button:hover {
  background-color: #333;
}
/* END RTL */
@media (max-width: 767px) {
  .w-newsletter {
    width: 100%;
    background: none;
  }
  .w-newsletter .newsletter-info {
    padding: 10px;
  }
  .w-newsletter .newsletter-info .form-newsletter-popup .input-box,
  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter,
  .w-newsletter .newsletter-info .form-newsletter-popup {
    width: 100%;
    display: block;
  }
  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button,
  .w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
    margin-top: 10px;
    width: 100%;
  }
}
.product.data.items.accordion-style .item.title.resp-accordion {
  border: 1px solid #ddd;
  display: block;
  float: none !important;
  width: 100%;
  font-size: 133.33%;
  color: #444;
  padding: 15px 20px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0 !important;
  height: unset !important;
  line-height: unset !important;
  position: relative;
}
.product.data.items.accordion-style .item.title.resp-accordion a {
  height: auto !important;
  padding: 0 !important;
  line-height: unset !important;
  font-weight: 700;
  color: #333 !important;
  font-size: inherit;
}
.product.data.items.accordion-style .item.title.resp-accordion 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: 14px;
  float: right;
  margin-top: 7px;
}
.product.data.items.accordion-style .item.title.resp-accordion .resp-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}
.product.data.items.accordion-style .item.title.resp-accordion .resp-arrow: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: 16px;
}
.product.data.items.accordion-style .item.title.resp-accordion.active a: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: 14px;
}
.product.data.items.accordion-style .resp-tab-content {
  float: none !important;
  padding: 20px !important;
  border: none;
  margin: 0 !important;
  border-top: none !important;
}
/* RTL */
.direction-rtl .product.data.items.accordion-style .item.title.resp-accordion a:before {
  float: left;
}
.default-style .resp-accordion {
  display: none;
}
.default-style .resp-tabs-list li {
  font-size: 123%;
  font-weight: 700;
  color: #222;
  float: left;
  background-color: transparent;
  padding: 10px 20px;
  margin-bottom: -1px;
  cursor: pointer;
}
.default-style .resp-tabs-list li a {
  color: inherit;
}
.default-style .resp-tabs-list li.active {
  color: #fff;
}
.default-style .resp-tabs-container {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
/* RTL */
.direction-rtl .default-style .resp-tabs-list li {
  float: right;
  margin: 0 0 0 -1px;
}
.vertical-style {
  /*-----------Vertical tabs-----------*/
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.vertical-style .resp-accordion {
  display: none;
}
.vertical-style .active {
  border-bottom: none;
}
.vertical-style .resp-content-active,
.vertical-style .resp-accordion-active {
  display: block;
}
.vertical-style .resp-tab-content {
  border: 1px solid #ddd;
  min-height: 268px;
  padding: 30px;
}
.vertical-style h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
}
.vertical-style ul.resp-tabs-list {
  float: left;
  width: 200px;
}
.vertical-style .resp-tabs-list li {
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 133.33%;
  color: #444;
  padding: 15px 30px;
  margin: 0 -1px 0 0;
  cursor: pointer;
  float: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.vertical-style .resp-tabs-list li a {
  color: inherit;
}
.vertical-style .resp-tabs-list li.active:before {
  content: "";
  display: inline-block;
  width: 4px;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
.vertical-style .resp-tabs-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  min-height: 250px;
  margin-left: 200px;
  clear: none;
}
/* RTL */
.direction-rtl .vertical-style ul.resp-tabs-list {
  float: right;
}
.direction-rtl .vertical-style ul.resp-tabs-list li {
  border-left: none;
}
.direction-rtl .vertical-style ul.resp-tabs-list li.resp-tab-active:before {
  right: -1px;
  left: auto;
}
.direction-rtl .vertical-style .resp-tabs-container {
  margin-right: 200px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .vertical-style ul.resp-tabs-list {
    width: 100%;
    margin: 0;
  }
  .vertical-style .resp-tabs-list li {
    margin: 0;
    padding: 10px 20px;
  }
  .vertical-style .resp-tabs-container {
    float: none;
    clear: both;
    margin: 0;
    min-height: auto;
  }
  .vertical-style .resp-tabs-container .resp-tab-content {
    padding: 20px;
  }
  .default-style .resp-tabs-list li {
    float: none;
    width: 100%;
  }
}
/* EXTENSION */
.sm_megamenu_wrapper_horizontal_menu {
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
  list-style: none;
  width: 100%;
  padding: 0;
}
.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: 0 auto 0 auto;
  height: 43px;
  padding: 0 20px 0 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
  position: static;
  padding: 0;
  border: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
  text-decoration: none;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.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: 0 auto;
  top: -9999em;
  position: absolute;
  z-index: 99999999;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.14463743%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 32.28927485%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 48.43391228%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 64.5785497%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 80.72318713%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
  left: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: auto;
  padding: 30px 10px;
  background: #fff;
}
.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child {
  display: block !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */
.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 li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
/*-------------------------------------- Columns Sizes ---------------------------------------- */
.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 {
  float: left;
}
.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%;
  padding: 0 15px;
  clear: both;
}
/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.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: 0;
}
.sm_megamenu_description {
  display: block;
  padding-left: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
  padding-left: 13px;
}
.sm_megamenu_align_right {
  text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
  float: left !important;
  width: 100% !important;
}
.class-5-columns-parent .sm_megamenu_col_1 {
  width: 20% !important;
}
.fix-width > .sm-megamenu-child {
  left: auto !important;
  right: 0 !important;
}
.banner-megamenu {
  padding-top: 20px;
}
.slider-product-content {
  width: 45% !important;
}
.slider-product-content .slider-megamenu {
  padding-left: 15px;
}
.class-men-parent > .sm-megamenu-child {
  width: 780px !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_horizontal_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;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .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 {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_fullwidth {
    height: auto;
  }
  .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 {
    width: 98%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    width: 100% !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
}
.sm_megamenu_wrapper_vertical_menu .sm-megamenu-hover > li:hover .sm-megamenu-child {
  display: block !important;
}
.sm_megamenu_wrapper_vertical_menu {
  margin: 0;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .block-title {
  font-size: 107.69%;
  height: 39px;
  line-height: 39px;
  color: #fff;
  font-weight: 700;
}
.sm_megamenu_wrapper_vertical_menu .block-title:after {
  margin-left: 5px;
  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;
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  min-width: 250px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_vertical_menu .more-w .more-view {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  font-size: 107.69%;
  cursor: pointer;
}
.sm_megamenu_wrapper_vertical_menu .more-w .more-view:before {
  margin-right: 3px;
  content: '\f0fe';
  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;
}
.sm_megamenu_wrapper_vertical_menu:hover .sambar-inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.direction-rtl .sm_megamenu_wrapper_vertical_menu .more-w .more-view::before {
  margin-left: 3px;
  margin-right: 0;
}
.direction-rtl .sm_megamenu_wrapper_vertical_menu .block-title:after {
  margin-right: 5px;
  margin-left: 0;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
  margin: 0;
  padding: 10px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: static;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  color: #666;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover:before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  z-index: 40;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:after {
  float: right;
  margin-top: 5px;
  opacity: 0.5;
  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;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item:hover > a:after {
  opacity: 1;
}
.direction-rtl .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:after {
  float: left;
  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;
}
.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: 0;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
  padding: 6.4px 15px;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 107.69%;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  text-align: center;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
}
.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: 0 0 0 1px;
  top: -9999em;
  position: absolute;
  background: #fff;
  padding: 25px 15px 26px;
  z-index: 99999999;
  min-height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 168px;
}
.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: 1010px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/* 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: 0;
}
.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 {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33333333%;
  padding: 0 15px;
}
.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_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;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_icon {
  padding-left: 5px;
}
.sm_megamenu_description {
  font-size: 10px;
  display: block;
  padding-left: 10px;
}
.sm_megamenu_title span {
  display: inline-block;
}
.sm_megamenu_align_right {
  text-align: right;
}
@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: 168px;
  }
  .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: 760px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 1010px;
  }
}
@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 .megamenu-dropdown {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
  padding: 0 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
  float: left !important;
  width: 96% !important;
}
@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 {
    width: 100%;
    display: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    box-shadow: none;
  }
  .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 .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
}
.sm-categories {
  margin: 20px 0;
  overflow: hidden;
}
.sm-categories .cat-wrap .content-box {
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 15px;
}
.sm-categories .cat-wrap .content-box .cat-title a {
  font-weight: bold;
}
.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
  float: left;
  padding-right: 5px;
}
.sm-categories .cat-wrap .image-cat {
  overflow: hidden;
  position: relative;
}
.sm-categories .cat-wrap .image-cat .lazyload {
  min-height: 110px;
}
.sm-categories .cat-wrap .image-cat .btn-categories {
  font-size: 83.33%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 10px;
  position: absolute;
  left: 20px;
  bottom: 36px;
}
.sm-categories .cat-wrap .image-cat .btn-categories:after {
  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: 14px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.sm-categories .cat-wrap .image-cat .btn-categories:hover {
  background-color: #444 !important;
}
.cat-wrap .content-box .cat-title {
  padding: 10px 10px 0;
  text-transform: uppercase;
}
.cat-wrap .content-box .cat-title a {
  font-size: 116.67%;
  display: inline-block;
  margin-bottom: 3px;
}
.cat-wrap .content-box .child-cat {
  padding: 0 10px 10px;
}
.cat-wrap .content-box .child-cat .sub-cats li a {
  font-size: 108.33%;
  display: inline-block;
  padding: 2px 0;
}
.cat-wrap .content-box .child-cat .sub-cats li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #999999;
  margin-right: 3px;
}
.direction-rtl .cat-wrap .content-box .child-cat .sub-cats li a:before {
  margin-left: 3px;
  margin-right: 0;
}
.direction-rtl .sm-categories .cat-wrap .image-cat .btn-categories {
  right: 20px;
  left: auto;
}
.direction-rtl .sm-categories .cat-wrap .image-cat .btn-categories:after {
  margin-right: 3px;
  margin-left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.cartquickpro-catalog-product-view .reviews-actions {
  display: none !important;
}
.cartquickpro-catalog-product-view .row-content .col-main {
  width: 100% !important;
  float: none;
}
.cartquickpro-catalog-product-options .page-wrapper {
  overflow: unset;
}
.cartquickpro-catalog-product-options .container {
  width: 100%;
  max-width: 100%;
}
.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 .services-detail,
.cartquickpro-catalog-product-view .detail-bottom-wrapper {
  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) {
  height: auto !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;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.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: 1024px;
  background: #fff !important;
}
.cartquickpro-catalog-product-view .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cartquickpro-catalog-product-view .container .row {
  margin: 0;
}
.cartquickpro-catalog-product-view .container .row .col-lg-9.col-md-9 {
  width: 100%;
  padding: 0;
}
.cartquickpro-catalog-product-options .page-wrapper > .page-main,
.cartquickpro-catalog-product-view .page-wrapper > .page-main {
  padding: 0;
  min-height: unset;
}
.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;
  min-height: unset;
}
.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 .row {
  margin-left: 0;
  margin-right: 0;
}
.cartquickpro-catalog-product-options .page-wrapper > .page-main {
  padding: 0;
  min-height: unset;
}
.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;
}
.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;
  }
  .cartquickpro-catalog-product-options .product-info-main .product-options-bottom .box-tocart .fieldset .actions button:before,
  .cartquickpro-catalog-product-options .product-info-main .product-add-form .box-tocart .fieldset .actions button::before {
    display: none !important;
  }
  .cartquickpro-catalog-product-options .control-qty {
    display: none;
  }
  .cartquickpro-catalog-product-options .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
  .cartquickpro-catalog-product-options .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
    padding-right: 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-searchbox-popular {
  padding: 10px 0;
  display: table;
  width: 100%;
}
.sm-searchbox-popular .sm-searchbox-popular-title {
  white-space: nowrap;
  vertical-align: top;
  color: #444;
  font-size: 108.33%;
  padding-right: 5px;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li {
  float: left;
  margin-right: 5px;
  font-size: 108.33%;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:after {
  content: ",";
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:last-child:after {
  display: none;
}
.search-autocomplete {
  z-index: 99 !important;
  margin-top: auto;
}
.sm-searchbox-advanced {
  clear: both;
}
.direction-rtl .sm-searchbox-popular .sm-searchbox-keyword ul li {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.sm-listing-tabs {
  margin: 0;
  padding: 0;
}
.ltabs-loading-css {
  display: none;
}
.sm-listing-tabs.ltabs-loading-first {
  /* background: transparent url("../../frontend/Sm/shopee/en_US/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-loading-first .ltabs-loading-css {
  display: block !important;
  opacity: 1 !important;
}
.sm-listing-tabs.ltabs-loading-first .ltabs-loading-css * {
  display: block !important;
  opacity: 1 !important;
}
.sm-listing-tabs.ltabs-loading-first * {
  display: none;
  opacity: 0;
}
.acd-btn-add {
  float: left;
}
.sm-listing-tabs .tab-listing-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
}
.sm-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tabs .ltabs-wrap {
  margin: 0;
  position: relative;
  padding: 0;
}
.sm-listing-tabs .item-price {
  padding-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  cursor: pointer;
  float: left;
}
.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 .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.sm-listing-tabs .loaded .add-loadmore {
  display: none;
}
.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/shopee/en_US/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 {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}
/* .sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn.ltabs-btn-hide{ */
/* display:none; */
/* } */
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: transparent url("../../frontend/Sm/shopee/en_US/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 .ltabs-detail {
  padding-top: 10px;
}
.sm-listing-tabs .ltabs-items-container.show-slider {
  margin: 0 10px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
  position: static;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.deals-countdown .deals-time {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.sm-listing-tabs .owl-dots {
  counter-reset: dots;
}
.sm-listing-tabs .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
  display: none;
}
.sm-listing-tabs div[data-liffect] .product-item {
  opacity: 0;
  position: relative;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
/* fadeIn */
.sm-listing-tabs div[data-liffect="fadeIn"].play .product-item {
  animation-name: fadeIn;
}
@-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;
  }
}
.page-layout-2columns-left .ltabs-loadmore,
.page-layout-2columns-right .ltabs-loadmore {
  clear: both;
  text-transform: uppercase;
}
.page-layout-2columns-left .loadmoretype .product-items,
.page-layout-2columns-right .loadmoretype .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.page-layout-2columns-left .loadmoretype .product-items .product-item,
.page-layout-2columns-right .loadmoretype .product-items .product-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.page-layout-1column .ltabs-loadmore {
  clear: both;
  text-transform: uppercase;
}
.page-layout-1column .loadmoretype .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.page-layout-1column .loadmoretype .product-items .product-item {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.product-extend .title-home-page {
  font-size: 166.6%;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .page-layout-2columns-left .loadmoretype .product-items .product-item:nth-child(3n+1),
  .page-layout-2columns-right .loadmoretype .product-items .product-item:nth-child(3n+1) {
    clear: both;
  }
  .page-layout-1column .loadmoretype .product-items .product-item:nth-child(5n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    /* Size and position */
    position: relative;
    padding: 0 23px 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    outline: none;
    height: 27px;
    line-height: 27px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: inline;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    font-weight: normal;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #666 transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    /* Size & position */
    opacity: 0;
    position: absolute;
    top: 140%;
    right: 0;
    /* Styles */
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    list-style: none;
    /* Hiding */
    pointer-events: none;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
    height: auto !important;
    padding: 1px 10px !important;
    border: none !important;
    white-space: nowrap;
    margin: 0 0 1px !important;
    font-size: 100% !important;
    line-height: unset !important;
    font-weight: normal !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:before {
    display: none !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    font-weight: normal !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:last-child {
    margin: 0 !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
    color: #333 !important;
  }
  /* Hover state */
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background: #f5f5f5 !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.active::after {
    display: none;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    display: block;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li i {
    float: right;
    color: inherit;
    line-height: 19px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:last-of-type span {
    border: none;
  }
  /* Active state */
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.active .ltabs-tabs {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    background-color: #f5f5f5 !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span {
    color: #333 !important;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding: 0 10px 0 23px;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap:after {
    left: 10px;
    right: auto;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    left: 0;
    right: auto;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
    left: 15px;
    right: auto;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:before {
    left: 13px;
    right: auto;
  }
}
@media (max-width: 479px) {
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding: 0 18px 0 10px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: none;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding: 0 10px 0 18px;
  }
}
#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: 16px;
  margin-right: inherit;
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 16px;
  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;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.post-holder {
  margin-bottom: 40px;
}
.post-holder .post-header {
  position: relative;
}
.post-holder .post-header .post-info {
  padding: 0 0 10px 0;
}
.post-holder .post-header .post-info .label {
  color: #222;
}
.post-list {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  list-style: none;
}
.post-list > li {
  float: left;
  padding: 0 20px;
}
.post-list .post-ftimg-hld {
  position: relative;
  min-height: 100px;
}
.post-list .post-text-hld {
  padding-top: 15px;
}
.post-list .post-text-hld .post-categories {
  font-size: 107.69%;
}
.post-list .post-text-hld .post-title {
  font-size: 138.46%;
  padding: 7px 0;
  font-weight: 500;
}
.post-list .post-text-hld .post-title a {
  color: #0b79bf;
}
.post-list .post-text-hld .read-more-post {
  text-align: right;
}
.post-list .post-text-hld .read-more-post a {
  font-size: 107.69%;
  text-transform: uppercase;
  font-weight: 500;
  color: #0b79bf;
  text-decoration: underline;
}
.post-list .post-text-hld .share-post {
  display: none;
  padding-top: 15px;
}
.direction-rtl .post-list > li {
  float: right;
}
.post-ftimg-hld .date-post {
  position: absolute;
  left: 20px;
  top: 20px;
  line-height: 1.6em;
  padding: 9px 18px 7px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.post-ftimg-hld .date-post .day-post {
  font-size: 153.84%;
  margin-bottom: 3px;
}
.post-ftimg-hld .date-post .month-post {
  font-size: 107.69;
}
.post-list .post-content .post-text-hld .share-post .title-share {
  display: inline-block;
  vertical-align: middle;
}
.post-list .post-content .post-text-hld .share-post .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.blog-category-view .category-content {
  padding-left: 40px;
}
.post-content .post-description ul,
.post-content .post-description ol {
  list-style-position: inside;
}
.post-view .post-description .post-ftimg-hld {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}
.post-view .post-description .post-ftimg-hld img {
  margin: 0;
}
.post-bottom .block.related .block-content {
  list-style: none;
  padding: 0;
}
.post-list .post-header .post-title {
  max-width: 80%;
}
.post-list .post-header .post-title a {
  text-decoration: none;
  font-size: 22px;
  color: #636363;
}
.post-list .post-header .post-title {
  margin: 0;
  padding: 10px 0;
  float: left;
}
.post-list .post-holder .post-header .addthis_toolbox {
  float: right;
  padding-top: 20px;
}
.post-list .hidden {
  display: none;
}
.post-list .post-author {
  display: none;
}
.post-list .post-text-hld p {
  font-size: 115%;
}
.post-list .post-categories .label {
  display: none;
}
.post-list .post-categories a {
  color: #999;
}
.post-view .post-holder .post-header .addthis_toolbox {
  float: right;
}
.post-view .post-bottom {
  margin-top: 30px;
}
.post-view .post-nextprev-hld {
  margin-bottom: 30px;
}
.post-view .post-nextprev-hld .prev-link {
  float: left;
}
.post-view .post-nextprev-hld .next-link {
  float: right;
}
.post-view .block {
  margin-bottom: 30px;
}
.widget.block-categories ul {
  list-style: initial;
  padding-left: 0;
}
.widget.block-categories ul ul {
  margin-left: 20px;
}
.widget.block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget.block-rss .rss-icon {
  float: left;
  width: 23px;
  padding-right: 10px;
  margin-top: 3px;
}
.widget.blog-search {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 42px;
  position: relative;
  float: right;
  z-index: 4;
}
.widget.blog-search .block-content {
  border: 1px solid #ccc !important;
}
.widget.blog-search .block-content .form {
  position: relative;
}
.widget.blog-search label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-decoration: none;
  display: inline-block;
  float: right;
}
.widget.blog-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
  clear: both;
}
.widget.blog-search input {
  padding-right: 45px;
}
.widget.blog-search .action.search {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 36px;
  background: none;
  border: none;
  padding: 0 !important;
}
.widget.blog-search .action.search: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: #333;
}
.widget.blog-search .action.search span {
  display: none;
}
/* Tag claud widget */
.widget.block-tagclaud ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.widget.block-tagclaud ul li {
  float: left;
  margin: 2px 0;
}
.widget.block-tagclaud ul li a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin-right: 4px;
  background-color: transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.blog-widget-recent .post-holder {
  width: 29%;
  float: left;
  margin: 5px;
}
.blog-widget-recent .post-description .post-text-hld {
  max-height: 150px;
  min-height: 150px;
  overflow-y: auto;
}
.blog-widget-recent-masonry .post-description .post-text-hld {
  max-height: none;
  min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
  width: 100%;
  margin: 0;
}
.mfblog-autoloader {
  text-align: center;
}
.mfblog-autoloader .mfblog-show-onload {
  display: none;
}
.sidebar .block.block-categories .block-content,
.sidebar .block.block-recent-posts .block-content,
.sidebar .block.block-archive .block-content {
  padding: 10px 20px;
}
.sidebar .block.block-categories .block-content > ul,
.sidebar .block.block-recent-posts .block-content > ul,
.sidebar .block.block-archive .block-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sidebar .block.block-categories .block-content > ul > li,
.sidebar .block.block-recent-posts .block-content > ul > li,
.sidebar .block.block-archive .block-content > ul > li {
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: all 0.2s ease 0s;
}
.sidebar .block.block-categories .block-content > ul > li > a,
.sidebar .block.block-recent-posts .block-content > ul > li > a,
.sidebar .block.block-archive .block-content > ul > li > a {
  padding: 13px 0 10px;
  display: block;
}
.sidebar .block.block-categories .block-content > ul > li:last-child,
.sidebar .block.block-recent-posts .block-content > ul > li:last-child,
.sidebar .block.block-archive .block-content > ul > li:last-child {
  border: none;
}
.sidebar .block.block-categories .block-content > ul > li:hover,
.sidebar .block.block-recent-posts .block-content > ul > li:hover,
.sidebar .block.block-archive .block-content > ul > li:hover {
  background-color: #fff;
}
.sidebar .block.block-categories .block-content > ul ul li {
  padding-left: 10px;
  font-size: 12px;
}
.catalog-product-view .post-bottom {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .post-list > li {
    width: 33.3333%;
  }
  .post-list > li:nth-child(3n+1) {
    clear: both;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2F_general.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2F_mixin.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2F_owl.carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2F_owl.theme.default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2F_jquery.fancybox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2F_bonus-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fdetail%5C%2Ftabs%5C%2F_accordion.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fdetail%5C%2Ftabs%5C%2F_horizontal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fdetail%5C%2Ftabs%5C%2F_vertical.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fdetail%5C%2Ftabs%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-megamenu%5C%2Fhorizontal%5C%2F_megamenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-megamenu%5C%2Fvertical%5C%2F_megamenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-categories%5C%2F_categories.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-quickview%5C%2F_quickview.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-searchbox%5C%2F_searchbox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-listingtabs%5C%2F_listingtabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fsm-shopby%5C%2F_shopby.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fcss%5C%2Fsm-module%5C%2Fmagefan-blog%5C%2F_blog.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYACI%3BEACI%2CYAAA%3B%3BAAFR%2CYAKI%3BEACI%2COAAO%2CkBAAP%3B%3BAAIR%2C0BACI%2CaACI%3BEACI%2CWAAA%3B%3BAAHZ%2C0BACI%2CaAKI%3BEACI%2CYAAA%3B%3BAAGJ%2C0BATJ%2CaASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAKZ%2C2BACI%2CaACI%3BEACI%2CYAAA%3B%3BAAHZ%2C2BACI%2CaAKI%3BEACI%2CWAAA%3B%3BAAGJ%2C2BATJ%2CaASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBACI%2CaAGI%3BEACI%2CWAAA%3BEACA%2CQAAA%3B%3BAANZ%2CqBACI%2CaAQI%3BEACI%2CYAAA%3BEACA%2CQAAA%3B%3BAAXZ%2CqBACI%2CaAaI%3BEACI%2COAAO%2CkBAAP%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CqBAnBJ%2CaAmBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAAGJ%2CKAAK%2CaAAa%3BAAClB%2CKAAK%2CiBAAiB%3BAACtB%2CKAAK%2CYAAY%3BAACjB%2CKAAK%2CYAAY%3BAACjB%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CiBAAiB%3BAACtB%2CKAAK%2CcAAc%3BAACnB%2CQAAQ%3BEACJ%2CWAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CwBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CwBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CUACI%3BAADJ%2CUACe%3BAADf%2CUAC0B%3BAAD1B%2CUACqC%3BAADrC%2CUACgD%3BAADhD%2CUAC2D%3BAAD3D%2CUACsE%3BAADtE%2CUACiF%3BAADjF%2CUAC4F%3BAAD5F%2CUACuG%3BAADvG%2CUACkH%3BAADlH%2CUAC6H%3BAAD7H%2CUACwI%3BAADxI%2CUACmJ%3BAADnJ%2CUAC8J%3BAAD9J%2CUACyK%3BAADzK%2CUACoL%3BAADpL%2CUAC%2BL%3BAAD%5C%2FL%2CUAC0M%3BAAD1M%2CUACqN%3BAADrN%2CUACgO%3BAADhO%2CUAC2O%3BAAD3O%2CUACsP%3BAADtP%2CUACiQ%3BAADjQ%2CUAC4Q%3BAAD5Q%2CUACuR%3BAADvR%2CUACkS%3BAADlS%2CUAC6S%3BAAD7S%2CUACwT%3BAADxT%2CUACmU%3BAADnU%2CUAC8U%3BAAD9U%2CUACyV%3BAADzV%2CUACoW%3BAADpW%2CUAC%2BW%3BAAD%5C%2FW%2CUAC0X%3BAAD1X%2CUACqY%3BAADrY%2CUACgZ%3BAADhZ%2CUAC4Z%3BAAD5Z%2CUACwa%3BAADxa%2CUACob%3BAADpb%2CUACgc%3BAADhc%2CUAC4c%3BAAD5c%2CUACwd%3BAADxd%2CUACoe%3BAADpe%2CUACgf%3BAADhf%2CUAC4f%3BAAD5f%2CUACwgB%3BAADxgB%2CUACohB%3BEAC5gB%2CgBAAA%3B%3BAAIR%2CEAAE%3BEACE%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAOI%2CeAJQ%2CMAGZ%2CEAAE%2CIACG%3BAAAD%2CaADJ%2CEAAE%2CIACG%3BAAAD%2CaADJ%2CEAAE%2CIACG%3BEACG%2CYAAA%3B%3BAAKZ%2CYAAa%2CUAAY%2CSAAM%2CSAAY%2CQAAK%3BAAAS%2CYAAa%2CUAAY%2CSAAM%2CUAAa%2CQAAK%3BEACtG%2C2BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CWAAA%3B%3BAAGJ%2CYAAa%2CMAAM%3BEACf%2CaAAA%3B%3BAAGJ%2CQAAS%2CeAAe%3BEACpB%2CmBAAA%3B%3BAAGJ%2CQAAS%2CQAAO%2CKAAM%3BEAClB%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CMAII%3BEACI%2C2BAAA%3BEACA%2CsBAAA%3B%3BAANR%2CMASI%3BEACI%2CsBAAA%3B%3BAAIR%2CMAAO%2CGAAK%3BAAAG%2CMAAO%2CGAAK%3BEACvB%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BECxJA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAD0JJ%2CsBAAuB%2CwBAAwB%3BEAC3C%2CwBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CyBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CWAAA%3B%3BAAGJ%2CsBAAuB%2C%2BBAA%2BB%3BEAClD%2C8BAAA%3B%3BAAGJ%2CsBAAuB%2CkBAAkB%3BAACzC%2CsBAAuB%2C%2BBAA%2BB%3BEAClD%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CqBAAA%3B%3BAAGJ%2CsBAAuB%2CwBAAwB%3BEAC3C%2CWAAA%3B%3BAAGJ%2CWAAW%2CSAAS%2CKAAK%3BEACrB%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CYAAA%3B%3BAAGJ%2CSAAS%2CQAAQ%2CiBAAiB%2COAAQ%2CsBACtC%3BEACI%2CcAAA%3B%3BAAIR%2CiBAAkB%2CgBAAe%3BAACjC%2CiBAAkB%2CgBAAe%3BEAC7B%2CaAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%3BEACI%2C4BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BACI%3BEACI%2CYAAA%3B%3BAAGJ%2C0BAAC%2CcACG%3BEACI%2CWAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2CYAAY%2CWAAW%3BEACzB%2CyBAAA%3B%3BAAGJ%2CcACI%3BAADJ%2CcACW%3BEACH%2CiBAAA%3B%3BAAIR%2CYAAa%2CUAAY%2CSAAM%2CSAAY%2CQAAK%3BAAChD%2CYAAa%2CUAAY%2CSAAM%2CUAAa%2CQAAK%3BEAC7C%2CiBAAA%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%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEC7UA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BED6UA%2C2BAAA%3BEACA%2CmCAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CmCAAA%3BECtVA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BADwVJ%2CwBAAyB%2CUAAU%3BEAC%5C%2FB%2CsBAAA%3B%3BAADJ%2CwBAAyB%2CUAAU%2CyBAG%5C%2FB%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAANR%2CwBAAyB%2CUAAU%2CyBAG%5C%2FB%2COAKI%3BEACI%2CcAAA%3B%3BAAMZ%3BEACI%2C0EAAA%3BEACA%2CiBAAA%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2C0EAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CSAAC%3BEACG%2CsBAAA%3B%3BAAGJ%2CSAAC%3BECpYD%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%3BADyXJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEC%5C%2FZA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BADgaA%2CaAAC%3BECtZD%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%3BAD2YJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAU%2CcAAc%2CQAAU%3BEAC9B%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAAC%3BEChcD%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%3BADubJ%2CMAAM%3BEACF%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAADJ%2CcAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CcAaI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3B%3BAASR%3BAACA%2CeAAgB%2CQAAO%3BAACvB%2CCAAC%2COAAO%3BAACR%2CaAAc%2CgBAAe%3BEACzB%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEC5gBA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAfA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAD4hBJ%3BEACI%2CqBAAA%3B%3BAAGJ%2CcAAc%2CwBAAwB%3BAACtC%2CcAAc%2CyBAAyB%3BEACnC%2CwBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CmCAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuEAAA%3B%3BAAGJ%2CcACI%3BEACI%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CmBAAA%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%3BAAGJ%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%2CgBACI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEC3lBJ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAD4lBI%2CgBAbJ%2COAaK%3BECllBL%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%3BADojBJ%2CgBACI%2COAiBI%3BEACI%2CaAAA%3B%3BAAKZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAPJ%2CaAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2CoBAGI%2CaAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAxBZ%2CoBA4BI%2CiBAAiB%2CUAAS%3BEACtB%2CgBAAA%3B%3BAA7BR%2CoBAgCI%2CiBACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAnCZ%2CoBAgCI%2CiBACI%2CSAII%3BEACI%2CWAAA%3B%3BAAtChB%2CoBAgCI%2CiBAUI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAOZ%2CMAAS%2CQAAQ%2CKAAK%3BEAClB%2CyBAAA%3B%3BAAGJ%3BAAAQ%3BEACJ%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmCAAA%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%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BAAAQ%3BAAAgB%3BEACpB%2CmBAAA%3B%3BAAGJ%2CgBACI%3BEACI%2CUAAA%3B%3BAAIR%2CSAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CsBAAA%3BEACA%2CsBAAA%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%3B%3BAAKJ%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CuCAAA%3BEACA%2C%2BCAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAARJ%2CeAUI%2CUAAS%3BEACL%2CoBAAA%3B%3BAAXR%2CeAcI%3BEACI%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAhBR%2CeAmBI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAArBR%2CeAmBI%2CoBAII%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CwBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAnCR%2CeAsCI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAA5CR%2CeAsCI%2CiBAQI%3BEACI%2CYAAA%3B%3BAA%5C%2FCZ%2CeAmDI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAxDR%2CeAmDI%2CwBAOI%3BEACI%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA7DZ%2CeAiEI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAzER%2CeAiEI%2CUAUI%3BEACI%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9EZ%2CeAiEI%2CUAgBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAnFZ%2CeAiEI%2CUAgBI%2CiBAII%2CeAAc%2CYAAa%3BEACvB%2CkBAAA%3B%3BAAtFhB%2CeA2FI%2CeAAiB%3BEACb%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FFR%2CeA2FI%2CeAAiB%2CWAMb%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA3GZ%2CeA%2BGI%3BEACI%2CSAAA%3B%3BAAhHR%2CeAmHI%2CgBAAgB%3BEACZ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArHR%2CeAmHI%2CgBAAgB%2CsBAIZ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3HZ%2CeAmHI%2CgBAAgB%2CsBAIZ%2CmBAMI%3BEACI%2CWAAA%3B%3BAA9HhB%2CeAmHI%2CgBAAgB%2CsBAeZ%3BEACI%2CkBAAA%3B%3BAAnIZ%2CeAmHI%2CgBAAgB%2CsBAmBZ%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAxIZ%2CeAmHI%2CgBAAgB%2CsBAwBZ%3BEACI%2CuBAAA%3BEACA%2C4BAAA%3B%3BAA7IZ%2CeAmHI%2CgBAAgB%2CsBA6BZ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAnJZ%2CeAmHI%2CgBAAgB%2CsBA6BZ%2CiBAKI%3BEACI%2CeAAA%3B%3BAAtJhB%2CeAmHI%2CgBAAgB%2CsBA6BZ%2CiBASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5JhB%2CeAmHI%2CgBAAgB%2CsBA6CZ%2CsBAAsB%3BEAClB%2CWAAA%3B%3BAAjKZ%2CeAmHI%2CgBAAgB%2CsBAiDZ%2CSAAQ%2CQACJ%2CQAAO%2COAAO%3BEC94BtB%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%3BEDg4BY%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAzKhB%2CeAmHI%2CgBAAgB%2CsBAiDZ%2CSAAQ%2CQAQJ%2CQAAO%2COAAO%3BEACV%2CaAAA%3B%3BAA7KhB%2CeAmHI%2CgBAAgB%2CsBAiDZ%2CSAAQ%2CQAYJ%2CQAAO%3BEACH%2CaAAA%3B%3BAAMhB%2CcACI%2CgBACI%2CiBAAiB%3BEACb%2CWAAA%3B%3BAAHZ%2CcACI%2CgBAKI%2CeAAiB%2CWAAS%3BEACtB%2CiBAAA%3BEACA%2CeAAA%3B%3BAARZ%2CcACI%2CgBAUI%3BEACI%2CuBAAA%3B%3BAAZZ%2CcACI%2CgBAcI%3BEACI%2C4BAAA%3B%3BAAhBZ%2CcACI%2CgBAkBI%2CgBAAgB%3BEACZ%2CmBAAA%3BEACA%2CeAAA%3B%3BAArBZ%2CcACI%2CgBAkBI%2CgBAAgB%2CsBAIZ%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAzBhB%2CcACI%2CgBAkBI%2CgBAAgB%2CsBAIZ%2CiBAII%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7BpB%2CcACI%2CgBAkBI%2CgBAAgB%2CsBAcZ%2CSAAQ%2CQAAS%2CQAAO%2COAAO%3BEAC3B%2CWAAA%3BEACA%2CUAAA%3B%3BAAnChB%2CcACI%2CgBAsCI%3BEACI%2CiBAAA%3B%3BAAxCZ%2CcACI%2CgBAsCI%2CUAGI%3BEACI%2CWAAA%3B%3BAA3ChB%2CcACI%2CgBA8CI%2CeAAiB%3BEACb%2CiBAAA%3B%3B%3BAAMZ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGI%2CiBADJ%2CeAAe%2CMACV%2CWACG%3BEACI%2CgBAAA%3B%3BAANhB%2CiBAGI%2CeAAe%2CMAOX%3BEACI%2CYAAA%3B%3BAAXZ%2CiBAGI%2CeAAe%2CMAOX%2CYAGI%3BEACI%2CiBAAA%3B%3BAAGJ%2CiBAdR%2CeAAe%2CMAOX%2CYAOK%3BEACG%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAMhB%3BEACI%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2C4BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAALR%2CkBAQM%2CIAAI%3BEACF%2CqBAAA%3BEACA%2CcAAA%3B%3B%3BAAMR%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BECviCA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BADyiCJ%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%3BEACI%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUAAC%3BEACG%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAIR%2CcACI%2CUAAS%2CQAAQ%2CcAAe%3BEAC5B%2CYAAA%3B%3BAAFR%2CcAKI%3BEACI%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3B%3BAAEA%2CcAHJ%2CWAGK%3BEACG%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CYACI%2CaACI%3BEACI%2CaAAA%3B%3BAAHZ%2CYAOI%2CgBACI%3BAARR%2CYAOI%2CgBAEI%3BEACI%2CaAAA%3B%3BAAOZ%2CUACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CUAMI%3BAANJ%2CUAOI%3BEACI%2CqBAAA%3B%3BAARR%2CUAMI%2CeAII%3BAAVR%2CUAOI%2CWAGI%3BEACI%2CaAAA%3B%3BAAXZ%2CUAeI%3BEACI%2CkBAAA%3B%3BAAhBR%2CUAmBI%2CWACI%3BEACI%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAxBZ%2CUA4BI%3BAA5BJ%2CUA6BI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CcAAe%2CWAAW%3BEACtB%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CcAAA%3B%3BAAIA%2CQAAC%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CQAAC%3BEACG%2CSAAS%2CGAAT%3B%3BAAKR%3BEACI%2CSAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CwBAII%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CwBAUI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3B%3BAAZR%2CwBAUI%2CiBAII%3BEACI%2CqBAAA%3B%3BAAKI%2CwBAVZ%2CiBAQI%2CMACI%2CKACK%2CWAAW%3BEACR%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAOpB%2CcAAe%2CyBAAyB%2CiBAAiB%2CMAAM%2CKAAI%2CWAAW%3BEAC1E%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAAe%2CyBAAyB%3BEACpC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAU%2CSAAQ%3BEAC%5C%2FB%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CYAKI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEC%5C%2FuCJ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BED%2BuCI%2C2DAAA%3B%3BAAEA%2CYARJ%2CmBAQK%3BEACG%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAbJ%2CmBAaK%3BEACG%2C8BAAA%3B%3BAAKZ%2CcACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAJR%2CcAOI%3BEACI%2CYAAA%3B%3BAARR%2CcAWI%2CgBAAkB%3BAAXtB%2CcAYI%2CgBAAkB%3BEACd%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C%2BDAAA%3B%3BAAEA%2CeAPJ%2CeAOK%3BEACG%2CaAAA%3B%3BAATZ%2CeACI%2CeAWM%3BEACE%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2C0DAAA%3B%3BAAEA%2CeAnBR%2CeAWM%2COAQG%3BEACG%2CaAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BECzzCA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAD2zCJ%3BEACI%2CSAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%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%2CeAEG%3BEACI%2CSAAA%3B%3BAAHR%2CQAAC%2CeAEG%2COAGI%3BEACI%2CWAAA%3B%3BAAMhB%3BEACI%2CYAAA%3BECz1CA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAD21CJ%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%3BAAGJ%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%2CSAAY%3BAAAQ%2CSAAY%2CUAAU%3BEACtC%2C2BAAA%3B%3BAAGJ%2CSACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEC94CJ%2CuCAAA%3BEACA%2C4CAAA%3BEACA%2C%2BCAAA%3B%3BADi5CJ%2CQAAQ%2CQAAQ%2CKAAM%3BEAClB%2CeAAA%3B%3BAAGJ%2CQAAQ%2CQAAQ%2CKAAM%3BEAClB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAAuB%3BAAAS%2C8BAA%2BB%3BEAC3D%2CYAAA%3B%3BAAKJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BEACvB%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CQARI%2CKAAK%2CMAAS%2CQAAK%2CMAQtB%2COACG%3BEACI%2CWAAA%3B%3BAAVZ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAcvB%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BEACvB%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BEAChC%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAKJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyDAAA%3B%3BAAJJ%2CYAMI%3BEACI%2CWAAA%3B%3BAAPR%2CYAMI%2COAGI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CYARR%2COAGI%2CMAKK%3BEACG%2CwBAAA%3B%3BAAIA%2CYAbZ%2COAGI%2CMASK%2CIAAI%2CaACA%3BEACG%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAtBpB%2CYAMI%2COAGI%2CMAiBI%3BEACI%2CWAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CYAxBZ%2COAGI%2CMAiBI%2CEAIK%3BEACG%2CaAAA%3B%3BAAOpB%2CcAAe%2CaAAa%2COAAO%2CMAAK%2CIAAI%2CaAAa%3BEACrD%2CWAAA%3B%3BAAKJ%2CQAAQ%2C0BAA2B%3BAACnC%2CQAAQ%2C0BAA2B%3BEAC%5C%2FB%2CsBAAA%3B%3BAAQA%2CaALU%2CMAAM%2CEAAE%2CIAKjB%3BAAAD%2CaAJU%2CYAAY%2CEAAE%2CIAIvB%3BAAAD%2CgBAHa%2CEAAE%2CIAGd%3BAAAD%2CcAFW%2CEAAE%2CIAEZ%3BAAAD%2CuBADoB%2CSAAS%2CuBAAuB%2CIACnD%3BEACG%2CYAAA%3B%3BAAIR%2CcAAe%2CMAAM%2CYAAY%2CWAAU%2CMAAO%2CEAAE%3BEAChD%2CYAAA%3B%3BAAGJ%2CeACI%3BEACI%2CYAAA%3B%3BAAFR%2CeACI%2CiBAGI%3BEACI%2CsBAAA%3B%3BAAOZ%2CeACI%2CcACI%3BEACI%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3B%3BAALZ%2CeACI%2CcACI%2CSAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CeAjBZ%2CcACI%2CSAKI%2CIAWK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAtBZ%2CcACI%2CSAKI%2CIAgBK%3BEACG%2COAAA%3B%3BAAGJ%2CeA1BZ%2CcACI%2CSAKI%2CIAoBK%3BEACG%2CQAAA%3B%3BAAGJ%2CeA9BZ%2CcACI%2CSAKI%2CIAwBK%3BEACG%2CYAAA%3B%3BAAhCpB%2CeACI%2CcAoCI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CeAAC%2CMACG%2CcACI%3BEACI%2CUAAA%3B%3BAAOhB%2CuBAAwB%3BEACpB%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%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%2CqBAAsB%3BEAClB%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CwCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3B%3BAAWJ%2CgBARkC%3BEAC9B%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAaR%2CgBARkC%2CuBAAuB%3BEACrD%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAKR%2CqBACI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BECrpDJ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAD%2BoDJ%2CqBACI%2CaAMI%3BEACI%2CWAAA%3BECzpDR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAD8pDJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CYAAA%3B%3BAAEA%2CeAHJ%2CiBAGK%3BEACG%2CWAAA%3B%3BAALZ%2CeASI%2CYACI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CeASI%2CYACI%2CsBAII%2CYACI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAjBhB%2CYACI%2CsBAII%2CYACI%2CWAWK%3BEACG%2C4BAAA%3B%3BAAGJ%2CeArBhB%2CYACI%2CsBAII%2CYACI%2CWAeK%3BAACD%2CeAtBhB%2CYACI%2CsBAII%2CYACI%2CWAgBK%3BEACG%2CsBAAA%3B%3BAAhCxB%2CeAuCI%2CcACI%2CYAAY%3BEACR%2CQAAA%3B%3BAAzCZ%2CeA6CI%2CiBAAiB%2CcAAc%3BEAC3B%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAhDR%2CeA6CI%2CiBAAiB%2CcAAc%2CSAK3B%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeAZR%2CiBAAiB%2CcAAc%2CSAK3B%2CIAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CeAhBR%2CiBAAiB%2CcAAc%2CSAK3B%2CIAWK%3BEACG%2CWAAA%3B%3BAA9DhB%2CeAmEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAtER%2CeAmEI%2CiBAKI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA7EZ%2CeAmEI%2CiBAKI%2CYAOI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAzBZ%2CiBAKI%2CYAOI%2CUAaK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeApCZ%2CiBAKI%2CYAOI%2CUAwBK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FGpB%2CeAmEI%2CiBAKI%2CYA2CI%3BEACI%2CiBAAA%3B%3BAAOhB%2CcACI%2CgBAAgB%2CYAAY%2CsBAAsB%2CYAAY%3BEAC1D%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CcALJ%2CgBAAgB%2CYAAY%2CsBAAsB%2CYAAY%2CWAKzD%3BEACG%2C2BAAA%3B%3BAAKZ%3BEACI%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAC%3BEC3yDD%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%3BADgyDI%2CcADH%2CcACI%3BEChzDL%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%3BADuyDJ%2CiBAAkB%2CmBACd%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CiBAAkB%2CmBAOd%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CiBAAkB%2CmBAad%2CkBACM%3BEACE%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CiBAAkB%2CmBAad%2CkBACM%2CKAMI%3BEACE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxBhB%2CiBAAkB%2CmBAad%2CkBACM%2CKAMI%2CIAME%3BEACI%2CaAAA%3B%3BAA3BpB%2CiBAAkB%2CmBAad%2CkBACM%2CKAiBE%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAApChB%2CiBAAkB%2CmBAad%2CkBACM%2CKAyBE%3BEACI%2CyBAAA%3B%3BAAxChB%2CiBAAkB%2CmBAad%2CkBA%2BBI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAjDZ%2CiBAAkB%2CmBAsDd%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAxDR%2CiBAAkB%2CmBA2Dd%2CkBAAkB%2CmBAAmB%2CGAAG%2CGAAG%3BEACvC%2CyBAAA%3B%3BAA5DR%2CiBAAkB%2CmBA%2BDd%2CkBAAkB%2CmBAAmB%3BEACjC%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAOR%2C4BACI%3BAADJ%2C4BACW%3BEACH%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAHR%2C4BAMI%2CWAAW%2CiBAAiB%2C0BAA0B%2CgBAAkB%3BEACpE%2CqBAAA%3B%3BAAIR%2CiBACI%3BAADJ%2CiBACiB%3BEACT%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAgBR%2CQAZ2B%2CwBAAwB%3BEAC%5C%2FC%2CuBAEI%2CcAAc%3BEADlB%2CeACI%2CcAAc%3BIACV%2COAAO%2CgBAAP%3BIACA%2CkBAAA%3B%3B%3BAAkCZ%2CQA3B2B%3BEACvB%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CsCAAA%3BIACA%2C8CAAA%3B%3BEALJ%2CaAAc%2CcAOV%3BIACI%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAIR%2CcAAe%3BIACX%2CqBAAA%3BIACA%2CsBAAA%3B%3B%3BAA2CR%2CQAtC0B%2CuBAAwB%3BEAC9C%2CqBAAsB%2CaAAa%3BIAC%5C%2FB%2COAAO%2CkBAAP%3B%3BEAGJ%2CYACI%3BIACI%2CYAAA%3B%3BEAFR%2CYAKI%3BIACI%2COAAO%2CkBAAP%3B%3BEAIR%2CaAAc%3BIACV%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CsCAAA%3BIACA%2C8CAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CYACI%2CaACI%3BEAFR%2CYACI%2CaAEI%3BIACI%2CaAAA%3B%3B%3BAA4ChB%2CQAtC0B%2CuBAAuB%3BEAC7C%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CYAAa%3BEACb%2CYAAa%3BIACT%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CsCAAA%3BIACA%2C8CAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%3BIACzB%2CoBAAA%3B%3BEAGJ%2CoBAAqB%2CgBAAgB%2CcAAc%2CeAAe%3BIAC9D%2CeAAA%3B%3BEAEA%2CoBAHiB%2CgBAAgB%2CcAAc%2CeAAe%2CcAG7D%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAiFZ%2CQA5E0B%3BEACtB%3BIACI%2CkBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAGJ%2CYAAa%3BEACb%2CYAAa%3BIACT%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%3BIACzB%2CoBAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC1B%2CgBAAA%3B%3BEAGJ%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%3BEAGJ%2CYAAa%2COAAO%3BIAChB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAOJ%2CcAAe%2CiBAAiB%3BIAC5B%2C4BAAA%3B%3BEAGJ%2CoBAAqB%2CgBAAgB%2CcAAc%2CeAAe%3BIAC9D%2CUAAA%3B%3BEAEA%2CoBAHiB%2CgBAAgB%2CcAAc%2CeAAe%2CcAG7D%2CUAAU%3BIACP%2CWAAA%3B%3BEAIR%2C0BAA2B%2CcAAc%2CeAAe%3BEAAe%2C2BAA4B%2CcAAc%2CeAAe%3BIAC5H%2CqBAAA%3B%3B%3BAAeR%2CQAV0B%3BEACtB%2CcAAe%2CiBAAiB%3BIAC5B%2C4BAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3B%3BAAuBR%2CQAnB0B%3BEACtB%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CgBAAgB%2CcAAc%2CeAAe%3BIAC9D%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CeAAgB%2CiBAAiB%2CsBAAsB%2CiBAAiB%3BIACpE%2CcAAA%3B%3BEAGJ%2C0BAA2B%2CcAAc%2CeAAe%3BEAAe%2C2BAA4B%2CcAAc%2CeAAe%3BIAC5H%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAEppER%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3B%3B%3BAAIJ%2CaAAc%2CWAAU%3BEACpB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CmBAAmB%2C0BAAnB%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CaAAc%2CUAAU%3BEACpB%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%2CSAAQ%3BAACtB%2CaAAc%2CUAAS%3BEACnB%2CaAAA%3B%3BAAGJ%2CaAAc%2CSAAS%3BAACvB%2CaAAc%2CSAAS%3BAACvB%2CaAAc%3BEACV%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%2CSAAS%2COAAM%3BAAC7B%2CaAAc%2CSAAS%2COAAM%3BAAC7B%2CaAAc%2COAAM%3BEAChB%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CUAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CUAAA%3B%3BAAGJ%2CaAAa%2CYAAa%3BEACtB%2CkBAAA%3B%3BAAGJ%2CaAAa%2CSAAU%3BEACnB%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CYAAA%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%3BEACV%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3B%3B%3B%3BAAOR%3BEACI%2CoCAAA%3B%3B%3B%3B%3BAAMJ%2CaAAc%3B%3B%3B%3B%3B%3BAAOd%2CaAAc%2CUAAU%3BEACpB%2CUAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaAAc%2CUAAU%2CUAAS%3BAAAW%2CaAAc%2CUAAU%2CUAAS%2CIAAI%3BEAC7E%2CaAAA%3B%3BAAGJ%2CaAAc%2CUAAU%2CIAAG%3BEACvB%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%2CgCAAA%3B%3BAAGJ%2CaAAc%2CqBAAoB%3BEAC9B%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3B%3BAAGJ%2CaAAc%2CmBAAmB%3BAACjC%2CaAAc%2CmBAAmB%3BEAC7B%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACvOJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CUAAW%2CSAAS%3BEAChB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAATJ%2CUAAW%2CSAAS%2CgBAWhB%3BEACI%2CaAAA%3B%3BAAIR%2CaAAc%2CSAAS%2CUAAS%3BEFoB5B%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%3BAEhCJ%2CaAAc%2CSAAS%2CUAAS%3BEFgB5B%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%3BAE5BJ%2CUAAW%2CSAAS%2CgBAAe%3BEAC%5C%2FB%2CWAAA%3BEACA%2CqBAAA%3B%3B%3B%3B%3B%3BAAQJ%2CUAAW%2CSAAQ%2CSAAY%3BEAC3B%2CgBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CUAAW%2CUAAU%3BEACjB%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAW%2CUAAU%2CSAAS%3BEAC1B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAAM%2CUAAW%2CUAAU%2CSAAQ%2CMAAO%3BEAC3E%2CmBAAA%3B%3B%3BAC7EJ%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%2CeAAA%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%2CcAAe%3BEACX%2CWAAA%3BEACA%2CWAAA%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%2CeAAA%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CgBAAA%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%3BAC7QR%2CgBACI%3BAADJ%2CgBAEI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAANR%2CgBACI%2CsBAOI%3BAARR%2CgBAEI%2CoBAMI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAMZ%2CoBAAqB%2CUAAU%3BEAC3B%2CWAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CMAJE%2CsBAIE%3BEACA%2CsBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CSAAU%2CUAAU%2COAAO%3BEACvB%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAU%2CUAAU%2COAAO%3BEACvB%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAANR%2CoBACI%2CUAOI%3BEACI%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CoBAdJ%2CUAcK%2COAAO%3BEACJ%2CWAAA%3B%3BAADJ%2CoBAdJ%2CUAcK%2COAAO%2CKAGJ%3BAAHJ%2CoBAdJ%2CUAcK%2COAAO%2CKAIJ%3BEACI%2CUAAA%3B%3BAALR%2CoBAdJ%2CUAcK%2COAAO%2CKAQJ%3BEACI%2CWAAA%3B%3BAATR%2CoBAdJ%2CUAcK%2COAAO%2CKAYJ%3BEACI%2CYAAA%3B%3BAAbR%2CoBAdJ%2CUAcK%2COAAO%2CKAgBJ%2COAAM%2COAAO%3BEACT%2CWAAA%3B%3BAAIR%2CoBAnCJ%2CUAmCK%2COAAO%3BEACJ%2CYAAA%3B%3BAArCZ%2CoBAyCI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CQAAS%2CaAAa%2CMAAM%3BEACxB%2CcAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcAAC%2CQAAS%2CoBAAoB%3BAADlC%2CcAEI%2CwBAAwB%2CoBAAoB%3BAAFhD%2CcAGI%2CkBAAkB%2CoBAAoB%3BEAClC%2CiBAAA%3BEACA%2CeAAA%3B%3BAALR%2CcAQI%2CqBAAqB%2CUAAS%2COAAO%3BEACjC%2CYAAA%3B%3BAATR%2CcAYI%2CqBAAqB%2CUAAS%2COAAO%3BEACjC%2CWAAA%3B%3BAAIR%2CKAAK%2CcAAe%2CcAAa%3BEAC7B%2CkBAAA%3B%3BAAGJ%2CeAKI%2CwBAAwB%2COAAS%2CSAAM%3BEACnC%2CQAAA%3BEACA%2CSAAA%3B%3BAAPR%2CeAUI%2CMAAK%2CcAAe%3BEAChB%2CUAAA%3B%3BAAXR%2CeAUI%2CMAAK%2CcAAe%2CoBAGhB%3BEACI%2CsBAAA%3B%3BAAdZ%2CeAkBI%2CMAAK%2CcAAe%2CMAAM%2CKAAI%3BEAC1B%2CoBAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CeAuBI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAA5BR%2CeAuBI%2CcAOI%2CSAAQ%3BEACJ%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAjCZ%2CeAuBI%2CcAaI%2COAAS%2CSAAM%3BEACX%2CQAAA%3BEACA%2CSAAA%3B%3BAAtCZ%2CeAuBI%2CcAkBI%2COACI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA7ChB%2CeAuBI%2CcAkBI%2COACI%2COAKI%3BEACI%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAlDpB%2CeAuBI%2CcAkBI%2COAaI%3BEACI%2CeAAA%3B%3BAAvDhB%2CeAuBI%2CcAoCI%2COAAO%3BEACH%2CSAAA%3B%3BAA5DZ%2CeAuBI%2CcAwCI%2CQACI%2CiBACI%2CSACI%2COAAM%3BEACF%2CsBAAA%3B%3BAAnExB%2CeA0EI%2CMAAK%3BEACD%2CUAAA%3B%3BAA3ER%2CeA6EI%2CMAAK%2CKAAK%2CQACN%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEJzKR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEIyKQ%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAzFZ%2CeA6EI%2CMAAK%2CKAAK%2CQACN%2CQAaI%3BEACI%2CeAAA%3B%3BAAGJ%2CeAlBR%2CMAAK%2CKAAK%2CQACN%2CQAiBK%3BEACG%2CaAAA%3B%3BAAGJ%2CeAtBR%2CMAAK%2CKAAK%2CQACN%2CQAqBK%3BEACG%2CiBAAA%3B%3BAApGhB%2CeA0GI%2CMAAK%2CcACD%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7GZ%2CeA0GI%2CMAAK%2CcAKD%2CMAAM%2CKAAI%3BEACN%2CgBAAA%3B%3BAAhHZ%2CeA0GI%2CMAAK%2CcASD%3BEACI%2CiBAAA%3B%3BAApHZ%2CeA0GI%2CMAAK%2CcASD%2CiBAGI%3BAAtHZ%2CeA0GI%2CMAAK%2CcASD%2CiBAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CeAlBZ%2CMAAK%2CcASD%2CiBAGI%2CaAMK%3BAAAD%2CeAlBZ%2CMAAK%2CcASD%2CiBAII%2CeAKK%3BEACG%2CWAAA%3B%3BAA7HpB%2CeA0GI%2CMAAK%2CcAwBD%3BEACI%2CWAAA%3B%3BAAnIZ%2CeA0GI%2CMAAK%2CcA4BD%2CcAAa%3BEACT%2CcAAA%3B%3BAAvIZ%2CeA2II%3BAA3IJ%2CeA2IU%3BEACF%2CgBAAA%3B%3BAA5IR%2CeA%2BII%3BEACI%2CgBAAA%3B%3BAAhJR%2CeAmJI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3B%3BAAvJR%2CeAmJI%2CwBAMI%2CQAAO%2CQAAQ%3BEACX%2CYAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAMZ%3BEACI%2CiBAAA%3B%3BAAKA%2CeAFY%2CMAAK%2CKAAK%2CQAAS%2CQAE9B%3BAAAD%2CeADY%2CwBAAwB%2CQAAO%2CQAAQ%2CSAClD%3BEACG%2CsBAAA%3B%3BAAIR%2CgBAAiB%3BEACb%2CeAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CsBAAA%3B%3BAAGJ%2CcACI%2CMAAM%3BEACF%2CiBAAA%3B%3BAAFR%2CcAKI%2CMAAK%2CcACD%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAARZ%2CcAYI%2CMAAK%2CcAAe%2CKAAI%3BAAZ5B%2CcAaI%2CaAAY%2CcAAe%2CKAAI%3BAAbnC%2CcAcI%2CMAAK%2CcAAe%2CKAAI%3BAAd5B%2CcAeI%2CaAAY%2CcAAe%2CKAAI%3BAAfnC%2CcAgBI%2CMAAK%2CcAAe%2CKAAI%3BAAhB5B%2CcAiBI%2CaAAY%2CcAAe%2CKAAI%3BAAjBnC%2CcAkBI%2CMAAK%2CcAAe%2CKAAI%3BAAlB5B%2CcAmBI%2CaAAY%2CcAAe%2CKAAI%3BEAC3B%2CgBAAA%3B%3BAApBR%2CcAuBI%2CMAAK%2CcAAe%2CcAAc%3BAAvBtC%2CcAwBI%2CiCAAiC%2CSAAS%2CcAAc%3BAAxB5D%2CcAyBI%2CeAAe%2CcAAc%3BEACzB%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA5BR%2CcA%2BBI%2CMAAK%2CcAAe%2CcAAc%3BAA%5C%2FBtC%2CcAgCI%2CiCAAiC%2CSAAS%2CcAAc%3BAAhC5D%2CcAiCI%2CeAAe%2CcAAc%3BAAjCjC%2CcAkCI%2CmBAAmB%2CQAAO%3BAAlC9B%2CcAmCI%2CgBAAgB%2CWAAW%2CQAAO%3BAAnCtC%2CcAoCI%2CgBAAgB%2CgBAAgB%2CQAAO%3BEACnC%2CYAAA%3B%3BAArCR%2CcAwCI%2CiCAAiC%3BAAxCrC%2CcAwC%2BC%2CmBAAmB%3BAAxClE%2CcAwC4E%2CgBAAgB%2CWAAW%3BAAxCvG%2CcAwCiH%2CgBAAgB%2CgBAAgB%3BEACzI%2CgBAAA%3B%3BAAzCR%2CcA4CI%2CgBAAgB%2CMAAK%2CKAAK%2CQAAS%2CQAAO%3BEACtC%2CkBAAA%3BEACA%2CcAAA%3B%3BAA9CR%2CcAiDI%2CgBAAgB%2CcAAc%2COAAS%2CSAAM%3BEACzC%2COAAA%3BEACA%2CWAAA%3B%3BAAnDR%2CcAsDI%2CcAAc%2COAAO%3BEACjB%2CeAAA%3B%3BAAvDR%2CcA0DI%2CaAAa%3BAA1DjB%2CcA2DI%2CmBAAmB%2CcAAc%3BAA3DrC%2CcA4DI%2CaAAa%2COAAO%3BAA5DxB%2CcA6DI%2CmBAAmB%2CcAAc%2COAAO%3BEACpC%2CgBAAA%3B%3BAA9DR%2CcAiEI%2CMAAK%2CcAAe%2CcAAc%3BAAjEtC%2CcAkEI%2CMAAK%2CcAAe%3BEAChB%2CiBAAA%3B%3BAAnER%2CcAsEI%2CMAAK%2CcAAe%2CiBAAmB%3BAAtE3C%2CcAsEoD%2CMAAK%2CcAAe%3BEAChE%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxER%2CcA2EI%2CMAAK%2CcAAe%3BEAChB%2CYAAA%3B%3BAAMR%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CiBAKI%2CeACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CcAAe%2CkBAAkB%2CeAAe%3BEAC5C%2CYAAA%3B%3BAAKJ%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%3BAAMZ%2C0BAA2B%3BEACvB%2CsBAAA%3B%3BAAEA%2C0BAHuB%2CQAGtB%3BEACG%2CsBAAA%3B%3BAAIR%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%3BEACA%2CsBAAA%3B%3BAA3BZ%2CmBA%2BBI%2CsBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAArCZ%2CmBAyCI%2CgCAAgC%2CMAAM%3BEAClC%2CwBAAA%3B%3BAA1CR%2CmBA6CI%2CaAAa%2CUAAY%2CSAAM%2CSAAY%2CQAAK%3BEAC5C%2CMAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FCR%2CmBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CmBAkDI%2CgCAGI%3BAArDR%2CmBAkDI%2CgCAII%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAzDZ%2CmBAkDI%2CgCAGI%2CSAMI%3BAA3DZ%2CmBAkDI%2CgCAII%2CUAKI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA9DhB%2CmBAkDI%2CgCAGI%2CSAYI%3BAAjEZ%2CmBAkDI%2CgCAII%2CUAWI%3BEACI%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAnEhB%2CmBAyEI%2CyBAAyB%3BEACrB%2CiBAAA%3B%3BAA1ER%2CmBA6EI%2CyBAAyB%3BEACrB%2CeAAA%3B%3BAA9ER%2CmBAiFI%2CyBAAyB%3BEACrB%2CiBAAA%3B%3BAAlFR%2CmBAqFI%2CyBAAyB%3BEACrB%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAvFR%2CmBA0FI%2CaAAa%3BEACT%2CWAAA%3B%3BAA3FR%2CmBA8FI%2CaAAa%3BEACT%2CgBAAA%3B%3BAA%5C%2FFR%2CmBAkGI%2CaAAa%2CmBAAqB%2COAAI%3BEAClC%2CSAAS%2CEAAT%3B%3BAAIR%2CcACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CcAOI%3BEACI%2CWAAA%3B%3BAARR%2CcAWI%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAbR%2CcAgBI%2COAAO%2CSAAQ%2CcAAe%3BEAC1B%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlBR%2CcAqBI%2CgBAAgB%2CSAAW%3BAArB%5C%2FB%2CcAsBI%2CgBAAgB%2CSAAW%3BEACvB%2CYAAA%3B%3BAAvBR%2CcA0BI%2CgBAAgB%3BEACZ%2CmBAAA%3BEACA%2CeAAA%3B%3BAA5BR%2CcA%2BBI%2CmBAAmB%2CcAAc%3BEAC7B%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAlCR%2CcAqCI%2CgCAAgC%2C4BAA4B%3BEACxD%2COAAA%3BEACA%2CWAAA%3B%3BAAOR%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%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAlBhB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAQE%3BEACI%2CsBAAA%3B%3BAArBpB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAYE%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAhCpB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAuBE%2CUACI%2COAAM%3BEACF%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAvCxB%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAuBE%2CUACI%2COAAM%2CIAKF%3BEACI%2CYAAA%3B%3BAA1C5B%2CoBAGI%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAuBE%2CUAWI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CoBAlDZ%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAyCG%3BEACG%2CsBAAA%3B%3BAADJ%2CoBAlDZ%2CeAAc%2CSAKV%2CeAII%2CGAAE%2CaAyCG%2CMAEG%3BEACI%2CcAAA%3B%3BAAxDxB%2CoBA%2BDI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAMR%2CiBACI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CcACI%3BEACI%2CmBAAA%3B%3BAAFR%2CcAKI%2CoBACI%3BEACI%2CmBAAA%3B%3BAAPZ%2CcAWI%3BEACI%2CiBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CwCAAA%3BEACA%2CgDAAA%3B%3BAAIR%2CcACI%2CWAAW%3BEACP%2CYAAA%3BEACA%2CUAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAARR%2CcAMI%2CYAII%2CYAAY%3BEACR%2CYAAA%3B%3BAAOZ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CaAKI%3BEACI%2CSAAA%3B%3BAANR%2CaAKI%2CUAGI%3BEACI%2CoBAAA%3B%3BAATZ%2CaAaI%3BEACI%2CmBAAA%3B%3BAAIR%2CmBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CmBARJ%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAKZ%2CcACI%2CoBAAoB%2CGAAE%3BEAClB%2CWAAA%3BEACA%2CWAAA%3B%3BAAHR%2CcAMI%2CoBAAoB%2CGAAG%3BEACnB%2CYAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CWAII%3BEACI%2CWAAA%3B%3BAALR%2CWAQI%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CmBACI%2CGACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPZ%2CmBACI%2CGACI%2CGAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3BEACA%2C4BAAA%3BEJnvBZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAIovBY%2CmBAjBZ%2CGACI%2CGAOI%2CmBASK%3BEACG%2CiCAAA%3B%3BAAGJ%2CmBArBZ%2CGACI%2CGAOI%2CmBAaK%3BEACG%2CkCAAA%3B%3BAAGJ%2CmBAzBZ%2CGACI%2CGAOI%2CmBAiBK%3BEACG%2CkCAAA%3B%3BAAGJ%2CmBA7BZ%2CGACI%2CGAOI%2CmBAqBK%3BEACG%2CkCAAA%3B%3BAA%5C%2FBpB%2CmBACI%2CGACI%2CGAiCI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKI%2CmBA5ChB%2CGACI%2CGAyCK%2CMACG%2CmBACK%3BEACG%2CiCAAA%3B%3BAAGJ%2CmBAhDhB%2CGACI%2CGAyCK%2CMACG%2CmBAKK%3BEACG%2CkCAAA%3B%3BAAGJ%2CmBApDhB%2CGACI%2CGAyCK%2CMACG%2CmBASK%3BEACG%2CkCAAA%3B%3BAAGJ%2CmBAxDhB%2CGACI%2CGAyCK%2CMACG%2CmBAaK%3BEACG%2CkCAAA%3B%3B%3BAASxB%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAADJ%2CUAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAXR%2CUAcI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAlBR%2CUAcI%2CWAMI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAtBZ%2CUA0BI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CUAgCI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAApCZ%2CUAgCI%2CWACI%2CGAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA1ChB%2CUAgCI%2CWACI%2CGAKI%2CGAMI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAOpB%3BEACI%2CkBAAA%3B%3BAADJ%2CWAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALR%2CWAGI%2CYAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2CWAGI%2CYAII%2CYAKI%3BEACI%2CiBAAA%3B%3BAAbhB%2CWAGI%2CYAII%2CYAKI%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlBpB%2CWAGI%2CYAII%2CYAKI%2CYASI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAxBpB%2CWAGI%2CYAII%2CYAKI%2CYASI%2CaAKI%3BEACI%2CcAAA%3B%3BAA3BxB%2CWAGI%2CYAII%2CYAKI%2CYAmBI%3BEACI%2CeAAA%3B%3BAAQpB%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%3BAAClC%2CgBAAiB%2CiBAAiB%3BEAC9B%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%3BEAC9B%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%2CSAAS%3BEACvC%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%3BEAC9B%2CiBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%3BEAC9B%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%3BEAC9B%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAiB%3BEAC9B%2CyBAAA%3B%3BAAgBJ%2CQAX2B%2CwBAAwB%3BEAC%5C%2FC%2CUAAW%3BIACP%2CgBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CUAAW%2CWAAW%2CGAAG%3BIACrB%2CkBAAA%3B%3B%3BAAsBR%2CQAlB2B%3BEACvB%2CWAAY%2CYAAY%3BIACpB%2CUAAA%3B%3BEAEA%2CWAHQ%2CYAAY%2CYAGnB%2CUAAU%3BIACP%2CWAAA%3B%3BEAIR%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CeAAA%3B%3BEAEA%2CoBAHiB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%2CaAGzD%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAmBZ%2CQAd0B%2CuBAAwB%3BEAC9C%2CUAAW%3BIACP%2CgBAAA%3B%3BEAGJ%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CeAAA%3B%3BEAEA%2CoBAHiB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%2CaAGzD%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAkCZ%2CQA7B0B%2CuBAAuB%3BEAE7C%2CeAAgB%2CMAAK%3BIACjB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CWAAY%2CYAAY%3BIACpB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CeAAA%3B%3BEAEA%2CoBAHiB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%2CaAGzD%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAkJZ%2CQA5I0B%3BEACtB%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CUAAA%3B%3BEAEA%2CoBAHiB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%2CaAGzD%2CUAAU%3BIACP%2CWAAA%3B%3BEAKR%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CgBAAA%3B%3BEAIJ%2CoBAAqB%3BIACjB%2CWAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CeAAgB%2CMAAK%3BIACjB%2CWAAA%3BIACA%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%3BEAGJ%2CeAAgB%2CMAAK%2CcAAe%3BIAChC%2CgBAAA%3B%3BEAGJ%2CKAAK%2CcAAe%3BIAChB%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CsBAII%3BIACI%2CaAAA%3B%3BEAIR%2CsBAAuB%3BIACnB%2CWAAA%3B%3BEADJ%2CsBAAuB%2CiBAEnB%3BIACI%2CqBAAA%3BIACA%2C6BAAA%3B%3BEAIR%2CwBAAyB%2CgCAAgC%3BIACrD%2C0BAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CeAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CoBAAA%3B%3BEAGJ%2CmBAAoB%2CyBAAyB%3BIACzC%2C0BAAA%3B%3BEAGJ%2C%2BBACM%3BIACE%2C0BAAA%3B%3BEAFR%2C%2BBACM%2CYAGE%3BIACI%2CqBAAA%3B%3BEAKZ%2CYAAa%3BEACb%2CwBAAyB%3BEACzB%2CwBAAyB%3BIACrB%2C0BAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CeAAA%3B%3BEAIJ%3BIACI%2CUAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CSAAA%3B%3BEAGJ%2CWAAY%2CYAAY%3BIACpB%2CUAAA%3B%3BEAGJ%2CUAAW%3BIACP%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CmBAAoB%2CGAAG%3BIACnB%2CWAAA%3BIACA%2CWAAA%3B%3BEAIJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CsBAKI%3BIACI%2CyBAAA%3BIACA%2C4BAAA%3B%3B%3BAAeX%2CQATyB%3BEACtB%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CsBAAA%3B%3BEAGJ%2CoBAAqB%2CeAAc%2CSAAU%2CeAAe%2CGAAE%3BIAC1D%2CWAAA%3BIACA%2CWAAA%3B%3B%3BACnsCR%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmEAAA%3B%3BAAHJ%2CaAKI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CaAKI%2CiBAII%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAdZ%2CaAKI%2CiBAYI%3BEACI%2CmBAAA%3B%3BAAlBZ%2CaAKI%2CiBAgBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAvBZ%2CaAKI%2CiBAgBI%2CcAII%3BEACI%2CaAAA%3B%3BAA1BhB%2CaAKI%2CiBAgBI%2CcAQI%2CGACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAhCpB%2CaAKI%2CiBAgBI%2CcAQI%2CGACI%2CGAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BELPpB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAfA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAKzBJ%2CaAKI%2CiBAgBI%2CcAQI%2CGACI%2CGAII%2CEAaI%3BEACI%2CaAAA%3B%3BAAGJ%2CaA9CpB%2CiBAgBI%2CcAQI%2CGACI%2CGAII%2CEAiBK%3BEACG%2CWAAA%3B%3BAApD5B%2CaAKI%2CiBAsDI%3BEACI%2CoBAAA%3B%3BAA5DZ%2CaAKI%2CiBAyDI%2CkBAAkB%3BEACd%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAjEZ%2CaAKI%2CiBA8DI%2CkBAAkB%3BEACd%2C8BAAA%3BEACA%2C4BAAA%3B%3BAArEZ%2CaAKI%2CiBAmEI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAA1EZ%2CaAKI%2CiBAwEI%2CuBAAuB%3BEACnB%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlFZ%2CaAKI%2CiBAgFI%2CuBAAuB%2CWAAW%3BEAC9B%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3BEACA%2CgDAAA%3BELzDR%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAKtCJ%2CaAKI%2CiBA4FI%2CuBAAuB%3BEACnB%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAnGZ%2CaAKI%2CiBA4FI%2CuBAAuB%2CmBAInB%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACA%2CgDAAA%3BEL7EZ%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAK8EY%2CaA%5C%2FGZ%2CiBA4FI%2CuBAAuB%2CmBAInB%2COAeK%3BEACG%2CsBAAA%3B%3B%3BAAiDpB%2CQA5B0B%3BEACtB%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CaAAA%3B%3BEAGJ%2CaAAc%2CiBAAiB%2CuBAAuB%3BEACtD%2CaAAc%2CiBAAiB%2CuBAAuB%3BEACtD%2CaAAc%2CiBAAiB%3BIAC3B%2CWAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CaAAc%2CiBAAiB%2CuBAAuB%2CmBAAmB%3BEACzE%2CaAAc%2CiBAAiB%2CuBAAuB%2CWAAW%3BILxHjE%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3B%3BEK0HA%2CaAAc%2CiBAAiB%2CuBAAuB%2CmBAAmB%3BIACrE%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BACnKR%2CQAAQ%2CKAAK%2CMAAM%2CgBACf%2CMAAK%2CMAAM%3BEACP%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CQAAQ%2CKAAK%2CMAAM%2CgBACf%2CMAAK%2CMAAM%2CeAgBP%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQAzBJ%2CKAAK%2CMAAM%2CgBACf%2CMAAK%2CMAAM%2CeAgBP%2CEAQK%3BENwBT%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%3BEMtCY%2CYAAA%3BEACA%2CeAAA%3B%3BAA5BhB%2CQAAQ%2CKAAK%2CMAAM%2CgBACf%2CMAAK%2CMAAM%2CeA%2BBP%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQA1CJ%2CKAAK%2CMAAM%2CgBACf%2CMAAK%2CMAAM%2CeA%2BBP%2CYAUK%3BENOT%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%3BAMhBY%2CQAjDR%2CKAAK%2CMAAM%2CgBACf%2CMAAK%2CMAAM%2CeA8CN%2COACG%2CEACK%3BENAb%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%3BAMjEJ%2CQAAQ%2CKAAK%2CMAAM%2CgBAwDf%3BEACI%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3B%3BAAOR%2CcACI%2CSAAQ%2CKAAK%2CMAAM%2CgBAAiB%2CMAAK%2CMAAM%2CeAAgB%2CEAAC%3BEAC5D%2CWAAA%3B%3BACtER%2CcACI%3BEACI%2CaAAA%3B%3BAAFR%2CcAKI%2CgBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAdZ%2CcAKI%2CgBACI%2CGAUI%3BEACI%2CcAAA%3B%3BAAGJ%2CcAfR%2CgBACI%2CGAcK%3BEACG%2CWAAA%3B%3BAArBhB%2CcA2BI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3B%3BAAKR%2CcACI%2CeAAe%2CgBAAgB%3BEAC3B%2CYAAA%3BEACA%2CkBAAA%3B%3BACtCR%3B%3B%3BAAAA%2CeACI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CeAOI%3BEACI%2CaAAA%3B%3BAARR%2CeAWI%3BEACI%2CmBAAA%3B%3BAAZR%2CeAeI%3BAAfJ%2CeAe0B%3BEAClB%2CcAAA%3B%3BAAhBR%2CeAmBI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAtBR%2CeAyBI%2CGAAE%3BEACE%2CgCAAA%3BEACA%2C6BAAA%3B%3BAA3BR%2CeA%2BBI%2CGAAE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAAjCR%2CeAoCI%2CgBAAgB%3BEACZ%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhDR%2CeAoCI%2CgBAAgB%2CGAcZ%3BEACI%2CcAAA%3B%3BAAIA%2CeAnBR%2CgBAAgB%2CGAkBX%2COACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIR%2CeA9BJ%2CgBAAgB%2CGA8BX%3BEACG%2C6BAAA%3B%3BAAnEZ%2CeAuEI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3B%3BAAOR%2CcACI%2CgBAAgB%2CGAAE%3BEACd%2CYAAA%3B%3BAAFR%2CcACI%2CgBAAgB%2CGAAE%2CeAGd%3BEACI%2CiBAAA%3B%3BAAGI%2CcAPZ%2CgBAAgB%2CGAAE%2CeAGd%2CGAGK%2CgBACI%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAVpB%2CcAgBI%2CgBAAgB%3BEACZ%2CmBAAA%3BEACA%2CcAAA%3B%3BAC1ER%2CwBA3B0C%3BEACtC%2CeAAgB%2CGAAE%3BIACd%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CeAAgB%2CgBAAgB%3BIAC5B%2CSAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAJJ%2CeAAgB%2CqBAMZ%3BIACI%2CaAAA%3B%3BEAIR%2CcAAe%2CgBAAgB%3BIAC3B%2CWAAA%3BIACA%2CWAAA%3B%3B%3B%3BACxBR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoCAAqC%2CGAAE%3BEACnC%2CSAAA%3B%3BAAGJ%2CoCAAqC%3BEACjC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAoB%3BEACrD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CGAAE%3BEACrD%2C2BAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CGAAE%2CmBAAmB%2CMAAO%3BEAC%5C%2FE%2CUAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CGAAG%2CEAAC%3BEACvD%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%2CEAAC%3BEAC7D%2CkBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CYAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CGAAE%2CkBAAkB%3BEACvE%2CeAAA%3B%3B%3B%3BAAMJ%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BEACnD%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEVxCA%2CuCAAA%3BEACA%2C4CAAA%3BEACA%2C%2BCAAA%3B%3B%3BAU4CJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CkBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CWAAA%3BEACA%2COAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CWAAA%3B%3B%3BAAKJ%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BAAChE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BAAChE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BAAChE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BAAChE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BAAChE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BAAChE%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BAAC5E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BAAC5E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAK%3BAAC3E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BAAC5E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAK%3BAAC3E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAM%3BEACxE%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoCAAqC%2CmBAC%5C%2FB%2CKAAE%2CMACA%3BEACI%2CyBAAA%3B%3BAAKZ%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BEAC5D%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C8BAA%2BB%2CkBAAkB%2CGAAE%2CMAAO%3BEACtD%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3B%3BAAKJ%2CoCAAqC%2CkBAAkB%2CGAAG%3BEACtD%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAO%3BEAC5D%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CGAAE%2CkBAAkB%2CMAAO%3BEAC9E%2CWAAA%3BEACA%2CSAAA%3B%3B%3BAAKJ%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BAACvD%2CoCAAqC%2CkBAAkB%3BEACnD%2CWAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CUAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%3BEACnD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CoCAAqC%2CkBAAkB%2C%2BBAAiC%3BAACxF%2CoCAAqC%2CkBAAkB%2C%2BBAAiC%3BAACxF%2CoCAAqC%2CkBAAkB%2C%2BBAAiC%3BAACxF%2CoCAAqC%2CkBAAkB%2C%2BBAAiC%3BAACxF%2CoCAAqC%2CkBAAkB%2C%2BBAAiC%3BAACxF%2CoCAAqC%2CkBAAkB%2C%2BBAAiC%3BEACpF%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CqBAAqB%3BEACxE%2CSAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAkB%2CqBAAqB%2CGAAG%2CGAAG%2CEAAE%3BEAChF%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CoCAAqC%2CkBAAiB%3BEAClD%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoCAAqC%3BEACjC%2CcAAA%3B%3BAAGJ%2CoCAAqC%3BEACjC%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoCAAqC%3BEACjC%2CWAAA%3B%3BAAGJ%2CoCAAqC%2CeAAe%3BEAChD%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CuBACI%3BEACI%2CqBAAA%3B%3BAAIR%2CUACM%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CkBAAA%3B%3BAAIR%2CiBAAoB%3BEAChB%2CuBAAA%3B%3BAA2FH%2CgBAxFiC%3BEAC9B%2CoCAAqC%3BIACjC%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2COAAQ%2CcAAc%3BIAClB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoCAAqC%2CkBAAkB%3BIACnD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CoCAAqC%2CkBAAkB%2CGAAG%2CyBAAyB%3BIAC%5C%2FE%2CkBAAA%3B%3BEAGJ%2CoCAAqC%2CkBAAoB%2CKAAK%2CMAAM%3BIAChE%2CgBAAA%3B%3BEAGJ%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BIACnD%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAS%3BEAClE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAS%3BEAClE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAS%3BEAClE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAS%3BEAClE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAS%3BEAClE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAS%3BEAClE%2CoCAAqC%2CkBAAkB%2CGAAE%2CMAAS%3BEAClE%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAQ%3BEAC9E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAQ%3BEAC9E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAQ%3BEAC9E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAQ%3BEAC9E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAQ%3BEAC9E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAQ%3BEAC9E%2CoCAAqC%2CkBAAkB%2CGAAE%2CaAAa%2CKAAQ%3BIAC1E%2CYAAA%3B%3BEAGJ%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BEACvD%2CoCAAqC%2CkBAAkB%3BIACnD%2CUAAA%3B%3BEAGJ%2CoCAAqC%2CkBAAkB%2CGAAG%2CEAAC%3BIACvD%2CiBAAA%3B%3BEAGJ%2CoCAAqC%2CmBAAmB%3BIACpD%2CsBAAA%3B%3BEAGJ%2CoCAAqC%2CmBAAmB%2CoBAAoB%3BIACxE%2CWAAA%3B%3BEAGJ%2CoCAAqC%3BIACjC%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3B%3BACnYR%2CkCAAmC%2CmBAAqB%2CKAAE%2CMAAO%3BEAC7D%2CyBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CkCAKI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkCAPJ%2CaAOK%3BEACG%2CgBAAA%3BEXgCR%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%3BAW7DJ%2CkCAkBI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEXVJ%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAWtBJ%2CkCAkCI%2CQAAQ%3BEACJ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CkCAPJ%2CQAAQ%2CWAOH%3BEACG%2CiBAAA%3BEXGR%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%3BAWdA%2CkCAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAKZ%2CcAAe%2CmCAAmC%2CQAAQ%2CWAAU%3BEAChE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%2CmCAAmC%2CaAAY%3BEAC1D%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAAmC%2CGAAE%3BEACjC%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAoB%2CKACjD%3BEACE%2CWAAA%3B%3BAAIA%2CkCAN2B%2CkBAAoB%2CKAKlD%2CMACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMA%2CkCApBuB%2CkBAAoB%2CKAkBlD%2CYACK%2CIACG%3BEACG%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEXtDZ%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%3BAW2CI%2CkCA5B2B%2CkBAAoB%2CKAkBlD%2CYAUI%2CMACK%2CIAAC%3BEACC%2CUAAA%3B%3BAASJ%2CcAFR%2CmCAAmC%2CkBAAoB%2CKAClD%2CYAAe%2CIACX%3BEACG%2CWAAA%3BEXvEZ%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%3BAW8DJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CmBAAmB%3BEACtE%2CmBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CmBAAmB%2CMAAO%3BEAC7E%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAG%2CEAAC%3BEACrD%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%2CGAAE%2CMAAO%2CEAAC%3BEAC3D%2CkBAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BAACrD%2CkCAAmC%2CkBAAkB%3BEACjD%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEX7HA%2CuCAAA%3BEACA%2C4CAAA%3BEACA%2C%2BCAAA%3B%3B%3BAWgIJ%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%2CaAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CWAAA%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%2CMAAA%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%3BEACjD%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CUAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CkBAAkB%3BEACjD%2CWAAA%3BEACA%2CeAAA%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%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%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CiBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CqBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%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%2CaAAA%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%3BEAC%5C%2FB%2CeAAA%3B%3BAAGJ%2CkCAAmC%2CGAAE%3BEACjC%2C0BAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CWAAA%3B%3BAAGJ%2CkCAAmC%2CeAAe%3BEAC9C%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAoHH%2CgBAjHiC%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%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CkCAAmC%3BIAC%5C%2FB%2CgBAAA%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%3BIAC%5C%2FB%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3B%3BAC%5C%2FjBR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%2CUAAU%3BEACrB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAe%2CUAAU%2CaAAa%2CWAAW%3BEAC7C%2CiBAAA%3B%3BAAGJ%2CcAAe%2CUAAU%2CaAAa%2CWAAW%3BEAC7C%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%2CUAAU%3BEACrB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CcAAe%2CUAAU%2CWAIrB%3BEACI%2CiBAAA%3B%3BAALR%2CcAAe%2CUAAU%2CWAQrB%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAnBO%2CUAAU%2CWAQrB%2CgBAWK%3BEZSL%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%3BEYvBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcA1BO%2CUAAU%2CWAQrB%2CgBAkBK%3BEACG%2CsBAAA%3B%3BAAKZ%2CSACI%2CaAEI%3BEACI%2CoBAAA%3BEACA%2CyBAAA%3B%3BAALZ%2CSACI%2CaAEI%2CWAII%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAVhB%2CSACI%2CaAaI%3BEACI%2CoBAAA%3B%3BAAfZ%2CSACI%2CaAaI%2CWAGI%2CUACI%2CGACI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CSAvBpB%2CaAaI%2CWAGI%2CUACI%2CGACI%2CEAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAU5B%2CcACI%2CUAAU%2CaAAa%2CWAAW%2CUAAU%2CGAAG%2CEAAC%3BEAC5C%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CcAMI%2CeAAe%2CUAAU%2CWAAW%3BEAChC%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAJJ%2CeAAe%2CUAAU%2CWAAW%2CgBAI%5C%2FB%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3B%3BAC7GZ%2CkCAAmC%3BEAC%5C%2FB%2CwBAAA%3B%3BAAGJ%2CkCACI%2CaAAa%3BEACT%2CsBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqCACI%3BEACI%2CeAAA%3B%3BAAFR%2CqCAKI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CqCAUI%3BEACI%2CaAAA%3B%3BAAXR%2CqCAcI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAlBR%2CqCAcI%2CiBAMI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CqCA0BI%3BAA1BJ%2CqCA2BI%3BAA3BJ%2CqCA4BI%3BEACI%2CwBAAA%3B%3BAAIR%2CkCACI%3BAADJ%2CkCAEI%3BEACI%2CwBAAA%3B%3BAAHR%2CkCAMI%3BEACI%2CiBAAA%3B%3BAAIR%2CYAAY%2CkBAAmB%2CkBAAiB%3BEAC5C%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkCAAkC%2CIAAI%3BEAClC%2CuBAAA%3B%3BAAGJ%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%3BEb3GA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAa4GA%2CcAXW%2CWAWV%3BAAAD%2CcAVW%2CgBAUV%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%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkCAAmC%2CWAAW%3BEAC1C%2CSAAA%3B%3BAADJ%2CkCAAmC%2CWAAW%2CKAG1C%2CUAAS%3BEACL%2CWAAA%3BEACA%2CUAAA%3B%3BAAIR%2CqCAAsC%2CcAAgB%3BAACtD%2CkCAAmC%2CcAAgB%3BEAC%5C%2FC%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkCAEI%3BAADJ%2CqCACI%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%3BEACA%2CiBAAA%3B%3BAAFJ%2C4BAA6B%2CcAAgB%2CaAIzC%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAPR%2C4BAA6B%2CcAAgB%2CaAIzC%2CmBAKI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CqCACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAHR%2CqCAMI%2CcAAgB%3BEACZ%2CUAAA%3BEACA%2CiBAAA%3B%3BAARR%2CqCAWI%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAdR%2CqCAWI%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%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%3BAAuCR%2CgBAnCkC%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%3BEAGJ%2CqCACI%2CmBAAmB%2CwBAAwB%2CYAAY%2CUAAU%2CSAAS%2COAAM%3BEADpF%2CqCAEI%2CmBAAmB%2CkBAAkB%2CYAAY%2CUAAU%2CSAAS%2COAAM%3BIACtE%2CwBAAA%3B%3BEAHR%2CqCAMI%3BIACI%2CaAAA%3B%3BEAPR%2CqCAUI%2CmBAAmB%2CwBAAwB%2CYAAY%2CUAAU%2CKAAK%3BEAV1E%2CqCAUoF%2CmBAAmB%2CkBAAkB%2CYAAY%2CUAAU%2CKAAK%3BIAC5I%2CkBAAA%3B%3B%3BAAiBZ%2CgBAZkC%3BEAC9B%2CcAAe%2CWAAU%3BEAAa%2CcAAe%3BIACjD%2CcAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CkBAAA%3B%3B%3BAC9aR%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CqBAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CqBAaI%2CsBACI%2CGACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAPZ%2CsBACI%2CGACI%2CGAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CqBAZhB%2CsBACI%2CGACI%2CGASK%2CWACI%3BEACG%2CaAAA%3B%3BAAQxB%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CcACI%2CsBAAsB%2CsBAAsB%2CGAAG%3BEAC3C%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAC9CR%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CgBAAgB%3B%3BEAEZ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAARJ%2CgBAAgB%2CoBAUZ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAZR%2CgBAAgB%2CoBAUZ%2CmBAII%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CgBAAgB%2CoBAAqB%3BEACjC%2CaAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CSAAS%3BEACtB%2CYAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%3BEACnC%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%3BEACnC%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CYAAY%3BEAC%5C%2FC%2CeAAA%3BEACA%2CWAAA%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%3BEACb%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%2CQAAQ%3BEACrB%2CaAAA%3B%3BAAGJ%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%3B%3BEAE1B%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%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3B%3B%3B%3BAAOJ%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%3BEACnC%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CuBAAsB%2CYAAa%2CWAAW%3BEAC3D%2CgBAAA%3B%3BAAGJ%2CGAAG%3BAAAU%2CGAAG%3BEACZ%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CWAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CmBAAA%3B%3BAAGJ%2CgBAAiB%2CSAAQ%3BEACrB%2CuBAAA%3BEACA%2CSAAS%2CaAAT%3B%3BAAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%3BEACpD%2CaAAA%3B%3BAAGJ%2CgBAAiB%2CIAAG%2CcAAe%3BEAC%5C%2FB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3B%3B%3BAAIJ%2CgBAAiB%2CIAAG%2CuBAAuB%2CKAAM%3BEAC7C%2CsBAAA%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%3BAAKR%2C0BAEI%3BAADJ%2C2BACI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAJR%2C0BAOI%2CcACI%3BAAPR%2C2BAMI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2C0BAOI%2CcACI%2CeAII%3BAAXZ%2C2BAMI%2CcACI%2CeAII%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAHR%2CoBAMI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAATZ%2CoBAMI%2CcACI%2CeAII%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAShB%2CeACI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CQAX2B%3BEACvB%2C0BAA2B%2CcAAc%2CeAAe%2CcAAa%2CUAAU%3BEAC%5C%2FE%2C2BAA4B%2CcAAc%2CeAAe%2CcAAa%2CUAAU%3BIAC5E%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CcAAc%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CWAAA%3B%3B%3BAAgLR%2CQA5K0B%3BEACtB%2CgBAAiB%2CsBAAsB%3B%3BIAEnC%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%3BIACpD%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAgB%3BIACnD%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%3B%3BIAEpD%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BIAGA%2CiBAAA%3BIACA%2CqCAAA%3BIACA%2CsCAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BIAEA%2CoBAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAW%3BIAC%5C%2FD%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAW%3BIAC%5C%2FD%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2C4CAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAY%3BIAChE%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CgBAZa%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAY%5C%2FD%3BIACG%2CwBAAA%3B%3BEAbR%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAgBhE%3BIACI%2C8BAAA%3B%3BEAGJ%2CgBApBa%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAoB%5C%2FD%3BIACG%2CoBAAA%3B%3BEAGJ%2CgBAxBa%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAwB%5C%2FD%2CMACG%3BIACI%2CWAAA%3B%3B%3BEAMZ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAAE%3BIAClE%2CmBAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAAE%2COAAO%3BIACzE%2CaAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAAG%3BIACnE%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAAG%3BIACnE%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CiBAAiB%2CYAAY%2CGAAE%2CaAAc%3BIAChF%2CYAAA%3B%3B%3BEAIJ%2CgBAAiB%2CsBAAsB%2CiBAAgB%2COAAQ%3BIAC3D%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CgBAAiB%2CsBAAsB%2CYAAY%2CGAAE%3BIACjD%2CyBAAA%3B%3BEADJ%2CgBAAiB%2CsBAAsB%2CYAAY%2CGAAE%2CQAGjD%3BIACI%2CWAAA%3B%3BEAIR%2CcACI%2CiBAAiB%2CsBAAsB%3BIACnC%2CsBAAA%3B%3BEAEA%2CcAHJ%2CiBAAiB%2CsBAAsB%2CiBAGlC%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEANZ%2CcACI%2CiBAAiB%2CsBAAsB%2CiBAQnC%3BIACI%2COAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcAZR%2CiBAAiB%2CsBAAsB%2CiBAQnC%2CYAIK%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcAjBR%2CiBAAiB%2CsBAAsB%2CiBAQnC%2CYASK%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAuBpB%2CQAf0B%3BEACtB%2CgBAAiB%2CsBAAsB%3BIACnC%2CsBAAA%3B%3BEADJ%2CgBAAiB%2CsBAAsB%2CiBAGnC%3BIACI%2CaAAA%3B%3BEAIR%2CcACI%2CiBAAiB%2CsBAAsB%3BIACnC%2CsBAAA%3B%3B%3BACrnBZ%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%3BACtER%2CSAAS%3BEACL%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CkBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%3BEACtB%2CmBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CWAAW%3BEACjC%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CUAMM%3BEACE%2CWAAA%3BEACA%2CeAAA%3B%3BAARR%2CUAWI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CUAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CUAgBI%2CeAGI%3BEACI%2CkBAAA%3B%3BAApBZ%2CUAgBI%2CeAOI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA1BZ%2CUAgBI%2CeAOI%2CYAKI%3BEACI%2CcAAA%3B%3BAA7BhB%2CUAgBI%2CeAiBI%3BEACI%2CiBAAA%3B%3BAAlCZ%2CUAgBI%2CeAiBI%2CgBAGI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAzChB%2CUAgBI%2CeA6BI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CcAAe%2CWAAa%3BEACxB%2CYAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CWAAW%3BEACvB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAgB%2CWAAW%3BEACvB%2CiBAAA%3B%3BAAGJ%2CUAAW%2CcAAc%2CeAAe%2CYAAY%3BEAChD%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%2CcAAc%2CeAAe%2CYAAY%3BEAChD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CkBAAA%3B%3BAAGJ%2CaAAc%2CkBAAkB%3BAAChC%2CaAAc%2CkBAAkB%3BEAC5B%2C2BAAA%3B%3BAAGJ%2CUAAW%2CkBAAkB%3BEACzB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAW%2CkBAAkB%2CgBAAgB%3BEACzC%2CSAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAAS%3BEACxB%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAAW%2CaAAa%3BEACpB%2CcAAA%3B%3BAAGJ%2CUAAW%2CaAAa%2CYAAY%3BEAChC%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CUAAW%2CaAAa%3BEACpB%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAW%2CaAAa%2CaAAa%3BEACjC%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CaAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CaAAA%3B%3BAAGJ%2CUAAW%2CeAAe%3BEACtB%2CeAAA%3B%3BAAGJ%2CUAAW%2CiBACP%3BEACI%2CaAAA%3B%3BAAFR%2CUAAW%2CiBAKP%3BEACI%2CWAAA%3B%3BAAIR%2CUAAW%2CaAAa%2CaAAa%3BEACjC%2CYAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CgBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CmBAAA%3B%3BAAGJ%2CUAAW%2CmBAAmB%3BEAC1B%2CWAAA%3B%3BAAGJ%2CUAAW%2CmBAAmB%3BEAC1B%2CYAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CmBAAA%3B%3BAAGJ%2COAAO%2CiBAAkB%3BEACrB%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAO%2CiBAAkB%2CGAAG%3BEACxB%2CiBAAA%3B%3BAAGJ%2COAAO%2CiBAAkB%3BEACrB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAAO%2CUAAW%3BEACd%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAO%3BEACH%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAO%2CYAAa%3BEAChB%2CsBAAA%3B%3BAADJ%2COAAO%2CYAAa%2CeAGhB%3BEACI%2CkBAAA%3B%3BAAIR%2COAAO%2CYAAa%3BEAChB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COAAO%2CYAAa%3BEAChB%2CaAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAO%2CYAAa%3BEAChB%2CmBAAA%3B%3BAAGJ%2COAAO%2CYAAa%2CQAAO%3BEACvB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COAZG%2CYAAa%2CQAAO%2COAYtB%3BEjBrOD%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%3BEiBuNI%2CWAAA%3B%3BAAdR%2COAAO%2CYAAa%2CQAAO%2COAiBvB%3BEACI%2CaAAA%3B%3B%3BAAKR%2COAAO%2CeAAgB%3BEACnB%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAALJ%2COAAO%2CeAAgB%2CGAOnB%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAATR%2COAAO%2CeAAgB%2CGAOnB%2CGAII%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEjBzRR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiB6RJ%2CmBAAoB%3BEAChB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CkBAAkB%3BEAClC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BAA4B%2CkBAAkB%3BEAC1C%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BAA4B%2CkBAAkB%3BEAC1C%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CaAAA%3B%3BAAGJ%2CQAAS%2COAAM%2CiBAAkB%3BAACjC%2CQAAS%2COAAM%2CmBAAoB%3BAACnC%2CQAAS%2COAAM%2CcAAe%3BEAC1B%2CkBAAA%3B%3BAAHJ%2CQAAS%2COAAM%2CiBAAkB%2CeAK3B%3BAAJN%2CQAAS%2COAAM%2CmBAAoB%2CeAI7B%3BAAHN%2CQAAS%2COAAM%2CcAAe%2CeAGxB%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAATR%2CQAAS%2COAAM%2CiBAAkB%2CeAK3B%2CKAMI%3BAAVV%2CQAAS%2COAAM%2CmBAAoB%2CeAI7B%2CKAMI%3BAATV%2CQAAS%2COAAM%2CcAAe%2CeAGxB%2CKAMI%3BEACE%2CSAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3B%3BAAhBZ%2CQAAS%2COAAM%2CiBAAkB%2CeAK3B%2CKAMI%2CKAOI%3BAAjBd%2CQAAS%2COAAM%2CmBAAoB%2CeAI7B%2CKAMI%2CKAOI%3BAAhBd%2CQAAS%2COAAM%2CcAAe%2CeAGxB%2CKAMI%2CKAOI%3BEACE%2CoBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAvBH%2COAAM%2CiBAAkB%2CeAK3B%2CKAMI%2CKAYG%3BAAAD%2CQAtBH%2COAAM%2CmBAAoB%2CeAI7B%2CKAMI%2CKAYG%3BAAAD%2CQArBH%2COAAM%2CcAAe%2CeAGxB%2CKAMI%2CKAYG%3BEACG%2CYAAA%3B%3BAAGJ%2CQA3BH%2COAAM%2CiBAAkB%2CeAK3B%2CKAMI%2CKAgBG%3BAAAD%2CQA1BH%2COAAM%2CmBAAoB%2CeAI7B%2CKAMI%2CKAgBG%3BAAAD%2CQAzBH%2COAAM%2CcAAe%2CeAGxB%2CKAMI%2CKAgBG%3BEACG%2CsBAAA%3B%3BAAMhB%2CQAAS%2COAAM%2CiBAAkB%2CeAAiB%2CKAAG%2CGAAG%3BEACpD%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CoBAAA%3B%3BAAaH%2CQAR0B%3BEACvB%2CUAAa%3BIACT%2CeAAA%3B%3BEAEA%2CUAHS%2CKAGR%2CUAAU%3BIACP%2CWAAA%22%7D */img, object, video, embed{height: auto;}
select::-ms-expand {
    display: none;
}
body table#my-orders-table .col,#transaction_history_box .col, .table-wrapper.orders-recent .col{width: auto;}
body strong.legend {
    width: 100%;
    display: inline-block;
}
body #header-livechat:after{
    content: '';
    display: block;
    width: 35px;
    height: 34px;
    background: url(../../frontend/Sm/shopee/en_US/images/livechat-35x30px.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
body .customer-livechat {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
body a#header-livechat {
    display: inline-block;
    width: 30px;
    height: 25px;
}
@media (min-width: 768px){
    body .customer-livechat{display: none;}
    .block.newsletter{max-width: 100%;}
}
/* custom css */
body .cat-footer ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
body .footer-middle {
    color: #FFF !important;
    background: #000 !important;
    padding: 0
}
body .block-footer .block-footer-title{color: #FFF !important;}
body .block-footer .block-footer-content ul li a{
    color: #FFF;
    padding: 0;
    font-size: 12px;
}
body .footer-bottom{background-color: #000;color: #FFF;}
body .block-footer .block-footer-content ul.footer-social-link li{
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}
body .block-footer .block-footer-content ul.footer-social-link li:first-child{    margin-left: 0;}
body .block-footer .block-footer-content ul.footer-social-link li a{}
body .block-footer .block-footer-content ul.footer-app-download li{
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}
body .block-footer .block-footer-content ul.footer-app-download li:first-child{    margin-left: 0;}
body .block-footer .block-footer-content ul.footer-app-download li a{}
body a.footer-see-more h4{color: #ec008c}
body .footer-blog p{font-size: 11px;padding: 10px 0;}
body .footer-top{background: url('../../frontend/Sm/shopee/en_US/images/M2-Bottom-Background-Image-1348x442.jpg') no-repeat;     background-size: cover;}
body .footer-middle-image{background: url('../../frontend/Sm/shopee/en_US/images/M2-Bottom-Footer-Image-1348x80.jpg') no-repeat;    background-size: cover;}
body .footer-top .block-footer .block-footer-title{color: #FFF;}
body .footer-top .block-footer .block-footer-content{color: #FFF;}
body .footer-top .block-footer .block-footer-content ul li a{color: #FFF;}
body .footer-middle.footer-middle-image {
    padding: 50px 0 0;
}
body .middle-block.footer-blog {
    border: 0 none;
}
body .middle-block{border: 0 none;}
body .middle-block-border{    border-bottom: 1px solid #dedede;padding: 10px 0;}
body .row.block-footer-middle-content-2 .block.newsletter{width: 100%;}
body .footer-bottom .footer-payment{text-align: right;}
body .copyright-footer {text-align: left;}
/*product_list_mode=list*/
body .page-products .products-list .product-item-info{width: auto;}
body .header-bottom .deliver{
    display: none !important;
}

body .header-middle{
    background-color:#333333;
}

body .header-bottom {
    background-color:#333333;margin-top: 0;
}
body .price-wrapper-range{
    width: 100%;
}
body p.price.product-page-price{margin: 0;color: rgb(102, 102, 102);font-size: 100%;}
body .product-info-main .product-reviews-summary{margin: 0;padding: 0}
body p.price.product-page-price .price{color: rgb(102, 102, 102);font-size: 100%;}
body fieldset.fieldset.hidden-fields {
    width: 100%;
}
body .back-to-classic-btn a{
    background: url('../../frontend/Sm/shopee/en_US/images/back-to-classic-btn.png') no-repeat;     background-size: cover;
    text-indent: 99999px;
    height: 35px;
    width: 170px;
    display: block;
    font-size: 0;
}
body .why-shop-at-pw a{
    background: url('../../frontend/Sm/shopee/en_US/images/why-shop-at-pw.png') no-repeat;     background-size: cover;
    text-indent: 99999px;
    height: 35px;
    width: 170px;
    display: block;
    font-size: 0;
    background-position: 0px -2px;
}
body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .promotion-menu-top-parent .sm_megamenu_title {
    color: rgb(236, 0, 140);
    border: 1px solid rgb(236, 0, 140);
    padding: 5px;
    border-radius: 10px;
    text-transform: uppercase;
}
.home-page-1 .owl-carousel .owl-item img{max-height: 550px;}
div#checkout-loader{
    display: none;
}
#checkout-step-payment .field .control._with-tooltip input{
    width: auto;
}
.paypal-logo-img img {
    width: 18rem;
}
.link-customer-action{z-index: 99;}
@media (min-width: 768px)
{
    body .logo-content a img {width: 200px;}
    body .cart-wrapper {
        min-width: 141px;
    }
    body.cms-about-us .owl-carousel .owl-stage-outer{
        max-height: 478px;
    }
}
.menu_mobile_home_icon{
    display: none;
}
@media (max-width: 767px){
    body #maincontent .home-page-1 .banner-1{
        display: none;
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li{
            padding: 0 12px;
    }
    body .navigation-mobile-container.button-menu-fixed{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #FFF;
    }
    body .navigation-mobile-container.button-menu-fixed ul li{
        text-align: center;
    }
    body .navigation-mobile-container.button-menu-fixed ul li a{
        background: url('../../frontend/Sm/shopee/en_US/images/Mobile-Shop.svg') no-repeat;     background-size: 500px;
        width: 50px;
        height: 50px;
        display: inline-block;
    }
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-home{
        background-position: -64px -140px;
    }
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-gift{
        background-position: -145px -140px;
    }
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-vip{
        background-position: -227px -140px;
    }
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-about-us{
        background-position: -310px -140px;
    }
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-me{
        background-position: -390px -140px;
    }
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-home:hover,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-home:focus,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-gift:hover,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-gift:focus,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-vip:hover,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-vip:focus,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-about-us:hover,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-about-us:focus,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-me:hover,
    body .navigation-mobile-container.button-menu-fixed ul li a.bottom-me:focus{
        background-position-y: -30px;
    }


    body .navigation-mobile-container.button-menu-fixed ul li a span{font-size: 0;}
    
    body .header-top{ display:none !important;}
    
    body .footer-bottom{padding-bottom: 100px;}
    body .home-buttom{
        
    }
    
    body .home-buttom img{
        background-color: #ec008c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        border: 5px solid #ddd;
        overflow: hidden;
    }
    body .button-menu-item a {
        display: block;
        padding: 10px;
    }
    body .cat-footer ul li{
        width: 49%;
        padding: 0 5px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    body .cat-footer ul li a span {
        font-size: 12px;
    }
    body .cat-footer ul li a {
        max-height: 60px;
    }
    body .row.block-footer-middle-content-1 .col-xl-3.col-lg-6.col-md-6{
            width: 50%;
    }
    body #maincontent .home-page-1 .slidershow {
        margin-bottom: 20px !important;
    }
    body #maincontent .home-page-1 .banner-1 {
        margin-bottom: 0 !important;
    }
    body #maincontent .home-page-1 .banner-2 .cat-footer {
        margin-bottom: 0;
    }
    body #maincontent .home-page-1 .brand-slider {
        margin-bottom: 20px;
    }
    body nav#navigation-mobile > ul.horizontal-type.sm_megamenu_menu.sm_megamenu_menu_black {
        /*display: none;*/
    }
    body .back-to-classic-btn a{
        background: url('../../frontend/Sm/shopee/en_US/images/back-to-classic-btn@x3.png') no-repeat;     background-size: cover;
        text-indent: 99999px;
        height: 50px;
        width: 100%;
        display: block;
        font-size: 0;
    }
    body #navigation-mobile .hotline-header{
        display: block !important;    width: 100%;
    }
    .owl-carousel.owl-loaded{
        display: inline-block;
    }
    #whatsappchat a.bottom-right{
            bottom: 162px !important;
    }
    .menu_mobile_home_icon{
        display: inline-block;
        vertical-align: top;
        zoom: 1; /* Fix for IE7 */
        *display: inline; /* Fix for IE7 */
        width: 100%;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item{
        background: url('../../frontend/Sm/shopee/en_US/images/Mobile_Icon_Menu.svg') no-repeat;     background-size: 600px;
        width: 60px;
        height: 60px;
        display: inline-block;
        margin: 0 10px;
    }
    .menu_mobile_home_icon .products-grid .item-inner a{
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 80px;
    }
    .menu_mobile_home_icon .products-grid .item-inner a span{font-size: 11px;}
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-freeshipping{
        background-position: -30px -55px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-referral{
        background-position: -30px -145px;
        
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-freegift{
        background-position: -130px -55px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-hrmudah{
        background-position: -130px -145px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-rewardpoint{
        background-position: -230px -55px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-printingservice{
        background-position: -230px -145px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-payment{
        background-position: -325px -55px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-tagform{
        background-position: -325px -145px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-VVIP{
        background-position: -420px -55px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-DMS{
        background-position: -420px -145px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-CRM{
        background-position: -515px -55px;
    }
    .menu_mobile_home_icon .products-grid .item-inner .home-mb-item.home-mb-item-partners{
        background-position: -520px -145px;
    }
    .menu_mobile_home_icon .owl-theme .owl-nav{
        display: none;
    }
}
@media (max-width: 480px){
    body .col2-layout .category-product.products-grid .item .product-item-info{
        width: 100%;
    }
    body .cat-footer ul li a {
        padding: 0;
    }
    body .home-page-1 .slidershow .owl-carousel .owl-stage-outer{
        max-height: 120px;
    }
}
.fc-widget-normal.fc-mobile-view{
    display: none;
}
.fc-widget-normal.fc-mobile-view.fc-open{
    display: block;
}
body #maincontent .product.media .magnifier-preview{border:0 none;}
/* fix for sprites */
.home-page-1  .cat-footer ul li .cat-icon,.sprites-img{
    background: url('../../frontend/Sm/shopee/en_US/images/sprites.png') no-repeat; font-size: 0;
        display: block;
    float: left;
}
a.sprites-img.facebook-icon{
    width: 58px;height: 43px;
    
    background-position: 0px -58px;
}
a.sprites-img.instagram-icon {
    width: 58px;

    height: 43px;

    background-position: -62px -58px;
}
a.sprites-img.twitter-icon {
    width: 58px;
    height: 43px;
    background-position: -120px -58px;
}
a.sprites-img.youtube-icon {
    width: 58px;
    height: 43px;
    background-position: -180px -58px;
}
a.sprites-img.bookmark-android{
    width: 40px;height: 40px;
    background-position: -240px -58px;
}
a.sprites-img.bookmark-ios{
    width: 40px;height: 40px;
    background-position: -280px -58px;
}
span.sprites-img.footer-payment-icon {
    width: 214px;
    height: 20px;
    float: right;
    background-position: 0px -105px;
}
.home-page-1 .cat-footer ul li .cat-icon {
    width: 58px;
    height: 58px;
}
span.cat-icon.cat-icon-hot-deal{
    background-position: 0 0;
}
span.cat-icon.-cat-icon-office-stationery{background-position: 0 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-office-stationery{background-position: -60px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-office-automation{background-position: -115px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-paper-product{background-position: -175px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-technology{background-position: -235px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-pw-solutions{background-position: -295px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-pw-Services{background-position: -350px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-furniture{background-position: -405px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-food-breakroom{background-position: -460px 0;}
.home-page-1 .cat-footer ul li span.cat-icon.cat-icon-cleaning-supplies{background-position: -525px 0;}
body .mbdialog.popupid1 .dialogBody{
    background-color: transparent;
    box-shadow: 0 0 black;
    padding: 0;
}
body.catalog-product-view .product-info-main .price-box{width: 100%;}
.account-nav .items li{
    width: 100%;
    margin: 3px 0 0;
}
.account-nav .items li a{
    border-left: 3px solid transparent;
        display: block;
    width: 100%;
    padding: 5px 18px 5px 15px;text-decoration: none;
}
fieldset#payment_form_payflowpro {
    display: none !important;
}
.modal-backdrop{z-index: 9;}
div#whatsappchat a img {
    max-width: 60px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6{
    padding-bottom: 15px;
}
.home-page-1 .banner-image img {
    width: 100%;
}
div#cookie-status{
    display: none;
}@media all and (min-width: 768px), print {
  .amcountdown-block-wrapper.-circle .amcountdown-item {
    margin: 0 18px 0 0;
  }
  .amcountdown-block-wrapper.-circle .amcountdown-item:last-child {
    margin-right: 0;
  }
  .amcountdown-block-wrapper.-round {
    max-width: 450px;
  }
  .amcountdown-block-wrapper.-round .amcountdown-list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row !important;
  }
  .amcountdown-block-wrapper.-round .amcountdown-item {
    margin: 0 18px 0 0 !important;
    padding: 2px 8px 6px !important;
  }
  .amcountdown-block-wrapper.-round .amcountdown-item:last-child {
    margin-right: 0;
  }
  .amcountdown-block-wrapper.-round .amcountdown-text.-after {
    margin: 0;
  }
  .amcountdown-block-wrapper.-progress {
    max-width: 410px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-wrap:not(:last-of-type) {
    margin-right: 15px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-item:last-child {
    margin-right: 0;
  }
}
.amcountdown-block-wrapper.-round .amcountdown-text{
	text-align: center;
}
.amcountdown-block-wrapper {
  max-width: 240px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.amcountdown-block-wrapper .amcountdown-text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.amcountdown-block-wrapper .amcountdown-text.-after {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
}
.amcountdown-block-wrapper .amcountdown-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcountdown-block-wrapper .amcountdown-list {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcountdown-block-wrapper .amcountdown-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcountdown-block-wrapper .amcountdown-wrap:not(:last-of-type) {
  margin-right: 10px;
}
.amcountdown-block-wrapper .amcountdown-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 45px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 2px 8px 6px;
  border-radius: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background: #d5d5d5;
}
.amcountdown-block-wrapper .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper .amcountdown-number {
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  color: #000;
}
.amcountdown-block-wrapper .amcountdown-number:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.amcountdown-block-wrapper .amcountdown-link {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admin-amasty-countdown-field.admin__control-text.widget-option {
  background: transparent;
  opacity: initial;
  cursor: default;
}
.amcountdown-block-wrapper.-transparent .amcountdown-text {
  margin-bottom: 8px;
}
.amcountdown-block-wrapper.-transparent .amcountdown-text.-after {
  margin: 0;
}
.amcountdown-block-wrapper.-transparent .amcountdown-item {
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-circle {
  max-width: 255px;
}
.amcountdown-block-wrapper.-circle .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-circle .amcountdown-item {
  position: relative;
  margin-right: 16px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-circle .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-circle .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 18px;
}
.amcountdown-block-wrapper.-circle .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-circle .amcountdown-svg-wrapper {
  position: absolute;
  top: -2px;
  left: -5px;
  width: 55px;
  height: 55px;
  margin: auto;
  transform: rotate(-90deg);
}
.amcountdown-block-wrapper.-circle .amcountdown-bottom {
  stroke-width: 2px;
  fill: none;
  stroke: #b6b6b6;
}
.amcountdown-block-wrapper.-circle .amcountdown-image {
  width: 55px;
  height: 55px;
}
.amcountdown-block-wrapper.-circle .amcountdown-top {
  stroke-width: 2px;
  stroke-dasharray: 157px;
  stroke-linecap: round;
  fill: none;
  stroke: #ff9416;
}
.amcountdown-block-wrapper.-honeycomb {
  max-width: 300px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-item {
  position: relative;
  min-width: 60px;
  margin-right: 20px;
  padding: 12px 8px 12px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 18px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-honeycomb span {
  z-index: 10;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-image {
  position: absolute;
  top: 2px;
  left: 0;
  width: 60px;
  height: 65px;
}
.amcountdown-block-wrapper.-round {
  max-width: 240px;
}
.amcountdown-block-wrapper.-round .amcountdown-text {
  margin-bottom: 10px;
}
.amcountdown-block-wrapper.-round .amcountdown-text.-after {
  margin: 0;
}
.amcountdown-block-wrapper.-round .amcountdown-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.amcountdown-block-wrapper.-round .amcountdown-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amcountdown-block-wrapper.-round .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-round .amcountdown-item {
  position: relative;
  min-width: 45px;
  margin: 0 18px 0 0;
  padding: 2px 8px 6px;
  font-size: 10px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-round .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 18px;
}
.amcountdown-block-wrapper.-round .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-round .amcountdown-svg-wrapper {
	position: absolute;
	top: -2px;
	left: -5px;
	width: 55px;
	height: 55px;
	margin: auto;
	transform: rotate(
	-90deg
	);
}
.amcountdown-block-wrapper.-round .amcountdown-bottom {
  stroke-width: 3px;
  fill: none;
  stroke: #b6b6b6;
}
.amcountdown-block-wrapper.-round .amcountdown-image {
  fill: none;
  transform: rotate(-90deg);
}
.amcountdown-block-wrapper.-round .amcountdown-pointer.-static {
  fill: #ff9416;
}
.amcountdown-block-wrapper.-round .amcountdown-pointer {
  fill: #f26322;
}
.amcountdown-block-wrapper.-round .amcountdown-top {
  stroke-dasharray: 628px;
  stroke-linecap: round;
  stroke-width: 6px;
  fill: none;
}
.amcountdown-block-wrapper.-progress {
  max-width: 205px;
}
.amcountdown-block-wrapper.-progress .amcountdown-text.-after {
  margin-top: 15px;
}
.amcountdown-block-wrapper.-progress .amcountdown-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amcountdown-block-wrapper.-progress .amcountdown-wrap {
  margin-right: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-item {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 25px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-progress .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-number {
  margin-right: 7px;
  padding: 0;
  font-size: 25px;
}
.amcountdown-block-wrapper.-progress .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar {
  position: relative;
  margin-top: 10px;
  line-height: 0;
  font-size: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9416;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress {
  width: 100%;
  height: 4px;
  border: none;
  background: #cdcdcd;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-webkit-progress-bar {
  width: 100%;
  height: 4px;
  border: none;
  background: #cdcdcd;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-webkit-progress-value {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-moz-progress-bar {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-ms-fill {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-pointer {
  position: absolute;
  top: -2px;
  left: 69%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f26322;
}
/** 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
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}#whatsappchat a {
    position: fixed;
    z-index: 9999;
    float: right;
    cursor: pointer;
    min-width: 40px;
    max-width: 200px;
    text-align: center;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

@media(max-width: 767px) {
    #whatsappchat a {
        max-width: 150px;
    }

    #whatsappchat .btn-web{
        display: none;
    }
}

@media(min-width: 768px) {
    #whatsappchat .btn-mobile{
        display: none;
    }
}
.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/shopee/en_US/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/shopee/en_US/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%2Fshopee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fshopee%5C%2Fen_US%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 *//**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_FrequentlyBought
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-clear {
    clear: both;
}

.mageplaza-frequently-bought-together-block {
    clear: both;
}

.mageplaza-frequently-bought-together-block hr {
    width: 100%;
}

.product-item-plus {
    display: inline-block;
    line-height: 125px;
    font-size: 22px;
    color: #757575;
}

.mageplaza-fbt-image-box li.product-item {
    width: 100px !important;
}

.mageplaza-fbt-image-box li.product-item .product-image-wrapper{
    padding-top: 20px;
}

.mageplaza-fbt-rows {
    clear: left;
}

.mageplaza-fbt-rows ul li {
    list-style: none;
}

.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label {
    display: inline-block;
}

.mageplaza-fbt-image-box {
    width: auto;
    float: left;
}
.mageplaza-fbt-image-box .product-item {
    float: none;
    display: inline-block;
}

.mageplaza-fbt-price-box {
    width: auto;
    float: left;
    padding-left: 40px;
    margin-bottom: 20px;
}

.mageplaza-fbt-price-box .mageplaza-fbt-price,
.mpfbt-total-items .mpfbt-total-items-value {
    font-size: 18px;
    font-weight: 700;
}

.mageplaza-fbt-out-of-stock, .mageplaza-fbt-rows .item-price,
.mageplaza-fbt-price-box .mageplaza-fbt-price,
.mpfbt-total-items .mpfbt-total-items-value {
    color: #575757;
}

.mageplaza-fbt-hidden {
    display: none !important;
}

.products-grid .mageplaza-fbt-image-box .product-item {
    width: 38%;
}

.mageplaza-fbt-rows .fieldset {
    margin-left: 20px;
    margin-bottom: 5px;
}

.column.main .mageplaza-fbt-image-box .product-item {
    margin-left: 0;
    padding-left: 0;
}

.mageplaza-fbt-add-to-cart, .mageplaza-fbt-add-to-wishlist {
    margin: 10px 0 0 0;
}

.mageplaza-fbt-grouped .row-tier-price .prices-tier {
    margin-left: 10px;
}

.mageplaza-fbt-detail .detailed-node {
    font-size: 11px;
    margin-left: 5px;
}

.mageplaze-fbt-custom-required {
    visibility: hidden;
    position: absolute;
    left: -1000px;
}

.mageplaza-fbt-option-product .field.downloads .field.choice {
    border-bottom: 0;
}

.bundle-options-container{
    margin-bottom: 10px !important;
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .mageplaza-fbt-image-box {
        max-width: calc(100% - 300px);
    }
}

@media (min-width: 640px) {
    .products-grid .mageplaza-fbt-image-box .product-item {
        width: 30%;
    }
}

#mpfbt-popup.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width:auto;
    max-width: 600px;
    margin: 20px auto;
}

.mpfbt-actions button.action.primary.mpfbt-btn-continue {
    font-size: 14px;
    padding: 15px;
    background: #eb5202;
    border: none;
    width: 40%;
    height: 100%;
}

.mpfbt-actions #mpfbt-btn-addtocart {
    background: #eb5202;
    border: none;
    width: 40%;
    font-size: 14px;
    padding: 15px;
    margin-left: 5%;
    height: 100%;
    float: right;
}
#mpfbt-popup .mpfbt-total-items,
#mpfbt-popup .mageplaza-fbt-price-box {
    float: none;
    padding-left: 20px;
    margin-bottom : 20px;
}

.mpfbt-popup-product-detail .mageplaza-fbt-option-product .swatch-opt{
    margin-top: 0;
}

.mpfbt-popup-product-detail .bundle-options-container .bundle-options-wrapper,
.mpfbt-popup-product-detail .bundle-options-container .product-options-wrapper {
    float: left;
    width: 100%;
}
#mpfbt-popup .mpfbt-popup-product-detail .product-image-container {
    width: 75px !important;
}
@media (max-width: 370px) {
    #mpfbt-popup.white-popup {
        padding: 20px 0;
    }
    #mpfbt-popup-content table > thead > tr > th {
        padding: 11px 7px;
    }
    #mpfbt-popup-content table > tbody > tr > td {
        padding: 11px 7px;
    }
}
/*just a demo code*/
#swatchesswatchesswatches{display: inline-block;
vertical-align: top;
zoom: 1; /* Fix for IE7 */
*display: inline; /* Fix for IE7 */}/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Sm/shopee/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Sm/shopee/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Sm/shopee/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Sm/shopee/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Sm/shopee/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Sm/shopee/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Sm/shopee/en_US/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/Sm/shopee/en_US/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}

.blog-page-list .index-description {margin-bottom: 15px}

/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Sm/shopee/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 *//**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px!important;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

#social-login-popup .social-login .fieldset .field {
    display: block;
}
#social-login-popup .social-login .fieldset .field label{
    padding: 0 !important;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/Sm/shopee/en_US/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.modal-popup.popup-authentication {
    z-index: 1000;
}

#social-login-popup .mfp-close {
    right: 15px;
    padding-top: 15px;
}

#mp-popup-social-content {
    padding-top: 75px;
}
#social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 200%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .mfp-content {
        bottom: 20%;
    }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display: swap;font-family:'FontAwesome';src:url('../../frontend/Sm/shopee/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Sm/shopee/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Sm/shopee/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Sm/shopee/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Sm/shopee/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Sm/shopee/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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}.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-pp: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-resistance: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"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}
