/**
 * 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;
}
@charset "UTF-8";
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 {
  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 {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #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 © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.order-details-items .items-qty,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.footer.content ul,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.footer.content ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.order-details-items .items-qty > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.footer.content ul > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.footer.content ul > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  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 {
  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 {
  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 {
  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 {
  text-decoration: none;
}
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5px;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.block-reorder .block-title,
.block-compare .block-title,
.block-wishlist-search-results .block-title,
.widget .block-title,
.block-wishlist .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.widget .block-title {
  margin-bottom: 15px;
}
.block-reorder .block-title > strong,
.block-compare .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.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,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .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 {
  margin-left: 15px;
}
.magento-payments-review .block .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,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .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,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .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 {
  font-weight: 400;
  margin-left: 10px;
}
.magento-payments-review .block .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,
.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 {
  margin-bottom: 0;
}
.magento-payments-review .block .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,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.wishlist-dropdown,
.giftregisty-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.wishlist-dropdown:after,
.giftregisty-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.wishlist-dropdown .action.toggle,
.giftregisty-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.wishlist-dropdown .action.toggle:after,
.giftregisty-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,
.wishlist-dropdown .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.wishlist-dropdown .action.toggle.active,
.giftregisty-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after,
.giftregisty-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,
.wishlist-dropdown .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.wishlist-dropdown ul.dropdown,
.giftregisty-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,
.wishlist-dropdown ul.dropdown li,
.giftregisty-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.wishlist-dropdown.active,
.giftregisty-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.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,
.cart.table-wrapper .col.qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 47px;
  text-align: center;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete: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,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar,
.form.giftregistry.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset {
  margin-bottom: 50px;
}
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control {
  width: 70%;
}
.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,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.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,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice {
  margin: 30px 0 0;
}
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.block-reorder .product-item .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.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,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .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-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend {
  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,
.checkout-index-index .page-title-wrapper {
  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,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.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,
.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,
.header.content:before,
.header.content:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.header.content:before,
.header.content: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,
.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 {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images: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,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.block-giftregistry-shared-items .product .item-options:after,
.header.content: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,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.form.search.advanced .fields.range .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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  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 {
  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 {
  -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 {
  color: #333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.multicheckout .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.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,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove: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,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove: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,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove: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,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.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,
.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,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .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,
.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 {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.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,
.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,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .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,
.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 {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove: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),
.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),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .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),
.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) {
  box-shadow: none;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary {
  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,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary: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-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .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,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .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,
.product-options-wrapper .field .price-notice .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,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .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,
.cart-summary .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';
}
.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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.no-display,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.order-status,
.return-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue {
  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;
  border-radius: 3px;
  font-weight: bold;
}
.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 {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .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 {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .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 {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .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 {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input,
.form.search.advanced .fields.range .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 {
  position: relative;
  padding-right: 25px;
  display: block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.paypal-review-discount .block > .title,
.cart-summary .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,
.paypal-review-discount .block > .title:after,
.cart-summary .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,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.paypal-review-discount .block > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e617';
}
.magento-payments-review-discount.active > .content,
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.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;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.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/Alothemes/dimita2/en_GB/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.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;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 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/Alothemes/dimita2/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Alothemes/dimita2/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
}
.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-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,
.modal-slide.alo-video .action-close {
  padding: 3rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.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/Alothemes/dimita2/en_GB/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Alothemes/dimita2/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Alothemes/dimita2/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Alothemes/dimita2/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Alothemes/dimita2/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 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 {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #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 {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #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 {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.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 {
  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;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.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 {
  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 .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  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 {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.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;
  min-height: 1px;
  height: 100%;
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.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 {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background 0.3s ease;
  transform: translate(0, -50%);
}
.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);
  }
}
.modal-popup.modal-popup_ajaxcompare_magepow {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 1s, opacity 0.8s ease-in-out;
}
.modal-popup.modal-popup_ajaxcompare_magepow._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap {
  position: absolute;
  width: auto;
  max-width: 450px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .product-name {
  margin-top: 10px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border {
  text-align: center;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-message-successs {
  margin-bottom: 15px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .action.primary {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .ajaxcompare-buttons .mgp-compare-close {
  display: none;
}
.modal-popup.modal-popup_ajaxcompare_magepow._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll {
    left: 0;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll .modal-inner-wrap[class] {
    min-height: initial;
    transform: translate(0, -50%);
    position: absolute;
    background-color: #ffffff;
    margin: auto;
    max-height: 90%;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll._show .modal-inner-wrap[class] {
    transform: translate(0, -50%);
  }
}
/**
 * @copyright Copyright © 2021 Magepow. All rights reserved.
 * @author    Magepow
 * @category Magepow
 * @copyright Copyright (c) 2014 Magepow (<https://www.magepow.com>)
 * @license <https://www.magepow.com/license-agreement.html>
 * @Author: magepow<support@magepow.com>
 * @github: <https://github.com/magepow>
 */
.modal-popup.customer-popup-ajaxwishlist {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 1s, opacity 0.8s ease-in-out;
}
.modal-popup.customer-popup-ajaxwishlist._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap {
  position: absolute;
  width: auto;
  max-width: 430px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .block-customer-login {
  margin-bottom: 0;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .image-system-wishlist {
  text-align: center;
  margin-bottom: 25px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset .field.note {
  font-size: 2.4rem;
  text-align: center;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset.login {
  margin-bottom: 0;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset.login .password .control {
  margin-bottom: 5px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset.login .password .secondary {
  text-align: right;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar .primary {
  float: none;
  display: block;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .primary {
  margin-bottom: 10px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .secondary {
  display: block;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .secondary .action {
  font-size: 1.8rem;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .mgp-message-successs {
  margin-bottom: 15px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .action.primary {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.modal-popup.customer-popup-ajaxwishlist._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.customer-popup-ajaxwishlist .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-popup.customer-popup-ajaxwishlist .modal-footer {
  display: none;
}
.modal-popup.modal-popup_ajaxwishlist_magepow {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 1s, opacity 0.8s ease-in-out;
}
.modal-popup.modal-popup_ajaxwishlist_magepow._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap {
  position: absolute;
  width: auto;
  max-width: 450px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .product-name {
  margin-top: 10px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .mgp-wishlist-popup-border {
  text-align: center;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .success_message_text {
  margin-bottom: 15px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .action.primary {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .action.primary.mgp-wishlist-close {
  display: none;
}
.modal-popup.modal-popup_ajaxwishlist_magepow._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal-popup.customer-popup-ajaxwishlist._inner-scroll,
  .modal-popup.modal-popup_ajaxwishlist_magepow._inner-scroll {
    left: 0;
  }
  .modal-popup.customer-popup-ajaxwishlist._inner-scroll .modal-inner-wrap[class],
  .modal-popup.modal-popup_ajaxwishlist_magepow._inner-scroll .modal-inner-wrap[class] {
    min-height: initial;
    transform: translate(0, -50%);
    position: absolute;
    background-color: #ffffff;
    margin: auto;
    max-height: 90%;
  }
  .modal-popup.customer-popup-ajaxwishlist._inner-scroll._show .modal-inner-wrap[class],
  .modal-popup.modal-popup_ajaxwishlist_magepow._inner-scroll._show .modal-inner-wrap[class] {
    transform: translate(0, -50%);
  }
  .modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset .field.note {
    font-size: 1.8rem;
  }
}
.customer-popup-login._disabled {
  display: none;
}
.magepow-categories-grid,
.magepow-categories-list {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 100%;
  list-style-type: none;
  text-align: left;
}
.magepow-categories-grid {
  display: flex;
  flex-wrap: wrap;
}
.magepow-categories-heading {
  margin: 16px 0;
}
/* Grid layout */
.magepow-categories-grid li {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 25%;
  vertical-align: top;
}
.magepow-categories-grid .magepow-categories-category {
  display: block;
  margin: 16px;
}
.magepow-categories-grid .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-grid .magepow-categories-category-name {
  text-align: center;
}
/* List layout */
.magepow-categories-list li {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  overflow: auto;
}
.magepow-categories-list .magepow-categories-category {
  display: block;
  overflow: auto;
  margin: 16px;
}
.magepow-categories-list .magepow-categories-category-image {
  float: left;
  width: 20%;
  /* These percentages must match 1/3 */
}
.magepow-categories-list .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-list .magepow-categories-category-name,
.magepow-categories-list .magepow-categories-category-description {
  margin: 0 0 16px 20%;
  padding: 0 0 0 32px;
}
.magepow-categories .category-item {
  display: inline-block;
  float: left;
}
/* Media Queries */
@media only screen and (min-width: 320px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 540px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 720px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 768px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 800px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 960px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1024px) {
  .magepow-categories-grid li {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .magepow-categories-grid li {
    width: 25%;
  }
}
.cookie-hidden-bottom #notice-cookie-block {
  display: none;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  line-height: 2;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 10;
  padding: 15px;
}
.magepow-gdpr-cookie-notice.message.global h3 {
  margin-top: 0;
}
.magepow-gdpr-cookie-notice.gdpr-box-shadow {
  -webkit-box-shadow: -2px 2px 82px -26px #000;
  box-shadow: -2px 2px 82px -26px #000;
}
.magepow-gdpr-cookie-notice.text-align-center {
  text-align: center;
}
.magepow-gdpr-cookie-notice.text-align-left {
  text-align: left;
}
.magepow-gdpr-cookie-notice.text-align-right {
  text-align: right;
}
.ias-trigger-next,
.iass-spinner,
.ias-noneleft {
  display: block;
  width: 100%;
  padding: 30px 0;
  font-size: 1em;
  clear: both;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
}
.iass-spinner img,
.ias-noneleft img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.load-more {
  border: none;
}
.load-more:hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: auto;
  min-width: 40px;
  max-width: 400px;
  margin-bottom: 7px;
}
.infinitescroll-pro .toolbar-bottom {
  display: none;
}
body.catalog-category-view,
body.catalogsearch-result-index,
body.amblog-index-index,
body.amblog-index-category {
  overflow-x: unset;
}
body.amblog-index-index .amblog-pager-container,
body.amblog-index-category .amblog-pager-container {
  display: none;
}
.layered_overlay {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.layered_overlay div {
  height: 100%;
  width: 100%;
  position: relative;
}
.layered_overlay div img {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
}
.ui-slider-handle {
  width: 14px;
  height: 14px;
  top: -3px;
}
.ui-slider .ui-slider-range,
.ui-slider-horizontal {
  height: 8px;
}
.productzoom-lens .zoomContainer {
  overflow: hidden;
  z-index: 9;
}
.nav-sections {
  position: relative;
  z-index: 10;
}
.loading_body .preloading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  opacity: 0.8;
  z-index: 9999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loading_body .loading {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading_img .lazyload {
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/Magepow_SpeedOptimizer/images/loader.svg");
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.loading_img .lazyload.loaded {
  background-image: none;
  background-size: auto;
}
body.skeleton-page {
  overflow: hidden;
}
@media (min-width: 1921px) {
  .grid-slider:not([class*=initialized])[data-visible="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-visible="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-visible="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-visible="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-visible="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-visible="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-visible="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-visible="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 1481px) and (max-width: 1920px) {
  .grid-slider:not([class*=initialized])[data-widescreen="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .grid-slider:not([class*=initialized])[data-desktop="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-desktop="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-desktop="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-desktop="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-desktop="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-desktop="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-desktop="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-desktop="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-slider:not([class*=initialized])[data-laptop="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-laptop="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-laptop="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-laptop="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-laptop="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-laptop="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-laptop="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-laptop="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .grid-slider:not([class*=initialized])[data-notebook="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-notebook="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-notebook="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-notebook="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-notebook="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-notebook="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-notebook="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-notebook="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .grid-slider:not([class*=initialized])[data-tablet="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-tablet="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-tablet="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-tablet="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-tablet="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-tablet="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-tablet="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-tablet="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 480px) and (max-width: 576px) {
  .grid-slider:not([class*=initialized])[data-landscape="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-landscape="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-landscape="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-landscape="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-landscape="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-landscape="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .grid-slider:not([class*=initialized])[data-portrait="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-portrait="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-portrait="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-portrait="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-portrait="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-portrait="1"] .item {
    width: calc(100% / 1);
  }
}
@media (max-width: 360px) {
  .grid-slider:not([class*=initialized])[data-mobile="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-mobile="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-mobile="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-mobile="1"] .item {
    width: calc(100% / 1);
  }
}
.page-layout-1column.page-with-filter .block.filter .block-title.filter-title,
.page-layout-1column-full-width.page-with-filter .block.filter .block-title.filter-title {
  display: inline-block;
}
.page-layout-1column.page-with-filter .block.filter .block-title.filter-title strong,
.page-layout-1column-full-width.page-with-filter .block.filter .block-title.filter-title strong {
  display: inline-block;
  cursor: pointer;
  height: 35px;
  line-height: 33px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 11;
}
.page-layout-1column.page-with-filter .block.filter .block-content,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 20px 20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
  max-width: 300px;
  margin-top: 0;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-subtitle,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-subtitle {
  display: block;
  text-transform: uppercase;
  padding: 10px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: static;
  height: auto;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options {
  height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  position: static;
  background-color: #fff;
  z-index: 12;
  border-width: 0;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar {
  width: 5PX;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-t,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-t {
  background-color: #484848;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options .filter-options-item,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options .filter-options-item {
  width: 100%;
  margin: 0 0 20px;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options .filter-options-item .filter-options-content,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options .filter-options-item .filter-options-content {
  position: static;
  box-shadow: none;
  border-width: 0px;
  display: block;
  width: 100%;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options .filter-options-item:before,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options .filter-options-item:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-layout-1column.page-with-filter .block.filter .block-content::-webkit-scrollbar-track,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-layout-1column.page-with-filter .block.active .block-title.filter-title strong:after,
.page-layout-1column-full-width.page-with-filter .block.active .block-title.filter-title strong:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-layout-1column.page-with-filter .block.active .block-title.filter-title strong:before,
.page-layout-1column-full-width.page-with-filter .block.active .block-title.filter-title strong:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 18px;
  position: fixed;
  top: 0;
  left: 300px;
  z-index: 13;
  width: 35px;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  text-align: center;
}
.page-layout-1column.page-with-filter .block.active .block-content,
.page-layout-1column-full-width.page-with-filter .block.active .block-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-layout-1column.page-with-filter .toolbar,
.page-layout-1column-full-width.page-with-filter .toolbar {
  max-width: calc(100% - 100px);
}
.page-layout-1column.page-with-filter .toolbar-bottom .toolbar,
.page-layout-1column-full-width.page-with-filter .toolbar-bottom .toolbar {
  max-width: 100%;
}
.page-layout-1column.page-with-filter.page-with-filter .page-main,
.page-layout-1column-full-width.page-with-filter.page-with-filter .page-main {
  z-index: 9999;
}
.page-layout-1column.has-sidebar-filters-toggle .toolbar,
.page-layout-1column-full-width.has-sidebar-filters-toggle .toolbar {
  max-width: 100%;
}
.page-layout-1column-full-width .container,
.page-layout-2columns-left-full-width .container,
.page-layout-2columns-right-full-width .container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-layout-1column.page-with-filter .block.filter .block-title.filter-title strong,
  .page-layout-1column-full-width.page-with-filter .block.filter .block-title.filter-title strong {
    right: auto;
    left: 0;
  }
}
@media (max-width: 479px) {
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title {
    z-index: 13;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title strong,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title strong {
    right: 0;
    left: auto;
    font-size: 0;
    top: 5px;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title strong:after,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title strong:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title strong:before,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title strong:before {
    position: static;
    border: 0;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-content .filter-subtitle,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-content .filter-subtitle {
    border-width: 0;
  }
}
/* popup-customer-login */
.alo-modal-popup.popup-authentication .block-authentication {
  display: flex !important;
}
.modal-customer-login .image-system-wishlist {
  display: block;
  opacity: 0;
}
.modal-customer-login .field.note {
  display: none;
}
.modal-customer-login {
  max-width: 800px;
  margin: 0 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/Alothemes/dimita2/en_GB/images/loader-1.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: 'icons-blank-theme';
  font-size: inherit;
  line-height: 1;
  color: inherit;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* 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: 'icons-blank-theme';
  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;
}
/* Social icons */
.social-icons {
  right: 0;
  position: fixed;
  top: 80px;
  width: 45px;
  z-index: 9;
}
.social-icon {
  background-color: #33353B;
  background-image: url('../../frontend/Alothemes/dimita2/en_GB/Magiccart_Alothemes/images/social-icons.png');
}
.social-icon {
  transition: background-color 0.4s ease-in 0s;
  -webkit-transition: background-color 0.4s ease-in 0s;
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 43px;
  margin-bottom: 2px;
  width: 43px;
}
.social-text {
  float: left;
  font-size: 11px;
  margin: 13px 0 11px 44px;
  white-space: nowrap;
  color: #FFFFFF;
}
.social-icons a:hover {
  text-decoration: none;
}
#facebook-btn span {
  background-position: 13px 7px;
}
#linkedin-btn span {
  background-position: 12px -266px;
}
#twitter-btn span {
  background-position: 13px -39px;
}
#youtube-btn span {
  background-position: 12px -230px;
}
#pinterest-btn span {
  background-position: 12px -181px;
}
#googleplus-btn span {
  background-position: 13px -132px;
}
#instagram-btn span {
  background-position: 10px -300px;
}
#flickr-btn span {
  background-position: 10px -335px;
}
#web-btn span {
  background-position: 10px -403px;
}
#mail-btn span {
  background-position: 10px -369px;
}
#facebook-btn .social-icon {
  background-color: #3B5998;
}
#linkedin-btn .social-icon {
  background-color: #6eb8da;
}
#twitter-btn .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn .social-icon {
  background-color: #DB4A39;
}
#youtube-btn .social-icon {
  background-color: #C4302B;
}
#instagram-btn .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn .social-icon {
  background-color: #E4006B;
}
#mail-btn .social-icon {
  background-color: #2A056F;
}
#web-btn .social-icon {
  background-color: #000;
}
#facebook-btn:hover .social-icon {
  background-color: #3B5998;
}
#linkedin-btn:hover .social-icon {
  background-color: #6eb8da;
}
#twitter-btn:hover .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn:hover .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn:hover .social-icon {
  background-color: #DB4A39;
}
#youtube-btn:hover .social-icon {
  background-color: #C4302B;
}
#instagram-btn:hover .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn:hover .social-icon {
  background-color: #E4006B;
}
#web-btn:hover .social-icon {
  background-color: #000;
}
#mail-btn:hover .social-icon {
  background-color: #2A056F;
}
/* Style override for Left*/
.social-icons.left {
  left: 0;
}
.social-icons.left .social-icon {
  background-image: url('../../frontend/Alothemes/dimita2/en_GB/Magiccart_Alothemes/images/social-icons-left.png');
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -o-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.social-icons.left .social-icon {
  float: left;
}
.social-icons.left .social-text {
  float: left;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.content-quickview .social-icons {
  display: none;
}
/* recent order */
@keyframes notifySliderUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes notifySliderDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.suggest-slider.close {
  display: none;
}
.suggest-slider .x-close {
  float: right;
}
.notify-slider-wrapper {
  width: 300px;
  position: fixed;
  bottom: 15px;
  left: 25px;
  background: transparent;
  display: none;
  transition: all 0.25s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.notify-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.notify-slider .slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  list-style: none;
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 120px;
  background: #ccc;
  text-align: center;
  line-height: 100px;
}
.product-image-container {
  /*display: block;*/
  max-width: 100%;
}
.notify-slider-wrapper {
  background-color: #ffffff;
  z-index: 9999;
  width: 320px;
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item {
  background-color: #ffffff;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-reviews-summary,
.notify-slider-wrapper .products.wrapper.grid .product-item .price-box {
  display: none !important;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  border-left: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:hover {
  box-shadow: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  content: "";
  display: table;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  clear: both;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  max-width: 85px;
  width: 85px;
  float: left;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-image-wrapper .product-image-photo.thumbnail {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: calc(100% - 85px);
  float: left;
  text-align: left;
  padding: 0px 10px 12px 10px;
  font-size: 13px;
  margin-top: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
  /* padding-top: 13px;*/
  margin-bottom: 7px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  margin-bottom: 11px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a {
  color: #222222;
  height: auto;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .flex {
  display: flex;
  justify-content: space-between;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 0;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box {
  display: block;
  margin: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased {
  display: block;
  font-size: 11px;
  color: #333333;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased {
  margin: 0;
  margin-bottom: 7px;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before,
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 12px;
}
.notify-slider-wrapper .reviews-actions .action {
  font-size: 12px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  transform: scale(1) !important;
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  box-shadow: none;
  width: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview span {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview:hover {
  color: red;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links {
  top: auto;
  bottom: -4px;
  right: 6px;
}
.notify-slider-wrapper .product-item .link-view {
  text-align: right;
}
.notify-slider-wrapper .product-item .link-view .quickview {
  padding: 0;
  background-color: transparent;
  color: #222;
  position: relative;
  font-size: 20px;
  border: 0px;
  margin-top: -10px;
}
.block.related .product .product-item-info .products-textlink .product-name a,
.block.crosssell .product .product-item-info .products-textlink .product-name a,
.block.upsell .product .product-item-info .products-textlink .product-name a {
  height: 36px;
}
.suggest-slider .x-close {
  position: absolute;
  font-size: 0;
  top: 5px;
  right: -2px;
  z-index: 999;
}
.suggest-slider .x-close:before {
  content: '\e616';
  font-size: 14px;
  font-family: 'icons-blank-theme';
}
.suggest-slider .x-close:hover {
  color: #000;
}
.notify-slider {
  margin-top: 0;
}
.notify-slider .slider > .item {
  line-height: 1.5;
  width: 320px;
  /*height: auto;*/
}
.notify-slider-wrapper .product-items .product-item:nth-child(n) {
  clear: none !important;
}
.wishlist-index-index .notify-slider-wrapper .products-grid .product-item {
  width: 320px;
  margin-left: 0;
}
.notify-slider-wrapper.notifySliderUp {
  -webkit-animation-name: notifySliderUp;
  animation-name: notifySliderUp;
  display: block;
}
.notify-slider-wrapper.notifySliderDown {
  -webkit-animation-name: notifySliderDown;
  animation-name: notifySliderDown;
  display: block;
}
.recentorder .content-products .product-items {
  opacity: 1;
}
.grid-mode .active {
  text-decoration: underline;
}
/* responsive */
@media screen and (max-width: 480px) {
  .grid-view-mode .grid-mode.grid-8,
  .grid-view-mode .grid-mode.grid-7,
  .grid-view-mode .grid-mode.grid-6,
  .grid-view-mode .grid-mode.grid-5,
  .grid-view-mode .grid-mode.grid-4,
  .grid-view-mode .grid-mode.grid-3 {
    display: none;
  }
  .grid-view-mode .grid-mode.grid-1 {
    display: inline-block;
  }
  .grid-view-mode .grid-mode.grid-1:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .grid-view-mode .grid-mode.grid-8,
  .grid-view-mode .grid-mode.grid-7,
  .grid-view-mode .grid-mode.grid-6,
  .grid-view-mode .grid-mode.grid-5,
  .grid-view-mode .grid-mode.grid-4 {
    display: none;
  }
  .grid-view-mode .grid-mode.grid-1 {
    display: inline-block;
  }
  .grid-view-mode .grid-mode.grid-1:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .grid-view-mode .grid-mode.grid-8,
  .grid-view-mode .grid-mode.grid-7,
  .grid-view-mode .grid-mode.grid-6,
  .grid-view-mode .grid-mode.grid-5 {
    display: none;
  }
}
.toolbar .sidebar-filters-toggle {
  display: none;
  margin-right: 20px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 0 5px;
}
.toolbar .sidebar-filters-toggle .filter-toggle {
  fill: #fff;
  stroke: #333;
  width: 37px;
}
.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle {
  display: inline-block;
}
.has-sidebar-filters-toggle .block.filter .block-title {
  display: none;
}
.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 20px;
  position: fixed;
  top: 0;
  left: 300px;
  z-index: 13;
  width: 35px;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
}
.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.page-layout-2columns-left .toolbar .sidebar-filters-toggle,
.page-layout-2columns-right .toolbar .sidebar-filters-toggle {
  display: none;
}
.page-layout-1column .toolbar .sidebar-filters-toggle,
.page-layout-1column-full-width .toolbar .sidebar-filters-toggle {
  display: inline-block;
}
.page-layout-1column.has-sidebar-filters-toggle .block.filter .block-title.filter-title,
.page-layout-1column-full-width.has-sidebar-filters-toggle .block.filter .block-title.filter-title {
  display: none;
}
@media (max-width: 991px) {
  .has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle {
    display: inline-block;
  }
  .page-layout-2columns-left.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle,
  .page-layout-2columns-right.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle {
    display: inline-block;
  }
}
.alothemes {
  display: block;
}
.fotorama__fullscreen .zoomImg {
  display: none !important;
}
.modal-popup {
  pointer-events: none;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized {
  opacity: 1;
}
.lookbook .easypin-marker {
  color: #fff;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ff5555;
  text-align: center;
}
.lookbook .easypin-marker:hover {
  background-color: #ff5555;
  color: #fff;
}
.lookbook .easypin-marker:hover .easypin-popover {
  opacity: 1;
  visibility: visible;
}
.lookbook .easypin-marker:before,
.lookbook .easypin-marker .icon:before {
  /* font-family: "FontAwesome"; */
  content: "+";
  font-size: 26px;
  display: block;
}
.lookbook .easypin-popover {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 180px;
  left: -70px;
  background: transparent;
  z-index: 20;
}
.lookbook .easypin-popover .product-pin-wrap {
  line-height: normal;
  background: #fff;
  padding: 0px 0px 15px;
  position: relative;
  z-index: 1;
}
.lookbook .easypin-popover .product-pin-wrap a {
  text-decoration: none;
}
.lookbook .easypin-popover .product-pin-wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  -webkit-filter: drop-shadow(0 1px 2px black);
  filter: drop-shadow(0 1px 1px #dfdfdf);
}
.lookbook .image-wrap {
  margin-bottom: 15px;
}
.lookbook .title-wrap,
.lookbook .price-wrap {
  padding-left: 20px;
}
.lookbook .title-wrap h5 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0 0 5px;
}
.lookbook .title-wrap h5:focus {
  text-decoration: none;
}
.lookbook .price-label {
  display: none;
}
.lookbook .price-box .price {
  color: #ff5555;
}
.main-product-pin {
  margin-bottom: 48px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.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;
}
.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;
}
.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;
}
.block-cart-failed .actions .action.tocart {
  margin-right: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title,
.catalog-product-view.page-product-bundle .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 .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 > .title > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.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 .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 .product-options-bottom {
  clear: left;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ":";
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-weight: bold;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  white-space: nowrap;
  display: block;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  width: 100%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 4px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label] .price {
  font-size: 1.1rem;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ": ";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attibute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attibute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attibute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 14px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-tier_price {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  text-align: center;
  padding: 10px 0 15px;
}
.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 {
  display: block;
  text-transform: lowercase;
  font-size: 1rem;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: block;
}
.block-category-event .dates .date {
  font-size: 5rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start:after {
  content: "\2013";
  font-size: 5rem;
  display: block;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0 10px 0 0;
  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 .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5px 40px 5px 10px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.login-container .fieldset {
  margin: 0;
  padding: 0;
}
.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 {
  line-height: 26px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.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 {
  text-align: left;
  margin-bottom: 0;
}
.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 .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;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .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;
}
.cart.table-wrapper .action-gift:hover:after {
  color: inherit;
}
.cart.table-wrapper .action-gift:active:after {
  color: inherit;
}
.cart.table-wrapper .action-gift._active:after {
  content: '\e621';
}
.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;
  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;
  font-weight: 700;
}
.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;
}
.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;
}
.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: 0px ;
}
.block.filter .filter-title strong {
  font-size: 18px;
  text-transform: uppercase;
}
.filter-subtitle {
  display: none;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  word-break: break-all;
}
.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 {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  position: absolute;
  left: -6px;
  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;
}
.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-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.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;
}
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .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:last-child {
  background: #e2e2e2;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.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 {
  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 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-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 .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
  margin: 7px 0 0;
}
.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 .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 .title {
  display: none;
}
.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;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../../frontend/Alothemes/dimita2/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Alothemes/dimita2/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.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;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.product-info-main .reviews-actions .action:nth-child(2):before {
  content: "|";
}
.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;
}
.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;
  vertical-align: middle;
  padding: 5px 0;
}
.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 .reviews-actions {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.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-top: 6px;
  padding-right: 10px;
}
.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 {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-top: 10px;
  margin-bottom: 48px;
}
.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 {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
}
.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;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #dddddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #dddddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  color: #ff5555;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #ff5555;
  font-weight: 500;
}
.block-collapsible-nav .item.current a {
  color: #ff5555;
}
#modals_quickview .loading-mask {
  display: none;
}
.catalog-product-view .gallery-placeholder {
  min-height: 300px;
}
body {
  background-color: #fff;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  max-width: 50%;
  margin: 0 0 10px 40px;
}
.logo img {
  max-width: 100%;
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.modal-popup {
  pointer-events: none;
}
.cookie-status-message {
  display: none;
}
.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-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;
}
#magepow_ajaxcart_popup {
  display: none;
  position: relative;
  width: 515px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 999;
  text-align: center;
}
#magepow_ajaxcart_popup .popup .action {
  margin-top: 10px;
}
#magepow_ajaxcart_popup .btn-viewcart {
  width: 50%;
  float: left;
  color: #fff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #fff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .btn-continue {
  width: 50%;
  float: left;
  color: #fff;
}
#magepow_ajaxcart_popup .btn-continue .continue {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #fff;
}
#magepow_ajaxcart_popup .btn-continue .continue:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .product-item-info button {
  padding: 8px 5px;
  font-size: 10px;
}
.ajaxcart-wrapper-main .full-width {
  width: 100% !important;
}
#ajax-suggest ol {
  padding: 0;
}
#ajax-suggest .item {
  padding-top: 10px;
  padding-bottom: 15px;
}
#ajax-suggest .item .product-item-info {
  margin-left: auto;
  margin-right: auto;
}
#ajax-suggest .product.details.product-item-details {
  min-height: 65px;
}
.freeShipping_message {
  background-color: #d6e4f9;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}
.freeShipping_message .needMore {
  font-weight: bold;
}
.congratulation {
  background-color: #f7747c;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}
div.minprogress {
  border: 1px solid #a5a5a5;
  height: 10px;
  border-radius: 5px;
  position: relative;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #000000;
  height: 10px;
  border-radius: 5px;
}
.product-prev {
  margin: 0 0 0 0px;
}
.product-next-prev {
  margin: auto;
  float: right;
}
.product-next-prev .products {
  margin: 0;
}
.product-next-prev .product-prev,
.product-next-prev .product-next {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  width: 30px;
  height: 28px;
  color: #333;
  text-align: center;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  border-radius: 2px;
  border: 1px solid #fff;
}
.product-next-prev .product-prev:hover,
.product-next-prev .product-next:hover {
  color: #fff;
  border: 1px solid #1979c3;
  text-decoration: none;
}
.product-next-prev .product-prev:hover .product-item-info,
.product-next-prev .product-next:hover .product-item-info {
  display: block;
}
.product-next-prev .product-prev .product-item-photo,
.product-next-prev .product-next .product-item-photo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #f2f2f2;
  max-width: 120px;
  box-shadow: 0 0 5px #dfdfdf;
  transition: all 0.3s ease-in-out;
}
.product-next-prev .product-prev .product-item-photo .product-image-container,
.product-next-prev .product-next .product-item-photo .product-image-container {
  display: block;
}
.product-next-prev .product-prev:hover .product-item-photo,
.product-next-prev .product-next:hover .product-item-photo {
  opacity: 1;
  visibility: visible;
}
.product-next-prev .product-prev a:hover,
.product-next-prev .product-next a:hover {
  text-decoration: none;
}
.product-next-prev .product-item {
  display: inline-block;
}
.product-next-prev .product-item-info {
  position: absolute;
  max-width: none;
  display: none;
}
.product-next-prev .category-back a {
  width: 30px;
  height: 28px;
  display: block;
  line-height: 28px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
}
.product-next-prev .category-back a span {
  display: none;
}
.product-next-prev .category-back a:before {
  content: '\e60d';
  font-family: 'icons-blank-theme';
  font-size: 2.8rem;
}
.product-next-prev .category-back a:hover {
  border-color: #1979c3;
  text-decoration: none;
}
.product-next-prev .arrow {
  font-size: 0;
}
.product-next-prev .arrow:before {
  font-size: 2.8rem;
  font-family: 'icons-blank-theme';
}
.product-next-prev .product-prev .arrow:before {
  content: '\e617';
}
.product-next-prev .product-next .arrow:before {
  content: '\e608';
}
.product-info-main .product-prev,
.product-info-main .product-next {
  position: relative;
}
.product-info-main .product-prev .product-item-info,
.product-info-main .product-next .product-item-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #f2f2f2;
  max-width: 120px;
  max-width: 150px;
  box-shadow: 0 0 5px #dfdfdf;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid #1979c3;
}
.product-info-main .product-prev .product-item-info:before,
.product-info-main .product-next .product-item-info:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #1979c3;
  left: 50%;
  top: -15px;
  transform: translate(-50%, 0);
}
.product-info-main .product-prev .product-item-info .product-item-name,
.product-info-main .product-next .product-item-info .product-item-name {
  margin: 0;
}
.product-info-main .product-prev .product-item-info .product-item-name .product-item-link,
.product-info-main .product-next .product-item-info .product-item-name .product-item-link {
  font-size: 1.2rem;
}
.product-info-main .product-prev .product-item-info .product-item-details,
.product-info-main .product-next .product-item-info .product-item-details {
  padding-left: 5px;
  padding-right: 5px;
}
.product-info-main .product-prev .product-item-info .product.sku,
.product-info-main .product-next .product-item-info .product.sku {
  color: #555555;
  font-size: 1.2rem;
}
.product-info-main .product-prev .product-item-info .price-box,
.product-info-main .product-next .product-item-info .price-box {
  margin: 0 0 10px;
}
.product-info-main .product-prev .product-item-info .price,
.product-info-main .product-next .product-item-info .price {
  color: #555555;
}
.product-info-main .product-prev:hover .product-item-info,
.product-info-main .product-next:hover .product-item-info {
  opacity: 1;
  visibility: visible;
}
.stickyCart {
  position: fixed;
  background-color: #000000;
  width: 100%;
  bottom: 0;
  height: 90px;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}
.stickyCart.sticky_show_atc {
  display: block;
}
.stickyCart .stickyChild {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.stickyCart .stickyChild #parentQtySticky {
  height: 43px;
}
.stickyCart .stickyChild #timerSticky {
  position: relative;
}
.stickyCart .stickyChild .clSticky {
  padding: 10px;
}
.stickyCart .stickyChild .clSticky #btnSticky:hover {
  background-color: #b59677;
  color: #fff;
}
.stickyCart .stickyChild .clSticky .stickyProductName {
  color: #eee;
}
.stickyCart .stickyChild .clSticky #btnSticky {
  background-color: transparent;
  height: 42px;
  border-color: #fff;
}
.stickyCart .stickyChild .clSticky .imgBorder {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: solid 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg .stickyImg {
  width: 100%;
  max-width: 100%;
}
.stickyCart .quantity input {
  background-color: transparent;
  color: #eee;
  height: 42px;
  float: left;
  width: 5em;
}
.stickyCart .quantity input:focus {
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .contentHide {
    display: none;
  }
  .contentShow #btnSticky {
    width: 100%;
  }
}
.magictabs .item.activated,
.magictabs .item:hover {
  border-color: #ff3366;
}
.content-products .mage-magictabs {
  display: none;
}
.content-products .mage-magictabs.activated {
  display: block;
}
.shopbrand-brand-listbrand .page-title-wrapper {
  text-align: center;
}
.shopbrand-brand-listbrand .page-title-wrapper .page-title {
  display: inline-block;
}
.shopbrand-brand-listbrand .grid-slider {
  display: none;
}
.shopbrand-brand-listbrand .grid-init .grid-slider {
  display: block;
}
.shopbrand {
  text-align: center;
  display: block;
}
.shop-by-brand {
  text-align: center;
}
.shop-by-brand .block.block-search {
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.shopbrand-list {
  clear: both;
}
.block-search.brand-search {
  text-align: center;
}
.block-search.brand-search .form-search .field.search {
  position: relative;
  border: 1px solid #ebebeb;
}
.block-search.brand-search .form-search .field.search .control-search input {
  height: 45px;
  padding-right: 40px;
  border: 0;
}
.block-search.brand-search .form-search .field.search .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.block-search.brand-search .form-search .field.search .actions .action {
  background-color: #fff;
  width: 40px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  padding: 0;
}
.block-search.brand-search .form-search .field.search .actions .action span {
  display: none;
}
.block-search.brand-search .form-search .field.search .actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 28px;
  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.brand-search .form-search .label.brand-label {
  display: none;
}
.block-search.brand-search .form-search .label.brand-label:before {
  display: none;
}
.brand-search-sidebar .block-search {
  max-width: 100%;
}
.form-search-sidebar-brand .field.search {
  position: relative;
  border: 1px solid #ebebeb;
}
.form-search-sidebar-brand .field.search .control-search input {
  height: 40px;
  padding-right: 40px;
  border: 0;
}
.form-search-sidebar-brand .field.search .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.form-search-sidebar-brand .field.search .actions .action {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
}
.form-search-sidebar-brand .field.search .actions .action span {
  display: none;
}
.form-search-sidebar-brand .field.search .actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 28px;
  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;
}
.characters {
  clear: both;
  padding: 20px 0;
  display: inline-block;
}
.characters .filter {
  list-style: none;
  float: left;
}
.characters .filter .char {
  float: left;
}
.characters .filter .char a {
  display: block;
  border: 1px solid silver;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin-left: 3px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.characters .filter .char a:hover,
.characters .filter .char.active a {
  background-color: #006bb4;
  color: #ffffff;
  border: 1px solid #006bb4;
}
.characters .filter .view-all a {
  text-transform: none;
}
.cart-summary {
  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;
  padding: 0;
}
.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.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 .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 90px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.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: 0;
}
.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;
}
.block.crosssell {
  margin-top: 30px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.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: 12px;
  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 .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -35px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline-block;
}
.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;
  min-width: 18px;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 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-image-wrapper {
  /*&:extend(.abs-reset-image-wrapper all);*/
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.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 .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.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;
}
.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 {
  margin: 0 0 5px;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}
.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: 38px/2;
  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._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 .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;
}
._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;
}
.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: 100%/2;
  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 .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.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;
}
.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 .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  margin: 0;
  position: absolute;
  right: 0;
}
.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 .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #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;
}
.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-radius: 50%;
  border: 1px solid #c1c1c1;
  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 {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #ccc;
  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 .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 .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-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%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-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 .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 {
  margin-bottom: 20px;
}
.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;
}
.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;
}
.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);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Alothemes/dimita2/en_GB/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #fff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  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;
  z-index: 1;
}
.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,
.static-home-slide .container-slide:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  border: 1px solid #ebebeb;
}
select {
  border: 1px solid #ebebeb;
}
textarea {
  border: 1px solid #ebebeb;
}
.onestepcheckout-index-index .page-title-wrapper .checkout-description {
  font-size: 1.8rem;
  margin-top: -20px;
  margin-bottom: 40px;
}
.onestepcheckout-index-index .opc-block-summary .table-totals .amount {
  white-space: normal;
}
.modal-popup.popup-authentication .modal-inner-wrap {
  position: absolute;
  width: auto;
  max-width: 430px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  min-width: unset;
}
.modal-popup.popup-authentication._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.popup-authentication .modal-header,
.modal-popup.popup-authentication .modal-content,
.modal-popup.popup-authentication .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
.modal-custom.authentication-dropdown {
  border-color: #333333;
}
.modal-custom.authentication-dropdown .block-authentication .actions-toolbar > .primary .action {
  padding: 10px 15px;
  min-width: 110px;
  border-color: #1979c3;
  background: #1979c3;
  font-size: 1.4rem;
  color: #ffffff;
}
.checkout-container {
  position: relative;
}
.checkout-container * {
  box-sizing: border-box;
}
.checkout-container input,
.checkout-container select {
  height: 44px;
}
.checkout-container input[type="checkbox"],
.checkout-container input[type="radio"] {
  height: initial;
}
.checkout-container .payment-group .payment-method input[type="radio"] {
  height: initial;
}
.checkout-container .action.action-auth-toggle {
  background: #1979c3;
  border-color: #1979c3;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 50px;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  margin: 0;
}
.checkout-container .action.action-auth-toggle:hover {
  text-decoration: none;
}
.checkout-container .authentication-wrapper {
  margin-top: -91px;
}
.checkout-container .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.one-step-checkout-wrapper.opc-wrapper {
  width: 66.66666667%;
  float: left;
}
.one-step-checkout-wrapper.opc-wrapper .form-login {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.one-step-checkout-wrapper.opc-wrapper .form-login #customer-email-fieldset {
  margin-bottom: 0;
}
.one-step-checkout-wrapper .one-step-checkout-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address,
.one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method {
  padding-left: 15px;
  padding-right: 15px;
}
.one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address {
  width: 50%;
}
.one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address .opc-shipping-address-box {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
}
.one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address .shipping-address-item {
  width: 100%;
}
.one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method {
  width: 50%;
}
.one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method .checkout-payment-method .form.payments .fieldset {
  margin-bottom: 0;
}
.one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method .checkout-payment-method .form.payments .message.notice {
  margin: 0 0 15px;
}
.one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-shipping-step,
.one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-billing-step {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
}
.one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-shipping-step {
  margin-bottom: 50px;
}
.one-step-checkout-wrapper .field-tooltip {
  top: 8px;
}
.checkout-payment-method #checkout-step-payment {
  margin-bottom: 10px;
}
.methods-shipping .table-checkout-shipping-method {
  min-width: unset;
  width: 100%;
}
.methods-shipping .table-checkout-shipping-method .row {
  display: table-row;
}
.methods-shipping .table-checkout-shipping-method tbody td {
  border-top: 1px solid #ebebeb;
}
.methods-shipping .table-checkout-shipping-method tbody td.col-price {
  font-weight: 400;
}
#checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.checkout {
  display: none;
}
.checkout-shipping-method .delivery-time {
  margin-bottom: 20px;
}
.checkout-shipping-method .delivery-time .title {
  margin-bottom: 7px;
}
.checkout-shipping-method .delivery-time .control {
  position: relative;
}
.checkout-shipping-method .delivery-time .control .remove-delivery-time {
  margin-top: 10px;
  display: inline-block;
}
.checkout-shipping-method .delivery-time .control .remove-delivery-time:hover {
  color: #ed1d24;
  cursor: pointer;
}
.checkout-shipping-method .delivery-time .ui-datepicker-trigger {
  padding: 0;
  position: absolute;
  top: 3px;
  right: 15px;
  border: 0;
  font-weight: 400;
  background: none;
}
.checkout-shipping-method .delivery-time .ui-datepicker-trigger span {
  display: none;
}
.checkout-shipping-method .delivery-time .ui-datepicker-trigger:before {
  content: '\e612';
  font-family: 'icons-blank-theme';
  color: #7d7d7d;
  font-size: 2.3rem;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkout-shipping-method .checkout-comment-block label {
  display: block;
  margin-bottom: 8px;
}
.checkout-payment-method .payments .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ebebeb;
}
.checkout-step-sidebar {
  width: 33.33333333%;
  float: right;
}
.checkout-step-sidebar .order-summary {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 70px;
}
.checkout-step-sidebar .order-summary .step-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 27px;
  border-bottom: 1px solid #ebebeb;
}
.checkout-step-sidebar .order-summary .payment-option-title {
  margin-bottom: 8px;
}
.checkout-step-sidebar .opc-block-summary {
  background: #ffffff;
  padding: 0;
}
.checkout-step-sidebar .opc-block-summary .items-in-cart {
  margin-bottom: 15px;
}
.checkout-step-sidebar .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ebebeb;
}
.checkout-step-sidebar .opc-block-summary .table-totals {
  border-top: 0;
  margin-bottom: 25px;
}
.checkout-step-sidebar .opc-block-summary .table-totals .totals.shipping .mark .value {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
}
.checkout-step-sidebar .opc-block-summary .table-totals .totals.shipping .amount {
  vertical-align: top;
}
.checkout-step-sidebar .opc-block-summary .table-totals .grand .mark,
.checkout-step-sidebar .opc-block-summary .table-totals .grand .amount {
  border-top: none;
}
.checkout-step-sidebar .opc-block-summary .table-totals .grand strong {
  font-size: 1.9rem;
  font-weight: 700;
}
.checkout-step-sidebar .opc-block-summary .table-totals tbody .mark,
.checkout-step-sidebar .opc-block-summary .table-totals tfoot .mark,
.checkout-step-sidebar .opc-block-summary .table-totals tbody .amount,
.checkout-step-sidebar .opc-block-summary .table-totals tfoot .amount {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
}
.checkout-step-sidebar .opc-block-summary .table-totals tbody > tr th,
.checkout-step-sidebar .opc-block-summary .table-totals tfoot > tr th,
.checkout-step-sidebar .opc-block-summary .table-totals tbody > tr td,
.checkout-step-sidebar .opc-block-summary .table-totals tfoot > tr td {
  vertical-align: middle;
}
.checkout-step-sidebar .opc-block-summary .not-calculated {
  text-transform: none;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product > .product-image-container {
  float: left;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details {
  padding-left: 100px;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
  display: flex;
  justify-content: space-between;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block a {
  color: #555555;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block a:hover {
  color: #222222;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .price-excluding-tax {
  margin: 0;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .label {
  margin-right: 8px;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control {
  border: 1px solid #ebebeb;
  width: 120px;
  position: relative;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .items {
  width: 38px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  font-size: 1.3rem;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .reduced {
  left: 0;
  border-right: 1px solid #ebebeb;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .increase {
  right: 0;
  border-left: 1px solid #ebebeb;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .item_qty {
  width: 40px;
  height: 38px;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .button-action.plus:before {
  content: '\e61c';
  font-family: 'icons-blank-theme';
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .button-action.minus:before {
  content: '\e60f';
  font-family: 'icons-blank-theme';
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .button-remove {
  text-align: right;
  display: none;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .button-remove .button-action.remove {
  padding: 0;
  border: none;
  background: none;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .button-remove .button-action.remove:before {
  content: '\e604';
  font-family: 'icons-blank-theme';
}
.checkout-step-sidebar .discount-code label[for="discount-code"] {
  display: none;
  margin-bottom: 5px;
}
.checkout-step-sidebar .discount-code .payment-option-title {
  display: none;
}
.checkout-step-sidebar .discount-code .payment-option-content {
  display: block !important;
}
.checkout-step-sidebar .discount-code .form-discount {
  display: flex;
  flex-wrap: wrap;
}
.checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
  flex: 1;
  margin-right: 10px;
}
.checkout-step-sidebar .discount-code .form-discount .actions-toolbar .primary .action-apply {
  padding: 13px 17px;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  margin-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.onestepcheckout-index-index .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
table.table-checkout-shipping-method > tbody > tr > th,
table.table-checkout-shipping-method > tfoot > tr > th,
table.table-checkout-shipping-method > tbody > tr > td,
table.table-checkout-shipping-method > tfoot > tr > td {
  vertical-align: middle;
}
.opc-wrapper .step-title > .number {
  display: none;
}
.payment-group > .step-title {
  display: none;
}
.opc-wrapper .one-step-checkout-container .step-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.place-order-primary .action.checkout {
  float: unset;
  width: 100%;
  padding: 18px 15px;
  text-transform: uppercase;
}
.onestepcheckout-authentication-wrapper {
  position: absolute;
  width: 33.33333333%;
  text-align: right;
  top: -65px;
  right: 0;
}
.onestepcheckout-payment-after-methods {
  margin-bottom: 40px;
}
.onestepcheckout-place-order-block label[for="discount-code"] {
  display: none;
  margin-bottom: 5px;
}
.onestepcheckout-place-order-block .form-discount {
  display: flex;
  flex-wrap: wrap;
}
.onestepcheckout-place-order-block .form-discount .payment-option-inner {
  flex: 1;
  margin-right: 10px;
}
.onestepcheckout-place-order-block .form-discount .actions-toolbar .primary .action-apply {
  padding: 13px 17px;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  margin-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.order-comment-block {
  margin-bottom: 20px;
}
.order-comment-block > .label {
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.checkout-newsletter {
  margin-bottom: 23px;
}
.billing-address-same-as-shipping-block {
  margin-bottom: 30px;
}
#checkout-step-shipping_method {
  margin-bottom: 8px;
}
.form-mgp-billing-address .actions-toolbar > .primary .action,
.form-mgp-billing-address .actions-toolbar > .secondary .action {
  color: #ffffff;
  background: #1979c3;
  border: 1px solid #1979c3;
}
@media screen and (max-width: 1199px) {
  .one-step-checkout-wrapper.opc-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address {
    max-width: none;
  }
  .checkout-step-sidebar {
    width: 100%;
  }
  .checkout-container .authentication-wrapper {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .checkout-container .authentication-dropdown {
    width: auto;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 44px;
    transform: scale(1, 1);
    border-width: 0;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .page-title-wrapper {
    max-width: 70%;
  }
  .onestepcheckout-index-index .page-title-wrapper .checkout-description {
    font-size: 1.5rem;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -167px;
    width: auto;
  }
  .checkout-container .action.action-auth-toggle {
    padding: 0px 20px;
    height: 30px;
    line-height: 28px;
  }
  .one-step-checkout-wrapper.opc-wrapper {
    margin-bottom: 30px;
  }
  .one-step-checkout-wrapper.opc-wrapper .step-content {
    margin-bottom: 0;
  }
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address {
    margin-bottom: 0;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address,
  .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method {
    width: 100%;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address {
    margin-bottom: 30px;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-shipping-step {
    margin-bottom: 30px;
  }
  .one-step-checkout-wrapper .checkout-payment-method .step-title {
    padding-left: 0;
    padding-right: 0;
  }
  .one-step-checkout-wrapper .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .one-step-checkout-wrapper .checkout-payment-method .payment-method-title {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-step-sidebar .discount-code .form-discount {
    display: block;
  }
  .checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address,
  .one-step-checkout-wrapper.opc-wrapper .methods-shipping {
    background: #ffffff;
  }
  .one-step-checkout-wrapper.opc-wrapper .methods-shipping {
    border-bottom: none;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address {
    margin-top: 0;
    padding-bottom: 0;
  }
  .checkout-step-sidebar .order-summary .step-title {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control {
    width: 100px;
  }
  .checkout-step-sidebar .opc-block-summary .table-totals .grand strong {
    font-size: 1.8rem;
  }
  .checkout-step-sidebar .opc-block-summary .items-in-cart {
    margin-bottom: 9px;
  }
  .onestepcheckout-index-index .page-title-wrapper .checkout-description {
    font-size: 1.4rem;
  }
  .checkout-step-sidebar .opc-block-summary .table-totals tbody .mark,
  .checkout-step-sidebar .opc-block-summary .table-totals tfoot .mark,
  .checkout-step-sidebar .opc-block-summary .table-totals tbody .amount,
  .checkout-step-sidebar .opc-block-summary .table-totals tfoot .amount {
    font-size: 1.4rem;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.magicslider > .item:nth-child(n+2),
.magicslider > .item .figcaption {
  display: none;
}
.magicslider > .item.slick-slide,
.magicslider > .item.slick-slide .figcaption {
  display: block;
}
.magicslider {
  text-align: center;
  display: block;
}
.external-video:after {
  background: rgba(0, 0, 0, 0) url("../../frontend/Alothemes/dimita2/en_GB/images/gallery-sprite.png") repeat scroll right bottom;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.external-video.embed:after {
  display: none;
}
.magicslider-caption {
  display: none;
}
.magicslider-caption.mobile.desktop {
  display: block;
}
.slick-prev,
.slick-next {
  transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'luma-icons';
  color: #333;
}
.slick-prev:before {
  content: '\e617';
}
.slick-next:before {
  content: '\e608';
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.slick-slider:hover .slick-prev {
  left: 15px;
}
.slick-slider:hover .slick-next {
  right: 15px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  bottom: 20px;
  text-align: right;
  right: 10px;
}
.slick-dots li button {
  background: #ccc;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}
.slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
  background: #666;
}
@media only screen and (max-width: 480px) {
  .slick-dots {
    bottom: 10px;
    right: 3px;
  }
}
.testimonial .field-summary_rating .rating-box .rating:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
  color: #f2c800;
  z-index: 2;
  position: relative;
  font-size: 14px;
  height: 14px;
  display: block;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.testimonial .rating-result {
  text-align: center;
}
.testimonial .customer {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 60px 0;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial .inner-customer {
  text-align: center;
}
.testimonial.center-mode {
  margin-bottom: 50px;
}
.testimonial.center-mode .item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.testimonial.center-mode .item .testimonial_text {
  display: none;
}
.testimonial.center-mode .slick-center .item img {
  width: 150px;
  height: 150px;
}
.testimonial.center-mode .slick-list {
  margin-bottom: 50px;
}
.testimonial-caption.center-mode {
  display: block;
  width: 85%;
  color: #494949;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.testimonial-caption.center-mode .sub-text {
  display: block;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.testimonial-caption.center-mode .product-reviews-summary {
  display: block;
  text-align: center;
}
.testimonial-caption .zoomIn {
  animation: zoomIn 0.9s ease-out;
  -moz-animation: zoomIn 0.9s ease-out;
  -webkit-animation: zoomIn 0.9s ease-out;
  -o-animation: zoomIn 0.9s ease-out;
}
.testimonial-index-index .button-o {
  margin-bottom: 30px;
}
.testimonial-form-index .std-input-box .product-review-box #product-review-table {
  width: auto;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.magicmenu {
  position: relative;
}
.magicmenu .nav-desktop {
  position: static;
  margin: 0;
  padding: 0;
}
.magicmenu .nav-desktop.menufullwidth .full-width .content-mega-horizontal {
  margin: 0 auto;
}
.magicmenu .nav-desktop .level0.over .level-top-mega {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level0.submenu {
  border-style: solid;
  border-width: 0px;
  padding: 0px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  background-color: #ffffff;
  pointer-events: none;
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .level0.submenu li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown:hover .level0.submenu {
  opacity: 1;
  top: 50px;
  visibility: visible;
  pointer-events: unset;
}
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: FontAwesome;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.magicmenu .nav-desktop .level0 {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  border-style: solid;
  border-width: 0px;
  padding: 0px 15px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  pointer-events: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: FontAwesome;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
  border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .submenu {
  font-family: "Lato", sans-serif;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  border-width: 0 0 0;
  border-style: solid;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 28px 0 8px;
  display: block;
  line-height: 25px;
  margin: 0px;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 14px;
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  transition: all 0.35s ease 0s;
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:hover span:after {
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
  margin: 0px;
  overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 30px 0 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: left;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: left;
  text-align: left;
  width: 235px;
  padding: 0 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-right: 0px;
  padding: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 22px 0 20px;
  position: relative;
  list-style: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .children.level1 > a {
  padding: 0px;
  margin-bottom: 10px;
}
.magicmenu .nav-desktop .level0 > a:hover .short_desc {
  color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 18px 23px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  outline: medium none;
  display: block;
  text-align: left;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  padding: 0;
  text-decoration: none;
  outline: medium none;
  text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  right: 20px;
  top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  white-space: nowrap;
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-transform: capitalize;
  color: #999;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label {
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  opacity: 1;
  top: 50px;
  visibility: visible;
  pointer-events: unset;
}
.magicmenu .nav-desktop .level0 .cat_label {
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.magicmenu .nav-desktop .level0.logo.display {
  display: none;
  border: 0;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 20px;
  position: static;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  font-size: 15px;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  padding: 20px 25px 25px;
  min-width: 175px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
  font-size: 14px;
  line-height: 27px;
}
.magicmenu .nav-desktop p {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level-top a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
}
.magicmenu .nav-desktop .level0.dropdown.home > .level0 {
  width: 200px;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .level0 .level-top img {
  display: none;
  padding-right: 15px;
  vertical-align: middle;
}
.vmagicmenu {
  display: block !important;
  position: relative;
  padding: 0px;
  z-index: 90;
  width: 250px;
  float: left;
}
.vmagicmenu .vmagicmenu-narrow {
  position: absolute;
  margin: 0px;
  padding: 5px 0 25px;
  list-style: outside none none;
  width: 270px;
  display: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  width: 180px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  top: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 li a span {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: FontAwesome;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  list-style: none;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
  text-transform: uppercase;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild.over > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+12) {
  display: none;
}
.vmagicmenu .vmagicmenu-narrow > li.all-cat {
  display: block;
  margin-top: 15px;
  float: left;
  width: 100%;
  clear: both;
  padding: 0 18px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
  background-color: #ffffff;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  color: #666;
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: FontAwesome;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.dropdown.over > .level0 {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.vmagicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .nav-desktop .level0.dropdown > .level0 {
  background-color: #ffffff;
  border: 1px solid rgba(143, 143, 143, 0.25);
}
.vmagicmenu .level0.over .level-top-mega {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .level0 {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 39px;
  width: 100%;
  list-style: none;
  position: static;
}
.vmagicmenu .level0 .level-top-mega {
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  min-height: 100%;
  padding: 0 15px;
  border: 1px solid rgba(143, 143, 143, 0.25);
}
.vmagicmenu .level0 .level-top-mega .children > a {
  border-width: 0px 0 0;
  border-style: solid;
  display: block;
  padding-top: 28px;
  padding-bottom: 8px;
  position: relative;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children > a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children > a span:after {
  border-width: 0 0 1px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 0px;
  transition: all 0.35s ease 0s;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children > a:hover span:after {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .children a {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level0 .level-top-mega .children a span {
  font-size: 15px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
  font-size: 100%;
  padding: 0 0 5px;
  line-height: 30px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
  line-height: 26px;
  border-bottom: 1px solid #ececec;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .children > .nav {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label {
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .level-top-mega .children li a {
  font-family: "Lato", sans-serif;
}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  margin: 0;
  padding: 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
  padding: 25px 0 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img {
  margin: 0 auto;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: left;
  width: 235px;
  text-align: left;
  padding: 0 15px;
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
  list-style: outside none none;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
  margin: 0;
  position: relative;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.vmagicmenu .level0:hover .level0 {
  background-color: transparent;
}
.vmagicmenu .level0:hover .level-top-mega {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .level0 .level-top {
  border-bottom: 1px solid #e6e6e6;
  margin: 0px 18px;
  padding: 0px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  outline: medium none;
  position: relative;
}
.vmagicmenu .level0 .level-top img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.vmagicmenu .level0 .level-top span {
  font-size: 14px;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}
.vmagicmenu .level0 .level0 .children > ul {
  margin: 0;
  padding: 20px 0 35px;
  position: relative;
}
.vmagicmenu .level0 .cat_label {
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.vmagicmenu .level0 .cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.vmagicmenu .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.vmagicmenu .block-vmagicmenu-content {
  padding: 0px;
  position: absolute;
}
.vmagicmenu .vmagicmenu-narrow.over {
  display: block;
}
.vmagicmenu .block-title {
  padding: 0 30px;
  line-height: 49px;
}
.vmagicmenu .block-title span {
  font-size: 24px;
  vertical-align: middle;
}
.vmagicmenu .block-title span.fa:before {
  content: "\e871";
  font-family: 'Linearicons-Free';
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  padding: 0 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.vmagicmenu .level0.last {
  border: none;
}
.vmagicmenu .level0.hasChild .level-top:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}
.vmagicmenu p {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
}
.vmagicmenu .level-top a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.vmagicmenu .banner-menu-position img {
  margin-left: -30px;
}
.sections .nav-sections-item-content > .navigation {
  display: none;
}
.nav-sections-item-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: auto;
}
.nav-sections-item-content .magicmenu {
  position: relative;
  display: block;
  text-align: left;
}
.nav-sections-item-content > .magicmenu > .nav-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-sections-item-content > .magicmenu > .nav-desktop:before,
.nav-sections-item-content > .magicmenu > .nav-desktop:after {
  display: none;
}
.mage-column.mega-block-left {
  float: left;
}
.mage-column.mega-block-right {
  float: right;
  padding: 10px 0 0;
}
.block-left {
  float: left;
}
.block-right {
  float: left;
}
.cat-mega {
  float: left;
}
.block-bottom {
  clear: both;
}
.mage-column-custom {
  padding-top: 32px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: 0px;
}
.all-cat {
  display: block;
  margin-top: 10px;
}
.all-cat span {
  padding: 0px;
  cursor: pointer;
  display: block;
  line-height: normal;
  width: 100%;
  clear: both;
  font-size: 14px;
}
.all-cat span:after {
  content: "\f0d7";
  font-family: FontAwesome;
  padding-left: 5px;
}
.all-cat:hover span {
  color: #333;
}
.sidebar .accordion-container {
  margin-bottom: 30px;
}
.sidebar .accordion-container .all-cat {
  margin-top: 20px;
  padding: 0 18px;
}
.sidebar .accordion-container .level0 .level-top img {
  display: none;
}
.sidebar .accordion-container .meanmenu-accordion {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 0px 0px 34px;
}
.sidebar .nav-accordion {
  padding: 13px 18px 0;
}
.accor-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
  padding: 15px 18px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}
ul.nav-accordion {
  line-height: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
ul.nav-accordion li {
  position: relative;
  margin: 0;
}
ul.nav-accordion li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 5px 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  color: #333e48;
  outline: medium none;
}
ul.nav-accordion li a span {
  font-size: 14px;
}
ul.nav-accordion li a:hover {
  color: #333;
}
ul.nav-accordion li a span.cat_label {
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
ul.nav-accordion li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
ul.nav-accordion li a.level-top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
ul.nav-accordion li a.level-top span {
  font-size: 14px;
}
ul.nav-accordion li > ul.submenu > li > a {
  padding-left: 20px;
}
ul.nav-accordion li ul li ul li.parent > a {
  padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent > a span:before {
  display: none;
}
ul.nav-accordion li.last {
  border-bottom: 0 none;
}
ul.nav-accordion ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
ul.nav-accordion ul ul li:hover a:before {
  color: #333;
}
ul.nav-accordion ul ul li a:before {
  color: #cccccc;
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 13px;
  padding-right: 15px;
  text-align: right;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 20px;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  outline: none;
}
ul.nav-accordion ul li.active {
  font-weight: normal;
}
ul.nav-accordion ul.submenu {
  display: none;
}
ul.nav-accordion .expand {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .expand:before {
  content: "\f106";
  color: #333;
  font-family: FontAwesome;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
}
ul.nav-accordion .collapse {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion .collapse:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
  content: "\f107";
  color: #7f7f7f;
}
ul.nav-accordion .collapse:hover:before {
  color: #333;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  position: inherit;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0;
}
ul.nav-mobile ul.submenu {
  display: none;
}
.nav-accordion > li:nth-child(n+10) {
  display: none;
}
.level-top-mega .mage-column.cat-mega {
  margin: 0;
  list-style: outside none none;
}
.fixed {
  z-index: 999;
  width: 100%;
}
.fixed .custom-menu {
  padding-bottom: 7px;
  padding-top: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed .quick-access {
  display: none;
}
.nav-sections .mean-nav {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
}
.nav-sections .mean-nav .mobi-title {
  color: #242628;
  font-size: 16px;
  line-height: 52px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: -56px;
  z-index: 0;
  display: none;
}
.nav-sections .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.nav-sections .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.nav-sections .mean-nav ul li a span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-nav ul li a span.icon.fa-home {
  padding-right: 0;
}
.nav-sections .mean-nav ul li a span.cat_label {
  font-size: 11px !important;
  line-height: 16px;
  font-weight: 700;
  padding: 0px 5px;
  margin: 0 0 0 3px;
  position: absolute !important;
  text-transform: uppercase;
}
.nav-sections .mean-nav ul li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
  display: none;
}
.nav-sections .mean-nav ul li a span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .mean-nav ul li .level-top span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-nav ul li li a {
  font-size: 14px;
  padding: 10px 0 10px 25px;
  filter: alpha(opacity=75);
  visibility: visible;
}
.nav-sections .mean-nav ul li li li a {
  font-size: 14px;
  padding: 10px 0 10px 40px;
}
.nav-sections .mean-nav ul li li li li a {
  padding: 1em 20%;
}
.nav-sections .mean-nav ul li li li li li a {
  padding: 1em 25%;
}
.nav-sections .mean-nav ul li .expand {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .expand:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: "\f106";
  color: #ccc;
}
.nav-sections .mean-nav ul li .collapse {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-nav ul li .collapse:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
  content: "\f107";
  color: #ccc;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
  display: none;
}
.nav-sections .navigation .parent .level-top:after {
  display: none !important;
}
.page-wrapper {
  overflow-x: hidden;
}
.nav-open .navigation .level0 .submenu {
  position: static;
}
@media only screen and (min-width: 991px) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-sections-item-content > .navigation .nav-mobile {
    display: block !important;
    padding: 0;
  }
  .nav-sections-item-content .vmagicmenu {
    display: none !important;
    visibility: hidden;
  }
  .nav-sections-item-content .magicmenu .nav-desktop {
    display: none !important;
    visibility: hidden;
  }
  .sections .nav-sections-item-content > .navigation {
    display: block !important;
    padding: 0;
  }
  .nav-sections {
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0px;
    transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    width: calc(100% - 54px);
  }
  .nav-sections .mean-container .mean-nav ul li.home a span.icon {
    display: none !important;
    visibility: hidden;
  }
  .nav-sections .navigation .level0 > .level-top {
    display: block;
  }
  .header .magicmenu .level0 .level-top img {
    display: none !important;
    visibility: hidden;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .page-header .logo {
    margin: 0 0 10px 40px;
  }
  .page-header .nav-toggle {
    display: inline-block;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    top: calc(50% - 15px);
    left: 15px;
    width: 30px;
  }
  .nav-toggle {
    cursor: pointer;
    display: block;
    font-size: 0;
    text-decoration: none;
    top: 0px;
    z-index: 14;
    right: 50px;
  }
  .nav-toggle:before {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .menu-mobile .nav-toggle {
    display: inline-block;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    top: calc(50% - 15px);
    left: 15px;
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 99;
    box-shadow: 0;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .navigation .level0 .submenu {
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .nav-before-open .nav-toggle:before {
    position: static;
    content: "\f00d";
    font-family: FontAwesome;
    content: '\e609';
    font-family: 'icons-blank-theme';
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .nav-sections-item-content {
    display: block !important;
  }
}
.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-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 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 {
  margin: 10px 0;
  display: block;
}
.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-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 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.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  position: relative;
  overflow: hidden;
  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;
  white-space: normal;
  vertical-align: top;
  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 {
  content: "\2013";
  font-size: 1.8rem;
  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 {
  font-weight: 300;
  display: block;
  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;
}
@media only screen and (max-width: 768px) {
  .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;
  }
  .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;
  }
}
@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-top: 1px solid #d1d1d1;
    border-bottom: 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 {
    margin-bottom: 25px;
    float: none;
  }
  .abs-shopping-cart-items-mobile .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 {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .navigation,
  .page-header .header.panel,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .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-y: auto;
    overflow-x: hidden;
  }
  .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);
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .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;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .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;
  }
  .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: 20px;
    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 {
    float: none;
    display: block;
    margin: 10px 0 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    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;
  }
  .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;
  }
  #magepow_ajaxcart_popup .btn-viewcart {
    width: 48%;
    float: left;
  }
  #magepow_ajaxcart_popup .btn-continue {
    width: 48%;
    float: right;
  }
  .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:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-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;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
  }
}
@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,
  .account .toolbar:before,
  .account .toolbar:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .account .toolbar:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #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:before,
  .abs-checkout-order-review tbody tr .col.price:before,
  .abs-checkout-order-review tbody tr .col.subtotal:before,
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal: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,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    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-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;
  }
  .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;
  }
  .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: 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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .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;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .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) {
    float: left;
    clear: 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;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .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: 4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #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;
  }
  .product-item-actions {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: left;
  }
  .limiter {
    float: left;
    padding: 4px 0 0;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .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 {
    max-width: 240px;
    float: left;
    margin-bottom: 0;
  }
  .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;
    width: 50%;
  }
  .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: 100%/3;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #fff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #fff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 20px auto;
  transition: background-color 0.15s;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #fff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #fff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #fff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #fff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #fff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #fff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #fff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  width: 100%;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
#braintree-applepay-checkout-btn,
#braintree-google-checkout-btn {
  width: 240px;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #ccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 35px;
}
.paypal-braintree-paylater-message-container-pdp {
  padding: 0 10px 10px;
}
.paypal-braintree-paylater-message-container-pdp .page-product-bundle,
.page-product-giftcard .paypal-braintree-paylater-message-container-pdp {
  padding: 0 0 10px;
}
.paypal-braintree-paylater-message-container-cart {
  padding: 0 15px;
}
body {
  background-color: #fff;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  margin: 0 0 10px 40px;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.page-footer {
  margin-top: auto;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
body.rtl,
.rtl .main,
.rtl select,
.rtl input,
.rtl textarea {
  text-align: right;
}
body.rtl {
  direction: rtl;
}
* {
  outline: none !important;
}
a:active,
.alink:active {
  text-decoration: none;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
button:hover,
a:hover {
  text-decoration: none !important;
}
._keyfocus *:focus {
  box-shadow: none;
  outline: none;
}
table th {
  text-align: left;
}
table .col {
  width: auto;
}
select[multiple="multiple"] option {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.minicart-wrapper .action.showcart .counter.empty .counter-number:empty:before {
  content: "0";
}
.toggle-tab {
  cursor: pointer;
}
/* responsive */
@media (min-width: 1200px) {
  body .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1480px) {
  body .container {
    max-width: 1500px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sections.sections .header.links a,
  .nav-sections.sections .header.links a:hover {
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  select {
    width: 100%;
  }
}
.rtl input[type="checkbox"],
.rtl input[type="radio"] {
  margin: 2px 0 0 5px;
}
.rtl select {
  background-position: left 7px center;
  padding: 0 12px 0 20px;
}
/* responsive */
img {
  height: auto;
}
.row-35 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}
.col-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.row0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.col0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.dflex:before,
.dflex:after {
  display: none;
}
body a.button {
  appearance: none;
  -webkit-appearance: none;
}
.al_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hidden {
  display: none !important;
}
.abs-primary-color-site {
  background-color: #1b1b1b;
  color: #ffffff;
  border-color: #1b1b1b;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.crollbar-run,
.deal-progress-bar {
  background-color: #ed1d24;
  display: block;
  -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
  background-color: #ed1d24 !important;
  transition: 0.9s linear;
  transition-property: width, background-color;
}
.button-number,
.product-info-main .field.qty .custom-qty.control,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty,
.stickyCart .stickyChild .contentHide .quantity,
.checkout-cart-index .field.qty .custom-qty.control,
.checkout-cart-index .cart.item .control {
  width: 70px;
  text-align: center;
  position: relative;
  height: 40px;
}
.button-number input,
.product-info-main .field.qty .custom-qty.control input,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty input,
.stickyCart .stickyChild .contentHide .quantity input,
.checkout-cart-index .field.qty .custom-qty.control input,
.checkout-cart-index .cart.item .control input {
  text-align: center;
  border: 0;
  height: 100%;
  line-height: 39px;
}
.button-number .increase,
.button-number .reduced,
.product-info-main .field.qty .custom-qty.control .increase,
.product-info-main .field.qty .custom-qty.control .reduced,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .increase,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .reduced,
.stickyCart .stickyChild .contentHide .quantity .increase,
.stickyCart .stickyChild .contentHide .quantity .reduced,
.checkout-cart-index .field.qty .custom-qty.control .increase,
.checkout-cart-index .field.qty .custom-qty.control .reduced,
.checkout-cart-index .cart.item .control .increase,
.checkout-cart-index .cart.item .control .reduced {
  width: 38px;
  line-height: 21px;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  font-size: 1rem;
}
.button-number .increase:before,
.button-number .reduced:before,
.product-info-main .field.qty .custom-qty.control .increase:before,
.product-info-main .field.qty .custom-qty.control .reduced:before,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .increase:before,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .reduced:before,
.stickyCart .stickyChild .contentHide .quantity .increase:before,
.stickyCart .stickyChild .contentHide .quantity .reduced:before,
.checkout-cart-index .field.qty .custom-qty.control .increase:before,
.checkout-cart-index .field.qty .custom-qty.control .reduced:before,
.checkout-cart-index .cart.item .control .increase:before,
.checkout-cart-index .cart.item .control .reduced:before {
  font-family: "Flaticon";
}
.button-number .increase i,
.button-number .reduced i,
.product-info-main .field.qty .custom-qty.control .increase i,
.product-info-main .field.qty .custom-qty.control .reduced i,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .increase i,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .reduced i,
.stickyCart .stickyChild .contentHide .quantity .increase i,
.stickyCart .stickyChild .contentHide .quantity .reduced i,
.checkout-cart-index .field.qty .custom-qty.control .increase i,
.checkout-cart-index .field.qty .custom-qty.control .reduced i,
.checkout-cart-index .cart.item .control .increase i,
.checkout-cart-index .cart.item .control .reduced i {
  display: none;
}
.button-number .increase,
.product-info-main .field.qty .custom-qty.control .increase,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .increase,
.stickyCart .stickyChild .contentHide .quantity .increase,
.checkout-cart-index .field.qty .custom-qty.control .increase,
.checkout-cart-index .cart.item .control .increase {
  right: 0;
  background-color: transparent;
}
.button-number .increase:before,
.product-info-main .field.qty .custom-qty.control .increase:before,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .increase:before,
.stickyCart .stickyChild .contentHide .quantity .increase:before,
.checkout-cart-index .field.qty .custom-qty.control .increase:before,
.checkout-cart-index .cart.item .control .increase:before {
  content: "\f11a";
}
.button-number .reduced,
.product-info-main .field.qty .custom-qty.control .reduced,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .reduced,
.stickyCart .stickyChild .contentHide .quantity .reduced,
.checkout-cart-index .field.qty .custom-qty.control .reduced,
.checkout-cart-index .cart.item .control .reduced {
  left: 0;
  background-color: transparent;
}
.button-number .reduced:before,
.product-info-main .field.qty .custom-qty.control .reduced:before,
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .reduced:before,
.stickyCart .stickyChild .contentHide .quantity .reduced:before,
.checkout-cart-index .field.qty .custom-qty.control .reduced:before,
.checkout-cart-index .cart.item .control .reduced:before {
  content: "\f116";
  font-weight: 700;
}
.deco-product .slick-active .product-item-info {
  position: relative;
}
.deco-product .slick-active .product-item-info:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 70%;
  border-left: solid 1px #eaeaea;
}
.deco-product .slick-active.slick-current .product-item-info:before {
  opacity: 0;
}
.rating-star {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 25px;
  letter-spacing: 10px;
  line-height: 18px;
  position: absolute;
  vertical-align: top;
  color: #666666;
}
.hidden-visibility {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.button-buy {
  line-height: 40px;
  display: inline-block;
  font-size: 1.1rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 27px 0 30px;
  text-decoration: none;
}
.button-close {
  background-image: 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;
}
.button-decor,
.action-more .load-more,
.action-more .load-end,
.actions-toolbar .secondary .action.back,
.header .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
.header .minicart-wrapper .block-minicart .block-content .sub-actions .actions .action,
.page-footer .block-subscribe .actions button.button,
.static-home-slide .slick-slide .text-slide .actions .action,
.block.filter .filter-actions .action,
.sidebar .actions button.button,
.sidebar.sidebar-additional .block-compare .actions-toolbar .primary .action,
.sidebar.sidebar-additional .block-reorder .actions-toolbar .primary .action,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar .primary .action,
.message.global.cookie .btn-cookie,
.modal-popup.modals-ajaxcart .action .btn-viewcart button,
.modal-popup.modals-ajaxcart .action .btn-continue button,
.modal-popup.confirm .modal-footer .action-dismiss,
.modal-popup.confirm .modal-footer .action-accept,
.cms-title .action,
.catalog-category-view .cms-category-block .cms-content .actions .action,
.catalogsearch-result-index .cms-category-block .cms-content .actions .action,
.page-products .cms-category-block .cms-content .actions .action,
.ias-trigger .load-more,
.product-info-main button.button,
.catalog-product-view.page-product-bundle .bundle-actions .customize,
.catalog-product-view.page-product-bundle .bundle-options-container .action.back,
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions .action,
.stickyCart .stickyChild .clSticky #btnSticky,
body .multicheckout .actions-toolbar > .secondary .action,
.cart.main.actions .continue,
.cart.main.actions .clear,
.cart.main.actions .update,
.cart-summary .checkout-methods-items .action.primary,
.checkout-index-index .modal-footer .action,
.checkout-index-index .opc-wrapper button.action,
.checkout-success .actions-toolbar .primary a.action,
.checkout-onepage-success #registration .action.primary,
.blog-page .post-bottom .block.comments .c-replyform button,
.login-container .block-new-customer .action.create,
.wishlist-index-index .form-wishlist-items .products-grid.wishlist button.action,
.products-grid.wishlist .product-item .box-tocart .actions-primary .action,
.table.table-comparison .action.tocart,
.captcha.field .control .captcha-reload {
  border-width: 1px;
  border-style: solid;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
}
.button-decor i,
.action-more .load-more i,
.action-more .load-end i,
.actions-toolbar .secondary .action.back i,
.header .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary i,
.header .minicart-wrapper .block-minicart .block-content .sub-actions .actions .action i,
.static-home-slide .slick-slide .text-slide .actions .action i,
.block.filter .filter-actions .action i,
.sidebar .actions button.button i,
.sidebar.sidebar-additional .block-compare .actions-toolbar .primary .action i,
.sidebar.sidebar-additional .block-reorder .actions-toolbar .primary .action i,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar .primary .action i,
.message.global.cookie .btn-cookie i,
.modal-popup.modals-ajaxcart .action .btn-viewcart button i,
.modal-popup.modals-ajaxcart .action .btn-continue button i,
.modal-popup.confirm .modal-footer .action-dismiss i,
.modal-popup.confirm .modal-footer .action-accept i,
.cms-title .action i,
.catalog-category-view .cms-category-block .cms-content .actions .action i,
.catalogsearch-result-index .cms-category-block .cms-content .actions .action i,
.page-products .cms-category-block .cms-content .actions .action i,
.ias-trigger .load-more i,
.product-info-main button.button i,
.catalog-product-view.page-product-bundle .bundle-actions .customize i,
.catalog-product-view.page-product-bundle .bundle-options-container .action.back i,
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions .action i,
.stickyCart .stickyChild .clSticky #btnSticky i,
body .multicheckout .actions-toolbar > .secondary .action i,
.cart.main.actions .continue i,
.cart.main.actions .clear i,
.cart.main.actions .update i,
.cart-summary .checkout-methods-items .action.primary i,
.checkout-index-index .modal-footer .action i,
.checkout-index-index .opc-wrapper button.action i,
.checkout-success .actions-toolbar .primary a.action i,
.checkout-onepage-success #registration .action.primary i,
.blog-page .post-bottom .block.comments .c-replyform button i,
.login-container .block-new-customer .action.create i,
.wishlist-index-index .form-wishlist-items .products-grid.wishlist button.action i,
.products-grid.wishlist .product-item .box-tocart .actions-primary .action i,
.table.table-comparison .action.tocart i,
.captcha.field .control .captcha-reload i {
  font-weight: 400;
}
.clearfix:before,
.clearfix:after,
.static-home-slide .container-slide:before,
.static-home-slide .container-slide:after {
  content: "";
  display: table;
}
.clearfix:after,
.static-home-slide .container-slide:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .button-decor,
  .action-more .load-more,
  .action-more .load-end,
  .actions-toolbar .secondary .action.back,
  .header .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
  .header .minicart-wrapper .block-minicart .block-content .sub-actions .actions .action,
  .page-footer .block-subscribe .actions button.button,
  .static-home-slide .slick-slide .text-slide .actions .action,
  .block.filter .filter-actions .action,
  .sidebar .actions button.button,
  .sidebar.sidebar-additional .block-compare .actions-toolbar .primary .action,
  .sidebar.sidebar-additional .block-reorder .actions-toolbar .primary .action,
  .sidebar.sidebar-additional .block-wishlist .actions-toolbar .primary .action,
  .message.global.cookie .btn-cookie,
  .modal-popup.modals-ajaxcart .action .btn-viewcart button,
  .modal-popup.modals-ajaxcart .action .btn-continue button,
  .modal-popup.confirm .modal-footer .action-dismiss,
  .modal-popup.confirm .modal-footer .action-accept,
  .cms-title .action,
  .catalog-category-view .cms-category-block .cms-content .actions .action,
  .catalogsearch-result-index .cms-category-block .cms-content .actions .action,
  .page-products .cms-category-block .cms-content .actions .action,
  .ias-trigger .load-more,
  .product-info-main button.button,
  .catalog-product-view.page-product-bundle .bundle-actions .customize,
  .catalog-product-view.page-product-bundle .bundle-options-container .action.back,
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions .action,
  .stickyCart .stickyChild .clSticky #btnSticky,
  body .multicheckout .actions-toolbar > .secondary .action,
  .cart.main.actions .continue,
  .cart.main.actions .clear,
  .cart.main.actions .update,
  .cart-summary .checkout-methods-items .action.primary,
  .checkout-index-index .modal-footer .action,
  .checkout-index-index .opc-wrapper button.action,
  .checkout-success .actions-toolbar .primary a.action,
  .checkout-onepage-success #registration .action.primary,
  .blog-page .post-bottom .block.comments .c-replyform button,
  .login-container .block-new-customer .action.create,
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist button.action,
  .products-grid.wishlist .product-item .box-tocart .actions-primary .action,
  .table.table-comparison .action.tocart,
  .captcha.field .control .captcha-reload {
    padding: 0 23px;
  }
}
@media screen and (max-width: 575px) {
  .button-decor,
  .action-more .load-more,
  .action-more .load-end,
  .actions-toolbar .secondary .action.back,
  .header .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
  .header .minicart-wrapper .block-minicart .block-content .sub-actions .actions .action,
  .page-footer .block-subscribe .actions button.button,
  .static-home-slide .slick-slide .text-slide .actions .action,
  .block.filter .filter-actions .action,
  .sidebar .actions button.button,
  .sidebar.sidebar-additional .block-compare .actions-toolbar .primary .action,
  .sidebar.sidebar-additional .block-reorder .actions-toolbar .primary .action,
  .sidebar.sidebar-additional .block-wishlist .actions-toolbar .primary .action,
  .message.global.cookie .btn-cookie,
  .modal-popup.modals-ajaxcart .action .btn-viewcart button,
  .modal-popup.modals-ajaxcart .action .btn-continue button,
  .modal-popup.confirm .modal-footer .action-dismiss,
  .modal-popup.confirm .modal-footer .action-accept,
  .cms-title .action,
  .catalog-category-view .cms-category-block .cms-content .actions .action,
  .catalogsearch-result-index .cms-category-block .cms-content .actions .action,
  .page-products .cms-category-block .cms-content .actions .action,
  .ias-trigger .load-more,
  .product-info-main button.button,
  .catalog-product-view.page-product-bundle .bundle-actions .customize,
  .catalog-product-view.page-product-bundle .bundle-options-container .action.back,
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions .action,
  .stickyCart .stickyChild .clSticky #btnSticky,
  body .multicheckout .actions-toolbar > .secondary .action,
  .cart.main.actions .continue,
  .cart.main.actions .clear,
  .cart.main.actions .update,
  .cart-summary .checkout-methods-items .action.primary,
  .checkout-index-index .modal-footer .action,
  .checkout-index-index .opc-wrapper button.action,
  .checkout-success .actions-toolbar .primary a.action,
  .checkout-onepage-success #registration .action.primary,
  .blog-page .post-bottom .block.comments .c-replyform button,
  .login-container .block-new-customer .action.create,
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist button.action,
  .products-grid.wishlist .product-item .box-tocart .actions-primary .action,
  .table.table-comparison .action.tocart,
  .captcha.field .control .captcha-reload {
    font-size: 1.3rem;
    height: 40px;
    line-height: 38px;
  }
}
@-webkit-keyframes scaleZoom {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes scaleZoom {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
.scaleZoom {
  -webkit-animation-name: scaleZoom;
  animation-name: scaleZoom;
}
@-webkit-keyframes scaleZoom125 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleZoom125 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.scaleZoom125 {
  -webkit-animation-name: scaleZoom125;
  animation-name: scaleZoom125;
}
@keyframes alothemes {
  from {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInX 1s forwards;
  animation: flipInX 1s forwards;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation: rubberBand 1s forwards;
  animation: rubberBand 1s forwards;
}
@-webkit-keyframes floatText {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes floatText {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.text_scroll {
  animation: floatText 15s infinite alternate linear;
  -webkit-animation: floatText 15s infinite alternate linear;
}
@-webkit-keyframes GradientText {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
@keyframes GradientText {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.GradientText {
  -webkit-animation-name: GradientText;
  animation-name: GradientText;
}
@-webkit-keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.roll-in-left {
  -webkit-animation: roll-in-left 0.6s ease-out both;
  animation: roll-in-left 0.6s ease-out both;
}
@-webkit-keyframes roll-in-right {
  0% {
    -webkit-transform: translateX(800px) rotate(540deg);
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes roll-in-right {
  0% {
    -webkit-transform: translateX(800px) rotate(540deg);
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
.roll-in-left {
  -webkit-animation: roll-in-right 0.6s ease-out both;
  animation: roll-in-right 0.6s ease-out both;
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.kenburns-top {
  -webkit-animation: kenburns-top 5s ease-out 0s alternate infinite none running;
  animation: kenburns-top 5s ease-out 0s alternate infinite none running;
}
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}
@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.slide-in-bck-center {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
@-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes cssload-zoom {
  0% {
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  50% {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.05, 1.05);
  }
}
@keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  30%,
  70% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.shake-horizontal {
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.255, 0.03, 0.115, 0.455) both;
  animation: shake-horizontal 1s cubic-bezier(0.255, 0.03, 0.115, 0.455) both;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoomoutnew {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomoutnew {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes animation-in-up {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes animation-in-up {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.animation-in-up {
  -webkit-animation-name: animation-in-up;
  animation-name: animation-in-up;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik, sans-serif;
}
html body {
  font-family: Rubik, sans-serif;
}
.form-search .catalogsearch-box {
  max-width: 250px;
}
body .slick-arrow::before {
  padding: 0;
}
.rtl .slick-prev::before {
  content: "\f3d2";
}
.rtl .slick-next:before {
  content: "\f3d3";
}
.cookie-status-message {
  display: none;
}
.nav-open .menu-mobile.header-sticker {
  position: static !important;
  animation: unset;
  z-index: 1;
}
.print-compare {
  margin-bottom: 20px;
}
.open-popup-search {
  overflow: hidden;
}
.loading_body .loading {
  width: 300px;
  height: 300px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading_body .preloading .loading {
  background-image: none !important;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loading_body .preloading .loading:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loading_body .preloading .loading:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.action-more {
  text-align: center;
}
.action-more .load-more:hover {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}
.message.success,
.message.error {
  position: fixed;
  top: 20vh;
  right: 0;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  width: 250px;
  z-index: 12;
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.message.success > div,
.message.error > div {
  word-wrap: break-word;
}
.ma-spacing-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.ma-spacing-10 > [class*="col"] {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.fieldset > .field.required > .label:after {
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field._required > .label:after {
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .fields > .field.required > .label:after {
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.nav-sections .nav-sections-item-content .link.wishlist .counter.qty {
  display: none;
}
.form-shipping-address .field.street > .control [name$=".street.0"] .label {
  display: none;
}
.page-layout-1column.catalog-category-view .block.filter .block-title.filter-title strong,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-title.filter-title strong {
  min-width: 113px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border-radius: 30px;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #ef1e1e;
  border-color: #ef1e1e;
}
.page-layout-1column.catalog-category-view .block.filter .block-title.filter-title strong:before,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-title.filter-title strong:before {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.page-layout-1column.catalog-category-view .block.filter .block-content,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-content {
  border-radius: 0;
}
.page-layout-1column.catalog-category-view .block.filter .block-content .filter-subtitle,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-content .filter-subtitle {
  padding-left: 0;
  padding-right: 0;
}
.page-layout-1column.catalog-category-view .block.filter .block-content .filter-options,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-content .filter-options {
  padding-right: 0;
  margin: 0;
}
.page-layout-1column.catalog-category-view .block.filter .block-content .filter-options .filter-options-item,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-content .filter-options .filter-options-item {
  padding-left: 0;
  padding-right: 0;
}
.page-layout-1column.catalog-category-view .block.filter .block-content .filter-options .filter-options-item .filter-options-content,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-content .filter-options .filter-options-item .filter-options-content {
  padding: 0;
}
.page-layout-1column.catalog-category-view.filter-active .page-header,
.page-layout-1column-full-width.catalog-category-view.filter-active .page-header {
  z-index: 1;
}
.page-layout-1column.catalog-category-view.filter-active .block-footer-top .col-ft:first-child .box-content,
.page-layout-1column-full-width.catalog-category-view.filter-active .block-footer-top .col-ft:first-child .box-content {
  z-index: 0;
}
.page-layout-1column.catalog-category-view.filter-active .footer-links-company,
.page-layout-1column-full-width.catalog-category-view.filter-active .footer-links-company {
  z-index: 0;
}
.page-layout-1column.catalog-category-view.filter-active .sticky-toolbar-mobile .main-toolbar-mobile,
.page-layout-1column-full-width.catalog-category-view.filter-active .sticky-toolbar-mobile .main-toolbar-mobile {
  z-index: 0;
}
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) > input[type=checkbox],
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio] {
  display: none;
}
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=checkbox]:checked ~ label:before,
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio]:checked ~ label:before {
  content: "\f046";
}
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=checkbox] ~ label,
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio] ~ label {
  position: relative;
  padding-left: 17px;
}
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=checkbox] ~ label:before,
.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio] ~ label:before {
  content: "\f096";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}
html,
body {
  height: initial !important;
}
body {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42857143;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body input:not([disabled]):focus,
body textarea:not([disabled]):focus,
body select:not([disabled]):focus {
  box-shadow: none;
  outline: none;
}
body input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="datetime"],
body input[type="email"] {
  height: 45px;
  padding: 0 20px;
  border-width: 1px ;
  border-style: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body input[type="number"] {
  height: 45px;
  padding: 0 5px;
  border-width: 1px ;
  border-style: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body input[type=checkbox],
body input[type=radio] {
  cursor: pointer;
}
body input,
body textarea {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/images/alothemes/arrow-select.png");
  background-repeat: no-repeat;
  background-position: right 7px center;
  height: 45px;
  background-size: 10px;
  padding: 0 20px 0 12px;
  border-width: 1px ;
  border-style: solid;
  border-color: #e9e9e9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #555555;
}
.fieldset > .legend + br {
  clear: both;
  display: none;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.btn {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 37px;
  height: 43px;
}
button.action {
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 37px;
  height: 43px;
}
.actions-toolbar > .primary .action {
  cursor: pointer;
  margin: 0;
  min-width: 160px;
  padding: 0 10px;
  line-height: 37px;
  font-size: 1.4rem;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.actions-toolbar > .primary .action span {
  display: block;
}
.actions-toolbar .secondary a.action {
  margin-top: 0;
  font-size: 1.4rem;
}
.actions-toolbar .secondary .action.back {
  background-color: #ed1d24;
  border-color: #ed1d24;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  display: none;
}
.actions-toolbar .secondary .action.back:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.actions-secondary a.action {
  font-size: 1.4rem;
}
button.button,
.cart .continue {
  display: inline-block;
  cursor: pointer;
  line-height: 37px;
  height: 43px;
  padding: 0 20px;
}
button {
  border-width: 2px;
}
button:hover {
  border-width: 2px;
}
.nav-before-open .page-wrapper {
  overflow: visible !important;
}
.order-links .item {
  margin-right: 15px;
  margin-left: 0;
}
.page-layout-1column-full-width.filter-active .page-header,
.page-layout-2columns-left-full-width.filter-active .page-header,
.page-layout-2columns-right-full-width.filter-active .page-header {
  z-index: 1;
}
.page-layout-1column-full-width.filter-active .footer-links-company,
.page-layout-2columns-left-full-width.filter-active .footer-links-company,
.page-layout-2columns-right-full-width.filter-active .footer-links-company {
  z-index: 0;
}
.page-layout-1column-full-width.filter-active .block-footer-top .col-ft:first-child .box-content,
.page-layout-2columns-left-full-width.filter-active .block-footer-top .col-ft:first-child .box-content,
.page-layout-2columns-right-full-width.filter-active .block-footer-top .col-ft:first-child .box-content {
  z-index: 0;
}
.page-layout-1column-full-width.filter-active .sticky-toolbar-mobile .main-toolbar-mobile,
.page-layout-2columns-left-full-width.filter-active .sticky-toolbar-mobile .main-toolbar-mobile,
.page-layout-2columns-right-full-width.filter-active .sticky-toolbar-mobile .main-toolbar-mobile {
  z-index: 0;
}
.page-layout-1column-full-width .container,
.page-layout-2columns-left-full-width .container,
.page-layout-2columns-right-full-width .container {
  padding-left: 15px;
  padding-right: 15px;
}
.page-layout-1column.catalog-category-view .block.filter .block-content,
.page-layout-1column-full-width.catalog-category-view .block.filter .block-content {
  z-index: 13;
}
.page-title-wrapper .page-title {
  font-size: 2.4rem;
  text-transform: capitalize;
  margin: 25px 0;
  font-weight: 600;
}
.page-title-wrapper.product {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}
.page-title-wrapper.product .page-title {
  font-size: 2.4rem;
  font-weight: 600;
}
.message .success {
  margin: 0 0 20px;
}
.block.newsletter div.mage-error[generated] {
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 1px;
  border-style: solid;
  border-color: #e9e9e9;
  background-color: #ffffff;
  min-width: 270px;
  z-index: 2;
}
.block.newsletter div.mage-error[generated]:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-width: 1px 0 0 1px;
  border-color: #e9e9e9;
  border-style: solid;
  transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  top: -9px;
  left: 50%;
}
table th {
  text-align: left;
}
/* responsive */
@media screen and (max-width: 991px) {
  .authentication-dropdown {
    width: 300px;
    left: auto;
    right: 0;
  }
  .page-layout-1column.catalog-category-view #layerednav-list-products > .toolbar-products,
  .page-layout-1column-full-width.catalog-category-view #layerednav-list-products > .toolbar-products {
    position: static;
    max-width: none;
  }
  .page-layout-1column.catalog-category-view .block.filter .block-title.filter-title strong,
  .page-layout-1column-full-width.catalog-category-view .block.filter .block-title.filter-title strong {
    top: 15px;
    left: 20px;
    right: auto;
    border-width: 2px;
    border-style: solid;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    line-height: 28px;
    height: 34px;
    padding: 0 25px;
    min-width: 150px;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #333333;
    background-color: #ffffff;
    border-color: #eeeeee;
  }
  .page-layout-1column.catalog-category-view .block.filter .block-content .filter-options .filter-options-item,
  .page-layout-1column-full-width.catalog-category-view .block.filter .block-content .filter-options .filter-options-item {
    border-bottom-width: 0;
  }
  .page-layout-1column.catalog-category-view .columns,
  .page-layout-1column-full-width.catalog-category-view .columns {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body .abs-pager-toolbar-mobile .toolbar-amount,
  body .abs-pager-toolbar-mobile .limiter,
  body .abs-pager-toolbar-mobile .pages,
  body.account .toolbar .toolbar-amount,
  body.account .toolbar .limiter,
  body.account .toolbar .pages,
  body .toolbar-wishlist-results .toolbar-amount,
  body .toolbar-wishlist-results .limiter,
  body .toolbar-wishlist-results .pages {
    margin-bottom: 0;
  }
  .column.main {
    width: 100%;
  }
  .page-layout-1column.catalog-category-view .block.filter .block-title.filter-title strong,
  .page-layout-1column-full-width.catalog-category-view .block.filter .block-title.filter-title strong {
    left: 20px !important;
  }
  .authentication-dropdown {
    top: 0 !important;
    width: 100%;
  }
  .authentication-dropdown .block-customer-login {
    background: #f4f4f4;
  }
  .authentication-dropdown .block-authentication .actions-toolbar {
    margin-bottom: 0;
  }
  .authentication-dropdown .block-authentication .actions-toolbar > .primary {
    order: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .authentication-dropdown .block-authentication .actions-toolbar > .primary .action {
    width: 100%;
  }
  .authentication-dropdown .block-authentication .actions-toolbar > .secondary {
    order: 1;
  }
}
@media screen and (max-width: 575px) {
  body .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  body .col,
  body .col-1,
  body .col-10,
  body .col-11,
  body .col-12,
  body .col-2,
  body .col-3,
  body .col-4,
  body .col-5,
  body .col-6,
  body .col-7,
  body .col-8,
  body .col-9,
  body .col-auto,
  body .col-lg,
  body .col-lg-1,
  body .col-lg-10,
  body .col-lg-11,
  body .col-lg-12,
  body .col-lg-2,
  body .col-lg-3,
  body .col-lg-4,
  body .col-lg-5,
  body .col-lg-6,
  body .col-lg-7,
  body .col-lg-8,
  body .col-lg-9,
  body .col-lg-auto,
  body .col-md,
  body .col-md-1,
  body .col-md-10,
  body .col-md-11,
  body .col-md-12,
  body .col-md-2,
  body .col-md-3,
  body .col-md-4,
  body .col-md-5,
  body .col-md-6,
  body .col-md-7,
  body .col-md-8,
  body .col-md-9,
  body .col-md-auto,
  body .col-sm,
  body .col-sm-1,
  body .col-sm-10,
  body .col-sm-11,
  body .col-sm-12,
  body .col-sm-2,
  body .col-sm-3,
  body .col-sm-4,
  body .col-sm-5,
  body .col-sm-6,
  body .col-sm-7,
  body .col-sm-8,
  body .col-sm-9,
  body .col-sm-auto,
  body .col-xl,
  body .col-xl-1,
  body .col-xl-10,
  body .col-xl-11,
  body .col-xl-12,
  body .col-xl-2,
  body .col-xl-3,
  body .col-xl-4,
  body .col-xl-5,
  body .col-xl-6,
  body .col-xl-7,
  body .col-xl-8,
  body .col-xl-9,
  body .col-xl-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .page-layout-1column.catalog-category-view .block.filter .block-title.filter-title strong,
  .page-layout-1column-full-width.catalog-category-view .block.filter .block-title.filter-title strong {
    min-width: 116px;
  }
  .page-layout-1column.catalog-category-view .block.filter.active .block-title.filter-title strong:before,
  .page-layout-1column-full-width.catalog-category-view .block.filter.active .block-title.filter-title strong:before {
    position: fixed !important;
  }
  .page-layout-1column.catalog-category-view .block.filter.active .block-title.filter-title strong:after,
  .page-layout-1column-full-width.catalog-category-view .block.filter.active .block-title.filter-title strong:after {
    border: 0 !important;
    clip: unset !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: fixed !important;
    width: auto !important;
  }
  .page-title-wrapper .page-title {
    font-size: 1.8rem;
  }
  .actions-toolbar .primary {
    float: none;
  }
  .actions-toolbar > .primary .action {
    padding: 0 20px;
  }
}
@media screen and (max-width: 360px) {
  .page-layout-1column.catalog-category-view .block.block.active .block-title.filter-title strong:before,
  .page-layout-1column-full-width.catalog-category-view .block.block.active .block-title.filter-title strong:before {
    left: 280px;
  }
  .page-layout-1column.catalog-category-view .block.filter .block-title.filter-title strong,
  .page-layout-1column-full-width.catalog-category-view .block.filter .block-title.filter-title strong {
    left: 5px !important;
  }
  .page-layout-1column.catalog-category-view .block.filter .block-content,
  .page-layout-1column-full-width.catalog-category-view .block.filter .block-content {
    max-width: 280px;
    padding: 10px 15px 20px;
  }
}
.rtl .message.success,
.rtl .message.error {
  right: auto;
  left: 0;
  border-radius: 0px 5px 5px 0;
  -moz-border-radius: 0px 5px 5px 0;
  -webkit-border-radius: 0px 5px 5px 0;
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.rtl table th {
  text-align: right;
}
.rtl .field.choice:not(.payment-method-title) > input[type=checkbox] ~ label,
.rtl .field.choice:not(.payment-method-title) input[type=radio] ~ label {
  padding-left: 0;
  padding-right: 17px;
}
.rtl .field.choice:not(.payment-method-title) > input[type=checkbox] ~ label:before,
.rtl .field.choice:not(.payment-method-title) input[type=radio] ~ label:before {
  left: auto;
  right: 0;
}
.rtl .message {
  padding-left: 20px;
  padding-right: 40px;
}
.rtl .message.success > *:first-child:before {
  left: auto;
  right: 0;
}
.rtl .message.error > *:first-child:before {
  left: auto;
  right: 0;
}
.rtl .page-title-wrapper.product {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .rtl .actions-toolbar .primary .action {
    margin: 0;
  }
}
.countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.countdown-container:before,
.countdown-container:after {
  display: none;
}
.slogan-countdown {
  display: block;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: center;
  color: #777777;
  margin-top: 6px;
}
.alo-count-down {
  clear: both;
  text-align: center;
}
.alo-count-down .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.alo-count-down .countdown:before,
.alo-count-down .countdown:after {
  display: none;
}
.alo-count-down .timer-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alo-count-down .timer-box:before,
.alo-count-down .timer-box:after {
  display: none;
}
.alo-count-down .timer-box:not(:first-child) {
  margin-left: 20px;
}
.alo-count-down .timer-box span {
  display: block;
}
.alo-count-down .timer-box b {
  font-size: 2.2rem;
  display: inline-block;
  font-weight: 600;
  color: #1b1b1b;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 7px;
}
.alo-count-down .timer-box b:after {
  content: ":";
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alo-count-down .timer-box b:last-child:after {
  display: none;
}
.alo-count-down .timer-box:last-child b:before {
  display: none;
}
.alo-count-down .timer-box .title {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
/* responsive */
@media screen and (max-width: 991px) {
  .alo-count-down .timer-box:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 360px) {
  .alo-count-down .timer-box {
    width: 55px;
    height: 55px;
    padding-top: 7px;
  }
  .alo-count-down .timer-box b {
    font-size: 2rem;
  }
}
.rtl .alo-count-down .timer-box .title {
  margin-left: 0;
  margin-right: 0;
}
body .searchsuite-autocomplete {
  left: 165px;
  top: calc(100% + 4px);
  margin-top: 0;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  border-color: #ebebeb;
  max-height: 300px;
  max-height: 475px;
  overflow-y: auto;
}
body .searchsuite-autocomplete::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
body .searchsuite-autocomplete::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
body .searchsuite-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
body .searchsuite-autocomplete .title {
  background: #ed1d24;
  background: #fafafa;
  margin-bottom: 20px;
  color: #555;
}
body .searchsuite-autocomplete .title .see-all:hover {
  color: #ed1d24;
}
body .searchsuite-autocomplete ul li .qs-option-image {
  margin-bottom: 10px;
}
body .searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  font-weight: 400;
  margin-top: 6px;
}
body .searchsuite-autocomplete ul li .qs-option-info .qs-option-price .minimal-price {
  margin-bottom: 0;
}
body .searchsuite-autocomplete .price-box .price-container .price {
  font-size: 1.6rem;
}
body .searchsuite-autocomplete .price-box .special-price .price {
  font-size: 1.6rem;
}
body .searchsuite-autocomplete .price-box .old-price .price {
  font-size: 1.1rem;
}
body .searchsuite-autocomplete .price-box .price-from,
body .searchsuite-autocomplete .price-box .price-to {
  margin: 0;
}
body .searchsuite-autocomplete .price-box .price-from .old-price .price,
body .searchsuite-autocomplete .price-box .price-to .old-price .price {
  font-size: 1.6rem;
}
.cms-index-index .underlined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-index-index .underlined img {
  margin: 0 21px;
}
.cms-index-index .underlined::before,
.cms-index-index .underlined::after {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #999999;
  display: inline-block;
  margin-top: 8px;
}
.cms-index-index .container-title {
  margin-bottom: 45px;
}
.cms-index-index .container-title > .title-block {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
  color: #1b1b1b;
  font-family: Rubik, sans-serif;
}
/* responsive */
@media screen and (max-width: 1199px) {
  body .searchsuite-autocomplete {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 991px) {
  body .searchsuite-autocomplete {
    max-height: 235px;
  }
}
@media screen and (max-width: 767px) {
  body .searchsuite-autocomplete {
    width: 100%;
  }
  .cms-index-index .container-title {
    margin-bottom: 35px;
  }
  .cms-index-index .container-title > .title-block {
    font-size: 25px;
  }
  .cms-index-index .container-title .underlined::before,
  .cms-index-index .container-title .underlined::after {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  body .searchsuite-autocomplete .price-box .price-container .price {
    font-size: 1.4rem;
  }
  body .searchsuite-autocomplete .price-box .special-price .price {
    font-size: 1.4rem;
  }
  body .searchsuite-autocomplete .price-box .old-price .price {
    font-size: 1.1rem;
  }
  body .searchsuite-autocomplete .price-box .price-from .old-price .price,
  body .searchsuite-autocomplete .price-box .price-to .old-price .price {
    font-size: 1.4rem;
  }
}
.rtl .product-label {
  left: auto;
  right: 22px;
}
@media screen and (max-width: 360px) {
  .rtl .searchsuite-autocomplete ul li .qs-option-info {
    padding-right: 0;
  }
}
.magicproduct {
  position: relative;
}
.ajax_loading {
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/images/alothemes/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, 50%);
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 300px;
  height: 50px;
  top: 30%;
  -webkit-animation: inherit;
  animation: inherit;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.6);
}
/* responsive */
.deal-progress {
  background-color: #efefef;
  display: block;
  text-indent: -9999em;
  font-size: 8px;
  margin-bottom: 2px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.deal-progress-bar {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  height: 10px;
  height: 6px;
}
.deal-stock-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 1.4rem;
  color: #777777;
}
.deal-stock-label:before,
.deal-stock-label:after {
  display: none;
}
.deal-stock-label span {
  display: inline-block;
}
.deal-stock-label strong {
  color: #1b1b1b;
}
.product-deal-special-progress {
  margin-bottom: 26px;
}
.opc-progress-bar-item._active:before {
  background: #ed1d24;
}
.opc-progress-bar-item._active > span:before {
  background: #ed1d24;
}
.rating-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.rating-summary:before,
.rating-summary:after {
  display: none;
}
.rating-summary .rating-result {
  position: relative;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
  font-size: 1.6rem;
  height: 16px;
  display: block;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 5px;
}
.rating-summary .rating-result:before {
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  font-family: "FontAwesome";
  z-index: 1;
  position: absolute;
}
.rating-summary .rating-result > span {
  overflow: hidden;
  display: block;
}
.rating-summary .rating-result > span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
  z-index: 2;
  position: relative;
}
.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 .label,
.rating-summary .rating-label {
  margin-right: 10px;
  min-width: 50px;
}
.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;
}
.review-field-ratings .review-field-rating .label {
  padding: 5px 0;
  min-width: 70px;
}
.review-field-ratings .review-field-rating .control {
  position: relative;
  padding-top: 5px;
}
.review-field-ratings .review-field-rating .control:before,
.review-field-ratings .review-field-rating .control label:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 25px;
  letter-spacing: 10px;
  line-height: 18px;
  position: absolute;
  vertical-align: top;
  color: #666666;
}
.review-field-ratings .review-field-rating .control:before {
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  z-index: 1;
}
.review-field-ratings .review-field-rating .control input[type=radio],
.review-field-ratings .review-field-rating .control span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-field-ratings .review-field-rating .control label {
  display: block;
  margin-bottom: 0;
}
.review-field-ratings .review-field-rating .control label::before {
  opacity: 0;
}
.review-field-ratings .review-field-rating .control label:hover::before {
  color: #fdd835;
  opacity: 1;
}
.review-field-ratings .review-field-rating .control .rating-1:hover::before {
  content: "\f005";
  z-index: 6;
}
.review-field-ratings .review-field-rating .control .rating-2:hover::before {
  content: "\f005" "\f005";
  z-index: 5;
}
.review-field-ratings .review-field-rating .control .rating-3:hover::before {
  content: "\f005" "\f005" "\f005";
  z-index: 4;
}
.review-field-ratings .review-field-rating .control .rating-4:hover::before {
  content: "\f005" "\f005" "\f005" "\f005";
  z-index: 3;
}
.review-field-ratings .review-field-rating .control .rating-5:hover::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  z-index: 2;
}
.review-field-ratings .review-field-rating .control input[type=radio]:checked + label:before {
  opacity: 1;
}
.review-field-ratings .review-field-rating .control input[type=radio]:focus + label:before {
  opacity: 1;
}
.review-field-ratings .review-field-rating .control [class*="rating-"]::before {
  color: #fdd835;
}
.review-field-ratings .review-field-rating .control .rating-1:before {
  content: "\f005";
  z-index: 5;
}
.review-field-ratings .review-field-rating .control .rating-2:before {
  content: "\f005" "\f005";
  z-index: 4;
}
.review-field-ratings .review-field-rating .control .rating-3:before {
  content: "\f005" "\f005" "\f005";
  z-index: 3;
}
.review-field-ratings .review-field-rating .control .rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
  z-index: 2;
}
.review-field-ratings .review-field-rating .control .rating-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  z-index: 1;
}
.reviews-actions .action.view,
.reviews-actions .action.add {
  line-height: 1;
}
.reviews-actions .action.view {
  padding: 0 15px 0 12px;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}
/* responsive */
.rtl .product-item .product-reviews-summary .rating-summary {
  margin: 0 0 0 4px;
}
.rtl .rating-summary .label,
.rtl .rating-summary .rating-label {
  margin-right: 0;
  margin-left: 10px;
}
body .product-items .swatch-option,
body .product-items .swatch-option.text {
  margin: 0 10px 5px 0;
}
body .product-items .swatch-option:last-child,
body .product-items .swatch-option.text:last-child {
  margin-right: 0;
}
body .swatch-option.color {
  width: 20px;
  height: 20px;
  min-width: auto;
  position: relative;
  border: solid 2px transparent;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body .swatch-option.color.selected {
  position: relative;
}
body .swatch-option.color.selected:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .swatch-option.text {
  padding: 0 2px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
body .swatch-option:not(.color):focus {
  box-shadow: none;
}
body .swatch-attribute {
  margin-bottom: 10px;
}
body .swatch-attribute.size .swatch-option {
  font-size: 1.4rem;
  padding: 3px 15px;
  border-width: 1px;
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body #layered_ajax_price_text {
  margin-bottom: 15px;
}
body .ui-slider-horizontal {
  height: 5px;
  margin-left: 7px;
  margin-right: 7px;
}
body .ui-slider-horizontal .ui-slider-handle {
  margin-left: -7px;
}
body .ui-slider .ui-slider-range {
  height: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
}
body .ui-slider-handle {
  width: 13px;
  height: 13px;
  top: -4px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #ed1d24;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.swatch-option-loading {
  content: url(../../frontend/Alothemes/dimita2/en_GB/images/loader-swatch.gif);
  width: 50px;
}
.product-view .swatch-option.text {
  line-height: 1;
}
.product-view .swatch-attribute.color .swatch-option.selected:before {
  font-size: 1.4rem;
  line-height: 21px;
}
.rtl .swatch-attribute .swatch-option {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .swatch-attribute .swatch-option.text {
  margin-right: 0;
  margin-left: 10px;
}
.block-title-tabs {
  margin-bottom: 25px;
  position: relative;
}
.block-title-tabs > .title {
  float: left;
  margin-top: -3px;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: capitalize;
}
.block-title-tabs .magictabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  padding-right: 0;
}
.block-title-tabs .magictabs .item {
  display: inline-block;
  margin-bottom: 0;
}
.block-title-tabs .magictabs .item:first-child ~ .item {
  margin-left: 30px;
}
.block-title-tabs .magictabs .item .title,
.style-products .owner-product .title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.block-title-tabs .magictabs .item .title:before {
  content: "";
  position: absolute;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  left: 0;
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.block-title-tabs .magictabs .item.activated .title:before {
  width: 100%;
}
.block-title-tabs .magictabs .item:hover .title:before {
  width: 100%;
}
.block-title-tabs .type-product-title,
.block-title-tabs > .title {
  float: left;
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 11px;
  border-bottom: solid 2px #1b1b1b;
}
.block-title-tabs .toggle-tab {
  display: none;
  cursor: pointer;
}
.style-products .owner-product {
  margin-bottom: 32px;
}
.style-products .owner-product .title {
  text-align: center;
}
.style-products .block-title-tabs {
  margin-bottom: 32px;
}
.style-products .block-title-tabs .magictabs .item {
  margin: 0 2px;
}
.style-products .block-title-tabs .magictabs .item .title {
  border: 1px solid transparent;
  padding: 9px 25px 8px;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  box-shadow: none;
  background-color: transparent;
  border-radius: 40px !important;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.style-products .block-title-tabs .magictabs .item.activated .title,
.style-products .block-title-tabs .magictabs .item:hover .title {
  background-color: transparent;
  border: 1px solid #222;
  color: #222;
}
/* responsive */
@media screen and (max-width: 767px) {
  .block-title-tabs {
    position: relative;
    text-align: center;
  }
  .block-title-tabs .toggle-tab {
    display: inline-block !important;
    font-size: 2.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .block-title-tabs .toggle-tab:before {
    content: '\e609';
    font-family: 'icons-blank-theme';
  }
  .block-title-tabs .magictabs {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
    z-index: 4;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .block-title-tabs .magictabs .item {
    margin-top: 10px;
  }
  .block-title-tabs .magictabs .item:first-child {
    margin-top: 0;
  }
  .block-title-tabs .magictabs .item:first-child ~ .item {
    margin-left: 0;
  }
  .block-title-tabs .magictabs .item .title,
  .style-products .owner-product .title {
    font-size: 1.3rem;
  }
  .block-title-tabs .magictabs.visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 480px) {
  .block-title-tabs .type-product-title,
  .block-title-tabs > .title {
    font-size: 1.8rem;
  }
}
.rtl .link-view {
  right: auto;
  left: 8px;
}
.rtl .block-title-tabs .magictabs .item .title:before {
  left: auto;
  right: 0;
}
.rtl .block-title-tabs .magictabs .item:first-child ~ .item {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .rtl .block-title-tabs .magictabs .item:first-child ~ .item {
    margin-right: 0;
  }
}
.magicmenu .nav-desktop .home {
  margin-left: 0 !important;
}
.magicmenu .nav-desktop .home.level0.dropdown > .level0 {
  width: 230px;
}
.magicmenu .nav-desktop .home .level0 .level1 {
  display: inline-block;
  width: 50%;
}
.magicmenu .nav-desktop .home.dropdown .level-top:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  padding-left: 5px;
  font-weight: normal;
}
.magicmenu .nav-desktop .level0.dropdown:hover .level0.submenu {
  top: 100%;
}
.magicmenu .nav-desktop > .level0:hover > .level-top {
  color: #ffffff;
}
.magicmenu .nav-desktop > .level0:hover .level-top-mega {
  top: 100%;
}
.magicmenu .nav-desktop .level0 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  color: #ffffff;
}
.magicmenu .nav-desktop .level0.hasChild:hover .level-top:after,
.magicmenu .nav-desktop .level0.hasChild.active .level-top:after {
  color: #ffffff;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  width: 230px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  list-style-type: none;
}
.magicmenu .nav-desktop .level0.dropdown li {
  padding: 0 18px;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a {
  text-transform: capitalize;
  padding: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild {
  position: static;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  left: 100%;
  border: 0;
  width: 230px;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.magicmenu .nav-desktop .level0 .level-top {
  position: static;
  text-transform: capitalize;
}
.magicmenu .nav-desktop .level0 .level-top span {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Rubik, sans-serif;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  margin: 0 !important;
  left: 104%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  line-height: 20px;
  top: -10px;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label:before {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  display: block;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label:after {
  content: attr(rel);
  width: 100%;
  height: 100%;
  line-height: 20px;
  line-height: 14px;
  border: 0;
  padding: 0;
  display: block;
  text-align: center;
  position: static;
  font-size: 9px;
  text-transform: none;
}
.magicmenu .nav-desktop .level0:hover .level-top > span:after {
  opacity: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal {
  padding: 0 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column.cat-mega {
  float: unset;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column:before,
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column:after {
  content: "";
  display: table;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column:after {
  clear: both;
}
.magicmenu .nav-desktop .level0 .level-top-mega li {
  padding-bottom: 10px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level0 > .level1 {
  width: 255px;
  padding-bottom: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a::after {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  padding: 11px 30px 30px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-right {
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-right img {
  margin-left: auto;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-right p {
  margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 17px 0 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level1 > a {
  border-bottom: 1px solid rgba(143, 143, 143, 0.25) !important;
  text-transform: uppercase;
  color: #1b1b1b;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level1 > a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #ed1d24;
  left: 0;
  display: block !important;
  opacity: 1;
  visibility: visible;
  top: auto;
  bottom: -2px;
}
.magicmenu .nav-desktop .level0 .level1 a {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.magicmenu .nav-desktop .level0 .level1 a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.magicmenu .nav-desktop .level0 .level1 a:hover {
  padding-left: 10px;
}
.magicmenu .nav-desktop .level0 .level1 a:hover:before {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level1 .toggle-tab {
  display: none;
}
.magicmenu .nav-desktop .level0 .level1 > .title {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 28px 0 8px;
  display: block;
  line-height: 25px;
  margin: 0px;
  text-transform: uppercase;
  color: #1b1b1b;
}
.magicmenu .nav-desktop .nav-4 .level-top-mega {
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/alothemes/Banner-menu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.magicmenu .nav-desktop .nav-4 .level-top-mega .content-mega-horizontal {
  padding-bottom: 220px;
}
.vmagicmenu {
  min-width: 250px;
  z-index: 20;
  display: inline-block !important;
  height: 100%;
}
.vmagicmenu .level0 .level-top-mega .children > a {
  text-transform: capitalize;
  color: #222222;
}
.vmagicmenu .block-title {
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 56px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
.vmagicmenu .block-title:before,
.vmagicmenu .block-title:after {
  display: none;
}
.vmagicmenu .block-title > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  line-height: 30px;
  width: 100%;
  border-right: 1px solid #ffffff 7d;
}
.vmagicmenu .block-title > strong:before,
.vmagicmenu .block-title > strong:after {
  display: none;
}
.vmagicmenu .block-title .hamburger-box {
  width: 18px;
  height: 12px;
  display: inline-block;
  position: relative;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), margin-top 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.vmagicmenu .block-title .hamburger-box .hamburger-inner,
.vmagicmenu .block-title .hamburger-box .hamburger-inner:before,
.vmagicmenu .block-title .hamburger-box .hamburger-inner:after {
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.vmagicmenu .block-title .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  top: auto;
  bottom: 2px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.vmagicmenu .block-title .hamburger-box .hamburger-inner:before,
.vmagicmenu .block-title .hamburger-box .hamburger-inner:after {
  content: '';
  display: block;
}
.vmagicmenu .block-title .hamburger-box .hamburger-inner:before {
  top: -5px;
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.vmagicmenu .block-title .hamburger-box .hamburger-inner:after {
  bottom: -10px;
  top: -10px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.vmagicmenu .block-title.active .hamburger-box {
  margin-top: 7px;
}
.vmagicmenu .block-title.active .hamburger-box .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vmagicmenu .block-title.active .hamburger-box .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vmagicmenu .block-title.active .hamburger-box .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.vmagicmenu .block-title .icon-menu {
  width: 18px;
}
.vmagicmenu .block-title .icon-menu span {
  height: 2px;
  margin: 3px 0;
  display: block;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: static;
}
.vmagicmenu .block-title .icon-menu span:nth-child(2) {
  opacity: 0;
}
.vmagicmenu .block-title .icon-menu:before {
  display: none;
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  margin-right: 0;
  padding: 0 0 0 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  order: 2;
  text-transform: uppercase;
}
.vmagicmenu .block-vmagicmenu-content {
  visibility: visible;
  opacity: 1;
  border: none;
  margin-top: 0;
  position: static;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow {
  min-width: 250px;
  width: 100%;
  left: 0;
  display: none;
  padding-bottom: 0;
  padding: 0;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow li.all-cat {
  padding: 2px 15px;
  margin-top: 0;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow li.all-cat span {
  margin: 0 8px;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow li.all-cat span:before {
  content: "+";
  margin-right: 8px;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow li.all-cat span:last-child::before {
  content: "-";
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow li.all-cat span:after {
  opacity: 0;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow li.all-cat:hover span {
  color: #ed1d24;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0.dropdown .level1 a {
  text-transform: capitalize;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0.dropdown .hasChild {
  position: static;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0.dropdown .hasChild ul {
  min-height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border: 0;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0.nav-4 .level-top-mega .mega-block-bottom {
  position: absolute;
  width: auto;
  right: -30px;
  bottom: -30px;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0 a.level-top {
  margin: 0;
  line-height: 23px;
  padding: 12.5px 20px;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0:hover a.level-top:after {
  font-weight: 700;
  color: #ed1d24;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column:before,
.vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column:after {
  content: "";
  display: table;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column:after {
  clear: both;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column.cat-mega {
  float: none;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega li {
  margin-bottom: 5px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 17px 0 0px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul li {
  margin-bottom: 5px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  padding: 11px 30px 30px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  border-bottom: 1px solid rgba(143, 143, 143, 0.25);
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 28px 0 8px;
  display: block;
  line-height: 25px;
  margin: 0px;
  text-transform: uppercase;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #ed1d24;
  left: 0;
  display: block !important;
  opacity: 1;
  visibility: visible;
  top: auto;
  bottom: -2px;
}
.vmagicmenu .nav-desktop .level0 .level1 a {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.vmagicmenu .nav-desktop .nav-4 .level-top-mega {
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/alothemes/banner-menu3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vmagicmenu .all-cat {
  padding: 0;
  margin-bottom: 0;
}
.vmagicmenu .all-cat span {
  line-height: 39px;
  border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border-radius: 0px 0px 7px 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.vmagicmenu .level0 .level-top-mega {
  overflow: hidden;
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  overflow: visible !important;
}
.vmagicmenu .level0 .level-top-mega:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.vmagicmenu .level0 .level-top-mega .children li a {
  position: relative;
}
.vmagicmenu .level0 .level-top-mega .children li a:hover {
  padding-left: 10px;
}
.vmagicmenu .level0 .level-top-mega .children li a:hover:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.vmagicmenu .level0:hover .level-top-mega {
  min-height: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.vmagicmenu .level0:hover .level0 {
  z-index: 2;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  min-height: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.vmagicmenu .level-top a {
  color: #666666;
}
.vmagicmenu .level-top.category-item {
  border-left: 1px solid transparent;
}
.vmagicmenu .level-top.category-item:hover {
  border-color: #ed1d24;
}
.vmagicmenu .level-top.category-item:nth-child(n+9) {
  display: none;
}
.vmagicmenu .level-top.dropdown {
  position: static;
}
.vmagicmenu .level-top.dropdown .level0 {
  top: -3px !important;
  padding-top: 20px;
}
.vmagicmenu .level-top.dropdown .level-top {
  position: relative;
}
.vmagicmenu .level-top.nav-8 {
  position: relative;
}
.vmagicmenu .level-top.nav-8 .level0.submenu {
  min-height: auto;
  height: auto;
}
.vmagicmenu .all-cat {
  color: #666666;
  background: #f5f5f5;
}
.vmagicmenu .all-cat:hover {
  color: #ed1d24;
}
.vmagicmenu .nav-5 .level-top-mega {
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/alothemes/banner-game-consoles.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vmagicmenu .nav-5 .level-top-mega {
  padding-right: 150px;
  padding-bottom: 30px;
}
.nav-sections-item-content .magicmenu {
  text-align: center;
  background-color: transparent;
}
.nav-sections-item-content .magicmenu .nav-desktop {
  padding: 0 15px;
  position: relative;
}
.nav-sections-item-content .magicmenu .level0.shop {
  position: static;
}
.nav-sections-item-content .magicmenu .level0.shop .level-top-mega {
  width: 100%;
  left: 0 !important;
  padding-bottom: 200px;
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/alothemes/Banner-menu.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.nav-sections-item-content .magicmenu .level0.shop .level-top-mega .content-mega-horizontal {
  width: 100% !important;
}
.nav-sections-item-content .magicmenu .level0.shop .level-top-mega .content-mega-horizontal > .level0 {
  width: 100%;
}
.nav-sections-item-content .magicmenu .level0.shop .level-top-mega .content-mega-horizontal .children.level1 {
  width: 25%;
}
.close-menu {
  display: none;
}
.topmenu-close {
  width: 30px;
  display: none;
  margin-left: 20px;
}
.topmenu-close span {
  height: 2px;
  margin: 6px 0 6px auto;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #1b1b1b;
  position: static;
}
.topmenu-close span:first-child {
  width: 30px;
}
.topmenu-close span:nth-child(2) {
  width: 15px;
}
.topmenu-close span:last-child {
  width: 20px;
}
.topmenu-close:before {
  display: none;
}
.topmenu-close:hover span:nth-child(2) {
  width: 30px;
}
.topmenu-close:hover span:first-child {
  width: 20px;
}
.topmenu-close:hover span:last-child {
  width: 15px;
}
ul.nav-accordion li a span.cat_label:after {
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: 0;
  padding: 0;
  display: block;
  content: attr(rel);
  text-align: center;
  position: static;
}
.nav-sections .mean-nav li a span.cat_label:after {
  width: 100% !important;
  height: 100% !important;
  line-height: 14px;
  border: 0 !important;
  padding: 0;
  display: block !important;
  content: attr(rel) !important;
  text-align: center;
  position: static !important;
  font-size: 9px;
  text-transform: none;
}
ul.nav-accordion li a span.cat_label {
  line-height: 20px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: -5px;
}
.header-container-fixed .topmenu-close {
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.childnode-search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 902;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.childnode-search .search-inner-wrap {
  max-width: 600px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  top: 15%;
}
.childnode-search .search-inner-wrap .btn-close {
  position: fixed;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  right: 50px;
  top: 50px;
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.childnode-search .search-inner-wrap .btn-close span {
  display: none;
}
.childnode-search .search-inner-wrap .btn-close:before {
  content: '\e680';
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  font-size: 6rem;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.childnode-search .search-inner-wrap .form-search {
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.childnode-search .search-inner-wrap .form-search:before,
.childnode-search .search-inner-wrap .form-search:after {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .block-title {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .block-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.childnode-search .search-inner-wrap .form-search .block-form-content:before,
.childnode-search .search-inner-wrap .form-search .block-form-content:after {
  display: none;
}
.childnode-search .search-inner-wrap .form-search.loading .action.search:before {
  content: "";
  display: inline-block;
  z-index: 9;
  top: 0;
  left: 0;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 50px;
  border-color: #f36 #f36 #f36 #fff;
  line-height: 1;
  animation: fa-spin 0.2s infinite linear;
  vertical-align: middle;
  margin-top: -9px;
}
.childnode-search .search-inner-wrap .form-search.loading .field .control .input-text {
  box-shadow: none !important;
}
.childnode-search .search-inner-wrap .form-search .field.search {
  width: 100%;
}
.childnode-search .search-inner-wrap .form-search .field.search .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.childnode-search .search-inner-wrap .form-search .field.search .control:before,
.childnode-search .search-inner-wrap .form-search .field.search .control:after {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .field.search .control .input-text {
  width: calc(100% - 63px);
  padding: 0 15px;
  height: 40px;
  line-height: 39px;
  font-size: 1.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  color: #ffffff;
  float: left;
  order: 2;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.childnode-search .search-inner-wrap .form-search .field.search .control .nested {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box {
  width: 155px;
  height: 40px;
  position: relative;
  float: left;
  order: 1;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box #select-box-category {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #253237;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  cursor: default;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box #select-box-category:before {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 1.2rem;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 15px;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box #select-box-category:after {
  content: "";
  background: #ebebeb;
  width: 1px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box .dd-container {
  background-color: #ffffff;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 103%;
  width: 230px;
  width: 100%;
  max-height: 475px;
  max-height: 310px;
  overflow: auto;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding-left: 0;
  padding-top: 11px;
  padding-bottom: 10px;
  margin-bottom: 0;
  scrollbar-width: thin;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box .dd-container li {
  border: 0;
  color: #666;
  padding: 5px 15px;
  margin: 0;
  text-align: left;
}
.childnode-search .search-inner-wrap .form-search .action.search {
  position: absolute;
  right: 0;
  width: 63px;
  cursor: pointer;
  pointer-events: inherit;
  opacity: 1;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  height: 42px;
  border-radius: 0 30px 30px 0;
}
.childnode-search .search-inner-wrap .form-search .action.search span {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .action.search:before {
  vertical-align: top;
  display: inline-block;
  line-height: inherit;
  font-family: "Ionicons";
  content: "\f4a4";
}
.childnode-search .search-inner-wrap .searchsuite-autocomplete {
  top: calc(100% + 4px);
  margin-top: 0;
  border-color: #ebebeb;
  max-height: 300px;
  max-height: 475px;
  overflow-y: auto;
  width: calc(100%);
  top: 100%;
  left: 0;
  border: 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.childnode-search .search-inner-wrap .searchsuite-autocomplete .title {
  font-size: 1.4rem;
  background-color: #ed1d24;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 24px;
}
.childnode-search .search-inner-wrap .searchsuite-autocomplete .title .see-all {
  color: #ffffff;
  text-transform: capitalize;
}
.childnode-search .search-inner-wrap .searchsuite-autocomplete .no-result {
  background: #ffffff;
}
.search-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 901;
  transition: all 0.3s ease;
}
._has-modal .sticky-toolbar-mobile {
  display: none;
}
._has-modal .sticky-toolbar-mobile .main-toolbar-mobile {
  z-index: 0;
  opacity: 0;
  display: none !important;
  position: static;
  background-color: transparent;
}
.sticky-toolbar-mobile {
  display: none;
}
.sticky-toolbar-mobile .main-toolbar-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px 0;
  height: 65px;
  background-color: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
.sticky-toolbar-mobile .main-toolbar-mobile:before,
.sticky-toolbar-mobile .main-toolbar-mobile:after {
  display: none;
}
.sticky-toolbar-mobile .main-toolbar-mobile .toolbar-mobile-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  margin-left: -15px;
  margin-right: -15px;
}
.sticky-toolbar-mobile .main-toolbar-mobile .toolbar-mobile-primary:before,
.sticky-toolbar-mobile .main-toolbar-mobile .toolbar-mobile-primary:after {
  display: none;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile a {
  display: block;
  color: #1b1b1b;
  line-height: 1;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile a:hover {
  color: #ed1d24;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile .symbolic {
  position: relative;
  display: inline-block;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile .symbolic:before {
  display: inline-block;
  font-family: "Ionicons";
  content: "\f144";
  font-size: 2.8rem;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile .symbolic #counter-number-cart {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-family: inherit;
  left: 18px;
  bottom: 13px;
  color: #ffffff;
  background-color: #ef1e1e;
  border-color: #ef1e1e;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile .symbolic #counter-number-cart:empty:before {
  content: "0";
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile .text {
  display: block;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active .symbolic:before {
  content: "\f394";
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.search-product .symbolic:before {
  content: "\f4a4";
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.checkout-cart .symbolic:before {
  content: "\e015";
  font-family: "ElegantIcons";
  font-size: 23px;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.web-account .symbolic:before {
  content: "\f3a0";
}
.nav-before-open {
  height: 100% !important;
}
.nav-before-open body {
  height: 100% !important;
}
.open-popup-search body {
  height: 100% !important;
  overflow: hidden;
}
.open-popup-search .childnode-search {
  opacity: 1;
  visibility: visible;
}
.open-popup-search .search-overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .nav-mobile {
    display: block !important;
  }
  .close-menu {
    display: block;
    position: absolute;
    position: fixed;
    top: 0;
    left: 340px;
    background: #000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.6rem;
    cursor: pointer;
    display: none;
    z-index: 99;
    line-height: 1;
  }
  .close-menu span {
    display: none;
  }
  .close-menu .icon-close {
    font-size: 5rem;
  }
  .close-menu .icon-close:before {
    font-family: 'Pe-icon-7-stroke';
  }
  .close-menu:hover {
    background-color: #ed1d24;
  }
  .nav-toggle:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: rgba(0, 0, 0, 0.8) !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
  }
  .nav-open .close-menu {
    display: block;
  }
  .nav-open .nav-sections {
    transform: translate(0, 0);
  }
  .nav-open .nav-sections .header.links {
    padding: 0;
    list-style: none;
  }
  .nav-open .nav-sections .header.links li {
    margin-bottom: 0;
  }
  .nav-open .nav-sections .header.links li a {
    padding: 5px 20px;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  }
  .nav-open .nav-sections-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-open .nav-sections-item-title {
    display: block;
    order: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  }
  .nav-open .nav-sections-item-title.active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-open .nav-sections-item-content {
    width: 100%;
    order: 1;
    padding: 0;
  }
  .nav-open .nav-toggle:after {
    opacity: 1;
    visibility: visible;
    z-index: 90;
  }
  .nav-open .notify-slider-wrapper {
    z-index: 1;
  }
  .nav-open body {
    overflow: hidden;
  }
  .nav-open .menu-mobile.header-sticker {
    position: static !important;
    animation: unset;
    z-index: 1;
  }
  .nav-open .header {
    position: static;
  }
  .header-container-fixed .topmenu-close {
    display: none;
  }
  .vmagicmenu .level0 .level-top-mega .mage-column .children {
    width: 200px;
  }
  .nav-sections-item-content .magicmenu .level0.shop .level-top-mega {
    padding-bottom: 30px;
  }
  .nav-sections-item-content .magicmenu .level0.shop .level-top-mega .content-mega-horizontal .children.level1 {
    width: 50%;
  }
  .nav-sections-item-content .magicmenu .nav-desktop {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .navigation .level0.active > a:not(.ui-state-active) {
    border: 0;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  }
  .nav-sections .navigation .level0 > .level-top {
    display: flex;
  }
  .navigation .submenu:not(:first-child) ul {
    padding-left: 0;
  }
  .childnode-search .search-inner-wrap {
    max-width: 500px;
  }
  .childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box {
    display: none;
  }
  .nav-sections {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 340px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translate(-340px, 0);
    -ms-transform: translate(-340px, 0);
    -o-transform: translate(-340px, 0);
    transform: translate(-340px, 0);
    padding-top: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .nav-sections .magicmenu,
  .nav-sections .vmagicmenu {
    display: none !important;
  }
  .nav-sections .header.links .customer-welcome .customer-name {
    display: block;
    color: #1b1b1b;
    line-height: 39px;
    padding: 5px 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  }
  .nav-sections .nav-sections-item-title {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    padding: 0 18px;
    height: 55px;
    line-height: 53px;
    float: none;
    font-weight: 600;
    width: unset;
    text-align: center;
    width: calc(100%/3);
    position: relative;
  }
  .nav-sections .nav-sections-item-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    width: 0;
    height: 2px;
    transition: width 0.25s;
    background-color: #ed1d24;
  }
  .nav-sections .nav-sections-item-title.active:after {
    width: 100%;
  }
  .nav-sections .nav-sections-item-title.active + .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections .nav-sections-item-title a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .nav-sections .nav-sections-item-content {
    display: none !important;
    width: 100%;
    padding: 0 15px;
  }
  .nav-sections .nav-sections-item-content > .navigation {
    display: block;
    float: none;
    position: static;
    padding: 0;
  }
  .nav-sections .nav-sections-item-content > * {
    display: block;
  }
  .nav-sections .nav-sections-item-content .top-form-language,
  .nav-sections .nav-sections-item-content .currency_top {
    padding: 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher,
  .nav-sections .nav-sections-item-content .currency_top .switcher {
    display: block;
    padding: 0;
    border: 0;
    font-size: 1.4rem;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle,
  .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle {
    position: relative;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:before,
  .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:before {
    position: absolute;
    content: "\f107";
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    right: 15px;
    top: 0;
    font-size: 2rem;
    font-family: "FontAwesome";
    color: #ccc;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle.active:before,
  .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle.active:before {
    content: "\f106";
  }
  .nav-sections .nav-sections-item-content .top-form-language .dropdown,
  .nav-sections .nav-sections-item-content .currency_top .dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav-sections .nav-sections-item-content .top-form-language .dropdown li,
  .nav-sections .nav-sections-item-content .currency_top .dropdown li {
    padding: 5px 30px;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    font-size: 1.4rem;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-options,
  .nav-sections .nav-sections-item-content .currency_top .switcher-options {
    padding-bottom: 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-trigger strong:after,
  .nav-sections .nav-sections-item-content .currency_top .switcher-trigger strong:after {
    display: none;
  }
  .nav-sections .nav-sections-item-content .top-form-language .action,
  .nav-sections .nav-sections-item-content .currency_top .action {
    padding: 5px 20px;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-trigger strong span {
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown .switcher-option a {
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
  }
  .nav-sections .nav-sections-item-content .nav-mobile .level0.level-top {
    position: relative;
    float: none;
    display: inline-block;
  }
  .nav-sections .nav-sections-item-content .nav-mobile .level0.level-top .submenu li {
    position: relative;
    float: none;
  }
  .nav-sections .nav-sections-item-content .nav-mobile .level0.level-top.page {
    display: block;
  }
  .nav-sections .nav-sections-item-content .nav-mobile .level0.level-top.shop .level0 .level1 > a {
    padding-left: 30px;
  }
  .nav-sections .nav-sections-item-content .nav-mobile .level0.level-top.shop .level0 .level1 .submenu .level2 > a {
    padding-left: 40px;
  }
  .nav-sections .nav-sections-item-content .nav-mobile li a span {
    padding: 0;
    font-size: 1.4rem;
  }
  .nav-sections .nav-sections-item-content .nav-mobile li li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-sections .nav-sections-item-content .nav-mobile li .expand,
  .nav-sections .nav-sections-item-content .nav-mobile li .collapse {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .nav-sections .nav-sections-item-content .nav-mobile li .expand:before,
  .nav-sections .nav-sections-item-content .nav-mobile li .collapse:before {
    font-size: 2rem;
    font-family: "FontAwesome";
    line-height: unset;
  }
  .nav-sections .nav-sections-item-content .nav-mobile li .expand:before {
    content: "\f106";
  }
  .nav-sections .nav-sections-item-content .nav-mobile li .collapse:before {
    content: "\f107";
  }
  .nav-sections .nav-sections-item-content .collapse:not(.show) {
    display: block;
  }
  .nav-sections .navigation-mobile .nav-mobile {
    padding: 0;
  }
  .nav-sections .navigation-mobile .nav-mobile li a {
    display: block;
    padding: 5px 40px 5px 20px;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    color: #1b1b1b;
  }
  .nav-sections .navigation-mobile .nav-mobile li a:hover {
    color: #ed1d24;
  }
  .nav-sections .navigation-mobile .nav-mobile li a.level-top span {
    padding: 0;
  }
  .nav-sections .navigation-mobile .nav-mobile li a span.cat_label {
    float: right;
    line-height: 20px;
    padding: 0 5px;
  }
  .nav-sections .navigation-mobile .nav-mobile li .submenu li > a {
    padding-left: 30px;
  }
  .nav-sections .navigation-mobile .nav-mobile li .submenu li .submenu li > a {
    padding-left: 40px;
  }
  .nav-sections .navigation-mobile .nav-mobile li .submenu li .submenu li .submenu li > a {
    padding-left: 50px;
  }
  .nav-sections .mean-nav ul li.level1 .category-item .expand {
    display: none;
  }
  .nav-sections .mean-nav ul li.level1 .toggle-tab {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ccc;
  }
  .nav-sections .mean-nav ul li.level1 .toggle-tab:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 2rem;
  }
  .nav-sections .mean-nav ul li.page {
    display: block;
  }
  .nav-sections .mean-nav ul li.page .level1 .title,
  .nav-sections .mean-nav ul li.page .level1 a {
    padding: 5px 0 5px 30px;
  }
  .nav-sections .mean-nav ul li.page li {
    margin-bottom: 10px;
  }
  .nav-sections .mean-nav ul li.page .level-top-mega {
    margin-top: 10px;
    display: block;
  }
  .nav-sections .mean-nav ul li.page .toggle-content {
    padding-left: 25px !important;
  }
  .nav-sections .nav-sections-items a {
    color: #1b1b1b;
  }
  .nav-sections .nav-sections-items a:hover {
    color: #ed1d24;
  }
  .sticky-toolbar-mobile {
    display: block;
  }
  .toolbar-mobile-true {
    padding-bottom: 65px;
  }
  .toolbar-mobile-true .stickyCart.sticky_show_atc {
    bottom: 65px;
  }
  .nav-sections.sections {
    background-color: #ffffff;
  }
  .nav-sections.sections .section-item-content .top-form-language,
  .nav-sections.sections .section-item-content .currency_top {
    color: #222222;
  }
  .nav-sections.sections .section-item-content .top-form-language .view-default:hover,
  .nav-sections.sections .section-item-content .currency_top .view-default:hover,
  .nav-sections.sections .section-item-content .top-form-language .language-USD:hover,
  .nav-sections.sections .section-item-content .currency_top .language-USD:hover {
    color: #ed1d24;
  }
  .header-menu .close-menu .icon-close {
    border: 1px solid #ffffff;
  }
  .page-header .switcher .options ul.dropdown a {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .childnode-search .search-inner-wrap {
    max-width: 450px;
  }
  .childnode-search .search-inner-wrap .btn-close {
    right: 10px;
    top: 10px;
  }
  .nav-sections {
    width: 320px;
  }
  .nav-sections .header.links {
    border-bottom: 0;
  }
  .nav-sections .header.links li {
    font-size: 1.4rem;
  }
  .nav-sections .header.links li a {
    font-weight: 400;
  }
  .nav-sections .switcher {
    font-weight: 400;
  }
  .nav-open .nav-sections .header.links li a {
    border-top: 0;
  }
  .close-menu {
    left: 320px;
  }
  .nav-sections.sections .header.links a {
    color: #1b1b1b;
  }
  .nav-sections.sections .header.links a:hover {
    color: #ed1d24;
    font-weight: 400;
  }
  .nav-sections.sections .nav-sections-items::before,
  .nav-sections.sections .nav-sections-items::after {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .childnode-search .search-inner-wrap {
    max-width: 400px;
  }
  .sticky-toolbar-mobile .main-toolbar-mobile .toolbar-mobile-primary {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .sticky-toolbar-mobile .main-toolbar-mobile .item-mobile {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sticky-toolbar-mobile .main-toolbar-mobile .item-mobile a .text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .childnode-search .search-inner-wrap {
    max-width: 310px;
  }
  .sticky-toolbar-mobile .main-toolbar-mobile .item-mobile a .text {
    display: none;
  }
  .close-menu .icon-close {
    font-size: 4rem;
  }
}
@media screen and (max-width: 360px) {
  .childnode-search .search-inner-wrap {
    max-width: 300px;
  }
  .nav-sections {
    width: 290px;
  }
  .nav-open .page-wrapper {
    left: 290px;
  }
  .close-menu {
    left: 290px;
  }
  .close-menu .icon-close {
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .nav-sections {
    width: calc(100% - 32px);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .close-menu {
    left: auto;
    right: 0;
  }
  .nav-sections .nav-sections-item-title {
    padding: 0 5px;
  }
}
.rtl .magicmenu .nav-desktop .level0.home {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .magicmenu .nav-desktop .level0 a {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top {
  direction: ltr;
}
.rtl .magicmenu .nav-desktop .level0 .level-top span.icon-text {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .level0 > .level1 > a {
  margin-right: 0;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children a {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-left img {
  margin-right: auto;
  margin-left: 0;
}
.rtl .magicmenu .nav-desktop .level0 .cat_label {
  margin-left: 0 !important;
  margin-right: 8px;
}
.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild {
  left: auto;
  right: 100%;
}
.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  right: auto;
  left: 15px;
  content: "\f104";
}
.rtl .magicmenu .nav-desktop .level0.hasChild .level-top:after {
  display: none;
}
.rtl .magicmenu .nav-desktop .level0.hasChild .level-top:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  padding-right: 5px;
  font-weight: normal;
}
.rtl .magicmenu .nav-desktop .level0 .level1 a:before {
  right: 0;
  left: auto;
  content: "\f104";
}
.rtl .magicmenu .nav-desktop .level0 .level1 a:hover {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  padding-right: 0;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a::before {
  content: "";
}
.rtl .magicmenu .nav-desktop .home.dropdown .level-top:after {
  display: none;
}
.rtl .magicmenu .nav-desktop .home.dropdown .level-top:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 13px;
  padding-right: 5px;
  font-weight: normal;
}
.rtl .childnode-search .search-inner-wrap .btn-close {
  right: auto;
  left: 50px;
}
.rtl .vmagicmenu {
  float: right;
}
.rtl .vmagicmenu .nav-desktop.vmagicmenu-narrow {
  left: auto;
  right: 0;
}
.rtl .vmagicmenu .nav-desktop.vmagicmenu-narrow li.all-cat span:before {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a::before {
  left: auto;
  right: 0;
}
.rtl .vmagicmenu .block-title {
  text-align: right;
}
.rtl .vmagicmenu .block-title .vmagicmenu-subtitle {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .vmagicmenu .block-title > strong {
  border-right: 0;
  border-left: 1px solid #ffffff 7d;
}
.rtl .vmagicmenu .level0.hasChild .level-top:after {
  float: left;
  content: "\f104";
}
.rtl .vmagicmenu .level0 .level-top-mega {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .level0 .level-top-mega .children a > span {
  display: flex;
}
.rtl .vmagicmenu .level0 .level-top-mega .children li a:hover {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .vmagicmenu .level0 .level-top-mega .children li a:hover::before {
  content: "\f104";
  left: auto;
  right: 0;
}
.rtl .vmagicmenu .level0 .level-top-mega ul.mage-column .children {
  float: right;
}
.rtl .vmagicmenu .level0 .level-top {
  text-align: right;
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  right: auto;
  left: 15px;
  content: "\f104";
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a > span {
  display: flex;
}
.rtl .vmagicmenu .all-cat {
  text-align: right;
}
.rtl .vmagicmenu .all-cat span {
  position: relative;
}
.rtl .vmagicmenu .all-cat span:before {
  content: "\f100";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 20px;
}
.rtl .vmagicmenu .all-cat span:after {
  display: none;
}
.rtl .vmagicmenu .level-top.category-item {
  border-left: 0;
  border-right: 1px solid transparent;
}
.rtl .vmagicmenu .level-top.category-item:hover {
  border-color: #ed1d24;
}
.rtl .topmenu-close {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .topmenu-close span {
  margin-left: 0;
  margin-right: auto;
}
.rtl .close-menu {
  left: auto;
  right: 340px;
}
.rtl .childnode-search .search-inner-wrap .form-search .action.search {
  right: auto;
  left: 0;
}
.rtl .childnode-search .search-inner-wrap .searchsuite-autocomplete {
  left: auto;
  right: 0;
}
.rtl .nav-sections .navigation-mobile .nav-mobile li a {
  padding-right: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .rtl .nav-sections .nav-sections-item-title:before {
    display: none;
  }
  .rtl .nav-sections .nav-sections-item-title:after {
    font-family: "FontAwesome";
  }
  .rtl .nav-sections .nav-sections-item-title[aria-controls="store.settings"]:after {
    content: "\f013";
  }
  .rtl .nav-sections .nav-sections-item-title[aria-controls="store.menu"]:after {
    content: "\f0c9";
  }
  .rtl .nav-sections .nav-sections-item-title.active:after {
    -webkit-animation: unset;
    animation: unset;
  }
  .rtl .nav-sections .navigation-mobile .nav-mobile li a .cat_label {
    float: left;
    margin-left: 0;
    margin-right: 3px;
  }
  .rtl .nav-sections .navigation-mobile .nav-mobile li .expand,
  .rtl .nav-sections .navigation-mobile .nav-mobile li .collapse {
    right: auto;
    left: 10px;
  }
  .rtl .nav-sections .top-form-language .switcher .action.toggle:before,
  .rtl .nav-sections .currency_top .switcher .action.toggle:before,
  .rtl .nav-sections .top-form-language .switcher .action.toggle:after,
  .rtl .nav-sections .currency_top .switcher .action.toggle:after {
    right: auto;
    left: 10px;
  }
  .rtl .nav-sections .top-form-language .switcher .action.toggle:after,
  .rtl .nav-sections .currency_top .switcher .action.toggle:after {
    left: 16px;
  }
  .rtl .nav-sections .top-form-language .switcher-trigger strong span {
    padding-left: 0;
    padding-right: 20px;
    background-position: right center;
  }
  .rtl .nav-sections .top-form-language .switcher-dropdown .switcher-option a {
    padding-left: 0;
    padding-right: 20px;
    background-position: right center;
  }
  .rtl .nav-sections .mean-nav ul li.level1 .toggle-tab {
    right: auto;
    left: 0;
  }
  .rtl .nav-sections-item-content .magicmenu .nav-desktop {
    padding-left: 0;
    padding-right: 15px;
  }
  .rtl .close-menu i {
    right: auto;
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .rtl .nav-sections {
    left: auto;
    right: 0;
    -webkit-transform: translate(340px, 0);
    -ms-transform: translate(340px, 0);
    -o-transform: translate(340px, 0);
    transform: translate(340px, 0);
  }
  .rtl .nav-sections .navigation-mobile .nav-mobile li .submenu li .submenu li > a {
    padding-right: 40px;
    padding-left: 40px;
  }
  .rtl .nav-sections .nav-sections-item-content .nav-mobile .level0.level-top.shop .level0 .level1 .submenu .level2 > a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .rtl .nav-sections .navigation-mobile .nav-mobile li .submenu li > a {
    padding-left: 40px;
    padding-right: 30px;
  }
  .rtl .nav-sections .nav-sections-item-content .nav-mobile .level0.level-top.shop .level0 .level1 > a {
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rtl .close-menu {
    right: 320px;
  }
  .rtl .childnode-search .search-inner-wrap .btn-close {
    left: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 360px) {
  .rtl .close-menu {
    right: 290px;
  }
}
@media screen and (max-width: 320px) {
  .rtl .close-menu {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header.header-container-fixed {
    animation: fadeInDown 0.3s;
  }
}
::placeholder {
  color: #b1b1b1 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b1b1b1 !important;
}
::-ms-input-placeholder {
  color: #b1b1b1 !important;
}
/* Change autocomplete styles in WebKit */
.page-header {
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding-left: 19px;
  padding-right: 19px;
}
.magicmenu .nav-desktop .level0.home > .level-top {
  padding-left: 0;
}
.vmagicmenu {
  width: auto;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.vmagicmenu .nav-desktop .level0:hover .level-top-mega {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow .level0.dropdown.hasChild > ul {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow .level0.dropdown .hasChild ul {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.nav-sections-item-content .magicmenu {
  text-align: left;
}
.nav-open .header {
  z-index: 9;
}
.open-minicart {
  height: 100% !important;
  overflow-x: hidden;
  width: 100%;
}
.open-minicart body {
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  height: 100% !important;
  width: 100%;
}
.open-minicart .page-wrapper {
  overflow: hidden !important;
  height: 100%;
}
.open-minicart .header .minicart-wrapper .block-minicart {
  z-index: 999;
  right: 0;
}
.open-minicart .page-header .header-container-fixed {
  position: static;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  text-align: left;
}
.header {
  position: relative;
  z-index: 10;
  padding-top: 27px;
  padding-bottom: 25px;
}
.header .links.header .link.wishlist .counter.qty {
  display: none;
}
.header.menu-mobile {
  border-bottom: 1px solid #494949;
}
.header div.minprogress {
  border: none;
  background: #f1f1f1;
}
.header .nav-toggle {
  display: inline-block;
  position: static;
  width: 30px;
  padding: 0;
  vertical-align: middle;
}
.header .nav-toggle span {
  height: 2px;
  margin: 6px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  position: static;
}
.header .nav-toggle span:first-child {
  width: 30px;
}
.header .nav-toggle span:nth-child(2) {
  width: 15px;
}
.header .nav-toggle span:last-child {
  width: 20px;
}
.header .nav-toggle:before {
  display: none;
}
.header .nav-toggle:hover span:nth-child(2) {
  width: 30px;
}
.header .nav-toggle:hover span:first-child {
  width: 20px;
}
.header .nav-toggle:hover span:last-child {
  width: 15px;
}
.header .header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .header-logo:before,
.header .header-logo:after {
  display: none;
}
.header .header-logo .logo {
  float: none;
  margin: 0;
  display: block;
  max-width: none;
}
.header .header-logo .logo img {
  width: 100%;
}
.header .search-area {
  display: none;
}
.header .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .header-phone:before,
.header .header-phone:after {
  display: none;
}
.header .header-phone p {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.header .header-phone span {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.header .header-phone .inner-inner {
  padding-left: 43px;
  background: url(../../frontend/Alothemes/dimita2/en_GB/images/icon_header_phone_2.png) left center no-repeat;
  text-align: left;
}
.header .col-nav-vmenu,
.header .col-hotline {
  flex: 0 0 20.834%;
  max-width: 20.834%;
}
.header .col-search {
  flex: 0 0 58.332%;
  max-width: 58.332%;
}
.header .header-account {
  position: relative;
}
.header .header-account .toggle-tab {
  cursor: pointer;
  line-height: 45px;
  position: relative;
}
.header .header-account .toggle-tab i {
  margin-right: 9px;
}
.header .header-account .toggle-content {
  position: absolute;
  top: calc(100%);
  right: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  min-width: 210px;
  z-index: 99;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #ef1e1e;
  padding: 15px 30px;
}
.header .header-account .toggle-content:before {
  content: "";
  border-top: 0;
  border-bottom: 6px solid #ef1e1e;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-account .toggle-content.visible {
  display: block;
}
.header .header-account .toggle-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .header-account .toggle-content ul li {
  margin: 0;
}
.header .header-account .toggle-content ul li:last-child a {
  border-bottom: 0;
}
.header .header-account .toggle-content ul .link.wishlist {
  border-bottom: 1px solid #e5e5e5;
}
.header .header-account .toggle-content a {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 11.5px 20px;
}
.header .header-account .toggle-content a:hover {
  color: #ed1d24 !important;
}
.header .header-account .toggle-content a:before {
  font-family: "Flaticon";
  font-size: 2.3rem;
  font-weight: 600;
  margin-right: 7px;
}
.header .header-account .toggle-content .customer-welcome {
  position: relative;
}
.header .header-account .toggle-content .customer-welcome .customer-name {
  display: block;
  padding: 11.5px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e5e5e5;
  text-transform: capitalize;
  color: #555555;
  font-weight: bold;
}
.header .header-account .toggle-content .customer-welcome .customer-name .action.switch {
  border: 0;
  font-style: italic;
  padding: 0;
  font-weight: 600;
  font-size: 1.6rem;
}
.header .minicart-wrapper {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  position: relative;
}
.header .minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
.header .minicart-wrapper .showcart.active:after {
  opacity: 1;
  visibility: visible;
}
.header .minicart-wrapper .showcart:after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  cursor: url(../../frontend/Alothemes/dimita2/en_GB/images/alothemes/close-cursor.png), pointer;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .minicart-wrapper .showcart:hover,
.header .minicart-wrapper .showcart:focus {
  text-decoration: none;
}
.header .minicart-wrapper .showcart .cart-icon {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  font-family: inherit;
  text-transform: uppercase;
  position: relative;
}
.header .minicart-wrapper .showcart .cart-icon:before {
  font-size: 2.3rem;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  content: "\e015";
  font-family: "ElegantIcons";
}
.header .minicart-wrapper .showcart .cart-icon span.text {
  display: none;
}
.header .minicart-wrapper .showcart .cart-icon .counter.qty {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-family: inherit;
  left: 17px;
  top: -13px;
}
.header .minicart-wrapper .showcart .minicart-text {
  vertical-align: middle;
  margin-left: 5px;
  display: none;
}
.header .minicart-wrapper .showcart .minicart-text .cart-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  display: none;
}
.header .minicart-wrapper .showcart .minicart-text .price {
  font-weight: bold;
  color: #000000;
  font-size: 1.5rem;
}
.header .minicart-wrapper .block-minicart {
  z-index: 999;
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  right: -320px;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  width: 320px;
  min-height: -webkit-fill-available;
  scrollbar-width: thin;
  transition: right ease 300ms;
}
.header .minicart-wrapper .block-minicart .block-title {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #f1f1f1;
  padding: 20px 23px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .minicart-wrapper .block-minicart .block-title:before,
.header .minicart-wrapper .block-minicart .block-title:after {
  display: none;
}
.header .minicart-wrapper .block-minicart .block-title .text {
  font-size: 1.6rem;
}
.header .minicart-wrapper .block-minicart .block-title strong {
  font-weight: 600;
  text-transform: uppercase;
}
.header .minicart-wrapper .block-minicart .block-title .qty {
  font-weight: 600;
  display: none;
}
.header .minicart-wrapper .block-minicart .block-title .qty.empty:before {
  content: "0";
}
.header .minicart-wrapper .block-minicart .block-title .items-total {
  display: inline-block;
}
.header .minicart-wrapper .block-minicart .block-title .actions {
  float: right;
}
.header .minicart-wrapper .block-minicart .minicart-items .product-item:first-child {
  padding-top: 20px;
}
.header .minicart-wrapper .block-minicart #minicart-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.header .minicart-wrapper .block-minicart .viewcart span {
  font-size: 0;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  display: none;
}
.header .minicart-wrapper .block-minicart .viewcart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e';
  font-size: 18px;
  vertical-align: middle;
}
.header .minicart-wrapper .block-minicart .block-content {
  height: calc(100% - 66px);
}
.header .minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin-left: 0;
  margin-right: 0;
}
.header .minicart-wrapper .block-minicart .block-content .cart-total {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #f5f5f5;
  text-align: right;
}
.header .minicart-wrapper .block-minicart .block-content .cart-total .subtotal {
  margin-bottom: 9px;
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .minicart-wrapper .block-minicart .block-content .cart-total .subtotal:before,
.header .minicart-wrapper .block-minicart .block-content .cart-total .subtotal:after {
  display: none;
}
.header .minicart-wrapper .block-minicart .block-content .cart-total .subtotal .label {
  font-size: 18px;
  font-weight: normal;
  color: #555;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}
.header .minicart-wrapper .block-minicart .block-content .cart-total .actions {
  padding: 0 20px 20px 20px;
}
.header .minicart-wrapper .block-minicart .block-content .cart-total .layout-btn-cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  height: auto !important;
  height: calc(100% - 137px) !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item {
  position: relative;
  margin-bottom: 0;
  border-bottom: 0;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:not(:last-child) {
  border-bottom: 0px solid;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item > .product {
  position: relative;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item > .product:before,
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item > .product:after {
  display: none;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-image-container .product-image-wrapper .product-image-photo {
  border-radius: 0;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .update-cart-item:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f021';
  font-size: 16px;
  vertical-align: middle;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .update-cart-item span {
  display: none;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details {
  text-align: left;
  flex: 0 0 71%;
  max-width: 71%;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-name-options {
  flex: 0 0 60%;
  max-width: 60%;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-actions {
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 40%;
  max-width: 40%;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions {
  margin: -35px 0 0;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options {
  display: inline-block;
  margin-bottom: 0;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options .toggle {
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: inline-block;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options .toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #2a2a2a;
  margin: 0 0 0 5px;
  position: static;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 0px 6px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options.active .toggle:after {
  content: "\f106";
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options.list .label {
  float: left;
  margin-right: 5px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options.list .label:not(:first-child) {
  clear: left;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options.list .values {
  float: left;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .price-container .price-excluding-tax {
  display: inline-block;
  margin: 0;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty label {
  font-weight: 600;
  color: #888881;
  width: auto;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty .item-qty {
  width: 45px;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  text-align: center;
  margin-right: 0;
  border: 0;
  padding: 0;
  font-weight: 600;
  color: #888881;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  border-radius: 0;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product.actions {
  position: absolute;
  top: 0;
  left: -2px;
  display: table;
  opacity: 0;
  margin: 0;
  float: unset;
  text-align: center;
  visibility: hidden;
  z-index: 1;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product.actions > .primary,
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product.actions > .secondary {
  display: block;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product.actions > .primary {
  margin-bottom: 5px;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:hover .product.actions {
  opacity: 1;
  visibility: visible;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action {
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #ed1d24;
  border: 1px solid #ed1d24;
  display: block;
  text-align: center;
  line-height: 11px;
  text-decoration: none;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action:hover {
  background-color: #fff;
  color: #ed1d24;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action span {
  display: none;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action.edit:before {
  content: "\f040";
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action.delete:before {
  content: "\f00d";
}
.header .minicart-wrapper .block-minicart .block-content .sub-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.header .minicart-wrapper .block-minicart .block-content .sub-actions:before,
.header .minicart-wrapper .block-minicart .block-content .sub-actions:after {
  display: none;
}
.header .minicart-wrapper .block-minicart .block-content .sub-actions .actions {
  text-align: center;
}
.header .minicart-wrapper .block-minicart .block-content .sub-actions .actions .secondary {
  margin: 0 0 0;
}
.header .minicart-wrapper .block-minicart .block-content .sub-actions .actions .action {
  width: 100%;
  font-size: 1.3rem;
  padding: 0 15px;
  font-weight: 700;
}
.header .minicart-wrapper .block-minicart #block-cart-list {
  margin-bottom: 0;
  color: #000;
}
.header .minicart-wrapper .block-minicart .action.close,
.header .minicart-wrapper .block-minicart .action.checkout {
  line-height: normal;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 16px;
  max-width: 135px;
  border-radius: 4px;
  opacity: 1;
  width: auto;
  height: auto;
  position: static;
  float: unset;
  border-width: 1px;
}
.header .minicart-wrapper .block-minicart .action.close:hover,
.header .minicart-wrapper .block-minicart .action.checkout:hover {
  background: transparent;
  color: #1b1b1b;
}
.header .minicart-wrapper .block-minicart .action.close {
  background-color: #000;
  border-color: #000;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
}
.header .minicart-wrapper .block-minicart .action.close:hover {
  border-color: #ed1d24;
  color: #ed1d24;
  background-color: transparent;
}
.header .minicart-wrapper .block-minicart .update-cart-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.header .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: 400;
  font-size: 1.3rem;
  color: #888888;
}
.header .minicart-wrapper .block-minicart .subtitle.empty:before {
  content: "";
  width: 53px;
  height: 61px;
  background-image: url('../../frontend/Alothemes/dimita2/en_GB/images/alothemes/cart-no-item.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin: 10px auto 20px;
}
.header .minicart-wrapper .block-minicart .items-total {
  float: unset;
}
.header .minicart-wrapper .block-minicart .subtotal .label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
}
.header .minicart-wrapper .block-minicart .subtotal .amount.price-container {
  display: inline-block;
}
.header .minicart-wrapper .block-minicart .subtotal .amount.price-container .price {
  font-size: 2rem;
  font-weight: 700;
}
.header .minicart-wrapper.active .block-minicart {
  display: block;
}
.header .minicart-wrapper .minicart-items .product > .product-item-photo {
  float: unset;
  padding: 0;
  padding-left: 15px;
  flex: 0 0 29%;
  max-width: 29%;
}
.header .discount-information {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  padding: 10px 0;
  color: #aaaaaa;
}
.header .discount-information .fa {
  color: #ffffff;
  margin-right: 5px;
  font-size: 2.2rem;
}
.header .discount-information strong {
  margin: 0 5px;
  text-decoration: underline;
  color: #ffffff;
}
.header.header-container-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  z-index: 99;
  padding: 0;
}
.header .header-main .cart-hide-multicheckout .header-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-main .cart-hide-multicheckout .header-tool:before,
.header .header-main .cart-hide-multicheckout .header-tool:after {
  display: none;
}
.header .header-main .cart-hide-multicheckout .header-tool > div:not(:first-child) {
  margin-left: 30px;
}
.header .header-main .cart-hide-multicheckout .header-tool .minicart-wrapper {
  margin-right: 20px;
  margin-bottom: 2px;
}
.header .header-main .cart-hide-multicheckout .search-product > a {
  font-size: 2.8rem;
}
.header .header-main .cart-hide-multicheckout .search-product > a::before {
  vertical-align: top;
  display: inline-block;
  line-height: inherit;
  font-family: "Ionicons";
  content: "\f4a4";
}
.header .header-main .cart-hide-multicheckout .search-product span {
  display: none;
}
.header .header-main .cart-hide-multicheckout .header-account .header-icon {
  margin-top: 5px;
  display: block;
}
.header .header-main .cart-hide-multicheckout .header-account .header-icon span {
  display: none;
}
.header .header-main .cart-hide-multicheckout .header-account .header-icon::before {
  content: "\e913";
  font-size: 2rem;
  font-weight: 700;
  font-family: 'icomoon2';
}
.header .header-main .cart-hide-multicheckout .wishlist-head {
  margin-top: 5px;
}
.header .header-main .cart-hide-multicheckout .wishlist-head .wishlist span {
  display: none;
}
.header .header-main .cart-hide-multicheckout .wishlist-head .wishlist::before {
  content: "\e910";
  font-size: 2.1rem;
  font-weight: 800;
  font-family: 'icomoon2';
}
.header .col-nav-menu-top .header-menu {
  width: 100%;
}
.header .col-nav-menu-top .header-menu .nav-desktop {
  justify-content: center !important;
}
.toggle-top-menu .header.header-container-fixed .header-menu {
  display: block;
}
.nav-desktop .level0.page .extramenu-block {
  margin-top: 35px;
}
.nav-open .message.global.cookie.magepow-gdpr-cookie-notice {
  z-index: 1;
}
.childnode-search .search-inner-wrap .form-search .field.search .control.catalogsearch .catalogsearch-box {
  display: none;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .header .col-nav-vmenu,
  .header .col-hotline {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header .col-search {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .header-main .cart-hide-multicheckout .header-tool > div:not(:first-child) {
    margin-left: 20px;
  }
  .magicmenu .nav-desktop .level0 .level-top {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header .header-logo:before,
  .header .header-logo:after {
    display: none;
  }
  .header .header-logo .nav-toggle {
    display: inline-block;
    margin-right: 26px;
  }
  .header .header-top-link .header-account,
  .header .header-top-link .currency_top,
  .header .header-top-link .top-form-language {
    display: none;
  }
  .header .col-hotline {
    display: none;
  }
  .header .search-area {
    width: auto;
  }
  .header .search-area .icon-search {
    display: inline-block;
  }
  .header .search-area .icon-search .pe-7s-search:before {
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
    font-family: "Ionicons";
    content: "\f4a4";
    font-size: 2.8rem;
  }
  .header .search-area.toggle-visible .icon-search .pe-7s-search:before {
    content: "\f129";
    font-size: 2rem;
  }
  .header .search-area .toggle-content {
    position: fixed;
    top: calc(105%);
    left: 50%;
    transform: translate(-50%, 0);
    width: 60%;
    z-index: 109;
    display: none;
    right: auto;
    top: 150px;
  }
  .header .search-area .toggle-content.visible {
    display: block;
  }
  .header.header-container-fixed .header-menu {
    display: block;
    padding: 0;
  }
  .header .col-nav-vmenu {
    display: none;
  }
  .header .header-main .cart-hide-multicheckout .header-tool > div:not(:first-child) {
    margin-left: 25px;
  }
  .magicmenu .nav-desktop .level0 .level-top {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .header .cart-hide-multicheckout .search-product,
  .header .cart-hide-multicheckout .header-account,
  .header .cart-hide-multicheckout .minicart-wrapper {
    display: none;
  }
  .header .header-main {
    padding: 10px 0;
  }
  .header .col-nav-menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .header .col-nav-menu-top .header-logo {
    margin: 0 auto;
    width: 80%;
  }
  .header .col-nav-menu-top:before,
  .header .col-nav-menu-top:after {
    display: none;
  }
  .header .col-nav-menu-top img {
    width: 100%;
  }
  .header .section-item-title.active a {
    color: #ed1d24;
  }
  .header .header-menu {
    width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .content-logo .logo {
    max-width: 120px;
  }
  .nav-open .page-wrapper {
    left: 300px;
    overflow: visible;
  }
}
@media screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .header .minicart-wrapper .minicart-items .product > .product-item-photo {
    padding-left: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-top-left,
  .header .header-top-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header .header-top-left {
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .header .header-top-right {
    padding-bottom: 10px;
  }
  .header .header-top-link,
  .header .welcometop {
    justify-content: center;
  }
  .header .header-top-link .welcome,
  .header .welcometop .welcome {
    line-height: 22px;
  }
  .header .header-top-link .store-locator a {
    line-height: 22px;
  }
  .header .header-top-link .store-locator a .icons {
    margin-right: 5px;
  }
  .header .search-area .toggle-tab .pe-7s-search:before {
    font-size: 2rem;
  }
  .header .header-account .toggle-tab:before {
    font-size: 2.1rem;
  }
  .header .discount-information {
    animation: floatText 15s infinite alternate linear;
    -webkit-animation: floatText 15s infinite alternate linear;
    font-size: 1.1rem;
  }
  .header .discount-information .fa {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .header .minicart-wrapper .block-minicart {
    width: 280px;
    right: -280px;
  }
  .header .col-nav-menu-top .header-logo {
    width: 100%;
  }
  .open-minicart .header .minicart-wrapper .block-minicart {
    right: 0;
  }
  .header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty .item-qty {
    width: 43px;
  }
}
.rtl .header .header-top-link {
  text-align: left;
}
.rtl .header .header-top-link .text {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .header .header-top-link .switcher .switcher-options strong span {
  padding-left: 12px;
  padding-right: 0;
}
.rtl .header .header-top-link .switcher .switcher-options strong span:after {
  right: auto;
  left: 0;
}
.rtl .header .header-top-link .switcher .switcher-options .switcher-dropdown:before {
  left: 50%;
}
.rtl .header .header-top-link .top-form-language .switcher .switcher-options strong span {
  padding-right: 20px;
  display: inline-block;
}
.rtl .header .header-top-link .top-form-language .toggle span,
.rtl .header .header-top-link .top-form-language .switcher-dropdown li a {
  background-position: right center;
  padding-left: 8px;
  padding-right: 23px;
}
.rtl .header .search-area .toggle-content {
  right: auto;
  left: 0;
}
.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box {
  float: right;
  padding-right: 0;
  padding-left: 49px;
}
.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span {
  padding-left: 30px;
  padding-right: 15px;
}
.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span:before {
  right: auto;
  left: 5px;
}
.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box::after {
  right: auto;
  left: 17px;
}
.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
  right: 0;
  left: auto;
}
.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container li {
  text-align: right;
  direction: ltr;
}
.rtl .header .search-area .form-search .field .control.catalogsearch .input-text {
  float: right;
}
.rtl .header .search-area .form-search .action.search {
  right: auto;
  left: 0;
}
.rtl .header .minicart-wrapper {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .header .minicart-wrapper .block-minicart {
  right: auto;
  left: -320px;
  transition: left ease 300ms;
}
.rtl .header .minicart-wrapper .block-minicart .action.close {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .header .minicart-wrapper .block-minicart .block-title {
  text-align: right;
}
.rtl .header .minicart-wrapper .block-minicart .block-title .actions {
  float: left;
}
.rtl .header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details {
  text-align: right;
}
.rtl .header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions .primary {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .header .minicart-wrapper .block-minicart .block-content .cart-total .subtotal .label {
  float: right;
}
.rtl .header .minicart-wrapper .block-minicart .update-cart-item {
  right: auto;
  left: 15px;
}
.rtl .header .minicart-wrapper .showcart .minicart-text {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .header .minicart-wrapper .showcart .cart-icon .counter.qty {
  right: 17px;
  left: 0;
}
.rtl .header .minicart-wrapper .minicart-items .product > .product-item-photo {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product.actions {
  left: auto;
  right: -2px;
}
.rtl .header .header-account {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .header .header-account .toggle-content {
  right: auto;
}
.rtl .header .header-account .toggle-content .customer-welcome .customer-name {
  text-align: right;
}
.rtl .header .wishlist-head {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .header .header-content .header-tool .search-area {
  margin: 0 35px 0 20px;
}
.rtl .header .header-content .header--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.rtl .header .header-content .header--logo:before,
.rtl .header .header-content .header--logo:after {
  display: none;
}
.rtl .header .header-top .container-divider-line {
  padding-right: 0;
  margin-right: 0;
  padding-left: 24px;
  margin-left: 24px;
}
.rtl .header .header-top .container-divider-line::before {
  right: auto;
  left: 0;
  display: block !important;
}
.rtl .header .header-top .email,
.rtl .header .header-top .deal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.rtl .header .header-top .email:before,
.rtl .header .header-top .deal:before,
.rtl .header .header-top .email:after,
.rtl .header .header-top .deal:after {
  display: none;
}
.rtl .header .header-top .email .text,
.rtl .header .header-top .deal .text {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .header .header-bottom .header-phone {
  padding-left: 0;
  padding-right: 30px;
  border-left: 0;
  border-right: 1px solid #ffffff 7d;
}
.rtl .header .header-bottom .header-phone .text {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .header .header-main .cart-hide-multicheckout .header-tool > div:not(:first-child) {
  margin-right: 30px;
  margin-left: 0;
}
.rtl .magicmenu .nav-desktop .level0.home > .level-top {
  padding-left: 19px;
  padding-right: 0;
}
.rtl .discount-information .fa {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .vmagicmenu .nav-desktop.vmagicmenu-narrow {
  left: auto;
  right: 0;
}
.rtl .vmagicmenu .block-title {
  text-align: right;
}
.rtl .vmagicmenu .block-title .icon-menu {
  right: 20px;
  left: auto;
}
.rtl .vmagicmenu .level0.hasChild .level-top:after {
  float: left;
  content: "\f104";
}
.rtl .vmagicmenu .level0 .level-top-mega .children a > span {
  display: flex;
}
.rtl .vmagicmenu .level0 .level-top-mega ul.mage-column .children {
  float: right;
}
.rtl .vmagicmenu .level0 .level-top {
  text-align: right;
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  right: auto;
  left: 15px;
  content: "\f104";
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a > span {
  display: flex;
}
.rtl .vmagicmenu .all-cat {
  text-align: right;
}
.rtl .vmagicmenu .all-cat span {
  position: relative;
}
.rtl .vmagicmenu .all-cat span:before {
  content: "\f100";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 20px;
}
.rtl .vmagicmenu .all-cat span:after {
  display: none;
}
.rtl .magicmenu .nav-desktop > .level0 > .level0 > li a {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .level0 > .level1 {
  text-align: right;
  float: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children a {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children a > span {
  display: flex;
}
.rtl .nav-sections .navigation-mobile ul li .collapse,
.rtl .nav-sections .navigation-mobile ul li .expand {
  right: auto;
  left: 0;
}
.rtl.open-minicart .header .minicart-wrapper .block-minicart {
  left: 0;
}
@media screen and (max-width: 1479px) {
  .rtl .header .header-main .cart-hide-multicheckout .header-tool > div:not(:first-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .nav-open .rtl .nav-sections {
    transform: translate(0, 0);
  }
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:before,
  .rtl .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:before,
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:after,
  .rtl .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:after {
    right: auto;
    left: 10px;
  }
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:after,
  .rtl .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:after {
    left: 16px;
  }
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher-trigger strong span,
  .rtl .nav-sections .nav-sections-item-content .currency_top .switcher-trigger strong span,
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown .switcher-option a,
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown .switcher-option a,
  .rtl .nav-sections .nav-sections-item-content .currency_top .switcher-dropdown .switcher-option a,
  .rtl .nav-sections .nav-sections-item-content .currency_top .switcher-dropdown .switcher-option a {
    padding-left: 0;
    padding-right: 20px;
    background-position: right center;
  }
  .rtl .close-menu i {
    right: auto;
    left: 10px;
  }
  .rtl .header .header-logo .nav-toggle {
    margin-right: 0;
    margin-left: 5px;
  }
}
.rtl .header .minicart-wrapper .block-minicart .block-title strong {
  margin-right: 0;
  margin-left: 0;
}
.rtl .header .header-main .cart-hide-multicheckout .header-tool .minicart-wrapper {
  margin-left: 20px !important;
}
@media screen and (max-width: 991px) {
  .rtl .header .wishlist-head {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-before-open .rtl .page-wrapper {
    transition: right 0.3s;
  }
  .nav-open .rtl .page-wrapper {
    left: auto;
    right: 300px;
  }
}
@media screen and (max-width: 480px) {
  .rtl .header .search-area .toggle-content {
    left: 15px;
  }
  .rtl .header .minicart-wrapper .block-minicart {
    left: 15px;
  }
}
@media screen and (max-width: 360px) {
  .rtl .header .header-content .header-tool .search-area {
    margin: 0 10px;
  }
}
.page-footer {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
}
.page-footer a {
  font-size: 1.4rem;
}
.page-footer .footer-top {
  transform: translateY(-30px);
  font-family: "Lato", sans-serif;
}
.page-footer .footer-top .box-content {
  padding: 10px 40px;
  background-color: #ed1d24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-footer .footer-top .box-content:before,
.page-footer .footer-top .box-content:after {
  display: none;
}
.page-footer .footer-top .box-content .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
}
.page-footer .footer-top .box-content .newsletter-block {
  flex: 1;
  margin-left: 90px;
}
.page-footer .footer-top .box-content .newsletter-block .block-subscribe {
  margin-bottom: 0;
}
.page-footer .footer-top .box-content .social {
  width: 20%;
}
.page-footer .footer-top .box-content .social a:hover {
  color: #ffffff;
}
.page-footer .footer-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
}
.page-footer .social-profile a {
  font-size: 1.8rem;
}
.page-footer .social-profile .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-footer .social-profile .link-list:before,
.page-footer .social-profile .link-list:after {
  display: none;
}
.page-footer .social-profile .link-list .link-icon {
  margin-bottom: 0;
}
.page-footer .footer-logo {
  margin-bottom: 15px;
}
.page-footer .col-ft:first-child .title {
  margin-bottom: 35px;
}
.page-footer .col-ft .pharse-text {
  line-height: 22px;
  margin-bottom: 24px;
}
.page-footer .col-ft .contact-hotline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
}
.page-footer .col-ft .contact-hotline .phone-call {
  margin-right: 15px;
}
.page-footer .col-ft .contact-hotline .question {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666666;
}
.page-footer .col-ft .contact-hotline .hot-number {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1b1b1b;
}
.page-footer .col-ft .link-social .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.page-footer .col-ft .link-social .link-list:before,
.page-footer .col-ft .link-social .link-list:after {
  display: none;
}
.page-footer .col-ft .link-social .link-list .link-icon {
  margin-bottom: 0;
  margin-right: 25px;
}
.page-footer .col-ft .link-social .link-list .link-icon a {
  font-size: 2.4rem;
}
.page-footer .col-ft .link-social .link-list .link-icon a:hover {
  padding-left: 0;
  transform: translateY(-5px);
}
.page-footer .col-ft .link-social .link-list .link-icon:last-child {
  margin-right: 0;
}
.page-footer .footer-contact li {
  letter-spacing: 0;
  margin-bottom: 20px;
}
.page-footer .footer-contact li > * {
  display: inline-block;
}
.page-footer .footer-contact li .title {
  font-weight: 400;
  margin-left: 15px;
}
.page-footer .footer-software {
  display: inline-flex;
}
.page-footer .footer-software a:first-child {
  margin-right: 10px;
}
.page-footer .footer-links li {
  margin-bottom: 15px;
}
.page-footer .footer-links a {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-footer .footer-links a:hover {
  padding-left: 10px;
}
.page-footer .block-subscribe {
  border: 0;
}
.page-footer .block-subscribe .pharse {
  margin-bottom: 16px;
}
.page-footer .block-subscribe .block-title,
.page-footer .block-subscribe .subscribe-panel {
  display: none;
}
.page-footer .block-subscribe .visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-footer .block-subscribe .visible:before,
.page-footer .block-subscribe .visible:after {
  display: none;
}
.page-footer .block-subscribe .visible .control {
  width: calc(100% - 107px);
  position: relative;
}
.page-footer .block-subscribe .visible .actions {
  width: 107px;
  height: 100%;
}
.page-footer .block-subscribe .input-text {
  height: 40px;
  border-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.page-footer .block-subscribe .input-text::placeholder {
  color: #888888 !important;
  font-size: 1.3rem !important;
  font-weight: 300 !important;
}
.page-footer .block-subscribe .actions button.button {
  width: 100%;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0 10px;
  margin-left: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}
.page-footer .block-subscribe div.mage-error[generated] {
  left: calc(50% + 20px);
}
.page-footer .footer-content.row {
  padding-top: 35px;
}
.page-footer .footer-content.row a {
  color: #cccccc;
  font-weight: 400;
}
.page-footer .footer-content.row a:hover {
  color: #ed1d24;
}
.page-footer .footer-content.row [class*="col-"]:last-child .collapsible {
  padding-left: 70px;
}
.page-footer .footer-content .block-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-footer .footer-content .phone {
  line-height: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.page-footer .footer-content .phone a {
  color: #ed1d24;
  font-size: 34px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.page-footer .footer-content .image {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-footer .footer-content .image a:first-child {
  margin-right: 10px;
}
.page-footer .footer-content a:hover {
  color: #ed1d24;
}
.block-footer-top {
  background-color: #1b1b1b;
  padding-bottom: 80px;
}
.block-footer-top .col-ft:first-child .box-content {
  position: relative;
  z-index: 1;
}
.block-footer-top .col-ft:first-child .box-content:before {
  content: "";
  position: absolute;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  background: #f6f6f6;
  z-index: -1;
}
.block-footer-top .menu-ft .title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1b1b1b;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.block-footer-top .menu-ft .title:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #ed1d24;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.block-footer-top ul {
  padding: 0;
  margin: 0;
}
.block-footer-top ul li {
  list-style-type: none;
  margin-bottom: 10px;
  line-height: 24px;
}
.block-footer-top ul li:last-child {
  margin-bottom: 0;
}
.block-footer-top ul.link-list a {
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: capitalize;
}
.block-footer-top ul.link-list a:hover {
  transform: translateY(-10px);
}
.footer-links-company {
  padding: 25px 0;
  position: relative;
  z-index: 1;
  background-color: #323232;
  font-weight: 400;
}
.footer-links-company .main1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-links-company .main1:before,
.footer-links-company .main1:after {
  display: none;
}
.footer-links-company .main1 .copyright {
  font-size: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.footer-links-company .main1 .copyright:before,
.footer-links-company .main1 .copyright:after {
  display: none;
}
.footer-links-company .main1 .copyright p {
  margin-bottom: 0;
}
.footer-links-company .main1 .copyright p a {
  color: #c1c1c1;
}
.footer-links-company .main1 .copyright p a:hover {
  color: #ed1d24;
}
.footer-links-company .main1 .payment p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-links-company .main1 .payment p:before,
.footer-links-company .main1 .payment p:after {
  display: none;
}
.footer-links-company > div:first-child:nth-last-child(1) {
  text-align: center;
  flex: 1;
}
.footer-links-company .top-form-language {
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 30px;
}
.footer-links-company .top-form-language .switcher-trigger strong span {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.footer-links-company .top-form-language .switcher .options .mage-dropdown-dialog {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 150px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.footer-links-company .top-form-language .switcher .options ul.dropdown {
  margin-bottom: 0;
}
.footer-links-company .top-form-language .switcher .options ul.dropdown a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  display: inline-block;
}
.footer-links-company .top-form-language .switcher .options ul.dropdown a:hover {
  color: #1b1b1b;
}
.footer-links-company .footer-menu {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  display: flex;
}
.footer-links-company .footer-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
}
.footer-links-company .footer-menu .menu-item:not(:last-child) {
  margin-right: 20px;
}
#backtotop {
  -webkit-animation: roll-in-left 0.6s ease-out both;
  animation: roll-in-left 0.6s ease-out both;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .page-footer .col-ft .contact-hotline .hot-number {
    font-size: 2.1rem;
  }
  .page-footer .col-ft .pharse-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1199px) {
  .block-footer-top .col-ft:first-child .box-content:before {
    display: none;
  }
  .block-footer-top .container > .row .col-ft:nth-child(2) ~ .col-ft {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .page-footer .col-ft .contact-hotline .question {
    font-size: 1.4rem;
  }
  .page-footer .col-ft .contact-hotline .hot-number {
    font-size: 1.8rem;
  }
  .page-footer .footer-content [class*="col-"]:nth-child(1),
  .page-footer .footer-content [class*="col-"]:nth-child(2) {
    margin-bottom: 30px;
  }
  .page-footer .footer-top .box-content .text {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-footer .footer-top .box-content .newsletter-block {
    flex: auto;
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 10px;
  }
  .page-footer .footer-top .box-content .social {
    width: 100%;
  }
  .page-footer .footer-top .box-content .social .social-profile .link-list {
    justify-content: center;
  }
  .page-footer .footer-content.row [class*="col-"]:last-child .collapsible {
    padding-left: 0;
  }
  .block-footer-top .link-logo {
    max-width: 120px;
    display: inline-block;
  }
  .block-footer-top .ft-logo {
    margin-bottom: 20px;
  }
  .footer-links-company .company-top {
    justify-content: center;
  }
  .footer-links-company .company-top > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-links-company .main1 {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-links-company {
    padding: 40px 0;
  }
  .toggle-mobile + .toggle-content {
    display: none;
    padding-bottom: 30px;
  }
  .block-footer-top .container {
    padding-top: 65px;
  }
  .block-footer-top .container > .row .col-ft:nth-child(1) ~ .col-ft {
    margin-top: 12px;
  }
  .block-footer-top .container > .row .col-ft:first-child {
    margin-bottom: 30px;
  }
  .block-footer-top .container > .row .col-ft:last-child .toggle-mobile + .toggle-content {
    padding-bottom: 0;
  }
  .block-footer-top .menu-ft .title:before {
    content: "\f123";
    display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 1.4rem;
    height: 35px;
    line-height: 35px;
  }
  .block-footer-top .menu-ft.opened .title:before {
    content: "\f126";
  }
  .block-footer-top .footer-software {
    display: flex;
    justify-content: center;
  }
  .footer-links-company .main1 {
    justify-content: center;
  }
  .footer-links-company .main1 .copyright {
    margin-right: 0;
    justify-content: center;
    font-size: 1.4rem;
  }
  .footer-links-company .main1 .payment img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-links-company .main1 .copyright-container {
    margin-bottom: 20px;
  }
  .page-footer .footer-content [class*="col-"]:nth-child(1),
  .page-footer .footer-content [class*="col-"]:nth-child(2) {
    margin-bottom: 0;
  }
  .page-footer .footer-content .block-title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  .page-footer .footer-content .block-title::before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 1.4rem;
    height: 18px;
    line-height: 18px;
  }
  .page-footer .footer-content .block-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #ed1d24;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .page-footer .footer-content .opened .block-title::after {
    width: 100%;
  }
  .page-footer .footer-content .collapsible.opened .block-title::before {
    content: "\f106";
  }
  .block-footer-top {
    padding-bottom: 20px;
  }
  .page-footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-footer .footer-content .toggle-tab {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    text-align: right;
  }
  .page-footer .footer-content .toggle-tab:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 2rem;
  }
  .page-footer .footer-content .toggle-content {
    display: none;
    margin-bottom: 30px;
  }
  .page-footer .footer-content.toggle-visible .toggle-tab:before {
    content: "\f106";
  }
  .page-footer .footer-content.toggle-visible .toggle-content {
    display: block;
  }
  .page-footer .footer-top .box-content {
    padding: 10px 15px;
  }
  .footer-links-company {
    padding: 20px 0;
  }
}
@media screen and (max-width: 360px) {
  .page-footer .col-ft .contact-hotline .question {
    font-size: 1.3rem;
  }
  .page-footer .col-ft .contact-hotline .hot-number {
    font-size: 1.5rem;
  }
  .footer-links-company .copyright-content .footer-menu .menu-item a {
    font-size: 1.2rem;
  }
}
.rtl .page-footer .footer-contact li .title {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .page-footer .footer-content .image a:first-child {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .page-footer .footer-content.row [class*="col-"]:last-child .collapsible {
  padding-right: 70px;
  padding-left: 0;
}
.rtl .page-footer .footer-links a:hover {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .page-footer .block-subscribe .checkbox-gender .label {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .page-footer .block-subscribe .checkbox-gender .label:before {
  left: auto;
  right: 0;
}
.rtl .page-footer .block-subscribe .actions button.button .fa-caret-right:before {
  content: "\f0d9";
}
.rtl .page-footer .block-subscribe .actions button.button {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .page-footer .footer-top .box-content .newsletter-block {
  margin-left: 0;
  margin-right: 90px;
}
.rtl .footer-links-company .top-form-language .switcher-trigger strong span {
  background-position: right center;
  padding-left: 0;
  padding-right: 20px;
}
.rtl .footer-links-company .top-form-language .switcher .options ul.dropdown a {
  padding-right: 20px;
  padding-left: 8px;
  background-position: right center;
}
.rtl .footer-links-company .main1 .copyright {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .footer-links-company .main1 .copyright a {
  float: right;
}
.rtl .footer-links-company #backtotop {
  -webkit-animation: roll-in-right 0.6s ease-out both;
  animation: roll-in-right 0.6s ease-out both;
}
@media screen and (max-width: 991px) {
  .rtl .page-footer .footer-content.row [class*="col-"]:last-child .collapsible {
    padding: 0;
  }
  .rtl .page-footer .footer-top .box-content .newsletter-block {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .rtl .footer-links-company .main1 .copyright {
    margin-left: 0;
  }
  .rtl .page-footer .footer-content .block-title::after {
    left: auto;
    right: 0;
  }
  .rtl .page-footer .footer-content .block-title::before {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .rtl .footer-links-company .main1 .copyright a {
    margin-right: 0;
  }
}
.page-wrapper {
  overflow: visible;
}
.page-layout-1column .product.media.product-img-box {
  display: block;
  align-items: stretch;
  flex: none;
  max-width: none;
  width: 50%;
}
.page-layout-1column .product-info-main.product-shop {
  max-width: none;
  width: 50%;
}
.page-layout-2columns-left .alocolumns .column.main,
.page-layout-2columns-left .columns .column.main {
  float: right;
}
.page-layout-2columns-left .alocolumns .sidebar,
.page-layout-2columns-left .columns .sidebar {
  float: left;
}
.page-layout-2columns-right .alocolumns .column.main,
.page-layout-2columns-right .columns .column.main {
  float: left;
}
.page-layout-2columns-right .alocolumns .sidebar,
.page-layout-2columns-right .columns .sidebar {
  float: left;
}
.page-layout-2columns-left .alocolumns,
.page-layout-2columns-right .alocolumns,
.page-layout-2columns-left .columns,
.page-layout-2columns-right .columns {
  margin-left: -15px;
  margin-right: -15px;
}
.page-layout-2columns-left .alocolumns .column.main,
.page-layout-2columns-right .alocolumns .column.main,
.page-layout-2columns-left .columns .column.main,
.page-layout-2columns-right .columns .column.main,
.page-layout-2columns-left .alocolumns .sidebar-sticky,
.page-layout-2columns-right .alocolumns .sidebar-sticky,
.page-layout-2columns-left .columns .sidebar-sticky,
.page-layout-2columns-right .columns .sidebar-sticky {
  padding-left: 15px;
  padding-right: 15px;
}
.page-layout-2columns-left .alocolumns .column.main,
.page-layout-2columns-right .alocolumns .column.main,
.page-layout-2columns-left .columns .column.main,
.page-layout-2columns-right .columns .column.main {
  width: 75%;
  width: calc(100% - 300px);
  flex: none;
}
.page-layout-2columns-left .alocolumns .sidebar-sticky,
.page-layout-2columns-right .alocolumns .sidebar-sticky,
.page-layout-2columns-left .columns .sidebar-sticky,
.page-layout-2columns-right .columns .sidebar-sticky {
  width: 300px;
  margin-bottom: 100px;
}
.page-layout-2columns-left .alocolumns .sidebar.sidebar-main,
.page-layout-2columns-right .alocolumns .sidebar.sidebar-main,
.page-layout-2columns-left .columns .sidebar.sidebar-main,
.page-layout-2columns-right .columns .sidebar.sidebar-main,
.page-layout-2columns-left .alocolumns .sidebar.sidebar-additional,
.page-layout-2columns-right .alocolumns .sidebar.sidebar-additional,
.page-layout-2columns-left .columns .sidebar.sidebar-additional,
.page-layout-2columns-right .columns .sidebar.sidebar-additional {
  width: 25%;
  width: 300px;
  width: auto;
  flex: none;
}
.page-layout-2columns-left .columns .sidebar-sticky,
.page-layout-2columns-right .columns .sidebar-sticky {
  display: flex;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  top: 95px;
  padding-bottom: 10px;
}
.page-layout-2columns-left .modals-quickview .columns .column.main,
.page-layout-2columns-right .modals-quickview .columns .column.main,
.page-layout-2columns-left .modals-quickview .alocolumns .column.main,
.page-layout-2columns-right .modals-quickview .alocolumns .column.main {
  width: 100%;
}
.page-layout-2columns-left .modals-quickview .product-info-main,
.page-layout-2columns-right .modals-quickview .product-info-main,
.page-layout-3columns .modals-quickview .product-info-main {
  width: 50%;
}
.page-layout-2columns-left .product.media,
.page-layout-2columns-right .product.media,
.page-layout-3columns .product.media {
  width: 50%;
  display: block;
  align-items: stretch;
}
.page-wrapper > .page-bottom {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper {
    width: 100% !important;
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .page-layout-2columns-left .columns .column.main,
  .page-layout-2columns-right .columns .column.main {
    width: 100%;
    float: none;
  }
  .page-layout-2columns-left .columns .sidebar.sidebar-main,
  .page-layout-2columns-right .columns .sidebar.sidebar-main,
  .page-layout-2columns-left .columns .sidebar.sidebar-additional,
  .page-layout-2columns-right .columns .sidebar.sidebar-additional {
    width: 100%;
    float: none;
  }
  .page-layout-2columns-left .product.media.product-img-box,
  .page-layout-2columns-right .product.media.product-img-box,
  .page-layout-3columns .product.media.product-img-box {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-layout-2columns-left .product-info-main.product-shop,
  .page-layout-2columns-right .product-info-main.product-shop,
  .page-layout-3columns .product-info-main.product-shop {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-layout-1column .product.media.product-img-box {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-layout-1column .product-info-main.product-shop {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.rtl.page-layout-2columns-left .columns .column.main {
  float: left;
}
.rtl.page-layout-2columns-left .columns .sidebar {
  float: right;
  clear: right;
}
.breadcrumbs {
  padding-top: 105px;
  padding-bottom: 105px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 90px;
  text-align: left;
  position: relative;
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/images/bkg_breadcrumbs.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.breadcrumbs .pagecrumbs-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 32px;
}
.breadcrumbs .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.breadcrumbs .items:before,
.breadcrumbs .items:after {
  display: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  font-size: 1.4rem;
}
.breadcrumbs li a {
  text-decoration: none;
  display: inline-block;
}
.breadcrumbs li strong {
  font-weight: 600;
}
.breadcrumbs li:not(:last-child):after {
  content: '\f3d3';
  color: #454545;
  font-family: "Ionicons";
  padding: 0 5px;
  margin: 0 12px;
  display: inline-block;
}
.cms-static-header {
  position: relative;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.cms-static-header > * {
  padding: 10px;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .breadcrumbs {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbs .pagecrumbs-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .breadcrumbs li a,
  .breadcrumbs li strong {
    font-size: 1.3rem;
  }
  .breadcrumbs li:not(:last-child):after {
    margin: 0 10px;
  }
}
.rtl .breadcrumbs li {
  text-align: right;
}
.rtl .breadcrumbs li:not(:last-child):after {
  content: '\f3d2';
}
.toolbar-bottom .toolbar {
  border-bottom: none;
  margin: 0;
  border: 0;
  padding: 0;
}
.toolbar-bottom .toolbar .sorter {
  display: none;
}
.toolbar-bottom .toolbar .modes {
  display: none;
}
.toolbar-bottom .toolbar.toolbar-products {
  text-align: left;
  background-color: transparent;
}
.toolbar-bottom .toolbar.toolbar-products .grid-view-mode {
  display: none;
}
.toolbar-bottom .toolbar .limiter {
  display: none;
}
.toolbar-bottom .toolbar .limiter .control .limiter-options {
  border: 1px solid #e3e3e3;
  background-position: 90% 50%;
}
.toolbar-bottom .toolbar-products .pages {
  display: block;
  margin-top: 30px;
}
.toolbar {
  padding: 8px 40px;
  margin-bottom: 28px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.toolbar:before,
.toolbar:after {
  display: none;
}
.toolbar .modes {
  flex: 1;
}
.toolbar .modes .modes-mode {
  border: 0;
  padding: 0;
}
.toolbar .modes .modes-mode.active:before,
.toolbar .modes .modes-mode:hover:before {
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/bkg_grid_hover.png);
}
.toolbar .modes .modes-mode.mode-list.active:before,
.toolbar .modes .modes-mode.mode-list:hover:before {
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/bkg_list_hover.png);
}
.toolbar.toolbar-products {
  border-radius: 5px;
}
.toolbar .sorter {
  padding-top: 0;
  float: none;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  text-align: left;
}
.toolbar .sorter .sorter-label {
  margin-right: 12px;
}
.toolbar .sorter .sorter-options,
.toolbar .limiter .control .limiter-options {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/images/alothemes/arrow-select.png");
  background-repeat: no-repeat;
  background-position: 90% 70%;
  height: 34px;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-right: 4px;
  padding-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #eeeeee;
  box-shadow: none;
  min-width: 169px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.toolbar .sorter .sorter-action {
  display: none;
}
.toolbar .grid-view-mode {
  padding-left: 20px;
  margin-left: 20px;
}
.toolbar .grid-view-mode .grid-mode {
  cursor: pointer;
}
.toolbar .grid-view-mode .grid-mode:not(:last-child) {
  margin-right: 15px;
}
.toolbar .grid-view-mode .grid-mode.grid-5,
.toolbar .grid-view-mode .grid-mode.grid-1 {
  display: none;
}
.toolbar .grid-view-mode .grid-mode:hover circle,
.toolbar .grid-view-mode .grid-mode.active circle {
  fill: #ed1d24;
}
.toolbar .limiter {
  padding-top: 0;
  float: none;
  display: inline-block;
}
.toolbar .limiter .control .limiter-options {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 30px;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.toolbar .limiter .limiter-text {
  display: none;
}
.toolbar .limiter .label {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
}
.toolbar .toolbar-amount {
  float: none;
  margin-left: 5px;
  display: none;
}
.toolbar .modes-label {
  margin-right: 12px;
  display: none;
}
.toolbar .sorter-label,
.toolbar .sorter-options,
.toolbar .modes-label,
.toolbar .limiter-options,
.toolbar .limiter-text,
.toolbar .toolbar-amount {
  font-size: 1.4rem;
  color: #222222;
  cursor: pointer;
}
.toolbar .limiter-options {
  padding: 0 10px;
  padding-right: 20px;
}
.toolbar .pages {
  width: 100%;
  text-align: center;
}
.toolbar .pages .label {
  display: none;
}
.toolbar .pages .items .item {
  display: inline-block;
}
.toolbar .pages .items .item:not(:first-child) {
  margin-left: 10px;
}
.toolbar .pages .items .item .action,
.toolbar .pages .items .item .page {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  width: 36px;
  height: 36px;
  line-height: 33px;
  padding: 0 2px;
  font-weight: 600;
  color: #2b2d2f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  text-decoration: none;
  background: #f6f6f6;
}
.toolbar .pages .items .item .action:hover,
.toolbar .pages .items .item .page:hover {
  background: #ed1d24;
  color: #fff !important;
}
.toolbar .pages .items .item .action span,
.toolbar .pages .items .item .page span {
  vertical-align: inherit;
}
.toolbar .pages .items .item:hover .page {
  color: #1b1b1b;
}
.toolbar .pages .items .item:hover .action {
  color: #1b1b1b;
}
.toolbar .pages .items .item.current .page {
  color: #fff;
  background: #ed1d24;
}
.toolbar .pages .items .item.current .page span:not(.label) {
  position: relative;
}
.toolbar .pages .items .item .action span {
  display: none;
}
.toolbar .pages .items .item .action.next {
  flex-direction: row-reverse;
}
.toolbar .pages .items .item .action:before {
  font-family: "FontAwesome";
}
.toolbar .pages .items .item .next:before {
  content: "\f105";
  margin-left: 2px;
}
.toolbar .pages .items .item .previous:before {
  content: "\f104";
  margin-right: 5px;
}
.toolbar.review-toolbar {
  display: none;
}
.review-toolbar .limiter {
  display: none;
}
.toolbar-blog-posts {
  margin-bottom: 0;
  border: 0;
}
.wishlist-toolbar {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.wishlist-toolbar .limiter {
  display: none;
}
.wishlist-toolbar .toolbar-amount {
  display: block;
}
.wishlist-toolbar:last-child {
  display: none;
}
.modes-mode {
  height: 26px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  padding: 0 10px;
}
.modes-mode:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/images/bkg_grid.png");
  background-repeat: no-repeat;
  background-position: center;
}
.modes-mode span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mode-list:before {
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/images/bkg_list.png");
}
.mode-grid {
  margin-right: 7px;
}
.page-layout-1column .toolbar-bottom .toolbar-products .pages {
  text-align: center;
}
.page-layout-1column-full-width .toolbar .sidebar-filters-toggle,
.page-layout-1column .toolbar .sidebar-filters-toggle {
  order: 1;
  margin-right: 0;
  margin-left: 40px;
  padding: 0 10px 0 5px;
}
.page-layout-1column-full-width .toolbar .grid-view-mode .grid-mode.grid-5,
.page-layout-1column .toolbar .grid-view-mode .grid-mode.grid-5 {
  display: inline-block;
}
.page-layout-1column-full-width .toolbar .grid-view-mode .grid-mode.grid-2,
.page-layout-1column .toolbar .grid-view-mode .grid-mode.grid-2 {
  display: none;
}
/* responsive */
@media screen and (max-width: 1919px) {
  .page-layout-1column-full-width .toolbar .grid-view-mode .grid-mode.grid-5,
  .page-layout-1column .toolbar .grid-view-mode .grid-mode.grid-5 {
    display: none;
  }
}
@media screen and (max-width: 1479px) {
  .toolbar .grid-view-mode .grid-mode.grid-4 {
    display: none;
  }
  .page-layout-1column-full-width .toolbar .grid-view-mode .grid-mode.grid-2,
  .page-layout-1column .toolbar .grid-view-mode .grid-mode.grid-2 {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  .toolbar .sorter {
    display: none;
  }
  .toolbar .grid-view-mode .grid-mode.grid-4 {
    display: none;
  }
  .toolbar .grid-view-mode .grid-mode.grid-3 {
    display: none;
  }
  .toolbar .grid-view-mode .grid-mode.grid-1 {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .toolbar-top {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 1;
  }
  .toolbar-top .toolbar {
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 0;
  }
  .toolbar-top .toolbar .toolbar-amount {
    display: none;
  }
  .toolbar {
    text-align: center;
    padding: 8px 20px;
  }
  .toolbar.toolbar-products {
    text-align: left;
  }
  .toolbar .pages {
    float: none;
  }
  .toolbar .pages .items {
    justify-content: center;
  }
  .toolbar .sorter {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .toolbar .grid-view-mode .grid-mode.grid-3 {
    display: inline-block;
  }
  .toolbar .grid-view-mode .grid-mode.grid-1 {
    display: none;
  }
  .toolbar-bottom {
    display: none;
  }
  .has-sidebar-filters-toggle #layerednav-list-products .sidebar-filters-toggle::before {
    left: auto;
    right: 0;
    background-color: #1b1b1b;
    color: #ffffff;
  }
  .page-layout-1column-full-width .toolbar .grid-view-mode,
  .page-layout-1column .toolbar .grid-view-mode {
    padding-left: 0;
    margin-left: 0;
  }
  .page-layout-1column-full-width.page-with-filter .block.filter .block-content,
  .page-layout-1column.page-with-filter .block.filter .block-content {
    max-width: 100%;
  }
  .page-layout-2columns-left.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle,
  .page-layout-2columns-right.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle {
    order: 1;
    margin: 0;
  }
  .toolbar .grid-view-mode {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .toolbar .grid-view-mode .grid-mode.grid-3 {
    display: none;
  }
  .toolbar .grid-view-mode .grid-mode.grid-1 {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .toolbar-bottom {
    margin-top: 40px;
  }
  .toolbar .grid-view-mode {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .toolbar .modes {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  .page-products .toolbar .limiter {
    display: none;
  }
}
@media screen and (max-width: 319px) {
  .toolbar .sorter {
    width: 100%;
    margin-bottom: 10px;
    flex: unset;
    text-align: center;
  }
}
.rtl .mode-grid {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .limiter-options {
  margin: 0 7px 0 5px;
}
.rtl .service-customers .primary-service .service-item .icon {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .toolbar .limiter-options {
  padding-right: 10px;
  padding-left: 20px;
}
.rtl .toolbar .modes {
  text-align: right;
}
.rtl .toolbar .grid-view-mode {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 20px;
}
.rtl .toolbar .sorter .sorter-options,
.rtl .toolbar .limiter .control .limiter-options {
  background-position: 10% 50%;
}
.rtl .toolbar .grid-view-mode .grid-mode:not(:last-child) {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .toolbar .pages .items .item .next:before {
  content: "\f104";
  margin-left: 0;
  margin-right: 5px;
}
.rtl .toolbar .pages .items .item .previous:before {
  content: "\f105";
  margin-left: 5px;
  margin-right: 0;
}
.rtl .toolbar .pages .items .item:not(:first-child) {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .toolbar .limiter .control .limiter-options {
  padding-right: 10px;
  padding-left: 30px;
}
.rtl .toolbar .sorter {
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 20px;
  border-left: 0;
  border-right-width: 2px;
  border-right-style: solid;
}
.rtl .toolbar .sorter .sorter-options {
  padding-right: 12px;
  padding-left: 4px;
}
.rtl .toolbar .sorter .sorter-label {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .toolbar .toolbar-amount {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .toolbar-top .toolbar .toolbar-amount {
  float: left;
}
.rtl .toolbar-top .toolbar .sorter {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .toolbar-bottom .toolbar.toolbar-products {
  text-align: right;
}
.rtl .page-layout-1column-full-width .toolbar .sidebar-filters-toggle,
.rtl .page-layout-1column .toolbar .sidebar-filters-toggle {
  margin-left: 0;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .rtl .toolbar-top .toolbar {
    text-align: left;
  }
  .rtl .toolbar .pages {
    float: none;
  }
  .rtl .toolbar .sorter {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .rtl .has-sidebar-filters-toggle #layerednav-list-products .sidebar-filters-toggle::before {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 320px) {
  .rtl .toolbar .modes {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
.slick-initialized .slick-slide {
  position: relative;
}
.magicslider .slick-slide .figcaption .caption1,
.magicslider .slick-slide .figcaption .caption2,
.magicslider .slick-slide .figcaption .caption3,
.magicslider .slick-slide .figcaption .caption4,
.magicslider .slick-slide .figcaption .caption5,
.magicslider .slick-slide .figcaption .actions,
.magicslider .slick-slide .figcaption .action {
  display: none;
}
.magicslider .slick-slide.slick-active .figcaption .caption1,
.magicslider .slick-slide.slick-active .figcaption .caption4 {
  display: block;
  -moz-animation: fadeInRight 0.8s ease-in 1s backwards;
  -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
  animation: fadeInRight 0.8s ease-in 1s backwards;
}
.magicslider .slick-slide.slick-active .figcaption .caption2,
.magicslider .slick-slide.slick-active .figcaption .caption5,
.magicslider .slick-slide.slick-active .figcaption .caption3 {
  display: block;
  -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  animation: fadeInLeft 0.8s ease-in 1.5s backwards;
}
.magicslider .slick-slide.slick-active .figcaption .action {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  -moz-animation: fbounce-in-top 0.8s ease-in 2s backwards;
  -webkit-animation: bounce-in-top 0.8s ease-in 2s backwards;
  animation: bounce-in-top 0.8s ease-in 2s backwards;
}
.magicslider .slick-slide.slick-active .figcaption .action:last-child {
  -moz-animation: fbounce-in-top 0.8s ease-in 2.5s backwards;
  -webkit-animation: bounce-in-top 0.8s ease-in 2.5s backwards;
  animation: bounce-in-top 0.8s ease-in 2.5s backwards;
}
.magicslider > .item:nth-child(n+2) {
  display: none;
}
.magicslider > .item .figcaption {
  display: none;
}
.magicslider .slick-slide .item {
  display: block !important;
}
.static-home-slide {
  margin-bottom: 85px;
}
.static-home-slide .container-slide {
  margin-bottom: 30px;
}
.static-home-slide .magicslider .slick-prev {
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.static-home-slide .magicslider .slick-prev::before {
  content: "\f102";
  transform: translateX(20px);
}
.static-home-slide .magicslider .slick-prev:hover::before {
  transform: translateX(0);
}
.static-home-slide .magicslider .slick-next {
  border: 0;
}
.static-home-slide .magicslider .slick-next::before {
  content: "\f103";
  transform: translateX(-20px);
}
.static-home-slide .magicslider .slick-next:hover::before {
  transform: translateX(0);
}
.static-home-slide .magicslider:hover .slick-prev {
  left: 30px;
}
.static-home-slide .magicslider:hover .slick-next {
  right: 30px;
}
.static-home-slide .magicslider .slick-arrow {
  opacity: 1;
  visibility: visible;
  top: calc(50% - 20px);
  background-color: transparent;
  border: 1px solid #888888;
  border-radius: 0;
}
.static-home-slide .magicslider .slick-arrow::before {
  font-family: "flaticonv2";
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0;
}
.static-home-slide .magicslider .slick-arrow:hover {
  border-color: #ed1d24;
}
.static-home-slide .magicslider .slick-arrow:hover::before {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #ed1d24;
}
.static-home-slide .slick-slide img {
  width: 100%;
}
.static-home-slide .slick-slide .figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  line-height: 1;
}
.static-home-slide .slick-slide .text-slide {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 51rem;
  position: absolute;
  text-align: left;
}
.static-home-slide .slick-slide .text-slide .caption1 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}
.static-home-slide .slick-slide .text-slide .caption2 {
  font-size: 4.8rem;
  line-height: 57px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  position: relative;
}
.static-home-slide .slick-slide .text-slide .caption2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  background-color: #ed1d24;
  height: calc(100% - 20px);
}
.static-home-slide .slick-slide .text-slide .caption3 {
  font-size: 1.8rem;
  margin-bottom: 45px;
  font-weight: 400;
  line-height: 1.4;
}
.static-home-slide .slick-slide .text-slide .caption3 strong {
  font-size: 2.8rem;
  font-weight: 400;
  text-decoration: underline;
}
.static-home-slide .slick-slide.slick-active .text-slide .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.static-home-slide .slick-slide.slick-active .text-slide .actions:before,
.static-home-slide .slick-slide.slick-active .text-slide .actions:after {
  display: none;
}
.static-home-slide .slick-dots {
  bottom: 30px;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.slick-slider:hover .slick-prev {
  left: -40px;
}
.slick-slider:hover .slick-next {
  right: -40px;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  border: 1px solid #e4e4e4;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
  z-index: 7;
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  border: 1px solid #888888;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Ionicons";
  font-size: 1.8rem;
  display: inline-block;
  line-height: 44px;
}
.slick-prev {
  left: -50px;
  right: auto;
}
.slick-prev:before {
  content: "\f3d2";
}
.slick-next {
  right: -50px;
  left: auto;
}
.slick-next:before {
  content: "\f3d3";
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}
/* responsive */
@media screen and (max-width: 1439px) {
  .static-home-slide .magicslider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .static-home-slide .slick-slide .text-slide {
    max-width: 30rem;
  }
  .static-home-slide .slick-slide .text-slide .caption1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .static-home-slide .slick-slide .text-slide .caption2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 10px;
  }
  .static-home-slide .slick-slide .text-slide .caption3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .static-home-slide .slick-slide .text-slide .caption3 strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .slick-prev:before,
  .slick-next:before {
    line-height: 38px;
  }
  .slick-slider:hover .slick-next {
    right: 16px;
  }
  .slick-slider:hover .slick-prev {
    left: 16px;
  }
  .block-categories-deal .content-products .slick-arrow {
    top: 60%;
  }
  .block-static-top-products .content-products .slick-arrow {
    top: 48%;
  }
  .static-home-slide {
    margin-bottom: 50px;
  }
  .static-home-slide .slick-slide .text-slide {
    max-width: 23rem;
  }
  .static-home-slide .slick-slide .text-slide .caption1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .static-home-slide .slick-slide .text-slide .caption2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 25px;
  }
  .static-home-slide .slick-slide .text-slide .caption2::before {
    top: 2px;
    height: calc(100% - 4px);
  }
  .magicslider .slick-slide.slick-active .figcaption .caption3 {
    display: none;
  }
  .magicslider .slick-slide.slick-active .figcaption .action {
    font-size: 12px;
    height: 3.5rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 360px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .static-home-slide .slick-slide .text-slide {
    max-width: 18rem;
  }
  .static-home-slide .slick-slide .text-slide .caption1 {
    font-size: 14px;
  }
  .static-home-slide .slick-slide .text-slide .caption2 {
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
  }
  .static-home-slide .slick-slide .text-slide .caption2::before {
    top: 5px;
    height: calc(100% - 10px);
  }
  .magicslider .slick-slide.slick-active .figcaption .action {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 320px) {
  .static-home-slide .slick-slide.slick-active .text-slide .actions .action:nth-child(2) {
    display: none;
  }
  .static-home-slide .slick-slide .text-slide .caption3 {
    display: none;
  }
  .static-home-slide .slick-slide .text-slide .actions .action:nth-child(2) {
    display: none;
  }
  .static-home-slide .magicslider .slick-next,
  .static-home-slide .magicslider .slick-prev {
    display: none !important;
  }
}
.rtl .static-home-slide .slick-slide .figcaption {
  direction: ltr;
}
.rtl .static-home-slide .slick-slide .text-slide {
  text-align: right;
}
.rtl .static-home-slide .slick-slide .text-slide .actions {
  justify-content: flex-end;
}
.rtl .static-home-slide .slick-slide .text-slide .actions .action:last-child {
  margin-left: 0;
}
.rtl .static-home-slide .slick-slide .text-slide .caption2 {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .static-home-slide .slick-slide .text-slide .caption2::before {
  left: auto;
  right: 0;
}
.rtl .static-home-slide .magicslider:hover .slick-prev {
  left: 30px;
  right: auto;
}
.rtl .static-home-slide .magicslider:hover .slick-next {
  left: auto;
  right: 30px;
}
.rtl body .slick-prev {
  left: -50px;
  right: auto;
}
.rtl body .slick-next {
  left: auto;
  right: -50px;
}
.block.filter .filter-options-title,
.block.block-product-tags .block-title {
  line-height: normal;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  font-family: Rubik, sans-serif;
}
.block.filter .filter-options-title:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 18px;
}
.block.filter .filter-options-title:after,
.block.block-product-tags .block-title:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #ed1d24;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.block.filter .filter-current {
  margin-bottom: 40px;
}
.block.filter .filter-current .filter-current-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
}
.block.filter .filter-options-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block.filter .filter-options-item.active .filter-options-title:before {
  content: "\f106";
}
.block.filter .filter-options-item .filter-options-content {
  margin-top: 24px;
}
.block.filter .filter-options-item .filter-options-content .item {
  margin-bottom: 10px;
}
.block.filter .filter-options-item .filter-options-content .item > a:before {
  content: "";
  font-family: "Ionicons";
  line-height: 13px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: 1px 10px 2px 0;
}
.block.filter .filter-options-item .filter-options-content .item > a:hover:before {
  border-color: #ed1d24;
  content: "\f383";
  background: #ed1d24;
  color: #fff;
}
.block.filter .filter-options .count {
  color: inherit;
}
.block.filter .filter-current .items {
  margin-top: 10px;
}
.block.filter .filter-current .items .item {
  position: relative;
}
.block.filter .filter-current .items .filter-label {
  font-weight: 600;
}
.block.filter .filter-current .items .filter-label:after {
  content: ":";
}
.block.filter .filter-current .items .action.remove {
  position: absolute;
  top: 0;
  right: 0;
}
.block.filter .filter-current .items .action.remove:hover {
  color: #ed1d24;
}
.block.filter .filter-current .items .action.remove .fa:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
  font-size: 2rem;
}
.block.filter .filter-actions {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block .filter-title {
  display: none;
}
.block .filter-title strong {
  line-height: normal;
  text-transform: none;
  font-weight: 600;
  padding-bottom: 0;
}
.block.block-product-tags .block-title h2 {
  margin-bottom: 0;
  font-weight: 600;
}
.block.block-product-tags .block-content {
  margin-top: 42px;
}
.block.block-product-tags .list-product-tags {
  margin-left: -5px;
  margin-right: -5px;
}
.block.block-product-tags .list-product-tags:before,
.block.block-product-tags .list-product-tags:after {
  content: "";
  display: table;
}
.block.block-product-tags .list-product-tags:after {
  clear: both;
}
.block.block-product-tags .list-product-tags li {
  margin: 5px 5px;
  padding: 0;
  border: none;
  position: relative;
}
.block.block-product-tags .list-product-tags li a {
  line-height: 38px;
  background: transparent;
  border: 1px solid #ebebeb;
  color: #555;
  display: block;
  padding: 0 20px;
}
.block.block-product-tags .list-product-tags li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: -1;
}
.block.block-product-tags .list-product-tags li:hover {
  background-color: transparent;
}
.block.block-product-tags .list-product-tags li:hover a {
  border-color: #ed1d24;
  color: #ffffff;
}
.block.block-product-tags .list-product-tags li:hover::before {
  width: 100%;
  background: #ed1d24;
}
.sidebar.sidebar-main {
  padding-right: 0;
}
.sidebar .accor-title {
  line-height: normal;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.sidebar .accordion-container .meanmenu-accordion {
  border: 0;
  padding: 0;
}
.sidebar ul.nav-accordion {
  padding: 0;
}
.sidebar ul.nav-accordion li a.level-top {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .accordion-container .all-cat {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ed1d24;
  color: #ffffff;
}
.sidebar .accordion-container .all-cat:hover {
  background-color: #1b1b1b;
}
.sidebar .accordion-container .all-cat:hover span {
  color: #ffffff;
}
.sidebar .all-cat {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.sidebar .all-cat span {
  position: relative;
}
.sidebar .all-cat span:after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-size: 1.8rem;
}
.sidebar .all-cat span:first-child:after {
  content: "\f107";
}
.sidebar .product-sidebar {
  margin-top: 0;
}
.sidebar .product-sidebar .block-title-tabs {
  text-transform: capitalize;
}
.sidebar .product-sidebar .block-title-tabs .magictabs {
  text-align: left;
}
.sidebar .product-sidebar .block-title-tabs .magictabs .item.activated .title {
  font-size: 2rem;
  font-weight: 400;
}
.sidebar .product-sidebar .block-title-tabs .magictabs .item.activated .title:after {
  display: none;
}
.sidebar .product-sidebar .price-box .price {
  font-size: 1.6rem;
}
.sidebar .product-sidebar .price-box .special-price .price {
  font-size: 1.6rem;
}
.sidebar .actions {
  margin-top: 10px;
}
.sidebar .actions button.button {
  width: 100%;
}
.sidebar.sidebar-additional .block.block-tags {
  margin-bottom: 65px;
}
.sidebar.sidebar-additional .cms-title .title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.8rem;
  width: calc(100% - 85px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar.sidebar-additional .slick-prev,
.sidebar.sidebar-additional .slick-next {
  opacity: 1;
  visibility: visible;
  top: -30px;
  width: 36px;
  height: 36px;
}
.sidebar.sidebar-additional .slick-prev:before,
.sidebar.sidebar-additional .slick-next:before {
  font-size: 1.8rem;
  line-height: 32px;
}
.sidebar.sidebar-additional .slick-prev {
  right: 60px;
  left: auto;
}
.sidebar.sidebar-additional .slick-next {
  right: 15px;
}
.sidebar.sidebar-additional .slick-dots {
  margin-top: 20px;
  position: static;
}
.sidebar.sidebar-additional .product-items .product-item-actions {
  margin-top: 0;
}
.sidebar.sidebar-additional .product-items .product-item-info .product-item-photo {
  float: none;
  margin: 0;
  position: static;
}
.sidebar.sidebar-additional .product-items .product-item-info .product-item-details {
  margin-left: 0;
}
.sidebar.sidebar-additional .cms-static-product.product-sidebar .cms-content .block-title-tabs {
  display: none;
}
.sidebar.sidebar-additional .cms-static-product.product-sidebar .cms-content .slick-list {
  padding-left: 0;
  padding-right: 0;
}
.sidebar.sidebar-additional .cms-static-block {
  margin-bottom: 30px;
}
.sidebar.sidebar-additional .cms-static-block a {
  display: inline-block;
  overflow: hidden;
}
.sidebar.sidebar-additional .cms-static-block a img {
  -webkit-animation: kenburns-top 5s ease-in reverse both;
  animation: kenburns-top 5s ease-in reverse both;
}
.sidebar.sidebar-additional .cms-static-testimonial {
  margin-bottom: 30px;
}
.sidebar.sidebar-additional .cms-static-testimonial .block-testimonial {
  display: none;
}
.sidebar.sidebar-additional .cms-static-testimonial .block-content {
  padding: 10px 0;
}
.sidebar.sidebar-additional .cms-static-testimonial .block-content .testimonial {
  border: 2px solid;
  padding: 20px;
  min-height: 196px;
}
.sidebar.sidebar-additional .cms-static-testimonial .slick-prev,
.sidebar.sidebar-additional .cms-static-testimonial .slick-next {
  top: -40px;
}
.sidebar.sidebar-additional .cms-static-testimonial .slick-prev {
  right: 45px;
}
.sidebar.sidebar-additional .cms-static-testimonial .slick-next {
  right: 0;
}
.sidebar.sidebar-additional .cms-static-testimonial .testimonial_text {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sidebar.sidebar-additional .cms-static-testimonial .testimonial_customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}
.sidebar.sidebar-additional .cms-static-testimonial .testimonial_customer:before,
.sidebar.sidebar-additional .cms-static-testimonial .testimonial_customer:after {
  display: none;
}
.sidebar.sidebar-additional .cms-static-testimonial .testimonial_customer .customer-img {
  width: 42px;
  height: 42px;
}
.sidebar.sidebar-additional .cms-static-testimonial .testimonial_customer .customer-info {
  width: calc(100% - 42px);
  padding-left: 10px;
}
.sidebar.sidebar-additional .block-subscribe {
  border-width: 6px;
  border-style: solid;
  padding: 15px 20px 35px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sidebar.sidebar-additional .block-subscribe .block-title {
  position: absolute;
  top: 35px;
  right: 20px;
  left: 20px;
  z-index: 1;
  display: block;
}
.sidebar.sidebar-additional .block-subscribe .block-title .title {
  font-weight: 600;
  line-height: 1.071;
  font-size: 2.8rem;
  display: block;
}
.sidebar.sidebar-additional .block-subscribe .block-title .text {
  line-height: 1.333;
}
.sidebar.sidebar-additional .block-subscribe .icon {
  font-size: 15rem;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 10px;
}
.sidebar.sidebar-additional .block-subscribe .block-content {
  margin-top: 55px;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar,
.sidebar.sidebar-additional .block-reorder .actions-toolbar,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar:before,
.sidebar.sidebar-additional .block-reorder .actions-toolbar:before,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar:before,
.sidebar.sidebar-additional .block-compare .actions-toolbar:after,
.sidebar.sidebar-additional .block-reorder .actions-toolbar:after,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar:after {
  display: none;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar .primary .action,
.sidebar.sidebar-additional .block-reorder .actions-toolbar .primary .action,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar .primary .action {
  padding: 0 20px;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar:before,
.sidebar.sidebar-additional .block-reorder .actions-toolbar:before,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar:before,
.sidebar.sidebar-additional .block-compare .actions-toolbar:after,
.sidebar.sidebar-additional .block-reorder .actions-toolbar:after,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar:after {
  display: none;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar .secondary .action,
.sidebar.sidebar-additional .block-reorder .actions-toolbar .secondary .action,
.sidebar.sidebar-additional .block-wishlist .actions-toolbar .secondary .action {
  margin-top: 0;
  margin-left: 5px;
}
.sidebar.sidebar-additional .block-compare .action.compare {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 500;
}
.sidebar.sidebar-additional .block-compare .action.delete {
  right: auto;
}
.sidebar.sidebar-additional .block-reorder .block-title {
  display: block;
}
.sidebar.sidebar-additional .block-reorder .product-item {
  position: relative;
  padding-left: 17px;
}
.sidebar.sidebar-additional .block-reorder .product-item .checkbox {
  margin: 0;
  cursor: pointer;
}
.sidebar.sidebar-additional .block-reorder .product-item .field.choice {
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar.sidebar-additional .block-wishlist .block-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sidebar.sidebar-additional .block-wishlist .product-items {
  max-height: 464px;
  overflow-y: auto;
}
.sidebar.sidebar-additional .widget.block-recent-posts .item {
  border: none !important;
}
.sidebar.sidebar-additional .product-items .product-item {
  width: 100%;
}
.sidebar.sidebar-additional .block-instagram {
  padding-top: 0;
}
.sidebar.sidebar-additional .block-instagram .ins-title {
  text-align: left;
  margin-bottom: 15px;
}
.sidebar.sidebar-additional .block-instagram .instagram-feed .slick-slide:hover .sub {
  opacity: 0;
}
.sidebar.sidebar-additional .block-instagram .instagram-feed .slick-slide li:hover .sub {
  opacity: 1;
}
.sidebar.sidebar-additional .block-instagram .instagram-feed .slick-slide > div:not(:last-child) {
  margin-bottom: 3px;
}
.sidebar.sidebar-additional .block-tagclaud .tagclaud-hld {
  padding: 0;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.sidebar.sidebar-additional .block-tagclaud .tagclaud-hld > span {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.sidebar.sidebar-additional .block-tagclaud .tagclaud-hld > span a {
  display: inline-block;
  border: solid 1px;
  line-height: 38px;
  padding: 0 20px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sidebar.sidebar-additional .block-tagclaud .tagclaud-hld > span a:hover {
  border-color: #ed1d24;
  color: #ffffff;
}
.sidebar ul.nav-accordion li {
  margin: 0;
}
.sidebar ul.nav-accordion li a {
  line-height: 30px;
}
.sidebar ul.nav-accordion .expand,
.sidebar ul.nav-accordion .collapse {
  height: 30px;
}
.sidebar ul.nav-accordion .expand:before,
.sidebar ul.nav-accordion .collapse:before {
  line-height: 30px;
}
.sidebar .page-products .block.filter .filter-options-item .filter-options-title {
  position: relative;
}
.sidebar .page-products .block.filter .filter-options-item .filter-options-title:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .page-products .block.filter .filter-options-item.active .filter-options-title:before {
  content: "\f106";
}
.sidebar .page-products.page-layout-1column .widget-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #f3f3f3;
  padding: 8px 40px;
  margin-bottom: 30px;
}
.sidebar .page-products.page-layout-1column .widget-filter:before,
.sidebar .page-products.page-layout-1column .widget-filter:after {
  display: none;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-subtitle {
  display: block;
  margin-bottom: 10px;
  display: none;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item {
  flex: 1;
  position: relative;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item:not(:last-child) {
  margin-right: 30px;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item .filter-options-content {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
  background-color: #ffffff;
  padding: 10px;
  max-height: 50vh;
  overflow-y: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item .filter-options-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item .filter-options-content::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item .filter-options-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item .filter-options-title {
  margin-bottom: 0;
}
.sidebar .page-products.page-layout-1column .block.filter .filter-options-item.active .filter-options-content {
  display: none !important;
}
.sidebar .page-products.page-layout-2columns-left .accordion-container {
  border-width: 2px;
  border-style: solid;
  padding: 35px 25px;
}
.sidebar .page-products.page-layout-2columns-left .block.filter {
  border-width: 2px;
  border-style: solid;
  padding: 35px 25px;
}
.sidebar .page-products.page-layout-2columns-left .block.filter .filter-options-item:not(:last-child) {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#layered_ajax_price_attribute .ui-slider {
  background: #e8e3dd;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: inset 0 2px 0 0 #cacaca;
  -webkit-box-shadow: inset 0 2px 0 0 #cacaca;
}
#layered_ajax_price_attribute .ui-slider .ui-slider-range {
  background: #1b1b1b;
}
.page-layout-1column .block.filter {
  padding: 0;
  border: 0;
}
.page-layout-1column .block.filter .block-content {
  border: 2px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px 40px 0;
  margin-bottom: 30px;
}
.page-layout-1column .block.filter .filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-layout-1column .block.filter .filter-options:before,
.page-layout-1column .block.filter .filter-options:after {
  display: none;
}
.page-layout-1column .block.filter .filter-options .filter-options-item {
  width: 20%;
  padding: 0 15px;
  position: relative;
  border-bottom: 0;
  margin-bottom: 30px;
}
.page-layout-1column .block.filter .filter-options .filter-options-item .filter-options-title {
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.page-layout-1column .block.filter .filter-options .filter-options-item .filter-options-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.blog-page-list .sidebar .widget .block-title,
.blog-post-view .sidebar .widget .block-title {
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  text-transform: uppercase;
}
.blog-page-list .sidebar .widget .block-title:after,
.blog-post-view .sidebar .widget .block-title:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #ef1e1e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.blog-page-list .sidebar .widget .block-title > strong,
.blog-post-view .sidebar .widget .block-title > strong {
  font-size: 2rem;
  font-weight: 600;
  color: #1b1b1b;
}
.blog-page-list .sidebar .widget.blog-search .block-title,
.blog-post-view .sidebar .widget.blog-search .block-title {
  display: none;
}
.page-layout-1column.has-sidebar-filters-toggle .block.filter .block-title.filter-title,
.page-layout-1column-full-width.has-sidebar-filters-toggle .block.filter .block-title.filter-title {
  display: inline-block;
}
/* responsive */
@media screen and (max-width: 991px) {
  .block.filter {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
  }
  .block.filter .block-title {
    display: inline-block;
  }
  .block.filter .block-title strong {
    border-width: 2px;
    border-style: solid;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    line-height: 28px;
    height: 34px;
    padding: 0 25px;
    min-width: 150px;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: absolute;
    top: 2px;
    left: 35px;
  }
  .block.filter .filter-options-title,
  .block.block-product-tags .block-title {
    padding-bottom: 8px;
  }
  .block.filter .filter-options-title:before {
    line-height: 30px;
  }
  .block.filter .block-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 20px 20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    z-index: 11;
    overflow-y: auto;
  }
  .block.filter.active .block-title {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    width: 50px;
    text-align: center;
  }
  .block.filter.active .block-title strong {
    font-size: 0;
    padding: 0;
    min-width: unset;
    position: fixed;
    top: 6px;
    left: auto;
    right: 7px;
  }
  .block.filter.active .block-title strong:after {
    font-family: "Pe-icon-7-stroke";
    content: "\e680";
    font-size: 4rem;
    font-weight: 400;
  }
  .block.filter.active .block-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .block.filter.active .block-content .block-subtitle {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #ebebeb;
    margin-bottom: 35px;
    font-size: 1.7rem;
  }
  .has-sidebar-filters-toggle .block.filter .block-title {
    display: none;
  }
  .filter-active #maincontent {
    position: relative;
    z-index: 51;
  }
  .filter-active .header {
    position: relative;
    z-index: 10;
  }
  .filter .filter-current {
    border: solid #ccc;
    border-width: 0 0 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current.active {
    padding-bottom: 13px;
  }
  .filter .filter-current.active .items {
    display: block;
    color: #000000;
  }
  .filter .filter-current.active .items .item {
    display: flex;
  }
  .filter .filter-current.active .items .item .filter-value {
    flex: 1;
  }
  .filter .filter-current.active .items .action.remove {
    color: #999;
    font-size: 1.3rem;
    float: right;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: block;
    text-decoration: none;
    margin-top: 10px;
    color: #000000;
  }
  .filter .filter-actions {
    margin: 0;
    margin-bottom: 15px;
  }
  .filter .filter-actions .action.clear {
    display: inline-block;
    font-size: 1.3rem;
  }
  .filter .filter-label:after {
    content: ":";
    margin-left: 2px;
  }
  .sidebar .accordion-container {
    display: none;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
  }
  .sidebar-additional {
    order: 3;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .page-layout-1column .block.filter .filter-options .filter-options-item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .page-layout-1column .block.filter .filter-options .filter-options-item .filter-options-content {
    position: static;
    box-shadow: none;
  }
  .page-layout-1column .block.filter .block-content {
    border-width: 0;
    padding: 0 20px 20px;
  }
  .page-layout-2columns-left .columns .sidebar.sidebar-additional,
  .page-layout-2columns-right .columns .sidebar.sidebar-additional,
  .page-layout-2columns-left .columns .sidebar.sidebar-additional,
  .page-layout-2columns-right .columns .sidebar.sidebar-additional {
    position: static !important;
    width: 100% !important;
  }
  .catalog-product-view .sidebar.sidebar-additional {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sidebar .product-sidebar .block-title-tabs .magictabs .item.activated .title {
    font-size: 1.8rem;
  }
  .filter-subtitle {
    font-size: 1.8rem;
  }
  .toolbar .sorter .sorter-label {
    margin-right: 5px;
  }
  .toolbar-top .toolbar .modes .modes-mode:before {
    font-size: 1.8rem;
  }
  ul.nav-accordion li a {
    display: flex;
    flex-wrap: wrap;
  }
  ul.nav-accordion li a > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  ul.nav-accordion .expand,
  ul.nav-accordion .collapse {
    right: auto;
    left: 0;
  }
  ul.nav-accordion ul ul li a:before {
    content: "\f0d9";
    padding-right: 0;
    padding-left: 12px;
  }
}
@media screen and (max-width: 360px) {
  .sidebar .widget.block-recent-posts .item {
    width: 100%;
  }
  .sidebar .widget.block-recent-posts .item:not(:first-child) {
    margin-top: 20px;
  }
}
.rtl .block.filter .filter-options-title:before {
  right: auto;
  left: 0;
}
.rtl .block.filter .filter-options-content .items .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rtl .block.filter .filter-options-content .items .item a:before {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .block.filter .filter-options .count {
  margin-right: 5px;
}
.rtl .sidebar ul.nav-accordion ul {
  padding-right: 15px;
  padding-left: 0;
}
.rtl .sidebar ul.nav-accordion li a {
  text-align: right;
}
.rtl .sidebar ul.nav-accordion .expand,
.rtl .sidebar ul.nav-accordion .collapse {
  left: 0;
  right: auto;
}
.rtl .sidebar .accor-title {
  text-align: right;
}
.rtl .sidebar .meanmenu-accordion .all-cat span {
  text-align: right;
}
.rtl .sidebar .all-cat span:after {
  right: auto;
  left: 0;
}
.rtl .sidebar .product-sidebar .block-title-tabs .magictabs {
  text-align: right;
}
.rtl .sidebar .product-sidebar .products.wrapper.grid .product-item .product-item-info .product-item-details {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
}
.rtl .sidebar .block-reorder .product-item {
  padding-left: 0;
  padding-right: 17px;
}
.rtl .sidebar .block-reorder .product-item .field.choice {
  left: auto;
  right: 0;
}
.rtl .sidebar.sidebar-additional .cms-title .title {
  text-align: right;
}
.rtl .sidebar.sidebar-additional .slick-prev {
  right: auto;
  left: 15px;
}
.rtl .sidebar.sidebar-additional .slick-next {
  right: auto;
  left: 60px;
}
.rtl .sidebar.sidebar-additional .cms-static-testimonial .slick-prev {
  left: 0;
}
.rtl .sidebar.sidebar-additional .cms-static-testimonial .slick-next {
  left: 45px;
}
.rtl .sidebar.sidebar-additional .cms-static-testimonial .testimonial_text {
  text-align: right;
}
.rtl .sidebar.sidebar-additional .cms-static-testimonial .testimonial_customer .customer-info {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .page-products.page-layout-1column .block.filter .filter-options-item .filter-options-title:before {
  right: auto;
  left: 0;
}
.rtl .block.filter .filter-options-title:after,
.rtl .block.block-product-tags .block-title:after {
  left: auto;
  right: 0;
}
.rtl .block.filter .filter-current .items .action.remove {
  right: auto;
  left: 0;
}
.rtl .blog-page-list .sidebar .widget .block-title:after,
.rtl .blog-post-view .sidebar .widget .block-title:after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 991px) {
  .rtl .block.filter .block-content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .rtl .block.filter.active .filter-subtitle {
    left: auto;
    right: 30px;
  }
  .rtl .block.filter.active .block-title.filter-title {
    right: auto;
    left: 0;
  }
  .rtl .block.filter.active .block-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .rtl .filter .filter-current.active .items .action.remove {
    float: left;
  }
  .rtl .page-products.page-layout-1column .block.filter .filter-options-item:not(:last-child) {
    margin-left: 0;
  }
}
.social-profile {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.social-profile li {
  margin-bottom: 0;
  display: inline-block;
}
.social-profile li:not(:last-child) {
  margin-right: 20px;
}
.social-profile .social-link {
  font-size: 2.3rem;
}
.instagram-feed .title {
  display: none;
}
.instagram-feed img {
  width: 100%;
}
.instagram-list {
  padding-left: 0;
  padding-right: 0;
}
.instagram-list .slick-slide a {
  position: relative;
  overflow: hidden;
  display: block;
}
.instagram-list .slick-slide a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  font-size: 40px;
  vertical-align: middle;
  transform: translateY(100%);
  transition: all 500ms ease;
  backface-visibility: hidden;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -100%);
  opacity: 0;
  font-weight: 700;
  z-index: 1;
}
.instagram-list .slick-slide a:hover:before {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
/* responsive */
.rtl .social-profile {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.rtl .social-profile li {
  margin-bottom: 0;
}
.rtl .social-profile li:not(:last-child) {
  margin-left: 20px;
  margin-right: 0;
}
body._has-modal {
  height: 100% !important;
}
._has-modal .page.messages {
  display: none !important;
}
.open-minicart .message.success,
.open-minicart .message.error {
  z-index: 1;
}
html.has-newsletter,
html.has-newsletter body {
  height: 100% !important;
  overflow: hidden;
}
.close-search-screen-large {
  display: none;
}
.action-close,
.action.close {
  background-image: 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;
}
.modals-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close,
.modal-slide.alo-video .action-close {
  right: 6px;
  top: 3px;
  z-index: 9;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #333;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  color: #ed1d24;
}
.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 {
  content: '\e680';
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  font-size: 5rem;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.view-full-page-details {
  margin-top: 45px;
}
.view-full-page-details a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.view-full-page-details a:focus,
.view-full-page-details a:visited {
  color: #333;
}
.view-full-page-details a:after {
  content: "\f362";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ef1e1e;
  margin-left: 8px;
  vertical-align: middle;
  font-family: "Ionicons";
  -webkit-transition: 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.view-full-page-details a:hover:after {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.message.global.cookie {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  padding: 5px 15px;
}
.message.global.cookie .cookie-close {
  top: 0;
  right: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.message.global.cookie .cookie-close:hover {
  color: #ed1d24;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.message.global.cookie .cookie-close:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
  font-size: 3rem;
}
.message.global.cookie.disable {
  display: none !important;
}
.message.global.cookie .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.message.global.cookie .content:before,
.message.global.cookie .content:after {
  display: none;
}
.message.global.cookie .info {
  margin-right: 15px;
}
.message.global.cookie .actions {
  margin-top: 0;
}
.message.global.cookie .btn-cookie {
  line-height: 26px !important;
  height: 32px;
  font-size: 1.2rem;
}
.message.global.cookie .notice-cookie-content {
  line-height: normal;
}
.message.global.cookie .notice-cookie-content a {
  font-weight: 700;
  color: #333;
  display: inline-block;
  border-bottom: 1px solid #333;
}
.message.global.cookie .notice-cookie-content a:hover {
  border-bottom-style: dashed;
}
.nav-open .message.global.cookie.magepow-gdpr-cookie-notice {
  z-index: 1;
}
.modal-popup.modals-quickview .fotorama__wrap--css3 .fotorama__nav--dots {
  position: absolute;
  bottom: 10px;
}
.fotorama__dot {
  width: 10px !important;
  height: 10px !important;
  background-color: #858585;
}
.modal-popup .modal-inner-wrap {
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  border-radius: 3px;
}
.modal-popup .modal-inner-wrap::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.modal-popup .modal-inner-wrap::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.modal-popup .modal-inner-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.modal-popup .modal-inner-wrap .modal-content {
  display: block;
}
.modal-popup._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.confirm .modal-inner-wrap {
  width: auto;
  max-width: 500px;
  left: 15px;
  right: 15px;
}
.modal-popup.popup-newsletter .modal-inner-wrap {
  max-width: 680px;
  width: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.modal-popup.popup-newsletter .action-close {
  background: #ed1d24;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  color: #fff;
  z-index: 9999;
  right: 10px;
  top: 10px;
}
.modal-popup.popup-newsletter .action-close:hover {
  background: #ffffff;
  border-color: #ed1d24;
}
.modal-popup.popup-newsletter .action-close:hover::before {
  color: #ed1d24;
}
.modal-popup.popup-newsletter .action-close::before {
  line-height: 22px;
  font-size: 23px;
  height: 22px;
}
.modal-popup.popup-newsletter .modal-content {
  padding: 0;
}
.modal-popup.popup-newsletter .modal-content .popup-content {
  background: 0 0;
  padding: 60px 0 65px;
  max-width: 370px;
  margin: 0 0 0 auto;
}
.modal-popup.popup-newsletter .modal-content #popup-newsletter {
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/alothemes/bg-newsletter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal-popup.popup-newsletter .modal-content .block-img {
  width: 400px;
  position: relative;
}
.modal-popup.popup-newsletter .modal-content .block-img a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal-popup.popup-newsletter .modal-content .block-content .input-box .control {
  position: relative;
  display: block;
  width: 85%;
}
.modal-popup.popup-newsletter .modal-content .block-content .input-box .input-text {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.modal-popup.popup-newsletter .modal-content .block-content .subcribe-box {
  margin-bottom: 25px;
}
.modal-popup.popup-newsletter .modal-content .block-content .actions {
  position: unset;
  display: block;
  margin-top: 20px;
  min-width: 135px;
}
.modal-popup.popup-newsletter .modal-content .block-content .actions .action.button {
  background: #ed1d24;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  height: 45px;
  line-height: 43px;
  padding: 0 30px;
  border: 0;
  text-transform: uppercase;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
  font-family: Rubik, sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.modal-popup.popup-newsletter .modal-content .block-content .promo-text {
  font-size: 35px;
  font-weight: 700;
  font-family: Rubik, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.modal-popup.popup-newsletter .modal-content .block-content .caption {
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
}
.modal-popup.popup-newsletter .modal-content .block-content .subscribe-bottom {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.modal-popup.popup-newsletter .modal-content .block-content .subscribe-bottom input {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}
.modal-popup.popup-newsletter .modal-content .block-content .subscribe-bottom label {
  font-style: italic;
  font-size: 1.3rem;
}
.modal-popup.modals-quickview {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 0.8s, opacity 0.3s ease-in-out;
}
.modal-popup.modals-quickview._inner-scroll {
  overflow-y: auto;
}
.modal-popup.modals-quickview._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.modals-quickview .column.main {
  padding-bottom: 0;
}
.modal-popup.modals-quickview .table-wrapper.grouped {
  margin-bottom: 25px;
}
.modal-popup.modals-quickview .loading-mask {
  display: none;
}
.modal-popup.modals-quickview .modal-inner-wrap {
  width: auto;
  max-width: 980px;
  max-height: none;
  overflow-y: visible;
  top: initial;
  transform: none;
  vertical-align: middle;
  margin: 5rem auto;
}
.modal-popup.modals-quickview .modal-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
  overflow-y: auto;
  overflow-y: visible;
}
.modal-popup.modals-quickview .modal-content .page-title-wrapper .page-title {
  margin-top: 20px;
  display: block;
}
.modal-popup.modals-quickview .product-info-main .price-box .weee .price {
  font-size: 2.4rem;
}
.modal-popup.modals-quickview .product-info-main .table-wrapper .grouped .price-box .weee .price {
  font-size: 1.4rem;
}
.modal-popup.modals-quickview .product-options-wrapper {
  margin-bottom: 10px;
}
.modal-popup.modals-quickview .bundle-actions .customize {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
}
.modal-popup.modals-quickview .bundle-options-container {
  overflow: hidden;
  margin-bottom: 0;
}
.modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper {
  width: 58.333333%;
  width: 58.3333%;
  padding-right: 15px;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary {
  width: 41.666667%;
  width: 41.6667%;
  padding-left: 15px;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form {
  padding: 20px;
  padding-top: 33px;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form:before,
.modal-popup.modals-quickview .bundle-options-container .product-add-form:after {
  content: "";
  display: table;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form:after {
  clear: both;
}
.modal-popup.modals-quickview .bundle-options-container .legend.title,
.modal-popup.modals-quickview .catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 2rem;
  margin: 0;
}
.modal-popup.modals-quickview .bundle-options-container .product-qty .control.custom-qty {
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  width: 120px;
  color: #333333;
  background-color: #ffffff;
  border-color: #e9e9e9;
  text-align: center;
  border-radius: 0;
}
.modal-popup.modals-quickview .bundle-options-container .product-qty .control.custom-qty .reduced {
  left: 0;
  background-color: transparent;
  border-right: 1px solid #e9e9e9;
}
.modal-popup.modals-quickview .bundle-options-container .product-qty .control.custom-qty .increase {
  right: 0;
  background-color: transparent;
  border-left: 1px solid #e9e9e9;
}
.modal-popup.modals-quickview .bundle-options-container .product-qty .control.custom-qty .input-text {
  border: 0;
}
.modal-popup.modals-quickview .bundle-options-container .field.option {
  margin-bottom: 20px;
}
.modal-popup.modals-quickview .bundle-options-container .field.option > .label {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-popup.modals-quickview .bundle-options-container .field.option:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty {
  margin-top: 10px;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .control {
  display: inline-block;
  position: relative;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .reduced,
.modal-popup.modals-quickview .bundle-options-container .field.qty .increase {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
  width: 38px;
  text-align: center;
  font-size: 1rem;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .reduced:before,
.modal-popup.modals-quickview .bundle-options-container .field.qty .increase:before {
  font-family: "Flaticon";
  font-weight: 700;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .reduced:focus,
.modal-popup.modals-quickview .bundle-options-container .field.qty .increase:focus,
.modal-popup.modals-quickview .bundle-options-container .field.qty .reduced:visited,
.modal-popup.modals-quickview .bundle-options-container .field.qty .increase:visited {
  color: #aaaaaa;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .reduced {
  left: 0;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .reduced:before {
  content: "\f116";
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .increase {
  right: 0;
}
.modal-popup.modals-quickview .bundle-options-container .field.qty .increase:before {
  content: "\f11a";
}
.modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper .action.customization {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
}
.modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper p.required {
  color: #e51717;
}
.modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .title strong {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .subtitle {
  font-size: 2rem;
  font-weight: 400;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .product-image-container {
  min-width: unset;
  margin-top: 22px;
  margin-bottom: 12px;
  margin-left: 0;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .stock {
  display: none;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .box-tocart {
  margin-bottom: 18px;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .box-tocart .field.qty .product-qty > .label {
  font-weight: 700;
  margin-right: 8px;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .add-to-cart .action {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .add-to-cart .action.disabled:before {
  content: "";
  display: inline-block;
  z-index: 9;
  top: 0;
  left: 0;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 50px;
  border-color: #f36 #f36 #f36 #fff;
  line-height: 1;
  animation: fa-spin 0.2s infinite linear;
  margin-right: 4px;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .price-box .price-container .price {
  font-size: 2rem;
  font-weight: 700;
}
.modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 20px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap {
  background-image: url("../../frontend/Alothemes/dimita2/en_GB/images/bg-login.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content {
  background-color: rgba(0, 0, 0, 0);
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .image-system-wishlist img {
  margin-left: auto;
  margin-right: auto;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset.login .field.password {
  margin-bottom: 22px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .action.primary {
  padding: 0 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .secondary {
  float: none;
  text-align: center;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap {
  max-width: 430px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .product-name {
  font-size: 1.8rem;
  font-weight: 600;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .action.primary {
  padding: 0 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .mgp-message-successs {
  margin-bottom: 20px;
}
.modal-popup.modal-popup_ajaxcompare_magepow {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 0.8s, opacity 0.3s ease-in-out;
}
.modal-popup.modal-popup_ajaxcompare_magepow._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .action.primary {
  padding: 0 15px;
  text-transform: uppercase;
}
.modal-popup.modal-popup_ajaxcompare_magepow .action-close:before {
  font-size: 4rem;
}
.modal-popup.modals-ajaxcart {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 0.8s, opacity 0.3s ease-in-out;
}
.modal-popup.modals-ajaxcart._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.modals-ajaxcart .modal-inner-wrap {
  width: auto;
  max-width: 560px;
  overflow-x: hidden;
}
.modal-popup.modals-ajaxcart .action-close:before {
  font-size: 4rem;
}
.modal-popup.modals-ajaxcart .message {
  position: relative;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
}
.modal-popup.modals-ajaxcart .message:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 8px;
  font-size: 1.2rem;
  top: 6px;
  display: none;
}
.modal-popup.modals-ajaxcart .message a {
  font-weight: 600;
}
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main:before,
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main:after {
  display: none;
}
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .product-image,
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .ajax-product-details {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .product-image img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .ajax-cart-product-name {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .ajax-price-box {
  margin-bottom: 10px;
}
.modal-popup.modals-ajaxcart .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.modal-popup.modals-ajaxcart .actions .btn-viewcart .view-cart {
  width: 100%;
  display: block;
}
.modal-popup.modals-ajaxcart .actions .btn-viewcart .view-cart .viewcart {
  width: 100%;
  text-transform: uppercase;
}
.modal-popup.modals-ajaxcart .actions .btn-continue .continue {
  width: 100%;
  text-transform: uppercase;
}
.modal-popup.modals-ajaxcart .actions button {
  padding: 10px 15px;
}
.modal-popup.modals-ajaxcart .modal-content {
  padding: 30px;
}
.modal-popup.modals-ajaxcart .popup .block {
  margin-bottom: 0;
}
.modal-popup.modals-ajaxcart .popup .header {
  display: none;
}
.modal-popup.modals-ajaxcart .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
.modal-popup.modals-ajaxcart .product-item:before,
.modal-popup.modals-ajaxcart .product-item:after {
  display: none;
}
.modal-popup.modals-ajaxcart .product-item .product-image {
  width: 80px;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details {
  width: calc(100% - 80px);
  padding: 0 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details:before,
.modal-popup.modals-ajaxcart .product-item .product-item-details:after {
  display: none;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details input {
  width: 40px;
  height: 30px;
  line-height: 26px;
  text-align: center;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details .product-item-name {
  margin-top: 0;
  width: calc(100% - 40px);
}
.modal-popup.modals-ajaxcart .product-item .product-item-details .product-price {
  display: inline-block;
  font-weight: 600;
  width: 40px;
  text-align: center;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details .quantity {
  width: 100%;
}
.modal-popup.modals-ajaxcart .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.modal-popup.modals-ajaxcart .action:before,
.modal-popup.modals-ajaxcart .action:after {
  display: none;
}
.modal-popup.modals-ajaxcart .action .btn-viewcart,
.modal-popup.modals-ajaxcart .action .btn-continue {
  width: 50%;
  padding: 0 15px;
}
.modal-popup.modals-ajaxcart .action .btn-viewcart button,
.modal-popup.modals-ajaxcart .action .btn-continue button {
  width: 100%;
}
.modal-popup.popup-authentication .modal-content {
  padding-top: 30px;
}
.modal-popup.popup-authentication .modal-content .block-authentication {
  border-top: 0;
}
.modal-popup.popup-authentication .modal-content .block-authentication .block-content {
  padding: 0;
}
.modal-popup.popup-authentication .modal-content .block-authentication .block-content ul {
  padding-left: 20px;
  list-style: disc;
}
.modal-popup.popup-authentication .modal-content .block-authentication .block-content .fieldset.login .field {
  margin-bottom: 20px;
}
.modal-popup.popup-authentication .modal-content .block-authentication .block-content .fieldset.login .field:last-child {
  margin-bottom: 0;
}
.modal-popup.popup-authentication .modal-content .block-authentication .actions-toolbar > .primary {
  float: none;
}
.modal-popup.modals-deliveryguide {
  pointer-events: unset;
}
.modal-popup.modals-deliveryguide .modal-content {
  padding-top: 26px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap {
  width: auto;
  max-width: 430px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .product-name {
  font-weight: 600;
}
.modal-popup.modal-popup_ajaxcompare_magepow .mgp-compare-close {
  display: none;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-footer {
  display: none;
}
.modal-popup.modals-quickview .page-title-wrapper {
  display: block !important;
}
.modal-popup.modals-quickview .bundle-options-container .legend.title,
.modal-popup.modals-quickview .catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  margin-bottom: 2rem;
}
.modal-custom.opc-summary-wrapper .modal-header {
  padding: 0;
}
.checkout-index-index .modal-popup.confirm .modal-inner-wrap {
  margin: auto;
  width: auto;
  max-width: 500px;
  left: 0;
}
.open-quickview .modal-popup {
  pointer-events: initial;
}
.open-quickview .modal-popup.modals-quickview .product.media {
  width: 58.333333%;
  flex: none;
}
.open-quickview .modal-popup.modals-quickview .product-info-main .additional-timer-block {
  display: none;
}
.open-quickview .modal-popup.modals-quickview .product-info-main .stock.available span:first-child {
  width: 100px;
}
.open-quickview .modal-popup.modals-quickview .product-info-main .product.sku strong {
  width: 100px;
}
.open-quickview .modal-popup.modals-quickview .page-title-wrapper .brand h2 {
  width: 30%;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop {
  width: 41.666667%;
  overflow-y: visible;
  overflow-x: visible;
  height: auto !important;
  position: relative;
  scrollbar-width: thin;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  width: auto;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 30px;
  padding-right: 40px;
  scrollbar-width: thin;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .service-customers {
  display: none;
}
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-reviews-summary .reviews-actions .action.add,
.open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.recentorder .item .images-container {
  position: static;
}
.recentorder .item .actions {
  position: static;
}
.notify-slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.notify-slider .slider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
  clear: none !important;
}
.notify-slider .time-purchased,
.notify-slider .address-purchased {
  display: block;
}
.open-minicart .notify-slider-wrapper {
  z-index: 1;
}
.filter-active .notify-slider-wrapper {
  z-index: 0;
}
.modal-popup._inner-scroll .modal-content {
  scrollbar-width: thin;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.notify-slider-wrapper {
  position: fixed;
  bottom: 15px;
  bottom: 60px;
  left: 25px;
  display: none;
  background-color: #ffffff;
  z-index: 21;
  width: 350px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  height: 100%;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  content: "";
  display: table;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  clear: both;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  max-width: 120px;
  float: left;
  width: 120px;
  padding-top: 0;
  padding: 10px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .product-image-wrapper .product-image-photo {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .link-view {
  position: absolute;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .link-view .quickview:before {
  content: "\f06e";
  font-family: 'Line Awesome Free';
  font-weight: 900;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .link-view .quickview:hover {
  color: #ed1d24;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .link-view span {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: calc(100% - 120px);
  float: left;
  text-align: left;
  padding: 10px;
  padding-right: 25px;
  padding-left: 0px;
  font-size: 1.3rem;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
  color: #1b1b1b;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  margin-bottom: 5px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a {
  font-size: 1.4rem;
  font-weight: 600;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 5px;
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
  margin-top: 5px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price {
  font-size: 1.4rem;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 1.2rem;
}
.notify-slider-wrapper .products.wrapper.grid .product-item:hover .product-item-info {
  margin: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item:hover .product-item-info .link-view {
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item:hover .product-item-info .product-item-details {
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .item .images-container {
  padding: 0;
}
.notify-slider-wrapper .item .price-box {
  float: none;
}
.notify-slider-wrapper .price-box > .price-container .price {
  line-height: normal;
}
.notify-slider-wrapper .link-view {
  opacity: 1;
  visibility: visible;
  top: auto;
  bottom: 3px;
  right: 5px;
}
.notify-slider-wrapper .item:hover .product-item-info {
  box-shadow: none;
  background-color: transparent;
  z-index: unset;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before {
  font-size: 1.2rem;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 1.2rem;
}
.notify-slider-wrapper .reviews-actions .action {
  font-size: 1.2rem;
}
.suggest-slider .x-close {
  top: 7px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #1b1b1b;
}
.suggest-slider .x-close:hover {
  color: #ed1d24;
}
.suggest-slider .x-close:before {
  content: "\e680";
  content: "\f00d";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 2rem;
}
.suggest-slider.close {
  display: none;
}
.cookie-message .notify-slider-wrapper {
  bottom: 50px;
}
.catalog-product-view.show-add-cart-bottom .page-footer .footer-links-company .footer-copyright #backtotop {
  bottom: 180px;
}
#backtotop {
  bottom: 70px;
  height: 43px;
  width: 43px;
  line-height: 40px;
  overflow: hidden;
  position: fixed;
  right: 5px;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  background-color: #ed1d24;
  color: #ffffff;
  -webkit-animation: roll-in-left 0.6s ease-out both;
  animation: roll-in-left 0.6s ease-out both;
}
#backtotop .fa {
  font-size: 2rem;
}
#backtotop:hover {
  background-color: #1b1b1b;
}
#delivery-return-popup {
  color: #000000;
}
.freeShipping_message .needMore {
  font-size: 1.2rem;
  color: #000000;
}
.modal-popup .cms-banner-bottom {
  display: none;
}
.modal-popup .modal-title {
  padding: 10px 15px;
  background: #fff;
}
.modal-popup .modal-header {
  padding: 0;
  border-bottom: 0;
  display: block;
}
.modal-popup .action-close,
.modal-slide.alo-video .action-close {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  right: 0px;
  top: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.modal-popup .modal-content {
  border: 0;
  max-height: none;
  overflow-y: visible;
}
.modal-popup .modal-content .block-content .not-interested {
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: underline;
  display: inline-block;
  font-size: 1.8rem;
}
.modal-popup .modal-content .block-content .block-title {
  font-size: 2rem;
  text-transform: uppercase;
  padding-top: 78px;
  padding-bottom: 55px;
  font-family: "Montserrat";
  text-align: center;
}
.modal-popup .modal-content .block-content .promo-text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.modal-popup .modal-content .block-content .subcribe-box {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.modal-popup .modal-content .block-content .input-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.modal-popup .modal-content .block-content .input-box .input-text {
  height: 45px;
  width: 100%;
  padding: 0 12px;
  line-height: 45px;
  border-radius: 0;
}
.modal-popup .modal-content .block-content .caption.coupon {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222;
  text-align: center;
  text-decoration: underline;
}
.modal-popup .modal-content .block-content .subscribe-bottom {
  font-size: 1.2rem;
}
.modal-popup .modal-content .block-content .subscribe-bottom input {
  display: none;
}
.modal-popup .modal-content .block-content .subscribe-bottom input ~ span {
  position: relative;
  padding-left: 17px;
  margin-right: 5px;
}
.modal-popup .modal-content .block-content .subscribe-bottom input ~ span:before {
  content: "\f096";
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 2.1rem;
}
.modal-popup .modal-content .block-content .subscribe-bottom input:checked ~ span:before {
  content: "\f046";
}
.modal-popup .modal-content .block-content .vaild {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.modal-popup .modal-footer {
  background: #fff;
}
.modal-popup.confirm .modal-content {
  padding: 30px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  padding: 3rem;
  padding-right: 3rem;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
}
.modal-popup .modal-footer {
  display: block;
}
.modal-popup.modal-magepow-gdpr .modal-content {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-popup.modal-magepow-gdpr .privacy-policy {
  color: #000;
}
.block-subscribe.popup {
  display: none;
}
.block-search.brand-search .form-search .field.search {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-search.brand-search .form-search .field.search .control-search input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-search.brand-search .form-search .field.search .actions {
  right: 1px;
}
.block-search.brand-search .form-search .field.search .actions .action {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-search.brand-search .form-search .field.search .actions .action:hover:before {
  color: #ed1d24;
}
.shop-by-brand .block-search .actions .action.search {
  border-width: 0;
}
.shop-by-brand .alo-item {
  margin-bottom: 30px;
}
.shop-by-brand .name {
  display: none;
}
.shopbrand-brand-view .pagecrumbs-title {
  display: none;
}
.shopbrand-brand-view .column.main > h1 {
  display: none;
}
.shopbrand-brand-view .column.main .brand-view .image {
  display: none;
}
.shopbrand-brand-listbrand .page-title-wrapper {
  display: none;
}
.shopbrand-brand-listbrand .grid-init .grid-slider:before,
.shopbrand-brand-listbrand .grid-init .grid-slider:after {
  content: "";
  display: table;
}
.shopbrand-brand-listbrand .grid-init .grid-slider:after {
  clear: both;
}
.shopbrand-brand-listbrand .characters {
  display: block;
}
.shopbrand-brand-listbrand .characters .filter {
  padding-left: 0;
  float: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form-search-sidebar-brand .field.search .actions {
  margin-top: 0;
}
.form-search-sidebar-brand .field.search .actions .action {
  border: none;
}
.form-search-sidebar-brand .field.search .actions .action:hover:before {
  color: #ed1d24;
}
#newsletter-error {
  position: absolute;
}
/* responsive */
@media screen and (max-width: 991px) {
  .modal-popup.modals-quickview .modal-inner-wrap {
    left: 15px;
    right: 15px;
  }
  .modal-popup.modals-quickview .product-info-main .field.qty {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modal-popup.modals-quickview .product-add-form .add-to-cart {
    width: 100%;
  }
  .modal-popup.modals-quickview .product-add-form .add-to-cart .tocart {
    width: 100%;
  }
  .modal-popup.modals-quickview .table-wrapper.grouped tr td:first-child {
    width: 85px;
  }
  .modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper {
    width: 55%;
    padding-right: 0;
  }
  .modal-popup.modals-quickview .bundle-options-container .block-bundle-summary {
    width: 45%;
    padding-left: 0;
  }
  .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content {
    padding-right: 20px;
  }
  .open-quickview .modal-popup.modals-quickview .modal-content .page-title-wrapper .page-title {
    font-size: 1.8rem;
  }
  .open-quickview .modal-popup.modals-quickview .product.media {
    margin-bottom: 0;
    width: 55%;
  }
  .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop {
    max-width: 45%;
  }
  .open-quickview .modal-popup.modals-quickview .product-info-main .price-box .weee .price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modals-wrapper .modal-popup.modal-slide._show {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: unset;
    max-height: 90%;
    overflow-x: hidden;
  }
  .modal-popup .action-close,
  .modal-slide.alo-video .action-close {
    top: 0;
    right: 0;
    background: transparent;
    color: #000000;
  }
  .modal-popup .action-close:hover {
    background: transparent;
    color: #000000;
  }
  .modal-popup.popup-newsletter .modal-inner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .actions {
    margin-bottom: 40px;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .promo-text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .open-quickview .modal-popup.modals-quickview .product.media {
    width: 100%;
  }
  .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop {
    max-width: 100%;
  }
  .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content {
    position: static;
    overflow: visible;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    left: 15px;
    right: 15px;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    transform: translate(0, -50%);
    position: absolute;
    height: auto;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    transform: translate(0, -50%);
  }
  .modal-popup.popup-newsletter .modal-inner-wrap {
    max-width: 550px;
  }
  .modal-popup.popup-newsletter .modal-content .block-img {
    display: none;
  }
  .modal-popup.popup-newsletter .modal-content .block-content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .caption {
    font-size: 1.5rem;
  }
  .modal-popup.modals-quickview .modal-inner-wrap {
    margin: auto;
    transform: none;
    left: 30px;
    right: 30px;
    padding-bottom: 30px;
  }
  .modal-popup.modals-quickview .modal-inner-wrap .product-info-main {
    margin-top: 10px;
  }
  .modal-popup.modals-quickview._show .modal-inner-wrap {
    transform: none;
  }
  .modal-popup.modals-quickview .fotorama__stage__frame .fotorama__img {
    width: 100%;
  }
  .modal-popup.modals-quickview .view-full-page-details {
    margin-top: 25px;
  }
  .modal-popup.modals-quickview .bundle-options-container .product-add-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper,
  .modal-popup.modals-quickview .bundle-options-container .block-bundle-summary {
    width: 100%;
  }
  .modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .modal-popup.modals-quickview .bundle-options-container .block-bundle-summary {
    padding-left: 0;
  }
  .message.global.cookie .notice-cookie-content {
    font-size: 1.4rem;
  }
  .cookie-message .notify-slider-wrapper {
    bottom: 90px;
  }
  .modal-popup.modal-magepow-gdpr .privacy-policy .data-table {
    display: block;
  }
  .modal-popup.modal-magepow-gdpr .privacy-policy .data-table > thead {
    display: none;
  }
  .modal-popup.modal-magepow-gdpr .privacy-policy .data-table > tbody {
    display: block;
  }
  .modal-popup.modal-magepow-gdpr .privacy-policy .data-table > tbody > tr {
    display: block;
  }
  .modal-popup.modal-magepow-gdpr .privacy-policy .data-table > tbody > tr td,
  .modal-popup.modal-magepow-gdpr .privacy-policy .data-table > tbody > tr th {
    display: block;
    padding: 5px 0;
  }
  .modal-popup.modals-quickview .modal-inner-wrap .product-info-main.product-shop .product-shop-content {
    padding: 0 30px;
  }
  .show-add-cart-bottom .notify-slider-wrapper {
    bottom: 65px;
  }
  .show-add-cart-bottom .page-footer .footer-links-company .footer-copyright #backtotop {
    bottom: 65px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap {
    max-height: 90%;
    margin: auto;
  }
  .modal-popup.modals-ajaxcart .product-item-name {
    font-size: 1.4rem;
  }
  .modal-popup.modals-ajaxcart .cart-info {
    font-size: 1.4rem;
  }
  .modal-popup.modals-ajaxcart .action > div {
    width: 100%;
  }
  .modal-popup.modals-ajaxcart .action > div:not(:first-child) {
    margin-top: 10px;
  }
  .modal-popup.modals-ajaxcart .action > div button {
    width: 100%;
  }
  body .message.global.cookie.magepow-gdpr-cookie-notice {
    padding: 15px;
  }
  body .magepow-gdpr-cookie-notice.message.global .notice-cookie-title {
    display: none;
  }
  body .message.global.cookie .info {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  body .message.global.cookie #privacyLink {
    display: inline-block;
  }
  #backtotop {
    bottom: 90px;
  }
}
@media screen and (max-width: 639px) {
  .modal-popup .modal-content .block-content .promo-text {
    font-size: 2.5rem;
  }
  .modal-popup .modal-content .block-content .not-interested {
    font-size: 1.4rem;
  }
  .modal-popup.popup-newsletter {
    top: 0;
  }
  .modal-popup.popup-newsletter .modal-content {
    margin: auto;
  }
  .modal-popup.popup-newsletter .modal-content .block-img {
    display: none;
  }
  .modal-popup.popup-newsletter .modal-content .block-content {
    width: 100%;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .subcribe-box {
    margin-bottom: 0;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .input-box .input-text {
    height: 40px;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .actions .action.button {
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .modal-popup.modal-slide .modal-inner-wrap {
    left: 15px;
    right: 15px;
  }
  .modal-popup.modals-ajaxcart .actions {
    font-size: 1.3rem;
  }
  .checkout-index-index .modal-popup.confirm .modal-inner-wrap {
    left: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .modal-popup .modal-content {
    padding: 0 20px;
  }
  .modal-popup .modal-content .block-content .promo-text {
    font-size: 1.8rem;
  }
  .modal-popup .modal-content .block-content .input-box {
    width: 100%;
  }
  .modal-popup .modal-content .block-content .actions {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .modal-popup .modal-content .modal-footer {
    padding: 30px 20px;
  }
  .modal-popup .modal-content .modal-footer .action {
    width: 100%;
  }
  .modal-popup .modal-content .modal-footer > :not(:last-child) {
    margin: 0;
  }
  .modal-popup .modal-content .modal-footer > :not(:first-child) {
    margin: 0;
    margin-top: 10px;
  }
  .modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .product-image,
  .modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .ajax-product-details {
    width: 100%;
    text-align: center;
  }
  .modal-popup.modals-ajaxcart .ajaxcart-wrapper-main .product-image {
    margin-bottom: 20px;
  }
  .modal-popup.modals-ajaxcart .message {
    text-align: center;
  }
  .modal-popup.modals-ajaxcart .actions {
    grid-template-columns: 100%;
    grid-template-columns: unset;
  }
  .modal-popup.modal-magepow-gdpr .modal-content {
    font-size: 1.3rem;
    padding: 30px;
  }
  .modal-popup.modal-magepow-gdpr .modal-content h2 {
    font-size: 1.6rem;
  }
  .modal-popup.modal-magepow-gdpr .modal-content ul {
    padding-left: 15px;
  }
  .modal-popup.modals-quickview .container {
    padding: 15px;
  }
  .modal-popup.modals-quickview .page-title-wrapper.product {
    padding-right: 0;
  }
  .modal-popup.modals-quickview .modal-inner-wrap .product-info-main.product-shop .product-shop-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-popup.modals-quickview .table-wrapper.grouped .grouped thead th {
    display: none;
  }
  .modal-popup.modals-quickview .bundle-options-container .product-add-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .input-box .control {
    width: 100%;
  }
  .modal-popup.popup-newsletter .modal-content .block-content .actions {
    margin-top: 15px;
  }
  .modal-popup.popup-newsletter .modal-content .popup-content {
    margin: 0 auto;
    text-align: center;
  }
  .page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box {
    width: 100%;
  }
  .message.global.cookie .btn-cookie {
    font-size: 1.3rem;
    line-height: 20px;
  }
  .cookie-message .notify-slider-wrapper {
    bottom: 110px;
  }
}
@media screen and (max-width: 479px) {
  #backtotop {
    bottom: 105px;
  }
}
@media screen and (max-width: 360px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content,
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-popup.modal-slide._inner-scroll.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content,
  .modal-popup.modal-slide._inner-scroll.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-popup.popup-newsletter .modal-content .block-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-popup.modals-ajaxcart .modal-content {
    padding: 24px;
  }
  .notify-slider-wrapper {
    left: 0;
    bottom: 0;
  }
  .cookie-message .notify-slider-wrapper {
    bottom: 100px;
  }
  .message.global.cookie .info .notice-cookie-content {
    font-size: 1.2rem;
  }
  .modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .secondary .action {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 359px) {
  .cookie-message .notify-slider-wrapper {
    width: 100%;
  }
  .cookie-message .notify-slider-wrapper .notify-slider .slider > .item {
    width: 280px;
  }
  .cookie-message .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 319px) {
  .modal-popup.popup-newsletter .modal-inner-wrap {
    width: 100vw !important;
    left: 0;
    right: 0;
  }
}
.rtl .message.global.cookie .cookie-close {
  right: auto;
  left: 5px;
}
.rtl .modal-popup.modal-slide .modal-footer {
  text-align: left;
}
.rtl .modal-popup.modal-slide .modal-footer .action-save-address {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.rtl .modal-popup.modals-quickview .bundle-options-container .product-qty .control.custom-qty .reduced {
  border-right: 0;
  border-left: 1px solid #e9e9e9;
}
.rtl .modal-popup.modals-quickview .bundle-options-container .product-qty .control.custom-qty .increase {
  border-left: 0;
  border-right: 1px solid #e9e9e9;
}
.rtl .modal-popup.modals-quickview .bundle-options-container .block-bundle-summary {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .box-tocart .field.qty .product-qty > .label {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .modal-popup.modals-quickview .bundle-options-container .block-bundle-summary .product-image-container {
  margin-left: auto;
  margin-right: 0;
}
.rtl .modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .suggest-slider .x-close {
  right: auto;
  left: 0;
}
.rtl .notify-slider-wrapper {
  left: auto;
  right: 25px;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  float: right;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  float: right;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name,
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .price-box {
  width: 100%;
  text-align: right;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .time-purchased {
  direction: ltr;
}
.rtl .notify-slider-wrapper .link-view {
  right: auto;
  left: 5px;
}
.rtl .notify-slider-wrapper .item {
  float: right;
}
.rtl .notify-slider-wrapper .item .price-box {
  float: none;
}
.rtl .modal-popup .modal-content .block-content .subscribe-bottom input ~ span {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .modal-popup .action-close {
  right: auto;
  left: -14px;
}
.rtl .modal-popup.modals-ajaxcart .product-item .product-item-details {
  text-align: right;
}
.rtl .modal-popup.popup-newsletter .modal-content .block-content .subscribe-bottom {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .modal-popup.popup-newsletter .modal-content .block-content .subscribe-bottom input {
  left: auto;
  right: 0;
}
.rtl .modal-popup.modals-quickview .bundle-options-container .field.qty .increase {
  right: auto;
  left: 0;
}
.rtl .modal-popup.popup-newsletter .modal-content .popup-content {
  margin: 0 100px 0 0;
}
.rtl #backtotop {
  right: auto;
  left: 5px;
}
.rtl .addthis_toolbox {
  display: flex;
}
.rtl .product-info-main .additional-timer-block .slogan-countdown {
  text-align: right;
}
.rtl .modal-custom .action-close,
.rtl .modal-popup .action-close,
.rtl .modal-slide .action-close {
  right: auto;
  left: 0;
}
.rtl .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content {
  padding-right: 0;
  padding-left: 40px;
}
.rtl .modal-popup.popup-newsletter .action-close {
  left: 10px;
}
.rtl .modal-popup.modals-ajaxcart .popup .message:before {
  left: auto;
  right: 8px;
}
.rtl .opc-wrapper .shipping-address-item {
  padding: 20px 20px 20px 35px;
}
.rtl .opc-wrapper .shipping-address-item.selected-item:after {
  right: auto;
  left: 0;
}
.rtl .opc-wrapper .action-show-popup > span:before {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  right: auto;
  left: 0;
}
.rtl.catalog-product_compare-index .actions-secondary {
  margin-left: 0;
  margin-right: 15px;
}
.rtl.catalog-product_compare-index .product.attribute ul {
  padding: 0;
  padding-right: 30px;
}
.rtl.page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box,
.rtl.page-layout-2columns-left .modal-popup.modals-quickview .product.media.product-img-box,
.rtl.page-layout-2columns-right .modal-popup.modals-quickview .product.media.product-img-box,
.rtl.page-layout-3columns .modal-popup.modals-quickview .product.media.product-img-box {
  float: right;
}
.rtl .searchsuite-autocomplete {
  left: auto;
  right: 165px;
}
.rtl .searchsuite-autocomplete .title {
  display: flex;
  justify-content: space-between;
}
.rtl .searchsuite-autocomplete ul li .qs-option-image {
  float: right;
}
.rtl .searchsuite-autocomplete ul li .qs-option-info {
  float: right;
  padding-right: 5%;
  padding-left: 0;
  text-align: right;
}
.rtl .message.global.cookie .info {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .message.global.cookie .info .notice-cookie-content {
  text-align: right;
}
.rtl .view-full-page-details a:after {
  margin-left: 0;
  margin-right: 8px;
}
.rtl .modal-popup .modal-content {
  overflow-y: auto;
}
.rtl .modal-popup.modals-ajaxcart .message {
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .rtl .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content {
    padding-left: 20px;
  }
  .rtl .modal-popup.modals-quickview .bundle-options-container .bundle-options-wrapper {
    padding-left: 0;
  }
  .rtl .modal-popup.modals-quickview .bundle-options-container .block-bundle-summary {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rtl .notify-slider-wrapper .product-items .product-item:nth-child(2n+1) {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  .rtl .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content {
    padding: 0 30px;
  }
  .rtl .modal-custom .action-close,
  .rtl .modal-popup .action-close,
  .rtl .modal-slide .action-close {
    left: 0;
  }
  .rtl .custom-slide .modal-inner-wrap {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .rtl .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  .rtl .modal-popup .modal-content .block-content .actions {
    margin-right: 0;
  }
  .rtl .open-quickview .modal-popup.modals-quickview .product-info-main.product-shop .product-shop-content {
    padding: 0 15px;
  }
  .rtl .modal-popup.popup-newsletter .modal-content .popup-content {
    margin: 0 auto;
  }
  .rtl .modal-popup.modals-ajaxcart .message {
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .rtl .notify-slider-wrapper {
    right: 0;
  }
}
.fotorama-item .fotorama__active .fotorama__dot {
  background-color: #ed1d24;
  border-color: #ed1d24;
}
.fotorama__wrap--css3 .fotorama__stage__shaft {
  overflow: hidden;
}
.fotorama--fullscreen .zoomImg {
  display: none !important;
}
.fotorama__stage__frame .zoomImg {
  display: none !important;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.product-label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.product-label:before,
.product-label:after {
  display: none;
}
.product-label .sticker {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-family: Rubik, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.product-label .sticker > span {
  padding: 5px 10px;
}
.product-label .sticker > span.labelnew {
  border: 1px solid #42e918;
  color: #42e918;
}
.product-label .sticker > span.labelsale {
  border: 1px solid #ed1d24;
  color: #ed1d24;
}
.product-image-container {
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  position: relative;
}
.product-image-container .product-image-wrapper .product-image-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.product-image-container .product-image-wrapper .product-image-photo.swatch-option-loading {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-image-container .product-image-wrapper .product-image-photo.thumbnail {
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.product-image-container .product-image-wrapper .product-image-photo.thumbnail.swatch-option-loading {
  display: none;
}
.product-item .product-item-info {
  position: relative;
}
.product-item .product-item-info .swatch-attribute-options .swatch-option.text.selected,
.product-item .product-item-info .swatch-attribute-options .swatch-option.manufacturer.selected {
  border-width: 1px;
}
.product-item .product-item-info .product-qty-update {
  display: none;
}
.product-item .product-item-info .product-name {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
.product-item .product-item-info .rating-summary .rating-result:before {
  font-size: 1.4rem;
  height: 14px;
  line-height: 14px;
}
.product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 1.4rem;
  height: 14px;
  line-height: 14px;
}
.product-item .product-reviews-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.product-item .product-reviews-summary:before,
.product-item .product-reviews-summary:after {
  display: none;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.product-item:hover .product-image-wrapper .product-image-photo.thumbnail {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -webkit-transition: opacity 0.5s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-item .alo-count-down .timer-box {
  width: auto;
  height: auto;
}
.product-item .alo-count-down .timer-box b {
  font-size: 2.2rem;
  color: #1b1b1b;
}
.product-item .alo-count-down .timer-box:not(:first-child) {
  margin-left: 24px !important;
}
.product-item .alo-count-down .timer-box .title {
  font-size: 1.4rem;
  color: #999999;
}
.product-item .minimal-price .price-container {
  display: inline-block;
}
.quickview {
  font-weight: 600;
}
.price-box .price-label {
  display: none;
}
.price-box .price-container .price {
  font-size: 1.5rem;
  font-weight: 700;
}
.price-box .special-price {
  margin-right: 5px;
}
.price-box .special-price .price-label {
  display: none !important;
}
.price-box .special-price .price {
  font-size: 1.5rem;
}
.price-box .old-price .price {
  text-decoration: line-through;
  font-weight: 500;
}
.price-box .normal-price .price-label,
.price-box .price-from .price-label,
.price-box .price-to .price-label {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  font-size: 1.4rem;
  display: none;
}
.price-box .price-from .old-price {
  display: inline-block;
}
.weee {
  display: block;
  display: inline-block;
  line-height: normal !important;
}
.product-item .images-container {
  padding: 0;
  position: relative;
}
.product-item .stock.unavailable {
  position: relative;
}
.product-item .stock.unavailable:after {
  display: block !important;
  content: '';
  width: 100%;
  background-color: red;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.product-item .stock.unavailable span {
  font-size: 0;
}
.product-item .stock.unavailable span:before {
  content: "\f110";
  font-family: "Ionicons";
  font-size: 2.1rem;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  font-weight: 400;
  width: 39px;
  line-height: 32px;
  text-align: center;
  height: auto;
}
.product-item .product-item-name {
  font-size: 100%;
  line-height: normal;
  margin: 0 0 5px;
}
.product-item .product-item-name .product-item-link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1b1b1b;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.product-item .product-item-name .product-item-link:hover {
  color: #ed1d24;
}
.product-item .product-item-photo {
  display: block;
}
.product-item .category_name {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 7px;
}
.product-item .category_name a {
  color: #999;
}
.product-item .actions:before {
  content: "";
  clear: both;
  display: table;
}
.product-item .actions .add-to-links {
  clear: both;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 15px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}
.product-item .actions .add-to-links .tocompare {
  float: left;
}
.product-item .actions .add-to-links .towishlist {
  float: right;
}
.product-item .actions .add-to-links a {
  color: #848484;
  font-size: 1.3rem;
  line-height: 20px;
  display: block;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.product-item .actions .add-to-links a .icon {
  font-size: 1.5rem;
  display: inline-block;
  line-height: 20px;
  color: #848484;
  padding-right: 7px;
}
.product-item .actions .add-to-links a .icon:before {
  font-family: "font-electro";
}
.product-item .actions .add-to-links a .icon.icon-compare:before {
  content: "\64";
}
.product-item .actions .add-to-links a .icon.icon-favorites:before {
  content: "\67";
}
.product-item .price-box {
  display: block;
  margin: 0;
}
.product-item .actions-secondary .action,
.product-item .actions-primary .action {
  font-size: 2.1rem;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  font-weight: 400;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.product-item .actions-secondary .action span,
.product-item .actions-primary .action span {
  display: none;
}
.product-item .actions-secondary .action:before,
.product-item .actions-primary .action:before {
  display: block;
  font-family: "Pe-icon-7-stroke";
}
.product-item .actions-primary .action.tocart:before {
  content: "\f102";
  font-family: "iconcart";
  text-indent: 7px;
}
.product-item .actions-secondary .action.towishlist:before {
  content: "\e642";
}
.product-item .actions-secondary .action.tocompare:before {
  content: "\e61b";
}
.product-item .actions-secondary .action.quickview:before {
  content: "\e618";
}
.product-item .tocart {
  padding: 0;
  border-width: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  width: auto;
  height: auto;
  line-height: normal;
  background-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-item .tocart > span {
  font-size: 1.3rem;
  text-transform: inherit;
  line-height: inherit;
}
.product-item .tocart.disabled {
  opacity: 1;
}
.product-item .tocart.disabled:before {
  content: "";
  display: inline-block;
  z-index: 9;
  top: 0;
  left: 0;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-radius: 50px;
  border-color: #f36 #f36 #f36 #fff;
  line-height: 1;
  animation: fa-spin 0.2s infinite linear;
  margin-bottom: 2px;
  vertical-align: middle;
}
.product-item .tocart.disabled .icon {
  display: none;
}
@keyframes fa-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-items .product-item {
  margin-bottom: 30px;
  padding-bottom: 1px !important;
}
.products.wrapper.grid .product-item .product-item-info {
  padding-bottom: 0;
  border-width: 1px;
  border-style: solid;
}
.products.wrapper.grid .product-item .product-item-info:hover .images-container .product-hover .hover-box {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.products.wrapper.grid .product-item .product-item-info .images-container .product-hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.products.wrapper.grid .product-item .product-item-info .images-container .product-hover:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.products.wrapper.grid .product-item .product-item-info .product-item-info .images-container .product-hover:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.products.wrapper.grid .product-item .product-item-info div[class^="swatch-opt-"] {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding-top: 20px;
  z-index: 2;
  display: none !important;
}
.products.wrapper.grid .product-item .product-item-info:hover div[class^="swatch-opt-"] {
  display: block;
}
.products.wrapper.grid .product-item .product-item-info .swatch-attribute-options {
  margin: 0;
}
.products.wrapper.grid .product-item .product-item-info .swatch-attribute-options .swatch-option {
  float: none;
  display: inline-block;
}
.products.wrapper.grid .product-item .product-item-info .swatch-attribute-options .swatch-option:last-child {
  margin-right: 0;
}
.products.wrapper.grid .product-item .product-item-info .product-hover {
  position: relative;
}
.products.wrapper.grid .product-item .product-item-info .product-hover .link-view button {
  padding: 0;
  border: none;
}
.products.wrapper.grid .product-item .product-item-info .hover-box {
  position: absolute;
  bottom: 5%;
  z-index: 3;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: bottom 300ms ease-in-out;
  -moz-transition: bottom 300ms ease-in-out;
  -ms-transition: bottom 300ms ease-in-out;
  -o-transition: bottom 300ms ease-in-out;
  transition: bottom 300ms ease-in-out;
}
.products.wrapper.grid .product-item .product-item-info .box-actions {
  padding: 5px 9px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty {
  width: 70px;
  height: 43px;
  border: 2px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  background-color: #ffffff;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .custom-qty {
  height: 100%;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty input {
  border: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .reduced,
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .increase {
  border: 0;
  background-color: transparent;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  line-height: 39px;
  text-align: center;
  font-size: 1rem;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .reduced:before,
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .increase:before {
  font-family: "Flaticon";
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .reduced {
  left: 0;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .reduced:before {
  content: "\f116";
  font-weight: 700;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .increase {
  right: 0;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product-qty .btn-plus .increase:before {
  content: "\f11a";
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product.actions {
  z-index: 3;
}
.products.wrapper.grid .product-item .product-item-info .box-actions .product.actions:before,
.products.wrapper.grid .product-item .product-item-info .box-actions .product.actions:after {
  display: none;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details {
  padding-top: 10px;
  position: relative;
  min-height: 100px;
  text-align: left;
  z-index: 1;
  padding: 25px 30px;
  padding-top: 20px;
  font-family: Rubik, sans-serif;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 5px 0;
  margin-bottom: 8px;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: inherit;
  margin-top: 0;
  display: none;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-percent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-percent .save-percent span {
  margin-left: 5px;
  color: #fff;
  background-color: #cf2929;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 2;
  text-align: center;
  line-height: 20px;
  line-height: 18px;
  padding: 0 5px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-percent > .save-percent {
  display: none;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
  display: inline-block;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-box .minimal-price {
  margin-bottom: 0;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-box > .price-box {
  margin-top: 0;
}
.products.wrapper.grid .product-item .product-item-info .button.btn-cart span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products.wrapper.grid .product-item .product-item-info .button.btn-cart:hover span {
  opacity: 1;
  visibility: visible;
}
.products.wrapper.grid .product-item .product-item-info .add-to-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.products.wrapper.grid .product-item .product-item-info .add-to-links:before,
.products.wrapper.grid .product-item .product-item-info .add-to-links:after {
  display: none;
}
.products.wrapper.grid .product-item .product-item-info .add-to-links .action:hover,
.products.wrapper.grid .product-item .product-item-info .add-to-links .quickview:hover {
  background-color: transparent;
  color: #1b1b1b;
}
.products.wrapper.grid .product-item .product-item-info .product-item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
}
.products.wrapper.grid .product-item .product-item-info:hover {
  border-color: #ed1d24;
}
.products.wrapper.grid .product-item .product-item-info .actions .add-to-links a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.products.wrapper.grid .product-item .product-item-info .link-view {
  opacity: 1;
  visibility: visible;
}
.products.wrapper.grid .product-items:before,
.products.wrapper.grid .product-items:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.products.wrapper.grid .short-desc {
  font-size: 1.2rem;
}
.products.wrapper.list .product-item {
  margin: 0 0 30px;
}
.products.wrapper.list .product-item .product-item-info {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.products.wrapper.list .product-item .product-item-info:before,
.products.wrapper.list .product-item .product-item-info:after {
  display: none;
}
.products.wrapper.list .product-item .product-item-info .products-textlink > .stock.unavailable > span {
  color: #1b1b1b;
}
.products.wrapper.list .product-item .product-item-info:before,
.products.wrapper.list .product-item .product-item-info:after {
  display: none;
}
.products.wrapper.list .product-item .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.products.wrapper.list .product-item .product-item-info:hover .images-container .link-view {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.products.wrapper.list .product-item .product-item-info .images-container {
  position: relative;
  padding: 0;
  width: 29.8%;
}
.products.wrapper.list .product-item .product-item-info .images-container .product-hover {
  position: relative;
}
.products.wrapper.list .product-item .product-item-info .images-container .link-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.products.wrapper.list .product-item .product-item-info .product-item-details {
  width: 70.2%;
}
.products.wrapper.list .product-item .product-item-info .product-item-details .product.description {
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 23px;
  border-top: 1px solid #f4f4f4;
}
.products.wrapper.list .product-item .product-item-info .product-item-details .product.description ul {
  padding-left: 0;
  margin-left: 0;
}
.products.wrapper.list .product-item .product-item-info .product-item-details .product.description ul li {
  font-size: 1.4rem;
  font-weight: normal;
  color: #555555;
  margin-bottom: 3px;
}
.products.wrapper.list .product-item .product-item-info .product-item-details .product.description .action.more {
  display: none;
}
.products.wrapper.list .product-item .product-item-info .product-item-details .actions {
  padding-bottom: 0;
}
.products.wrapper.list .product-item .product-item-info:before {
  content: "";
  display: table;
}
.products.wrapper.list .product-item .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.products.wrapper.list .product-item .product-qty {
  width: 70px;
  position: relative;
  border: 2px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.products.wrapper.list .product-item .product-qty input {
  text-align: center;
  border: 0;
}
.products.wrapper.list .product-item .product-qty .btn-plus .items {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1rem;
  color: #aaaaaa;
}
.products.wrapper.list .product-item .product-qty .btn-plus .items:hover {
  background-color: transparent;
  color: #000000;
}
.products.wrapper.list .product-item .product-qty .btn-plus .items:focus {
  background-color: transparent;
}
.products.wrapper.list .product-item .product-qty .btn-plus .items.reduced {
  left: 0;
}
.products.wrapper.list .product-item .product-qty .btn-plus .items.reduced:before {
  content: "\f116";
  font-weight: 700;
  font-family: "Flaticon";
}
.products.wrapper.list .product-item .product-qty .btn-plus .items.increase {
  right: 0;
}
.products.wrapper.list .product-item .product-qty .btn-plus .items.increase:before {
  content: "\f11a";
  font-family: "Flaticon";
}
.products.wrapper.list .product-item .actions-primary {
  display: inline-block;
  margin-right: 0;
  width: 100%;
}
.products.wrapper.list .product-item .actions-primary .tocart span {
  display: inline-block;
  line-height: inherit;
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: transparent;
  font-size: 1.6rem;
  padding: 0;
  transition: none;
}
.products.wrapper.list .product-item .actions-primary .tocart span:before {
  display: none;
}
.products.wrapper.list .product-item .actions-primary .tocart .icon {
  display: inline-block;
  line-height: 43px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.products.wrapper.list .product-item .actions-primary .tocart:hover .icon {
  color: #000000;
}
.products.wrapper.list .product-item .actions-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.products.wrapper.list .product-item .actions-secondary:before,
.products.wrapper.list .product-item .actions-secondary:after {
  display: none;
}
.products.wrapper.list .product-item .actions-secondary .action:hover .icon {
  color: #1b1b1b;
}
.products.wrapper.list .product-item .actions-secondary .action .icon {
  font-size: 1.5rem;
  margin-right: 0;
  font-weight: 600;
  color: #aaaaaa;
}
.products.wrapper.list .product-item .actions-secondary .action.towishlist:hover .icon:before {
  content: "\f004";
}
.products.wrapper.list .product-item .product-item-info .product-hover:hover .hover-box {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.products.wrapper.list .product-item .product-item-info .box-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #ffffff;
  padding: 5px 0;
}
.products.wrapper.list .product-item .product-item-info .box-actions .product-item-actions {
  margin-right: 20px;
}
.products.wrapper.list .product-item .product-item-info .box-actions form {
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.products.wrapper.list .product-item .product-item-info .box-actions .btn-cart {
  width: auto;
  padding: 0 30px;
  height: 40px;
  color: #ffffff;
  background-color: #ed1d24;
  font-family: Rubik, sans-serif;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.products.wrapper.list .product-item .product-item-info .box-actions .btn-cart:before,
.products.wrapper.list .product-item .product-item-info .box-actions .btn-cart:after {
  display: none;
}
.products.wrapper.list .product-item .product-item-info .box-actions .btn-cart::before {
  display: none;
}
.products.wrapper.list .product-item .product-item-info .box-actions .btn-cart span {
  font-size: 13px;
  font-weight: 700;
}
.products.wrapper.list .product-item .product-item-info .box-actions .btn-cart:hover {
  background-color: #1b1b1b;
}
.products.wrapper.list .product-item .product-item-info .box-actions .stock.unavailable {
  padding: 0 30px;
  height: 40px;
  color: #ffffff;
  background-color: #ed1d24;
  font-family: Rubik, sans-serif;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.products.wrapper.list .product-item .product-item-info .box-actions .add-to-links .action:first-child {
  margin-right: 20px;
}
.products.wrapper.list .product-item .product-item-info .box-actions .add-to-links .action::before {
  background-color: #ffffff;
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.products.wrapper.list .product-item .product-item-info .box-actions .add-to-links .action:hover::before {
  background-color: #ed1d24;
  color: #ffffff;
}
.products.wrapper.list .product-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.products.wrapper.list .product-item .price-from .price-label,
.products.wrapper.list .product-item .price-to .price-label {
  display: inline-block !important;
  font-size: 1.4rem;
  font-weight: 700;
}
.products.wrapper.list .product-item .price-from .old-price .price-label,
.products.wrapper.list .product-item .price-to .old-price .price-label {
  display: none !important;
}
.products.wrapper.list .product-item .product-image-wrapper {
  height: auto;
}
.products.wrapper.list .product-reviews-summary {
  margin-top: 15px;
  margin-bottom: 4px;
}
.products.wrapper.list .product-reviews-summary .reviews-actions {
  vertical-align: middle;
  font-size: 1.3rem;
}
.products.wrapper.list .product-reviews-summary .reviews-actions .action span {
  display: inline;
}
.products.wrapper.list .product-reviews-summary .reviews-actions a.add {
  text-transform: capitalize;
}
.products.wrapper.list .rating-summary {
  vertical-align: middle;
  display: table-cell;
}
.products.wrapper.list .rating-summary .rating-result:before,
.products.wrapper.list .rating-summary .rating-result > span:before {
  font-size: 1.8rem;
  height: 18px;
  line-height: 18px;
}
.products.wrapper.list .product-name {
  min-height: auto;
  margin-bottom: 5px;
}
.products.wrapper.list .product-name a.product-item-link {
  height: auto;
  font-size: 2rem;
}
.products.wrapper.list .actions .add-to-links {
  visibility: visible;
  opacity: 1;
  position: static;
  border: 0;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.products.wrapper.list .link-view button {
  border: 0;
  padding: 0;
  color: #1b1b1b;
  background-color: #ffffff;
  border-color: transparent;
  width: 40px;
  height: 40px;
}
.products.wrapper.list .link-view button:focus {
  background: transparent;
  border: none;
}
.products.wrapper.list .link-view button:hover {
  background-color: #ed1d24;
  color: #ffffff;
}
.products.wrapper.list .link-view button span {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.products.wrapper.list .link-view button span:before,
.products.wrapper.list .link-view button span:after {
  display: none;
}
.products.wrapper.list .link-view button span::before {
  vertical-align: top;
  display: inline-block;
  line-height: inherit;
  font-family: "Ionicons";
  content: "\f4a4";
  font-size: 20px;
}
.products.wrapper.list .price-box {
  padding: 10px 0;
  max-width: none;
}
.products.wrapper.list .price-box .old-price {
  vertical-align: bottom;
}
.products.wrapper.list .product-item-description {
  margin: 0;
}
.products.wrapper.list .action.more {
  font-size: 1.3rem;
}
.products.wrapper.list .action.more:hover {
  color: #1b1b1b;
}
.products.wrapper.list .stock label {
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 400;
  margin: 0;
  padding-right: 5px;
  line-height: 20px;
  display: inline-block;
}
.products.wrapper.list .stock > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.products.wrapper.list .stock > span:before {
  display: none;
}
.products.wrapper.list .stock.available > span {
  color: #5bb300;
}
.products.wrapper.list .stock.unavailable > span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.products.wrapper.list .reviews-actions .action {
  font-size: 1.3rem;
}
.products.wrapper.list .reviews-actions .action:after {
  position: unset;
}
.products.wrapper.list .short-desc {
  font-size: 1.3rem;
}
.products.wrapper.list .product-item-description ul li {
  font-size: 1.3rem;
}
.products.wrapper.list .product-item .product-item-info .product-item-details .price-box .minimal-price {
  margin-bottom: 0;
}
.content-products .slick-slider:hover .slick-list {
  z-index: 1;
}
.content-products .slick-prev,
.content-products .slick-next {
  top: 50%;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .product-info-main .stock.available,
  .product-info-main .stock.unavailable {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .products.wrapper.grid .product-item .product-item-info .hover-box .product-qty-update {
    width: 100%;
  }
  .products.wrapper.grid .product-item .product-item-info .hover-box .product-qty {
    width: 100%;
  }
  .products.wrapper.grid .product-item .product-item-info .hover-box .product-qty .btn-plus .reduced,
  .products.wrapper.grid .product-item .product-item-info .hover-box .product-qty .btn-plus .increase {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recentorder {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .item button.button .icon {
    font-size: 1.8rem;
  }
  .products.wrapper.list .product-item .product-item-info .images-container .product-hover {
    width: 100%;
  }
  .products.wrapper.list .product-item .product-item-info .images-container .hover-box {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .products.wrapper.grid .product-item .product-item-info .images-container .product-hover .hover-box {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
  }
  .products.wrapper.grid .product-item .product-item-info .add-to-links .action.link-wishlist,
  .products.wrapper.grid .product-item .product-item-info .add-to-links .action.tocompare,
  .products.wrapper.grid .product-item .product-item-info .add-to-links .action.quickview,
  .products.wrapper.grid .product-item .product-item-info .add-to-links .action.towishlist {
    display: none;
  }
  .products.wrapper.grid .product-item .product-item-info:hover {
    border-color: #ebebeb;
  }
  .product-info-main .swatch-opt {
    width: 100%;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 1.8rem;
  }
  .product-info-main .price-box .weee .price {
    font-size: 2rem;
  }
  .product-info-main .additional-timer-block .slogan-countdown {
    font-size: 1.5rem;
  }
  .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 1.3rem;
  }
  .product-info-main .alo-count-down .timer-box b {
    font-size: 1.5rem;
  }
  .product-info-main .alo-count-down .timer-box .title {
    font-size: 1.3rem;
  }
  .product-info-main .field.qty {
    width: 100%;
  }
  .product-add-form .add-to-cart .tocart {
    width: 100%;
  }
}
@media screen and (max-width: 480px) and (min-width: 361px) {
  .products.wrapper.grid .product-item .product-item-info .product-item-details {
    padding: 15px;
  }
  .products.wrapper.grid .product-item .product-item-info .box-actions {
    padding: 0;
  }
  .products.wrapper.grid .product-item .actions-primary .action,
  .products.wrapper.grid .product-item .actions-secondary .action {
    width: 34px;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .products.wrapper.grid .product-item .actions-primary .action::before,
  .products.wrapper.grid .product-item .actions-secondary .action::before {
    text-indent: 5px;
  }
  .product-label {
    top: 10px;
    left: 10px;
  }
  .product-label .sticker > span {
    padding: 2px 5px;
  }
}
.rtl .item .actions .add-to-links a .icon {
  padding-right: 0;
  padding-left: 7px;
}
.rtl .product-item .actions-primary .action.tocart:before {
  text-indent: -7px;
}
.rtl .price-box .special-price {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .products.wrapper.grid .product-item .product-item-info .product-item-details {
  text-align: right;
}
.rtl .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  direction: ltr;
}
.rtl .products.wrapper.grid .product-item .product-item-info .add-to-links {
  right: auto;
  left: 0;
}
.rtl .products.wrapper.grid .product-item .product-item-info .hover-box {
  right: auto;
  left: 10px;
}
.rtl .products.wrapper.grid .product-item .product-item-info .hover-box .product-qty .btn-plus .reduced {
  left: auto;
  right: 0;
}
.rtl .products.wrapper.grid .product-item .product-item-info .hover-box .product-qty .btn-plus .increase {
  right: auto;
  left: 0;
}
.rtl .products.wrapper.list .link-view {
  right: auto;
  left: 0;
}
.rtl .products.wrapper.list .stock label {
  padding-right: 0;
}
.rtl .products.wrapper.list .product-item .hover-box .actions {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .products.wrapper.list .product-item .product-qty .btn-plus .items.reduced {
  left: auto;
  right: 0;
}
.rtl .products.wrapper.list .product-item .product-qty .btn-plus .items.increase {
  right: auto;
  left: 0;
}
.rtl .product-label .sticker {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .products.wrapper.list .product-item .product-item-info .box-actions .product-item-actions {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .products.wrapper.list .product-item .product-item-info .product-item-details .product.description ul {
  padding-right: 0;
}
@media screen and (max-width: 480px) and (min-width: 361px) {
  .rtl .products.wrapper.grid .product-item .actions-primary .action::before,
  .rtl .products.wrapper.grid .product-item .actions-secondary .action::before {
    text-indent: -5px;
  }
  .rtl .product-label {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .rtl .products.wrapper.list .product-item .product-item-info .images-container .hover-box {
    padding: 0;
  }
}
.cms-static-block.block1 {
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 45px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
.cms-static-block.block1 .fa {
  margin-right: 5px;
}
.cms-static-block.block2 .item > .block-subscribe {
  background-image: url('../../frontend/Alothemes/dimita2/en_GB/images/alothemes/bg-newsletter.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 40px 30px;
  border: 0;
}
.cms-static-block.block2 .block-subscribe {
  border: 0;
  padding: 0;
}
.cms-static-block.block2 .block-subscribe .input-box .control {
  margin-bottom: 20px;
  position: relative;
}
.cms-static-block.block2 .block-subscribe .input-box .input-text {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cms-static-block.block2 .block-subscribe .form.subscribe .block-title {
  display: none;
}
.cms-static-block.block2 .block-subscribe .form.subscribe .block-content {
  margin-top: 0;
}
.cms-title .title {
  font-size: 2.8rem;
  color: #1b1b1b;
  font-weight: 600;
  line-height: 1;
}
.cms-title .text {
  font-size: 1.5rem;
  color: #555555;
  margin-bottom: 24px;
}
.open-minicart .message.global.cookie.magepow-gdpr-cookie-notice {
  z-index: 2;
}
.cms-static-product .cms-title {
  text-align: center;
}
.cms-static-product.product1 {
  margin-top: 85px;
  margin-bottom: 10px;
}
.cms-static-product.product1 .block-title-tabs {
  display: none;
}
.cms-static-product.product1 .products.wrapper.grid .product-item {
  margin-bottom: 2px;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info:before,
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info:after {
  display: none;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .images-container {
  width: 50%;
  width: 46.5%;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: 50%;
  width: 53.5%;
  padding-left: 30px;
  padding-right: 27px;
  padding-top: 35px;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin-top: 3px;
  margin-bottom: 10px;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 20px;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-name .product-item-link {
  font-size: 1.8rem;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .price-box .price-container .price {
  font-size: 1.7rem;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 1.6rem;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-image-photo {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.cms-static-product.product1 .products.wrapper.grid .product-item .category_name {
  font-size: 1.5rem;
  margin-bottom: 3px;
}
.cms-static-product.product2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.cms-static-product.product2 .block-title-tabs {
  margin-bottom: 40px;
}
.cms-static-product.product2 .cms-title {
  margin-bottom: 10px;
  display: none;
}
.cms-static-product.product2 .cms-title .action {
  padding: 0 54px;
}
.cms-index-index .column.main {
  padding-bottom: 0;
  min-height: auto;
}
.cms-index-index .column.main .shop-categories {
  margin-bottom: 90px;
  animation-delay: 0.5s;
}
.cms-index-index .block-title-tabs {
  margin-bottom: 45px;
}
.cms-index-index .block-title-tabs .magictabs .item .title {
  padding: 0 20px;
  line-height: 25px;
}
.cms-index-index .block-title-tabs .magictabs .item .title:before {
  display: none;
}
.cms-index-index .block-title-tabs .magictabs .item:first-child ~ .item {
  margin-left: 10px;
}
.cms-index-index .block-title-tabs .magictabs .item.activated .title {
  background-color: #ed1d24;
  color: #ffffff;
}
.cms-index-index .content-products .slick-slide div:last-child li {
  margin-bottom: 0;
}
.cms-index-index .grid-init,
.cms-index-index .content-products {
  overflow: hidden;
}
.cms-home__category > .title {
  display: none;
}
.cms-home__category .category-name {
  font-size: 14px;
  color: #1b1b1b;
  font-weight: 500;
}
.cms-home__category .category-name:hover {
  color: #ed1d24;
}
.cms-home__category .category-item-name {
  text-align: center;
}
.cms-home__category img {
  display: block;
  margin: 0 auto;
}
.cms-home__category .slick-arrow {
  border: 0;
}
.cms-home__category .slick-arrow::before {
  font-size: 4rem;
  font-weight: bold;
}
.cms-home__category .slick-arrow:hover {
  background-color: transparent;
}
.cms-home__category .slick-arrow:hover::before {
  color: #ed1d24;
}
.cms-home__category .category-item:hover img {
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.255, 0.03, 0.115, 0.455) both;
  animation: shake-horizontal 1s cubic-bezier(0.255, 0.03, 0.115, 0.455) both;
}
.cms-home__category > span {
  display: none;
}
.cms-home__category .grid-slider {
  padding: 0;
}
.section-banner.banner-top {
  margin-bottom: 110px;
}
.section-banner.banner-top .row--banner {
  margin: 0;
}
.section-banner.banner-top .row--banner .col-banner1 .title-banner {
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  line-height: 58px;
  background: #1b1b1b;
  max-width: 505px;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.section-banner.banner-top .row--banner .col-banner2 .banner-wrapper-infor,
.section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.section-banner.banner-top .row--banner .col-banner2 .banner-wrapper-infor .bwp-image-subtitle,
.section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .bwp-image-subtitle {
  color: #909090;
  margin-bottom: 10px;
}
.section-banner.banner-top .row--banner .col-banner2 .banner-wrapper-infor .title-banner,
.section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .title-banner {
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 700;
}
.section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .title-banner {
  color: #1b1b1b;
}
.section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .button {
  border-color: #1b1b1b;
  color: #1b1b1b;
}
.section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .button:hover {
  border-color: #ed1d24;
  color: #ffffff;
}
.section-banner.banner-top .row--banner .button {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 35px;
  position: relative;
  font-weight: 500;
}
.section-banner.banner-top .row--banner .button::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ed1d24;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.section-banner.banner-top .row--banner .button:hover {
  border-color: #ed1d24;
}
.section-banner.banner-top .row--banner .button:hover::before {
  width: 100%;
}
.section-banner.banner-top .row--banner .banner {
  position: relative;
  overflow: hidden;
}
.section-banner.banner-top .row--banner .banner:hover img {
  transform: scale(1.3);
}
.section-banner.banner-top .row--banner .banner-wrapper-infor {
  position: absolute;
  top: 10%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.section-banner.banner-top .row--banner [class*="col-"] {
  padding: 0;
}
.section-banner.banner-top .row--banner [class*="col-"] img {
  width: 100%;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  cursor: pointer;
}
.section-banner.banner-bottom {
  margin-bottom: 80px;
}
.section-banner.banner-bottom [class*="col-"] {
  padding: 0;
}
.section-banner.banner-bottom img {
  width: 100%;
}
.section-banner.banner-bottom .banner {
  position: relative;
}
.section-banner.banner-bottom .banner .banner-wrapper-infor {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  color: #ffffff;
  width: fit-content;
}
.section-banner.banner-bottom .banner .bwp-image-subtitle {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-banner.banner-bottom .banner .title-banner {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 25px;
}
.section-banner.banner-bottom .banner .button {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 35px;
  position: relative;
  white-space: nowrap;
}
.section-banner.banner-bottom .banner .button::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ed1d24;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.section-banner.banner-bottom .banner .button:hover {
  border-color: #ed1d24;
}
.section-banner.banner-bottom .banner .button:hover::before {
  width: 100%;
}
.block-static.top-categories {
  margin-bottom: 110px;
}
.block-static.top-categories .block-title-tabs > .magictabs {
  text-align: right;
}
.block-static.top-categories .block-title-tabs > .title {
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 3rem;
  color: #1b1b1b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
}
.block-static.top-categories .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.block-static.top-categories .slick-list .slick-track .slick-slide {
  padding: 0 15px;
}
.loading_img .lazyload {
  background-size: 30px auto;
}
.loading_body .loading {
  width: 150px;
  height: 150px;
}
.loading_body .preloading {
  opacity: 1;
}
.cms-static-instagram {
  margin-top: 100px;
}
.cms-static-instagram .section-title {
  display: none;
}
.cms-static-instagram .cms-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cms-static-instagram .cms-title .action {
  border: 0;
  text-transform: capitalize;
  color: #555555;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}
.cms-static-instagram .cms-title .action:before,
.cms-static-instagram .cms-title .action:after {
  display: none;
}
.cms-static-instagram .cms-title .action:hover {
  background-color: transparent;
}
.cms-static-instagram .cms-title .action .fa {
  margin-right: 5px;
  font-size: 2.2rem;
  font-weight: 600;
}
.container-title {
  text-align: center;
}
.container-title .title-block {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 6px;
}
.container-title .note {
  display: block;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.container-title .note:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ed1d24;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.shopbrand > .item + .item {
  display: none;
}
.open-minicart body._has-modal {
  transform: translateX(0);
}
.cms-static-blog {
  padding-top: 100px;
  padding-bottom: 25px;
}
.cms-static-blog .block-title {
  display: none;
}
.cms-static-blog .cms-title {
  text-align: center;
  margin-bottom: 50px;
}
.cms-static-blog img {
  margin: 0 auto;
  width: 100%;
}
.cms-static-blog .post-posed-date .fa {
  display: inline-block;
}
.cms-static-blog .post-author .label > * {
  font-weight: 700;
}
.cms-static-blog .post-author a {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.cms-static-blog .post-description .blog_short_text {
  padding-top: 12px;
  border-width: 0;
  border-style: solid;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cms-static-blog .post-description .blog_short_text .post-categories {
  display: none;
}
.cms-static-blog .post-description .blog_short_text .post-posed-date .value {
  font-size: 1.5rem;
}
.cms-static-blog .post-description .blog_short_text .post-info a.post-item-link {
  padding: 0;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  width: 100%;
}
.cms-static-blog .post-description .blog_short_text .post-info a.post-item-link:hover {
  color: #ed1d24;
}
.cms-static-blog .post-description .blog_short_text .post-info .content-inner .post-read-more {
  font-weight: 400;
  position: relative;
  font-size: 1.4rem;
}
.cms-static-blog .post-description .blog_short_text .post-info .content-inner .post-read-more:after {
  content: "\f362";
  font-family: "Ionicons";
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 3px;
  color: #ed1d24;
  font-size: 1.6rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.cms-static-blog .post-description .blog_short_text .post-info .content-inner .post-read-more:hover {
  color: #ed1d24;
}
.cms-static-blog .post-description:hover .blog_short_text .post-info .content-inner .post-read-more:after {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.cms-static-blog .post-description .post-ftimg-hld {
  position: relative;
  overflow: hidden;
}
.cms-static-blog .post-description .post-ftimg-hld:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
  pointer-events: none;
}
.cms-static-blog .post-description .post-ftimg-hld img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  max-height: 280px;
  -webkit-transition: opacity 0.5s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
}
.cms-static-blog .item:hover .post-description .post-ftimg-hld:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.cms-static-blog .item:hover .post-description .post-ftimg-hld img {
  transform: scale(1.09);
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
}
.cms-static-blog .magicblog .item {
  display: none;
}
.cms-static-blog .magicblog.slick-slider .item {
  display: block;
}
.cms-static-blog .magicblog.slick-slider .item.post-author {
  display: none !important;
}
.cms-static-blog .slick-prev,
.cms-static-blog .slick-next {
  top: 30%;
}
.cms-static-blog .underlined {
  margin-bottom: 50px;
}
.cms-static-blog .underlined img {
  width: 32px;
}
.cms-static-blog .post-ftimg-hld .publish-date {
  bottom: 0;
  left: 0;
  top: auto;
  flex-direction: row;
  width: auto;
  height: 30px;
  position: relative;
  font-weight: 400;
}
.cms-static-blog .post-ftimg-hld .publish-date .month {
  text-transform: capitalize;
  margin-top: 0;
  margin-right: 5px;
}
.cms-static-blog .post-ftimg-hld .publish-date .date {
  border-bottom: none;
  padding-bottom: 0;
}
.cms-static-blog .post-ftimg-hld .publish-date .date::after {
  display: none;
}
.cms-static-blog .post-ftimg-hld .publish-date .year {
  margin-left: 5px;
}
.cms-static-blog .post-ftimg-hld .box-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #ed1d24;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 30px;
  font-family: "Lato", sans-serif;
}
.cms-static-blog .post-ftimg-hld .box-info > span:nth-child(2) {
  margin: 0 5px;
}
.cms-static-blog .post-ftimg-hld .box-info .author .post-author a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
}
.cms-static-brand {
  margin-bottom: 110px;
}
.cms-static-brand img {
  margin: 0 auto;
}
.cms-static-brand a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: "Lato", sans-serif;
}
.cms-static-brand a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  z-index: 1;
  transition: all 0 ease;
  -moz-transition: all 0 ease;
  -webkit-transition: all 0 ease;
  -o-transition: all 0 ease;
}
.cms-static-brand a:hover:before {
  transform: rotate(35deg) translateX(900px);
  -webkit-transform: rotate(35deg) translateX(900px);
  -o-transform: rotate(35deg) translateX(500px);
  -moz-transform: rotate(35deg) translateX(900px);
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.cms-static-brand .grid-init {
  border: 1px solid rgba(143, 143, 143, 0.2);
}
.cms-static-brand .grid-init .slick-list {
  margin: 0 -5px;
}
.cms-static-brand .grid-init .slick-list .slick-slide {
  padding: 50px 0;
  border-right: 1px solid rgba(143, 143, 143, 0.2);
}
.cms-static-brand .grid-init .slick-list .slick-slide img {
  max-height: 70px;
}
.cms-static-brand .grid-init .shopbrand {
  overflow: hidden;
}
.latest-products {
  background-color: #f5f5f5;
  padding: 110px 0;
}
.latest-products .box-latest-products {
  padding: 105px 150px;
  background-color: #ffffff;
}
.latest-products .box-latest-products .product .product-label {
  display: none;
}
.latest-products .block-title-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latest-products .block-title-tabs:before,
.latest-products .block-title-tabs:after {
  display: none;
}
.latest-products .block-title-tabs::before,
.latest-products .block-title-tabs::after {
  display: none;
}
.latest-products .block-title-tabs > .title {
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 3rem;
  color: #1b1b1b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
}
.latest-products .block-title-tabs .magictabs {
  text-align: right;
}
.latest-products .products.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latest-products .products.list:before,
.latest-products .products.list:after {
  display: none;
}
.latest-products .products.list .product-item {
  width: calc((100% - 60px) / 3);
}
.latest-products .products.list .product-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.latest-products .products.list .product-item-info:before,
.latest-products .products.list .product-item-info:after {
  display: none;
}
.latest-products .products.list .images-container {
  width: 40%;
}
.latest-products .products.list .product.details {
  width: 60%;
}
.latest-products .products.wrapper.grid .product-items::before,
.latest-products .products.wrapper.grid .product-items::after {
  display: none;
}
.latest-products .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.latest-products .slick-list .slick-slide {
  padding: 0 15px;
}
.latest-products .magicproduct {
  margin-bottom: 110px;
}
.latest-products .banner {
  position: relative;
  margin-bottom: 110px;
  background-image: url(../../frontend/Alothemes/dimita2/en_GB/images/alothemes/latest-product1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.latest-products .banner .banner-wrapper-infor {
  text-align: center;
  z-index: 1;
  padding: 75px 0;
}
.latest-products .banner .banner-wrapper-infor .title-banner {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
  padding: 0 30px;
}
.latest-products .banner .banner-wrapper-infor .button {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 35px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.latest-products .banner .banner-wrapper-infor .button::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ed1d24;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.latest-products .banner .banner-wrapper-infor .button:hover {
  border-color: #ed1d24;
}
.latest-products .banner .banner-wrapper-infor .button:hover::before {
  width: 100%;
}
.latest-products .cms-about-us-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.latest-products .cms-about-us-content:before,
.latest-products .cms-about-us-content:after {
  display: none;
}
.latest-products .cms-about-us-content .cms-about-us-col {
  width: 25%;
  position: relative;
  justify-content: center;
}
.latest-products .cms-about-us-content .cms-about-us-col:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #d6d6d6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}
.latest-products .cms-about-us-content .cms-about-us-col .about-us-img {
  margin-right: 15px;
}
.latest-products .cms-about-us-content .cms-about-us-col .about-us-img img {
  width: 40px;
}
.latest-products .cms-about-us-content .cms-about-us-col .about-us-content strong {
  font-size: 15px;
  font-weight: bold;
  color: #1b1b1b;
  margin-bottom: 5px;
}
.latest-products .cms-about-us-content .cms-about-us-col .about-us-content p {
  margin-bottom: 0;
  font-size: 15px;
  color: #666666;
}
.overlay-bg {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: opacity 0.8s ease, visibility 0.9s ease, -moz-transform 0.4s eas;
  -o-transition: opacity 0.8s ease, visibility 0.9s ease, -o-transform 0.4s eas;
  -webkit-transition: opacity 0.8s ease, visibility 0.9s ease, -webkit-transform 0.4s eas;
  transition: opacity 0.8s ease, visibility 0.9s ease, transform 0.4s ease;
}
.open-nav-vertical .page-header {
  position: relative;
  z-index: 100;
}
.open-nav-vertical .overlay-bg {
  opacity: 1;
  visibility: visible;
}
.open-nav-vertical .notify-slider-wrapper {
  z-index: 0;
}
.magicmenu .nav-desktop > .level0:hover > .level-top {
  color: #ed1d24;
}
.magicmenu .nav-desktop .level0.hasChild.category-item:hover .level-top:after {
  color: #ed1d24;
}
.magicmenu .nav-desktop .level0.home.active > a.level-top:hover {
  color: #ed1d24;
}
.magicmenu .nav-desktop .level0.home.active > a.level-top span {
  font-family: Rubik, sans-serif;
}
.magicmenu .nav-desktop .level-top .level1 a {
  color: #666666;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-deal-special-progress {
    margin-bottom: 23px;
  }
  .cms-static-blog .post-description .post-ftimg-hld img {
    max-height: 230px;
  }
  .latest-products .block-title-tabs {
    justify-content: center;
  }
  .latest-products .block-title-tabs > .title {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  }
  .latest-products .block-title-tabs .magictabs {
    text-align: center;
  }
  .latest-products .box-latest-products {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-banner.banner-bottom .banner .banner-wrapper-infor {
    max-width: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cms-static-block.block1 {
    font-size: 1.3rem;
  }
  .cms-static-block.block2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box {
    margin-bottom: 20px;
  }
  .section-banner.banner-bottom .banner .banner-wrapper-infor {
    right: 15px;
    width: 200px;
  }
  .latest-products .cms-about-us-content .cms-about-us-col {
    width: 50%;
  }
  .latest-products .cms-about-us-content .cms-about-us-col:nth-child(2n)::before {
    display: none;
  }
  .latest-products .cms-about-us-content .cms-about-us-col:nth-child(1),
  .latest-products .cms-about-us-content .cms-about-us-col:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box {
    line-height: unset;
    min-height: 41px;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box .price-container {
    line-height: 41px;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box .old-price {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .product {
    margin-top: 0;
  }
  .static-home-slide {
    margin-bottom: 30px;
  }
  .cms-index-index .column.main .shop-categories {
    margin-bottom: 30px;
  }
  .section-banner.banner-top {
    margin-bottom: 50px;
  }
  .section-banner.banner-top .row--banner .col-banner2 [class*="col-"]:first-child .banner {
    animation-delay: 0.5s !important;
  }
  .section-banner.banner-top .row--banner .col-banner3 [class*="col-"]:first-child .banner {
    animation-delay: 1s !important;
  }
  .block-static.top-categories {
    margin-bottom: 50px;
  }
  .section-banner.banner-bottom .row--banner {
    flex-wrap: wrap;
  }
  .latest-products {
    padding: 50px 0;
  }
  .latest-products .box-latest-products {
    padding: 50px 30px ;
  }
  .latest-products .magicproduct {
    margin-bottom: 50px;
  }
  .latest-products .banner {
    margin-bottom: 50px;
  }
  .latest-products .cms-static-blog {
    padding-top: 50px;
  }
  .cms-static-blog {
    padding-top: 50px;
  }
  .cms-static-blog .container-title {
    margin-bottom: 0;
  }
  .section-banner.banner-bottom {
    margin-bottom: 50px;
  }
  .section-banner.banner-bottom .col-banner2,
  .section-banner.banner-bottom .col-banner3 {
    margin-top: 30px;
  }
  .section-banner.banner-bottom .col-banner2 .banner,
  .section-banner.banner-bottom .col-banner3 .banner {
    animation-delay: 0.5s !important;
  }
  .section-banner.banner-bottom .banner .banner-wrapper-infor {
    right: 70px;
    width: 100%;
    max-width: 350px;
  }
  .block-static.top-categories .block-title-tabs > .title {
    float: none;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
  }
  .block-static.top-categories .block-title-tabs > .magictabs {
    text-align: center;
  }
  .cms-static-brand {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .latest-products .products.wrapper.grid .product-item .product-item-info .product-item-details {
    padding: 9px 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-static-product.product1 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .container-title .title-block {
    font-size: 2.1rem;
  }
  .cms-static-blog .post-description .post-ftimg-hld img {
    max-height: 280px;
  }
  .cms-static-blog .post-description .blog_short_text .post-text-hld p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
  }
  .cms-static-block.block2 .item:first-child {
    margin-bottom: 30px;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .images-container {
    width: 100%;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details {
    width: 100%;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .countdown-container {
    justify-content: center;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .slogan-container {
    display: none;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-image-photo {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  .cms-static-product.product2 .cms-title {
    display: block;
  }
  .cms-static-product.product2 .block-title-tabs {
    text-align: center;
  }
  .cms-static-product.product2 .toggle-content {
    width: 150px;
  }
  .post-ftimg-hld .publish-date {
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
  }
  .top-categories .block-title-tabs {
    text-align: center;
  }
  .top-categories .block-title-tabs .toggle-tab i {
    display: none;
  }
  .latest-products .block-title-tabs > .title {
    width: 100%;
    font-size: 25px;
    margin-bottom: 5px;
  }
  .latest-products .block-title-tabs > .magictabs {
    text-align: center;
  }
  .cms-index-index .block-title-tabs .magictabs .item:first-child ~ .item {
    margin: 0;
  }
  .cms-index-index .block-title-tabs .magictabs .item {
    width: 100%;
    text-align: center;
  }
  .cms-index-index .block-title-tabs .magictabs .item .title {
    text-transform: capitalize;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cms-index-index .block-title-tabs {
    margin-bottom: 25px;
  }
  .section-banner.banner-top .row--banner .col-banner3 [class*="col-"]:first-child .banner,
  .section-banner.banner-top .row--banner .col-banner3 [class*="col-"]:last-child .banner {
    animation-delay: 0.5s !important;
  }
  .block-static.top-categories .slick-list {
    margin: 0 -10px;
  }
  .block-static.top-categories .slick-list .slick-track .slick-slide {
    padding: 0 10px;
  }
  .block-static.top-categories .block-title-tabs > .title {
    width: 100%;
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .cms-static-blog .magicblog {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .cms-static-blog .magicblog .alo-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .category_name {
    font-size: 1.2rem;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .deal-stock-label {
    font-size: 1.3rem;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .countdown-container .alo-count-down .timer-box:not(:first-child) {
    margin-left: 15px !important;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-name .product-item-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box {
    line-height: unset;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box .old-price {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .cms-static-blog .post-description .post-ftimg-hld img {
    max-height: 230px;
  }
  .section-banner.banner-bottom .banner .bwp-image-subtitle {
    font-size: 13px;
  }
  .section-banner.banner-bottom .banner .title-banner {
    font-size: 18px;
  }
  .section-banner.banner-bottom .banner .button {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 13px;
  }
  .latest-products .banner .banner-wrapper-infor .title-banner {
    font-size: 16px;
  }
  .latest-products .banner .banner-wrapper-infor .button {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
  }
  .section-banner.banner-top .row--banner .col-banner2 .banner-wrapper-infor .bwp-image-subtitle,
  .section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .bwp-image-subtitle {
    font-size: 13px;
  }
  .section-banner.banner-top .row--banner .col-banner2 .banner-wrapper-infor .title-banner,
  .section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .title-banner {
    font-size: 18px;
  }
  .section-banner.banner-top .row--banner .col-banner2 .banner-wrapper-infor .button,
  .section-banner.banner-top .row--banner .col-banner3 .banner-wrapper-infor .button {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 13px;
  }
  .section-banner.banner-top .row--banner .col-banner1 .title-banner {
    font-size: 20px;
    line-height: 30px;
    width: 230px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .section-banner.banner-top .row--banner .col-banner1 .button {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 13px;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .deal-stock-label {
    font-size: 1.3rem;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details .countdown-container .alo-count-down .timer-box:not(:first-child) {
    margin-left: 24px !important;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-name .product-item-link {
    font-size: 1.4rem;
  }
  .cms-title .title {
    font-size: 2rem;
  }
  .cms-instagram {
    margin-top: 60px;
  }
  .block-static.top-categories .slick-list {
    margin: 0;
  }
  .block-static.top-categories .slick-list .slick-track .slick-slide {
    padding: 0;
  }
  .latest-products .cms-about-us-content .cms-about-us-col {
    width: 100%;
  }
  .latest-products .cms-about-us-content .cms-about-us-col:not(:last-child) {
    margin-bottom: 30px;
  }
  .latest-products .cms-about-us-content .cms-about-us-col:not(:last-child)::before {
    display: none;
  }
  .latest-products .products.wrapper.grid .product-item .product-item-info .add-to-links .action.quickview {
    display: block;
  }
  .latest-products .box-latest-products {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-banner.banner-bottom .banner .banner-wrapper-infor {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) and (min-width: 361px) {
  .latest-products .products.wrapper.grid .product-item .product-item-info .add-to-links .action.quickview::before {
    text-indent: 2px;
    font-weight: bold;
  }
}
@media screen and (max-width: 360px) {
  .latest-products .products.list .images-container,
  .latest-products .products.list .product.details {
    width: 100%;
  }
}
@media screen and (max-width: 319px) {
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box {
    line-height: unset;
  }
  .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box .old-price {
    margin-left: 0;
  }
  .cms-static-blog .post-description .post-ftimg-hld img {
    max-height: 185px;
  }
}
.rtl .cms-static-block.block1 .fa {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .product-item-details {
  text-align: right;
}
.rtl .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .price-box {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-width: 2px 2px 2px 0;
}
.rtl .cms-static-product.product1 .products.wrapper.grid .product-item .product-item-info .hover-box .actions {
  right: auto;
  left: 0;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.rtl .cms-static-blog .magicblog.slick-slider .item.post-posed-date {
  float: right;
}
.rtl .cms-static-blog .post-author {
  overflow: hidden;
}
.rtl .cms-static-blog .post-author .label {
  float: right;
  margin-left: 5px;
}
.rtl .cms-static-blog .post-description .blog_short_text {
  text-align: right;
}
.rtl .cms-static-instagram .cms-title .action .fa {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .cms-index-index .block-title-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rtl .cms-index-index .block-title-tabs:before,
.rtl .cms-index-index .block-title-tabs:after {
  display: none;
}
.rtl .cms-index-index .block-title-tabs::before,
.rtl .cms-index-index .block-title-tabs::after {
  display: none;
}
.rtl .cms-index-index .block-title-tabs .magictabs .item:first-child ~ .item {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .latest-products .cms-about-us-content .cms-about-us-col:not(:last-child)::before {
  right: auto;
  left: 0;
}
.rtl .latest-products .cms-about-us-content .cms-about-us-col .about-us-img {
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 1479px) {
  .rtl .latest-products .block-title-tabs {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .rtl .cms-index-index .block-title-tabs {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .rtl .header .header-content .header-tool .search-area {
    margin: 0 20px;
  }
  .rtl .cms-index-index .block-title-tabs .magictabs .item:first-child ~ .item {
    margin-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .rtl .header .header-content .header-tool .search-area {
    margin: 0 10px;
  }
}
.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper,
.page-products .page-title-wrapper {
  display: none;
}
.catalog-category-view .modal-popup.modals-quickview .page-title-wrapper,
.catalogsearch-result-index .modal-popup.modals-quickview .page-title-wrapper,
.page-products .modal-popup.modals-quickview .page-title-wrapper {
  display: block;
}
.catalog-category-view .column.main .sku,
.catalogsearch-result-index .column.main .sku,
.page-products .column.main .sku,
.catalog-category-view .column.main .sku label,
.catalogsearch-result-index .column.main .sku label,
.page-products .column.main .sku label {
  font-size: 1.2rem;
}
.catalog-category-view .column.main .product-reviews-summary .reviews-actions,
.catalogsearch-result-index .column.main .product-reviews-summary .reviews-actions,
.page-products .column.main .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.catalog-category-view .column.main .category-product-grid .product-item .product-item-info,
.catalogsearch-result-index .column.main .category-product-grid .product-item .product-item-info,
.page-products .column.main .category-product-grid .product-item .product-item-info {
  position: relative;
}
.catalog-category-view .column.main .category-product-grid .product-item .product-item-info:before,
.catalogsearch-result-index .column.main .category-product-grid .product-item .product-item-info:before,
.page-products .column.main .category-product-grid .product-item .product-item-info:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 1px;
  background-color: #eaeaea;
  top: 50%;
  transform: translate(0, -50%);
  height: 85%;
}
.catalog-category-view .column.main .category-product-grid .product-item:nth-child(4n+1) .product-item-info:before,
.catalogsearch-result-index .column.main .category-product-grid .product-item:nth-child(4n+1) .product-item-info:before,
.page-products .column.main .category-product-grid .product-item:nth-child(4n+1) .product-item-info:before {
  opacity: 0;
}
.catalog-category-view .category-bn-slider,
.catalogsearch-result-index .category-bn-slider,
.page-products .category-bn-slider {
  margin-bottom: 20px;
}
.catalog-category-view .category-bn-slider .text-slide,
.catalogsearch-result-index .category-bn-slider .text-slide,
.page-products .category-bn-slider .text-slide {
  left: 15%;
  right: auto;
}
.catalog-category-view .category-bn-slider .text-slide .caption1,
.catalogsearch-result-index .category-bn-slider .text-slide .caption1,
.page-products .category-bn-slider .text-slide .caption1 {
  display: inline-block;
}
.catalog-category-view .category-bn-slider .text-slide .caption2,
.catalogsearch-result-index .category-bn-slider .text-slide .caption2,
.page-products .category-bn-slider .text-slide .caption2 {
  line-height: 1;
  margin-bottom: 5px;
}
.catalog-category-view .category-bn-slider .text-slide .caption3,
.catalogsearch-result-index .category-bn-slider .text-slide .caption3,
.page-products .category-bn-slider .text-slide .caption3 {
  text-transform: uppercase;
}
.catalog-category-view .page-title-wrapper .page-title,
.catalogsearch-result-index .page-title-wrapper .page-title,
.page-products .page-title-wrapper .page-title {
  margin-top: 10px;
  margin-bottom: 30px;
}
.catalog-category-view .cms-static-mix-custom-product .product-items .product-item,
.catalogsearch-result-index .cms-static-mix-custom-product .product-items .product-item,
.page-products .cms-static-mix-custom-product .product-items .product-item {
  width: 100%;
}
.catalog-category-view .column.main .products.wrapper.grid,
.catalogsearch-result-index .column.main .products.wrapper.grid,
.page-products .column.main .products.wrapper.grid {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-category-view .products.wrapper.list .price-box.price-final_price,
.catalogsearch-result-index .products.wrapper.list .price-box.price-final_price,
.page-products .products.wrapper.list .price-box.price-final_price {
  padding-top: 11px;
  position: relative;
  display: inline-block;
}
.catalog-category-view .products.wrapper.list .price-box.price-final_price > .price-box,
.catalogsearch-result-index .products.wrapper.list .price-box.price-final_price > .price-box,
.page-products .products.wrapper.list .price-box.price-final_price > .price-box {
  padding: 0;
}
.catalog-category-view .products.wrapper.list .price-box.price-final_price > .price-box > *,
.catalogsearch-result-index .products.wrapper.list .price-box.price-final_price > .price-box > *,
.page-products .products.wrapper.list .price-box.price-final_price > .price-box > * {
  margin: 0;
}
.catalog-category-view .products.wrapper.list .product-item .category_name,
.catalogsearch-result-index .products.wrapper.list .product-item .category_name,
.page-products .products.wrapper.list .product-item .category_name {
  font-size: 1.4rem;
}
.catalog-category-view .products.wrapper.list .product-item .product-item-info,
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-info,
.page-products .products.wrapper.list .product-item .product-item-info {
  border: none;
  overflow: hidden;
}
.catalog-category-view .products.wrapper.list .product-item .product-item-info:before,
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-info:before,
.page-products .products.wrapper.list .product-item .product-item-info:before,
.catalog-category-view .products.wrapper.list .product-item .product-item-info:after,
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-info:after,
.page-products .products.wrapper.list .product-item .product-item-info:after {
  display: none;
}
.catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-info .product-item-details,
.page-products .products.wrapper.list .product-item .product-item-info .product-item-details {
  padding: 0 20px;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Rubik, sans-serif;
}
.catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details .price-percent,
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-info .product-item-details .price-percent,
.page-products .products.wrapper.list .product-item .product-item-info .product-item-details .price-percent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details .price-percent .save-percent span,
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-info .product-item-details .price-percent .save-percent span,
.page-products .products.wrapper.list .product-item .product-item-info .product-item-details .price-percent .save-percent span {
  display: none;
}
.catalog-category-view .products.wrapper.list .product-item .price-box .price-container .price,
.catalogsearch-result-index .products.wrapper.list .product-item .price-box .price-container .price,
.page-products .products.wrapper.list .product-item .price-box .price-container .price {
  font-size: 1.7rem;
}
.catalog-category-view .products.wrapper.list .product-item .price-box .old-price,
.catalogsearch-result-index .products.wrapper.list .product-item .price-box .old-price,
.page-products .products.wrapper.list .product-item .price-box .old-price {
  margin-right: 8px;
}
.catalog-category-view .products.wrapper.list .product-item .price-box .old-price .price,
.catalogsearch-result-index .products.wrapper.list .product-item .price-box .old-price .price,
.page-products .products.wrapper.list .product-item .price-box .old-price .price {
  font-size: 1.7rem;
}
.catalog-category-view .products.wrapper.list .product-item .actions-primary,
.catalogsearch-result-index .products.wrapper.list .product-item .actions-primary,
.page-products .products.wrapper.list .product-item .actions-primary {
  width: auto;
}
.catalog-category-view .products.wrapper.list .product-item .product-item-actions,
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-actions,
.page-products .products.wrapper.list .product-item .product-item-actions {
  padding-bottom: 0;
  margin-top: 10px;
}
.catalog-category-view .products.wrapper.list .product-item .add-to-links,
.catalogsearch-result-index .products.wrapper.list .product-item .add-to-links,
.page-products .products.wrapper.list .product-item .add-to-links {
  margin-top: 10px;
}
.catalog-category-view .products.wrapper.list .stock.available,
.catalogsearch-result-index .products.wrapper.list .stock.available,
.page-products .products.wrapper.list .stock.available {
  display: none;
}
.catalog-category-view .products.wrapper.list .swatch-attribute-options,
.catalogsearch-result-index .products.wrapper.list .swatch-attribute-options,
.page-products .products.wrapper.list .swatch-attribute-options {
  margin: 0;
}
.catalog-category-view .products.wrapper.list .images-container,
.catalogsearch-result-index .products.wrapper.list .images-container,
.page-products .products.wrapper.list .images-container {
  width: 230px;
}
.catalog-category-view .products.wrapper.list ul,
.catalogsearch-result-index .products.wrapper.list ul,
.page-products .products.wrapper.list ul {
  list-style-position: inside;
}
.catalog-category-view .products.wrapper.list .product-item-details.products-textlink,
.catalogsearch-result-index .products.wrapper.list .product-item-details.products-textlink,
.page-products .products.wrapper.list .product-item-details.products-textlink {
  width: calc(100% - 230px - 300px);
  border-left: 2px solid #eeeeee;
}
.catalog-category-view .products.wrapper.list .product-item-details.products-textlink .actions-no,
.catalogsearch-result-index .products.wrapper.list .product-item-details.products-textlink .actions-no,
.page-products .products.wrapper.list .product-item-details.products-textlink .actions-no {
  padding-bottom: 10px;
}
.catalog-category-view .products.wrapper.list .product-item-details.products-info,
.catalogsearch-result-index .products.wrapper.list .product-item-details.products-info,
.page-products .products.wrapper.list .product-item-details.products-info {
  width: 300px;
  position: relative;
}
.catalog-category-view .products.wrapper.list .product-item-details.products-info:before,
.catalogsearch-result-index .products.wrapper.list .product-item-details.products-info:before,
.page-products .products.wrapper.list .product-item-details.products-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #eeeeee;
  display: block;
}
.catalog-category-view .products.wrapper.list .product-reviews-summary,
.catalogsearch-result-index .products.wrapper.list .product-reviews-summary,
.page-products .products.wrapper.list .product-reviews-summary {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.catalog-category-view .cms-category-block,
.catalogsearch-result-index .cms-category-block,
.page-products .cms-category-block {
  position: relative;
  margin-bottom: 30px;
}
.catalog-category-view .cms-category-block .cms-content,
.catalogsearch-result-index .cms-category-block .cms-content,
.page-products .cms-category-block .cms-content {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog-category-view .cms-category-block .cms-content .caption1,
.catalogsearch-result-index .cms-category-block .cms-content .caption1,
.page-products .cms-category-block .cms-content .caption1 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #666666;
  font-family: "MarkMyWords";
  font-style: italic;
  line-height: 1.556;
}
.catalog-category-view .cms-category-block .cms-content .caption2,
.catalogsearch-result-index .cms-category-block .cms-content .caption2,
.page-products .cms-category-block .cms-content .caption2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.catalog-category-view .cms-category-block .cms-content .caption3,
.catalogsearch-result-index .cms-category-block .cms-content .caption3,
.page-products .cms-category-block .cms-content .caption3 {
  font-size: 1.8rem;
  color: #aaaaaa;
  margin-bottom: 35px;
}
.catalog-category-view .cms-category-block .cms-content .caption3 strong,
.catalogsearch-result-index .cms-category-block .cms-content .caption3 strong,
.page-products .cms-category-block .cms-content .caption3 strong {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 400;
  text-decoration: underline;
}
.catalog-category-view .cms-category-block .cms-content .actions,
.catalogsearch-result-index .cms-category-block .cms-content .actions,
.page-products .cms-category-block .cms-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view .cms-category-block .cms-content .actions:before,
.catalogsearch-result-index .cms-category-block .cms-content .actions:before,
.page-products .cms-category-block .cms-content .actions:before,
.catalog-category-view .cms-category-block .cms-content .actions:after,
.catalogsearch-result-index .cms-category-block .cms-content .actions:after,
.page-products .cms-category-block .cms-content .actions:after {
  display: none;
}
.catalog-category-view .cms-category-block .cms-content .actions .action,
.catalogsearch-result-index .cms-category-block .cms-content .actions .action,
.page-products .cms-category-block .cms-content .actions .action {
  color: #ffffff;
  border-color: #f4f4f4;
}
.catalog-category-view .cms-category-block .cms-content .actions .action:hover,
.catalogsearch-result-index .cms-category-block .cms-content .actions .action:hover,
.page-products .cms-category-block .cms-content .actions .action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b1b1b;
}
.catalog-category-view .cms-category-block .cms-content .actions .action:last-child,
.catalogsearch-result-index .cms-category-block .cms-content .actions .action:last-child,
.page-products .cms-category-block .cms-content .actions .action:last-child {
  margin-left: 7px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b1b1b;
}
.catalog-category-view .cms-category-block .cms-content .actions .action:last-child:hover,
.catalogsearch-result-index .cms-category-block .cms-content .actions .action:last-child:hover,
.page-products .cms-category-block .cms-content .actions .action:last-child:hover {
  background-color: transparent;
  border-color: #f4f4f4;
  color: #ffffff;
}
.catalog-category-view.page-layout-2columns-left .cms-category-block img,
.catalogsearch-result-index.page-layout-2columns-left .cms-category-block img,
.page-products.page-layout-2columns-left .cms-category-block img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.catalog-category-view.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-textlink,
.catalogsearch-result-index.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-textlink,
.page-products.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-textlink {
  width: 330px;
}
.catalog-category-view.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-info,
.catalogsearch-result-index.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-info,
.page-products.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-info {
  width: calc(100% - 230px - 330px);
}
.catalog-category-view.page-layout-1column .columns .block.filter .block-title,
.catalogsearch-result-index.page-layout-1column .columns .block.filter .block-title,
.page-products.page-layout-1column .columns .block.filter .block-title {
  display: none;
}
.catalog-category-view.page-layout-1column .columns .toolbar-bottom .sidebar-filters-toggle,
.catalogsearch-result-index.page-layout-1column .columns .toolbar-bottom .sidebar-filters-toggle,
.page-products.page-layout-1column .columns .toolbar-bottom .sidebar-filters-toggle {
  display: none;
}
.catalog-category-view.page-layout-1column.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle:before,
.catalogsearch-result-index.page-layout-1column.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle:before,
.page-products.page-layout-1column.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle:before {
  background-color: #1b1b1b;
  color: #ffffff;
  border: 1px solid #ffffff;
  z-index: 14;
}
.catalog-category-view.page-layout-1column.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle:before:hover,
.catalogsearch-result-index.page-layout-1column.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle:before:hover,
.page-products.page-layout-1column.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle:before:hover {
  background-color: #ed1d24;
  border-color: #ed1d24;
}
.catalogsearch-result-index .search.results > .block {
  display: none;
}
.catalogsearch-result-index .search.results > .block .title {
  font-size: 2rem;
  font-weight: 600;
  color: #555555;
}
.catalogsearch-result-index .search.results > .block .title:after {
  content: ":";
}
.catalogsearch-result-index .block.filter .filter-options-title:before {
  display: none;
}
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-content {
  display: block !important;
  margin-right: 0;
}
.open-minicart .page-products .page-header {
  position: relative;
}
.cms-sale-products .sale-product-top {
  text-align: center;
  margin-top: 10px;
}
.cms-sale-products .alo-count-down .timer-box {
  width: 82px;
  height: 82px;
}
.cms-sale-products .page-main .products.wrapper.grid .product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cms-sale-products .page-main .products.wrapper.grid .product-items:before,
.cms-sale-products .page-main .products.wrapper.grid .product-items:after {
  display: none;
}
.cms-sale-products .page-main .products.wrapper.grid .product-item {
  width: 20%;
  padding: 0 15px;
}
.cms-sale-products .page-main .products.wrapper.grid .product-item .product-item-info:hover .actions-secondary {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.cms-sale-products .page-main .products.wrapper.grid .product-item .product-item-info .product-image-wrapper {
  padding-bottom: 100% !important;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .toolbar-amount {
  display: none;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-label {
  display: none;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items:before,
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items:after {
  display: none;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .action {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  width: 36px;
  height: 36px;
  line-height: 33px;
  padding: 0 2px;
  font-weight: 600;
  color: #2b2d2f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  text-decoration: none;
  background: #f6f6f6;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .action:hover {
  background-color: #ed1d24;
  color: #ffffff;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .action span {
  display: none;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .action.previous::before {
  content: "\f104";
  margin-left: 2px;
  font-family: "FontAwesome";
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .action.next::before {
  content: "\f105";
  margin-left: 2px;
  font-family: "FontAwesome";
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .page {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  width: 36px;
  height: 36px;
  line-height: 33px;
  padding: 0 2px;
  font-weight: 600;
  color: #2b2d2f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  text-decoration: none;
  background: #f6f6f6;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .page:hover {
  background-color: #ed1d24;
  color: #ffffff;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .item:not(:first-child) {
  margin-left: 10px;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .pages-items .item.current .page {
  background-color: #ed1d24;
  color: #ffffff;
}
.cms-sale-products .page-main .products.wrapper.grid .pager .label {
  display: none;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  display: none !important;
}
.producttags-tag-view .page-title-wrapper {
  display: none;
}
.producttags-tag-view .tag-title {
  display: none;
}
.catalogsearch-result-index .sidebar .block-content .action.remove {
  top: -5px !important;
}
.catalogsearch-result-index .sidebar .block-content .action.remove span {
  font-size: 0;
}
.catalogsearch-result-index .sidebar .block-content .action.remove span::before {
  font-family: "Pe-icon-7-stroke";
  content: "\e680";
  font-size: 2rem;
  font-weight: 900;
}
.cms-sale-products .column.main .content-products {
  overflow: hidden;
}
.cms-sale-products .column.main .slick-list {
  margin: 0 -15px;
}
.cms-sale-products .column.main .slick-list .slick-slide {
  padding: 0 15px;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .products.wrapper.list .product-item .product-item-info {
    align-items: flex-start;
  }
  .products.wrapper.list .product-item .product-item-info .images-container {
    width: 35%;
  }
  .products.wrapper.list .product-item .product-item-info .product-item-details {
    width: 65%;
  }
  .cms-sale-products .page-main .products.wrapper.grid .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .page-products .products.wrapper.list .product-item .product-item-info {
    border-width: 0 0 1px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .products.wrapper.list .product-item .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .cms-sale-products .page-main .products.wrapper.grid .product-item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 991px) {
  .swatch-option-tooltip {
    display: none !important;
  }
  .catalog-category-view .column.main,
  .page-products .column.main {
    order: 1;
  }
  .catalog-category-view .columns .sidebar-sticky,
  .page-products .columns .sidebar-sticky {
    position: static;
    top: 0;
    margin-bottom: 0;
  }
  .catalog-category-view .sidebar-additional,
  .page-products .sidebar-additional {
    display: none;
  }
  .catalog-category-view .columns,
  .page-products .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .columns:before,
  .page-products .columns:before,
  .catalog-category-view .columns:after,
  .page-products .columns:after {
    display: none;
  }
  .catalog-category-view.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-textlink,
  .page-products.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-textlink {
    width: 50%;
  }
  .catalog-category-view.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-info,
  .page-products.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-info {
    width: 100%;
  }
  .catalog-category-view.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-info:before,
  .page-products.page-layout-1column .products.wrapper.list .product-item .product-item-info .product-item-details.products-info:before {
    display: none;
  }
  .shopbrand-brand-view .toolbar-products {
    justify-content: space-between;
  }
  .shopbrand-brand-view .toolbar-products .field.limiter {
    display: none;
  }
  .shopbrand-brand-view .toolbar-products > .modes {
    flex: inherit;
  }
  .page-products.producttags-tag-view .columns {
    padding-top: 0;
  }
  .breadcrumbs .pagecrumbs-title {
    font-size: 2rem;
  }
  #layerednav-list-products > .toolbar-products,
  .search.results > .toolbar-products {
    position: absolute;
    top: -13px;
    left: 15px;
    right: 15px;
    justify-content: space-between;
  }
  #layerednav-list-products > .toolbar-products .modes,
  .search.results > .toolbar-products .modes {
    flex: initial;
  }
  #layerednav-list-products > .toolbar-products .field.limiter,
  .search.results > .toolbar-products .field.limiter {
    display: none;
  }
  #layerednav-list-products > .category-products,
  .search.results > .category-products {
    padding-top: 40px;
  }
  .catalogsearch-result-index .filter .filter-current .items {
    display: block;
  }
  .catalogsearch-result-index .toolbar .sidebar-filters-toggle {
    display: inline-block;
  }
  .catalogsearch-result-index .sidebar-sticky .block .block-title {
    display: none;
  }
  .catalogsearch-result-index.filter-active #layered-filter-block .block-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .catalogsearch-result-index .search .toolbar .sidebar-filters-toggle::before {
    background-color: #1b1b1b;
    color: #ffffff;
    left: auto;
    right: 0;
  }
  .catalogsearch-result-index .sidebar .filter-options-title {
    padding-top: 10px;
  }
  .page-layout-1column.cms-sale-products .block_widget .product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-1column.cms-sale-products .block_widget .product-items:before,
  .page-layout-1column.cms-sale-products .block_widget .product-items:after {
    display: none;
  }
  .page-layout-1column.cms-sale-products .block_widget .product-items .product-item {
    width: calc(100% / 3);
  }
  .cms-sale-products .page-main .products.wrapper.grid .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .column.main .category-product-grid .product-item:nth-child(3n+1) .product-item-info:before {
    opacity: 1;
  }
  .catalog-category-view .column.main .category-product-grid .product-item:nth-child(2n+1) .product-item-info:before {
    opacity: 0;
  }
  .catalog-category-view .column.main .category-product-list .product-item {
    margin: 0 0 80px;
    padding: 0;
    border-bottom: none;
  }
  .page-layout-1column.cms-sale-products .block_widget .product-items .product-item {
    width: calc(100% / 2);
  }
  .products.wrapper.list .product-item .product-item-info .images-container {
    width: 50%;
  }
  .catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .products.wrapper.list .product-item .product-item-info .product-item-details,
  .page-products .products.wrapper.list .product-item .product-item-info .product-item-details {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .cms-sale-products .block-title-tabs {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .page-products .column.main .products.wrapper.grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .magicproduct .content-products {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .products.wrapper.grid .product-items .product-item {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .cms-sale-products .products.wrapper.grid .product-items {
    margin: 0;
  }
  .cms-sale-products .page-main .products.wrapper.grid .product-items {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs .pagecrumbs-title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .breadcrumbs li a,
  .breadcrumbs li strong {
    font-size: 1.2rem;
  }
  .product-item .product-item-info .product-item-details .price-percent .save-percent {
    display: none;
  }
  .products.wrapper.list .product-item .product-item-info .images-container {
    width: 100%;
  }
  .products.wrapper.list .product-item .product-item-info .product-item-details {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-products .products.wrapper.list .product-item .product-item-info .product-item-details {
    padding-left: 0;
    padding-right: 0;
  }
  .block.filter .block-title strong {
    min-width: 116px;
  }
  .page-layout-1column.cms-sale-products .block_widget .product-items .product-item {
    width: 100%;
  }
  .page-layout-1column-full-width #layerednav-list-products > .toolbar-products .modes,
  .page-layout-1column #layerednav-list-products > .toolbar-products .modes {
    margin-left: 0;
    padding-left: 0;
  }
  .catalog-category-view.page-layout-1column .products.wrapper.list .product-item .product-item-info .images-container,
  .page-products.page-layout-1column .products.wrapper.list .product-item .product-item-info .images-container {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .catalog-category-view .column.main .category-product-grid .product-item:nth-child(3n+1) .product-item-info:before {
    opacity: 0;
  }
  .catalog-category-view .column.main .category-product-grid .product-item .product-item-info:before {
    opacity: 0;
  }
  .cms-sale-products .page-main .products.wrapper.grid .product-item {
    width: 100%;
  }
  #layerednav-list-products > .toolbar-products {
    padding-right: 5px;
  }
  .block.filter .block-title strong {
    min-width: unset;
    left: 20px;
  }
  #layerednav-list-products > .toolbar-products .sorter-options {
    min-width: 154px;
  }
}
@media screen and (max-width: 320px) {
  .catalog-category-view .products.wrapper.list .product-item .hover-box .product-item-actions {
    margin-left: 0;
    margin-top: 10px;
  }
}
.rtl.catalog-category-view .products.wrapper.list .price-box.price-final_price:before {
  left: auto;
  right: 0;
}
.rtl.catalog-category-view .products.wrapper.list .product-item .actions-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.rtl.catalog-category-view .products.wrapper.list .product-item .actions-secondary:before,
.rtl.catalog-category-view .products.wrapper.list .product-item .actions-secondary:after {
  display: none;
}
.rtl.catalog-category-view .products.wrapper.list .product-item .actions-secondary .action:not(:last-child) {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .catalogsearch-result-index .search .toolbar .sidebar-filters-toggle::before {
  left: 0;
  right: auto;
}
.rtl .catalogsearch-result-index .products.wrapper.list .product-item .product-item-info .box-actions .add-to-links .action:first-child {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .page-layout-1column.page-with-filter .block.filter .block-content,
.rtl .page-layout-1column-full-width.page-with-filter .block.filter .block-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rtl .page-layout-1column.page-with-filter .block.active .block-content,
.rtl .page-layout-1column-full-width.page-with-filter .block.active .block-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rtl .has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
  left: auto;
  right: 300px;
}
.rtl .catalog-category-view .columns .column.main {
  float: right;
}
.rtl .catalog-category-view.page-layout-2columns-right .columns .column.main {
  float: left;
}
button:focus,
button:active {
  border-color: #ef1e1e;
  background-color: #ef1e1e;
  color: #fff;
}
.field.qty .btn-plus:focus,
.field.qty .btn-plus:active {
  color: #aaaaaa;
}
.page-title-wrapper .page-title {
  margin-top: 0;
  font-size: 2.4rem;
}
.page-title-wrapper .brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.page-title-wrapper .brand h2 {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-right: 5px;
  width: 20%;
  margin-right: 0;
}
.page-title-wrapper .brand img {
  display: none;
}
.page-title-wrapper .brand > .title {
  width: 100px;
  font-size: 14px;
}
.page-title-wrapper .brand > .title:after {
  content: ":";
}
.page-title-wrapper .brand > a {
  margin-bottom: 5px;
}
.size-guide {
  cursor: pointer;
  margin-top: 15px;
}
.stock.unavailable,
.stock.available {
  font-weight: 600;
  margin: 0;
}
.stock > span:before {
  display: none;
}
.stock label {
  margin: 0;
  padding-right: 5px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.product-info-main .field.qty .custom-qty.control {
  height: 46px;
}
.product-info-main .field.qty .custom-qty.control input[type="number"] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-info-main .field.qty .custom-qty.control .reduced,
.product-info-main .field.qty .custom-qty.control .increase {
  width: 38px;
}
.product-info-main .field.qty .custom-qty.control .reduced {
  border-right: 1px solid #ebebeb;
}
.product-info-main .field.qty .custom-qty.control .increase {
  border-left: 1px solid #ebebeb;
}
.product-info-main .action.tocart.disabled:before,
.catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary .action.tocart.disabled:before,
.stickyCart .stickyChild .clSticky #btnSticky[disabled="disabled"]:before {
  content: "";
  display: inline-block;
  z-index: 9;
  top: 0;
  left: 0;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 50px;
  border-color: #f36 #f36 #f36 #fff;
  line-height: 1;
  animation: fa-spin 0.2s infinite linear;
  margin-right: 4px;
}
.product-info-main .action.tocart.disabled {
  opacity: 0.8;
}
.product-info-main .product-info-stock-sku {
  margin-bottom: 10px;
}
.product-info-main .stock.unavailable,
.product-info-main .stock.available {
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
}
.product-info-main .stock.unavailable span:first-child,
.product-info-main .stock.available span:first-child {
  color: #1b1b1b;
  width: 100px;
  display: inline-block;
}
.product-info-main .stock.available span {
  color: #690;
}
.product-info-main .stock.available span:first-child {
  font-weight: 700;
  color: #333;
  display: inline-block;
  width: 100px;
}
.product-info-main .brand h2:after {
  content: ":";
}
.product-info-main .product.sku strong,
.product-info-main .product.sku .value {
  font-size: 14px;
  color: #333;
  display: inline-block;
}
.product-info-main .product.sku strong {
  width: 100px;
}
.product-info-main .product.sku strong:after {
  content: ":";
}
.product-info-main .product-info-price {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 35px;
}
.product-info-main .product-reviews-summary {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.product-info-main .product-reviews-summary:before,
.product-info-main .product-reviews-summary:after {
  display: none;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-info-main .product-reviews-summary .reviews-actions:before,
.product-info-main .product-reviews-summary .reviews-actions:after {
  display: none;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  direction: ltr;
}
.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .price-box .weee {
  margin-bottom: 0;
  margin-right: 10px;
}
.product-info-main .price-box .weee .price {
  font-size: 3rem;
  font-weight: 600;
}
.product-info-main .price-box .special-price {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.product-info-main .price-box .normal-price {
  display: inline-block;
}
.product-info-main .price-box .price-from,
.product-info-main .price-box .price-to {
  margin: 0;
}
.product-info-main .price-box .price-from .weee .price,
.product-info-main .price-box .price-to .weee .price,
.product-info-main .price-box .price-from .weee .old-price .price,
.product-info-main .price-box .price-to .weee .old-price .price {
  font-size: 3rem;
}
.product-info-main .attribute {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .attribute.overview {
  margin-bottom: 40px;
}
.product-info-main .attribute ol,
.product-info-main .attribute ul {
  list-style-position: inside;
}
.product-info-main .swatch-attribute {
  margin-bottom: 15px;
}
.product-info-main .swatch-attribute:last-child {
  margin-bottom: 0;
}
.product-info-main .swatch-attribute .swatch-select {
  max-width: 300px;
}
.product-info-main .swatch-attribute.size .swatch-option {
  padding: 7px 10px;
}
.product-info-main .swatch-attribute.size .swatch-option.selected {
  background-color: #ef1e1e !important;
}
.product-info-main .field.qty {
  margin-bottom: 0;
  margin-right: 20px;
}
.product-info-main .field.qty .label {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.3rem;
  color: #000000;
  display: block;
  margin-bottom: 3px;
  display: none;
}
.product-info-main .field.qty .custom-qty.control {
  border: 1px solid #ebebeb;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 120px;
  height: 40px;
}
.product-info-main .field.qty .custom-qty.control .increase,
.product-info-main .field.qty .custom-qty.control .reduced {
  background: #ffffff;
}
.product-info-main .field.qty .custom-qty.control .increase:focus,
.product-info-main .field.qty .custom-qty.control .reduced:focus,
.product-info-main .field.qty .custom-qty.control .increase:active,
.product-info-main .field.qty .custom-qty.control .reduced:active {
  color: #aaaaaa;
}
.product-info-main .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .fieldset:before,
.product-info-main .fieldset:after {
  display: none;
}
.product-info-main .fieldset .swatch-opt {
  width: 100%;
  margin-top: 0;
}
.product-info-main .fieldset .swatch-opt .swatch-attribute-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 55px;
  color: #333;
}
.product-info-main .fieldset .swatch-opt .swatch-attribute-options {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 0 0;
}
.product-info-main .review-form-actions {
  margin-top: 10px;
}
.product-info-main .alo-count-down {
  padding-bottom: 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.product-info-main .alo-count-down .slogan-countdown {
  font-size: 1.8rem;
}
.product-info-main .alo-count-down .countdown {
  justify-content: center;
}
.product-info-main .alo-count-down .timer-box b {
  font-size: 2rem;
}
.product-info-main .alo-count-down .timer-box .title {
  font-size: 1.5rem;
}
.product-info-main .additional-timer-block {
  margin-top: 30px;
  margin-bottom: 28px;
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-info-main .additional-timer-block .timer-box {
  border: 1px solid #ccc;
  background-color: #fff;
}
.product-info-main .additional-timer-block .slogan-countdown {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 0;
  color: #555;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-info-main .additional-timer-block .countdown-container {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.product-info-main .additional-timer-block .product-deal-special-progress {
  margin-bottom: 0;
}
.product-info-main .deal-stock-label {
  font-size: 1.3rem;
  margin-bottom: 7px;
}
.product-info-main .delivery-return {
  margin-bottom: 15px;
  margin-top: 15px;
  display: none;
}
.product-info-main .delivery-return a.delivery-return-text {
  cursor: pointer;
  text-decoration: underline;
}
.product-info-main .alo-social-links h3 {
  font-size: 1.4rem;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  color: #333;
}
.product-info-main .alo-social-links .custom-html {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-info-main .alo-social-links ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .alo-social-links ul li {
  margin-bottom: 0;
}
.product-info-main .alo-social-links ul li:not(:last-child) {
  margin-right: 10px;
}
.product-info-main .alo-social-links ul li a {
  font-size: 1.8rem;
}
.product-info-main .alo-social-links ul li a.facebook {
  color: #369;
}
.product-info-main .alo-social-links ul li a.twitter {
  color: #0cf;
}
.product-info-main .alo-social-links ul li a.instagram {
  color: #963;
}
.product-info-main .alo-social-links ul li a.pinterest {
  color: #cb2027;
}
.product-info-main .alo-social-links ul li a.linkedin {
  color: #1a73e8;
}
.product-info-main .alo-social-links ul li a:hover {
  color: #ed1d24 !important;
}
.product-info-main button.button {
  padding: 0 30px;
}
.product-info-main .product-add-form .swatch-attribute-options {
  margin: 0;
  margin-top: 5px;
}
.bundle-options-container .block-bundle-summary .product-image-container .product-image-wrapper .product-image-photo {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-next-prev {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  float: right;
  margin-top: 2px;
  position: absolute;
  right: 15px;
}
.product-next-prev .product-items {
  display: flex;
  flex-wrap: wrap;
}
.product-next-prev .product-item {
  margin-bottom: 0;
}
.product-next-prev .category-back-to {
  display: none;
}
.product-next-prev .category-back-to .category-back span {
  display: none;
}
.product-next-prev .arrow:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 4rem;
  width: 27px;
  display: inline-block;
}
.product-next-prev .product-prev,
.product-next-prev .product-next {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  width: 27px;
}
.product-next-prev .product-prev:hover,
.product-next-prev .product-next:hover {
  border-width: 0;
}
.product-next-prev .product-prev:hover:before,
.product-next-prev .product-next:hover:before {
  opacity: 1;
  visibility: visible;
}
.product-next-prev .product-prev:before,
.product-next-prev .product-next:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #ed1d24;
  left: 62%;
  top: 1px;
  transform: translate(-50%, 25px);
  opacity: 0;
  visibility: hidden;
}
.product-next-prev .product-prev .product-item-photo,
.product-next-prev .product-next .product-item-photo {
  left: auto;
  right: 0;
  transform: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #ed1d24;
  background-color: #fff;
}
.product-next-prev .product-prev {
  float: unset;
}
.product-next-prev .product-prev .arrow:before {
  content: "\e686";
}
.product-next-prev .product-next .arrow:before {
  content: "\e684";
}
.product-next-prev .btn-product-prev,
.product-next-prev .btn-product-next {
  display: inline-block;
  height: 100%;
}
.review-add .review-fieldset .field.required > .control {
  position: relative;
}
.review-add .review-fieldset .field.required > .control div.mage-error[generated] {
  position: static;
}
.table-wrapper.grouped img {
  max-width: 90px;
}
.table-wrapper.grouped .price-box .weee .price {
  font-size: 1.4rem;
}
.table-wrapper.grouped tr td:first-child {
  width: 120px;
}
.table-wrapper.grouped {
  margin-bottom: 40px;
}
.table-wrapper.grouped .table.grouped thead {
  background: #f6f6f6;
}
.table-wrapper.grouped tbody td img {
  width: 50px;
}
.categories-product-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: 25px;
}
.categories-product-view:before,
.categories-product-view:after {
  display: none;
}
.categories-product-view .plabel {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  line-height: inherit;
  margin-right: 7px;
}
.categories-product-view .categories b {
  font-weight: 400;
}
.categories-product-view .categories b a {
  color: #333;
}
.categories-product-view .categories b a:hover {
  color: #ed1d24;
}
.categories-product-view .categories b:last-child a .command {
  display: none;
}
.product-add-form .add-to-cart {
  margin-bottom: 0;
}
.product-add-form .add-to-cart .tocart {
  min-width: 200px;
}
.product-add-form .add-to-cart .tocart._show {
  text-transform: uppercase;
  -webkit-animation: shake-horizontal 0.8s infinite both;
  animation: shake-horizontal 0.8s infinite both;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__arr {
  display: none !important;
}
.catalog-product-view .fotorama-item .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 35px;
  padding: 0;
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  margin-right: 0;
}
.catalog-product-view .fotorama__nav-wrap--horizontal {
  margin-top: 30px;
}
.catalog-product-view .block-content .toolbar.review-toolbar:last-child {
  display: block;
}
.catalog-product-view .data-tabs-content #reviews .toolbar {
  padding: 0;
  border-color: #c9c9c9;
}
.catalog-product-view .data-tabs-content #reviews .toolbar:first-child {
  display: block;
  border-top: none;
}
.catalog-product-view .data-tabs-content #reviews .toolbar:first-child .pager {
  text-align: right;
}
.catalog-product-view .data-tabs-content #reviews .toolbar:first-child .pages {
  display: none;
}
.catalog-product-view .data-tabs-content #reviews .toolbar:last-child .limiter {
  display: none;
}
.catalog-product-view .product-img-box .fotorama__stage__frame .fotorama__img {
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.catalog-product-view .product-img-box .fotorama__stage img {
  width: 100%;
}
.catalog-product-view .view-full-page-details {
  display: none;
}
.product-social-links {
  padding-top: 15px;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.product-social-links .mailto,
.product-social-links .socials {
  display: none;
}
.product-social-links .product-addto-links a {
  text-transform: none;
  font-size: 1.4rem;
  margin-right: 30px;
  color: #1b1b1b;
  line-height: 30px;
}
.product-social-links .product-addto-links a:hover {
  color: #ed1d24;
}
.product-social-links .product-addto-links a span:before {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  font-size: 1.8rem;
  content: "\f459";
  font-family: "Ionicons";
  margin-right: 7px;
}
.product-social-links .product-addto-links a.tocompare {
  margin-right: 0;
}
.product-social-links .product-addto-links a.towishlist span {
  font-size: 1.4rem;
}
.product-social-links .product-addto-links a.towishlist span:before {
  content: "\f387";
}
.product-options-wrapper {
  width: 100%;
}
.product-options-wrapper .field.downloads > .label {
  display: none;
}
.product-options-wrapper .field.downloads .control .label span {
  font-weight: 600;
}
.product-options-wrapper .field.downloads .control .label span:after {
  content: ":";
}
.product-options-wrapper .field.downloads .control .link {
  margin-left: 10px;
  display: inline-block;
  float: none;
  text-decoration: underline;
  text-transform: capitalize;
}
.product-options-wrapper .field.downloads .control .link:hover {
  text-decoration: none;
}
.bundle-options-container .legend.title,
.catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 2.4rem;
  font-weight: 400;
}
.swatch-attribute-selected-option {
  display: none;
}
.zoomContainer .zoomLens {
  border: 1px solid #ebebeb !important;
}
.catalog-product-view .zoomContainer {
  z-index: 8;
}
.catalog-product-view .zoomContainer .zoomLens {
  z-index: 8 !important;
}
.catalog-product-view .zoomContainer .zoomWindowContainer > * {
  z-index: 8 !important;
}
.catalog-product-view .message.global.cookie {
  display: none !important;
}
.catalog-product-view .fotorama__nav--thumbs {
  text-align: left;
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr {
  border-width: 1px;
  border-style: solid;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  background-image: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 20px;
  z-index: 999;
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr:before {
  content: "\f104";
  font-family: "FontAwesome";
}
.catalog-product-view .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  right: 20px;
}
.catalog-product-view .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
  content: "\f105";
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  border-width: 1px;
  border-style: solid;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  background-image: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  font-family: "FontAwesome";
  display: block;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: "\f104";
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: "\f105";
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  top: 0;
  transform: translate(-50%, 0);
}
.catalog-product-view .product.media .fotorama__caption {
  display: none;
}
.catalog-product-view .product.media .fotorama__thumb {
  border-width: 1px;
  border-style: solid;
}
.catalog-product-view .product.media .product-label {
  right: 35px;
  top: 20px;
  left: auto;
}
.catalog-product-view .product.media .product-label .sticker {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.catalog-product-view .product.detailed {
  margin-top: 75px;
  margin-bottom: 15px;
  padding-bottom: 50px;
  position: relative;
}
.catalog-product-view .product.detailed .items-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.catalog-product-view .product.detailed .items-tabs:before,
.catalog-product-view .product.detailed .items-tabs:after {
  display: none;
}
.catalog-product-view .product.detailed .items-tabs .data.switch {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 25px;
  padding-bottom: 18px;
  display: block;
  font-weight: 700;
}
.catalog-product-view .product.detailed .items-tabs .data.switch .counter {
  position: relative;
}
.catalog-product-view .product.detailed .items-tabs .data.switch .counter:before {
  content: "(";
}
.catalog-product-view .product.detailed .items-tabs .data.switch .counter:after {
  content: ")";
}
.catalog-product-view .product.detailed .items-tabs .data.title {
  margin-right: 0;
  position: relative;
}
.catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child) {
  margin-right: 60px;
}
.catalog-product-view .product.detailed .items-tabs .data.title .data.switch {
  position: relative;
  display: inline-block;
}
.catalog-product-view .product.detailed .items-tabs .data.title .data.switch:before {
  content: "";
  position: absolute;
  border-bottom: solid 2px;
  left: 0;
  width: 0;
  bottom: -1px;
  transition: width 0.3s ease-in-out;
}
.catalog-product-view .product.detailed .items-tabs .data.title.active .data.switch:before,
.catalog-product-view .product.detailed .items-tabs .data.title:hover .data.switch:before {
  width: 100%;
}
.catalog-product-view .product.detailed .data-tabs-content {
  padding: 30px 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews:before,
.catalog-product-view .product.detailed .data-tabs-content #reviews:after {
  content: "";
  display: table;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews:after {
  clear: both;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews #product-review-container .review-list > .block-title {
  display: none;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews #product-review-container .review-list .review-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews #product-review-container .review-list .review-title .review-author .review-details-value {
  font-weight: 400;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews #product-review-container .review-date .review-details-label {
  display: none;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews .review-add {
  padding-top: 6px;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews .review-add .fieldset .review-legend.legend {
  margin-bottom: 10px;
  display: none;
}
.catalog-product-view .product.detailed .data-tabs-content #reviews .review-add .review-form {
  max-width: none;
}
.catalog-product-view .product.detailed .review-form-actions {
  margin-top: 20px;
}
.catalog-product-view .product.info.detailed .toggle-tab {
  display: none;
}
.catalog-product-view .product.info.detailed .fieldset .field:not(:last-child) {
  margin-bottom: 30px;
}
.catalog-product-view .box-tocart {
  margin-top: 14px;
}
.catalog-product-view .reviews-actions .action:after {
  position: static;
}
.catalog-product-view .custom_tab img {
  margin: 0 auto;
}
.catalog-product-view .cms-static-mix-custom-product .product-items .product-item {
  width: 100%;
}
.catalog-product-view .attribute.overview p {
  font-size: 1.4rem;
}
.catalog-product-view .fieldset .review-legend.legend strong {
  color: #222222;
  display: inline-block;
  font-size: 2rem;
}
.catalog-product-view .fieldset .review-legend.legend span {
  font-size: 2rem;
  margin-bottom: 10px;
  display: inline-block;
}
.catalog-product-view .fieldset > .field > .label {
  font-size: 1.4rem;
  font-weight: 600;
}
.catalog-product-view .fieldset .review-field-ratings .review-field-rating .label {
  font-size: 1.4rem;
}
.catalog-product-view.page-layout-2columns-left .product.detailed,
.catalog-product-view.page-layout-2columns-right .product.detailed {
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.catalog-product-view.page-layout-2columns-left .product.detailed .items-tabs,
.catalog-product-view.page-layout-2columns-right .product.detailed .items-tabs {
  justify-content: flex-start;
}
.catalog-product-view.page-layout-2columns-left .product.detailed:before,
.catalog-product-view.page-layout-2columns-right .product.detailed:before {
  width: 100%;
}
.catalog-product-view.page-layout-2columns-left .block-related-product .products.wrapper.grid .product-item .product-item-info .hover-box .product,
.catalog-product-view.page-layout-2columns-right .block-related-product .products.wrapper.grid .product-item .product-item-info .hover-box .product {
  width: 100%;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-image-container {
  min-width: unset;
  margin-bottom: 15px;
  margin-left: 0;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-image-container .product-image-wrapper {
  height: auto;
  padding-bottom: 0 !important;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-image-container .product-image-wrapper .product-image-photo {
  position: static;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-image-container .product-image-wrapper .product-image-photo.thumbnail {
  display: none;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .product.name {
  margin-top: 20px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .product-qty .label {
  margin-right: 10px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions {
  margin: 0;
  margin-left: 10px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .price-box .price {
  font-size: 2.4rem;
  font-weight: 700;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .box-tocart {
  margin-bottom: 20px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .box-tocart .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .box-tocart .fieldset:before,
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .box-tocart .fieldset:after {
  display: none;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-summary .subtitle {
  font-size: 2.4rem;
  font-weight: 400;
}
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty {
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  width: 120px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .reduced {
  border-right: 1px solid #e9e9e9;
}
.catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .increase {
  border-left: 1px solid #e9e9e9;
}
.catalog-product-view.page-product-bundle .bundle-options-container .product-add-form {
  margin-top: 70px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .product-add-form .add-to-cart {
  margin-top: 10px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .required.option {
  margin-bottom: 30px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .required.option:not(:last-child) {
  padding-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}
.catalog-product-view.page-product-bundle .bundle-options-container .required.option > .label {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .required.option .qty .control {
  display: inline-block;
}
.catalog-product-view.page-product-bundle .bundle-options-container #product_addtocart_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-product-view.page-product-bundle .bundle-options-container #product_addtocart_form:before,
.catalog-product-view.page-product-bundle .bundle-options-container #product_addtocart_form:after {
  display: none;
}
.catalog-product-view.page-product-bundle .bundle-options-container .bundle-options-wrapper,
.catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary {
  border-width: 1px;
  border-style: solid;
  padding: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .product-options-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view.page-product-bundle .bundle-options-container .product-options-wrapper .legend.title {
  margin-top: 0;
}
.catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary .product-details .product.name {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}
.catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary .product-details .stock {
  display: none;
}
.catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  margin-top: 0;
}
.catalog-product-view.page-product-downloadable .product-add-form {
  margin-bottom: 0;
}
.catalog-product-view.page-product-downloadable .product-add-form .product-options-wrapper {
  width: 100%;
}
.catalog-product-view.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .label {
  display: none;
}
.catalog-product-view.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads .control .label span {
  font-weight: 600;
}
.catalog-product-view.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads .control .label span:after {
  content: ":";
}
.catalog-product-view.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads .control .link {
  margin-left: 10px;
  display: inline-block;
  float: none;
  text-decoration: underline;
  text-transform: capitalize;
  color: #006bb4;
  color: #09c;
  font-weight: 700;
}
.catalog-product-view.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads .control .link:hover {
  text-decoration: none;
}
.catalog-product-view.page-product-downloadable .product-add-form .product-options-bottom {
  width: 100%;
}
.service-customers {
  margin-bottom: 20px;
}
.service-customers .service > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.service-customers .primary-service {
  padding-left: 10px;
  padding-right: 10px;
}
.service-customers .primary-service .service-item .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.service-customers .primary-service .service-item .icon > span {
  font-size: 3.8rem;
  color: #f6921d;
  color: #fcb800;
  color: #ed1d24;
}
.service-customers .primary-service .service-item .info {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  line-height: 1.2;
}
.service-customers .primary-service .service-item .info h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: inherit;
}
.service-customers .primary-service .service-item .info p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.service-customers .primary-service .service-item:hover .icon {
  -webkit-animation: 0.7s ease-out 0s 1 normal forwards running swing;
  -moz-animation: 0.7s ease-out 0s 1 normal forwards running swing;
  -ms-animation: 0.7s ease-out 0s 1 normal forwards running swing;
  animation: 0.7s ease-out 0s 1 normal forwards running swing;
}
.block-related-product {
  position: relative;
  margin-bottom: 30px;
}
.block-related-product .block-related,
.block-related-product .box-up-sell,
.block-related-product .crosssell {
  position: relative;
}
.block-related-product .block-related .product-items .product-item,
.block-related-product .box-up-sell .product-items .product-item,
.block-related-product .crosssell .product-items .product-item {
  margin-bottom: 0;
}
.block-related-product .block-related .slick-slider:hover .slick-prev,
.block-related-product .box-up-sell .slick-slider:hover .slick-prev,
.block-related-product .crosssell .slick-slider:hover .slick-prev {
  left: -8px;
}
.block-related-product .block-related .slick-slider:hover .slick-next,
.block-related-product .box-up-sell .slick-slider:hover .slick-next,
.block-related-product .crosssell .slick-slider:hover .slick-next {
  right: -8px;
}
.block-related-product .block-related {
  position: relative;
}
.block-related-product .box-up-sell {
  padding-top: 29px;
}
.product-reviews-summary.empty .reviews-actions:before {
  content: "\f2fc" "\f2fc" "\f2fc" "\f2fc" "\f2fc";
  display: inline-block;
  vertical-align: middle;
  font-family: "Ionicons";
  font-size: 1.8rem;
  height: 18px;
  line-height: 18px;
  letter-spacing: 5px;
  color: #d0d0d0;
}
.product-reviews-summary.empty .reviews-actions .action.add {
  padding-left: 15px;
  border-left: 1px solid #ebebeb;
  margin-left: 12px;
}
.review-field-nickname,
.review-field-summary {
  margin-bottom: 15px;
}
.review-fieldset .field.required > .label:after {
  content: '*';
  color: #e02b27;
  margin: 0 0 0 2px;
}
.block.review-list {
  margin-bottom: 30px !important;
  border-bottom: solid 1px #dddddd;
  border-width: 0;
}
.block.review-list ol.review-items {
  padding: 0;
}
.block.review-list ol.review-items .review-item {
  padding: 15px 0;
}
.block.review-list .rating-summary .rating-result:before,
.block.review-list .rating-summary .rating-result > span:before {
  font-size: 1.6rem;
}
.block.review-list .review-ratings {
  max-width: 200px;
}
.block.review-list .review-ratings ~ .review-content,
.block.review-list .review-ratings ~ .review-details {
  margin-left: 175px;
}
.block.review-list .block-title strong {
  font-size: 2rem;
}
.block.related .block-title,
.block.crosssell .block-title,
.block.upsell .block-title {
  margin-bottom: 0;
  text-align: center;
}
.block.related .block-title strong,
.block.crosssell .block-title strong,
.block.upsell .block-title strong {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.block.related .block-title strong:after,
.block.crosssell .block-title strong:after,
.block.upsell .block-title strong:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #ed1d24;
}
.block.related .block-subtitle,
.block.crosssell .block-subtitle,
.block.upsell .block-subtitle {
  font-size: 1.4rem;
  font-style: italic;
  padding-bottom: 5px;
  text-align: center;
}
.block.related .products.wrapper.grid,
.block.crosssell .products.wrapper.grid,
.block.upsell .products.wrapper.grid {
  margin-top: 30px;
}
.block.related .products.wrapper.grid .product-item .product-item-info .products-textlink .product-name a,
.block.crosssell .products.wrapper.grid .product-item .product-item-info .products-textlink .product-name a,
.block.upsell .products.wrapper.grid .product-item .product-item-info .products-textlink .product-name a {
  height: auto;
}
.block.related .products.list.items > .item,
.block.crosssell .products.list.items > .item,
.block.upsell .products.list.items > .item {
  display: none;
}
.block.related .choice.related input.checkbox,
.block.crosssell .choice.related input.checkbox,
.block.upsell .choice.related input.checkbox {
  margin: 0;
}
.block.related .choice.related input.checkbox:focus,
.block.crosssell .choice.related input.checkbox:focus,
.block.upsell .choice.related input.checkbox:focus {
  box-shadow: none;
}
.block.related .choice.related label,
.block.crosssell .choice.related label,
.block.upsell .choice.related label {
  min-height: 17px;
  margin: 0;
}
.block.related .choice.related label:before,
.block.crosssell .choice.related label:before,
.block.upsell .choice.related label:before {
  position: static;
}
.block.related .product.actions,
.block.crosssell .product.actions,
.block.upsell .product.actions {
  display: block;
  padding-bottom: 0;
}
.block.related .product.actions:before,
.block.crosssell .product.actions:before,
.block.upsell .product.actions:before,
.block.related .product.actions :after,
.block.crosssell .product.actions :after,
.block.upsell .product.actions :after {
  display: none;
}
.block.related .item .price-box,
.block.crosssell .item .price-box,
.block.upsell .item .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block.related .item .price-box:before,
.block.crosssell .item .price-box:before,
.block.upsell .item .price-box:before,
.block.related .item .price-box:after,
.block.crosssell .item .price-box:after,
.block.upsell .item .price-box:after {
  display: none;
}
.block.related .item .price-box .price-to,
.block.crosssell .item .price-box .price-to,
.block.upsell .item .price-box .price-to {
  width: 100%;
}
.block.related .slick-list,
.block.crosssell .slick-list,
.block.upsell .slick-list {
  padding: 5px 0;
}
.block.related .slick-prev,
.block.crosssell .slick-prev,
.block.upsell .slick-prev,
.block.related .slick-next,
.block.crosssell .slick-next,
.block.upsell .slick-next {
  top: 50%;
}
.toolbar:not(.toolbar-products) {
  background-color: transparent;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: block !important;
}
.stickyCart {
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s, -webkit-transform 0.25s ease;
  transition: transform 0.5s, -webkit-transform 0.5s ease;
  z-index: 9 !important;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
}
.stickyCart.sticky_show_atc {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.stickyCart._disabled {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.stickyCart .stickyChild {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.stickyCart .stickyChild .sticky-cart-primary,
.stickyCart .stickyChild .sticky-cart-secondary {
  display: flex;
  align-items: center;
}
.stickyCart .stickyChild #parentQtySticky {
  height: auto;
  padding: 10px;
}
.stickyCart .stickyChild #timerSticky .stickyProductName {
  color: #1b1b1b;
}
.stickyCart .stickyChild .clSticky #btnSticky {
  min-width: 200px;
}
.stickyCart .stickyChild .clSticky .imgBorder {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 60px;
  height: 60px;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 52px;
  height: 52px;
}
.stickyCart .stickyChild .contentHide .alo-count-down {
  margin: 0;
}
.stickyCart .stickyChild .contentHide .alo-count-down .timer-box .title {
  font-size: 1.1rem;
}
.stickyCart .stickyChild .contentHide .alo-count-down .timer-box b {
  font-size: 1.8rem;
}
.stickyCart .stickyChild .contentHide .quantity {
  border: 1px solid;
  min-width: 120px;
}
.stickyCart .stickyChild .contentHide .quantity input {
  float: none;
  color: #000;
}
.stickyCart .stickyChild .contentHide .quantity .reduced {
  border-right: 1px solid #eeeeee;
}
.stickyCart .stickyChild .contentHide .quantity .increase {
  border-left: 1px solid #eeeeee;
}
/* product video */
.modal-slide.alo-video .modal-header {
  padding: 0;
  display: block;
  border-bottom: 0;
}
.modal-slide.alo-video .modal-inner-wrap {
  height: 100%;
  height: calc(100vh - 100px);
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin: 5rem auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  overflow-y: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-slide.alo-video .product-video {
  height: 100%;
  width: 100%;
}
.modal-slide.alo-video .modal-content {
  margin-bottom: 0;
  height: 100%;
  padding: 0;
  border: 0;
}
.modal-slide.alo-video .modal-footer {
  display: none;
}
.modal-slide.alo-video .action-close {
  z-index: 100;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .service-customers .primary-service {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .service-customers .primary-service:last-child {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-product-view.page-layout-2columns-left .product-view .product.media,
  .catalog-product-view.page-layout-2columns-right .product-view .product.media,
  .catalog-product-view.page-layout-2columns-left .product-view .product-info-main,
  .catalog-product-view.page-layout-2columns-right .product-view .product-info-main {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__frame {
    margin-right: 20px;
  }
  .catalog-product-view .page-title-wrapper .brand > .title {
    width: 35%;
  }
  .product-info-main .stock.available span:first-child {
    width: 35%;
  }
  .product-info-main .product.sku strong {
    width: 35%;
  }
  .page-title-wrapper .brand h2 {
    width: 35%;
  }
  .page-layout-2columns-left .product.media.product-img-box,
  .page-layout-2columns-right .product.media.product-img-box,
  .page-layout-3columns .product.media.product-img-box {
    border-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .bundle-options-container .legend.title,
  .catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong,
  .catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
    font-size: 2rem;
  }
  .catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary .product-details .product.name {
    font-size: 1.6rem;
  }
  .content-bolog-mage > div {
    margin-bottom: 5px;
  }
  .page-layout-1column .product.media.product-img-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-layout-1column .product-info-main.product-shop {
    width: 100%;
  }
  .catalog-product-view .column.main {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.detailed {
    margin-top: 55px;
  }
  .bundle-options-container {
    margin-bottom: 0;
  }
  .block.review-list {
    margin-bottom: 10px !important;
  }
  .table.additional-attributes .col.label {
    display: none !important;
  }
  .table.additional-attributes > tbody > tr td.col:before {
    content: attr(data-th) ": ";
    margin-right: 10px;
    font-weight: 700;
  }
  .page-layout-1column .product.media.product-img-box {
    margin-bottom: 10px;
  }
  .product.detailed .review-fieldset .review-field-ratings {
    margin-bottom: 20px;
  }
  .catalog-product-view .product.media {
    border-right: 0;
  }
  .catalog-product-view .product.media .product-label {
    right: 15px;
  }
  .catalog-product-view .product.detailed .data-tabs-content .data.item.content .description iframe {
    max-width: 448px;
  }
  .catalog-product-view.page-product-bundle .bundle-options-container .product-add-form {
    margin-top: 30px;
  }
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-options-wrapper,
  .catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary {
    width: 100%;
  }
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-options-wrapper {
    margin-bottom: 30px;
  }
  .stickyCart .stickyChild {
    justify-content: center;
  }
  .stickyCart .stickyChild .contentHide {
    display: none;
  }
  .stickyCart .stickyChild .contentHide.contentShow {
    display: block;
    width: calc(100% - 20px);
  }
  .stickyCart .stickyChild .contentHide .btn-cart-bottom {
    width: 100%;
  }
  .stickyCart .stickyChild .sticky-cart-secondary .contentHide {
    display: block;
  }
  .block.review-list .review-ratings {
    max-width: none;
    float: none;
  }
  .block.review-list .review-ratings ~ .review-content,
  .block.review-list .review-ratings ~ .review-details {
    margin-left: 0;
    margin-top: 20px;
  }
  .block.review-list .fieldset .review-legend.legend {
    margin-bottom: 20px;
  }
  .catalog-product-view .product.detailed .items-tabs .data.switch {
    font-size: 1.6rem;
  }
  .catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .catalog-product-view .data-tabs-content #reviews .pager .limiter {
    top: 16px;
  }
}
@media screen and (max-width: 575px) {
  .block.related .product-items,
  .block.crosssell .product-items,
  .block.upsell .product-items {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .stickyCart .stickyChild .contentHide .quantity {
    height: 40px;
  }
  .product-next-prev {
    right: 7.5px;
  }
  .catalog-product-view .product.detailed .items-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .catalog-product-view .product.detailed .items-tabs .data.title {
    min-width: 180px;
    text-align: center;
  }
  .catalog-product-view .product.detailed .data-tabs-content .data.item.content .description iframe {
    max-width: 390px;
  }
}
@media screen and (max-width: 480px) {
  .page-title-wrapper.product {
    padding-right: 50px;
  }
  .table-wrapper.grouped {
    margin-bottom: 20px;
  }
  .table-wrapper.grouped .grouped tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .table-wrapper.grouped .grouped tbody tr:before,
  .table-wrapper.grouped .grouped tbody tr:after {
    display: none;
  }
  .table-wrapper.grouped .grouped tbody td {
    display: block;
  }
  .table-wrapper.grouped .grouped tbody td:first-child {
    display: none;
  }
  .table-wrapper.grouped .grouped tbody td:last-child {
    max-width: 60px;
  }
  .table-wrapper.grouped .grouped .price-box {
    width: auto;
  }
  .catalog-product-view .page-title-wrapper .brand > .title {
    width: 100px;
  }
  .product-info-main .stock.available span:first-child {
    width: 100px;
  }
  .product-info-main .product.sku strong {
    width: 100px;
  }
  .page-title-wrapper .brand {
    width: 100%;
  }
  .block.review-list .block-title strong {
    font-size: 1.8rem;
  }
  .block.review-list .review-title {
    font-size: 1.4rem;
  }
  .block.review-list .review-item {
    padding: 10px 0;
  }
  .block.review-list .review-ratings ~ .review-content,
  .block.review-list .review-ratings ~ .review-details {
    font-size: 1.3rem;
  }
  .page-layout-1column .product.media.product-img-box {
    margin-bottom: 0;
  }
  .product-info-main .field.qty {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .product-add-form .add-to-cart {
    width: 100%;
  }
  .catalog-product-view .product.detailed {
    margin-top: 45px;
  }
  .catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child) {
    margin-right: 10px;
  }
  .catalog-product-view .product.detailed .data-tabs-content {
    padding: 20px 15px;
  }
  .catalog-product-view .product.detailed .data-tabs-content .table td,
  .catalog-product-view .product.detailed .data-tabs-content .table th {
    font-size: 1.4rem;
  }
  .catalog-product-view .product.detailed .fieldset .review-legend.legend {
    margin-bottom: 0;
  }
  .catalog-product-view .product.detailed .fieldset .review-legend.legend span {
    font-size: 1.8rem;
  }
  .catalog-product-view .product.detailed .fieldset .review-legend.legend strong {
    font-size: 1.4rem;
  }
  .catalog-product-view .product.detailed .fieldset > .field > .label {
    font-size: 1.4rem;
  }
  .catalog-product-view .product.detailed .fieldset .field:not(:last-child) {
    margin-bottom: 20px;
  }
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions {
    margin-left: 0;
  }
  .catalog-product-view .review-add .review-form .review-form-actions .actions-primary .action {
    width: 100%;
  }
  .catalog-product-view .product.description {
    font-size: 1.4rem;
  }
  .catalog-product-view .fieldset > .field > .label {
    font-size: 1.4rem;
  }
  .catalog-product-view .table-wrapper .product-item-name {
    margin: 0;
    margin-right: 10px;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.qty .items-qty .title {
    display: none;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 15px;
  }
  .service-customers .primary-service {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-customers .primary-service:first-child {
    margin-bottom: 20px;
  }
  .block.related .block-title strong,
  .block.crosssell .block-title strong,
  .block.upsell .block-title strong {
    font-size: 1.8rem;
  }
  .bundle-options-container .nested .field.qty .label {
    font-size: 1.4rem;
  }
  .bundle-options-container .field.qty .label {
    font-size: 1.4rem;
  }
  .review-field-ratings .review-field-rating .control:before:before,
  .review-field-ratings .review-field-rating .control label:before {
    font-size: 2rem;
  }
  .catalog-product-view .product.detailed .data-tabs-content .data.item.content .description iframe {
    max-width: 300px;
  }
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-options-wrapper,
  .catalog-product-view.page-product-bundle .bundle-options-container .block-bundle-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-info-main .additional-timer-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .catalog-product-view .product.detailed .data-tabs-content .data.item.content .description iframe {
    max-width: 258px;
  }
  .stickyCart .stickyChild .clSticky #btnSticky {
    min-width: 145px;
  }
  .additional-timer-block .alo-count-down .timer-box {
    padding-top: 0;
  }
  .product-reviews-summary.empty .reviews-actions .action.add {
    margin-right: 0;
  }
  .block.related .block-subtitle button,
  .block.crosssell .block-subtitle button,
  .block.upsell .block-subtitle button {
    padding: 0 15px;
  }
  .product-info-main .price-box .weee .price {
    font-size: 2rem;
  }
  .product-info-main .price-box .price-from .weee .price,
  .product-info-main .price-box .price-to .weee .price {
    font-size: 2rem;
  }
  .product-info-main .price-box .price-from .weee .old-price .price,
  .product-info-main .price-box .price-to .weee .old-price .price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .table-wrapper.grouped .grouped .price-box {
    margin-bottom: 0;
  }
  .product-info-main .price-box {
    margin-bottom: 5px;
  }
  .product-info-main .price-box .special-price {
    margin-bottom: 0;
  }
  .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions {
    margin-left: 0;
    margin-top: 10px;
  }
}
.rtl .product-next-prev {
  float: left;
  right: auto;
  left: 15px;
}
.rtl .product-next-prev .product-items {
  direction: ltr;
}
.rtl .product-next-prev .product-prev .product-item-photo,
.rtl .product-next-prev .product-next .product-item-photo {
  left: 0;
  right: auto;
}
.rtl .catalog-product-view .product.media {
  border-right: 0;
}
.rtl .catalog-product-view .product.media .product-label {
  right: auto;
  left: 35px;
}
.rtl .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .actions {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .product-qty .label {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-details .price-box .price:before {
  display: none;
}
.rtl .catalog-product-view.page-product-bundle .bundle-options-container .bundle-info .product-image-container {
  margin-right: 0;
}
.rtl .catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .reduced {
  left: 0;
  right: auto;
  background-color: transparent;
}
.rtl .catalog-product-view.page-product-bundle .bundle-options-container .product-qty .control.custom-qty .increase {
  background-color: transparent;
}
.rtl .catalog-product-view .data-tabs-content #reviews .toolbar:first-child .pager {
  text-align: left;
}
.rtl .catalog-product-view .fotorama__nav--thumbs {
  text-align: right;
}
.rtl .categories-product-view .plabel {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .stickyCart .stickyChild .quantity .reduced {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid #eeeeee;
}
.rtl .stickyCart .stickyChild .quantity .increase {
  right: auto;
  left: 0;
  border-left: 0;
  border-right: 1px solid #eeeeee;
}
.rtl .product-social-links .product-addto-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.rtl .product-social-links .product-addto-links:before,
.rtl .product-social-links .product-addto-links:after {
  display: none;
}
.rtl .product-social-links .product-addto-links a {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .product-social-links .product-addto-links a.tocompare {
  margin: 0;
}
.rtl .product-social-links .product-addto-links a span {
  display: flex;
}
.rtl .product-social-links .product-addto-links a span:before {
  margin-left: 7px;
  margin-right: 0;
}
.rtl .product-info-main .field.qty {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .product-info-main .field.qty .custom-qty.control .btn-plus .increase {
  right: auto;
  left: 0;
}
.rtl .product-info-main .field.qty .custom-qty.control .btn-plus .reduced {
  right: 0;
  left: auto;
}
.rtl .product-info-main .fieldset .swatch-opt .swatch-attribute-label {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-info-main .alo-social-links h3 {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-info-main .alo-social-links ul {
  padding-right: 0;
}
.rtl .product-info-main .alo-social-links ul li:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-info-main .price-box .weee {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product.info.detailed .additional-attributes > thead > tr > th,
.rtl .product.info.detailed .additional-attributes > tbody > tr > th,
.rtl .product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 0 10px 30px;
}
.rtl .actions-toolbar > .primary {
  display: flex;
  justify-content: flex-start;
  width: auto;
  flex-wrap: wrap;
}
.rtl .actions-toolbar .primary {
  float: right;
}
.rtl .review-field-ratings .review-field-rating .label {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .block.review-list .review-ratings {
  float: right;
}
.rtl .block.review-list .review-ratings ~ .review-content,
.rtl .block.review-list .review-ratings ~ .review-details {
  margin-left: 0;
  margin-right: 220px;
}
.rtl .block.review-list .review-ratings .label {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .block.related .block-title:before,
.rtl .block.crosssel .block-title:before,
.rtl .block.upsell .block-title:before {
  left: auto;
  right: 0;
}
.rtl .block.related .block-subtitle button,
.rtl .block.crosssel .block-subtitle button,
.rtl .block.upsell .block-subtitle button {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .stickyCart .stickyChild .contentHide:not(:last-child) {
  margin-right: 0;
  margin-left: 0;
}
.rtl .stickyCart .stickyChild .contentHide .product-qty .btn-plus .increase {
  right: auto;
  left: 0;
}
.rtl .stickyCart .stickyChild .contentHide .product-qty .btn-plus .reduced {
  left: auto;
  right: 0;
}
.rtl .reviews-actions a {
  margin-right: 0;
  margin-left: 5px;
  display: inline-block;
}
.rtl .rating-summary {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .product-reviews-summary .rating-summary {
  margin: 0;
}
.rtl .bundle-options-container .block-bundle-summary {
  float: left;
}
.rtl .bundle-options-container .bundle-options-wrapper {
  float: right;
}
.rtl .bundle-options-container .product-add-form .add-to-cart {
  margin-right: 0;
}
.rtl .bundle-options-container .nested .field.qty .label {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .bundle-options-container .bundle-option-select {
  background-position: left 15px center;
  padding-right: 15px;
  padding-left: 35px;
}
.rtl .bundle-options-container .product-qty .btn-plus .reduced {
  left: auto;
  right: 0;
}
.rtl .bundle-options-container .product-qty .btn-plus .increase {
  right: auto;
  left: 0;
}
.rtl .swatch-option {
  float: right;
}
.rtl .swatch-attribute-selected-option {
  padding-left: 0;
}
.rtl.product-downloadable-product .product-add-form .product-options-bottom .add-to-cart {
  margin-right: 0;
}
.rtl.page-product-grouped .table-wrapper.grouped .item .price-box {
  float: none;
}
.rtl .stock label {
  padding-right: 0;
  padding-left: 5px;
}
.rtl.catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child) {
  margin-right: 0;
  margin-left: 60px;
}
.rtl.catalog-product-view .product.detailed .items-tabs .data.title:before {
  left: auto;
  right: 0;
}
.rtl .product-info-main .field.qty .custom-qty.control .increase {
  border-left: 0;
  border-right: 1px solid #ebebeb;
}
.rtl .product-info-main .field.qty .custom-qty.control .reduced {
  border-right: 0;
  border-left: 1px solid #ebebeb;
}
.rtl .product-info-main .price-box .special-price {
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .rtl.catalog-product-view .sidebar.sidebar-additional {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .rtl .catalog-product-view .product.media {
    border-left: 0;
  }
  .rtl .catalog-product-view .product.media .product-label {
    left: 15px;
  }
  .rtl .catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child) {
    margin-left: 20px;
  }
  .rtl .block.review-list .review-ratings {
    float: none;
  }
  .rtl .block.review-list .review-ratings ~ .review-content,
  .rtl .block.review-list .review-ratings ~ .review-details {
    margin-right: 0;
  }
  .rtl .bundle-options-container .bundle-options-wrapper,
  .rtl .bundle-options-container .block-bundle-summary {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .rtl .product-next-prev {
    left: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .rtl .page-title-wrapper.product {
    padding-right: 0;
    padding-left: 50px;
  }
  .rtl .product-next-prev .product-prev .arrow::before,
  .rtl .product-next-prev .product-next .arrow::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .rtl .product-next-prev .product-prev .arrow::before:before,
  .rtl .product-next-prev .product-next .arrow::before:before,
  .rtl .product-next-prev .product-prev .arrow::before:after,
  .rtl .product-next-prev .product-next .arrow::before:after {
    display: none;
  }
}
body .field-tooltip._active {
  z-index: 9;
}
body .field-tooltip .label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  padding: 5px 10px;
  transform: translate(-50%, 0);
  border-radius: 25px;
  font-size: 1.3rem;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
body .field-tooltip .label:after {
  content: "";
  border-top: solid 5px #333;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
body .field-tooltip:hover .label {
  opacity: 1;
  visibility: visible;
}
body .field-tooltip .field-tooltip-action:before {
  line-height: 45px;
}
body .multicheckout .block-title {
  text-transform: uppercase;
  font-size: 1.8rem;
}
body .multicheckout .block-title strong {
  font-weight: 700;
}
body .multicheckout .block-shipping .box {
  margin-top: 15px;
  margin-bottom: 10px;
}
body .multicheckout .block-shipping .box strong.box-title {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body .multicheckout .block-shipping .box strong.box-title span {
  font-size: 2.2rem;
  font-weight: 600;
}
body .multicheckout .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
body .multicheckout .actions-toolbar:before,
body .multicheckout .actions-toolbar:after {
  display: none;
}
body .multicheckout .actions-toolbar .secondary {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .multicheckout .actions-toolbar .secondary:before,
body .multicheckout .actions-toolbar .secondary:after {
  display: none;
}
body .multicheckout .actions-toolbar .secondary .action {
  order: 2;
}
body .multicheckout .actions-toolbar .secondary .action.back {
  order: 1;
  flex: 1;
  margin-top: 0;
  text-align: left;
}
body .multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 0;
}
body .payment-method-billing-address .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
}
body .payment-method-billing-address .actions-toolbar > .primary {
  display: block;
  width: 100%;
}
body .payment-method-billing-address .actions-toolbar:before,
body .payment-method-billing-address .actions-toolbar:after {
  display: none;
}
body .payment-method-billing-address .actions-toolbar .action-cancel {
  margin-top: 0;
}
body .payment-method-billing-address .actions-toolbar .action-update {
  float: none;
}
body .payment-method-billing-address .actions-toolbar .action:not(:last-child) {
  margin-right: 10px;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ed1d24;
}
.checkout-index-index .checkout-step-address #opc-shipping_method #checkout-step-shipping_method .loading-mask {
  display: none;
}
.checkout-index-index .checkout-step-sidebar .order-summary .payment-option .action-apply {
  height: 45px;
  line-height: 45px;
}
.checkout-cart-index .table-wrapper .cart-products-toolbar-top {
  display: none;
}
.checkout-cart-index .table-wrapper .cart-products-toolbar-bottom {
  margin: 40px 0;
}
.cart.table-wrapper .items thead + .item {
  border-top: 0;
  border-bottom: 0;
}
.cart.table-wrapper .items > .item {
  border-top: 0;
  border-bottom: 0;
}
.cart.table-wrapper .items > .item:last-child .item-info td {
  border-bottom: 0 !important;
}
.cart.table-wrapper .product-item-details {
  text-align: left;
}
.cart.table-wrapper .product-item-details .product-item-name a {
  color: #1b1b1b;
  color: #555;
  font-weight: 700;
}
.cart.table-wrapper .product-image-container .product-image-wrapper .product-image-photo {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.cart.table-wrapper #shopping-cart-table {
  border-width: 1px;
  border-style: solid;
  border-collapse: separate;
  color: #555555;
  text-align: center;
}
.cart.table-wrapper #shopping-cart-table.table thead th {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  text-align: center;
}
.cart.table-wrapper #shopping-cart-table.table thead th:last-child {
  border-right: 0;
}
.cart.table-wrapper #shopping-cart-table .table-caption {
  display: none;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  vertical-align: middle;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child {
  border-right: 0;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .action.action-edit {
  margin-right: 15px;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .action-towishlist {
  display: none;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col {
  padding: 10px;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.item-actions {
  padding: 10px;
}
.cart.table-wrapper .btn-plus .items {
  min-width: auto;
}
.cart.table-wrapper .action-gift:after {
  vertical-align: middle;
}
.cart.table-wrapper .gift-options-cart-item {
  position: relative;
}
.cart.table-wrapper .gift-options-cart-item .action-gift {
  border-width: 1px;
}
.cart.table-wrapper .gift-options-cart-item .gift-content {
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  width: 500px;
  padding: 30px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-right: 0;
  float: none;
  z-index: 2;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .field:before,
.cart.table-wrapper .gift-options-cart-item .gift-content .field:after {
  display: none;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .field > .label {
  float: none;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .field > .control {
  float: none;
  height: auto;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .field > .control input {
  border-width: 2px;
  border-style: solid;
  text-align: left;
  height: 45px;
  line-height: 41px;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary:before,
.cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary:after {
  display: none;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary .action {
  float: none;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary .action.action-update {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary .action.action-edit {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary .action.action-delete {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.cart.table-wrapper .gift-options-cart-item .gift-content._active {
  display: block;
}
.checkout-step-sidebar .order-summary {
  margin-bottom: 50px;
}
.cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cart-container:before,
.cart-container:after {
  display: none;
}
.cart-container .cart-summary {
  width: 100% !important;
  order: 2;
  margin-top: 45px;
  position: static;
  border-width: 1px;
  border-style: solid;
  padding: 50px 30px 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.cart-container .cart-summary .block .fieldset .field {
  margin: 0 0 30px;
}
.cart-container .cart-summary .block .fieldset.rate .field {
  margin: 0 0 10px;
}
.cart-container .form-cart {
  width: 100% !important;
  order: 1;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  font-size: 1.8rem;
  font-weight: 600;
}
.cart.table-wrapper .action-gift:active {
  border-width: 1px;
}
.cart.main.actions {
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cart.main.actions:before,
.cart.main.actions:after {
  display: none;
}
.cart.main.actions .continue,
.cart.main.actions .clear,
.cart.main.actions .update {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cart.main.actions .clear {
  margin: 0 10px;
}
.cart.main.actions .continue:hover {
  color: #fff;
  background-color: #ed1d24;
  border-color: #ed1d24;
}
#gift-options-cart {
  width: 100%;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
}
#gift-options-cart .cart-gift-item {
  width: 100%;
  margin-top: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ebebeb;
}
#gift-options-cart .gift-item-block > .title {
  margin-top: 0;
  border-radius: 0;
  background-color: #ef1e1e;
  border-color: #ef1e1e;
  color: #ffffff;
}
#gift-options-cart .gift-item-block > .title:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
#gift-options-cart .gift-item-block .content {
  margin-top: 10px;
  padding: 0;
  border-bottom: none;
}
.cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-summary:before,
.cart-summary:after {
  display: none;
}
.cart-summary .block {
  width: 30%;
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}
.cart-summary .block > .title {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 0;
}
.cart-summary .block > .title:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.cart-summary .block .fieldset {
  border: 0;
}
.cart-summary .block .fieldset.coupon {
  display: block;
  position: relative;
}
.cart-summary .block .fieldset.coupon .field {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-summary .block .fieldset.coupon .field:before,
.cart-summary .block .fieldset.coupon .field:after {
  display: none;
}
.cart-summary .block .fieldset.coupon .field .control {
  width: 100% !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.4rem;
}
.cart-summary .block .fieldset.coupon .field .control .input-text::placeholder {
  color: #888888;
}
.cart-summary .block .fieldset.coupon .field .label {
  font-weight: 600;
  font-size: 1.6rem;
}
.cart-summary .block .fieldset.coupon .actions-toolbar {
  margin-right: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cart-summary .block .fieldset.coupon .actions-toolbar .primary.action {
  position: absolute;
  bottom: 4px;
  right: 11px;
  height: 37px;
  line-height: 37px;
  width: 41px;
  font-size: 2rem;
  border: 0;
  padding: 0;
  margin: 0;
}
.cart-summary .block .fieldset.coupon .actions-toolbar .primary.action:before {
  content: "\f061";
  font-family: "FontAwesome";
}
.cart-summary .block .fieldset.coupon .actions-toolbar .primary.action span {
  font-size: 0;
}
.cart-summary .block .fieldset .field.note {
  font-size: 1.4rem;
  font-weight: normal;
}
.cart-summary .block .fieldset:not(.choice) > .label {
  font-size: 1.4rem;
  font-weight: normal;
}
.cart-summary .block.shipping {
  width: 33%;
}
.cart-summary .summary.title {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  border-bottom: 0;
  width: 100%;
}
.cart-summary .select {
  background-position: right 7px center;
  box-shadow: none;
}
.cart-summary .cart-totals {
  width: 31%;
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}
.cart-summary .checkout-methods-items {
  width: 100%;
  margin-top: 30px;
  text-align: unset;
}
.cart-summary .checkout-methods-items .action.primary {
  width: auto;
}
.cart-totals .grand .mark {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.cart-totals .grand .amount {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.cart-totals tbody .mark {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.cart-totals tbody .amount {
  padding-right: 0 !important;
}
.cart-totals tfoot .mark {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.cart-totals tfoot .amount {
  padding-right: 0 !important;
}
.onestepcheckout-index-index .page-header {
  border-bottom: 1px solid #ebebeb;
}
.onestepcheckout-index-index .page-title-wrapper {
  text-align: left;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.onestepcheckout-index-index._has-modal-custom._has-auth-shown .authentication-wrapper {
  z-index: 1;
}
.checkout-container .authentication-wrapper {
  margin-top: -102px;
}
.checkout-container .authentication-wrapper .modal-inner-wrap .modal-content {
  border: none;
}
.checkout-container .action.action-auth-toggle {
  background-color: #ed1d24;
  border-color: #ed1d24;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.checkout-container .form.methods-shipping input[type="radio"] + label {
  display: inline;
}
.checkout-step-sidebar .discount-code .form-discount .actions-toolbar .primary .action-apply {
  padding: 0 17px;
  background-color: #ed1d24;
  border-color: #ed1d24;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.checkout-step-sidebar .discount-code .form-discount .actions-toolbar .primary .action-apply:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.checkout-step-sidebar .opc-block-summary .table-totals .grand strong {
  font-weight: 600;
}
.checkout-step-sidebar .order-summary .step-title {
  color: #333333;
  position: relative;
}
.checkout-step-sidebar .order-summary .step-title:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #ef1e1e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete {
  margin: 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete:before,
.multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete:after {
  display: none;
}
.multishipping-checkout-addresses .multicheckout #multiship-addresses-table .col.product .product-item-name {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 45px;
}
.multishipping-checkout-addresses .multicheckout #multiship-addresses-table .col.product .product-item-name:before,
.multishipping-checkout-addresses .multicheckout #multiship-addresses-table .col.product .product-item-name:after {
  display: none;
}
.multishipping-checkout-addresses .multicheckout #multiship-addresses-table .col.product .product-item-name a {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.multishipping-checkout-addresses .header .wishlist-head {
  margin-right: 0;
}
.multishipping-checkout-addresses #checkout_multishipping_form .title {
  padding: 0 7.5px;
}
.multishipping-checkout-addresses #checkout_multishipping_form .title strong {
  font-weight: bold;
  color: #1b1b1b;
}
.multishipping-checkout-addresses .actions-toolbar .primary .action {
  margin-right: 0;
}
.checkout-shipping-method .delivery-time .ui-datepicker-trigger {
  right: 10px;
}
.checkout-shipping-method .delivery-time .ui-datepicker-trigger:before {
  font-size: 4rem;
  line-height: 40px;
}
.checkout-shipping-method .delivery-time .ui-datepicker-trigger:hover:before {
  color: #ed1d24;
}
.checkout-shipping-method .no-quotes-block {
  margin: 37px 0;
}
#checkout-step-shipping > .field.addresses {
  margin-top: 45px;
}
.form-mgp-billing-address .field.street > .control [name$=".street.0"] .label {
  display: none;
}
.one-step-checkout-wrapper .one-step-checkout-container .form-mgp-billing-address .field {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address .shipping-address-item {
  margin: 0 0 30px;
}
.one-step-checkout-wrapper .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ed1d24;
}
.onestepcheckout-place-order-wrapper .place-order-primary button.primary.checkout:hover {
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.opc-block-summary .table-totals .grand .mark {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.opc-block-summary .table-totals .grand .amount {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.opc-block-summary .table-totals tbody .mark {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.opc-block-summary .table-totals tbody .amount {
  padding-right: 0 !important;
}
.opc-block-summary .table-totals tfoot .mark {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.opc-block-summary .table-totals tfoot .amount {
  padding-right: 0 !important;
}
.opc-block-summary .minicart-items-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  padding-top: 30px;
  padding-right: 0;
}
.opc-block-summary .minicart-items-wrapper ol {
  max-width: 100%;
}
.opc-block-summary .minicart-items-wrapper::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 0;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .items-in-cart > .title:after {
  top: 15px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-weight: 700;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-summary .block.discount .fieldset > .field > .label {
  display: none;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
.checkout-cart-index .cart-empty {
  padding: 15px;
  font-size: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.checkout-cart-index .cart-empty:before,
.checkout-cart-index .cart-empty:after {
  display: none;
}
.checkout-cart-index .cart-empty .cart-empty-content {
  width: 60%;
  padding: 30px;
  position: relative;
  padding: 0 15px;
}
.checkout-cart-index .cart-empty .cart-empty-content:before,
.checkout-cart-index .cart-empty .cart-empty-content:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-cart-index .cart-empty .cart-empty-content:before {
  left: -25px;
}
.checkout-cart-index .cart-empty .cart-empty-content:after {
  right: -25px;
}
.checkout-cart-index .cart-empty .cart-empty-content a {
  text-decoration: underline;
  font-weight: 700;
}
.checkout-cart-index .cart-empty .cart-empty-content a:hover {
  color: #ed1d24;
  text-decoration: underline !important;
}
.checkout-cart-index .cart-empty .cart-empty-content .title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}
.checkout-cart-index .cart-empty .cart-empty-img {
  width: 40%;
  padding: 0 15px;
}
.checkout-cart-index .cart-empty .cart-empty-img img {
  margin: 0 auto;
}
.checkout-cart-index .cart.table-wrapper th.col {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: capitalize;
}
.checkout-cart-index .actions-toolbar {
  text-align: right;
}
.checkout-cart-index .actions-toolbar a.action span {
  display: none;
}
.checkout-cart-index .actions-toolbar a.action:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
}
.checkout-cart-index .actions-toolbar a.action.action-edit:before {
  content: "\f040";
}
.checkout-cart-index .actions-toolbar a.action.action-delete:before {
  content: "\f014";
}
.checkout-cart-index .actions-toolbar a.action.action-towishlist:before {
  content: "\f004";
}
.checkout-cart-index .price-including-tax,
.checkout-cart-index .price-excluding-tax {
  font-size: 1.4rem;
}
.checkout-cart-index .table .item-actions {
  vertical-align: middle;
}
.checkout-cart-index .field.qty .custom-qty.control {
  border-width: 1px;
  border-style: solid;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .field.qty .custom-qty.control .btn-plus {
  height: auto;
  width: auto;
  border: 0;
  position: static;
}
.checkout-cart-index .field.qty .custom-qty.control .increase {
  border-left: 1px solid #e9e9e9;
}
.checkout-cart-index .field.qty .custom-qty.control .reduced {
  border-right: 1px solid #e9e9e9;
}
.checkout-cart-index .cart-totals .table {
  margin-bottom: 20px;
}
.checkout-cart-index .cart-totals .table td,
.checkout-cart-index .cart-totals .table th {
  border-top: none;
}
.checkout-cart-index .cart-summary .action.multicheckout:hover {
  color: #ed1d24;
}
.multishipping-checkout-addresses .header-bottom {
  display: none;
}
.actions-toolbar .primary .action[value="Apply Discount"] {
  min-width: unset;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  font-size: 2rem;
}
.checkout-index-index .page-title-wrapper .page-title {
  margin-bottom: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0;
}
.checkout-index-index .field._required select {
  height: 45px;
}
.checkout-index-index .opc-wrapper .edit-address-link:before {
  color: #ffffff;
}
.checkout-index-index .opc-shipping-address-box .edit-address-link {
  border-color: #ed1d24;
  color: #ffffff;
  background-color: #ed1d24;
}
.checkout-index-index .opc-shipping-address-box .edit-address-link:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #ffffff;
}
.checkout-index-index .modal-popup .form-shipping-address {
  margin: 0 auto;
}
.checkout-index-index .modal-popup .field._required select {
  background-position: 98% 50%;
}
.checkout-index-index .modal-content {
  border: none;
}
.checkout-index-index .modal-header {
  border: none;
}
.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle {
  padding: 0 30px;
  background-color: #ed1d24;
  border-color: #ed1d24;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px;
  font-weight: 600;
}
.checkout-index-index .modal-custom.authentication-dropdown .block-authentication .actions-toolbar > .primary .action {
  background-color: #ed1d24;
  border-color: #ed1d24;
  padding: 0 15px;
}
.checkout-index-index .modal-custom.authentication-dropdown .block-authentication .actions-toolbar > .primary .action:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}
.checkout-index-index #checkout-step-shipping {
  margin-bottom: 0;
}
.checkout-index-index .methods-shipping .table-checkout-shipping-method {
  border: none;
  width: 100%;
}
.checkout-index-index .checkout-shipping-method .action.primary span {
  display: block;
}
.checkout-index-index .checkout-shipping-method .row {
  margin: 0;
}
.checkout-index-index .opc-block-summary {
  margin: 0;
  padding-bottom: 0;
}
.checkout-index-index .opc-block-summary .product-image-container .product-image-wrapper {
  height: auto;
}
.checkout-index-index .opc-block-summary > .title {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
}
.checkout-index-index .opc-block-summary .product-item-name {
  font-weight: 400;
  font-size: 1.4rem;
}
.checkout-index-index .opc-block-summary .details-qty {
  font-size: 1.4rem;
}
.checkout-index-index .opc-block-summary .details-qty .label {
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .subtotal .cart-price .price {
  font-size: 1.5rem;
}
.checkout-index-index .opc-block-summary .product-item-details {
  padding-left: 15px;
}
.checkout-index-index .opc-block-summary .product-item-details .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .opc-block-summary .product-item-details .item-options:before,
.checkout-index-index .opc-block-summary .product-item-details .item-options:after {
  display: none;
}
.checkout-index-index .opc-block-summary .product-item-details .item-options .label {
  padding-right: 5px;
}
.checkout-index-index .opc-block-summary .product-image-container {
  float: none;
  width: 80px;
  min-width: unset;
}
.checkout-index-index .opc-block-summary .product-item > .product:before,
.checkout-index-index .opc-block-summary .product-item > .product:after {
  display: none;
}
.checkout-index-index .opc-wrapper .fieldset > .field > .label {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 9px;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  background-color: #ed1d24;
}
.checkout-index-index .opc-wrapper button.action {
  padding: 0 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 40px;
  margin-right: 10px;
}
.checkout-index-index .payment-method-title .label span {
  font-size: 1.4rem;
  font-weight: 400;
}
.checkout-index-index .checkout-billing-address .billing-address-same-as-shipping-block label span {
  font-size: 1.4rem;
}
.checkout-index-index .checkout-billing-address .billing-address-details {
  font-size: 1.4rem;
  padding-left: 0;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  font-size: 1.4rem;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary.checkout {
  padding: 0 17px;
}
.checkout-index-index .checkout-payment-method .payment-method-billing-address .action-cancel:hover {
  border-width: 2px;
  border-style: solid;
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0 30px 22px;
  padding-top: 40px;
  display: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:before {
  content: "\f040";
  font-family: "FontAwesome";
  font-size: 2rem;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit span {
  display: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  font-size: 1.4rem;
}
.checkout-index-index .table-totals {
  border-width: 1px;
  border-sytle: solid;
}
.checkout-index-index .table-totals .table {
  margin-bottom: 20px;
}
.checkout-index-index .table-totals .table td,
.checkout-index-index .table-totals .table th {
  border-top: none;
}
.checkout-index-index .table-totals .mark,
.checkout-index-index .table-totals .amount {
  font-size: 1.3rem;
}
.checkout-index-index .table-totals .mark strong {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.checkout-index-index .opc-progress-bar-item._active > span {
  font-weight: 700;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  line-height: 27px;
  font-weight: 300;
}
.checkout-index-index .opc-progress-bar-item > span {
  padding-top: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #555555;
}
.checkout-index-index .opc-progress-bar-item._complete > span:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  line-height: 27px;
  font-weight: 300;
}
.checkout-index-index .discount-code .actions-toolbar .primary {
  width: 100%;
}
.checkout-index-index .discount-code .form-discount {
  margin-bottom: 20px;
}
.checkout-index-index .authentication-wrapper {
  max-width: none;
}
.checkout-index-index .opc-sidebar {
  margin-top: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-group .payment-method._active .payment-method-content {
  display: none;
}
.one-step-checkout-container .step-title .fa-home {
  display: none;
}
.multishipping-checkout_address-newshipping .fieldset .legend {
  font-size: 1.8rem;
  font-weight: 600;
}
.multishipping-checkout_address-newshipping .fieldset > .field {
  margin-bottom: 30px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100% !important;
}
.opc-wrapper .form-shipping-address {
  margin-bottom: 0;
}
.opc-wrapper #shipping-new-address-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.opc-wrapper #shipping-new-address-form > .field {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.opc-wrapper .fieldset .field-tooltip {
  display: none;
}
.field .control._with-tooltip input {
  width: 100%;
  margin-right: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.opc-progress-bar {
  width: calc(66.66666667% - 30px);
  margin-top: 40px;
}
.opc-progress-bar .opc-progress-bar-item {
  width: 50%;
}
.checkout-payment-method .payment-method-title {
  border-top: none;
}
.checkout-payment-method .payment-method-title .label {
  margin-bottom: 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  padding-left: 0;
  padding-right: 0;
}
.checkout-payment-method .payment-option-content {
  padding-left: 0;
}
.form-mgp-billing-address .actions-toolbar > .primary .action,
.form-mgp-billing-address .actions-toolbar > .secondary .action {
  color: #ffffff;
  background: #ed1d24;
  border: 1px solid #ed1d24;
}
.form-mgp-billing-address .actions-toolbar > .primary .action:hover,
.form-mgp-billing-address .actions-toolbar > .secondary .action:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.multishipping-checkout-shipping .multicheckout .block-title strong {
  color: #1b1b1b;
}
.multishipping-checkout-shipping .multicheckout .block-title strong span {
  color: #1b1b1b;
}
.multishipping-checkout-shipping .multicheckout .block-shipping .box strong.box-title span {
  font-size: 16px;
  color: #1b1b1b;
}
.multishipping-checkout-shipping .multicheckout .block-shipping .box strong.box-title .action span {
  font-size: 14px;
  font-weight: 400;
}
.multishipping-checkout-shipping .multicheckout .block-shipping .box strong.box-title .action span:hover {
  color: #ed1d24;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  display: block;
}
.opc-wrapper .form-login .fieldset > .field.required > label:after {
  position: static;
  margin-left: 0;
}
.place-order-primary .action.checkout {
  margin-top: 44px;
  padding: 0 15px;
  height: 50px;
}
.checkout-success {
  text-align: center;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.checkout-success:before,
.checkout-success:after {
  display: none;
}
.checkout-success .success-info {
  width: 70%;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.checkout-success .success-info:before,
.checkout-success .success-info:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.checkout-success .success-info:before {
  left: -25px;
}
.checkout-success .success-info:after {
  right: -25px;
}
.checkout-success .success-img {
  width: 30%;
}
.checkout-success .success-img img {
  margin: 0 auto;
}
.checkout-success .success-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}
.checkout-success .success-title > .fa {
  font-size: 2.5rem;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 10px;
}
.checkout-success .success-title .title {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  color: #84fab0;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
  font-size: 3rem;
}
.checkout-success .success-content {
  font-size: 1.7rem;
}
.checkout-success .success-content p {
  margin-bottom: 0;
}
.checkout-success .actions-toolbar {
  display: inline-block;
  margin-top: 20px;
}
.checkout-success .actions-toolbar .primary a.action {
  margin-right: 0;
}
.multishipping-checkout-login .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.multishipping-checkout-login .actions-toolbar:before,
.multishipping-checkout-login .actions-toolbar:after {
  display: none;
}
.multishipping-checkout-login .actions-toolbar > .primary {
  width: 100%;
}
.multishipping-checkout-login .actions-toolbar > .primary .action {
  line-height: 40px;
  width: 100%;
  margin-right: 0;
}
.checkout-container .authentication-dropdown {
  top: calc(100% + 5px);
}
.authentication-dropdown .modal-header {
  padding: 0;
}
.authentication-dropdown .action-close {
  border: none;
  background: transparent;
}
.authentication-dropdown .action-close:hover {
  border: none;
}
.authentication-dropdown .block-authentication .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.authentication-dropdown .block-authentication .actions-toolbar:before,
.authentication-dropdown .block-authentication .actions-toolbar:after {
  display: none;
}
.authentication-dropdown .block-authentication .actions-toolbar:before,
.authentication-dropdown .block-authentication .actions-toolbar:after {
  display: none;
}
.authentication-dropdown .block-authentication .actions-toolbar > .secondary {
  padding-top: 0;
  order: 0;
}
.authentication-dropdown .block-authentication .actions-toolbar > .secondary a.action {
  margin-top: 0;
  border: none;
}
.authentication-dropdown .block-authentication .actions-toolbar > .primary {
  order: 1;
}
.order-comment-block {
  margin-bottom: 15px;
}
.checkout-newsletter {
  margin-bottom: 15px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 10px;
}
.gift-options .actions-toolbar .secondary .action.action-cancel {
  color: #1b1b1b;
}
.gift-options .actions-toolbar .secondary .action.action-cancel:hover {
  color: #ed1d24;
}
.block-minicart [data-bind="html: getCartParamUnsanitizedHtml('extra_actions')"] {
  display: none;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .form-mgp-billing-address .actions-toolbar > .primary .action,
  .form-mgp-billing-address .actions-toolbar > .secondary .action {
    min-width: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .multicheckout .actions-toolbar > .primary,
  .multicheckout .actions-toolbar > .secondary {
    margin-bottom: 30px;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information-title {
    font-size: 2rem;
  }
  .checkout-index-index .opc-wrapper .form-discount {
    max-width: none;
  }
  .multishipping-checkout-addresses .nav-toggle-mobile,
  .multishipping-checkout-shipping .nav-toggle-mobile,
  .multishipping-checkout_address-newshipping .nav-toggle-mobile,
  .multishipping-checkout-addresses .cart-hide-multicheckout,
  .multishipping-checkout-shipping .cart-hide-multicheckout,
  .multishipping-checkout_address-newshipping .cart-hide-multicheckout {
    display: none;
  }
  .multishipping-checkout-addresses .header-content [class*="col-"]:nth-child(2) .header--logo,
  .multishipping-checkout-shipping .header-content [class*="col-"]:nth-child(2) .header--logo,
  .multishipping-checkout_address-newshipping .header-content [class*="col-"]:nth-child(2) .header--logo {
    justify-content: flex-start;
  }
  .multishipping-checkout-addresses .header-content [class*="col-"]:nth-child(4),
  .multishipping-checkout-shipping .header-content [class*="col-"]:nth-child(4),
  .multishipping-checkout_address-newshipping .header-content [class*="col-"]:nth-child(4) {
    flex: 1;
    max-width: 100%;
  }
  .multishipping-checkout-addresses .mobile_bottom,
  .multishipping-checkout-shipping .mobile_bottom,
  .multishipping-checkout_address-newshipping .mobile_bottom {
    display: none;
  }
  .multishipping-checkout-addresses .col-logo,
  .multishipping-checkout-shipping .col-logo,
  .multishipping-checkout_address-newshipping .col-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-custom.authentication-dropdown .block-authentication .actions-toolbar > .primary .action {
    min-width: 103px;
  }
  .cart.table-wrapper .items thead + .item {
    border-top: none;
  }
  .place-order-primary .action.checkout {
    margin-top: 15px;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar:before,
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar:after {
    display: none;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .gift-options-cart-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .gift-options-cart-item:before,
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .gift-options-cart-item:after {
    display: none;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar a.action:not(:last-child) {
    margin-right: 20px;
  }
  .cart.table-wrapper .gift-options-cart-item .gift-content {
    top: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cart.table-wrapper .action-gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .cart.table-wrapper .action-gift > span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .onestepcheckout-index-index._has-modal-custom._has-auth-shown .authentication-wrapper {
    z-index: 900;
  }
  .checkout-container .authentication-dropdown {
    top: 0;
  }
  .multicheckout .actions-toolbar .primary .action,
  .multicheckout .actions-toolbar .secondary .action {
    width: 100%;
  }
  .authentication-dropdown .modal-inner-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #f4f4f4;
  }
  .authentication-dropdown .block-customer-login {
    background-color: #f4f4f4;
  }
  .authentication-dropdown .block-authentication .actions-toolbar {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  body .multicheckout .actions-toolbar .secondary .action.back {
    text-align: center;
  }
  .form-mgp-billing-address .actions-toolbar > .primary .action,
  .form-mgp-billing-address .actions-toolbar > .secondary .action {
    min-width: 130px;
    padding: 0 15px;
  }
  body .opc-sidebar {
    width: 100%;
    float: none;
  }
  body .opc-wrapper {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  body .opc-wrapper .form-login,
  body .opc-wrapper .form-shipping-address {
    max-width: none;
  }
  body .field-tooltip .label {
    display: none;
  }
  body .field-tooltip .field-tooltip-content {
    top: calc(100% + 10px);
    left: auto;
    right: 0;
  }
  body .field-tooltip .field-tooltip-content:before,
  body .field-tooltip .field-tooltip-content:after {
    transform: rotate(180deg);
  }
  body .field-tooltip .field-tooltip-content:before {
    top: -13px;
    left: auto;
    right: 10px;
  }
  body .field-tooltip .field-tooltip-content:after {
    top: -14.5px;
    left: auto;
    right: 8.5px;
  }
  body .multicheckout .actions-toolbar > .primary {
    width: 100%;
    margin: 0;
  }
  body .multicheckout .actions-toolbar .secondary {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  body .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
    margin-top: 10px;
  }
  .multishipping-checkout-login .login-container .block {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .field-tooltip .label {
    display: none;
  }
  .cart-summary .block {
    width: 100%;
  }
  .cart-summary .block.shipping {
    width: 100%;
    margin-bottom: 30px;
  }
  .cart-summary .cart-totals {
    width: 100%;
    margin-bottom: 30px;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 2rem;
  }
  .checkout-index-index .opc-sidebar {
    margin-top: 40px;
  }
  .opc-progress-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #gift-options-cart {
    padding-left: 0;
    padding-right: 0;
  }
  #gift-options-cart .gift-item-block {
    border-top: 0;
  }
  #gift-options-cart .cart-gift-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .gift-options .actions-toolbar .action-update {
    padding: 0 15px;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.item-actions {
    padding-left: 0;
    padding-right: 0;
  }
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr + tr {
    border-top: 1px solid #ebebeb;
  }
  .multishipping-checkout-addresses #checkout_multishipping_form .title {
    padding: 0;
  }
  .multicheckout .item-options {
    width: 100%;
  }
  .checkout-step-sidebar .order-summary {
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .page-title-wrapper {
    margin-bottom: 2rem;
  }
  .onestepcheckout-index-index .page-title-wrapper .checkout-description {
    margin-bottom: 20px;
  }
  .authentication-dropdown .block-authentication .actions-toolbar > .secondary {
    margin-bottom: 20px;
  }
  .checkout-container .modal-custom.authentication-dropdown {
    left: 44px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -100px;
  }
  .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle {
    padding: 0 15px;
    height: 35px;
    line-height: 33px;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address .shipping-address-item {
    margin: 0 0 20px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label,
  .opc-estimated-wrapper .estimated-block .estimated-price {
    font-weight: 600;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    font-weight: 400;
  }
  .cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary .action.action-update {
    width: auto;
    padding: 0 20px;
    font-size: 1.4rem;
  }
  .cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary .action.action-cancel {
    display: block;
    margin-left: 20px;
  }
  .cart.table-wrapper .product-item-photo {
    max-width: 85px;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td {
    border-width: 0;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.item {
    padding: 0;
    margin-bottom: 5px;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar {
    text-align: left;
    position: static;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar .gift-options-cart-item {
    margin-bottom: 10px;
    position: static;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar .gift-options-cart-item .gift-content {
    left: 0;
    right: 0;
    top: calc(100% - 30px);
    margin-top: 0;
    width: 100%;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar .gift-options-cart-item .gift-content .field > .label {
    width: 25%;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar .gift-options-cart-item .gift-content .field > .control {
    width: 75%;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .gift-options-cart-item {
    display: inline-block;
    width: auto;
    margin-right: 20px;
  }
  body .cart.table-wrapper .items > .item {
    border-bottom: none;
  }
  body .multicheckout .table-wrapper .action.delete {
    margin-top: 0;
  }
  body .multicheckout .title {
    margin-bottom: 0;
  }
  body .cart-summary {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-container .cart-summary {
    margin-left: 0;
    margin-right: 0;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .checkout-cart-index .cart.table-wrapper {
    display: block;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .cart.item {
    padding: 20px 20px;
    display: block;
    margin-top: 0;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .cart.item:not(:last-child) {
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart.table-wrapper tbody + tbody {
    margin-top: 20px;
    padding: 0 20px;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr {
    display: block;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr.item-actions td:before {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr td {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr td:before {
    content: attr(data-th) ": ";
    margin-right: 10px;
    font-weight: bold;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr td.item-actions:before {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .checkout-cart-index .cart.table-wrapper tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .checkout-cart-index .cart.table-wrapper thead tr th {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    min-height: auto;
    align-items: center;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item:before,
  .checkout-cart-index .cart.table-wrapper .item .col.item:after {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item:before {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper .table td {
    border: none;
    float: none;
    width: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .checkout-cart-index .cart.table-wrapper .table td.col.qty {
    align-items: center;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    position: static;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    width: auto;
    padding-left: 10px;
  }
  .checkout-cart-index .actions-toolbar {
    flex-direction: row;
  }
  .checkout-cart-index .actions-toolbar a.action:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .checkout-cart-index .cart.main.actions .action {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-cart-index .cart.main.actions .action:not(:first-child) {
    margin-top: 15px;
  }
  .checkout-cart-index .cart-summary .summary.title {
    font-size: 2rem;
  }
  .checkout-cart-index .cart-container .checkout-methods-items {
    text-align: center;
  }
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .checkout-shipping-address button.action {
    margin-bottom: 5px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .opc-block-summary > .title {
    font-size: 2rem;
  }
  .checkout-index-index .opc-block-summary .items-in-cart > .title strong {
    font-size: 1.6rem;
  }
  .checkout-index-index .opc-sidebar {
    margin-top: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option .payment-option-content {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-method-title {
    padding: 15px 0;
  }
  .checkout-index-index .checkout-payment-method .payment-methods,
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0;
  }
  .checkout-index-index .opc-estimated-wrapper button.action {
    border: 0;
    background-color: transparent;
    position: relative;
    margin-right: 12px;
  }
  .checkout-index-index .opc-estimated-wrapper button.action:before {
    font-size: 2.8rem;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    content: "\e015";
    font-family: "ElegantIcons";
  }
  .checkout-index-index .opc-estimated-wrapper button.action .counter-number {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ed1d24;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -12px;
    top: -7px;
    display: block;
    font-weight: 400;
  }
  .authentication-dropdown.custom-slide._show .modal-inner-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .opc-wrapper #shipping-new-address-form > .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar .gift-options-cart-item .gift-content .field > .label {
    width: 100%;
  }
  .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar .gift-options-cart-item .gift-content .field > .control {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart-container .cart-summary .block .fieldset.coupon {
    width: 100%;
  }
  .cart-container .cart-summary .block .fieldset.coupon .field .control {
    width: 100% !important;
    margin-left: 0;
  }
  .form-mgp-billing-address .actions-toolbar > .primary .action.action-update {
    margin-top: 10px;
  }
  .form-mgp-billing-address .actions-toolbar > .primary .action.action-cancel {
    margin-top: 10px;
  }
  .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details {
    padding-left: 90px;
  }
  .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
    flex-direction: column;
  }
  .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block {
    margin-bottom: 10px;
  }
  .checkout-cart-index .cart-empty .cart-empty-img {
    width: 100%;
  }
  .checkout-cart-index .cart-empty .cart-empty-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block {
    font-size: 1.6rem;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 1.8rem;
  }
  .checkout-index-index .page-title-wrapper .page-title {
    font-size: 2.1rem;
  }
  .checkout-index-index table {
    max-width: 100%;
  }
  .checkout-index-index table .row {
    flex-wrap: nowrap;
  }
  .checkout-index-index .opc-block-summary table tbody {
    display: block;
  }
  .checkout-index-index .opc-block-summary table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout-index-index .opc-block-summary table th,
  .checkout-index-index .opc-block-summary table td {
    min-width: auto;
  }
  .table-checkout-shipping-method thead th {
    display: none !important;
  }
  .checkout-index-index .opc-progress-bar-item > span {
    font-size: 1.3rem;
  }
  .checkout-success .actions-toolbar .primary {
    width: 100%;
  }
  .checkout-success .actions-toolbar .primary a.action {
    width: 100%;
  }
  .checkout-success .success-info {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-success .success-img {
    width: 100%;
  }
  body .payment-method-billing-address .actions-toolbar .action {
    width: auto;
  }
}
@media screen and (max-width: 360px) {
  body .multicheckout.shipping .actions-toolbar .primary .action,
  body .multicheckout.shipping .actions-toolbar .secondary .action {
    width: 100%;
    text-align: center;
  }
  .cart-container .cart-summary {
    padding-top: 0;
  }
}
.rtl .checkout-shipping-method .delivery-time .ui-datepicker-trigger {
  right: auto;
  left: 10px;
}
.rtl .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.rtl .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: auto;
  left: -10px;
}
.rtl .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content::before,
.rtl .shipping-policy-block.field-tooltip .field-tooltip-content::before {
  left: 10px;
  right: auto;
}
.rtl .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content::after,
.rtl .shipping-policy-block.field-tooltip .field-tooltip-content::after {
  left: 10px;
  right: auto;
}
.rtl .multicheckout .actions-toolbar > .primary {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .multicheckout .actions-toolbar .secondary .action {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .multicheckout .actions-toolbar .secondary .action.back {
  margin-right: 0;
}
.rtl .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child {
  border-right: 1px solid #ebebeb;
  border-left: none ;
}
.rtl .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .action.action-edit {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .cart.table-wrapper #shopping-cart-table.table thead th:last-child {
  border-right: 1px solid #ebebeb;
  border-left: none ;
}
.rtl .cart.table-wrapper .product-item-details {
  text-align: right;
}
.rtl .cart-totals .amount,
.rtl .opc-block-summary .table-totals .amount {
  text-align: left;
}
.rtl .multishipping-checkout-addresses .multicheckout .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.rtl .multishipping-checkout-addresses .multicheckout .item-options:before,
.rtl .multishipping-checkout-addresses .multicheckout .item-options:after {
  display: none;
}
.rtl .multishipping-checkout-addresses .multicheckout .item-options dt {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .opc-block-summary .product-item .product-item-name-block {
  text-align: right;
}
.rtl .cart-summary {
  float: left;
}
.rtl .cart-summary .select {
  background-position: left 7px center;
}
.rtl .cart-summary .block .item-options {
  margin-right: 0;
}
.rtl .cart-summary .block .fieldset.coupon .actions-toolbar .primary.action {
  right: auto;
  left: 11px;
}
.rtl .cart-summary .block .fieldset.coupon .actions-toolbar .primary.action:before {
  content: "\f060";
}
.rtl .cart.table-wrapper .product-item-photo {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .cart.table-wrapper .gift-options-cart-item {
  float: right;
}
.rtl .cart.table-wrapper .gift-options-cart-item .gift-content {
  right: auto;
  left: 0;
  top: 100%;
}
.rtl .cart.table-wrapper .gift-options-cart-item .gift-content .gift-options-title {
  text-align: right;
}
.rtl .cart.table-wrapper .gift-options-cart-item .gift-content .field > .label {
  padding-right: 0;
  padding-left: 15px;
  text-align: right;
}
.rtl .cart.table-wrapper .action.action-edit,
.rtl .cart.table-wrapper .action.action-delete {
  vertical-align: middle;
}
.rtl .cart.table-wrapper .item-options dt {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .cart.table-wrapper .item-options dd {
  float: right;
}
.rtl .field-tooltip {
  right: auto;
  left: 0;
}
.rtl .field-tooltip .field-tooltip-content {
  left: auto;
  right: 38px;
}
.rtl .field-tooltip .field-tooltip-content:before,
.rtl .field-tooltip .field-tooltip-content:after {
  left: auto;
  right: -21px;
}
.rtl .field-tooltip .field-tooltip-content:after {
  border-right-color: transparent;
  border-left-color: #f4f4f4;
}
.rtl .field-tooltip .field-tooltip-content:before {
  border-left-color: #666666;
  border-right-color: transparent;
}
.rtl.checkout-cart-index .actions-toolbar {
  text-align: left;
}
.rtl.checkout-cart-index .actions-toolbar a.action:not(:last-child) {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .cart.main.actions .action:not(:first-child) {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .paypal-review-discount .block > .title,
.rtl .cart-summary .block > .title {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .paypal-review-discount .block > .title:after,
.rtl .cart-summary .block > .title:after {
  right: auto;
  left: -5px;
}
.rtl.multishipping-checkout-login .login-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rtl.multishipping-checkout-login .login-container:before,
.rtl.multishipping-checkout-login .login-container:after {
  display: none;
}
.rtl.multishipping-checkout-login .fieldset .field.choice {
  padding-right: 17px;
  padding-left: 0;
}
.rtl.multishipping-checkout-login .fieldset .field.choice input {
  left: auto;
  right: 0;
}
.rtl .authentication-wrapper {
  float: left;
  text-align: left;
}
.rtl .authentication-wrapper .actions-toolbar > .secondary {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .minicart-items .product > .product-item-photo,
.rtl .minicart-items .product > .product-image-container {
  float: right;
  text-align: left;
}
.rtl .field .control._with-tooltip input {
  margin-right: 0;
  margin-left: 10px;
}
.rtl.checkout-index-index .opc-wrapper {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
.rtl.checkout-index-index .opc-wrapper .fieldset > .field.required > label {
  padding-right: 0;
}
.rtl.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary {
  float: left;
}
.rtl.checkout-index-index .opc-block-summary .items-in-cart > .title {
  padding-right: 0;
  padding-left: 40px;
}
.rtl.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  right: auto;
  left: 0;
}
.rtl.checkout-index-index .opc-block-summary .product-item-details {
  padding-left: 0;
  padding-right: 15px;
  float: none;
}
.rtl.checkout-index-index .methods-shipping .table-checkout-shipping-method th,
.rtl.checkout-index-index .methods-shipping .table-checkout-shipping-method td {
  text-align: right;
}
.rtl.checkout-index-index .modal-popup .field._required select {
  background-position: 2% 50%;
}
.rtl.checkout-index-index .opc-wrapper button.action {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .opc-block-summary .product-item .subtotal {
  text-align: right;
}
.rtl .newsletter-subscribe input[type="checkbox"] {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
.rtl .newsletter-subscribe label {
  float: right;
}
.rtl .payment-method-billing-address .actions-toolbar .action:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .checkout-step-sidebar .order-summary .step-title:after {
  left: auto;
  right: 0;
}
.rtl .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .label {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .onestepcheckout-index-index .page-title-wrapper {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .rtl .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar a.action:not(:last-child) {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rtl .field-tooltip .field-tooltip-content {
    left: 0;
    right: auto;
  }
  .rtl .field-tooltip .field-tooltip-content:before,
  .rtl .field-tooltip .field-tooltip-content:after {
    left: 10px;
    right: auto;
    top: 0;
  }
  .rtl .field-tooltip .field-tooltip-content:before {
    border-top-color: #666666;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  .rtl .field-tooltip .field-tooltip-content:after {
    border-top-color: #f4f4f4;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  .rtl.checkout-index-index .opc-wrapper {
    padding-left: 0;
  }
  .rtl .multicheckout .actions-toolbar .secondary .action {
    margin-right: 0;
  }
  .rtl .multicheckout .actions-toolbar > .primary {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .rtl .cart.table-wrapper .gift-options-cart-item {
    float: none;
  }
  .rtl .cart.table-wrapper .gift-options-cart-item .gift-content .actions-toolbar .secondary .action.action-cancel {
    margin-left: 0;
    margin-right: 20px;
  }
  .rtl .cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar {
    text-align: right;
  }
  .rtl.checkout-cart-index .cart.main.actions .action:not(:first-child) {
    margin-right: 0;
  }
  .rtl.checkout-cart-index .cart.table-wrapper tbody > tr td:before {
    margin-right: 0;
    margin-left: 10px;
  }
  .rtl.checkout-cart-index .actions-toolbar a.action:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
  }
  .rtl.checkout-index-index .actions-toolbar .primary {
    float: none;
  }
  .rtl.checkout-index-index .opc-block-summary .table-totals .amount {
    text-align: left;
  }
  .rtl.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary {
    float: none;
  }
  .rtl.checkout-index-index .cart.table-wrapper .product-item-details {
    padding-left: 0;
    padding-right: 10px;
  }
  .rtl.checkout-index-index .cart.table-wrapper .item-options dt {
    float: right;
    clear: right;
    margin-right: 0;
    margin-left: 10px;
  }
  .rtl .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child {
    border-right: 0;
  }
  .rtl .cart.table-wrapper #shopping-cart-table .cart.item .item-info td:last-child .actions-toolbar .gift-options-cart-item {
    margin-right: 0;
    margin-left: 20px;
  }
}
.page-layout-2columns-right.blog-page-list .columns .sidebar-sticky,
.page-layout-2columns-left.blog-page-list .columns .sidebar-sticky,
.page-layout-2columns-right.blog-post-view .columns .sidebar-sticky,
.page-layout-2columns-left.blog-post-view .columns .sidebar-sticky {
  margin-bottom: 60px;
}
.page-layout-2columns-right.blog-page-list .grid-init .slick-arrow,
.page-layout-2columns-left.blog-page-list .grid-init .slick-arrow,
.page-layout-2columns-right.blog-post-view .grid-init .slick-arrow,
.page-layout-2columns-left.blog-post-view .grid-init .slick-arrow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.page-layout-2columns-right.blog-page-list .grid-init .slick-arrow:focus::before,
.page-layout-2columns-left.blog-page-list .grid-init .slick-arrow:focus::before,
.page-layout-2columns-right.blog-post-view .grid-init .slick-arrow:focus::before,
.page-layout-2columns-left.blog-post-view .grid-init .slick-arrow:focus::before,
.page-layout-2columns-right.blog-page-list .grid-init .slick-arrow:active::before,
.page-layout-2columns-left.blog-page-list .grid-init .slick-arrow:active::before,
.page-layout-2columns-right.blog-post-view .grid-init .slick-arrow:active::before,
.page-layout-2columns-left.blog-post-view .grid-init .slick-arrow:active::before {
  color: #ffffff;
}
.blog-page .columns {
  margin-bottom: 60px;
}
.blog-page .columns .column.main {
  padding-bottom: 0px;
}
.blog-page #maincontent > .page-title-wrapper {
  display: none;
}
.post-list-wrapper .post-list {
  display: flex;
  flex-wrap: wrap;
}
.post-list-wrapper .post-list .post-holder {
  padding-left: 15px;
  padding-right: 15px;
  width: calc( 100% / 2);
  margin-bottom: 40px;
}
.post-list-wrapper .post-list .post-title-holder .post-title {
  margin-top: 10px;
}
.post-list-wrapper .post-list .post-item-photo {
  margin-bottom: 30px;
}
.post-list-wrapper .post-list .post-item-photo img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more {
  width: fit-content;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 40px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #ed1d24;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:before,
.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:after {
  display: none;
}
.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.post-list-wrapper .post-list .post-text-hld .desc {
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  margin-top: 0;
  line-height: 23px;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-list-wrapper .post-list .post-description {
  display: flex;
  flex-wrap: wrap;
}
.post-list-wrapper .post-list .post-description:before,
.post-list-wrapper .post-list .post-description:after {
  display: none;
}
.post-list-wrapper .post-list .post-description:hover .post-item-detail .post-read-more:after {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.blog-page-list .post-list-wrapper .post-list:before,
.blog-page-list .post-list-wrapper .post-list:after {
  display: none;
}
.blog-post-view .breadcrumbs .pagecrumbs-title {
  display: none;
}
.blog-post-view .post-holder {
  margin-bottom: 0;
}
.blog-page .post-content .post-description .post-ftimg-hld {
  margin: 0;
}
.blog-page .post-text-hld {
  padding: 0;
}
.blog-page .post-posed-date {
  display: inline-block;
  vertical-align: middle;
}
.blog-page .post-categories {
  display: inline-block;
  vertical-align: middle;
}
.blog-page .post-categories a {
  text-transform: uppercase;
  font-weight: 700;
  color: #aaaaaa;
  font-size: 1.2rem;
}
.blog-page .post-categories a:hover {
  color: #1b1b1b;
}
.blog-page .post-posed-date .fa,
.blog-page .post-author .fa {
  padding-right: 5px;
}
.blog-page .post-holder .post-info {
  float: none !important;
  margin-top: 20px;
}
.blog-page .post-holder .post-info .post-posed-date > .fa,
.blog-page .post-holder .post-info .post-posed-date .value {
  display: inline-block;
  color: #888;
}
.blog-page .post-holder .post-info .post-posed-date > .fa {
  font-size: 1.5rem;
}
.blog-page .post-holder .post-info .post-posed-date .value {
  font-size: 1.4rem;
}
.blog-page .post-holder .post-info .item.post-categories {
  padding: 0;
  color: #aaaaaa;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
}
.blog-page .post-holder .post-info .item.post-categories .label {
  display: none;
}
.blog-page .post-holder .post-info .item.post-categories a {
  color: #aaaaaa;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-page .post-holder .post-info .item.post-categories a:hover {
  color: #222222;
}
.blog-page .post-holder .post-info .item.post-author .label {
  color: #333333;
  font-size: 1.5rem;
}
.blog-page .post-holder .post-info .item.post-author .label > * {
  font-weight: 700;
}
.blog-page .post-holder .post-info .item.post-author a {
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
}
.blog-page .post-holder .post-info .item.post-author a:hover {
  color: #aaaaaa;
}
.blog-page .item.post-categories {
  padding-left: 0;
  margin-top: 10px;
}
.blog-page .sidebar .widget.blog-search .block-content {
  position: relative;
}
.blog-page .sidebar .widget.blog-search .block-content .actions {
  margin-top: 0;
}
.blog-page .sidebar .widget.blog-search #blog_search_mini_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog-page .sidebar .widget.blog-search #blog_search_mini_form .field.search {
  flex: 1;
}
.blog-page .sidebar .widget.blog-search #blog_search_mini_form .field.search input {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.blog-page .sidebar .widget.blog-search .action.search {
  position: relative;
  height: 45px;
  line-height: 42px;
  padding: 0;
  text-align: center;
  width: 45px;
  border: none;
  top: 0;
  background: #ed1d24;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.blog-page .sidebar .widget.blog-search .action.search:hover {
  background-color: #1b1b1b;
}
.blog-page .sidebar .widget.blog-search .action.search:before {
  font-family: "Ionicons";
  content: "\f4a4";
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 2.1rem;
  background-image: none;
}
.blog-page .sidebar .widget.blog-search .action.search span {
  display: none;
}
.blog-page .sidebar .widget.block-categories ul {
  padding: 0;
  list-style-type: none;
  margin: 0 0 1rem 0;
}
.blog-page .sidebar .widget.block-categories ul li {
  border: none;
  margin: 0 0 1rem 0;
}
.blog-page .sidebar .widget.block-categories ul li a {
  display: inline-block;
  position: relative;
  color: #555555;
  margin-right: 5px;
}
.blog-page .sidebar .widget.block-categories ul li a:hover {
  color: #ed1d24;
}
.blog-page .sidebar .widget.block-categories ul ul {
  margin-left: 0;
  border-top: solid 1px #e9e9e9;
}
.blog-page .sidebar .widget.block-categories ul ul li {
  padding-left: 20px;
}
.blog-page .sidebar .block-recent-posts .post-item-link {
  display: block;
}
.blog-page .sidebar .block-recent-posts .post-item-link h3 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  line-height: 35px;
  margin-bottom: 0;
  max-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-page .sidebar .block-recent-posts .post-item-link:hover h3 {
  color: #1b1b1b;
}
.blog-page .sidebar .block-recent-posts .block-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.blog-page .sidebar .block-recent-posts .block-content .item:before,
.blog-page .sidebar .block-recent-posts .block-content .item:after {
  display: none;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-link {
  width: 40%;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content {
  width: 60%;
  padding-left: 10px;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content a {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  -webkit-line-clamp: 2;
  max-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 1.4rem;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content a:hover {
  color: #ed1d24;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content .publish-date {
  color: #aaaaaa;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content .publish-date .date {
  margin-right: 10px;
}
.blog-page .sidebar .block-recent-posts .block-content .item:not(:last-child) {
  margin-bottom: 25px;
}
.blog-page .sidebar .block-instagram {
  display: none;
}
.blog-page .sidebar.sidebar-additional {
  margin-top: 0;
}
.blog-page .sidebar .block-archive .item {
  border: none;
}
.blog-page .sidebar .block-archive .item:not(:last-child) {
  margin-bottom: 1rem;
}
.blog-page .sidebar .block-archive a:hover {
  color: #ed1d24;
}
.blog-page .post-list .post-title-holder {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.blog-page .post-list .post-title-holder .post-title {
  font-size: 1.6rem;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 5px;
  max-width: none;
  display: block;
  width: 100%;
}
.blog-page .post-list .post-title-holder .post-title a {
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  font-size: 2rem;
}
.blog-page .post-list .post-title-holder .post-title a:hover {
  color: #ed1d24;
}
.blog-page .post-list .post-content .post-description .post-ftimg-hld {
  margin: 0;
}
.blog-page .post-list .post-holder:hover .post-ftimg-hld .blog-image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.blog-page .post-list .post-holder:hover .post-ftimg-hld img {
  transform: scale(1.09);
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
}
.blog-page .post-list .post-ftimg-hld .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-page .post-list .post-ftimg-hld .blog-image:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
  pointer-events: none;
}
.blog-page .post-list .post-ftimg-hld img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: opacity 0.5s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
}
.blog-page .post-view .post-content {
  margin-bottom: 75px;
}
.blog-page .post-view .post-content .post-description .post-ftimg-hld img {
  padding-bottom: 0;
}
.blog-page .post-view .post-content .post-description .post-text-hld img {
  margin: 0;
}
.blog-page .post-view .post-title-holder {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.blog-page .post-view .post-title-holder .post-title {
  padding-top: 5px;
  padding-bottom: 0;
}
.blog-page .post-view .post-title-holder .post-title a {
  font-weight: 600;
  font-size: 3rem;
  color: #333333;
  text-transform: capitalize;
}
.blog-page .post-view .post-title-holder .post-holder .post-info .item.post-author a {
  font-size: 1.6rem;
  color: #222222;
}
.blog-page .post-view .post-text-hld p {
  color: #555;
  margin: 0;
}
.blog-page .post-view .related-post .post-text-hld p {
  line-height: 22px;
}
.blog-page .post-view .post-holder .post-header {
  margin-bottom: 20px;
}
.blog-page .post-view .post-bottom .block > .title {
  font-size: 1.8rem;
  color: #222222;
  margin-bottom: 25px;
  text-align: left;
}
.blog-page .post-view .post-bottom .block.related {
  position: relative;
}
.blog-page .post-view .post-bottom .block.related .item .add-to-links a .icon {
  display: none;
}
.blog-page .post-view .post-bottom .block.related .item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.blog-page .post-view .post-bottom .block.related .item .item-info:before,
.blog-page .post-view .post-bottom .block.related .item .item-info:after {
  display: none;
}
.blog-page .post-view .post-bottom .block.related .item .post-ftimg-hld {
  margin-bottom: 16px;
}
.blog-page .post-view .post-bottom .block.related .item .blog-info {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-page .post-view .post-bottom .block.related .item .blog-info .post-author {
  display: none;
}
.blog-page .post-view .post-bottom .block.related .item .post-author .label {
  color: #333333;
  font-size: 1.5rem;
}
.blog-page .post-view .post-bottom .block.related .item .post-author .label > * {
  font-weight: 700;
}
.blog-page .post-view .post-bottom .block.related .item .post-author .value {
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
}
.blog-page .post-view .post-bottom .block.related .item.post-categories {
  display: none !important;
}
.blog-page .post-view .post-bottom .block.related ol.slick-slider {
  padding-left: 0;
  position: relative;
}
.blog-page .post-view .post-bottom .block.related .post-item-link {
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  color: #1b1b1b;
  text-transform: capitalize;
}
.blog-page .post-view .post-bottom .block.related .post-item-link:hover {
  color: #222222;
}
.blog-page .post-view .post-bottom .block:not(:last-child) {
  margin-bottom: 45px;
}
.blog-page .post-view .post-bottom .block.related-products .product-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page .post-view .post-bottom .block.related-products .slick-list {
  padding: 5px;
  padding-bottom: 50px;
}
.blog-page .post-view .post-bottom .block.related-products .slick-slider {
  padding: 0;
}
.blog-page .post-view .post-bottom .block.related-products .products.wrapper.grid .product-item .product-item-info .hover-box .product {
  width: 100%;
}
.blog-page .post-bottom .block.comments .c-count {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 30px;
}
.blog-page .post-bottom .block.comments .c-count strong {
  border-bottom: 2px solid #ed1d24;
}
.blog-page .post-bottom .block.comments .c-replyform textarea {
  border: 1px solid #ebebeb;
}
.blog-page .post-bottom .block.comments .c-replyform button {
  background-color: #ed1d24;
}
.blog-page .post-bottom .block.comments .c-replyform button:hover {
  background-color: #253237;
  border-color: #253237;
}
.blog-page .post-bottom .block.comments .c-replyform button.cancel {
  color: #fff;
}
.blog-page .post-bottom .block.comments .c-comments {
  margin-top: 45px;
  padding-left: 0;
}
.blog-page .post-bottom .block.comments .c-comments .p-info .p-name {
  text-transform: capitalize;
}
.blog-page .post-bottom .block.comments .c-comments .p-info .publish-date {
  font-size: 1.2rem;
  color: #555;
}
.blog-page .post-bottom .block.comments .c-comments .p-text {
  font-size: 1.4rem;
  line-height: 23px;
  color: #555555;
}
.blog-page .post-bottom .block.comments .c-comments .p-actions {
  padding: 30px 0 35px;
}
.blog-page .post-bottom .block.comments .c-comments .p-actions a {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ed1d24;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
}
.blog-page .post-bottom .block.comments .c-comments .p-actions a:hover {
  background-color: #1b1b1b;
}
.blog-page .post-actions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.blog-page .post-actions .action {
  width: 50%;
}
.blog-page .post-actions .action a {
  color: #1b1b1b;
  position: relative;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 30px;
}
.blog-page .post-actions .action a:hover {
  color: #ed1d24;
}
.blog-page .post-actions .action a:after {
  content: "\f0d9";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.blog-page .post-actions .action.next-action {
  text-align: right;
}
.blog-page .post-actions .action.next-action a:after {
  content: "\f0da";
  left: auto;
  right: 0;
}
.blog-page blockquote {
  font-family: inherit;
}
.blog-page .addthis_toolbox {
  margin-top: 0px;
}
.blog-post-view .page-title-wrapper {
  display: none;
}
.post-description .blog_short_text .post-text-hld {
  color: #666666;
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
}
.post-description .blog_short_text .post-text-hld p {
  color: #666666;
  font-size: 1.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.post-ftimg-hld {
  position: relative;
}
.post-ftimg-hld .publish-date {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ed1d24;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.post-ftimg-hld .publish-date .month {
  text-transform: uppercase;
  margin-top: 2px;
}
.post-ftimg-hld .publish-date .date {
  position: relative;
  padding-bottom: 3px;
  display: block;
}
.post-ftimg-hld .publish-date .date:after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 20px;
  border-bottom: 1px solid #fff;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .blog-page .post-view .post-bottom .block.related .slick-list {
    padding: 0 !important;
  }
  .post-list-wrapper .post-list .post-holder {
    width: 50%;
  }
  .post-list-wrapper .post-list .post-item-photo {
    width: 100%;
  }
  .post-list-wrapper .post-list .post-item-detail {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  [class*="page-layout-2columns-"].blog-page .columns .sidebar-sticky {
    width: 100%;
    padding-top: 75px;
    margin-bottom: 0;
  }
  .blog-index-index .columns .column.main {
    border-right: 0;
  }
  .post-comments iframe {
    min-height: 200px;
  }
  .blog-page .columns {
    margin-bottom: 20px;
  }
  .blog-page .sidebar .block-recent-posts .block-content .item .post-item-link {
    width: 108px;
  }
  .blog-page .sidebar .block-recent-posts .block-content .item .post-item-content {
    width: calc(100% - 108px);
  }
}
@media screen and (max-width: 767px) {
  [class*="page-layout-2columns-"].blog-page .columns .sidebar-sticky {
    order: 2;
  }
  .post-list-wrapper .post-list .post-holder {
    width: 100%;
  }
  .blog-page .post-view .post-title-holder .post-title a {
    font-size: 2.5rem;
  }
  .blog-page .post-view .post-bottom .block.related .item .blog-info {
    padding: 10px 20px;
  }
  .blog-page .post-view .post-bottom .block.related .post-item-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .post-ftimg-hld .publish-date {
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 639px) {
  .post-list-wrapper .post-list .post-holder {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .blog-page .post-view .post-bottom .block.related .item .blog-image {
    width: 100%;
  }
  .blog-page .post-view .post-bottom .block.related .item .blog-image img {
    width: 100%;
    object-fit: cover;
    max-height: 260px;
  }
  .blog-page .post-view .post-bottom .block.related .item .blog-info {
    width: 100%;
    border-width: 0 2px 2px;
  }
}
@media screen and (max-width: 480px) {
  .blog-page .post-view .post-title-holder .post-title a,
  .blog-page .post-list .post-title-holder .post-title a {
    font-size: 1.8rem;
  }
  .blog-page .post-list .post-content .post-description .post-ftimg-hld {
    padding: 0;
  }
  .blog-page .post-view .post-bottom .block.related .post-item-link {
    font-size: 1.4rem;
  }
  .blog-page .post-view .post-bottom .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .blog-page .post-actions {
    margin-bottom: 30px;
  }
  .blog-page .post-bottom .block.comments .c-replyform .left-hld,
  .blog-page .post-bottom .block.comments .c-replyform .right-hld {
    width: 100%;
  }
  .post-list-wrapper .post-list .post-text-hld .desc {
    font-size: 1.4rem;
  }
  .blog-post-view .post-text-hld {
    font-size: 1.4rem;
  }
}
.rtl .post-holder .post-header .post-info {
  float: right;
}
.rtl .post-holder .post-header .post-info .post-author {
  overflow: hidden;
}
.rtl .post-holder .post-header .post-info .post-author .label {
  float: right;
  margin-left: 5px;
}
.rtl .post-list-wrapper .post-posed-date,
.rtl .post-view .post-posed-date {
  margin-right: 0;
}
.rtl .widget.blog-search .action.search {
  right: auto;
  left: 0;
}
.rtl .widget.blog-search input {
  padding-right: 20px;
  padding-left: 35px;
}
.rtl .post-posed-date .fa,
.rtl .post-author .fa {
  padding-right: 0;
  padding-left: 10px;
}
.rtl.blog-page .columns .column.main {
  float: right;
}
.rtl.blog-page .columns .sidebar {
  float: left;
  clear: left;
}
.rtl.blog-page .post-info .item:not(:last-child) {
  margin-right: 0;
  margin-left: 20px;
}
.rtl.blog-page .post-info .item:not(:last-child):after {
  right: auto;
  left: -13px;
}
.rtl.blog-page .post-info .post-posed-date > .fa {
  padding-right: 0;
  padding-left: 5px;
}
.rtl.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content {
  padding-left: 0;
  padding-right: 10px;
}
.rtl.blog-page .post-actions .action a:after {
  content: "\f0da";
  left: auto;
  right: 0;
}
.rtl.blog-page .post-actions .action.next-action {
  text-align: left;
}
.rtl.blog-page .post-actions .action.next-action a:after {
  content: "\f0d9";
  right: auto;
  left: 0;
}
.rtl.blog-page .post-view .post-bottom .block > .title {
  text-align: right;
}
.rtl.blog-page .post-view .post-bottom .block.related ol.block-content {
  padding-right: 0;
}
.rtl.blog-page .post-holder .post-info .item.post-author {
  overflow: hidden;
}
.rtl.blog-page .post-holder .post-info .item.post-author .label {
  float: right;
  margin-left: 5px;
}
.rtl .blog-page .post-list .post-title-holder {
  text-align: right;
}
.rtl .blog-page .sidebar .widget.blog-search .action.search {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.rtl .blog-page .sidebar .widget.blog-search #blog_search_mini_form .field.search input {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.rtl .blog-page .sidebar .widget.block-categories ul li a {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .cms-static-blog .post-ftimg-hld .box-info {
  left: auto;
  right: 0;
}
.rtl .special-products .cms-about-us-content .cms-about-us-col .about-us-img {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .page-layout-2columns-right.blog-page .columns .column.main {
  float: left;
}
.page-top-about {
  padding-bottom: 70px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 75px;
}
.page-top-about .phrase-content .phrase h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.page-top-about .phrase-content .phrase p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.page-top-about .phrase-content .mission {
  margin-bottom: 52px;
}
.find-store {
  padding-bottom: 20px;
}
.find-store .img-map {
  margin-top: 44px;
  padding-left: 45px;
}
.find-store .find-store-phrase {
  margin-top: 160px;
  padding-left: 90px;
}
.find-store .find-store-phrase h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.find-store .find-store-phrase p {
  line-height: 28px;
  margin-bottom: 30px;
}
.find-store .find-store-phrase a {
  border-width: 1px;
  border-style: solid;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  border-color: #ed1d24;
  background-color: #ed1d24;
  color: #fff;
}
.find-store .find-store-phrase a i {
  font-weight: 400;
}
.cms-static-employee {
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cms-static-employee img {
  margin: 0 auto;
}
.cms-static-employee .our-team {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.cms-static-employee .cms-title {
  margin-bottom: 70px;
}
.cms-static-employee .cms-title .title {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.cms-static-employee .employee-title {
  margin-top: 20px;
}
.cms-static-employee .employee-title .name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.cms-static-employee .employee-title .position {
  font-size: 1.4rem;
  line-height: 1.714;
}
.choose.us {
  padding-bottom: 85px;
  border-bottom: 1px solid #ebebeb;
}
.choose.us .choose.primary {
  text-align: center;
  margin-bottom: 66px;
}
.choose.us .choose.primary h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.choose.us .choose.primary p {
  font-size: 14px;
  color: #555555;
}
.choose.us .choose-1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.choose.us .choose-2 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.choose.us .choose-inner {
  text-align: center;
}
.choose.us .choose-inner > div {
  margin-bottom: 28px;
}
.choose.us .choose-inner p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.choose.us .choose-inner .icon-ico {
  display: inline-block;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  font-size: 70px;
  color: #fff;
  background-color: #17b0c7;
  text-align: center;
  line-height: 150px;
}
.choose.us .choose-inner .icon-ico:before {
  font-family: 'icomoon' !important;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .find-store .find-store-phrase {
    margin-top: 130px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .find-store .find-store-phrase {
    margin-top: 70px;
  }
  .choose.us .choose-inner .icon-ico {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-top-about {
    padding-bottom: 45px;
    margin-bottom: 50px;
  }
  .page-top-about .aboutus-image {
    margin-bottom: 45px;
  }
  .page-top-about .aboutus-image img {
    width: 100%;
  }
  .page-top-about .phrase-content .mission {
    margin-bottom: 35px;
  }
  .find-store .find-store-phrase {
    margin-top: 50px;
  }
  .choose.us .choose.primary {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-static-service .cms-title .text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .find-store .img-map {
    padding-left: 0;
    margin-top: 15px;
  }
  .find-store .find-store-phrase {
    padding-left: 0;
    margin-top: 20px;
  }
  .cms-slider-about .text-slide .caption1 {
    font-size: 2rem;
  }
  .cms-static-employee {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cms-static-employee .cms-title {
    margin-bottom: 43px;
  }
  .choose.us {
    padding-bottom: 45px;
  }
  .choose.us .choose-inner > div {
    margin-bottom: 20px;
  }
  .choose.us .choose-inner .icon-ico {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .choose.us .choose-1 .choose-2 {
    width: 50%;
  }
  .choose.us .choose-1 .choose-2:nth-child(2) ~ .choose-2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-top-about {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .page-top-about .aboutus-image {
    margin-bottom: 30px;
  }
  .page-top-about .phrase-content .mission {
    margin-bottom: 22px;
  }
  .page-top-about .phrase-content .phrase h3 {
    font-size: 2.1rem;
  }
  .page-top-about .phrase-content .phrase p {
    font-size: 1.4rem;
  }
  .choose.us {
    padding-bottom: 35px;
  }
  .choose.us .choose.primary {
    margin-bottom: 35px;
  }
  .choose.us .choose.primary h3 {
    font-size: 2.1rem;
  }
  .choose.us .choose.primary p {
    font-size: 1.3rem;
  }
  .find-store .find-store-phrase h3 {
    font-size: 2.1rem;
  }
  .cms-static-employee .cms-title .title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 360px) {
  .cms-slider-about .text-slide .caption1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .cms-slider-about .text-slide .action {
    padding: 0 20px;
    font-size: 1.1rem;
  }
}
.rtl .page-about .brand-people ul li:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .rtl .choose.us .choose-2 {
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .rtl .choose.us .choose-2 {
    width: 50%;
  }
}
.contact-index-index .breadcrumbs {
  margin-bottom: 50px;
}
.contact-index-index .contact-content {
  position: relative;
}
.contact-index-index .contact-content h3.block-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 45px;
}
.contact-index-index .contact-content ul {
  padding: 0;
  margin: 0;
}
.contact-index-index .contact-content ul li {
  list-style-type: none;
}
.contact-index-index .contact-content .store-contact {
  padding-top: 55px;
  padding-bottom: 60px;
}
.contact-index-index .contact-content .store-contact .store-content {
  margin-left: 70px;
  position: relative;
  height: 100%;
  font-family: Rubik, sans-serif;
}
.contact-index-index .contact-content .store-contact .store-content > ul > li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.contact-index-index .contact-content .store-contact .store-content > ul > li .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-index-index .contact-content .store-contact .store-content > ul > li .text {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
}
.contact-index-index .contact-content .store-contact .store-content .link-social {
  font-size: 20px;
}
.contact-index-index .contact-content .store-contact .store-content .link-social .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contact-index-index .contact-content .store-contact .store-content .link-social .link-list .link-icon:not(:last-child) {
  margin-right: 33px;
}
.contact-index-index .contact-content .store-contact .store-content .link-social .link-list .link-icon a {
  color: #909090;
}
.contact-index-index .contact-content .store-contact .store-content .link-social .link-list .link-icon a:hover {
  color: #ed1d24;
}
.contact-index-index .contact-content .google-map {
  margin-bottom: 55px;
}
.contact-index-index .form-primary .field {
  margin-bottom: 20px;
}
.contact-index-index .form-primary .field.required label:after {
  content: "*";
}
.contact-index-index .form-primary .field.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.contact-index-index .form-primary .field.info:before,
.contact-index-index .form-primary .field.info:after {
  display: none;
}
.contact-index-index .form-primary .field.info .name,
.contact-index-index .form-primary .field.info .email,
.contact-index-index .form-primary .field.info .subject {
  width: calc(100%/3);
  padding: 0 12px;
}
.contact-index-index .block-map {
  margin-top: 23px;
}
.contact-index-index .block-map iframe {
  max-width: 100%;
}
.contact-index-index .fieldset {
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 60px;
}
.contact-index-index .fieldset > .field > .label {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact-index-index .fieldset .block-title {
  font-size: 25px;
  font-weight: 700;
  color: #1b1b1b;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  margin-bottom: 35px;
}
.contact-index-index .fieldset .input-text {
  background-color: #f5f5f5;
}
.contact-index-index .column:not(.sidebar-main) .form.contact {
  width: 100%;
}
.contact-index-index .actions-toolbar > .primary .action {
  padding: 0 40px;
}
.contact-index-index .page-wrapper > .page-title-wrapper {
  display: none;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .contact-index-index .contact-content .store-contact .store-content {
    margin-left: 30px;
  }
  .contact-index-index .fieldset {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-index-index .form-primary .field.info .name,
  .contact-index-index .form-primary .field.info .email,
  .contact-index-index .form-primary .field.info .subject {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-index-index .row0 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .contact-index-index .col0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .contact-index-index .form-primary {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .contact-index-index .fieldset {
    padding: 30px 0;
  }
  .contact-index-index .contact-content {
    padding-bottom: 20px;
  }
  .contact-index-index .contact-content .store-contact {
    padding-top: 30px;
    padding-bottom: 0;
    background-clip: content-box;
  }
  .contact-index-index .contact-content .store-contact .store-content {
    margin-left: 0;
  }
  .contact-index-index .contact-content .store-contact .store-content .social-profile {
    position: static;
    margin-top: 50px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    box-shadow: none;
  }
  .contact-index-index .contact-content h3.block-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact-index-index .contact-content h3.block-title {
    font-size: 2rem;
  }
  .contact-index-index .actions-toolbar > .primary .action {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .contact-index-index .contact-content .store-contact .store-content {
    margin-left: 15px;
  }
  .contact-index-index .contact-content .store-contact ul li .text {
    font-size: 1.3rem;
  }
}
.rtl.contact-index-index .contact-content .contact-list li {
  padding-left: 0;
  padding-right: 30px;
}
.rtl.contact-index-index .contact-content .contact-list img {
  left: auto;
  right: 0;
}
.rtl.contact-index-index .contact-content .store-contact .store-content {
  margin-left: 0;
  margin-right: 70px;
}
.rtl.contact-index-index .contact-content .store-contact .store-content .link-social .link-list .link-icon:not(:last-child) {
  margin-right: 0;
  margin-left: 33px;
}
@media screen and (max-width: 1199px) {
  .rtl .contact-index-index .fieldset {
    padding-left: 30px;
    padding-right: 0;
  }
  .rtl.contact-index-index .contact-content .store-contact .store-content {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rtl .contact-index-index .fieldset {
    padding-left: 0;
  }
  .rtl.contact-index-index .contact-content .store-contact .store-content {
    margin-right: 0;
  }
}
.onestepcheckout-index-index .loading-mask {
  display: none;
}
.testimonial-index-index .testimonial-container .action.submit {
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  background-color: #ed1d24;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 25px;
}
.testimonial-index-index .testimonial-container .action.submit:hover {
  background-color: #1b1b1b;
}
.testimonial-index-index .testimonial-container .magiccart-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.testimonial-index-index .testimonial-container .magiccart-testimonials:before,
.testimonial-index-index .testimonial-container .magiccart-testimonials:after {
  display: none;
}
.testimonial-index-index .testimonial-container .magiccart-testimonials .testimonial-items {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}
.testimonial-index-index .testimonial-container .testimonial-item {
  background: #f5f5f5;
  text-align: center;
  padding: 8px 100px 55px;
  position: relative;
  min-height: 500px;
}
.testimonial-index-index .testimonial-container .testimonial-item .icon {
  transform: rotate(180deg);
}
.testimonial-index-index .testimonial-container .testimonial-item .icon::before {
  content: "\f107";
  font-size: 100px;
  color: rgba(237, 29, 36, 0.1);
  font-family: "flaticonv2";
}
.testimonial-index-index .testimonial-container .testimonial-item .testimonial_text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #666666;
  margin-bottom: 35px;
  margin-top: -35px;
}
.testimonial-index-index .testimonial-container .testimonial-item .testimonial_text .magiccart-testimonial-content {
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 25px;
  overflow: hidden;
}
.testimonial-index-index .testimonial-container .testimonial-item .magiccart-testimonial-rating {
  margin-bottom: 25px;
}
.testimonial-index-index .testimonial-container .testimonial-item .magiccart-testimonial-rating .rating-box {
  position: relative;
}
.testimonial-index-index .testimonial-container .testimonial-item .magiccart-testimonial-rating .rating-box::before {
  font-size: 1.4rem;
  height: 14px;
  line-height: 14px;
  color: #666666;
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  font-family: "FontAwesome";
  z-index: 1;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
}
.testimonial-index-index .testimonial-container .testimonial-item .magiccart-testimonial-rating .rating {
  overflow: hidden;
}
.testimonial-index-index .testimonial-container .testimonial-item .magiccart-testimonial-rating .rating::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
  color: #f2c800;
  z-index: 2;
  position: relative;
  font-size: 14px;
  height: 14px;
  display: block;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.testimonial-index-index .testimonial-container .testimonial-item .customer-img {
  margin-bottom: 15px;
}
.testimonial-index-index .testimonial-container .testimonial-item .customer-img img {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonial-index-index .testimonial-container .testimonial-item .customer-info .magiccart-testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #1b1b1b;
  font-family: Rubik, sans-serif;
}
.testimonial-index-index .testimonial-container .testimonial-item .customer-info .magiccart-testimonial-jobandcompany {
  font-size: 13px;
}
.testimonial-index-post .alo-testimonial-submit .field {
  font-family: "Lato", sans-serif;
}
.testimonial-index-post .alo-testimonial-submit .field.field-avatar #image {
  border: none;
  cursor: pointer;
}
.testimonial-index-post .alo-testimonial-submit .field.field-rating .review-field-ratings .review-field-rating .control {
  padding: 2px 0 0 5px;
}
.testimonial-index-post .alo-testimonial-submit #form-validate {
  padding: 35px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.testimonial-index-post .alo-testimonial-submit #form-validate .field-rating #Value_rating_label {
  margin-top: -3px;
  display: inline-block;
  padding-right: 5px;
}
.catalog-product_compare-index .secondary-addto-links .towishlist:hover {
  background-color: #ed1d24;
  color: #ffffff;
  border-color: #ed1d24;
}
.customer-account-logoutsuccess #maincontent .column.main {
  padding-bottom: 0;
  text-align: center;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  display: none;
}
body.account .toolbar.bottom .pages {
  width: fit-content;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
body.account.customer-address-index .block-content .table-wrapper {
  width: 100%;
}
body.account.customer-address-index .block-content .customer-addresses-toolbar {
  width: 100%;
}
body.account.review-customer-view .customer-review .product-media {
  margin-bottom: 20px;
}
body.account.customer-account-index .block-reviews-dashboard .items .item:not(:last-child) {
  margin-bottom: 20px;
}
.login-container,
.form-create-account {
  box-shadow: none;
  margin: 45px auto;
  margin-top: 0;
  width: 100%;
  max-width: 977px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-container:before,
.form-create-account:before,
.login-container:after,
.form-create-account:after {
  display: none;
}
.login-container .block {
  border-width: 1px;
  border-style: solid;
  width: 46% !important;
  padding: 30px 40px;
  margin-bottom: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.login-container .block .block-title strong {
  font-weight: inherit;
}
.login-container .block .block-content p.note,
.login-container .block .block-content .field.note {
  font-size: 1.4rem;
}
.login-container .block .block-content .fieldset .field {
  margin-bottom: 18px;
}
.login-container .block .block-content .fieldset .field.choice {
  margin-bottom: 20px;
}
.login-container .block .block-content .fieldset .field.required .label:after {
  content: "*";
  color: #e02b27;
}
.login-container .block .block-content .fieldset:after {
  margin-top: 20px;
}
.login-container .actions-toolbar .secondary {
  margin-bottom: 20px;
}
.login-container .actions-toolbar .secondary .action.remind {
  font-weight: 700;
  margin-top: 0;
}
.login-container .block-new-customer .action.create {
  display: block;
  text-align: center;
}
.shopbrand-brand-listbrand .characters .filter {
  padding-right: 0;
}
.shopbrand-brand-listbrand .characters .char a:focus,
.shopbrand-brand-listbrand .characters .char a:active,
.shopbrand-brand-listbrand .characters .char a:visited {
  color: #1b1b1b;
}
.shopbrand-brand-listbrand .characters .char a:hover {
  background-color: #ed1d24;
  border-color: #ed1d24;
  color: #ffffff;
}
.form-create-account .block-title {
  border-width: 2px;
  border-style: solid;
  width: 46% !important;
  padding: 30px 40px;
}
.form-create-account .block-title strong {
  font-weight: inherit;
}
.form-create-account .fieldset {
  width: 48%;
  margin-bottom: 0;
  border-width: 1px;
  border-style: solid;
  padding: 30px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form-create-account .fieldset > .field:not(:last-child) {
  margin-bottom: 30px;
}
.form-create-account .fieldset .legend {
  padding-bottom: 0;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  width: auto;
  max-width: unset;
  display: inline-block;
  padding: 0 10px;
}
.password-strength-meter {
  font-size: 1.4rem;
  background-color: #f4f4f4;
  padding: 0 9px;
}
.form-edit-account #password-error {
  margin-bottom: 8px;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.customer-account-login .actions-toolbar,
.customer-account-create .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.customer-account-login .actions-toolbar:before,
.customer-account-create .actions-toolbar:before,
.customer-account-login .actions-toolbar:after,
.customer-account-create .actions-toolbar:after {
  display: none;
}
.customer-account-login .actions-toolbar:before,
.customer-account-create .actions-toolbar:before,
.customer-account-login .actions-toolbar:after,
.customer-account-create .actions-toolbar:after {
  display: none;
}
.customer-account-login .actions-toolbar > .primary,
.customer-account-create .actions-toolbar > .primary {
  width: 100%;
}
.customer-account-login .actions-toolbar > .primary .action,
.customer-account-create .actions-toolbar > .primary .action {
  line-height: 40px;
  width: 100%;
  margin-right: 0;
}
.account .page-header {
  border-bottom: 0;
  margin-bottom: 70px;
}
.account .page-title-wrapper {
  margin-top: 60px;
  margin-top: 0;
}
.account .page-title-wrapper .page-title {
  margin-right: 0;
}
.account .block.block-collapsible-nav {
  margin-bottom: 0;
  position: relative;
}
.account .block.block-collapsible-nav .content {
  border: 1px solid #ebebeb;
  padding: 10px 0;
  padding: 30px;
  display: block;
}
.account .block.block-collapsible-nav .items {
  display: flex;
  flex-wrap: wrap;
}
.account .block.block-collapsible-nav .items .item {
  width: 100%;
  border-bottom: none;
}
.account .block.block-collapsible-nav .items .item.current a,
.account .block.block-collapsible-nav .items .item.current > strong {
  color: #ed1d24;
}
.account .block.block-collapsible-nav .items .item a,
.account .block.block-collapsible-nav .items .item > strong {
  display: block;
  line-height: 35px;
  width: 100%;
  padding: 0;
  color: #555555;
}
.account .block.block-collapsible-nav .items .item a:hover,
.account .block.block-collapsible-nav .items .item > strong:hover {
  color: #ed1d24;
}
.account .block.block-collapsible-nav .item:first-child {
  border-top: none;
}
.account .block.block-collapsible-nav .title {
  display: none;
}
.account .column.main .block-title {
  margin-bottom: 15px;
  font-size: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 400;
}
.account .column.main .block-title > .action {
  font-size: 1.4rem;
  margin-left: 15px;
}
.account .column.main .block-title > strong {
  font-weight: 400;
}
.account .column.main .order-details-items .order-title > strong {
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 400;
}
.account .column.main ul.order-links {
  display: none;
}
.account .return-status,
.account .order-status {
  margin-left: 10px;
}
.account .legend {
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.account .fieldset > .field > label {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.account .fieldset > .field:not(:last-child) {
  margin-bottom: 30px;
}
.account .fieldset > .field.street > .control > .nested .field {
  margin-top: 20px;
}
.account .field.password-info {
  font-size: 1.4rem;
  margin-top: 15px;
  margin-bottom: 30px;
}
.account .field.password-info a {
  font-weight: 700;
}
.account .table td,
.account th {
  vertical-align: baseline;
}
.account .toolbar .toolbar-amount {
  margin-left: 0;
}
.account .table-order-items td.actions {
  display: flex;
}
.form-address-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.form-address-edit > fieldset {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.form-address-edit .actions-toolbar {
  padding-left: 15px;
  padding-right: 15px;
}
.sales-order-view .order-actions-toolbar .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sales-order-view .order-actions-toolbar .actions:before,
.sales-order-view .order-actions-toolbar .actions:after {
  display: none;
}
.sales-order-view .order-actions-toolbar .actions a {
  color: #1b1b1b;
}
.sales-order-view .order-actions-toolbar .actions a:hover {
  color: #ed1d24;
}
.customer-account-index .order-actions-toolbar .action,
.sales-order-view .order-actions-toolbar .action,
.customer-address-index .order-actions-toolbar .action {
  text-decoration: underline;
}
.customer-account-index .order-actions-toolbar .action:hover,
.sales-order-view .order-actions-toolbar .action:hover,
.customer-address-index .order-actions-toolbar .action:hover {
  text-decoration: none;
}
.customer-account-index .column.main .block.block-dashboard-orders .block-content,
.sales-order-view .column.main .block.block-dashboard-orders .block-content,
.customer-address-index .column.main .block.block-dashboard-orders .block-content {
  display: block;
}
.customer-account-index .column.main .block .block-content,
.sales-order-view .column.main .block .block-content,
.customer-address-index .column.main .block .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer-account-index .column.main .block .block-content:before,
.sales-order-view .column.main .block .block-content:before,
.customer-address-index .column.main .block .block-content:before,
.customer-account-index .column.main .block .block-content:after,
.sales-order-view .column.main .block .block-content:after,
.customer-address-index .column.main .block .block-content:after {
  display: none;
}
.customer-account-index .column.main .block .block-content .box,
.sales-order-view .column.main .block .block-content .box,
.customer-address-index .column.main .block .block-content .box {
  width: 48%;
  border: 1px solid #ebebeb;
}
.customer-account-index .column.main .block .block-content .box:nth-child(2) ~ .box,
.sales-order-view .column.main .block .block-content .box:nth-child(2) ~ .box,
.customer-address-index .column.main .block .block-content .box:nth-child(2) ~ .box {
  margin-top: 60px;
}
.customer-account-index .column.main .block .block-content .box .box-title,
.sales-order-view .column.main .block .block-content .box .box-title,
.customer-address-index .column.main .block .block-content .box .box-title,
.customer-account-index .column.main .block .block-content .box .box-title span,
.sales-order-view .column.main .block .block-content .box .box-title span,
.customer-address-index .column.main .block .block-content .box .box-title span {
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
}
.customer-account-index .column.main .block .block-content .box .box-title,
.sales-order-view .column.main .block .block-content .box .box-title,
.customer-address-index .column.main .block .block-content .box .box-title {
  background-color: #f5f5f5;
  margin: 0;
  padding: 10px 15px;
  display: block;
}
.customer-account-index .column.main .block .block-content .box .box-content,
.sales-order-view .column.main .block .block-content .box .box-content,
.customer-address-index .column.main .block .block-content .box .box-content {
  border-top: 0;
  font-size: 1.3rem;
  min-height: 135px;
  padding: 20px 15px;
}
.customer-account-index .column.main .block .block-content .box .box-actions,
.sales-order-view .column.main .block .block-content .box .box-actions,
.customer-address-index .column.main .block .block-content .box .box-actions {
  background-color: #f5f5f5;
  border-top: 0;
  margin: 0;
  padding: 10px 15px;
  display: flex;
}
.customer-account-index .column.main .block .block-content .box .action.edit,
.sales-order-view .column.main .block .block-content .box .action.edit,
.customer-address-index .column.main .block .block-content .box .action.edit {
  color: #e51717;
  margin-right: 10px;
}
.customer-account-index .column.main .block .block-content .box .action.edit:hover,
.sales-order-view .column.main .block .block-content .box .action.edit:hover,
.customer-address-index .column.main .block .block-content .box .action.edit:hover {
  color: #1b1b1b;
}
.table-order-items .mark {
  background: transparent;
}
.table:not(.cart):not(.totals) tfoot .mark {
  text-align: left;
}
.wishlist-index-index .notify-slider .slider > .item {
  width: 350px;
  margin-left: 0;
}
.wishlist-index-index .notify-slider .product-item-info {
  width: 100%;
}
.wishlist-index-index .column.main {
  position: relative;
}
.wishlist-index-index .column.main .wishlist-toolbar {
  position: static;
}
.wishlist-index-index .column.main .wishlist-toolbar > .pager .pages {
  bottom: 0;
  position: absolute;
}
.wishlist-index-index .form-wishlist-items {
  margin-bottom: 60px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item {
  width: calc(100%/3);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  float: left;
  margin-bottom: 50px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-image-photo {
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-image-container {
  width: 100% !important;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-reviews-summary {
  justify-content: flex-start;
  display: none;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset:before,
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset:after {
  display: none;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty .label {
  margin: 0;
  margin-right: 10px;
  display: none;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty .control {
  margin-bottom: 5px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty input.qty {
  width: 70px;
  height: 40px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .product-item-actions {
  margin-top: 0;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-comment {
  line-height: 25px;
  height: 60px;
  padding: 0 10px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-info {
  width: 100%;
  position: relative;
  padding: 0;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions {
  margin-top: 0;
  position: absolute;
  top: 4px;
  z-index: 3;
  right: 10px;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions a.action {
  color: #aaa;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions a.action span {
  display: none;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions a.action:hover {
  color: #1b1b1b;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions a.action:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.5rem;
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions a.action.edit:before {
  content: "\f040";
}
.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions a.action.delete:before {
  content: "\f00d";
}
.wishlist-index-index .cms-static-mix-custom-product .product-item-info {
  width: 100%;
}
.wishlist-index-index .wishlist-toolbar .pager {
  border-width: 1px;
  border-style: solid;
  padding: 5px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
}
.wishlist-index-index .wishlist-toolbar .pager .toolbar-amount {
  padding-top: 3px;
  vertical-align: middle;
}
.wishlist-index-index .wishlist-toolbar .pager .limiter {
  display: inline-block;
}
.wishlist-index-index .wishlist-toolbar .pager .limiter strong.limiter-options {
  padding: 0;
}
.wishlist-index-index .wishlist-toolbar .pager .limiter #limiter {
  width: 70px;
  height: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .actions-primary .action {
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #ed1d24;
  border-color: #ed1d24;
  color: #ffffff;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .actions-primary .action:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary .action {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  color: #555;
  width: auto;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary .action span {
  display: block;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary .action.tocart:before {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary .action:hover {
  background-color: #ed1d24;
  border-color: #ed1d24;
  color: #fff;
}
.products-grid.wishlist .product-item .price-box {
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-name {
  margin-bottom: 10px;
}
.gdpr-customer-index .column.main .actions-toolbar {
  margin-top: 30px;
}
.newsletter-manage-index .column.main form:not(:last-child) {
  margin-bottom: 60px;
}
.newsletter-manage-index .column.main .actions-toolbar {
  margin-top: 20px;
}
.form-address-edit > .fieldset:first-child {
  margin-bottom: 40px;
}
.table.comparison.headings {
  display: none;
}
.product-reviews-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-reviews-summary:before,
.product-reviews-summary:after {
  display: none;
}
.product-reviews-summary .rating-summary {
  margin-right: 7px;
}
.print-compare .action.print {
  margin-bottom: 10px;
}
.action.print {
  color: #06c;
}
.page-title-wrapper {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.cms-index-index .modal-popup.modals-quickview .page-title-wrapper {
  display: block;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  position: relative;
}
.opc-wrapper .step-title:after,
.opc-block-shipping-information .shipping-information-title:after,
.opc-block-summary > .title:after,
.checkout-agreements-items .checkout-agreements-item-title:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #ef1e1e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.catalog-product_compare-index .page-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
}
.catalog-product_compare-index .product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.catalog-product_compare-index .actions-secondary {
  margin-left: 15px;
}
.catalog-product_compare-index .product-item .actions-primary .action,
.catalog-product_compare-index .product-item .actions-secondary .action {
  box-shadow: none !important;
}
.table-wrapper.comparison::-webkit-scrollbar {
  height: 3px;
  border-radius: 3px;
}
.table-wrapper.comparison::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  border-radius: 3px;
}
.table-wrapper.comparison::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 3px;
}
.table-wrapper.comparison {
  margin-bottom: 60px;
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  border-right: 0;
}
.table-wrapper.comparison .table.table-comparison thead tr td.remove {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.table-wrapper.comparison .table.table-comparison tbody tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.table-wrapper.comparison .table.table-comparison tr.cell,
.table-wrapper.comparison .table.table-comparison td.cell {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.table.table-comparison {
  border-collapse: separate;
  margin-bottom: 0;
}
.table.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
}
.table.table-comparison .action.tocart {
  font-size: 2.1rem;
  font-weight: 400;
}
.table.table-comparison .product-image-container .product-image-wrapper .product-image-photo {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.table.table-comparison .product-item-photo:hover .product-image-photo.thumbnail {
  top: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.table.table-comparison .action.tocart {
  padding: 0;
}
.table.table-comparison .secondary-addto-links {
  margin-top: 20px;
  margin-left: 0;
  text-decoration: underline;
}
.table.table-comparison .cell {
  width: 195px;
}
.table.table-comparison .cell.label {
  background-color: #f3f5f6;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  font-weight: 600;
}
.table.table-comparison .cell.product.attribute .value {
  text-align: justify;
}
.table-wrapper.orders-recent .actions a {
  color: #ed1d24;
  position: relative;
}
.table-wrapper.orders-recent .actions a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background-color: #ed1d24;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.table-wrapper.orders-recent .actions a:hover::before {
  width: 100%;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-size: 1.6rem;
}
.account .customer-review .product-media {
  float: none;
  margin-right: 0;
}
#opc-new-shipping-address {
  padding-top: 30px;
}
.form.password.forget {
  min-width: 600px;
  max-width: 710px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.form.password.forget .captcha-image .captcha-img {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 46px;
}
.customer-account-forgotpassword .page-title-wrapper {
  margin-bottom: 0;
}
.form.password.forget > .fieldset .field.note {
  text-align: center;
  margin-bottom: 50px;
}
.form.password.forget > .actions-toolbar {
  margin-top: 15px;
  text-align: center;
}
.form.password.forget > .actions-toolbar .primary {
  float: none;
  text-align: center;
  width: 100%;
}
.form.password.forget > .fieldset .control.captcha {
  text-align: center;
}
.form.password.forget > .fieldset .control.captcha > .input-text {
  margin-bottom: 18px;
}
.form.password.forget > .actions-toolbar .primary .action.submit {
  padding: 0 25px;
  width: 100%;
  font-weight: 700;
}
.form.search.advanced {
  min-width: 600px;
  max-width: 710px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.form.search.advanced > .fieldset > .legend {
  display: none;
}
.form.search.advanced .field.price .range.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form.search.advanced .field.price .range.price:before,
.form.search.advanced .field.price .range.price:after {
  display: none;
}
.form.search.advanced .field.price .range.price > .field {
  flex: 1;
}
.form.search.advanced .group.price .addon .addafter {
  padding-top: 11px;
}
.form.search.advanced select {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form.search.advanced > .actions-toolbar {
  margin-top: 20px;
}
.form.search.advanced > .actions-toolbar > .primary {
  float: none;
  display: block;
}
.form.search.advanced > .actions-toolbar > .primary .action.search {
  padding: 0 25px;
  width: 100%;
  font-weight: 700;
}
.alo-testimonial-submit .form {
  min-width: 600px;
  max-width: 710px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
/* responsive */
@media screen and (max-width: 1479px) {
  .testimonial-index-index .testimonial-container .testimonial-item {
    padding: 8px 50px 55px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty .control,
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty input.qty {
    width: 100%;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .product-item-actions {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary .action {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-index-index .testimonial-container .magiccart-testimonials .testimonial-items {
    width: 50%;
  }
  [class*="page-layout-2columns-"].account .sidebar-sticky {
    width: 100%;
    margin-bottom: 30px;
  }
  .account .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .account .columns .sidebar-sticky {
    position: static;
  }
  .account .sidebar.sidebar-main {
    position: static;
    width: 100% !important;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  .account .column.main {
    margin-bottom: 30px;
  }
  .account .column.main .toolbar {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .account .column.main .toolbar .pages {
    right: 0;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-image-container {
    max-width: none;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-photo {
    margin-right: 0;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-name,
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-tooltip,
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .primary,
  .wishlist-index-index .form-wishlist-items .actions-toolbar .secondary {
    width: 100%;
  }
  .wishlist-index-index .column.main .actions-toolbar > .primary .action {
    width: 100%;
  }
  .wishlist-index-index .column.main .actions-toolbar > .primary .action:not(:first-child) {
    margin-top: 10px;
  }
  .toolbar.wishlist-toolbar {
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .form.password.forget {
    min-width: initial;
    width: 100%;
    padding-bottom: 10px;
  }
  .form.password.forget > .fieldset .field.note {
    margin-bottom: 28px;
  }
  .customer-account-logoutsuccess #maincontent .column.main {
    min-height: 200px;
  }
  .review-customer-index .products-reviews-toolbar .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .review-customer-index .products-reviews-toolbar .pager:before,
  .review-customer-index .products-reviews-toolbar .pager:after {
    display: none;
  }
  .review-customer-index .products-reviews-toolbar .pager .limiter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.account.review-customer-index .toolbar.bottom .pages {
    width: 100%;
    transform: translate(0, 0);
    order: 1;
    margin-top: 50px;
  }
  .wishlist-index-index .columns .column.main {
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
  .testimonial-index-index .testimonial-container .magiccart-testimonials .testimonial-items {
    width: 100%;
  }
  .form.search.advanced {
    min-width: initial;
    width: 100%;
  }
  .alo-testimonial-submit .form {
    min-width: initial;
    width: 100%;
  }
  .item-options-container .col[data-th="Product Name"]:before,
  .item-options-container .col[data-th="Price"]:before {
    display: none;
  }
  .item-options-container .col.subtotal {
    display: none !important;
  }
  .account .page-title-wrapper {
    margin-bottom: 40px;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:first-child .item-options {
    width: 100%;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.label:before {
    display: none;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr + tr.item-options-container {
    margin-top: 0;
  }
  .sales-order-history .column.main .toolbar .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .sales-order-history .column.main .toolbar .pager:before,
  .sales-order-history .column.main .toolbar .pager:after {
    display: none;
  }
  .sales-order-history .column.main .toolbar .pager .pages {
    order: 1;
    top: auto;
    transform: translateY(0);
    margin-top: 35px;
    width: 100%;
  }
  .customer-account-edit .field-tooltip .field-tooltip-action:before {
    display: none;
  }
  body .form-create-account .fieldset {
    width: 100%;
  }
  body .form-create-account .fieldset.account {
    margin-top: 30px;
  }
  body .form-create-account .fieldset .legend {
    padding-top: 0;
    font-size: 2rem;
  }
  body .form-create-account .fieldset > .field:not(:last-child) {
    margin-bottom: 20px;
  }
  body .login-container .block {
    width: 100% !important;
  }
  body .login-container .block:first-child:before,
  body .login-container .block:first-child:after {
    display: none;
  }
  body .login-container .block.block-customer-login {
    margin-bottom: 30px;
  }
  body .login-container .fieldset:after {
    text-align: left;
  }
  body.account .page-main {
    padding-top: 0;
  }
  body.account .products-grid.wishlist {
    margin-right: 0;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison),
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col:before,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col:before {
    content: attr(data-th) ": ";
    margin-right: 10px;
    font-weight: bold;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.qty .items-qty .title,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.qty .items-qty .title {
    display: none;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr + tr,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr + tr {
    margin-top: 20px;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th {
    padding-top: 20px;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr th,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr th,
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td {
    padding: 10px 0;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount,
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col {
    align-items: center;
  }
  .wishlist-index-index .form-wishlist-items {
    margin-bottom: 0;
  }
  .wishlist-index-index .wishlist-toolbar .pager .toolbar-amount {
    float: left;
  }
  .wishlist-index-index .wishlist-toolbar .pager .limiter {
    float: right;
  }
  .customer-account-index .column.main .block .block-content .box,
  .sales-order-view .column.main .block .block-content .box,
  .customer-address-index .column.main .block .block-content .box {
    width: 100%;
  }
  .customer-account-index .column.main .block .block-content .box:not(:first-child),
  .sales-order-view .column.main .block .block-content .box:not(:first-child),
  .customer-address-index .column.main .block .block-content .box:not(:first-child) {
    margin-top: 40px;
  }
  body.account .column.main .block-title {
    font-size: 2rem;
  }
  body.account .legend {
    font-size: 2rem;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-photo {
    float: none;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .multishipping-checkout-login .login-container .fieldset:after {
    text-align: left;
  }
  .opc-estimated-wrapper {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border-bottom: none;
  }
  .opc-estimated-wrapper .estimated-block {
    font-weight: 400;
    float: none;
  }
  .opc-estimated-wrapper:before,
  .opc-estimated-wrapper:after {
    display: none;
  }
  .opc-estimated-wrapper button.action {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    color: #000;
    height: auto;
    line-height: inherit;
    border-radius: 0;
    min-width: auto;
  }
  .modal-custom.custom-slide {
    left: 0;
  }
  .modal-custom.custom-slide .modal-inner-wrap {
    overflow-x: hidden;
  }
  .modal-custom.custom-slide .action-close {
    height: 20px;
    width: 20px;
    background: transparent;
    border: none;
    color: #000;
  }
  .modal-custom.custom-slide .action-close:hover {
    background: transparent;
    border: none;
    color: #000;
  }
}
@media screen and (max-width: 639px) {
  .wishlist-index-index .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
  .wishlist-index-index .wishlist-toolbar .pager .limiter {
    clear: unset;
  }
  body .products-grid.wishlist .product-item {
    border-bottom: none;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-index-index .testimonial-container .magiccart-testimonials {
    margin: 0;
  }
  .testimonial-index-index .testimonial-container .magiccart-testimonials .testimonial-items {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .form.password.forget .captcha-image .captcha-reload {
    width: 100%;
    margin-top: 30px;
  }
  .form-address-edit > fieldset {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-account-login .actions-toolbar > .primary,
  .customer-account-create .actions-toolbar > .primary {
    width: 100%;
  }
  .customer-account-login .actions-toolbar > .primary .action,
  .customer-account-create .actions-toolbar > .primary .action {
    width: 100%;
    text-align: center;
  }
  body .form-create-account .fieldset .legend {
    font-size: 1.6rem;
  }
  body .login-container .block .block-title,
  .form-create-account .block-title {
    font-size: 1.6rem;
  }
  body .login-container .actions-toolbar > div:not(:first-child) {
    margin-top: 7px;
  }
  body.account .toolbar {
    margin-bottom: 0;
  }
  body.account .column.main .block-title {
    font-size: 1.8rem;
  }
  body.account .column.main .block-title > .action {
    font-size: 1.4rem;
  }
  body.account .column.main .actions-toolbar > .primary .action {
    width: 100%;
    text-align: center;
  }
  body.account .column.main .order-details-items .order-title > strong {
    font-size: 1.8rem;
  }
  body.account .block.block-collapsible-nav .items .item a,
  body.account .block.block-collapsible-nav .items .item > strong {
    font-size: 1.4rem;
  }
  body.account .legend {
    font-size: 1.8rem;
  }
  .customer-account-index .column.main .block .block-content,
  .sales-order-view .column.main .block .block-content,
  .customer-address-index .column.main .block .block-content {
    font-size: 1.4rem;
  }
  .customer-account-index .column.main .block .block-content .box .box-title,
  .sales-order-view .column.main .block .block-content .box .box-title,
  .customer-address-index .column.main .block .block-content .box .box-title {
    font-size: 1.4rem;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    font-size: 1.4rem;
  }
  body .cart-summary {
    margin-top: 40px;
  }
  .multishipping-checkout-login .actions-toolbar > .primary .action {
    width: 100%;
  }
  .catalog-product_compare-index .table-comparison th.cell {
    font-size: 1.4rem;
  }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 1.4rem;
  }
  .account .customer-review .product-media {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .login-container .block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-create-account .fieldset {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-name {
    font-size: 1.3rem;
  }
  .wishlist-index-index .wishlist-toolbar .pager .limiter {
    width: 100%;
    text-align: left;
    padding-bottom: 3px;
  }
  .wishlist-index-index .wishlist-toolbar .pager .toolbar-amount {
    padding-bottom: 5px;
  }
}
.rtl.sales-order-view .order-links .item {
  margin-right: 0;
}
.rtl.account .table-wrapper .action {
  margin-right: 0;
  margin-left: 15px;
}
.rtl.account .block.block-collapsible-nav .items .item a,
.rtl.account .block.block-collapsible-nav .items .item > strong {
  border-left: none;
  border-right: solid 2px transparent;
}
.rtl.account .column.main .block-title > .action {
  margin-left: 0;
  margin-right: 15px;
}
.rtl.account .toolbar .toolbar-amount {
  float: right;
}
.rtl .rating-summary .label {
  margin-right: 0;
  margin-left: 10px;
}
.rtl.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner > .product-item-actions {
  right: auto;
  left: 10px;
  display: flex;
}
.rtl.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl.wishlist-index-index .products-grid.wishlist .product-item-actions > * {
  margin-right: 0;
}
.rtl.wishlist-index-index .products-grid.wishlist .product-item-actions .action:not(:last-child) {
  margin-left: 15px;
}
.rtl.customer-account-index .column.main .block .block-content .box .action.edit,
.rtl.sales-order-view .column.main .block .block-content .box .action.edit,
.rtl.customer-address-index .column.main .block .block-content .box .action.edit {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .table:not(.cart):not(.totals) tfoot .mark {
  text-align: right;
}
.rtl body.account .toolbar.bottom .pages {
  right: auto;
  left: 40px;
}
.rtl .abs-pager-toolbar .limiter,
.rtl .account .toolbar .limiter,
.rtl .toolbar-wishlist-results .limiter,
.rtl .toolbar-giftregistry-results .limiter {
  float: left;
}
.rtl .opc-wrapper .step-title:after,
.rtl .opc-block-shipping-information .shipping-information-title:after,
.rtl .opc-block-summary > .title:after,
.rtl .checkout-agreements-items .checkout-agreements-item-title:after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .rtl.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .rtl .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col:before {
    margin-right: 0;
    margin-left: 10px;
  }
  .rtl .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    float: right;
    text-align: right;
  }
  .rtl .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .rtl.account .column.main .actions-toolbar > .primary {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .rtl .wishlist-index-index .wishlist-toolbar .pager .limiter {
    text-align: right;
  }
}
.cms-static-404 {
  margin-top: 100px;
  margin-bottom: 105px;
}
.cms-static-404 .row {
  align-items: center;
}
.cms-static-404 img {
  margin-left: auto;
  margin-right: 0;
}
.cms-static-404 .cms-title .title {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.cms-static-404 .cms-title .text {
  margin-bottom: 5px;
}
.cms-static-404 .cms-title a {
  font-weight: 700;
}
/* responsive */
@media screen and (max-width: 991px) {
  .cms-static-404 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cms-static-404 .cms-title .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cms-static-404 img {
    margin: 0 auto;
  }
  .cms-static-404 .cms-img {
    margin-bottom: 20px;
  }
  .cms-static-404 .cms-title {
    text-align: center;
  }
}
.rtl .cms-static-404 img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .rtl .cms-static-404 img {
    margin: 0 auto;
  }
}
.page-faq input[type="radio"] {
  display: none;
}
.page-faq .content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #747474;
}
.page-faq input:checked ~ .content {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
  margin-bottom: 25px;
}
.page-faq input:checked ~ label {
  cursor: default;
  font-weight: 600;
}
.page-faq input:checked ~ label:before {
  content: "-";
  background-color: #303030;
  color: #fff;
  font-weight: 400;
}
.page-faq label {
  color: #000;
  display: block;
  padding: 15px 0;
  padding-right: 25px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.page-faq label:before {
  content: "+";
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  bottom: 0;
  background: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.page-faq .content-wrapper:not(:first-child) label {
  border-top: solid 1px #e9e9e9;
}
.rtl .page-faq label {
  padding-right: 0;
  padding-left: 23px;
}
.rtl .page-faq label:before {
  right: auto;
  left: 0;
}
.lookbook-item {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.lookbook-item:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}
.lookbook-item .row {
  align-items: center;
}
.lookbook-item .cms-title {
  max-width: 460px;
  margin: 0 auto;
}
.lookbook-item .cms-title .title {
  margin-bottom: 20px;
  font-size: 3.6rem;
}
.lookbook-item .cms-title .text {
  margin-bottom: 35px;
  font-size: 1.6rem;
}
.lookbook-item .title.item {
  display: none;
}
/* responsive */
@media screen and (max-width: 767px) {
  .lookbook-item .cms-img {
    margin-bottom: 30px;
  }
  .lookbook-item .cms-title .title {
    font-size: 2.8rem;
  }
  .lookbook-item .cms-title .text {
    font-size: 1.5rem;
  }
  .lookbook-item:nth-child(2) .cms-img {
    order: 1;
  }
  .lookbook-item:nth-child(2) .cms-content {
    order: 2;
  }
}
@media screen and (max-width: 360px) {
  .lookbook-item .cms-title .title {
    font-size: 2rem;
  }
}
.cms-page-view .column.main .toggle-tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
}
.cms-page-view .column.main .toggle-tab:before {
  content: "\f107";
  font-family: "FontAwesome";
}
.cms-page-view .column.main .item-content {
  position: relative;
}
.cms-page-view .column.main .toggle-content {
  display: none;
}
.cms-page-view .column.main .toggle-content.visible {
  display: block;
}
.cms-shipping-delivery .page-title-wrapper,
.cms-privacy-policy .page-title-wrapper,
.cms-terms-conditions .page-title-wrapper,
.cms-returns-exchanges .page-title-wrapper {
  display: none;
}
.terms-condition,
.return-exchange,
.shipping-delivery,
.privacy_policy {
  margin-bottom: 50px;
}
.terms-condition h2,
.return-exchange h2,
.shipping-delivery h2,
.privacy_policy h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.terms-condition h3,
.return-exchange h3,
.shipping-delivery h3,
.privacy_policy h3 {
  font-size: 1.8rem;
  margin-bottom: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.terms-condition p + h3,
.return-exchange p + h3,
.shipping-delivery p + h3,
.privacy_policy p + h3 {
  margin-top: 40px;
}
.terms-condition p,
.return-exchange p,
.shipping-delivery p,
.privacy_policy p {
  margin-bottom: 15px;
}
.cms-privacy-cookie .privacy-policy {
  line-height: 25px;
}
.cms-privacy-cookie .privacy-policy h2 {
  margin: 30px 0 10px;
}
.cms-privacy-cookie .privacy-policy table th,
.cms-privacy-cookie .privacy-policy table td {
  border-width: 2px;
  border-style: solid;
  border-color: #dddddd;
}
.cms-privacy-cookie .privacy-policy table th {
  font-weight: 600;
}
/* responsive */
@media screen and (max-width: 767px) {
  .terms-condition,
  .return-exchange,
  .shipping-delivery,
  .privacy_policy {
    margin-bottom: 20px;
  }
  .terms-condition h2,
  .return-exchange h2,
  .shipping-delivery h2,
  .privacy_policy h2 {
    font-size: 1.8rem;
  }
  .terms-condition h3,
  .return-exchange h3,
  .shipping-delivery h3,
  .privacy_policy h3 {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_AjaxCompare%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_AjaxWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_Categories%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_Gdpr%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_InfiniteScroll%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_Layerednav%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_Productzoom%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_SpeedOptimizer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_skeleton.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pagelayout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_popup-customer-login.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_socialprofile.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_recentorder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_gridview.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_filters-toggle.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Alothemes%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_alothemes.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Lookbook%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_Ajaxcart%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_Nextprevious%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_Stickycart%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Magicproduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Shopbrand%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagepow_OnestepCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Magicslider%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Testimonial%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagiccart_Magicmenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_mixin.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%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%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_reset.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_progessbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_variable.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_config.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_category.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_blog.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_customer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_animation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_countdown.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_label.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_loading.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_swatch.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fconfig%5C%2F_tab.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_menu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_breadcrumb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_social.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_about.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_contact.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_error404.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_faq.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_lookbook.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAlothemes%5C%2Fdimita2%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_term.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CSAAS%3BACcL%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%3BEMlBA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BELtGD%2CYAAA%3B%3BAKqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BELrHD%2CcAAA%3B%3BAK0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL%5C%2FHD%2CcAAA%3B%3BAKpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BELYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BELtGD%2CYAAA%3B%3BAKRA%2CMAAM%3BELQN%2CYAAA%3BEKNI%2CsBAAA%3B%3BAAGJ%3BELGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CcAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CcAAA%3B%3BAKEA%2CKAAK%3BELFL%2CmBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CmBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAKsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAMhRA%2CoBAYI%3BAC5BJ%2CyBAmCI%2CsBAqBI%2CQAAO%3BACrCf%2CQAAC%3BACiOD%3BAC7MA%3BAC2EY%2C0BAXR%2CUAEK%2COASI%3BAChHb%2CcAmBI%3BACsHJ%2COAAC%2CQACG%3BACWJ%2CeACI%3BAC7HJ%2CYAGI%3BACIJ%3BACxBA%3BACVA%2CcAII%3BAAHJ%2CqBAGI%3BACHR%2CYA4CI%2CcAII%3BAC0DJ%2COAAC%2CQACG%3BEpBoLJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAOtGA%2CoBAYI%2CWevBF%3BAdLF%2CyBAmCI%2CsBAqBI%2CQAAO%2CMcnDb%3BAbcF%2CQAAC%2CMadC%3BAZ%2BOF%2CYY%5C%2FOE%3BAXkCF%2CMWlCE%3BAV6GU%2C0BAXR%2CUAEK%2COASI%2CMU7GX%3BATHF%2CcAmBI%2CWShBF%3BARsIF%2COAAC%2CQACG%2CGQvIF%3BAPkJF%2CeACI%2CwBOnJF%3BANsBF%2CYAGI%2CKMzBF%3BAL6BF%2CiBK7BE%3BAJKF%2C0BILE%3BAHLF%2CcAII%2CcGCF%3BAHJF%2CqBAGI%2CcGCF%3BAFJN%2CYA4CI%2CcAII%2CQE5CF%3BADsGF%2COAAC%2CQACG%2CGCvGF%3BEACE%2CSAAA%3B%3BAAwhBR%3BAF1ZoB%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%3BEfrFjB%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BEIxHA%2CqBAAA%3BEJwHA%2CkBAAA%3B%3BAI5MA%2CuBAAC%3BAACD%2CuBAAC%3BAiBycL%2CyBjB1cK%3BAiB0cL%2CyBjBzcK%3BAe%2BCe%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfhDhB%3BAegDe%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMf%5C%2FChB%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAiB6bL%2CyBjB7bK%3BAemCe%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfnChB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAiB%2BavB%2CyBjBjbK%3BAiBibL%2CyBjBhbK%3BAACD%2CQAAQ%2CUiB%2BaZ%3BAF1ZoB%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfvBhB%3BAeuBe%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMftBhB%3BAACD%2CQAAQ%2CUeqBQ%2CaAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%3BEnB4JjB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAiBkXL%2CyBjBpXK%3BAiBoXL%2CyBjBnXK%3BAiBmXL%2CyBjBlXK%3BAexCe%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfsChB%3BAetCe%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfuChB%3BAevCe%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfwChB%3BEACG%2CqBAAA%3B%3BAkB5KJ%2CcAuEI%2CcD%5C%2FCJ%3BAPuCA%2CKAAK%2CcAmED%2CcO1GJ%3BAEwEA%2CgCA4BI%2CSACI%2CcFrGR%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAC3BJ%2CcAuEI%2CcD%5C%2FCJ%2CGAIK%3BAPmCL%2CKAAK%2CcAmED%2CcO1GJ%2CGAIK%3BAEoEL%2CgCA4BI%2CSACI%2CcFrGR%2CGAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAC7BR%2CcAuEI%2CcDvCJ%3BAP%2BBA%2CKAAK%2CcAmED%2CcOlGJ%3BAEgEA%2CgCA4BI%2CSACI%2CcF7FR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAZkDJ%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEYqCzB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAfMA%2CcACI%3BAGicJ%2CcACI%3BAEtZJ%2C8BACI%3BAEYR%2COAEI%3BAW5IA%2CeACI%3BADmBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAH4DR%2COAEI%3BECRA%2CmBAAA%3B%3BAfnBA%2CcACI%2CaeeF%3BAZkbF%2CcACI%2CaYnbF%3BAV6BF%2C8BACI%2CaU9BF%3BAR0CN%2COAEI%2CaQ5CE%3BAGhGF%2CeACI%2CaH%2BFF%3BAE5EF%2C2BACI%2CaF2EF%3BAEpDF%2CgCACI%2CaFmDF%3BADSN%2COAEI%2CaCXE%3BErB2IF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAyB9RA%2CwBACI%2COJ6JJ%2CaACM%3BAfgEN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSepElB%2CaACM%3BAfiEN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSepElB%2CaACM%3BAChKN%2CcD%2BJA%2CaACM%3BAT%5C%2FJN%2CcACI%2COS6JJ%2CaACM%3BAKjGV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSL8Fd%2CaACM%3BEACE%2CiBAAA%3B%3BAIhKR%2CwBACI%2COJkKJ%2CWACM%3BAf2DN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSe%5C%2FDlB%2CWACM%3BAf4DN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSe%5C%2FDlB%2CWACM%3BACrKN%2CcDoKA%2CWACM%3BATpKN%2CcACI%2COSkKJ%2CWACM%3BAKtGV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSLmGd%2CWACM%3BErB0HN%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyB9RA%2CwBACI%2COJkKJ%2CWAIM%3BAfwDN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSe%5C%2FDlB%2CWAIM%3BAfyDN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSe%5C%2FDlB%2CWAIM%3BACxKN%2CcDoKA%2CWAIM%3BATvKN%2CcACI%2COSkKJ%2CWAIM%3BAKzGV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSLmGd%2CWAIM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAIzKR%2CwBACI%2COJ2KJ%2CeACI%2CEAAC%3BAfkDL%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSetDlB%2CeACI%2CEAAC%3BAfmDL%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSetDlB%2CeACI%2CEAAC%3BAC9KL%2CcD6KA%2CeACI%2CEAAC%3BAT7KL%2CcACI%2COS2KJ%2CeACI%2CEAAC%3BAK%5C%2FGT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSL4Gd%2CeACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAI9KR%2CwBACI%2COJ2KJ%2CeAII%3BAf%2BCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSetDlB%2CeAII%3BAfgDJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSetDlB%2CeAII%3BACjLJ%2CcD6KA%2CeAII%3BAThLJ%2CcACI%2COS2KJ%2CeAII%3BAKlHR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSL4Gd%2CeAII%3BEACI%2CmBAAA%3B%3BAVpFJ%2CSAAC%3BAYvEL%3BEIqBA%2CqBAAA%3BEACA%2CkBAAA%3B%3BA3BFA%2CoBAAC%3BAACD%2CoBAAC%3BAWkDG%2CSAAC%2CSXnDJ%3BAWmDG%2CSAAC%2CSXlDJ%3BAuBrBD%2CqBvBoBC%3BAuBpBD%2CqBvBqBC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAW6CG%2CSAAC%2CSX7CJ%3BAuB1BD%2CqBvB0BC%3BEACG%2CWAAA%3B%3BAqByIR%2CoBM5II%3BAhB%2BCI%2CSAAC%2CSgB%5C%2FCL%3BAJxBA%2CqBIwBA%3BEAEI%2CeAAA%3BE3B8OJ%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAjByBG%2CSAAC%2CSgB%5C%2FCL%2CeCsBC%3BAL9CD%2CqBIwBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BzPgB%2CO7ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAjBYD%2CSAAC%2CSgB%5C%2FCL%2CeCkCC%2CMACI%3BAL3DL%2CqBIwBA%2CeCkCC%2CMACI%3BE5B6ML%2CcAAA%3B%3BA4BvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAjBMD%2CSAAC%2CSgB%5C%2FCL%2CeCwCC%2COACI%3BALjEL%2CqBIwBA%2CeCwCC%2COACI%3BE5BuML%2CcAAA%3B%3BA2BqEA%2CoBArTA%2CeAqTC%3BAhBtQG%2CSAAC%2CSgB%5C%2FCL%2CeAqTC%3BAJ7UD%2CqBIwBA%2CeAqTC%3BE3BrED%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAjByBG%2CSAAC%2CSgB%5C%2FCL%2CeAqTC%2COC%5C%2FRA%3BAL9CD%2CqBIwBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BxOc%2CO7BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAjBYD%2CSAAC%2CSgB%5C%2FCL%2CeAqTC%2COCnRA%2CMACI%3BAL3DL%2CqBIwBA%2CeAqTC%2COCnRA%2CMACI%3BE5B6ML%2CcAAA%3B%3BA4BvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAjBMD%2CSAAC%2CSgB%5C%2FCL%2CeAqTC%2COC7QA%2COACI%3BALjEL%2CqBIwBA%2CeAqTC%2COC7QA%2COACI%3BE5BuML%2CcAAA%3B%3BAqBpGJ%2CoBM2CI%3BAhBxII%2CSAAC%2CSgBwIL%3BAJ%5C%2FMA%2CqBI%2BMA%3BE3ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE2BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE3B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAqBpGJ%2CoBM2CI%2CYAsBI%3BAhB9JA%2CSAAC%2CSgBwIL%2CYAsBI%3BAJrOJ%2CqBI%2BMA%2CYAsBI%3BE3BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA2B3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAhBtKL%2CSAAC%2CSgBwIL%2CYAsBI%2CGAQK%3BAJ7OT%2CqBI%2BMA%2CYAsBI%2CGAQK%3BE3B2BT%2CmBAAA%3BE2BzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAhBheG%2CSAAC%2CSgBwIL%2CYAuVC%3BAhB%5C%2FdG%2CSAAC%2CSgBwIL%2CYAwVC%3BAJviBD%2CqBI%2BMA%2CYAuVC%3BAJtiBD%2CqBI%2BMA%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAhBzeG%2CSAAC%2CSgBwIL%2CYAiWC%3BAJhjBD%2CqBI%2BMA%2CYAiWC%3BEACG%2CiBAAA%3BE3BzSJ%2CsDAAA%3BE2B2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAhB%5C%2FeG%2CSAAC%2CSgBwIL%2CYAuWC%3BAJtjBD%2CqBI%2BMA%2CYAuWC%3BEACG%2CiBAAA%3BE3B%5C%2FSJ%2CsDAAA%3BE2BiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAhBzbG%2CSAAC%2CSgBwIL%2CYAiTC%3BAJhgBD%2CqBI%2BMA%2CYAiTC%3BE3BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA2B6PA%2CoBAtTA%2CYAsTC%3BAhB9bG%2CSAAC%2CSgBwIL%2CYAsTC%3BAJrgBD%2CqBI%2BMA%2CYAsTC%3BE3B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA2BZA%2CoBAAC%3BAhBrLG%2CSAAC%2CSgBqLJ%3BAJ5PD%2CqBI4PC%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAhBxLA%2CSAAC%2CSgBqLJ%2COAGG%3BAJ%5C%2FPJ%2CqBI4PC%2COAGG%3BEACI%2CcAAA%3B%3BAGxRR%2COACI%2CgBA4BI%2CKACI%3BAvB9BZ%2CyBAYI%2CYAAW%3BAwB4CnB%2CQAqCI%2CoBACI%2CKACI%3BAC9FZ%2CMAAM%2CQAeF%2CSACI%3BArBsNI%2C0BADJ%2CYACK%3BAWtOT%2CcAQI%2CeAMI%2CKACI%2CKAEI%3BAEXhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BAA4CA%2CcAFM%2CSACV%2CSACK%2CKA%2BBG%2CYACI%2CMAAK%3BAVvBb%2CKAZH%2CcAUD%2CKAEK%2CIACG%3BASjDZ%2CyBACI%2COAAM%2CIAAK%3BAAoEf%2CgCAUI%2CKACI%3BAU5FY%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%3BEZyLxB%2CWAAA%3BEACA%2CkBAAA%3B%3BAUxFJ%3BAlBqEA%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BAK1LX%3BAACA%3BAEsJJ%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEC0DX%2CmBAAA%3B%3BAZ4GQ%2CQADJ%2CQACK%3BAAiKT%2CiBAwEI%2CMAAK%2COAID%2CQAAO%3BAAmCP%2CcADJ%2CQACK%3BACriBT%2CSAII%2CMAOI%2CQAAO%3BEV2Of%2CqBAAA%3BE4B9QA%2CqBAAA%3B%3BAPwMJ%2C6BO0DM%3BAnB2CM%2CQADJ%2CQACK%2COmB3CP%3BAnB4MF%2CiBAwEI%2CMAAK%2COAID%2CQAAO%2COmBxRb%3BAnB2TM%2CcADJ%2CQACK%2COmB3TP%3BAlB1OF%2CSAII%2CMAOI%2CQAAO%2COkB%2BNb%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2C6BAAC%3BAnBuSO%2CQADJ%2CQACK%2COmBvSR%3BAnBwcD%2CiBAwEI%2CMAAK%2COAID%2CQAAO%2COmBphBd%3BAnBujBO%2CcADJ%2CQACK%2COmBvjBR%3BAlBkBD%2CSAII%2CMAOI%2CQAAO%2COkB7Bd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B1OU%2CO7B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAnB0RG%2CQADJ%2CQACK%2COmB3RR%2CMACI%3BAnB2bL%2CiBAwEI%2CMAAK%2COAID%2CQAAO%2COmBxgBd%2CMACI%3BAnB0iBG%2CcADJ%2CQACK%2COmB3iBR%2CMACI%3BAlBKL%2CSAII%2CMAOI%2CQAAO%2COkBjBd%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2C6BADH%2COACI%3BAnBoRG%2CQADJ%2CQACK%2COmBrRR%2COACI%3BAnBqbL%2CiBAwEI%2CMAAK%2COAID%2CQAAO%2COmBlgBd%2COACI%3BAnBoiBG%2CcADJ%2CQACK%2COmBriBR%2COACI%3BAlBDL%2CSAII%2CMAOI%2CQAAO%2COkBXd%2COACI%3BE5BqPL%2CcAAA%3B%3BAkC9RA%2CmBACI%3BACoNJ%2CSAAU%2CQAAC%2COAAO%3BAXtNlB%2CKAAK%2CSAAS%2CMACV%3BADgBJ%2CKAAK%2CaAAa%2CMACd%3BEFuNJ%2CcAAA%3B%3BAAsFI%2CeADJ%2CQACK%3BAe%5C%2FTT%2CqBf8TI%2CQACK%3BAK%5C%2FTT%2CmBL8TI%2CQACK%3BAgB%5C%2FTT%2CKAAK%2CKAAK%2COhB8TN%2CQACK%3BAE%5C%2FTL%2CwBF8TA%2CQACK%3BAE9TL%2CuBF6TA%2CQACK%3BEA7DL%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAetQJ%2CqBfyRI%3BAKzRJ%2CmBLyRI%3BAgBzRJ%2CKAAK%2CKAAK%2COhByRN%3BAEzRA%2CwBFyRA%3BAExRA%2CuBFwRA%3BEACI%2CmBAAA%3B%3BAe1RR%2CqBfyRI%2CUAEI%2COACK%2CIAAI%2CSACD%3BAK7RhB%2CmBLyRI%2CUAEI%2COACK%2CIAAI%2CSACD%3BAgB7RhB%2CKAAK%2CKAAK%2COhByRN%2CUAEI%2COACK%2CIAAI%2CSACD%3BAE7RZ%2CwBFyRA%2CUAEI%2COACK%2CIAAI%2CSACD%3BAE5RZ%2CuBFwRA%2CUAEI%2COACK%2CIAAI%2CSACD%3BEACI%2CUAAA%3B%3BAe9RpB%2CqBfyRI%2CUASI%2CiBACK%2CIAAI%2CcAEC%3BAKrSlB%2CmBLyRI%2CUASI%2CiBACK%2CIAAI%2CcAEC%3BAgBrSlB%2CKAAK%2CKAAK%2COhByRN%2CUASI%2CiBACK%2CIAAI%2CcAEC%3BAErSd%2CwBFyRA%2CUASI%2CiBACK%2CIAAI%2CcAEC%3BAEpSd%2CuBFwRA%2CUASI%2CiBACK%2CIAAI%2CcAEC%3BEAME%2CWAAA%3B%3BAe3SpB%2CqBfyRI%2CUASI%2CiBACK%2CIAAI%2CcAEC%2CaACE%2CQACK%3BAKvSzB%2CmBLyRI%2CUASI%2CiBACK%2CIAAI%2CcAEC%2CaACE%2CQACK%3BAgBvSzB%2CKAAK%2CKAAK%2COhByRN%2CUASI%2CiBACK%2CIAAI%2CcAEC%2CaACE%2CQACK%3BAEvSrB%2CwBFyRA%2CUASI%2CiBACK%2CIAAI%2CcAEC%2CaACE%2CQACK%3BAEtSrB%2CuBFwRA%2CUASI%2CiBACK%2CIAAI%2CcAEC%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAexS5B%2CqBfyRI%2CUAsBI%2CQACI%3BAKhTZ%2CmBLyRI%2CUAsBI%2CQACI%3BAgBhTZ%2CKAAK%2CKAAK%2COhByRN%2CUAsBI%2CQACI%3BAEhTR%2CwBFyRA%2CUAsBI%2CQACI%3BAE%5C%2FSR%2CuBFwRA%2CUAsBI%2CQACI%3BEACI%2CSAAA%3B%3BAejThB%2CqBfqTI%2CSACK%3BAKtTT%2CmBLqTI%2CSACK%3BAgBtTT%2CKAAK%2CKAAK%2COhBqTN%2CSACK%3BAEtTL%2CwBFqTA%2CSACK%3BAErTL%2CuBFoTA%2CSACK%3BEACG%2CgBAAA%3B%3BAevTZ%2CqBf0TI%3BAK1TJ%2CmBL0TI%3BAgB1TJ%2CKAAK%2CKAAK%2COhB0TN%3BAE1TA%2CwBF0TA%3BAEzTA%2CuBFyTA%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAiBnKI%2CoBAFa%2CaACjB%2CoBACK%2CIAAI%3BEtC3Ib%2CSAAA%3BEACA%2CkBAAA%3B%3BAMqHA%2CcAKI%2CcAOI%3BAG%2BUR%2CiBAGI%2CMAAK%2CMAAM%2COAEP%3BAALR%2CiBAII%2CMAAK%2CMAAM%2CQACP%3BAsB7aZ%2CQASI%2CQAAO%2CKAWH%2CSACK%3BAA0Bb%2CMAAM%2COACF%2COAAM%2CWACF%3BAQlER%2C0BAWI%2CyBACI%2CUACI%2CQAAO%3BACtCnB%2CsBAWI%2CUAAS%2CSACJ%3BACdL%2CYACI%2CuBAEI%2COAEI%3BA%5C%2FBHZ%2CuBACI%3BACoJJ%2C2BAII%2CsBAGI%2CUACM%3BAAgBd%2CuBACI%2CoBACI%3BAW5LR%2CcAQI%2CeAMI%2CKAOI%3BAArBZ%2CcA%2BEI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAoBjF1B%2CMAAM%2CWAIF%3BACTA%2CYACI%2CeAEI%2COACI%3BA9B%2BEZ%2COADG%2CKACF%2CIAAI%3BAAuET%2CYAEI%2CUAgBI%3BAAjBR%2CYACI%2CUAgBI%3BAWzGI%2CcAFM%2CSACV%2CSACK%2CKAaG%2CaACI%3BAVLR%2CKAZH%2CcAUD%2CKAEK%2CIAIG%3BA8ByBJ%2CiBADJ%2CQACK%2CSAEG%3BAAFJ%2CiBADJ%2CQACK%2CSAoBG%3BA7B9GZ%2CqBAEI%3BAADJ%2CyBACI%3BA8BHJ%2CwBAkFI%2CsBACM%3BAAnFV%2CwBA%2BFI%2CUACI%3BAC7FR%2CwBAiFI%2COACI%3BE9C%5C%2FER%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCdI%2CsBAAC%2CcAGG%2CsBAMI%3BACgmCZ%2CqBAOI%3BEhD9lCJ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAqBuPO%2CeAVR%2CUASI%2CiBACK%2CIAAI%2CcrBxPZ%3BAqBwPO%2CeAVR%2CUASI%2CiBACK%2CIAAI%2CcrBvPZ%3BAiDlCD%2CQjDiCC%3BAiDjCD%2CQjDkCC%3BAiDtBG%2CQAAC%2CSjDqBJ%3BAiDrBG%2CQAAC%2CSjDsBJ%3BASkOD%2CQA%2BDI%2CsBTlSH%3BASmOD%2CQA%2BDI%2CsBTjSH%3BAuCNL%2C0BACI%2CkBvCIC%3BAuCLL%2C0BACI%2CkBvCKC%3BAsC5BD%2CatC2BC%3BAsC3BD%2CatC4BC%3BAsC0CD%2CgBA6BI%2CStCxEH%3BAsC2CD%2CgBA6BI%2CStCvEH%3BAsCmFD%2CoBACI%2CoBtCrFH%3BAsCoFD%2CoBACI%2CoBtCpFH%3BAsCmFD%2CoBAEI%2CkCtCtFH%3BAsCoFD%2CoBAEI%2CkCtCrFH%3BAkDtBD%2CmBlDqBC%3BAkDrBD%2CmBlDsBC%3BAkD6DD%2CYAAa%2CMAAK%2CMAGd%2CelDjEH%3BAkD8DD%2CYAAa%2CMAAK%2CMAGd%2CelDhEH%3BAkD8DD%2CkBAEI%2CelDjEH%3BAkD%2BDD%2CkBAEI%2CelDhEH%3BAkD%2BDD%2CmBACI%2CelDjEH%3BAkDgED%2CmBACI%2CelDhEH%3BAmDlCD%2CUASI%2CgBnDwBH%3BAmDjCD%2CUASI%2CgBnDyBH%3BAsB5CD%2CcAuEI%2CctB5BH%3BAsB3CD%2CcAuEI%2CctB3BH%3BAsB5CD%2CcA%2BEI%2COtBpCH%3BAsB3CD%2CcA%2BEI%2COtBnCH%3BAsB5CD%2CcAqHI%2CetB1EH%3BAsB3CD%2CcAqHI%2CetBzEH%3BAmC2EL%2CgBACI%2CiBnC7EC%3BAmC4EL%2CgBACI%2CiBnC5EC%3BAaOD%2COAAC%2CQbRA%3BAaQD%2COAAC%2CQbPA%3BAcmBD%2CKAAK%2CcAmED%2CcdvFH%3BAcoBD%2CKAAK%2CcAmED%2CcdtFH%3BA4CyFD%2CeAEI%2CcAQM%2CW5CpGT%3BA4C0FD%2CeAEI%2CcAQM%2CW5CnGT%3BAevBD%2CmBfsBC%3BAetBD%2CmBfuBC%3BAoDxCD%2CsBpDuCC%3BAoDvCD%2CsBpDwCC%3BAqDsDO%2CYADJ%2COACK%2CUrDvDR%3BAqDuDO%2CYADJ%2COACK%2CUrDtDR%3BAuBoDD%2CgCA4BI%2CSACI%2CcvBlFP%3BAuBqDD%2CgCA4BI%2CSACI%2CcvBjFP%3BAoBKD%2COAAC%2CQpBNA%3BAoBMD%2COAAC%2CQpBLA%3BAoC5CL%2CqBfyRI%2CUASI%2CiBACK%2CIAAI%2CcrBxPZ%3BAoC3CL%2CqBfyRI%2CUASI%2CiBACK%2CIAAI%2CcrBvPZ%3BA0B5CL%2CmBLyRI%2CUASI%2CiBACK%2CIAAI%2CcrBxPZ%3BA0B3CL%2CmBLyRI%2CUASI%2CiBACK%2CIAAI%2CcrBvPZ%3BAqC5CL%2CKAAK%2CKAAK%2COhByRN%2CUASI%2CiBACK%2CIAAI%2CcrBxPZ%3BAqC3CL%2CKAAK%2CKAAK%2COhByRN%2CUASI%2CiBACK%2CIAAI%2CcrBvPZ%3BAuB5CD%2CwBFyRA%2CUASI%2CiBACK%2CIAAI%2CcrBxPZ%3BAuB3CD%2CwBFyRA%2CUASI%2CiBACK%2CIAAI%2CcrBvPZ%3BAuB3CD%2CuBFwRA%2CUASI%2CiBACK%2CIAAI%2CcrBxPZ%3BAuB1CD%2CuBFwRA%2CUASI%2CiBACK%2CIAAI%2CcrBvPZ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAqBkPO%2CeAVR%2CUASI%2CiBACK%2CIAAI%2CcrBlPZ%3BAiDvCD%2CQjDuCC%3BAiD3BG%2CQAAC%2CSjD2BJ%3BAS6ND%2CQA%2BDI%2CsBT5RH%3BAuCXL%2C0BACI%2CkBvCUC%3BAsCjCD%2CatCiCC%3BAsCqCD%2CgBA6BI%2CStClEH%3BAsC8ED%2CoBACI%2CoBtC%5C%2FEH%3BAsC8ED%2CoBAEI%2CkCtChFH%3BAkD3BD%2CmBlD2BC%3BAkDwDD%2CYAAa%2CMAAK%2CMAGd%2CelD3DH%3BAkDyDD%2CkBAEI%2CelD3DH%3BAkD0DD%2CmBACI%2CelD3DH%3BAmDvCD%2CUASI%2CgBnD8BH%3BAsBjDD%2CcAuEI%2CctBtBH%3BAsBjDD%2CcA%2BEI%2COtB9BH%3BAsBjDD%2CcAqHI%2CetBpEH%3BAmCsEL%2CgBACI%2CiBnCvEC%3BAaED%2COAAC%2CQbFA%3BAccD%2CKAAK%2CcAmED%2CcdjFH%3BA4CoFD%2CeAEI%2CcAQM%2CW5C9FT%3BAe5BD%2CmBf4BC%3BAoD7CD%2CsBpD6CC%3BAqDiDO%2CYADJ%2COACK%2CUrDjDR%3BAuB%2BCD%2CgCA4BI%2CSACI%2CcvB5EP%3BAoBAD%2COAAC%2CQpBAA%3BAoCjDL%2CqBfyRI%2CUASI%2CiBACK%2CIAAI%2CcrBlPZ%3BA0BjDL%2CmBLyRI%2CUASI%2CiBACK%2CIAAI%2CcrBlPZ%3BAqCjDL%2CKAAK%2CKAAK%2COhByRN%2CUASI%2CiBACK%2CIAAI%2CcrBlPZ%3BAuBjDD%2CwBFyRA%2CUASI%2CiBACK%2CIAAI%2CcrBlPZ%3BAuBhDD%2CuBFwRA%2CUASI%2CiBACK%2CIAAI%2CcrBlPZ%3BEACG%2CWAAA%3B%3BAqB86BR%2CeACI%3BAAsBJ%3BAiCp%5C%2FBA%2CQAEI%2CQAAO%3BAAFX%2CQASI%3BAxBbA%2COACI%2CgBAiBI%3BAtBIR%2CQAAC%3BACyPD%2CQA%2BDI%2CsBAGI%3BA8ClTZ%3BAzCzBI%3BAuC6BA%2CYAuBI%3BAN7CA%2CsBAAC%2CcAcG%3BASTR%3BAvBRoB%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BAd8GL%2CYA3EhB%2CcAII%2CQAGI%2CMAmEI%2CQACK%3BAsCnGjB%2CMAAC%2CKpC68BD%3BAkC53BQ%2CKAhCP%2COAAO%2CSAER%2CQAAO%2CMACH%2COA6BK%2CKlC43BT%3BAqC19BQ%2CMADJ%2CSACK%3BErCwcT%2CsBAAA%3B%3BAO1YA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA5B7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAqB%2BdR%2CiBMjFI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAN%2BER%2CiBM5EI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAN0ER%2CiBM5DI%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAN0DR%2CiBMvDI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BANoDR%2CiBMnXI%3BE3BiIA%2CgBAAA%3BEAAA%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAPkdJ%2CiBMnXI%2CeCqHE%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4B2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BzPgB%2CO7ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE5B6ML%2CcAAA%3B%3BA4BvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE5BuML%2CcAAA%3B%3BA2BuHA%2CiBAxPA%2CeAwPC%3BE3BvHD%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4B2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BxOc%2CO7BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE5B6ML%2CcAAA%3B%3BA4BvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE5BuML%2CcAAA%3B%3BAqBkPJ%2CiBM3SI%3BE3ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE2BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE3B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAqBkPJ%2CiBM3SI%2COAsBI%3BE3BmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BA2B3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE3B2BT%2CmBAAA%3BE2BzBY%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%3BE3BzSJ%2CsDAAA%3BE2B2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE3B%5C%2FSJ%2CsDAAA%3BE2BiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE3B%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA2BoRA%2CiBA7UA%2COA6UC%3BE3BpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA2BZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAhBnPQ%2CiBAJU%2CUA1BrB%2CMAAM%2COA4BG%2CUAEG%3BAAAD%2CcAHO%2CUA3BlB%2CMAAM%2COA4BG%2CUAEG%3BEX2PjB%2CqBAAA%3BE4B9QA%2CqBAAA%3B%3BAPihBJ%2C2BO%5C%2FQM%3BAjB%5C%2FOc%2CiBAJU%2CUA1BrB%2CMAAM%2COA4BG%2CUAEG%2CMiB%2BOf%3BAjB%5C%2FOc%2CcAHO%2CUA3BlB%2CMAAM%2COA4BG%2CUAEG%2CMiB%2BOf%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2C2BAAC%3BAjBae%2CiBAJU%2CUA1BrB%2CMAAM%2COA4BG%2CUAEG%2CMiBbhB%3BAjBae%2CcAHO%2CUA3BlB%2CMAAM%2COA4BG%2CUAEG%2CMiBbhB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C2BADH%2CMACI%3BAjBAW%2CiBAJU%2CUA1BrB%2CMAAM%2COA4BG%2CUAEG%2CMiBDhB%2CMACI%3BAjBAW%2CcAHO%2CUA3BlB%2CMAAM%2COA4BG%2CUAEG%2CMiBDhB%2CMACI%3BE5B2PL%2CWAAA%3B%3BA2DlNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAlCoBT%2CkBADJ%2CQACK%3BAHjGT%2CcAmEI%2CQAAO%3BAsBXS%2CeAPhB%2CeACM%2CWAGI%2CWAEE%2CQACK%3BAgB5BrB%2CqBAqBI%2CQAAO%3BAArBX%2CqBAsBI%2CQAAO%3BE5D6OX%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAqB%5C%2FBJ%3BAmB7PY%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAFYnB%2CaAEI%2CiBACI%3BA3BaA%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%3BAADN%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%3BAkDEd%2CqBACI%3BA%5C%2FC%2BDI%2CKArCH%2CcAoCD%2CQACK%2CKAAK%3BAuClEd%2CYAoFI%3BAO7FJ%3BAfZA%2CwBAqDI%2CgCASI%3BAA9DR%2CwBAqDI%2CgCAaI%2CyBAII%3BA5BpFZ%2C0BAGI%3BAI6TA%2CeADJ%2CQACK%3BAe%5C%2FTT%2CqBf8TI%2CQACK%3BAK%5C%2FTT%2CmBL8TI%2CQACK%3BAgB%5C%2FTT%2CKAAK%2CKAAK%2COhB8TN%2CQACK%3BAE%5C%2FTL%2CwBF8TA%2CQACK%3BAE9TL%2CuBF6TA%2CQACK%3BErBhCL%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEiByXA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAtBlbA%2C0BAAC%3BAsBkHL%2CkBtBlHK%3BAyC3IO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzC0IlB%3BAuC9HD%2CaAEI%2CiBACI%2CevC2HP%3BAY9GO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUZ4Gb%3BAY7GO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUZ4Gb%3BA8D1GD%2CqBACI%2Ce9DyGH%3BAe1CO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIf0Cb%3BAsD5GD%2CYAoFI%2CmBtDwBH%3BA6DrHD%2CmB7DqHC%3BA8CjID%2CwBAqDI%2CgCASI%2Ce9CmEP%3BA8CjID%2CwBAqDI%2CgCAaI%2CyBAII%2CqB9C2DX%3BAkB%5C%2FID%2C0BAGI%2CalB4IH%3BAsBiLG%2CeADJ%2CQACK%2COtBjLJ%3BAqC9IL%2CqBf8TI%2CQACK%2COtBjLJ%3BA2B9IL%2CmBL8TI%2CQACK%2COtBjLJ%3BAsC9IL%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COtBjLJ%3BAwB9ID%2CwBF8TA%2CQACK%2COtBjLJ%3BAwB7ID%2CuBF6TA%2CQACK%2COtBjLJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAsB6GL%2CkBtB7GK%3BAyChJO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzC%2BIlB%3BAuCnID%2CaAEI%2CiBACI%2CevCgIP%3BAYnHO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUZiHb%3BAYlHO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUZiHb%3BA8D%5C%2FGD%2CqBACI%2Ce9D8GH%3BAe%5C%2FCO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIf%2BCb%3BAsDjHD%2CYAoFI%2CmBtD6BH%3BA6D1HD%2CmB7D0HC%3BA8CtID%2CwBAqDI%2CgCASI%2Ce9CwEP%3BA8CtID%2CwBAqDI%2CgCAaI%2CyBAII%2CqB9CgEX%3BAkBpJD%2C0BAGI%2CalBiJH%3BAsB4KG%2CeADJ%2CQACK%2COtB5KJ%3BAqCnJL%2CqBf8TI%2CQACK%2COtB5KJ%3BA2BnJL%2CmBL8TI%2CQACK%2COtB5KJ%3BAsCnJL%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COtB5KJ%3BAwBnJD%2CwBF8TA%2CQACK%2COtB5KJ%3BAwBlJD%2CuBF6TA%2CQACK%2COtB5KJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAsBwGL%2CkBtBxGK%3BAyCrJO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzCoJlB%3BAuCxID%2CaAEI%2CiBACI%2CevCqIP%3BAYxHO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUZsHb%3BAYvHO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUZsHb%3BA8DpHD%2CqBACI%2Ce9DmHH%3BAepDO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIfoDb%3BAsDtHD%2CYAoFI%2CmBtDkCH%3BA6D%5C%2FHD%2CmB7D%2BHC%3BA8C3ID%2CwBAqDI%2CgCASI%2Ce9C6EP%3BA8C3ID%2CwBAqDI%2CgCAaI%2CyBAII%2CqB9CqEX%3BAkBzJD%2C0BAGI%2CalBsJH%3BAsBuKG%2CeADJ%2CQACK%2COtBvKJ%3BAqCxJL%2CqBf8TI%2CQACK%2COtBvKJ%3BA2BxJL%2CmBL8TI%2CQACK%2COtBvKJ%3BAsCxJL%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COtBvKJ%3BAwBxJD%2CwBF8TA%2CQACK%2COtBvKJ%3BAwBvJD%2CuBF6TA%2CQACK%2COtBvKJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAiBuDL%2CkBjBzDK%3BAiByDL%2CkBjBxDK%3BAiBwDL%2CkBjBvDK%3BAoCtMO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpCmMlB%3BAoCpMO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpCoMlB%3BAoCrMO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpCqMlB%3BAkCzLD%2CaAEI%2CiBACI%2CelCoLP%3BAkCvLD%2CaAEI%2CiBACI%2CelCqLP%3BAkCxLD%2CaAEI%2CiBACI%2CelCsLP%3BAOzKO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUPqKb%3BAOvKO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUPsKb%3BAOxKO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUPuKb%3BAOxKO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUPqKb%3BAOtKO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUPsKb%3BAOvKO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUPuKb%3BAyDrKD%2CqBACI%2CezDkKH%3BAyDnKD%2CqBACI%2CezDmKH%3BAyDpKD%2CqBACI%2CezDoKH%3BAUrGO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIVmGb%3BAUnGO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIVoGb%3BAUpGO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIVqGb%3BAiDvKD%2CYAoFI%2CmBjDiFH%3BAiDrKD%2CYAoFI%2CmBjDkFH%3BAiDtKD%2CYAoFI%2CmBjDmFH%3BAwDhLD%2CmBxD8KC%3BAwD9KD%2CmBxD%2BKC%3BAwD%5C%2FKD%2CmBxDgLC%3BAyC5LD%2CwBAqDI%2CgCASI%2CezC4HP%3BAyC1LD%2CwBAqDI%2CgCASI%2CezC6HP%3BAyC3LD%2CwBAqDI%2CgCASI%2CezC8HP%3BAyC5LD%2CwBAqDI%2CgCAaI%2CyBAII%2CqBzCoHX%3BAyC1LD%2CwBAqDI%2CgCAaI%2CyBAII%2CqBzCqHX%3BAyC3LD%2CwBAqDI%2CgCAaI%2CyBAII%2CqBzCsHX%3BAa1MD%2C0BAGI%2CabqMH%3BAaxMD%2C0BAGI%2CabsMH%3BAazMD%2C0BAGI%2CabuMH%3BAiBsHG%2CeADJ%2CQACK%2COjBxHJ%3BAiBwHG%2CeADJ%2CQACK%2COjBvHJ%3BAiBuHG%2CeADJ%2CQACK%2COjBtHJ%3BAgCzML%2CqBf8TI%2CQACK%2COjBxHJ%3BAgCvML%2CqBf8TI%2CQACK%2COjBvHJ%3BAgCxML%2CqBf8TI%2CQACK%2COjBtHJ%3BAsBzML%2CmBL8TI%2CQACK%2COjBxHJ%3BAsBvML%2CmBL8TI%2CQACK%2COjBvHJ%3BAsBxML%2CmBL8TI%2CQACK%2COjBtHJ%3BAiCzML%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COjBxHJ%3BAiCvML%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COjBvHJ%3BAiCxML%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COjBtHJ%3BAmBzMD%2CwBF8TA%2CQACK%2COjBxHJ%3BAmBvMD%2CwBF8TA%2CQACK%2COjBvHJ%3BAmBxMD%2CwBF8TA%2CQACK%2COjBtHJ%3BAmBxMD%2CuBF6TA%2CQACK%2COjBxHJ%3BAmBtMD%2CuBF6TA%2CQACK%2COjBvHJ%3BAmBvMD%2CuBF6TA%2CQACK%2COjBtHJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAiBgDvB%2CkBjBlDK%3BAiBkDL%2CkBjBjDK%3BAACD%2CQAAQ%2CUiBgDZ%3BAmB7PY%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpC0MlB%3BAoC3MO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMpC2MlB%3BAACD%2CQAAQ%2CUoC7MA%2CMAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAFYnB%2CaAEI%2CiBACI%2CelC2LP%3BAkC9LD%2CaAEI%2CiBACI%2CelC4LP%3BAACD%2CQAAQ%2CUkChMR%2CcAEI%2CiBACI%3BA3BaA%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUP4Kb%3BAO9KO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUP6Kb%3BAACD%2CQAAQ%2CUOhLA%2CkBAAkB%2CUA1BrB%2CMAAM%2COA4BG%3BAADN%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUP4Kb%3BAO7KO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUP6Kb%3BAACD%2CQAAQ%2CUO%5C%2FKA%2CeAAe%2CUA3BlB%2CMAAM%2COA4BG%3BAkDEd%2CqBACI%2CezDyKH%3BAyD1KD%2CqBACI%2CezD0KH%3BAACD%2CQAAQ%2CUyD5KR%2CsBACI%3BA%5C%2FC%2BDI%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIV0Gb%3BAU1GO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIV2Gb%3BAACD%2CQAAQ%2CUU5GA%2CMArCH%2CcAoCD%2CQACK%2CKAAK%3BAuClEd%2CYAoFI%2CmBjDwFH%3BAiD5KD%2CYAoFI%2CmBjDyFH%3BAACD%2CQAAQ%2CUiD9KR%2CaAoFI%3BAO7FJ%2CmBxDqLC%3BAwDrLD%2CmBxDsLC%3BAACD%2CQAAQ%2CUwDvLR%3BAfZA%2CwBAqDI%2CgCASI%2CezCmIP%3BAyCjMD%2CwBAqDI%2CgCASI%2CezCoIP%3BAACD%2CQAAQ%2CUyCnMR%2CyBAqDI%2CgCASI%3BAA9DR%2CwBAqDI%2CgCAaI%2CyBAII%2CqBzC2HX%3BAyCjMD%2CwBAqDI%2CgCAaI%2CyBAII%2CqBzC4HX%3BAACD%2CQAAQ%2CUyCnMR%2CyBAqDI%2CgCAaI%2CyBAII%3BA5BpFZ%2C0BAGI%2Cab4MH%3BAa%5C%2FMD%2C0BAGI%2Cab6MH%3BAACD%2CQAAQ%2CUajNR%2C2BAGI%3BAI6TA%2CeADJ%2CQACK%2COjBjHJ%3BAiBiHG%2CeADJ%2CQACK%2COjBhHJ%3BAACD%2CQAAQ%2CUiB%2BGJ%2CgBADJ%2CQACK%3BAe%5C%2FTT%2CqBf8TI%2CQACK%2COjBjHJ%3BAgC9ML%2CqBf8TI%2CQACK%2COjBhHJ%3BAACD%2CQAAQ%2CUgChNZ%2CsBf8TI%2CQACK%3BAK%5C%2FTT%2CmBL8TI%2CQACK%2COjBjHJ%3BAsB9ML%2CmBL8TI%2CQACK%2COjBhHJ%3BAACD%2CQAAQ%2CUsBhNZ%2CoBL8TI%2CQACK%3BAgB%5C%2FTT%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COjBjHJ%3BAiC9ML%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COjBhHJ%3BAACD%2CQAAQ%2CUiChNZ%2CMAAK%2CKAAK%2COhB8TN%2CQACK%3BAE%5C%2FTL%2CwBF8TA%2CQACK%2COjBjHJ%3BAmB9MD%2CwBF8TA%2CQACK%2COjBhHJ%3BAACD%2CQAAQ%2CUmBhNR%2CyBF8TA%2CQACK%3BAE9TL%2CuBF6TA%2CQACK%2COjBjHJ%3BAmB7MD%2CuBF6TA%2CQACK%2COjBhHJ%3BAACD%2CQAAQ%2CUmB%5C%2FMR%2CwBF6TA%2CQACK%3BErBhCL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiB2CR%2CkBAiUK%3BAAjUL%2CkBAkUK%2CIAAI%3BAmB%5C%2FjBG%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMnB6jBlB%3BAmB9jBO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMnB8jBlB%2CIAAI%3BAiBljBL%2CaAEI%2CiBACI%2CejB8iBP%3BAiBjjBD%2CaAEI%2CiBACI%2CejB%2BiBP%2CIAAI%3BAVliBG%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUU%2BhBb%3BAVjiBO%2CiBAAkB%2CUA1BrB%2CMAAM%2COA4BG%2CUUgiBb%2CIAAI%3BAVjiBG%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUU%2BhBb%3BAVhiBO%2CcAAe%2CUA3BlB%2CMAAM%2COA4BG%2CUUgiBb%2CIAAI%3BAwC9hBL%2CqBACI%2CexC4hBH%3BAwC7hBD%2CqBACI%2CexC6hBH%2CIAAI%3BAP9dG%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIO6db%3BAP7dO%2CKArCH%2CcAoCD%2CQACK%2CKAAK%2CIO8db%2CIAAI%3BAgChiBL%2CYAoFI%2CmBhC2cH%3BAgC%5C%2FhBD%2CYAoFI%2CmBhC4cH%2CIAAI%3BAuCziBL%2CmBvCwiBC%3BAuCxiBD%2CmBvCyiBC%2CIAAI%3BAwBrjBL%2CwBAqDI%2CgCASI%2CexBsfP%3BAwBpjBD%2CwBAqDI%2CgCASI%2CexBufP%2CIAAI%3BAwBrjBL%2CwBAqDI%2CgCAaI%2CyBAII%2CqBxB8eX%3BAwBpjBD%2CwBAqDI%2CgCAaI%2CyBAII%2CqBxB%2BeX%2CIAAI%3BAJnkBL%2C0BAGI%2CaI%2BjBH%3BAJlkBD%2C0BAGI%2CaIgkBH%2CIAAI%3BAAnQD%2CeADJ%2CQACK%2COAkQJ%3BAAlQG%2CeADJ%2CQACK%2COAmQJ%2CIAAI%3BAelkBT%2CqBf8TI%2CQACK%2COAkQJ%3BAejkBL%2CqBf8TI%2CQACK%2COAmQJ%2CIAAI%3BAKlkBT%2CmBL8TI%2CQACK%2COAkQJ%3BAKjkBL%2CmBL8TI%2CQACK%2COAmQJ%2CIAAI%3BAgBlkBT%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COAkQJ%3BAgBjkBL%2CKAAK%2CKAAK%2COhB8TN%2CQACK%2COAmQJ%2CIAAI%3BAElkBL%2CwBF8TA%2CQACK%2COAkQJ%3BAEjkBD%2CwBF8TA%2CQACK%2COAmQJ%2CIAAI%3BAEjkBL%2CuBF6TA%2CQACK%2COAkQJ%3BAEhkBD%2CuBF6TA%2CQACK%2COAmQJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAI7jBY%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAhB8kBT%2CcAPJ%2CQAOK%3BAG9kBO%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAWgCb%2CaAAc%2CMADb%2CaAAc%2CUAUX%2CQAAO%3BEvBgPf%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAIqDA%2C2BAAC%3BAACD%2C2BAAC%3BAqB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQrB8UhB%3BAqB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQrB%2BUhB%3BAK%2BPO%2CcAPJ%2CQAOK%2CQLhQR%3BAKgQO%2CcAPJ%2CQAOK%2CQL%5C%2FPR%3BAQ%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR8UhB%3BAQ9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR%2BUhB%3BAmB%5C%2FSG%2CaAAc%2CMADb%2CaAAc%2CUAUX%2CQAAO%2CQnBqSd%3BAmB9SG%2CaAAc%2CMADb%2CaAAc%2CUAUX%2CQAAO%2CQnBsSd%3BEJtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2C2BAAC%3BAqBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQrBqVhB%3BAKyPO%2CcAPJ%2CQAOK%2CQLzPR%3BAQrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQRqVhB%3BAmBrTG%2CaAAc%2CMADb%2CaAAc%2CUAUX%2CQAAO%2CQnB4Sd%3BEJ5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAuBzPI%2CaAAc%2CMADb%2CaAAc%2CUAUX%2CQAAO%3BEvBgPf%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAOhSA%2CyBA%2BBI%2CccskBJ%3BAdrmBA%2CyBA%2BBI%2CccukBJ%3BAdtmBA%2CyBA%2BBI%2CccwkBJ%3BAZ5bA%2CwBA4BI%2COAII%2CcY0ZR%3BAZ1bA%2CwBA4BI%2COAII%2CcY2ZR%3BAZ3bA%2CwBA4BI%2COAII%2CcY4ZR%3BA6BxeA%2Ca7BseA%3BA6BteA%2Ca7BueA%3BA6BveA%2Ca7BweA%3BA6BveA%2Ca7BqeA%3BA6BreA%2Ca7BseA%3BA6BteA%2Ca7BueA%3BAPjmBA%2CaO%2BlBA%3BAP%5C%2FlBA%2CaOgmBA%3BAPhmBA%2CaOimBA%3BEACI%2CqBAAA%3BErBxUJ%2CiBAAA%3BEqB0UI%2CmBAAA%3B%3BAd1mBJ%2CyBA%2BBI%2Ccc6kBJ%2CqBAAuB%3BAZjcvB%2CwBA4BI%2COAII%2CcYiaR%2CqBAAuB%3BA6B7evB%2Ca7B6eA%2CqBAAuB%3BA6B5evB%2Ca7B4eA%2CqBAAuB%3BAPtmBvB%2CaOsmBA%2CqBAAuB%3BEACnB%2CqBAAA%3BErB7UJ%2CiBAAA%3B%3BAOhSA%2CyBA%2BBI%2Ccc6kBJ%2CqBAAuB%2CuBAGlB%3BAZpcL%2CwBA4BI%2COAII%2CcYiaR%2CqBAAuB%2CuBAGlB%3BA6BhfL%2Ca7B6eA%2CqBAAuB%2CuBAGlB%3BA6B%5C%2FeL%2Ca7B4eA%2CqBAAuB%2CuBAGlB%3BAPzmBL%2CaOsmBA%2CqBAAuB%2CuBAGlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAdhnBR%2CyBA%2BBI%2Ccc6kBJ%2CqBAAuB%2CuBAMlB%3BAZvcL%2CwBA4BI%2COAII%2CcYiaR%2CqBAAuB%2CuBAMlB%3BA6BnfL%2Ca7B6eA%2CqBAAuB%2CuBAMlB%3BA6BlfL%2Ca7B4eA%2CqBAAuB%2CuBAMlB%3BAP5mBL%2CaOsmBA%2CqBAAuB%2CuBAMlB%3BEACG%2CSAAQ%2CGAAR%3B%3BAyCxlBR%2CoBAQI%3BAAPJ%2CoBAOI%3BArCjCJ%2CwBA8BI%2CqCAgBI%3BEJ6kBR%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BErB%5C%2FVA%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAkC3CD%2CoBAQI%2CgBlCmCH%3BAkC1CD%2CoBAOI%2CgBlCmCH%3BAHpED%2CwBA8BI%2CqCAgBI%2CgBGsBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAkC9UA%2CoBAQI%2CgBzComBH%3BAyC3mBD%2CoBAOI%2CgBzComBH%3BAIroBD%2CwBA8BI%2CqCAgBI%2CgBJulBP%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAO1gBJ%2CcP4gBC%2CSO5gBA%3BE5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BA4BhKA%2CuBAAC%3BAkC3FO%2CoBAFJ%2CgBAEK%2CSlC2FR%3BAkC3FO%2CoBAFJ%2CgBAEK%2CSlC2FR%3BAH9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSG8EZ%3BE5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BAsChKA%2CoBACI%2CoBAcI%2COjBilBP%3BAiBhmBD%2CoBAEI%2CkCAaI%2COjBilBP%3BAVrnBe%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMUqnBhB%3BAuBltBD%2CeAQI%2CUACI%2COvBysBP%3BAuB1lBD%2CeA%2BDI%2CaAEI%2COvByhBP%3BAuB1lBD%2CeAgEI%2CgBACI%2COvByhBP%3BEACG%2CSAAS%2CIAAT%3B%3BAAkCR%2CuBAMI%2CQAAO%3BAVlwBH%2CSAAC%2CMAAM%2COUkwBX%2CQAAO%3BAV1qBH%2CSAAC%2CSU0qBL%2CQAAO%3BErBzeP%2CqBAAA%3BE4B9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAP2uBL%2CuBAMI%2CQAAO%2CIOjvBN%3BAjBjBG%2CSAAC%2CMAAM%2COUkwBX%2CQAAO%2CIOjvBN%3BAjBuEG%2CSAAC%2CSU0qBL%2CQAAO%2CIOjvBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BpOU%2CO7BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAjBlWI%2CSAAC%2CMAAM%2COU6vBX%2COAAO%2CMAAK%2CWACP%3BAVtqBD%2CSAAC%2CSUqqBL%2COAAO%2CMAAK%2CWACP%3BErBreL%2CmBAAA%3B%3BAWzRI%2CSAAC%2CMAAM%2COUkwBX%2CQAAO%2CIAEF%3BAV5qBD%2CSAAC%2CSU0qBL%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAgTZ%2CmBA6EI%3BAfv%2BBI%2CaAAc%2CeAAE%3BAAChB%2CmBAAoB%2CeAAE%3BAG2G1B%2CQAuDI%3BA%2BBxTR%2CsBAWI%2CUAAS%2CSAIJ%2CUAAU%3BAF2Hf%2CoBAAqB%2CaACjB%2CoBAII%2CQAAO%3BAhB5Jf%2CcA%2BEI%2COAGI%2CkBACI%2CcACI%2CUAIM%2CUAAU%3BAAxFhC%2CcAgKI%3BAAaJ%2CyBACI%3BAADJ%2CyBAEI%3BATkJJ%3BAC5TA%2CaAQI%2COA4BI%2CUAAS%2CSACH%3BAArCd%2CaAQI%2COA4BI%2CUAAS%2CSAEH%2CUAAU%3BA8B0FxB%2CeAyCI%2CsBAKI%2CMAAK%2CYAED%3BAxBuGZ%3BANxOA%2CYOqlCA%3BAmCxnCA%2CkBAYI%2CcnC4mCJ%3BEAlVA%2CaAAA%3B%3BAfhtBA%3BAoBzDJ%3BELiyBI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAZ1QA%2CcAkBI%3BAepiBJ%2CeAII%3BExBuOJ%2CcAAA%3BEAAA%2CiBAAA%3BEqBqnBA%2CmBAAA%3B%3BASr1BA%2CkBT61BA%2CQACK%3BEjB%5C%2F2BL%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BE4B9QA%2CqBAAA%3BEPs5BQ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAjB%5C%2FvBR%2CwBiBmvBA%2CQACK%2CSjBpvBJ%3BAACD%2CwBiBkvBA%2CQACK%2CSjBnvBJ%3BAACD%2CwBiBivBA%2CQACK%2CSjBlvBJ%3BA0B5GD%2CkBT61BA%2CQACK%2CSjBpvBJ%3BA0B1GD%2CkBT61BA%2CQACK%2CSjBnvBJ%3BA0B3GD%2CkBT61BA%2CQACK%2CSjBlvBJ%3BEACG%2CqBAAA%3B%3BAwBrJJ%2CwBPq4BA%2CQACK%2CSOt4BJ%3BAEwCD%2CkBT61BA%2CQACK%2CSOt4BJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BzOQ%2CO7ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBPw3BJ%2CQACK%2CSO13BJ%2CMACI%3BAE2BL%2CkBT61BA%2CQACK%2CSO13BJ%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2CwBPk3BJ%2CQACK%2CSOp3BJ%2COACI%3BAEqBL%2CkBT61BA%2CQACK%2CSOp3BJ%2COACI%3BE5BqPL%2CcAAA%3B%3BAI5MA%2CwBiBy0BA%2CQACK%2CSjB10BJ%3BAACD%2CwBiBw0BA%2CQACK%2CSjBz0BJ%3BA0BrBD%2CkBT61BA%2CQACK%2CSjB10BJ%3BA0BpBD%2CkBT61BA%2CQACK%2CSjBz0BJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CwBiB4zBA%2CQACK%2CSjB7zBJ%3BA0BjCD%2CkBT61BA%2CQACK%2CSjB7zBJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CwBiBgzBA%2CQACK%2CSjBjzBJ%3BAACD%2CwBiB%2ByBA%2CQACK%2CSjBhzBJ%3BAACD%2CQAAQ%2CUAAW%2CyBiB8yBnB%2CQACK%3BAS91BL%2CkBT61BA%2CQACK%2CSjBjzBJ%3BA0B7CD%2CkBT61BA%2CQACK%2CSjBhzBJ%3BAACD%2CQAAQ%2CU0B%5C%2FCR%2CmBT61BA%2CQACK%3BErB9nBL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA0BlDJ%2CkBT61BA%2CQACK%2CSAYI%3BErB1oBT%2C%2BCAAA%3B%3BA8BhOA%2CkBT61BA%2CQAiBK%3BErB9oBL%2CqBAAA%3BE4B9QA%2CqBAAA%3BEPk6BQ%2CiBAAA%3B%3BAO55BR%2CwBPq4BA%2CQAiBK%2COOt5BJ%3BAEwCD%2CkBT61BA%2CQAiBK%2COOt5BJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B7PU%2CO7B6PV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBPw3BJ%2CQAiBK%2COO14BJ%2CMACI%3BAE2BL%2CkBT61BA%2CQAiBK%2COO14BJ%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2CwBPk3BJ%2CQAiBK%2COOp4BJ%2COACI%3BAEqBL%2CkBT61BA%2CQAiBK%2COOp4BJ%2COACI%3BE5BqPL%2CcAAA%3B%3BAyD3QA%2CMAAC%2CKpC68BD%3BAkC53BQ%2CKAhCP%2COAAO%2CSAER%2CQAAO%2CMACH%2COA6BK%2CKlC43BT%3BEAEI%2CkBAAA%3B%3BAAHR%2CeAKI%3BAE96BA%2CyBAKI%2CyBAMI%3BAkC9CR%2CMAAC%2CKpCi9BD%3BAkCh4BQ%2CKAhCP%2COAAO%2CSAER%2CQAAO%2CMACH%2COA6BK%2CKlCg4BT%3BErBtsBA%2CkBAAA%3BEqBitBA%2COAAO%2C0BAAP%3B%3BAqCz%2BBQ%2CMADJ%2CSACK%3BErCk%5C%2FBT%2CkBAAA%3B%3BAqCl%5C%2FBQ%2CMADJ%2CSACK%2CcrCm%5C%2FBT%3BErB3tBA%2CkBAAA%3BEqB6tBI%2COAAO%2CgCAAP%3B%3BA0Cv%5C%2FBJ%2CqBACI%2CaACI%2CeACI%3BAhBIR%2CsBAAC%2CcAcG%3BE%5C%2FCqQR%2CYAAA%3BEAAA%2CSAAA%3BEqBwuBA%2CUAAA%3B%3BA0ClgCA%2CqBACI%2CaACI%2CeACI%2CuB1CigCX%3BA0CpgCD%2CqBACI%2CaACI%2CeACI%2CuB1CkgCX%3BA0B9%5C%2FBG%2CsBAAC%2CcAcG%2CuB1B%2B%2BBP%3BA0B7%5C%2FBG%2CsBAAC%2CcAcG%2CuB1Bg%5C%2FBP%3BErB7rBD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEqBmvBI%2CUAAA%3BEACA%2COAAA%3B%3BA0C9gCJ%2CqBACI%2CaACI%2CeACI%2CuB1C6gCX%3BA0BzgCG%2CsBAAC%2CcAcG%2CuB1B2%5C%2FBP%3BErBtvBD%2CyBAAA%3B%3BA%2BD1RA%2CqBACI%2CaACI%2CeACI%2CuB1CghCX%3BA0B5gCG%2CsBAAC%2CcAcG%2CuB1B8%5C%2FBP%3BErBzvBD%2C4BAAA%3BEqB2vBI%2CQAAA%3B%3BANhgCJ%2CYAOI%3BAiDfJ%2C%2BBAEI%3BARHJ%2CkBAMM%3BAvCdN%2C0BAQI%3BEjB8QJ%2C6BAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAc3OA%2CYOygCA%3BAmC5iCA%2CkBAYI%2CcnCgiCJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAP3gCJ%2CYOygCA%2CMAGI%3BAmC%5C%2FiCJ%2CkBAYI%2CcnCgiCJ%2CMAGI%3BEACI%2CgBAAA%3B%3BAP7gCR%2CYOghCA%3BAmCnjCA%2CkBAYI%2CcnCuiCJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAPnhCJ%2CYOghCA%2CQAII%3BAmCvjCJ%2CkBAYI%2CcnCuiCJ%2CQAII%3BEACI%2CgBAAA%3B%3BAPrhCR%2CYOwhCA%2COACI%3BAPzhCJ%2CYOwhCA%2COAEI%3BAmC7jCJ%2CkBAYI%2CcnC%2BiCJ%2COACI%3BAmC5jCJ%2CkBAYI%2CcnC%2BiCJ%2COAEI%3BEACI%2CiBAAA%3B%3BAP3hCR%2CYOwhCA%2COAKI%3BAmChkCJ%2CkBAYI%2CcnC%2BiCJ%2COAKI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAP%5C%2FhCR%2CYOwhCA%2COAKI%2CQAGI%3BAmCnkCR%2CkBAYI%2CcnC%2BiCJ%2COAKI%2CQAGI%3BEACI%2CgBAAA%3B%3BAPjiCZ%2CYOqiCA%3BAmCxkCA%2CkBAYI%2CcnC4jCJ%3BEACI%2CmBAAA%3B%3BAPtiCJ%2CYOwiCA%2CYACK%2CQACG%3BAP1iCR%2CYOwiCA%2CYACK%2CQAEG%3BAmC9kCR%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQACG%3BAmC7kCR%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAEG%3BErBh0BR%2C6BAAA%3BEAAA%2CgCAAA%3BEqBm0BY%2CeAAA%3B%3BAP9iCZ%2CYOwiCA%2CYACK%2CQAOG%2CQAAQ%3BAmCnlChB%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAOG%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CmBAAA%3BErBv0BZ%2CcAAA%3BE4BhOA%2CqBAAA%3B%3BAP8hCI%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COOj1Bd%3BAd%5C%2FNF%2CYOwiCA%2CYACK%2CQAOG%2CQAAQ%2COOj1Bd%3BA4BlQF%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAOG%2CQAAQ%2COOj1Bd%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4B2CA%2CmBPuhCA%2CYACK%2CQAOG%2CQAAQ%2COO%5C%2FhCf%3BAdjBD%2CYOwiCA%2CYACK%2CQAOG%2CQAAQ%2COO%5C%2FhCf%3BA4BpDD%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAOG%2CQAAQ%2COO%5C%2FhCf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAdpTA%2CYOwiCA%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BAmC7lCb%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAP7jChB%2CYOwiCA%2CYACK%2CQAuBI%2CSACG%3BAPjkCZ%2CYOwiCA%2CYACK%2CQAuBI%2CSAEG%3BAmCrmCZ%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAuBI%2CSACG%3BAmCpmCZ%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAuBI%2CSAEG%3BEACI%2CgBAAA%3B%3BAOx%5C%2FBhB%2CmBP69BA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COO1%5C%2FBnB%3BAd3ED%2CYOwiCA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COO1%5C%2FBnB%3BA4B9GD%2CkBAYI%2CcnC%2BjCJ%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COO1%5C%2FBnB%3BE5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BAc3OA%2CYOwiCA%2CYAqCK%3BAmChnCL%2CkBAYI%2CcnC%2BjCJ%2CYAqCK%3BEACG%2CaAAA%3BErBn2BR%2CgCAAA%3B%3BAc3OA%2CYOwiCA%2CYAqCK%2CQAGI%3BAmCnnCT%2CkBAYI%2CcnC%2BjCJ%2CYAqCK%2CQAGI%3BEACG%2CkBAAA%3B%3BAI7iCZ%2CiCJ2jCE%3BAT1lCF%2CuBAGI%2COSulCF%3BAP9oCF%2CaAQI%2COOsoCF%3BEACE%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BErBv3BJ%2CcAAA%3BE4BhOA%2CqBAAA%3BEP8lCI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAO3lCJ%2CmBP8kCE%2CSO9kCD%3BAHmBD%2CiCJ2jCE%2CSO9kCD%3BAhBZD%2CuBAGI%2COSulCF%2CSO9kCD%3BAdhED%2CaAQI%2COOsoCF%2CSO9kCD%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHhRA%2CiCJ2jCE%2CSAcG%3BATxmCL%2CuBAGI%2COSulCF%2CSAcG%3BAP5pCL%2CaAQI%2COOsoCF%2CSAcG%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGA%2COAAO%2CKI%5C%2FkCf%2CkCJ2jCE%2CSAmBE%3BAACI%2COAAO%2CKT9mCf%2CwBAGI%2COSulCF%2CSAmBE%3BAACI%2COAAO%2CKPlqCf%2CcAQI%2COOsoCF%2CSAmBE%3BEAEQ%2CgBAAA%3B%3BAIhlCZ%2CiCJolCE%3BATnnCF%2CuBAGI%2COSgnCF%3BAPvqCF%2CaAQI%2COO%2BpCF%3BEACE%2CaAAA%3B%3BAO9iCJ%2CmBPgjCC%2COACK%2CSOjjCL%3BAHvCD%2CiCJulCC%2COACK%2CSOjjCL%3BAhBtED%2CuBAGI%2COSmnCH%2COACK%2CSOjjCL%3BAd1HD%2CaAQI%2COOkqCH%2COACK%2CSOjjCL%3BE5BgKD%2CS6BzOQ%2CO7ByOR%3B%3BAyBvMA%2CiCJulCC%2COAOK%3BAT7nCN%2CuBAGI%2COSmnCH%2COAOK%3BAPjrCN%2CaAQI%2COOkqCH%2COAOK%3BEACE%2CcAAA%3B%3BA4C5qCZ%3BEjEoRI%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuDlHJ%3BEtDgZI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAZnCR%2CQAEI%2CQAAO%3BEtDsZP%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEA3IR%2CoBAAA%3BEAgKA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAsD9bb%2CQASI%3BEtD%2BYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAmElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKhEyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmEjBQ%2CMADH%2CIAAI%2COACA%2CIAAI%3BEhEkOb%2CYAAA%3B%3BAgElOQ%2CMADH%2CIAAI%2COACA%2CIAAI%2CShEoOX%2CQAGI%2CKACI%3BAgExOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CShEqOX%2CQAEI%2CKACI%3BAgExOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CShEsOX%2CQACI%2CKACI%3BAgExOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CShEoOX%2CQAGI%2CKAEI%3BAgEzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CShEqOX%2CQAEI%2CKAEI%3BAgEzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CShEsOX%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAgE1OJ%2CMADH%2CIAAI%2COACA%2CIAAI%2CShE%2BOX%2CQACI%2CKACI%3BAgEjPF%2CMADH%2CIAAI%2COACA%2CIAAI%2CShE%2BOX%2CQACI%2CKAEI%3BEHoCV%2CgCAAA%3B%3BAmE%5C%2FQoB%2CMARf%2CIAAI%2COACA%2CIAAI%2CSAKD%2CMACM%2CKACG%2CYACG%3BAADJ%2CMARf%2CIAAI%2COACA%2CIAAI%2CSAKD%2CMACM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAXpB%2CMADH%2CIAAI%2COACA%2CIAAI%2CSAKD%2CMAUI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC1BpB%2CQAAQ%3BEpE%2BRR%2CgBAAA%3BEAAA%2CkBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvDI%2CKCoDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BEzCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9PW%2CO7B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE5BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEpE2RR%2CgBAAA%3BEAAA%2CkBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDnDI%2CMCgDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BEzCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9PW%2CO7B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE5BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEpEuRR%2CgBAAA%3BEAAA%2CkBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BEzCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9PW%2CO7B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE5BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEpEmRR%2CgBAAA%3BEAAA%2CkBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD3CI%2COCwCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BEzCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9PW%2CO7B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE5BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEpE%2BQR%2CgBAAA%3BEAAA%2CkBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvCI%2CQCoCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BEzCiGf%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BhPa%2CO7BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE5BxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAGR%3BEtEyRA%2CqBAAA%3BE4B9QA%2CqBAAA%3BE0CHI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA1CGJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BvPQ%2CO7BuPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE5B2PL%2CWAAA%3B%3BAsEzRA%2CW1C6QE%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuE1BJ%2CQAAQ%3BECqBJ%2CkBAAA%3B%3BADrBJ%2CQAAQ%2CQCuBJ%3BExEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEwExFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2CQDjDA%2CQCuBJ%2CiBA0BK%3BAACD%2CQDlDA%2CQCuBJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQD1DA%2CQCuBJ%2CiBAmCK%3BExEqOL%2CiBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDA%2CQCuBJ%2CiBAwCK%3BExEgOL%2CiBAAA%3BEwE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MI%2CQCuBJ%2CiBAmLC%3BAACD%2CQD3MI%2CQCuBJ%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMI%2CQCuBJ%2CiBAwLC%3BExEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwE1EA%2CQDrNI%2CQCuBJ%2CiBA8LC%3BExE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwEhNA%2CQD%5C%2FEI%2CQC%2BEF%3BExEgNF%2CYAAA%3B%3BAwE5MA%2CQDnFI%2CQCmFF%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFI%2CQCoFF%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFI%2CQCqFH%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFR%2CQAAQ%2CQAMJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAARZ%2CQAAQ%2CQAMJ%2CSAAQ%2CQAIJ%3BEACI%2CmBAAA%3B%3BAAXZ%2CQAAQ%2CQAMJ%2CSAAQ%2CQAOJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CQAAQ%2CQAMJ%2CSAAQ%2CQAaJ%3BEACI%2CgBAAA%3B%3BAACA%2CQArBJ%2CQAMJ%2CSAAQ%2CQAaJ%2COAEK%3BEACG%2CaAAA%3B%3BAAtBhB%2CQAAQ%2CQAMJ%2CSAAQ%2CQAmBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACE%2CkBAAA%3BEACA%2CaAAA%3B%3BAEjCE%2CKAAK%3BEzE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE0E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE1EuQD%2C4B2E3RgC%2C2C3E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE0EhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAGC%3BEACE%2CaAAA%3B%3BAAIR%3BECqEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDzEI%2CoCAAA%3B%3BAAFJ%2CaAGI%2CQACM%3BECiEV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD3EA%2CaAGI%2CQAIM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAhBvBR%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAEJ%2COACI%3BEACI%2CgBAAA%3B%3BAAGR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKAEG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAKZ%2CGAAG%2CWAAW%3BEACV%2CeAAA%3B%3BAAGJ%2CMAAO%3BEelBH%2CkBAAA%3B%3BAfkBJ%2CMAAO%2CSehBH%3BExEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEwEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMfVD%2CSehBH%2CiBA0BK%3BAACD%2CMfXD%2CSehBH%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMfnBD%2CSehBH%2CiBAmCK%3BExEqOL%2CiBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CMfxBD%2CSehBH%2CiBAwCK%3BExEgOL%2CiBAAA%3BEwE9NQ%2CyBAAA%3B%3BAA0GR%2CMfpIG%2CSehBH%2CiBAoJC%3BAACD%2CMfrIG%2CSehBH%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMfzIG%2CSehBH%2CiBAyJC%3BExE%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwEzGA%2CMf%5C%2FIG%2CSehBH%2CiBA%2BJC%3BExEyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwEhNA%2CMfxCG%2CSewCD%3BExEgNF%2CYAAA%3B%3BAwE5MA%2CMf5CG%2CSe4CD%2CgBAA2B%2CMAAS%3BAACtC%2CMf7CG%2CSe6CD%2CgBAA2B%2CMAAS%3BAACtC%2CMf9CG%2CSe8CF%2CMAAO%3BEACJ%2CcAAA%3B%3BAf%5C%2FCR%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CcACM%3BErDiLF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BE4B9QA%2CqBAAA%3BE6B8CI%2CqBAAA%3BEACA%2CsBAAA%3B%3BArDkLJ%2CcqD7LE%2CyBrD6LD%3BAACD%2CcqD9LE%2CyBrD8LD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcqDnME%2CyBrDmMD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcqDxME%2CyBrDwMD%3BAACD%2CcqDzME%2CyBrDyMD%3BAACD%2CQAAQ%2CUAAW%2CeqD1MjB%3BErD2ME%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAyD3OJ%2CcACM%2CyB7B8NA%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2Cc6B8BE%2CyB7B9BD%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9OY%2CO7B8OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA6BvSI%2CcAZF%2CyBAYG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQZ%2CQACI%3BEACI%2CSAAA%3B%3BAAGI%2CQAJR%2CUAEM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQAJR%2CUAGI%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAANhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAKR%3BAARZ%2CQACI%2CUAGI%2CQAAU%2CSAIN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAZhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAWR%3BAAdZ%2CQACI%2CUAGI%2CQAAU%2CSAUN%3BEACI%2CWAAA%3B%3BA1DnFZ%3BEACI%2CaGFW%2CmBHEX%3BEACA%2CSAAS%2CsDAAsB%2COAAO%2CcAClC%2CqDAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA6EVR%2CCAAC%2COAAO%3BE5E4RJ%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CCwEtKH%2COAAO%2CQxEsKH%3BAACD%2CCwEvKH%2COAAO%2CQxEuKH%3BAACD%2CCwExKH%2COAAO%2CQxEwKH%3BEACG%2CqBAAA%3B%3BAyElKQ%2CUAFP%2CMACG%2CQACK%3BE7EqRb%2CkBAAA%3BE6EjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA7EwcJ%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%3BA8D5RI%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAqBR%3BAACA%3BEACI%2CcAAA%3BE9DmQJ%2CiBAAA%3BE8DjQI%2CcAAA%3B%3BAAJJ%2CoBAKI%3BAAJJ%2CoBAII%3BEACI%2CgBAAA%3B%3BAASR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE9DoPJ%2CiBAAA%3B%3BA8DlPI%2CoBAJmB%2CuBAIlB%3BAAAD%2CKAHC%2CYAGA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE9DiPR%2CiBAAA%3B%3BA8DtPA%2CoBAAuB%2CuBAQnB%3BAAPJ%2CKAAK%2CYAOD%3BE9D8OJ%2CiBAAA%3B%3BA8E%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BE9EuJA%2CYAAA%3B%3BA8EnJA%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%3BE9EwOA%2CsBAAA%3BEAAA%2C4CAAA%3BE8ErOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BE9E8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BA8E5NA%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%3BE9E8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BA8EtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BE9EgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BA8EhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BE9EoHJ%2CwBAAA%3B%3BA8E9IA%2CYA8BI%3BE9EgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BA8E1GA%3BE9E0GA%2CYAAA%3BE8EvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BE9EmMJ%2CgBAAA%3B%3BA8E9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BE9EuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BE8E5UJ%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%3BE9EgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA8E1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BE9EsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BA8E9OR%2CYAqCI%3BE9EqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BA8E1GA%2CYA0CI%3BEACI%2CgBAAA%3BE9E%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA8E1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC9MR%2CYACI%3BE%5C%2FEsQJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BE%2BElQQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAARR%2CYAUI%3BACqzDJ%2CYAAY%2CUA6CR%3BEDj2DI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAII%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAIR%3BE%5C%2FE8OA%2CwCAAA%3BE%2BE5OI%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%3BApBhDR%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BE3DgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BA2DlXA%2CyBAII%3BE3DwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BA2DrPQ%2CyBAHJ%2CQAGK%3BE3DqPT%2CgBAAA%3B%3BA2D5PA%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%3BE3DyMJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BA2DnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BE3DiLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BA2DvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BE3DwJZ%2CeAAA%3B%3BA2DjKA%2C2BAOI%2CMACI%2CUAQM%3BE3DiJd%2C0BAAA%3B%3BA2DjKA%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%3BE3DmHA%2CgBAAA%3B%3B%3B%3B%3B%3BAiFxRA%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%3BEpFgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEoF3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE7FiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BE6F1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BA9FuHR%2CC8FhIK%2CwB9FgIJ%3BAAAD%2CM8FhIK%2CwB9FgIJ%3BAAAD%2CG8FhIK%2CwB9FgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CC8FrIK%2CwB9FqIJ%3BAAAD%2CM8FrIK%2CwB9FqIJ%3BAAAD%2CG8FrIK%2CwB9FqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CC8F1IK%2CwB9F0IJ%3BAAAD%2CM8F1IK%2CwB9F0IJ%3BAAAD%2CG8F1IK%2CwB9F0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CCyFzLK%2CwBzFyLJ%3BAAAD%2CMyFzLK%2CwBzFyLJ%3BAAAD%2CGyFzLK%2CwBzFyLJ%3BAACD%2CCyF1LK%2CwBzF0LJ%3BAAAD%2CMyF1LK%2CwBzF0LJ%3BAAAD%2CGyF1LK%2CwBzF0LJ%3BAACD%2CCyF3LK%2CwBzF2LJ%3BAAAD%2CMyF3LK%2CwBzF2LJ%3BAAAD%2CGyF3LK%2CwBzF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCyFhMK%2CwBzFgMJ%3BAAAD%2CMyFhMK%2CwBzFgMJ%3BAAAD%2CGyFhMK%2CwBzFgMJ%3BAACD%2CCyFjMK%2CwBzFiMJ%3BAAAD%2CMyFjMK%2CwBzFiMJ%3BAAAD%2CGyFjMK%2CwBzFiMJ%3BAACD%2CQAAQ%2CUAAW%2CEyFlMd%3BAzFkML%2CQAAQ%2CUAAW%2COyFlMd%3BAzFkML%2CQAAQ%2CUAAW%2CIyFlMd%3BE7FiRL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAyF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEzF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BE6FhQQ%2CgBAAA%3B%3BAzF0IR%2CCyF%5C%2FIK%2C2BzF%2BIJ%3BAAAD%2CMyF%5C%2FIK%2C2BzF%2BIJ%3BAAAD%2CGyF%5C%2FIK%2C2BzF%2BIJ%3BAACD%2CCyFhJK%2C2BzFgJJ%3BAAAD%2CMyFhJK%2C2BzFgJJ%3BAAAD%2CGyFhJK%2C2BzFgJJ%3BAACD%2CCyFjJK%2C2BzFiJJ%3BAAAD%2CMyFjJK%2C2BzFiJJ%3BAAAD%2CGyFjJK%2C2BzFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCyFzDK%2C2BzFyDJ%3BAAAD%2CMyFzDK%2C2BzFyDJ%3BAAAD%2CGyFzDK%2C2BzFyDJ%3BAACD%2CCyF1DK%2C2BzF0DJ%3BAAAD%2CMyF1DK%2C2BzF0DJ%3BAAAD%2CGyF1DK%2C2BzF0DJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCyFtEK%2C2BzFsEJ%3BAAAD%2CMyFtEK%2C2BzFsEJ%3BAAAD%2CGyFtEK%2C2BzFsEJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCyFlFK%2C2BzFkFJ%3BAAAD%2CMyFlFK%2C2BzFkFJ%3BAAAD%2CGyFlFK%2C2BzFkFJ%3BAACD%2CCyFnFK%2C2BzFmFJ%3BAAAD%2CMyFnFK%2C2BzFmFJ%3BAAAD%2CGyFnFK%2C2BzFmFJ%3BAACD%2CQAAQ%2CUAAW%2CEyFpFd%3BAzFoFL%2CQAAQ%2CUAAW%2COyFpFd%3BAzFoFL%2CQAAQ%2CUAAW%2CIyFpFd%3BE7FqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEzFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BE6FxPQ%2CgBAAA%3B%3BAzFkIR%2CCyFvIK%2C6BzFuIJ%3BAAAD%2CMyFvIK%2C6BzFuIJ%3BAAAD%2CGyFvIK%2C6BzFuIJ%3BAACD%2CCyFxIK%2C6BzFwIJ%3BAAAD%2CMyFxIK%2C6BzFwIJ%3BAAAD%2CGyFxIK%2C6BzFwIJ%3BAACD%2CCyFzIK%2C6BzFyIJ%3BAAAD%2CMyFzIK%2C6BzFyIJ%3BAAAD%2CGyFzIK%2C6BzFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCyFjDK%2C6BzFiDJ%3BAAAD%2CMyFjDK%2C6BzFiDJ%3BAAAD%2CGyFjDK%2C6BzFiDJ%3BAACD%2CCyFlDK%2C6BzFkDJ%3BAAAD%2CMyFlDK%2C6BzFkDJ%3BAAAD%2CGyFlDK%2C6BzFkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCyF9DK%2C6BzF8DJ%3BAAAD%2CMyF9DK%2C6BzF8DJ%3BAAAD%2CGyF9DK%2C6BzF8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCyF1EK%2C6BzF0EJ%3BAAAD%2CMyF1EK%2C6BzF0EJ%3BAAAD%2CGyF1EK%2C6BzF0EJ%3BAACD%2CCyF3EK%2C6BzF2EJ%3BAAAD%2CMyF3EK%2C6BzF2EJ%3BAAAD%2CGyF3EK%2C6BzF2EJ%3BAACD%2CQAAQ%2CUAAW%2CEyF5Ed%3BAzF4EL%2CQAAQ%2CUAAW%2COyF5Ed%3BAzF4EL%2CQAAQ%2CUAAW%2CIyF5Ed%3BE7F6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA0FlHJ%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%3BE%2BB%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BA%5C%2FBhHA%2CsB%2BBkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BA%5C%2FBrHJ%2CsB%2BBkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BA%5C%2FBxHR%2CsB%2BB4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlH7HJ%2CsBkHwHE%2CQAAK%2CQlHxHN%3BAACD%2CsBkHuHE%2CQAAK%2CQlHvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBkHkHE%2CQAAK%2CQlHlHN%3BEACG%2CWAAA%3B%3BAkHwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BA%5C%2FBpIR%2CsB%2BByLM%2CQAAK%3BElH%2BDX%2CeAAA%3B%3BAmFxPA%2CsB%2BB6LE%2CQAAK%2CMACD%3BElH0DN%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%2CsBmHsFE%2CQAAK%2CMACD%2CUnHvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBmHiFE%2CQAAK%2CMACD%2CUnHlFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBmH4EE%2CQAAK%2CMACD%2CUnH7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkH9BI%2CsBA7BF%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBA9BF%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BElH6B9B%2CmBAAA%3B%3BAkHzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BElHsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAmFxPA%2CsB%2BB0OE%2CQAAK%3BElHcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2C4BAAA%3B%3B%3B%3B%3B%3BAmHtSJ%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%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BAlG%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEzB2QV%2CiBAAA%3BEyBzQY%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%3BAmGhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACGJ%2CyBACI%2CYAAY%2CGAAG%2COAAM%3BAADzB%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAGI%2CYAAW%3BEACP%2CUAAA%3B%3BAAJR%2CyBAOI%3BAAPJ%2CyBAQI%3BAARJ%2CyBASI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAXR%2CyBAcI%2CeAAe%3BAAdnB%2CyBAeI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAhBR%2CyBAmBI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAtBR%2CyBAyBI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA3BR%2CyBA8BI%2CcAAc%3BAA9BlB%2CyBA%2BBI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAhCR%2CyBAmCI%3BEAEQ%2CMAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAAjDZ%2CyBAqDI%3BAArDJ%2CyBAsDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAAvDR%2CyBA0DI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAA9DR%2CyBAiEI%2CUAAU%3BEACN%2CYAAA%3B%3BAAlER%2CyBAqEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAtER%2CyBAyEI%2CgBAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAA5ER%2CyBA%2BEI%2CaAAY%3BEACR%2CaAAA%3B%3BAAhFR%2CyBAmFI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CeAAA%3B%3BAArFR%2CyBAwFI%2CeAAe%2CYAAW%3BEACtB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CqCAAA%3B%3BAAtGR%2CyBAyGI%2CYAAW%3BAAzGf%2CyBA0GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA3GR%2CyBA8GI%2CcAAa%3BEACT%2CmBAAA%3B%3BAA%5C%2FGR%2CyBAkHI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1HR%2CyBA6HI%2CYAAY%3BEACR%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAApIR%2CyBAuII%2CYAAY%2CGAAG%3BAAvInB%2CyBAwII%2CcAAc%3BEACV%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA5IR%2CyBA%2BII%2CYAAY%2CGAAG%3BEAEP%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAA7KZ%2CyBAiLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAnLR%2CyBAsLI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAA3LR%2CyBA8LI%2CcAAc%3BEAEN%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBCvMgB%2C0XDuMhB%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBCpNuB%2C0XDoNvB%3B%3BAApNZ%2CyBAwNI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAAzNR%2CyBA4NI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAA9NR%2CyBAiOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAApOR%2CyBAuOI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAAxOR%2CyBA2OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAA9OR%2CyBAiPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BACjOZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BAC9BA%2CYAAC%3BEACG%2CUAAA%3BEAEA%2CWAAW%2CSAAS%2CcAAc%2CaAAlC%3BEACA%2CkDAAA%3B%3BAAGA%2CYAPH%2CgCAOI%3BEACG%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CUAAU%2CWAA9B%3B%3BAATR%2CYAAC%2CgCAWG%3BEACI%2CkBAAA%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAtBR%2CYAAC%2CgCAWG%2CkBAYI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAzBZ%2CYAAC%2CgCAWG%2CkBAgBI%3BEACI%2CgBAAA%3B%3BAA5BZ%2CYAAC%2CgCAWG%2CkBAmBI%3BEACI%2CkBAAA%3B%3BAA%5C%2FBZ%2CYAAC%2CgCAWG%2CkBAsBI%3BEACI%2CmBAAA%3B%3BAAGA%2CYArCX%2CgCAWG%2CkBAyBI%2CQACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxChB%2CYAAC%2CgCAWG%2CkBAgCI%2CqBACI%3BEACI%2CaAAA%3B%3BAAKZ%2CYAlDH%2CgCAkDI%2CMACG%3BEACI%2CWAAW%2CgBAAX%3B%3BAApDZ%2CYAAC%2CgCAwDG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA1DR%2CYAAC%2CgCA4DG%3BEACI%2CaAAA%3B%3BAA2BhB%2CwBAvB8C%3BEAI9B%2CYAFH%2CgCAEI%3BIACG%2COAAA%3B%3BEADJ%2CYAFH%2CgCAEI%2CcAEG%2CkBAAiB%3BIACb%2CmBAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAZP%2CgCAEI%2CcAUI%2CMACG%2CkBAAiB%3BIACb%2CWAAW%2CkBAAX%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACxEpB%2CYAAC%3BEACG%2CUAAA%3BEAEA%2CWAAW%2CSAAS%2CcAAc%2CaAAlC%3BEACA%2CkDAAA%3B%3BAAGA%2CYAPH%2C4BAOI%3BEACG%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CUAAU%2CWAA9B%3B%3BAATR%2CYAAC%2C4BAWG%3BEACI%2CkBAAA%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAtBR%2CYAAC%2C4BAWG%2CkBAYI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAzBZ%2CYAAC%2C4BAWG%2CkBAgBI%3BEACI%2CgBAAA%3B%3BAA5BZ%2CYAAC%2C4BAWG%2CkBAmBI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAII%2CYApCf%2C4BAWG%2CkBAuBI%2CUACI%2COACK%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CYAzCX%2C4BAWG%2CkBAuBI%2CUAOK%3BEACG%2CgBAAA%3B%3BAADJ%2CYAzCX%2C4BAWG%2CkBAuBI%2CUAOK%2CMAEG%2CUACI%3BEACI%2CkBAAA%3B%3BAAJZ%2CYAzCX%2C4BAWG%2CkBAuBI%2CUAOK%2CMAEG%2CUAII%3BEACI%2CiBAAA%3B%3BAAhDxB%2CYAAC%2C4BAWG%2CkBA4CI%2CiBAEI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAA3DhB%2CYAAC%2C4BAWG%2CkBA4CI%2CiBAMK%3BEACG%2CmBAAA%3B%3BAA9DhB%2CYAAC%2C4BAWG%2CkBA4CI%2CiBASK%3BEACG%2CcAAA%3B%3BAAjEhB%2CYAAC%2C4BAWG%2CkBA4CI%2CiBASK%2CaAEG%3BEACI%2CiBAAA%3B%3BAAnEpB%2CYAAC%2C4BAWG%2CkBA8DI%3BEACI%2CmBAAA%3B%3BAAGA%2CYA7EX%2C4BAWG%2CkBAiEI%2CQACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CYArFH%2C4BAqFI%2CMACG%3BEACI%2CWAAW%2CgBAAX%3B%3BAAvFZ%2CYAAC%2C4BA2FG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA7FR%2CYAAC%2C4BA%2BFG%3BEACI%2CaAAA%3B%3BAAGR%2CYAAC%3BEACG%2CUAAA%3BEAEA%2CWAAW%2CSAAS%2CcAAc%2CaAAlC%3BEACA%2CkDAAA%3B%3BAAGA%2CYAPH%2CiCAOI%3BEACG%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CUAAU%2CWAA9B%3B%3BAATR%2CYAAC%2CiCAWG%3BEACI%2CkBAAA%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAtBR%2CYAAC%2CiCAWG%2CkBAYI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAzBZ%2CYAAC%2CiCAWG%2CkBAgBI%3BEACI%2CgBAAA%3B%3BAA5BZ%2CYAAC%2CiCAWG%2CkBAmBI%3BEACI%2CkBAAA%3B%3BAA%5C%2FBZ%2CYAAC%2CiCAWG%2CkBAuBI%3BEACI%2CmBAAA%3B%3BAAGA%2CYAtCX%2CiCAWG%2CkBA0BI%2CQACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYA1Cf%2CiCAWG%2CkBA0BI%2CQACK%2CQAII%3BEACG%2CaAAA%3B%3BAAMhB%2CYAjDH%2CiCAiDI%2CMACG%3BEACI%2CWAAW%2CgBAAX%3B%3BAAnDZ%2CYAAC%2CiCAwDG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA1DR%2CYAAC%2CiCA4DG%3BEACI%2CaAAA%3B%3BAA2Cd%2CwBArC4C%3BEAK9B%2CYAHH%2C4BAGI%3BEAAD%2CYAFH%2CiCAEI%3BIACG%2COAAA%3B%3BEADJ%2CYAHH%2C4BAGI%2CcAEG%2CkBAAiB%3BEAFrB%2CYAFH%2CiCAEI%2CcAEG%2CkBAAiB%3BIACb%2CmBAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAbP%2C4BAGI%2CcAUI%2CMACG%2CkBAAiB%3BEADrB%2CYAZP%2CiCAEI%2CcAUI%2CMACG%2CkBAAiB%3BIACb%2CWAAW%2CkBAAX%3B%3BEAUA%2CYAJf%2C4BACG%2CkBACI%2CUACI%2COACK%3BIACG%2CiBAAA%3B%3B%3BAAS9B%2CqBAAqB%3BEACf%2CaAAA%3B%3BACtNJ%3BAAA0B%3BEACtB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3B%3BAAMJ%2CwBAAyB%3BEACrB%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CmCAAmC%3BEACxD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CkBAAA%3B%3B%3BAAKJ%2CwBAAyB%3BEACrB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CWAAA%3BEACA%2CUAAA%3B%3B%3BAAGJ%2CwBAAyB%2CmCAAmC%3BEACxD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAyB%3BAACzB%2CwBAAyB%3BEACrB%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CWAAA%3B%3B%3BAAaJ%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR2C%3BEAEvC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAYZ%2CwBAP%2BC%3BEAEvC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAC%5C%2FLX%2CqBAAsB%3BEACf%2CaAAA%3B%3BAAEP%2CQAAQ%2COAAO%2COAAO%3BEACrB%2CSAAA%3BEACG%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACH%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAED%2C2BAA2B%2CQAAQ%2COAAQ%3BEAAG%2CaAAA%3B%3BAAC9C%2C2BAA2B%3BEAC1B%2C4CAAA%3BEACA%2CoCAAA%3B%3BAAED%2C2BAA2B%3BEAC1B%2CkBAAA%3B%3BAAED%2C2BAA2B%3BEAC1B%2CgBAAA%3B%3BAAED%2C2BAA2B%3BEAC1B%2CiBAAA%3B%3BAC5BE%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CaAAA%3B%3BAAGJ%2CIAAI%3BAACJ%2CIAAI%3BAACJ%2CIAAI%3BAACJ%2CIAAI%3BEAEA%2CiBAAA%3B%3BAAGJ%2CIAAI%2CmBAAoB%3BAACxB%2CIAAI%2CsBAAuB%3BEACvB%2CaAAA%3B%3BAC%5C%2FDJ%3BEAAkB%2CsBAAA%3BEAAsB%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CYAAA%3BEAAW%2CyBAAA%3BEAAyB%2CeAAA%3BEAAe%2CMAAA%3BEAAM%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CaAAA%3B%3BAAC9I%2CgBAAiB%3BEAAK%2CYAAA%3BEAAY%2CWAAA%3BEAAW%2CkBAAA%3B%3BAAC7C%2CgBAAiB%2CIAAI%3BEAAK%2CQAAA%3BEAAQ%2CSAAA%3BEAAS%2CcAAA%3BEAAc%2CkBAAA%3BEAAkB%2CiBAAA%3BEAAiB%2CkBAAA%3B%3BAAC5F%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CUAAW%3BAACX%3BEACI%2CWAAA%3B%3BACXJ%2CiBAAkB%3BEACd%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BACNP%2CaAAc%3BEACV%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACb%2CcAAA%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%3BEACX%2CsBAAsB%2C8CAAtB%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CYAAa%2CUAAS%3BEACrB%2CsBAAA%3BEACA%2CqBAAA%3B%3BACxCE%2CIAAI%3BEACA%2CgBAAA%3B%3BAAqCJ%2CQAlC2B%3BEACvB%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC2B%2CwBAAwB%3BEAC%5C%2FC%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC2B%2CwBAAwB%3BEAC%5C%2FC%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC0B%2CuBAAwB%3BEAC9C%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC0B%2CuBAAuB%3BEAC7C%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC0B%2CuBAAuB%3BEAC7C%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3B%3BAA8BR%2CQA1B0B%2CuBAAuB%3BEAC7C%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3B%3BAA%2BBR%2CQA3B0B%2CuBAAuB%3BEAE7C%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3B%3BAAsBZ%2CQAlB8B%3BEAEtB%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3B%3BAC9QY%2CoBAJf%2CiBACG%2COACK%2COACG%2CaACK%3BAAAD%2C%2BBAJf%2CiBACG%2COACK%2COACG%2CaACK%3BEACG%2CqBAAA%3B%3BAADJ%2CoBAJf%2CiBACG%2COACK%2COACG%2CaACK%2CaAGG%3BAAHJ%2C%2BBAJf%2CiBACG%2COACK%2COACG%2CaACK%2CaAGG%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAfhB%2CoBAFP%2CiBACG%2COACK%2COAoBG%3BAApBJ%2C%2BBAFP%2CiBACG%2COACK%2COAoBG%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACA%2CeAAe%2CiBAAf%3BEACA%2CcAAc%2CiBAAd%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAtCR%2CoBAFP%2CiBACG%2COACK%2COAoBG%2CeAoBI%3BAAxCR%2C%2BBAFP%2CiBACG%2COACK%2COAoBG%2CeAoBI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAjDZ%2CoBAFP%2CiBACG%2COACK%2COAoBG%2CeAgCI%3BAApDR%2C%2BBAFP%2CiBACG%2COACK%2COAoBG%2CeAgCI%3BEACI%2CQAAQ%2CkBAAR%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CoBAhEnB%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAUK%3BAAAD%2C%2BBAhEnB%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAUK%3BEACG%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAvEnB%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAiBK%3BAAAD%2C%2BBAvEnB%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAiBK%3BEACG%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAzEhB%2CoBAFP%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAwBI%3BAA5EZ%2C%2BBAFP%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAwBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9EhB%2CoBAFP%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAwBI%2CqBAII%3BAAhFhB%2C%2BBAFP%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAwBI%2CqBAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBA1FvB%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAwBI%2CqBAYK%3BAAAD%2C%2BBA1FvB%2CiBACG%2COACK%2COAoBG%2CeAgCI%2CgBAwBI%2CqBAYK%3BEACG%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CoBAvGf%2CiBACG%2COACK%2COAoBG%2CeAiFK%3BAAAD%2C%2BBAvGf%2CiBACG%2COACK%2COAoBG%2CeAiFK%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAASI%2CoBArHvB%2CiBACG%2COAgHK%2COACG%2CaACK%2CaACG%2COACK%3BAAAD%2C%2BBArHvB%2CiBACG%2COAgHK%2COACG%2CaACK%2CaACG%2COACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CoBA%5C%2FHvB%2CiBACG%2COAgHK%2COACG%2CaACK%2CaACG%2COAWK%3BAAAD%2C%2BBA%5C%2FHvB%2CiBACG%2COAgHK%2COACG%2CaACK%2CaACG%2COAWK%3BEACG%2CS%5C%2FGnEtB%2CO%2BGmEsB%3BEACA%2Ca1InHjB%2CmB0ImHiB%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAA5BpB%2CoBAjHP%2CiBACG%2COAgHK%2COAkCG%3BAAlCJ%2C%2BBAjHP%2CiBACG%2COAgHK%2COAkCG%3BEACI%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3B%3BAAvJhB%2CoBAAC%2CiBA4JG%3BAA5JJ%2C%2BBAAC%2CiBA4JG%3BEACI%2CWAAW%2CkBAAX%3B%3BAA7JR%2CoBAAC%2CiBAgKG%2CgBACI%3BAAjKR%2C%2BBAAC%2CiBAgKG%2CgBACI%3BEACI%2CeAAA%3B%3BAAIR%2CoBAtKH%2CiBAsKI%2CiBACG%3BAADJ%2C%2BBAtKH%2CiBAsKI%2CiBACG%3BEACI%2CaAAA%3B%3BAAKZ%2CoBAAC%2C2BACG%3BAADJ%2C%2BBAAC%2C2BACG%3BEACI%2CeAAA%3B%3BAAKZ%2C%2BBAGI%3BAAFJ%2CqCAEI%3BAADJ%2CsCACI%3BEACI%2CeAAA%3B%3BAA0BR%2CQArB0B%3BEAQF%2CoBAJf%2CiBACG%2COACK%2COACG%2CaACK%2CaACG%3BEADJ%2C%2BBAJf%2CiBACG%2COACK%2COACG%2CaACK%2CaACG%3BIACI%2CWAAA%3BIACA%2COAAA%3B%3B%3BAA2DpC%2CQAjD8B%3BEAUE%2CoBANnB%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%3BEAAD%2C%2BBANnB%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%3BIACG%2CWAAA%3B%3BEADJ%2CoBANnB%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%2CaAGG%3BEAHJ%2C%2BBANnB%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%2CaAGG%3BIACI%2CQAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3B%3BEAEA%2CoBAf3B%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%2CaAGG%2COAMK%3BEAAD%2C%2BBAf3B%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%2CaAGG%2COAMK%3BIACG%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1B3B%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%2CaAGG%2COAiBK%3BEAAD%2C%2BBA1B3B%2CiBACG%2COACK%2COACI%2COAEG%2CaACK%2CaAGG%2COAiBK%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAzBpB%2CoBAHX%2CiBACG%2COACK%2COACI%2COA%2BBG%2CeACI%3BEAhCR%2C%2BBAHX%2CiBACG%2COACK%2COACI%2COA%2BBG%2CeACI%3BIACI%2CeAAA%3B%3B%3B%3BAC3PhC%2CgBAAgB%2CqBAAsB%3BEAClC%2CwBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%3BEACxB%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3B%3BACbJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%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%3BAAGR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAWA%2CaAAA%3B%3BAAVA%2CWAAY%3BEACR%2CYAAA%3B%3BAALR%2CYAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAKJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGR%2CYAAY%3BEACR%2CaAAA%3B%3B%3BAjJhFJ%2CcAAe%3BEACX%2CqBAAqB%2CiDAArB%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%2CaKvCW%2CmBLuCX%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAcJ%3BEACI%2CWAAA%3B%3BAACA%2CWAAY%3BEACR%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSgClBA%2COhCkBA%3B%3BAACA%2CWAAY%2CYAFf%3BEAGO%2CSgCnCJ%2COhCmCI%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAACA%2CWAAY%3BEACR%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSgC%5C%2FCA%2COhC%2BCA%3B%3BAACA%2CWAAY%2CYAFf%3BEAGO%2CSgClCJ%2COhCkCI%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%3B%3B%3BEAGA%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%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaKvID%2CmBLuIC%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGR%2CWA3CJ%2CGA2CK%2CaAAc%2COAAM%3BEACjB%2CYAAA%3BEACA%2CaAAA%3B%3B%3BAkJlKf%3BEAAc%2CQAAA%3BEAAQ%2CeAAA%3BEAAe%2CSAAA%3BEAAS%2CWAAA%3BEAAW%2CUAAA%3B%3BAACzD%3BEAAa%2CyBAAA%3BEAAyB%2CsBAAqB%2CiDAArB%3B%3BAACtC%3BEAAa%2C4CAAA%3BEAA4C%2CoDAAA%3BEAAoD%2C0BAAA%3BEAA0B%2C4BAAA%3BEAA4B%2CcAAA%3BEAAc%2CYAAA%3BEAAY%2CYAAA%3BEAAY%2CkBAAA%3BEAAkB%2CWAAA%3B%3BAAC3N%3BEAAa%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CwBAAA%3BEAAwB%2CmBAAA%3BEAAmB%2CcAAA%3B%3BAAClF%2CaAAc%2CEAAC%3BEAAQ%2CqBAAA%3B%3BAACvB%2CaAAc%3BEAAK%2C6BAAA%3B%3BAACnB%2CaAAc%3BEAAK%2CgCAAA%3B%3BAACnB%2CYAAa%3BEAAK%2C%2BBAAA%3B%3BAAClB%2CYAAa%3BEAAK%2CgCAAA%3B%3BAAClB%2CcAAe%3BEAAK%2CgCAAA%3B%3BAACpB%2CeAAgB%3BEAAK%2CgCAAA%3B%3BAACrB%2CcAAe%3BEAAK%2CgCAAA%3B%3BAACpB%2CWAAY%3BEAAK%2CgCAAA%3B%3BAACjB%2CQAAS%3BEAAK%2CgCAAA%3B%3BAACd%2CSAAU%3BEAAK%2CgCAAA%3B%3BAACf%2CaAAc%3BEAAa%2CyBAAA%3B%3BAAC3B%2CaAAc%3BEAAa%2CyBAAA%3B%3BAAC3B%2CYAAa%3BEAAa%2CyBAAA%3B%3BAAC1B%2CeAAgB%3BEAAa%2CyBAAA%3B%3BAAC7B%2CcAAe%3BEAAa%2CyBAAA%3B%3BAAC5B%2CYAAa%3BEAAa%2CyBAAA%3B%3BAAC1B%2CcAAe%3BEAAa%2CyBAAA%3B%3BAAC5B%2CWAAY%3BEAAa%2CyBAAA%3B%3BAACzB%2CSAAU%3BEAAa%2CyBAAA%3B%3BAACvB%2CQAAS%3BEAAa%2CsBAAA%3B%3BAACtB%2CaAAa%2CMAAO%3BEAAa%2CyBAAA%3B%3BAACjC%2CaAAa%2CMAAO%3BEAAa%2CyBAAA%3B%3BAACjC%2CYAAY%2CMAAO%3BEAAa%2CyBAAA%3B%3BAAChC%2CeAAe%2CMAAO%3BEAAa%2CyBAAA%3B%3BAACnC%2CcAAc%2CMAAO%3BEAAa%2CyBAAA%3B%3BAAClC%2CYAAY%2CMAAO%3BEAAa%2CyBAAA%3B%3BAAChC%2CcAAc%2CMAAO%3BEAAa%2CyBAAA%3B%3BAAClC%2CWAAW%2CMAAO%3BEAAa%2CyBAAA%3B%3BAAC%5C%2FB%2CQAAQ%2CMAAO%3BEAAa%2CsBAAA%3B%3BAAC5B%2CSAAS%2CMAAO%3BEAAa%2CyBAAA%3B%3B%3BAAE7B%2CaAAa%3BEAAM%2COAAA%3B%3BAACnB%2CaAAa%2CKAAM%3BEAAa%2CsBAAqB%2CsDAArB%3BEAA4E%2CWAAU%2CeAAV%3BEAA0B%2CeAAc%2CeAAd%3B%3BEAClI%2CcAAa%2CeAAb%3B%3BEACA%2CmBAAkB%2CeAAlB%3B%3B%3BAACJ%2CaAAa%2CKAAM%3BEAAa%2CWAAA%3B%3BAAChC%2CaAAa%2CKAAM%3BEAAa%2CWAAA%3BEAAW%2CWAAU%2CeAAV%3BEAA0B%2CeAAc%2CeAAd%3B%3BEACjE%2CmBAAkB%2CeAAlB%3B%3B%3BAACJ%2CkBAAmB%3BEAAe%2CaAAA%3B%3B%3BAC3C%5C%2FB%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3BIACA%2CUAAA%3B%3B%3BAAGR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%2CeAAe%3BEACX%2CaAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CYAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%2CQAAQ%3BEACnB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3B%3BEAEI%2CeAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CsDAAA%3BEACA%2CmDAAA%3BEACA%2C8CAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CsBASI%2CUAAS%2CQAAQ%2CKACb%3BEACI%2CyBAAA%3B%3BAAXZ%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAEI%3BAAZZ%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcA2OZ%2CCAzOyC%3BEACrB%2CwBAAA%3B%3BAAbhB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%3BEACI%2CcAAA%3BEACA%2CUAAA%3B%3BAACA%2CsBATZ%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAGK%3BEACG%2CgBAAA%3B%3BAAEJ%2CsBAZZ%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAMK%3BAACD%2CsBAbZ%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAlBZ%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAYK%3BEACG%2CWAAA%3B%3BAA5BpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAgBI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAlCpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAgBI%2CkBAII%3BEACI%2CaAAA%3B%3BAApCxB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAyBI%2CuBACI%2CqBAAoB%3BEAChB%2CaAAA%3B%3BAA1CxB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA%2BBI%3BEACI%2COAAO%2CiBAAP%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAApDpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA%2BBI%2CsBAOI%3B%3BEAEI%2CkBAAA%3B%3BAAvDxB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA%2BBI%2CsBAWI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEAIA%2CaAAa%2CkBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAArExB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA%2BBI%2CsBAWI%2CcAaI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAzE5B%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA%2BBI%2CsBA%2BBI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAA%5C%2FExB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA%2BBI%2CsBAoCI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAApFxB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAyEI%3BEACI%2CaAAA%3B%3BAAzFpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA6EI%3BEACI%2CgBAAA%3B%3BAA7FpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAmFI%3BEACI%2CcAAA%3BEACA%2CSAAA%3B%3BAApGpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAwFI%2CWAAW%3BEACP%2CeAAA%3B%3BAAxGpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBA4FI%2CWAAW%2CWAAW%3BEAClB%2CeAAA%3B%3BAA5GpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAgGI%3BAA%5C%2FGhB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAiGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAnHpB%2CsBASI%2CUAAS%2CQAAQ%2CKACb%2CcAKI%2CmBAuGI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAxHpB%2CsBA8HI%2CcAAc%2CmBAAmB%2CgBAAgB%2CeAAc%3BAA9HnE%2CsBA%2BHI%2CcAAc%2CmBAAmB%2CgBAAgB%2CeAAe%2COAAI%3BEAChE%2CeAAA%3B%3BAAhIR%2CsBAmII%2CiBAAiB%3BEACb%2CeAAA%3B%3BAApIR%2CsBAuII%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BAAvI1E%2CsBAwII%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BEAClE%2CWAAW%2CQAAX%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA3IR%2CsBA%2BII%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BEAClE%2CaAAA%3B%3BAAhJR%2CsBAmJI%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BEAClE%2CgBAAA%3BEACA%2CWAAA%3B%3BAArJR%2CsBAmJI%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%2CWAIlE%3BEACI%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA1JZ%2CsBAmJI%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%2CWAIlE%2CWAKI%3BEACI%2CaAAA%3B%3BAAGJ%2CsBAbR%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%2CWAIlE%2CWASK%3BEACG%2CUAAA%3B%3BAAjKhB%2CsBAsKI%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%3BEACpD%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAzKR%2CsBA4KI%2CcAEI%3BEACI%2CiBAAA%3B%3BAA%5C%2FKZ%2CsBA4KI%2CcAEI%2CWAGI%3BEACI%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAKhB%2CMAAM%2CQACF%2CSAAS%2CmBAAmB%2CmBAAmB%2CcAAc%3BAADjD%2CMAAM%2CUAClB%2CSAAS%2CmBAAmB%2CmBAAmB%2CcAAc%3BAAD%5C%2FB%2CMAAM%2COACpC%2CSAAS%2CmBAAmB%2CmBAAmB%2CcAAc%3BEACzD%2CYAAA%3B%3BAAGR%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CeAPY%2CSAOX%3BEACG%2CSnH%5C%2FNE%2COmH%2BNF%3BEACA%2CeAAA%3BEACA%2Ca9IhRO%2CmB8IgRP%3B%3BAAGJ%2CeAbY%2CSAaX%3BEACG%2CWAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAADJ%2CcAGI%2CQACK%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3B%3BAAKZ%2CsBAAuB%2CeAAe%2CcAAa%2CUAAU%3BEACzD%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CuBAAuB%2CeAAe%3BEACxD%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAsB%3BEAClB%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYAAa%2CkBAAkB%3BEAAgB%2CUAAA%3B%3BACtU%5C%2FC%2CUAAW%3BEACP%2C0BAAA%3B%3B%3BAAqBH%2CmBAlB4C%3BEACzC%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BIAEtB%2CaAAA%3B%3BEAEJ%2CeAAgB%2CWAAU%3BIACtB%2CqBAAA%3B%3BEAEJ%2CeAAgB%2CWAAU%2COAAO%3BIAC7B%2CkBAAA%3B%3B%3BAAqBR%2CmBAjB6C%3BEACzC%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BIAEtB%2CaAAA%3B%3BEAEJ%2CeAAgB%2CWAAU%3BIACtB%2CqBAAA%3B%3BEAEJ%2CeAAgB%2CWAAU%2COAAO%3BIAC7B%2CkBAAA%3B%3B%3BAAaZ%2CmBATgD%3BEACxC%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BEAC1B%2CeAAgB%2CWAAU%3BIAEtB%2CaAAA%3B%3B%3BAC7CX%2CQACC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAANF%2CQACC%2CwBAOC%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAKH%2C2BACC%2CSACC%3BEACC%2CqBAAA%3B%3BAAKD%2C2BADD%2COACE%2COACA%3BEACC%2CaAAA%3B%3BAAOD%2C2BAFD%2CcACA%2CwBACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGD%2C2BAlBD%2CcACA%2CwBAiBE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAMJ%2C0BAEC%2CSACC%3BAAFF%2C2BACC%2CSACC%3BEACC%2CaAAA%3B%3BAAKH%2CoBAEC%2CSACC%3BAAFF%2C%2BBACC%2CSACC%3BEACC%2CqBAAA%3B%3BAAQE%2CoBAJH%2C2BACA%2COACE%2COACA%2CaACE%3BAAAD%2C%2BBAJH%2C2BACA%2COACE%2COACA%2CaACE%3BEACA%2CaAAA%3B%3BAA8BP%2CQAtB0B%3BEAExB%2C2BACC%2CSACC%3BIACC%2CqBAAA%3B%3BEAOF%2C0BAAC%2C2BACA%2CSACC%3BEAFF%2C2BAAC%2C2BACA%2CSACC%3BIACC%2CqBAAA%3B%3B%3BAC5GL%3BEAAW%2CcAAA%3B%3BAACX%2CqBAAsB%3BEAAU%2CwBAAA%3B%3BAAChC%3BEACQ%2CoBAAA%3B%3BAAER%3BEACC%2CUAAA%3B%3BAAED%2CUAAW%3BAAAc%2CYAAY%3BAAAY%2CYAAY%3BEAC5D%2CUAAA%3B%3BACRD%2CSACC%3BEACO%2CWAAA%3BEACH%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CSAXJ%2CgBAWK%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAFD%2CSAXJ%2CgBAWK%2CMAGA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGL%2CSAnBD%2CgBAmBE%3BAApBH%2CSACC%2CgBAoBC%2CMAAK%3B%3BEAED%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAzBN%2CSA4BC%3BEACI%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAApCL%2CSA4BC%2CiBASI%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1CN%2CSA4BC%2CiBASI%2CkBAMC%3BEACC%2CqBAAA%3B%3BAAED%2CSAlBL%2CiBASI%2CkBASE%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2C4BAAhB%3BEACA%2CQAAQ%2C8BAAR%3B%3BAA5DP%2CSAgEC%3BEACC%2CmBAAA%3B%3BAAjEF%2CSAmEC%3BAAnED%2CSAoEC%3BEACC%2CkBAAA%3B%3BAArEF%2CSAuEC%2CYACC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CSANL%2CYACC%2CGAKK%3BEACA%2CqBAAA%3B%3BAA9EP%2CSAkFC%3BEACC%2CaAAA%3B%3BAAnFF%2CSAqFC%2CWACC%3BEACC%2CcAAA%3B%3BAAIH%3BEACC%2CmBAAA%3B%3B%3B%3B%3B%3BACxFE%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BA%5C%2FIPZ%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%3BEN0QV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEMxQY%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%3BAgJzNR%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BElJkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBkJ9OI%2CQAAO%2COlJ8OV%3BAACD%2CgBkJ%5C%2FOI%2CQAAO%2COlJ%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkJpPI%2CQAAO%2COlJoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkJzPI%2CQAAO%2COlJyPV%3BAACD%2CgBkJ1PI%2CQAAO%2COlJ0PV%3BAACD%2CQAAQ%2CUAAW%2CiBkJ3Pf%2CQAAO%3BElJ4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgBuJ1II%2CQAAO%2COvJ0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBuJ%5C%2FII%2CQAAO%2COvJ%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBuJpJI%2CQAAO%2COvJoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgBkJnMI%2CQAAO%2COlJmMV%3BAACD%2CgBkJpMI%2CQAAO%2COlJoMV%3BAACD%2CgBkJrMI%2CQAAO%2COlJqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBkJ1MI%2CQAAO%2COlJ0MV%3BAACD%2CgBkJ3MI%2CQAAO%2COlJ2MV%3BAACD%2CQAAQ%2CUAAW%2CiBkJ5Mf%2CQAAO%3BEtJ2RX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkJ3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BElJuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEkJnLQ%2CkBAAA%3B%3BAlJgOR%2CsBkJnOI%2CQAAO%2CUlJmOV%3BAACD%2CsBkJpOI%2CQAAO%2CUlJoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBkJzOI%2CQAAO%2CUlJyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBkJ9OI%2CQAAO%2CUlJ8OV%3BAACD%2CsBkJ%5C%2FOI%2CQAAO%2CUlJ%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBkJhPf%2CQAAO%3BElJiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsBuJ%5C%2FHI%2CQAAO%2CUvJ%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBuJpII%2CQAAO%2CUvJoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBuJzII%2CQAAO%2CUvJyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsBkJxLI%2CQAAO%2CUlJwLV%3BAACD%2CsBkJzLI%2CQAAO%2CUlJyLV%3BAACD%2CsBkJ1LI%2CQAAO%2CUlJ0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBkJ%5C%2FLI%2CQAAO%2CUlJ%2BLV%3BAACD%2CsBkJhMI%2CQAAO%2CUlJgMV%3BAACD%2CQAAQ%2CUAAW%2CuBkJjMf%2CQAAO%3BEtJgRX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAmJtNJ%2CSACI%3BEACI%2CkBAAA%3BEvJ8RR%2CiBAAA%3B%3BAuJ3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAzHbR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2COACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAATpB%2COACI%2CgBACI%2CUAEI%2CQAOI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAdpB%2COACI%2CgBAiBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2COACI%2CgBAuBI%2CMACM%3BEACE%2CgBAAA%3B%3BAA1BhB%2COACI%2CgBA4BI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAAjCpB%2COACI%2CgBAoCI%2CeAKI%3BEACI%2CWAAA%3BE9BqPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO8B3CI%2CgBAoCI%2CeAKI%2CiB9BEX%3BAACD%2CO8B5CI%2CgBAoCI%2CeAKI%2CiB9BGX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO8BjDI%2CgBAoCI%2CeAKI%2CiB9BQX%3BEACG%2CWAAA%3B%3BA8BnDJ%2COACI%2CgBAoCI%2CeAKI%2CiB0H2DZ%3BEACI%2CWAAA%3B%3BA1HtGJ%2COACI%2CgBAoCI%2CeAKI%2CiB0H1BZ%3BA1HhBA%2COACI%2CgBAoCI%2CeAKI%2CiB0HzBZ%3BEACI%2CqBAAA%3B%3BA1HlBJ%2COACI%2CgBAoCI%2CeAKI%2CiB0H1BZ%2CSAQI%2CEAAC%3BA1HxBL%2COACI%2CgBAoCI%2CeAKI%2CiB0HzBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BA1HzBR%2COACI%2CgBAoCI%2CeAKI%2CiB0HZZ%2CSACI%3BExJiQJ%2CiBAAA%3B%3BA8BhSA%2COACI%2CgBAoCI%2CeAKI%2CiB0HFZ%2CWAKI%2CEAAC%3BExJmPL%2CeAAA%3B%3BA8BhSA%2COACI%2CgBAoCI%2CeAKI%2CiB0HcZ%3BA1HxDA%2COACI%2CgBAoCI%2CeAKI%2CiB0HeZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA1H3DJ%2COACI%2CgBAoCI%2CeAKI%2CiBAOM%3BEACE%2CgBAAA%3B%3BAAlDpB%2COACI%2CgBAqDI%3BEACI%2CcAAA%3B%3BAAvDZ%2COACI%2CgBAwDI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAADJ%2CkBAGI%3BE9B6NJ%2CiBAAA%3B%3BA8BhOA%2CkBAGI%2CaAEI%3BEACI%2CgBAAA%3B%3BAANZ%2CkBASI%3BEACI%2CkBAAA%3B%3BAAVR%2CkBASI%2CSAEI%3BEACI%2CmBAAA%3B%3BAACA%2CkBAJR%2CSAEI%2CQAEK%3BEACG%2CkBAAA%3B%3BAvB9EhB%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BAyEouCP%2CqBAAC%2CoBAOG%2C0BAmJI%2CsBAoBK%2CSACI%3BEhFvnCrB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAOhSA%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%2CsBACM%2CSAAS%3BEACP%2CcAAA%3BEACZ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA1CA%2CyBAmCI%2CsBAUI%3BEACI%2CgBAAA%3B%3BAACA%2CyBAZR%2CsBAUI%2CgBAEK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBAUI%2CgBAKM%3BEP8Od%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEO5OgB%2CcAAA%3B%3BAApDhB%2CyBAmCI%2CsBAqBI%2CQAAO%2CMAED%3BEACE%2CmBAAA%3B%3BAA3DhB%2CyBAmCI%2CsBA4BI%2CYACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAlEhB%2CyBAsEI%2CQACI%2COAAM%3BEPyNd%2CgBAAA%3B%3BAOhSA%2CyBAsEI%2CQACI%2COAAM%2CIACF%3BEPwNZ%2CgBAAA%3BEAAA%2CeAAA%3BEOrNgB%2CqBAAA%3B%3BAA3EhB%2CyBAgFI%3BEACI%2CWAAA%3B%3BACzDJ%2CQAFH%2CKAEI%3BEACG%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CQAXH%2CKAWI%3BEACG%2CcAAA%3B%3BAAZR%2CQAAC%2CKAcG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAhBZ%2CQAAC%2CKAcG%2CyBAII%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAArBZ%2CQAAC%2CKAyBG%3BEACI%2CmBAAA%3B%3BAA1BR%2CQAAC%2CKAyBG%2CWAEI%3BEACI%2CeAAA%3B%3BAACA%2CQA7BX%2CKAyBG%2CWAEI%2CaAEK%3BEACG%2CSAAS%2CGAAT%3B%3BAA9BhB%2CQAAC%2CKAmCG%2CeAEI%3BAArCR%2CQAAC%2CKAoCG%2CeACI%3BEACI%2CiBAAA%3B%3BAAtCZ%2CQAAC%2CKAmCG%2CeAKI%3BAAxCR%2CQAAC%2CKAoCG%2CeAII%3BEACI%2CqBAAA%3B%3BAAzCZ%2CQAAC%2CKAmCG%2CeAQI%2CqBAAuB%3BAA3C%5C%2FB%2CQAAC%2CKAoCG%2CeAOI%2CqBAAuB%3BEACnB%2CcAAA%3B%3BAA5CZ%2CQAAC%2CKAgDG%2CWACI%3BEACI%2CgBAAA%3B%3BAAlDZ%2CQAAC%2CKAsDG%2CeACI%3BEACI%2CcAAA%3B%3BAAxDZ%2CQAAC%2CKA4DG%3BEACI%2CeAAA%3B%3BAA7DR%2CQAAC%2CKA4DG%2CoBAEI%3BER4MR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQ1QA%2CQAAC%2CKA4DG%2CoBAMI%3BEACI%2CgBAAA%3B%3BAAnEZ%2CQAAC%2CKAuEG%3BAAvEJ%2CQAAC%2CKAwEG%3BAAxEJ%2CQAAC%2CKAyEG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3ER%2CQAAC%2CKA8EG%3BAA9EJ%2CQAAC%2CKA%2BEG%3BEACI%2CSAAA%3B%3BAAKZ%2CgBACI%3BERoLA%2CiBAAA%3B%3BAQrLJ%2CgBAKI%2CqBAAuB%3BAAL3B%2CgBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CgBAUI%2CqBAAuB%3BAAV3B%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAuB%2CuBAAqB%3BAAZhD%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAQ%2CuBAAoB%3BAAdhC%2CgBAeI%2CMAAQ%2CuBAAqB%3BERsK7B%2CiBAAA%3B%3BAQjKI%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAEJ%2CgBAJJ%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CgBARR%2CMAOM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CWAAA%3B%3BAyC5IR%2CcACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAMJ%2CQAAC%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%2CSANhC%3BEAOO%2CaAAA%3B%3BAAGR%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAAC%2CSAKG%3BEACI%2CaAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAP3B%2CSAKG%3BEAGQ%2CcAAA%3B%3BAARZ%2CQAAC%2CSAWG%2CSACI%3BEACI%2CqBAAA%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAEJ%2COAAC%3BEACG%2CWAAA%3B%3BAAEJ%2COAAC%3BEACG%2CmBAAA%3BEjD6OR%2CqBAAA%3BE4B9QA%2CqBAAA%3B%3BAqBgCI%2COAAC%2COrBkOH%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2COqB0BK%2COrB1BJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B7OY%2CO7B6OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COqBaC%2COrBdJ%2CMACI%3BE5B2PL%2CWAAA%3B%3BAiDpOQ%2COAVH%2COAUI%2CUAAU%3BEACP%2CSpBTE%2COoBSF%3B%3BAAKR%2CQAAC%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAxCnCA%2CiBADJ%2CqBAAuB%2CuBAClB%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CiBAJJ%2CqBAAuB%2CuBAIlB%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAANZ%2CiBAUI%2CMAAK%3BEACD%2CeAAA%3B%3BAAXR%2CiBAUI%2CMAAK%2CYAED%3BETkPR%2CiBAAA%3B%3BAS%5C%2FOQ%2CiBALJ%2CMAAK%2CYAKA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAQA%2CSAAC%2CMACG%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BEACG%2CmBAAA%3B%3BAAaR%2CQAAQ%2CMAIJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAALR%2CQAAQ%2CMAOJ%3BETmMJ%2CcAAA%3BEAAA%2CiBAAA%3BEShMQ%2CcAAA%3B%3BAAVR%2CQAAQ%2CMAYJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAbR%2CQAAQ%2CMAeJ%2COAAM%3BET2LV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUhCA%2CQAAQ%2CMAeJ%2COAAM%2COVuBR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAUxCJ%2CQAAQ%2CMAeJ%2COAAM%2COAEF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAGT%3BEACI%2CWAAA%3B%3BAAJR%2CQAAQ%2CKAAK%2CSAGT%2CuBNUF%2CQAGI%2CKACI%3BAMjBV%2CQAAQ%2CKAAK%2CSAGT%2CuBNWF%2CQAEI%2CKACI%3BAMjBV%2CQAAQ%2CKAAK%2CSAGT%2CuBNYF%2CQACI%2CKACI%3BEHiKV%2CyBAAA%3B%3BASlLA%2CQAAQ%2CKAAK%2CSAGT%2CuBNUF%2CQAGI%2CKAII%3BAMpBV%2CQAAQ%2CKAAK%2CSAGT%2CuBNWF%2CQAEI%2CKAII%3BAMpBV%2CQAAQ%2CKAAK%2CSAGT%2CuBNYF%2CQACI%2CKAII%3BEH8JV%2CwBAAA%3B%3BASpKA%2CkBACI%2CoBACI%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CkBADJ%2COACK%3BAACD%2CkBAFJ%2COAEK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CkBAFR%2CSACK%2CSACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BET%2BIhB%2CcAAA%3B%3BASjJY%2CkBAFR%2CSACK%2CSACI%2CIAIK%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CkBAFR%2CSACK%2CSACI%2CIAQG%3BEACI%2CiBAAA%3B%3BAAGR%2CkBAdR%2CSACK%2CSAaI%3BEACG%2CcAAA%3B%3BAAGR%2CkBAlBJ%2CSAkBK%3BEACG%2CcAAA%3B%3BAApCZ%2CkBAuCI%3BEACI%2CgBAAA%3B%3BAAxCR%2CkBA0CI%2CyBAAyB%3BET0H7B%2CiBAAA%3B%3BASrHA%2CwBACI%2CgCACI%3BETmHR%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BES%5C%2FGY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAII%2CwBAZZ%2CgCAUK%2CSACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BETuGpB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BASrHA%2CwBA4BI%2COACI%3BEACI%2CcAAA%3B%3BAAQZ%2CkBAEI%2CWACI%2CqBAAuB%3BAAF%5C%2FB%2CuBACI%2CWACI%2CqBAAuB%3BAAH%5C%2FB%2CkBAEI%2CWAEI%2CMAAQ%3BAAHhB%2CuBACI%2CWAEI%2CMAAQ%3BAAJhB%2CkBAEI%2CWAGI%3BAAJR%2CuBACI%2CWAGI%3BET0ER%2CiBAAA%3BESxEY%2CkBAAA%3BEACA%2CiBAAA%3B%3BAARZ%2CkBAEI%2CWACI%2CqBAAuB%2CuBAMnB%3BAARZ%2CuBACI%2CWACI%2CqBAAuB%2CuBAMnB%3BAATZ%2CkBAEI%2CWAEI%2CMAAQ%2CuBAKJ%3BAARZ%2CuBACI%2CWAEI%2CMAAQ%2CuBAKJ%3BAATZ%2CkBAEI%2CWAGI%2CMAII%3BAARZ%2CuBACI%2CWAGI%2CMAII%3BETsEZ%2CiBAAA%3BESpEgB%2CgBAAA%3B%3BAAXhB%2CkBAeI%3BAAdJ%2CuBAcI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAjBR%2CkBAeI%2CeAGI%3BAAjBR%2CuBAcI%2CeAGI%3BET6DR%2CiBAAA%3B%3BAS%5C%2FEA%2CkBAeI%2CeAMI%2CaAAe%3BAApBvB%2CuBAcI%2CeAMI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAMA%2CkBAHR%2CWAEI%2CaACK%3BAAAD%2CuBAHR%2CWAEI%2CaACK%3BAAAD%2CkBAFR%2CeACI%2CaACK%3BAAAD%2CuBAFR%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAMhB%3BET4CA%2CmBAAA%3BESzCI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CYAKI%3BEACI%2CqBAAA%3B%3BAANR%2CYAQI%3BAARJ%2CYASI%3BAATJ%2CYAUI%3BEACI%2CqBAAA%3B%3BAAXR%2CYAQI%2CqBAII%3BAAZR%2CYASI%2CqBAGI%3BAAZR%2CYAUI%2CMAEI%3BETgCR%2CiBAAA%3BES9BY%2CgBAAA%3B%3BAAKZ%3BETyBA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJ%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAKyDJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQAJR%2CeACI%2CcAGK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CQAJR%2CeACI%2CcAGK%2CKAGG%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAGR%2CQAbR%2CeACI%2CcAYK%3BEACG%2CaAAA%3B%3BAAEJ%2CQAhBR%2CeACI%2CcAeK%3BEACG%2CkBAAA%3B%3BAAEJ%2CQAnBR%2CeACI%2CcAkBK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtBhB%2CQACI%2CeAwBI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CQACI%2CeA4BI%3BEACI%2CiBAAA%3B%3BAA9BZ%2CQACI%2CeA%2BBI%3BETfR%2CcAAA%3BEAAA%2CiBAAA%3BESkBY%2CmBAAA%3B%3BAAnCZ%2CQACI%2CeAoCI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAxChB%2CQACI%2CeAoCI%2CUAKI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAKR%2CQADJ%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAApDZ%2CQA%2BDI%3BEAEI%2CiBAAA%3B%3BAAjER%2CQA%2BDI%2CsBAGI%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAArEZ%2CQA6EI%2CqBACI%3BEACI%2CmBAAA%3B%3BAA%5C%2FEZ%2CQA6EI%2CqBAII%3BEACI%2CSAAA%3B%3BAAkHZ%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CGAAE%3BEACE%2C%2BBAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBR%2CiBAeI%2CMAGI%2CUAAS%3BEACL%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBARJ%2CMAQK%2CQAAQ%3BAACT%2CiBATJ%2CMASK%2CQAAQ%3BEACL%2CgCAAA%3B%3BAAEJ%2CiBAZJ%2CMAYK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CiBAnBJ%2CMAmBK%3BETlOT%2CiBAAA%3B%3BASkOQ%2CiBAnBJ%2CMAmBK%2CUAEG%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAtChB%2CiBA2CI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7CR%2CiBA%2BCI%3BEACI%2CcAAA%3B%3BAAhDR%2CiBAmDI%3BAAnDJ%2CiBAoDI%3BAApDJ%2CiBAqDI%2CSAAQ%3BAArDZ%2CiBAsDI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAxDR%2CiBA2DI%3BEACI%2CgBAAA%3B%3BAA5DR%2CiBA2DI%2CqBAGI%2CQAAO%3BAA9Df%2CiBA2DI%2CqBAII%2CQAAO%3BET%5C%2FPf%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BASgMA%2CiBA2DI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAApEZ%2CiBAwEI%2CMAAK%3BEACD%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA3ER%2CiBAgFI%2CsBACM%2CmBACI%3BEACE%2CgBAAA%3B%3BAAKR%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BET9RX%2CgBAAA%3BESgSI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAII%2CcAAc%3BEACV%2CiBAAA%3B%3BAAGA%2CcADJ%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAZZ%2CcAqBI%3BEACI%2CgBAAA%3B%3BAgJtlBZ%3BEzJyRI%2CmBAAA%3BEAAA%2CWAAA%3BEyJtRA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAANR%2CqBAQI%3BEACI%2CgBAAA%3B%3BAATR%2CqBAQI%2CaAEI%3BEzJ%2BQJ%2CiBAAA%3BEyJ7QQ%2CgBAAA%3B%3BAAZZ%2CqBAeI%3BEzJ0QA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA0J%5C%2FGJ%2CqBAeI%2CQAEI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CqBAeI%2CQAMI%3BEzJoQJ%2CiBAAA%3BEyJlQQ%2CgBAAA%3B%3BAAvBZ%2CqBAeI%2CQAUI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEzJ8PR%2CeAAA%3B%3BAyJzRJ%2CqBA%2BBI%2COACI%3BAAhCR%2CqBA%2BBI%2COAEI%3BEACI%2CcAAA%3B%3BAAlCZ%2CqBA%2BBI%2COAKI%3BEzJqPJ%2CeAAA%3B%3BAyJzRJ%2CqBA%2BBI%2COAQI%3BEACI%2CcAAA%3B%3BAAGA%2CqBAZR%2COAWI%2COACK%3BEACG%2CSAAS%2COAAT%3BEzJ6OZ%2CeAAA%3BEyJ3OY%2CcAAA%3B%3BAlGxChB%2CaACI%3BEvDkRA%2CqBAAA%3BE4B9QA%2CqBAAA%3B%3BA2BLJ%2CaACI%2CO3BsQE%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2Ca2BVA%2CO3BUC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B3OU%2CO7B2OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca2BvBJ%2CO3BsBC%2CMACI%3BE5B2PL%2CWAAA%3B%3BA4BrPI%2Ca2B7BJ%2CO3B4BC%2COACI%3BE5BqPL%2CWAAA%3B%3BAuDnRJ%2CaAaI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CoBAOI%3BEvD0PA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAwD9EI%2CoBAFJ%2CGAEK%2CIAAI%3BEvDwPT%2CgBAAA%3BEAAA%2CyBAAA%3BEuDrPQ%2CaAAA%3B%3BAAZZ%2CoBAOI%2CGAOI%3BEvDmPJ%2C6BAAA%3BEuDjPQ%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBAfR%2CGAOI%2CGAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAlBR%2CGAOI%2CGAWK%3BAACD%2CoBAnBR%2CGAOI%2CGAYK%3BEvDuOT%2CmBAAA%3B%3BAuDjQJ%2CoBAOI%2CGAOI%2CGAeI%3BEvDoOR%2CWAAA%3BEuDlOY%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAUJ%2CKAJP%2COAAO%2CSAER%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAJP%2COAAO%2CSAER%2CQAAO%2CMACH%2COACK%2CYAEG%3BEACI%2CmBAAA%3B%3BAACA%2CKARf%2COAAO%2CSAER%2CQAAO%2CMACH%2COACK%2CYAEG%2CSAEK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CKAnBP%2COAAO%2CSAER%2CQAAO%2CMACH%2COAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAnBP%2COAAO%2CSAER%2CQAAO%2CMACH%2COAgBK%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGR%2CKA3BP%2COAAO%2CSAER%2CQAAO%2CMACH%2COAwBK%2CWACG%3BEACI%2CmBAAA%3B%3BAA7BpB%2CKAAK%2COAAO%2CSAqCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAxBhHR%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAMI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAATZ%2CgBAYI%3BEACC%2CSAAA%3BEACH%2CUAAA%3B%3BA1BkhCE%2CgB0BphCA%2CU1BohCC%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA%2BB%5C%2FQI%2CgBAJJ%2CUAIK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAACA%2CqBAHR%2COAAM%2CUACA%2CQAEG%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAIR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEACI%2CiBAAA%3B%3BAAKR%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAMI%3BEACI%2CmBAAA%3B%3BAAPR%2CQASI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAVR%2CQASI%2CQAAO%2CKAEH%3BEACI%2CaAAA%3B%3BAAZZ%2CQASI%2CQAAO%2CKAKH%3BEACI%2CkBAAA%3B%3BAAfZ%2CQASI%2CQAAO%2CKAKH%2CSAEI%3BEACI%2CWAAA%3B%3BAAUR%2CQADJ%2CeACK%3BEACG%2CgBAAA%3B%3BAA5BZ%2CQA0BI%2CeAII%3BEACI%2CkBAAA%3B%3BAACA%2CQANR%2CeAII%2CQAEK%3BEACG%2CeAAA%3B%3BAA6BR%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAOI%3BEACI%2CmBAAA%3B%3BAARR%2CMAUI%2CEAAC%3BEACG%2CSAAA%3B%3BAAXR%2CMAaI%3BEACI%2CeAAA%3B%3BAAIR%2CQAAQ%3BE%5C%2FB2JJ%2CgBAAA%3B%3BA%2BB3JJ%2CQAAQ%2CcAEJ%3BEACI%2CsBAAA%3B%3BAQvIR%2CaAAa%3BEACT%2CmBAAA%3B%3BAADJ%2CaAAa%2CQAET%3BEACI%2CgBAAA%3B%3BAAGR%2C4BACI%3BEACI%2CkBAAA%3B%3BAAGR%2CMAAM%2CUACF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMAJF%2CUACF%2CiBAGK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAANZ%2CMAAM%2CUASF%3BEACI%2CeAAA%3B%3BAACA%2CMAXF%2CUASF%2CqBAEK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CMAdF%2CUASF%2CqBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAfZ%2CMAAM%2CUAkBF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEvCgQJ%2CiBAAA%3B%3BAuCpRJ%2CMAAM%2CUAuBF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGR%2C0BACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C0BAMI%2CwBACI%2COAAM%3BEACF%2CuBAAA%3B%3BAC3CA%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BExC2RnB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEwCxRgB%2CgBAAA%3B%3BAAMpB%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CsBACI%2CiBAGI%2COAAM%3BEACF%2CoBAAA%3B%3BAALZ%2CsBAQI%2CyBAAyB%2COAAM%3BEAC3B%2CgBAAA%3B%3BACtBJ%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAAKZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CYAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CYAUI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAHlBZ%2CaACI%2COACI%3BEtCsRR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAsC%5C%2FQA%2CaAEI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAGR%2CaACI%2CiBACM%3BEACE%2CWAAA%3B%3BAAHZ%2CaACI%2CiBACM%2CaAEE%3BEACI%2CqBAAA%3B%3BAAUhB%2CKAAK%2CcACD%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CKATH%2CcACD%2CcAQK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAXZ%2CKAAK%2CcAeD%3BEtC8NJ%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAAMA%2CKUnBK%2CcAeD%2CaVIH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CKUhCC%2CcAeD%2CaVgBH%2CMACI%3BE5B6ML%2CcAAA%3B%3BA4BvMI%2CKUtCC%2CcAeD%2CaVsBH%2COACI%3BE5BuML%2CcAAA%3B%3BA4BhKA%2CKU7EK%2CcAeD%2CaAQK%2CQVsDR%3BE5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BAsCzMA%3BEACI%2CSAAA%3B%3BAVwCJ%2CgBUvCK%2CQACG%2COVsCP%3BE5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BAsCzMA%2CgBAWI%3BEACI%2CkBAAA%3BElCpDR%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BE4BhOA%2CqBAAA%3BE5BgOA%2CgBAAA%3B%3BA4B1NA%2CgBU4BI%2COV5BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBUeA%2COVhBH%2CMACI%3BE5B6ML%2CcAAA%3B%3BA4BvMI%2CgBUSA%2COVVH%2COACI%3BE5BuML%2CcAAA%3B%3BAI5MA%2CgBkCcI%2COlCdH%3BAACD%2CgBkCaI%2COlCbH%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CgBkCCI%2COlCDH%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CgBkCXI%2COlCWH%3BAACD%2CgBkCZI%2COlCYH%3BAACD%2CQAAQ%2CUAAW%2CiBkCbf%3BEtC8LJ%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAkCHI%2CgBAbJ%2COAaK%3BEtCiLT%2C%2BCAAA%3B%3BAsCzMA%2CgBA6BI%3BEtC4KJ%2CgCAAA%3BEsCzKQ%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CoBACI%2CoBAEI%2CcACI%3BAAJZ%2CoBAEI%2CkCACI%2CcACI%3BEtC4JZ%2CgBAAA%3BEsC1JgB%2CcAAA%3B%3BAAKJ%2CoBAVR%2CoBASI%2CGACK%3BAAAD%2CoBATR%2CkCAQI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAZhB%2CoBACI%2CoBAiBI%3BAAlBR%2CoBAEI%2CkCAgBI%3BEACI%2CWAAA%3B%3BAAKZ%2CoBAAqB%2CaASjB%2CQAAO%3BEtC%2BHX%2CqBAAA%3BE4BhOA%2CqBAAA%3BEUyGQ%2CmBAAA%3BEACA%2CkBAAA%3B%3BAVpGR%2CoBUkFqB%2CaASjB%2CQAAO%2CKV3FV%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAU9LQ%2CoBAnBa%2CaASjB%2CQAAO%2CKAUF%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAV9CZ%2CoBUwBqB%2CaASjB%2CQAAO%2CKAeF%2CSVhDR%3BE5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BAsCvGA%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAY1KJ%3BElD%2BQA%2CgBAAA%3BEkD7QI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAKI%3BElDoQJ%2CmBAAA%3BEAAA%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAsBzCA%2CmBAKI%2CUtBwPF%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4B2CA%2CmBsB1CI%2CUtB0CH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BvNW%2CO7BuNX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsBlUQ%2CmBAXJ%2CUAWK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAII%2CmBAFP%2CQACG%2CKACK%3BElDkOb%2CsBAAA%3BEkDhOgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAhBhB%2CmBAoBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CUACM%3BEACE%2CeAAA%3B%3BAACA%2CqBAHR%2CUACM%2CSAEG%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%2CeAGI%3BAALR%2CkBAEI%2CeAGI%3BAAJR%2CmBACI%2CeAGI%3BEACI%2CWAAA%3B%3BAAPZ%2CYAAa%2CMAAK%2CMAGd%2CeAMI%3BAARR%2CkBAEI%2CeAMI%3BAAPR%2CmBACI%2CeAMI%3BEACI%2CSAAA%3B%3BAAVZ%2CYAAa%2CMAAK%2CMAGd%2CeAMI%2CSAEM%3BAAVd%2CkBAEI%2CeAMI%2CSAEM%3BAATd%2CmBACI%2CeAMI%2CSAEM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAEI%3BAADJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAGA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAPZ%2CaAKI%2CeAII%3BAARR%2CaAII%2CeAII%3BEACI%2CgBAAA%3B%3BAlBxIhB%2CMAAM%2CQ7BiKA%2CQAGI%2CKACI%3BA6BrKd%2CMAAM%2CQ7BkKA%2CQAEI%2CKACI%3BA6BrKd%2CMAAM%2CQ7BmKA%2CQACI%2CKACI%3BA6BrKd%2CMAAM%2CQ7BiKA%2CQAGI%2CKAEI%3BA6BtKd%2CMAAM%2CQ7BkKA%2CQAEI%2CKAEI%3BA6BtKd%2CMAAM%2CQ7BmKA%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAgC%5C%2FRJ%2CMAAM%2CQ7B4KA%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BA6BhLd%2CMAAM%2CQ7B6KA%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BA6BhLd%2CMAAM%2CQ7B8KA%2CQAAK%2CYACD%2CKAAE%2CYACE%3BA6BhLd%2CMAAM%2CQ7B4KA%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BA6BjLd%2CMAAM%2CQ7B6KA%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BA6BjLd%2CMAAM%2CQ7B8KA%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BA6BlLhB%2CMAAM%2CQ7BuLA%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAgC%5C%2FRJ%2CMAAM%2CQAIA%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAALR%2CMAAM%2CQAOF%3BEACI%2CgBAAA%3B%3BAARR%2CMAAM%2CQAUF%2CWACI%3BEACI%2CeAAA%3B%3BAAZZ%2CMAAM%2CQAoBF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CMAAM%2CQA0BF%2CgBACI%3BEACI%2CaAAA%3B%3BAA5BZ%2CMAAM%2CQA0BF%2CgBAII%3BEACI%2CoBAAA%3B%3BAI5BJ%2CqBADJ%2CQACK%3BEpC4RL%2CqBAAA%3BE4B9QA%2CqBAAA%3BEQRQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBADJ%2CQACK%2CIRgRH%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2CqBQrBA%2CQACK%2CIRoBJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BpOU%2CO7BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBQlCJ%2CQACK%2CIRgCJ%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2CqBQxCJ%2CQACK%2CIRsCJ%2COACI%3BE5BqPL%2CcAAA%3B%3BAU%5C%2FRA%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2COAEF%2CcACI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3B%3BAAIZ%3BEACI%2CaAAA%3B%3BAAQJ%3BEACI%2CSAAA%3B%3BAADJ%2CeAEI%3BEACI%2CqBAAA%3B%3BAAHR%2CeAKI%2CwBACI%3BEACI%2CkBAAA%3B%3BAAPZ%2CeAUI%3BEVmQJ%2CcAAA%3B%3BAUjQQ%2CeAFJ%2COAEK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CeALJ%2COAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAOZ%2CSACI%3BEACI%2CcAAA%3B%3BAAFR%2CSAII%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CSAII%2CMAII%3BEACI%2CgBAAA%3B%3BAATZ%2CSAII%2CMAOI%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAGR%2CSAAI%3BEACA%2CmBAAA%3B%3BAyCzDI%2CkBAFP%2CMACG%2CQACK%3BEnD4Rb%2CSAAA%3B%3BAmDrRA%3BEnDqRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE0JlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAvGpIA%2CUuGsEA%3BE1J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAmDrRA%2CUuGsEA%2CcAGI%3BE1J4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmDrRA%2CUuGmFA%3BE1JkMA%2CgBAAA%3B%3BAmDrRA%2CUuG4FA%2CeACI%2CQAAO%3BE1JwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAmDrRA%2CUuG4FA%2CeACI%2CQAAO%2CM9H4KT%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2CU8H%2BEA%2CeACI%2CQAAO%2CM9HhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B1OU%2CO7B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU8HkEJ%2CeACI%2CQAAO%2CM9HpEV%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2CU8H4DJ%2CeACI%2CQAAO%2CM9H9DV%2COACI%3BE5BqPL%2CcAAA%3B%3BAI7CA%2CUsJ5IA%2CeACI%2CQAAO%2CMtJ2IV%3BAACD%2CUsJ7IA%2CeACI%2CQAAO%2CMtJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUsJlJA%2CeACI%2CQAAO%2CMtJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUsJvJA%2CeACI%2CQAAO%2CMtJsJV%3BAACD%2CUsJxJA%2CeACI%2CQAAO%2CMtJuJV%3BAACD%2CQAAQ%2CUAAW%2CWsJzJnB%2CeACI%2CQAAO%3BEtJyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA0J%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAvGvIJ%2CUASI%3BEAEI%2CmBAAA%3B%3BAAXR%2CUASI%2CgBAGI%3BEACI%2CgBAAA%3B%3BAAEI%2CUANZ%2CgBAGI%2CWAEI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAShB%2CcAAC%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAEI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAxC9CJ%2CSAAC%2CMAAM%3BEgB0IX%2CqBAAA%3BEACA%2CkBAAA%3BEhB7HQ%2CsBAAA%3B%3BAXuBR%2CSWrCK%2CMAAM%2COXqCV%3BAACD%2CSWtCK%2CMAAM%2COXsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSW3CK%2CMAAM%2COX2CV%3BEACG%2CWAAA%3B%3BAW5CA%2CSAAC%2CMAAM%2COgB0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAhB5bA%2CSAAC%2CMAAM%2COgB%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAhBjcA%2CSAAC%2CMAAM%2COgB%2BcX%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAhBjdA%2CSAAC%2CMAAM%2COgBodX%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAhBvdA%2CSAAC%2CMAAM%2COgBwJX%3BE3BiIA%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAjBzDI%2CSAAC%2CMAAM%2COgBwJX%2CeCqHE%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4B2CA%2CSjB%5C%2FDK%2CMAAM%2COgBwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSjB5EC%2CMAAM%2COgBwJX%2CeC7EC%2CMACI%3BE5B6ML%2CWAAA%3B%3BA4BvMI%2CSjBlFC%2CMAAM%2COgBwJX%2CeCvEC%2COACI%3BE5BuML%2CcAAA%3B%3BA2BuHA%2CShBhZK%2CMAAM%2COgBwJX%2CeAwPC%3BE3BvHD%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BADuVA%2CShBhZK%2CMAAM%2COgBwJX%2CeAwPC%2COCnIC%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4B2CA%2CSjB%5C%2FDK%2CMAAM%2COgBwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B%5C%2FNM%2CO7B%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSjB5EC%2CMAAM%2COgBwJX%2CeAwPC%2COCrUA%2CMACI%3BE5B6ML%2CWAAA%3B%3BA4BvMI%2CSjBlFC%2CMAAM%2COgBwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE5BuML%2CcAAA%3B%3BAWzRI%2CSAAC%2CMAAM%2COgBgOX%3BE3ByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE2BhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE3B8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAWzRI%2CSAAC%2CMAAM%2COgBgOX%2COAsBI%3BE3BmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA2B3BQ%2CShB9PH%2CMAAM%2COgBgOX%2COAsBI%2CGAQK%3BE3B2BT%2CmBAAA%3BE2BzBY%2CeAAA%3B%3BAAuTZ%2CShBvjBK%2CMAAM%2COgBgOX%2COAuVC%3BAACD%2CShBxjBK%2CMAAM%2COgBgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CShBjkBK%2CMAAM%2COgBgOX%2COAiWC%3BEACG%2CiBAAA%3BE3BzSJ%2CsDAAA%3BE2B2SI%2CWAAA%3B%3BAAGJ%2CShBvkBK%2CMAAM%2COgBgOX%2COAuWC%3BEACG%2CiBAAA%3BE3B%5C%2FSJ%2CsDAAA%3BE2BiTI%2CWAAA%3B%3BAAzDJ%2CShBjhBK%2CMAAM%2COgBgOX%2COAiTC%3BE3BxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA2B6PA%2CShBthBK%2CMAAM%2COgBgOX%2COAsTC%3BE3B7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA2BZA%2CShB7QK%2CMAAM%2COgB6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CShB7QK%2CMAAM%2COgB6QV%2COAGG%3BEACI%2CcAAA%3B%3BAhBjRJ%2CSAAC%2CMAAM%2COAeH%3BEACI%2CgBAAA%3B%3BAAhBR%2CSAAC%2CMAAM%2COAkBH%2COAAO%2CMAAK%3BEACR%2CmBAAA%3B%3BAACA%2CSApBP%2CMAAM%2COAkBH%2COAAO%2CMAAK%2CWAEP%3BEXqQb%2CmBAAA%3B%3BA4BzKA%2CiBjBtF0B%2CUA1BrB%2CMAAM%2COA4BG%2CUAEG%2CMiBkFhB%3BAAAD%2CcjBrFuB%2CUA3BlB%2CMAAM%2COA4BG%2CUAEG%2CMiBkFhB%3BE5ByKD%2CS6B%5C%2FPkB%2CO7B%2BPlB%3B%3BAWrPgB%2CiBAVU%2CUA1BrB%2CMAAM%2COA4BG%2CUAQG%3BAAAD%2CcATO%2CUA3BlB%2CMAAM%2COA4BG%2CUAQG%3BAACD%2CiBAXU%2CUA1BrB%2CMAAM%2COA4BG%2CUASG%3BAAAD%2CcAVO%2CUA3BlB%2CMAAM%2COA4BG%2CUASG%3BAACD%2CiBAZU%2CUA1BrB%2CMAAM%2COA4BG%2CUAUG%3BAAAD%2CcAXO%2CUA3BlB%2CMAAM%2COA4BG%2CUAUG%3BEXmPjB%2CWAAA%3B%3BAW9OgB%2CiBAjBU%2CUA1BrB%2CMAAM%2COA0CG%2CUAAO%2COACJ%3BAAAD%2CcAhBO%2CUA3BlB%2CMAAM%2COA0CG%2CUAAO%2COACJ%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAQJ%2CkBAJW%2CUApDtB%2CMAAM%2COAuDC%2CQACK%3BAAAD%2CqBAHc%2CUArDzB%2CMAAM%2COAuDC%2CQACK%3BAAAD%2CiBAFU%2CUAtDrB%2CMAAM%2COAuDC%2CQACK%3BAACD%2CkBALW%2CUApDtB%2CMAAM%2COAuDC%2CQAEK%3BAAAD%2CqBAJc%2CUArDzB%2CMAAM%2COAuDC%2CQAEK%3BAAAD%2CiBAHU%2CUAtDrB%2CMAAM%2COAuDC%2CQAEK%3BEXgOjB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAW7NgB%2CkBARW%2CUApDtB%2CMAAM%2COAuDC%2CQAKK%3BAAAD%2CqBAPc%2CUArDzB%2CMAAM%2COAuDC%2CQAKK%3BAAAD%2CiBANU%2CUAtDrB%2CMAAM%2COAuDC%2CQAKK%3BEACG%2CUAAA%3B%3BAAIZ%2CKAAK%2CcAAe%2CUAjEvB%2CMAAM%3BEAkEC%2CmBAAA%3B%3BAAII%2CKALH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAGG%3BEACG%2CgBAAA%3B%3BAAKhB%2CSAAC%2COAAO%3BEX6MZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE0JlJA%2CaAAA%3BEACA%2CUAAA%3B%3BA%5C%2FI5DI%2CSAAC%2COAAO%2CM%2BIFZ%3BE1J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAW7MI%2CSAAC%2COAAO%2CM%2BIFZ%2CcAGI%3BE1J4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAW7MI%2CSAAC%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%3BE1JwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAW7MI%2CSAAC%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CM9H4KT%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2CSjB2DK%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CM9HhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B1OU%2CO7B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSjB8CC%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CM9HpEV%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2CSjBwCC%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CM9H9DV%2COACI%3BE5BqPL%2CcAAA%3B%3BAI7CA%2CSOhKK%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CMtJ2IV%3BAACD%2CSOjKK%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CMtJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSOtKK%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CMtJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSO3KK%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CMtJsJV%3BAACD%2CSO5KK%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%2CMtJuJV%3BAACD%2CQAAQ%2CUAAW%2CUO7Kd%2COAAO%2CM%2BIoBZ%2CeACI%2CQAAO%3BEtJyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA0J%5C%2FIA%2CS%5C%2FI9DK%2COAAO%2CM%2BI8DX%3BEACG%2CUAAA%3B%3BA%5C%2FI7DI%2CSAFH%2COAAO%2CMAEH%3BEACG%2CcAAA%3B%3BAAGR%2CSAAC%3BEXuML%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE0JhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CS%5C%2FI9EK%2CQ%2BI8EJ%3BE1JyHD%2CYAAA%3BE0JrHQ%2CyBAAA%3B%3BA%5C%2FIhFA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAASZ%3BEACI%2CkBAAA%3B%3BAAKY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAiBZ%2C0BAtBJ%2CUAsBK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAtBJ%2CUAsBK%2CMAEG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2C0BAlCJ%2CUAkCK%3BEXuJT%2CcAAA%3BEWrJY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAMA%2C0BA3CR%2CUA0CK%2CQACI%3BAACD%2C0BA5CR%2CUA0CK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAEJ%2C0BA%5C%2FCR%2CUA0CK%2CQAKI%3BEACG%2CkBAAA%3B%3BAAMR%2C0BAtDJ%2CUAsDK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAII%3BEXyHJ%2CmBAAA%3BEWvHQ%2CgBAAA%3B%3BAASR%2C8BAII%3BEACI%2CkBAAA%3B%3BAAYR%2C0BACI%3BEX4FJ%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAW7FA%2C0BACI%2CaAGM%3BEACE%2CgBAAA%3B%3BAALZ%2C0BAQI%3BEACI%2CWAAA%3B%3BAATR%2C0BAWI%3BEACI%2CiBAAA%3B%3BAAZR%2C0BAcI%3BEACI%2CWAAA%3B%3BAACA%2C0BAFJ%2CmBAEK%2CMACG%3BEACI%2CmBAAA%3B%3BAAlBhB%2C0BAsBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAxBR%2C0BA0BI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAGA%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAIJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAWxOZ%2CcACI%3BEACI%2CmBAAA%3B%3BAAFR%2CcACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CcAQI%3BEACI%2CgBAAA%3B%3BAATR%2CcAQI%2CeAEI%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CeAAA%3B%3BAAZZ%2CcAQI%2CeAMI%2CKACI%3BEACI%2CqBAAA%3B%3BAAQJ%2CcAhBR%2CeAMI%2CKAUK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAYhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA1ChB%2CcA%2BCM%3BEACE%2CgBAAA%3B%3BAAhDR%2CcAmDI%2CiBACM%3BEACE%2CcAAA%3B%3BAArDZ%2CcAmDI%2CiBACM%2CaAEE%3BEACI%2CmBAAA%3B%3BAACA%2CcALZ%2CiBACM%2CaAEE%2CQAEK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAA1DpB%2CcAmDI%2CiBAWM%3BEACE%2CkBAAA%3B%3BAA%5C%2FDZ%2CcAuEI%3BEACI%2CgBAAA%3B%3BAAoBgB%2CcAbpB%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSACG%3BEACG%2CaAAA%3B%3BAA7F5B%2CcA%2BEI%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSAIE%3BEACI%2CqBAAA%3B%3BAAhG5B%2CcAwGI%3BAAxGJ%2CcAyGI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CoBAAA%3B%3BAA5GR%2CcAwGI%2CaAKI%3BAA7GR%2CcAyGI%2CeAAe%2COAIX%3BEACI%2CgBAAA%3B%3BAA9GZ%2CcAwGI%2CaAKI%2COAEI%3BAA%5C%2FGZ%2CcAyGI%2CeAAe%2COAIX%2COAEI%3BEtBgLZ%2CcAAA%3B%3BAsB%5C%2FRA%2CcAqHI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEtBiKvB%2CiBAAA%3B%3BAsBlKI%2CcAAC%2CaAIG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAnIhB%2CcAwII%2CWACI%3BEACI%2CkBAAA%3B%3BAA1IZ%2CcAwII%2CWAIM%3BEACE%2CSAAA%3B%3BAA7IZ%2CcAiJI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAnJZ%2CcAuJI%2CoBACI%3BEACI%2CSAAA%3B%3BAAzJZ%2CcAuJI%2CoBACI%2CUAEI%2CQAAO%3BEACH%2CeAAA%3B%3BAA3JhB%2CcAoKI%2CiBAAiB%2COAAM%3BEtB2H3B%2CiBAAA%3BEsBzHQ%2CmBAAA%3B%3BAAtKR%2CcAoKI%2CiBAAiB%2COAAM%2COAGnB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAKI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAoBrLZ%2CMAAM%2CWACF%3BEACI%2CaAAA%3B%3BAmBHI%2COADH%2CMACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2COADH%2COACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGR%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2COAAC%2CWAGG%3BEACI%2CeAAA%3B%3BAAKZ%2CWAEI%2CQAAQ%3BAADZ%2CeACI%2CQAAQ%3BEACJ%2CcAAA%3BEACA%2CcAAA%3B%3BAjD%5C%2FBR%2CcAYI%2CoBACM%3BEZiRV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEY%5C%2FQY%2CqBAAA%3B%3BAAfZ%2CcAmBI%2CWAEI%3BEACI%2CmBAAA%3B%3BAAGA%2CcANR%2CWAKI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1BhB%2CcA%2BBI%2CqBACM%3BEZ8PV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEY5PY%2CqBAAA%3B%3BAAlCZ%2CcAsCI%3BEACI%2CgBAAA%3B%3BAAvCR%2CcA0CI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA9ChB%2CcA0CI%2CcAOI%3BEACI%2CSAAA%3B%3BAAMZ%3BEACI%2CgCAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CuBAGI%3BEAEI%2CgBAAA%3B%3BAALR%2CuBAGI%2COAGI%3BEACI%2CoBAAA%3B%3B%3B%3B%3B%3BA%2BIrER%2CyBAAC%3BEACG%2C4EAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAaI%3BEACI%2CwBAAA%3B%3BAAGA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAEJ%2CyBALP%2CeACI%2CMAII%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2C2EAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAARJ%2CcASI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAcR%2CwBARA%2C8BACA%2C8BAA8B%3BEAC1B%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAxH5ER%2CKAAK%2COAAQ%2CSAAQ%3BEACjB%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAAK%2COAAQ%2CSAAQ%3BEACjB%2CSAAS%2CGAAT%3B%3BAAGJ%2CkBAAmB%2CiBAAiB%2CQAAO%2CUAAU%2CGAAG%3BEACpD%2CSAAS%2CGAAT%3B%3BAAGJ%2CwBAEI%2CgByHuHA%3BAzHxHJ%2CcACI%2CgByHuHA%3BE5JxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCGA%2CMAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAADJ%2CMAAC%2CIAAI%2COAEC%3BEnCgQN%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmClQA%2CMAAC%2CIAAI%2COAKD%3BEnC6PJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmC3PQ%2CgBAAA%3B%3BAAPR%2CMAAC%2CIAAI%2COASD%2COAAM%3BEACF%2CkBAAA%3B%3BAAVR%2CMAAC%2CIAAI%2COASD%2COAAM%2COAEF%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAdZ%2CMAAC%2CIAAI%2COASD%2COAAM%2COAOF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CMAAC%2CQAAQ%2CKACH%3BEnC2ON%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCvOQ%2CMALP%2CQAAQ%2CKAIL%2CQACK%3BEACG%2CmBAAA%3B%3BAAEJ%2CMARP%2CQAAQ%2CKAIL%2CQAIK%3BEnCoOT%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmC7NJ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAADJ%2CgBAAgB%2CKAEZ%2CQAAO%3BAAFX%2CgBAAgB%2CKAGZ%3BAAHJ%2CgBAAgB%2CKAIZ%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAEJ%2CwBAAC%3BEACG%2CcAAA%3B%3BAAPR%2CwBASI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAZR%2CwBASI%2CiBAII%3BEACI%2CiBAAA%3B%3BAAwBZ%2CgBACI%3BEAEI%2CmBAAA%3B%3BAAHR%2CgBAOI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CgBAeI%2CgBAGI%3BEnCsJJ%2CmBAAA%3B%3BAmCxKJ%2CgBAeI%2CgBAGI%2CwBAEI%3BEnCoJR%2CmBAAA%3B%3BAmClJY%2CgBAPZ%2CgBAGI%2CwBAEI%2CMAEK%3BEACG%2CgBAAA%3B%3BAAvBpB%2CgBAeI%2CgBAYI%3BEnC6IJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAmCxKJ%2CgBAeI%2CgBAiBI%3BEnCwIJ%2CmBAAA%3B%3BAmCxKJ%2CgBAsCI%2CyBACI%3BAAvCR%2CgBAsCI%2CyBAEI%3BEACI%2CcAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAII%3BEACI%2CkBAAA%3B%3BAALR%2CqBAII%2CqBAEI%3BAANR%2CqBAII%2CqBAGI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2CqBAII%2CqBAQI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CqBAII%2CqBAYI%3BEACI%2CgBAAA%3B%3BAASR%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COAJH%2CQAII%3BEACG%2CaAAA%3B%3BAALR%2COAAC%2CQAOG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAXR%2COAAC%2CQAaG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEAMd%2CmBAAA%3B%3BAANJ%2CSAAU%2CQAAC%2COAAO%2COAEd%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAWR%2COAAC%2CaAGG%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGR%2COAAC%3BEAIG%2CmBAAA%3B%3BAAJJ%2COAAC%2CKACG%2CaAAa%3BEnCiDjB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmC5CA%2COAAC%3BEACG%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BAnC%5C%2FLJ%2COmC4LC%2CKnC5LA%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAmC8LA%2COALH%2CKAKI%3BEACG%2CeAAA%3B%3BAAGR%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CeAAA%3B%3BAAQJ%2COAAC%3BEnCoBD%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEmClBI%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CmBAAA%3B%3BA0H5QA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAALZ%2CkBACI%2CcAMI%3BAAPR%2CkBAEI%2CcAKI%3BAAPR%2CkBAGI%2CiBAII%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAnITZ%2CmBAEI%2COACI%2CSAAW%3BAAHnB%2CmBAEI%2COAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAXZ%2CmBASI%2CYAII%2COAAM%2CeAAe%3BEACjB%2CgBAAA%3B%3BAAdZ%2CmBASI%2CYAOI%2COAAM%3BEACF%2CgBAAA%3B%3BAAjBZ%2CmBAoBI%2COAAM%3BEACF%2CgBAAA%3B%3BAAIR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CuBACI%2CkBAQI%3BEACI%2CmBAAA%3B%3BAACA%2CuBAVR%2CkBAQI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAZhB%2CuBAgBI%3BEACI%2CmBAAA%3B%3BAAQR%2C4BAGI%2CoBACI%3BAAHR%2C0BAEI%2CoBACI%3BAAFR%2CyBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAiBxDR%2CYACI%3BEACI%2CgBAAA%3B%3BAmHiBZ%2CsBACI%3BEACI%2CgCAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACI%2C6BAAA%3B%3BAAJb%2CsBACI%2CMAKI%3BAANR%2CsBACI%2CMAMM%3BEACE%2CcAAA%3BEACA%2C0BAAA%3B%3BAATZ%2CsBACI%2CMAUI%3BEACI%2CqBAAA%3B%3BAACA%2CsBAZR%2CMAUI%2CEAEK%3BEACG%2CcAAA%3B%3BAAGR%2CsBAhBJ%2CMAgBK%2CQACG%3BAADJ%2CsBAhBJ%2CMAgBK%2CQAEG%3BEACR%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJI%2CsBAhBJ%2CMAgBK%2CQAMG%3BEACI%2CcAAA%3B%3BAAMhB%2CiBAAkB%3BEACd%2CaAAA%3B%3BAAKJ%2CqBAAsB%3BEAClB%2CiBAAA%3B%3BAjJlBJ%3BEb0PI%2CsBAAA%3B%3BAanPJ%3BEAEI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAIA%2COAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAALJ%2CKAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAEL%2CWAAY%3BEACP%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAASR%2COAJG%2CKAIF%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEbmMJ%2CmBAAA%3BEAAA%2CaAAA%3B%3BAazLJ%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAEJ%2CQAJI%2COAIH%3BAACD%2CQALI%2COAKH%3BEboLD%2CgBAAA%3BEAAA%2CkBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEalLI%2CSAAA%3B%3BAAHJ%2CQAJI%2COAIH%2CSwDtDD%3BAxDuDA%2CQALI%2COAKH%2COwDvDD%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQxD%2BCA%2COAIH%2CSwDtDD%2CEAGK%3BAAAD%2CQxD%2BCA%2COAKH%2COwDvDD%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQxD2CA%2COAIH%2CSwDtDD%2CEAOK%3BAAAD%2CQxD2CA%2COAKH%2COwDvDD%2CEAOK%3BErEoOL%2CcAAA%3B%3BAahLA%2CQATI%2COASH%3BEACG%2CeAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQATI%2COASH%2COAMG%3BEACI%2CgBAAA%3B%3BAAGR%2CQAnBI%2COAmBH%3BEbsKD%2CgBAAA%3BEAAA%2CkBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEapKI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CQAnBI%2COAmBH%2CKwDrED%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQxD%2BCA%2COAmBH%2CKwDrED%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQxD2CA%2COAmBH%2CKwDrED%2CEAOK%3BErEoOL%2CcAAA%3B%3BAa3JJ%3BEACI%2CgBAAA%3B%3BAAKA%2COAAC%2CQAIG%2COACM%3BEACE%2CeAAA%3B%3BAANZ%2COAAC%2CQASG%3BEACI%2CgBAAA%3B%3BAAKZ%2CYAEI%2CUACI%2CSACI%2CGAAE%2CSACE%3BAAJhB%2CYACI%2CUACI%2CSACI%2CGAAE%2CSACE%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAACA%2CYANhB%2CUACI%2CSACI%2CGAAE%2CSACE%2CEAGK%3BAAAD%2CYANhB%2CUACI%2CSACI%2CGAAE%2CSACE%2CEAGK%3BEACG%2CqBAAA%3B%3BAATxB%2CYAEI%2CUAYI%3BAAbR%2CYACI%2CUAYI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAhBZ%2CYAEI%2CUAmBI%3BAApBR%2CYACI%2CUAmBI%3BEACI%2CgBAAA%3B%3BAAeZ%3BEACI%2CWAAA%3B%3BAAuIA%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEACK%2CoBAAA%3B%3BAAGL%3BEACI%2CaAAA%3B%3BAWzUJ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrB2JjC%2CQAGI%2CKACI%3BAqB%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrB4JjC%2CQAEI%2CKACI%3BAqB%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrB6JjC%2CQACI%2CKACI%3BAqB%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrB2JjC%2CQAGI%2CKAEI%3BAqBhKV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrB4JjC%2CQAEI%2CKAEI%3BAqBhKV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrB6JjC%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BAwBzRA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrBsKjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAqB1KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrBuKjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAqB1KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrBwKjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAqB1KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrBsKjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAqB3KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrBuKjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAqB3KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrBwKjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAqB5KZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSrBiLjC%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BAwBzRA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAI%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAALR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAO%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2CgCAAA%3B%3BAARR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAU%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%3BEACI%2CcAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BEACI%2CsBAAA%3B%3BAAKJ%2CQAtBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAzBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAIK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAOK%3BEACG%2CeAAA%3B%3BAA7BZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAgC%5C%2FB%3BEACI%2CcAAA%3B%3BAAjCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAmC%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAApCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAsC%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAvCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CeAOI%3BEACI%2CkBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BEACG%2CaAAA%3B%3BAANR%2CcAFM%2CSACV%2CSACK%2CKAQG%3BEACI%2CSAAA%3B%3BAASJ%2CcApBE%2CSACV%2CSACK%2CKAkBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAzBE%2CSACV%2CSACK%2CKAuBI%2CQACK%3BEACE%2CkBAAA%3B%3BAACA%2CcA5BN%2CSACV%2CSACK%2CKAuBI%2CQACK%2CIAEG%3BEACG%2CeAAA%3B%3BAA3BhB%2CcAFM%2CSACV%2CSACK%2CKA%2BBG%2CYACI%2CMAAK%3BEACD%2CYAAA%3B%3BAuI3GpB%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CuBASI%2COACI%3BEACI%2CgBAAA%3B%3BAAXZ%2CuBAeI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CuBAeI%2CcAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CuBAVR%2CcAKI%2CUAKK%3BEACG%2CmBAAA%3B%3BAA1BhB%2CuBA%2BBI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAlCR%2CuBA%2BBI%2CcAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CuBAVR%2CcAKI%2CUAKK%3BEACG%2CmBAAA%3B%3BAA1ChB%2CuBA%2BCI%2CmBACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIZ%2CsBACC%3BEACI%2CsBAAA%3B%3BAAIL%2CaACI%3BEACI%2CUAAA%3B%3BAAFR%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CaAKI%2CMAII%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAXZ%2CaAeI%2CSAAQ%2CQAAQ%3BEACZ%2CgBAAA%3B%3BAAIX%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CqBAKI%3BEACI%2CiBAAA%3B%3BAAGR%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CGAAG%2CYAKF%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAC5GJ%3BEACC%2CiBAAA%3B%3BAAQD%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAAFD%2CkBAGC%3BEACC%2CSAAA%3B%3BAAJF%2CkBAMC%3BAAND%2CkBAOC%3BEAEC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuHAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CkBAbD%2CcAaE%3BAAAD%2CkBAZD%2CcAYE%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAED%2CkBAlBD%2CcAkBE%2CMACA%3BAADD%2CkBAjBD%2CcAiBE%2CMACA%3BEACC%2CcAAA%3B%3BAA1BJ%2CkBAMC%2CcAuBC%3BAA7BF%2CkBAOC%2CcAsBC%3BEAEC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3B%3BAAxCH%2CkBAMC%2CcAuBC%2CoBAYC%3BAAzCH%2CkBAOC%2CcAsBC%2CoBAYC%3BEACC%2CcAAA%3B%3BAAGF%2CkBAvCD%2CcAuCE%2CMACA%3BAADD%2CkBAtCD%2CcAsCE%2CMACA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAMD%2CkBAhDF%2CcA%2BCC%2CEACE%3BAAAD%2CkBA%5C%2FCF%2CcA8CC%2CEACE%3BEACA%2CqBAAA%3B%3BAAvDJ%2CkBA2DC%3BEACC%2CqBAAA%3B%3BAA5DF%2CkBA%2BDC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAlEF%2CkBAoEC%2CeACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA5EH%2CkBAoEC%2CeACC%2CEAQC%3BEACC%2CaAAA%3B%3BAAED%2CkBAZF%2CeACC%2CEAWE%3BEACA%2CSnIpCO%2COmIoCP%3BEACA%2Ca9J3Ec%2CmB8J2Ed%3BEACA%2CiBAAA%3B%3BAAED%2CkBAjBF%2CeACC%2CEAgBE%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAvFJ%2CkBA2FC%3BEACC%2CYAAA%3B%3BAACA%2CkBAFD%2COAEE%3BEACA%2CiBAAA%3BEACA%2Ca9JxFe%2CmB8JwFf%3B%3BAAKA%2CkBAFF%2CcACC%2COACE%3BEACA%2CSnI9CO%2COmI8CP%3B%3BAAMD%2CkBAFF%2CcACC%2COACE%3BEACA%2CSnIpEO%2COmIoEP%3B%3BAAKJ%2CkBACC%3BAADD%2CkBAEC%3BEACC%2CkBAAA%3B%3BAAHF%2CkBACC%2CcAGC%3BAAJF%2CkBAEC%2CcAEC%3BEACC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3BEAEA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAACA%2CkBAjBF%2CcAGC%2CmBAcE%3BAAAD%2CkBAhBF%2CcAEC%2CmBAcE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAzBJ%2CkBACC%2CcAGC%2CmBAuBC%3BAA3BH%2CkBAEC%2CcAEC%2CmBAuBC%3BEACC%2CSAAA%3B%3BAA5BJ%2CkBACC%2CcAGC%2CmBAuBC%2CmBAEC%3BAA7BJ%2CkBAEC%2CcAEC%2CmBAuBC%2CmBAEC%3BEACC%2CiBAAA%3B%3BAA9BL%2CkBACC%2CcAGC%2CmBA6BC%3BAAjCH%2CkBAEC%2CcAEC%2CmBA6BC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CkBArCH%2CcAGC%2CmBAiCC%2CSACE%3BAAAD%2CkBApCH%2CcAEC%2CmBAiCC%2CSACE%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxCL%2CkBACC%2CcAGC%2CmBAuCC%3BAA3CH%2CkBAEC%2CcAEC%2CmBAuCC%3BEACC%2CgBAAA%3B%3BAA5CJ%2CkBACC%2CcAGC%2CmBA0CC%3BAA9CH%2CkBAEC%2CcAEC%2CmBA0CC%3BEACC%2CcAAA%3B%3BAAGF%2CkBAjDD%2CcAiDE%2CMACA%3BAADD%2CkBAhDD%2CcAgDE%2CMACA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAC%5C%2FKH%3BEACE%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CWAAC%3BEACC%2CcAAA%3B%3BAAXJ%2CWAaE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAjBJ%2CWAaE%2CaAKI%3BEACE%2CYAAA%3B%3BAAnBR%2CWAaE%2CaAQI%3BEACI%2CkBAAA%3B%3BAAtBV%2CWAaE%2CaAWI%3BEACE%2CaAAA%3B%3BAAzBR%2CWAaE%2CaAWI%2CUAEE%2CWAAU%3BEACR%2CyBAAA%3BEACA%2CWAAA%3B%3BAA5BV%2CWAaE%2CaAWI%2CUAME%3BEACE%2CWAAA%3B%3BAA%5C%2FBV%2CWAaE%2CaAWI%2CUASE%3BEACE%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAApCV%2CWAaE%2CaAWI%2CUAcE%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAA7CV%2CWAaE%2CaAWI%2CUAcE%2CWAQI%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApDd%2CWAaE%2CaAWI%2CUAcE%2CWAQI%2CWAOI%3BEACE%2CWAAA%3BEACA%2CeAAA%3B%3BAAvDlB%2CWA6DE%2CUAAU%3BEACR%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlEJ%2CWAoEE%2CUAAU%2CMAAK%3BEACb%2CUAAA%3B%3BAAYN%2CwBAR4C%3BEACxC%3BIACE%2CaAAA%3B%3BEAEF%2CYAAa%3BIACX%2CWAAA%3B%3B%3BAC9EL%2CUAAW%2CMAAK%3BAAAY%2CUAAW%2CMAAK%3BEAC3C%2CqBAAA%3B%3BAAED%2CiBAAkB%3BEACjB%2CaAAA%3B%3BAAED%2CiBAAkB%2CgBAAe%3BEAChC%2CcAAA%3B%3BACPD%2C0BACC%3BEACC%2CkBAAA%3B%3BAAFF%2C0BACC%2CoBAEC%3BEACC%2CqBAAA%3B%3BAAJH%2C0BAOC%3BEACC%2CaAAA%3B%3BAARF%2C0BAUC%2CWACC%3BEACC%2CcAAA%3B%3BAAIH%3BEACC%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%3BEACO%2CkBAAA%3B%3BAAEI%2CcADJ%2COACK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIf%3BEACC%2CWAAA%3B%3BAAGM%2CaAAC%3BEACG%2CkBAAA%3B%3BAAGQ%2CaAJX%2CaAEG%2CaACI%2COACK%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CaAJX%2CaAEG%2CaACI%2COACK%2COAIG%2CgBACI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAARZ%2CaAJX%2CaAEG%2CaACI%2COACK%2COAWG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAdR%2CaAJX%2CaAEG%2CaACI%2COACK%2COAWG%2CSAII%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArBZ%2CaAJX%2CaAEG%2CaACI%2COACK%2COAWG%2CSAII%2CQAOI%3BEACI%2CaAAA%3B%3BAAEJ%2CaA7BvB%2CaAEG%2CaACI%2COACK%2COAWG%2CSAII%2CQAUK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CajKvDjB%2CmBiKuDiB%3BEAEA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAOhB%2CaAlDX%2CaAEG%2CaA%2BCI%2COACK%3BEACG%2CaAAA%3B%3BAACA%2CaApDf%2CaAEG%2CaA%2BCI%2COACK%2CYAEI%3BEACG%2CaAAA%3B%3BAAQ3B%2CqBACC%3BEACC%2CeAAA%3B%3BAAKS%2C0BADJ%2COACK%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2C0BADJ%2COACK%2COAGG%2CgBACI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAPZ%2C0BADJ%2COACK%2COAUG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAbR%2C0BADJ%2COACK%2COAUG%2CSAII%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAApBZ%2C0BADJ%2COACK%2COAUG%2CSAII%2CQAOI%3BEACI%2CaAAA%3B%3BAAEJ%2C0BAzBhB%2COACK%2COAUG%2CSAII%2CQAUK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CajKtHT%2CmBiKsHS%3BEAEA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAO3B%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAHD%2CWAIC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3B%3BAANF%2CWAIC%2CQAGC%3BEACC%2CWAAA%3B%3BAARH%2CWAIC%2CQAGC%2CMAEC%3BEACC%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAnBJ%2CWAIC%2CQAGC%2CMAeC%2CEAAC%3BAAAQ%2CWAlBX%2CQAGC%2CMAeW%2COAAQ%3BEACjB%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAzBJ%2CWAIC%2CQAwBC%2CUAAU%3BEACT%2CoBAAA%3B%3BArJlKA%3BEAEI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CaAIM%3BEACE%2CcAAA%3BEdqRR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAc1RA%2CaAQI%3BEAEI%2CgBAAA%3B%3BAAVR%2CaAQI%2COAII%3BEACI%2CcAAA%3B%3BAAbZ%2CaAQI%2COAQI%3BEACK%2CmBAAA%3BEACA%2CUAAA%3B%3BAAlBb%2CaAQI%2COAQI%2CUAII%3BEACI%2CgBAAA%3B%3BAACA%2CaAdZ%2COAQI%2CUAII%2COAEK%3BEACG%2CeAAA%3B%3BAAvBpB%2CaAQI%2COAQI%2CUAWI%2CSACI%2COACM%3BEACE%2CeAAA%3B%3BAAiBxB%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CKAAK%2CcACD%2COACI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAHZ%2CKAAK%2CcACD%2COAIM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAPZ%2CKAAK%2CcAUD%3BEACI%2CiBAAA%3B%3BAAWA%2CKAtBH%2CcAqBD%2CMACK%2CQAAS%3BEACN%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CKA5BP%2CcAqBD%2CMAMI%2CKACK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CKArCH%2CcAoCD%2CQACK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAIJ%2CKA3CH%2CcA0CD%2CSACK%3BEACG%2CcAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CKApDH%2CcA0CD%2CSAUK%3BEACG%2CmBAAA%3B%3BAAEJ%2CKAvDH%2CcA0CD%2CSAaK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIJ%2CKA9DH%2CcA6DD%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA%5C%2FDZ%2CKAAK%2CcAmED%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAArER%2CKAAK%2CcA0ED%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAA3ER%2CKAAK%2CcAiFD%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeACI%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CeACI%2CwBAII%2CQAAO%3BEACH%2CWAAA%3B%3BAAGA%2CeARR%2CwBAOI%2CMACQ%3BEACA%2CgBAAA%3B%3BAAUhB%2CMAAM%3BEACF%2CgBAAA%3B%3BA8B9JJ%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAGI%3BEACI%2CgBAAA%3B%3BAAUA%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlBpB%2CeAuBI%3BEACI%2CaAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAjCZ%2CeAoCI%2CeACM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvCZ%2CeAoCI%2CeACM%2CWAGI%3BEACE%2CmBAAA%3B%3BAAEI%2CeAPhB%2CeACM%2CWAGI%2CWAEE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAACA%2CeAZpB%2CeACM%2CWAGI%2CWAEE%2CQACK%2CQAKI%3BEACG%2CgBAAA%3B%3BAAjD5B%2CeAwDI%3BAAxDJ%2CeAyDI%3BAAzDJ%2CeA0DI%3BAA1DJ%2CeA2DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiBACI%3BE5CgNJ%2CkBAAA%3BE4C9MQ%2CQAAA%3BEACA%2CYAAA%3B%3BAACA%2CiBAJJ%2CgBAIK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBARJ%2CgBAQK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CiBAcI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlBZ%2CiBAcI%2CSACI%2CSAIM%3BAAnBd%2CiBAcI%2CSACI%2CSAIkB%3BEACV%2CqBAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBADJ%2CQACK%2CSAKG%2CSAAQ%3BE5CkLpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BE4C7KgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CiBADJ%2CQACK%2CSAKG%2CSAAQ%2CIASJ%2CQACM%3BE5CwKtB%2CeAAA%3B%3BA4CjNA%2CiBAmDI%3BEACI%2CgBAAA%3B%3BAAGR%3BE5C0JA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6CgBA%2CeAEI%3BEACI%2CeAAA%3B%3BAACA%2CeAFJ%2CcAEK%2CIAAI%3BE5CsJb%2C0BAAA%3B%3BA4CnJQ%2CeALJ%2CcAKK%3BEACG%2CcAAA%3B%3BAARZ%2CeAcI%3B%3B%3BAAdJ%2CeAiBI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAApBZ%2CeAuBI%3BEACI%2CkBAAA%3B%3BAAxBR%2CeA0BI%2CSACM%3BAA3BV%2CeA0BI%2CSAEM%3BEACE%2CWAAA%3B%3BAA7BZ%2CeA0BI%2CSAKI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeARR%2CSAKI%2CQAGK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAArChB%2CeAyCI%2CsBACI%3BAA1CR%2CeAyCI%2CsBAEI%3BEACI%2CeAAA%3B%3BAA5CZ%2CeAyCI%2CsBAKI%2CMAAK%3BE5C4Gb%2CiBAAA%3B%3BA4C1JA%2CeAyCI%2CsBAWI%3BEACI%2CgBAAA%3B%3BAArDZ%2CeAwDI%2CSAAQ%2CQACJ%2CSAAQ%2COACJ%3BEACI%2CaAAA%3B%3BAA3DhB%2CeAqEI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAxER%2CeA0EI%3BE5CgFJ%2CiBAAA%3BE4C9EQ%2CmBAAA%3B%3BAA5ER%2CeA8EI%3BEACI%2CaAAA%3B%3BA7B%5C%2FLR%3BEf0QA%2CgBAAA%3B%3BAerQA%3BEfqQA%2CgBAAA%3B%3BAerQA%2CYAWI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAKI%3BEACI%2CcAAA%3B%3BAqC5CR%3BEpD2RA%2C6BAAA%3BEoDvRI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CsBAOI%3BEpDoRJ%2CeAAA%3BEAAA%2CgBAAA%3BEoDjRQ%2CWAAA%3B%3BAAVR%2CsBAOI%2CiBAKI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAOI%2CsBAHZ%2CkBACI%2CQACK%2CSACI%3BEpDsQjB%2CWAAA%3B%3BAgB9PA%3BEhB8PA%2CgBAAA%3BEgB3PI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEhBwPA%2CgBAAA%3BEgBtPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEhBgPL%2CmBAAA%3BEAAA%2CWAAA%3BEgB7OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEhBqOT%2C0BAAA%3B%3BAgB%5C%2FNQ%2CsBADH%2CWACI%3BEhB%2BNT%2C0BAAA%3B%3BAgBxPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEhBsNR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAgB3MQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEhB0MT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEgBrMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA5BF%2COA4BG%3BEhB8LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEgBxLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEhBuLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAgB1KQ%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAFR%2CsBAAC%2CQAIK%3BEhBuKV%2CWAAA%3B%3BAgBrKY%2CsBANP%2CQAIK%2COAEG%3BEhBqKb%2CmBAAA%3B%3BAgBlKY%2CsBATP%2CQAIK%2COAKG%3BEhBkKb%2CS6BhPa%2CO7BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAgBzJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAEK%3BEhBuJV%2CWAAA%3B%3BAgBrJY%2CsBAJP%2CUAEK%2COAEG%3BEhBqJb%2CS6BhPa%2CO7BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA0DpRI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE1DgRZ%2CqBAAA%3B%3BA0D1QA%2CYACI%2CUACM%2CSACI%3BEACE%2CgBAAA%3B%3BA0GEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEpK8PL%2CYAAA%3B%3BAoK9PI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAGA%2CcAPP%2CQAMG%2CsBACK%3BEpKuPb%2CWAAA%3B%3BAoKpQA%2CcAmBI%3BEpKiPJ%2CqBAAA%3BE4B9QA%2CqBAAA%3B%3BAwIUA%2CcAmBI%2CsBxIqOF%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2CcwIuBI%2CsBxIvBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS6B7NQ%2CO7B6NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcwIUA%2CsBxIXH%2CMACI%3BE5B2PL%2CWAAA%3B%3BAoKtOY%2CUAAW%2CeAXnB%2CsBAUK%3BEpKuOT%2CYAAA%3B%3BAoKtOY%2CUAAW%2CeAXnB%2CsBAUK%2CMAGS%3BEACE%2CcAAA%3B%3BAAEJ%2CUALO%2CeAXnB%2CsBAUK%2CMAMQ%3BEpKiOjB%2CWAAA%3B%3BAoKpQA%2CcA0CI%3BEpK0NJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEoKnNQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEpKwPT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEoKlMY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcA7BJ%2CuBA6BK%3BEpK6LT%2C2BAAA%3B%3BAoK1LQ%2CcAhCJ%2CuBAgCK%3BEpK0LT%2C2BAAA%3BEoKxLY%2CUAAA%3BEACA%2CUAAA%3B%3BA%5C%2FGtEZ%2CYAMI%3BAANJ%2CYAOI%3BErDsPJ%2CgBAAA%3BEqDpPQ%2CmBAAA%3B%3BAATR%2CYAMI%2CYAKI%2CUACI%3BAAZZ%2CYAOI%2CuBAII%2CUACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAdhB%2CYAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CYAuBI%3BErDsOJ%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BEqD9NQ%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BErDwNT%2CqBAAA%3B%3BAqDrNY%2CYAjBR%2CuBAcK%2CcAGI%3BErDqNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS6BhPa%2CO7BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEqD9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA1DhB%2CYAqEI%3BEACI%2CgBAAA%3B%3BAAEI%2CYAHR%2CmBAEM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAA1EhB%2CYA%2BEI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAjFR%2CYAoFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAII%3BEACI%2CcAAA%3B%3BAAGR%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAMI%2CMACI%3BErD8IR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAqD1IY%2C%2BBALR%2CMACI%2CGAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAbR%2CMAYI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAArBpB%2C%2BBAMI%2CMAmBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BANhKhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BE%5C%2FCgRR%2CcAAA%3BE%2BC9QY%2CeAAA%3B%3BAACA%2CsBANP%2CcAGG%2CsBAGK%3BEACE%2CaAAA%3B%3BAAPX%2CsBAAC%2CcAcG%3BE%5C%2FCqQR%2CYAAA%3BE%2BCjQY%2CSAAA%3B%3BAiBZZ%2C%2BBAEI%3BEhE2QJ%2C6BAAA%3BEgExQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2C%2BBAEI%2C4BAMI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAXZ%2C%2BBAeI%3BEhE8PJ%2CiBAAA%3B%3BAgE7QA%2C%2BBAeI%2C8BAEI%3BEACI%2CcAAA%3B%3BAAlBZ%2C%2BBAsBI%3BAAtBJ%2C%2BBAuBI%3BEACI%2CgBAAA%3B%3BARzBR%3BExD8QA%2CmBAAA%3BEAAA%2CkBAAA%3BEwD1QI%2CgBAAA%3B%3BAAJJ%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BExD6PR%2CWAAA%3BEwD3PY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BExDmPhB%2CiBAAA%3BEwDjPgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAKI%3BAANR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAII%3BEACI%2CgBAAA%3B%3BAA%5C%2FBpB%2CkBAqCI%3BEACI%2CkBAAA%3B%3BAAtCR%2CkBA8CI%2CeACM%3BEACE%2CgCAAA%3BExD8NZ%2CyBAAA%3BEwD5NY%2CeAAA%3BExD4NZ%2CcAAA%3BE4BhOA%2CqBAAA%3BE4BcY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7DZ%2CkBA8CI%2CeACM%2CS5BmNR%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4B2CA%2CkB4BNI%2CeACM%2CS5BKT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA4BzRY%2CkBAhBR%2CeACM%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAjEhB%2CkBA8CI%2CeACM%2CSAoBE%3BExD2MZ%2CiBAAA%3BEwDzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BA5BwChB%2CkB4BhEI%2CeA2BK%2COACK%2CS5BoCb%3BE5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BAwD9QA%2CkBA8CI%2CeAmCI%3BEACI%2CkBAAA%3B%3BAAlFZ%2CkBAuFI%3BExDuLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwDnLQ%2CSAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAhGZ%2CkBAmGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAvGZ%2CkBAmGI%2CcAMI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5GZ%2CkBAmGI%2CcAWI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhHZ%2CkBAmGI%2CcAeI%3BExD4JR%2CiBAAA%3BEwD1JY%2CgBAAA%3B%3BAAGA%2CkBApBR%2CcAmBI%2CqBACQ%3BEACA%2CSAAA%3B%3BAADJ%2CkBApBR%2CcAmBI%2CqBACQ%2CuBAEA%3BExDqJhB%2CeAAA%3B%3BA4DtRA%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAMR%2CqBACI%3BE5DkQJ%2CiBAAA%3BE4DhQQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CqBASI%2COACI%3BEACI%2CgBAAA%3B%3BAAXZ%2CqBAcI%3BEACI%2CkBAAA%3B%3BAAfR%2CqBAcI%2CiBAEM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlBZ%2CqBAyBI%2COAAM%3BEACF%2CSAAA%3B%3BAA1BR%2CqBAyBI%2COAAM%2COAEF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7BZ%2CqBAyBI%2COAAM%2COAMF%2COACI%3BAAhCZ%2CqBAyBI%2COAAM%2COAMF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGR%2CqBAbJ%2COAAM%2COAaE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBR%2COAAM%2COAaE%2CSAKC%3BE5DwNb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE4DnNgB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAf5EhB%2CwBACI%3BEACI%2CgBAAA%3B%3BAAGA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAGR%2CwBANJ%2CgBAMK%2CQACG%3BEACI%2CcAAA%3B%3BAAZhB%2CwBAiBI%3BE7CiQJ%2C0BAAA%3BEAAA%2CeAAA%3BE6C9PQ%2CSAAA%3B%3BAApBR%2CwBAiBI%2CsBAKI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAzBZ%2CwBAiBI%2CsBAWI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA9BZ%2CwBAkCI%3BEACI%2CaAAA%3BE7C%2BOR%2CsBAAA%3B%3BA6C5OY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAvChB%2CwBA4CI%3BAA5CJ%2CwBA6CI%3BE7CqOJ%2CgBAAA%3B%3BA6ClRA%2CwBAiDI%3BEACI%2CgBAAA%3B%3BAAlDR%2CwBAqDI%3BEACI%2CgBAAA%3B%3BAAtDR%2CwBAqDI%2CgCAGI%2CSACI%3BEACI%2CeAAA%3B%3BAA1DhB%2CwBAqDI%2CgCAaI%3BE7CgNR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA6CrMQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAA9EZ%2CwBAuFI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAA1FR%2CwBA4FI%3BEACI%2CcAAA%3B%3BACrFY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSjB0ClB%2COiB1CkB%3B%3BAAKhB%2CwBAVJ%2CgBAUK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAVJ%2CgBAUK%2CaAIG%3BEACI%2CaAAA%3B%3BAAhBhB%2CwBAqBI%3BE9C0PJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BA8C%5C%2FQA%2CwBAqBI%2CsBAII%3BE9CsPR%2CcAAA%3BEAAA%2CqBAAA%3BE4BhOA%2CqBAAA%3B%3BAAMA%2CwBkBhCI%2CsBAII%2CelB4BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B9NQ%2CO7B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBkB7CA%2CsBAII%2CelBwCP%2CMACI%3BE5B6ML%2CWAAA%3B%3BA4BvMI%2CwBkBnDA%2CsBAII%2CelB8CP%2COACI%3BE5BuML%2CcAAA%3B%3BA8C%5C%2FQA%2CwBAwCI%3BE9CuOJ%2CsBAAA%3B%3BA8C%5C%2FQA%2CwBA4CI%3BEACI%2CgBAAA%3B%3BAA7CR%2CwBAgDI%3BEACI%2CUAAA%3B%3BAAjDR%2CwBAgDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CwBAPR%2CmBAEI%2CMAKK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBAPR%2CmBAEI%2CMAKK%2CQAEG%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CYAAA%3B%3BAAGR%2CwBAfR%2CmBAEI%2CMAaK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAjEhB%2CwBAgDI%2CmBAEI%2CMAiBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAtEhB%2CwBAgDI%2CmBAyBI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3B%3BAA7EZ%2CwBAiFI%2COAII%2CQACM%3BEACE%2CiBAAA%3B%3BAAvFhB%2CwBAiFI%2COAII%2CQAII%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3FhB%2CwBAiFI%2COAaI%2COACI%3BEACI%2CYAAA%3B%3BAAhGhB%2CwBAiFI%2COAkBI%2CMACI%3BEACI%2CWAAA%3B%3BAArGhB%2CwBAiFI%2COAuBI%2CQACI%3BEACI%2CYAAA%3B%3BAA1GhB%2CwBAiFI%2COA6BM%2CSAAM%2CIACF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAAjHhB%2CwBAiFI%2COAmCI%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAzCJ%2COAyCK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BA7B%5C%2FIxB%3BEACI%2CmBAAA%3B%3BAADJ%2C0BAGI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAMzBJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAARhB%2CuBAKI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAiBpB%2CyBAII%3BEACI%2CWAAA%3BEvB%2BPR%2CkBAAA%3B%3BAuBzPI%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3B%3BAADJ%2CaAAc%2CMADb%2CaAAc%2CUAGX%3BEACI%2CgBAAA%3B%3BAAHR%2CaAAc%2CMADb%2CaAAc%2CUAGX%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAANZ%2CaAAc%2CMADb%2CaAAc%2CUAUX%2CQAAO%3BEACH%2CgBAAA%3B%3BAAOZ%3BEACI%2CmBAAA%3B%3BAAMQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAShB%2C2BAKI%3BEACI%2CkBAAA%3B%3BAAIR%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCAOI%3BEACI%2CgCAAA%3B%3BAARR%2CgCAeI%3BEACI%2CsBAAA%3B%3BAAhBR%2CgCAeI%2CKAEI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CgCAeI%2CKAKI%3BEvB2KR%2CiBAAA%3BEuBzKY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CgCA4BI%2CSACI%3BEAGI%2CgBAAA%3B%3BAAEJ%2CgCANJ%2CSAMK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgCAXJ%2CSAWK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BA8I9EJ%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BErK4NhC%2CcAAA%3BEqK1NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BErKiNT%2CcAAA%3BEqK%5C%2FMY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BErKqM3C%2CcAAA%3BEqKnMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BErKuLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAqKnLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BErKmLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqK1KI%2COAAC%3BErK0KL%2CyBAAA%3BEqKxKQ%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%3BErKwJT%2CmBAAA%3BEAAA%2CcAAA%3BEqKrJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BErK8Ib%2CsBAAA%3B%3BAqKzIQ%2COAjCH%2COAiCI%3BErKyIT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqKnIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BErKmIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAqK3HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BErK2H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAqKrHQ%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%3BAAGR%2COA3EH%2COA2EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAhFP%2COA2EI%2CSAKI%3BErKkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEqKlCQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BErKkFhB%2CmBAAA%3B%3BAqK7EQ%2COA7FH%2COA6FI%3BErK6ET%2Ca2E3RgC%2CyB3E2RhC%3B%3BAqKzEQ%2COAjGH%2COAiGI%3BErKyET%2CyBAAA%3BEAAA%2CcAAA%3BEqKtEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BErK%2BDZ%2CgBAAA%3B%3BAqK5DY%2COA9GP%2COAiGI%2CQAeO%3BAADJ%2COA%5C%2FGP%2COAiGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAtHf%2COAiGI%2CQAeO%2CQAMK%3BAAAD%2COAtHf%2COAiGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAvHf%2COAiGI%2CQAeO%2CQAOK%3BAAAD%2COAvHf%2COAiGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAhIf%2COAiGI%2CQAeO%2CQAgBK%3BAAAD%2COAhIf%2COAiGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAvIf%2COAiGI%2CQAeO%2CQAuBK%3BAAAD%2COAvIf%2COAiGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA9GP%2COAiGI%2CQA8CO%3BAAhCJ%2COA%5C%2FGP%2COAiGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAvJP%2COAiGI%2CQAsDI%3BErKmBb%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEqKfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAjGH%2COAiGI%2CQAiEG%3BErKQZ%2CcAAA%3BEqKNgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA5KH%2COA4KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAjLP%2COA4KI%2CaAKI%2CMAAS%3BErKPtB%2C%2BBAAA%3B%3BAqKWY%2COArLP%2COA4KI%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%3BEACA%2CUAAA%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%3BAC%5C%2FPT%2CkBAGI%2CiBD4PK%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAE%5C%2FVJ%2CUAAW%2CEAAC%3BAACZ%2CKAAK%2CIAAI%2CYAAY%3BAACrB%2CQAAQ%2CIAAI%2CYAAY%3BAACxB%2CMAAM%2CIAAI%2CYAAY%3BEAClB%2CgBAAA%3B%3BAAEJ%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CyBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%2C4BACI%2CoBACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAALZ%2C4BAQI%2CmBAAmB%2CcAAc%3BEAC7B%2CmBAAA%3B%3BAAIJ%2CYAAC%2CqBACG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEAEA%2CgBAAA%3B%3BAAEJ%2CYAfH%2CqBAeI%2CMACG%3BEACI%2CWAAW%2CgBAAX%3B%3BAAjBZ%2CYAAC%2CqBAoBG%3BAApBJ%2CYAAC%2CqBAqBG%3BAArBJ%2CYAAC%2CqBAsBG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CaAAC%3BEACG%2CqBAAA%3B%3BAADJ%2CaAAC%2CwBAEG%2CsBACI%2CiBACM%2CWACE%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAOxB%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CsBAAA%3B%3BAAHR%2CmBAKI%3BAALJ%2CmBAMI%3BEACI%2CYAAA%3B%3BAAPR%2CmBAUI%2CMAAK%3BAAVT%2CmBAWI%2CMAAK%3BEACD%2CeAAA%3B%3BAAZR%2CmBAeI%2CeACI%2CgBACI%2CMAAK%3BEACD%2CeAAA%3B%3BAAKR%2CmBADJ%2CQACK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAACA%2CmBAZR%2CQACK%2CmBAWI%3BEACG%2CqBAAA%3B%3BAAnChB%2CmBAuCI%3BEACI%2CiBAAA%3B%3BAAxCR%2CmBA0CI%2CmBACI%2CeACM%2CSACE%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAQhB%2C0BAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C0BAAC%2CYAGG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2C0BAAC%2CYAGG%2CYAII%3BEACI%2CgBAAA%3B%3BAAThB%2C0BAaI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2C0BAaI%2C6BAKI%3BAAlBR%2C0BAaI%2C6BAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2C0BAaI%2C6BAWI%3BEACI%2CUAAA%3B%3BAAzBZ%2C0BAaI%2C6BAWI%2CsBAEI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA7BhB%2C0BAaI%2C6BAWI%2CsBAOI%3BEACI%2CWAAA%3B%3BAAhChB%2C0BAaI%2C6BAsBI%3BEACI%2CUAAA%3B%3BAAGQ%2C0BA1BhB%2C6BAsBI%2CyBAEI%2CyBACI%2CMACK%2CSACG%3BEACI%2CgBAAA%3B%3BAAFR%2C0BA1BhB%2C6BAsBI%2CyBAEI%2CyBACI%2CMACK%2CSAIG%2CSAAQ%3BEACJ%2CgBAAA%3B%3BAA5C5B%2C0BAaI%2C6BAqCI%2CsBACI%3BAAnDZ%2C0BAaI%2C6BAqCI%2CsBAEI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAvDhB%2C0BAaI%2C6BAqCI%2CsBAOI%3BEACI%2CmBAAA%3B%3BAA1DhB%2C0BA%2BDI%3BEACI%2CQAAA%3B%3BAAKR%2CwBACI%3BEACI%2CmBAAA%3B%3BAAIR%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CiBACI%2CgCAGI%3BEACI%2CkBAAA%3B%3BAALZ%2CiBACI%2CgCAMI%2CMACI%3BEACI%2C6BAAA%3B%3BAACA%2CiBATZ%2CgCAMI%2CMACI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAYA%2C6BAJhB%2CwBACI%2CiBACI%2CSACI%2CQACK%3BEACG%2CaAAA%3B%3BAAOxB%2CyBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CyBACI%2CeAEI%3BEACI%2CkBAAA%3B%3BAAJZ%2CyBACI%2CeAKI%3BEACI%2CkBAAA%3B%3BAAPZ%2CyBACI%2CeAKI%2CSAEI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CyBAVZ%2CeAKI%2CSAEI%2CsBAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAbpB%2CyBACI%2CeAgBI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxBZ%2CyBACI%2CeAgBI%2CuBAQI%3BEACI%2CaAAA%3B%3BAAGJ%2CyBA5BR%2CeAgBI%2CuBAYK%3BEACG%2CS1IvNJ%2CO0IuNI%3BEACA%2CarKnQD%2CmBqKmQC%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAApChB%2CyBAyCI%2CwBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIZ%2CwBACI%2CUACI%2CgBAAkB%2CkBACd%3BEACI%2C6BAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CsBAGI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CsBAGI%2CeAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAfZ%2CsBAGI%2CeAcI%3BEACI%2CkBAAA%3B%3BAAlBZ%2CsBAqBI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAvBR%2CsBAqBI%2CmBAGI%3BEACI%2CmBAAA%3B%3BAAzBZ%2CsBAqBI%2CmBAGI%2CeAEM%3BEACE%2CgCAAA%3B%3BAA3BhB%2CsBAqBI%2CmBAUI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEI%2CsBAdZ%2CmBAUI%2CcAGI%2CQACK%2CSACG%2CMACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAANZ%2CsBAdZ%2CmBAUI%2CcAGI%2CQACK%2CSASG%3BEACI%2CmBAAA%3B%3BAA7CxB%2CsBAqBI%2CmBA8BI%2CcACI%2COACI%3BAArDhB%2CsBAqBI%2CmBA8BI%2CcACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAvDpB%2CsBAqBI%2CmBA8BI%2CcACI%2COAMI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5DpB%2CsBAqBI%2CmBA8BI%2CcAYI%2CMAEI%3BAAjEhB%2CsBAqBI%2CmBA8BI%2CcAaI%2CMACI%3BAAjEhB%2CsBAqBI%2CmBA8BI%2CcAYI%2CMAGI%3BAAlEhB%2CsBAqBI%2CmBA8BI%2CcAaI%2CMAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAtEpB%2CsBAqBI%2CmBA8BI%2CcAYI%2CMAUK%2CKACG%3BAA1EpB%2CsBAqBI%2CmBA8BI%2CcAaI%2CMASK%2CKACG%3BAA1EpB%2CsBAqBI%2CmBA8BI%2CcAYI%2CMAUK%2CKAEG%3BAA3EpB%2CsBAqBI%2CmBA8BI%2CcAaI%2CMASK%2CKAEG%3BEACI%2CsBAAA%3B%3BAA5ExB%2CsBAqBI%2CmBA%2BDI%3BEACI%2CoBAAA%3B%3BAArFZ%2CsBAyFI%2CwBACI%2CcACI%2CSAEK%3BEACG%2CWAAA%3B%3BAA9FpB%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%3BEACI%2CmBAAA%3B%3BAAjGpB%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAEI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAApGxB%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAMI%2CyBACI%3BEACI%2CcAAA%3B%3BAACA%2CsBAhBxB%2CwBACI%2CcACI%2CSAKI%2CsBAMI%2CyBACI%2CEAEK%3BEACG%2CcAAA%3B%3BAA1GhC%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAcI%3BEACI%2CSAAA%3B%3BAA%5C%2FGxB%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAApHxB%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaAII%3BEACI%2CiBAAA%3B%3BAAtH5B%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaAOI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA3H5B%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaAOI%2CSAII%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAnIhC%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaAOI%2CSAaI%3BEACI%2COAAA%3BEACA%2C%2BBAAA%3B%3BAAvIhC%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaAOI%2CSAiBI%3BEACI%2CQAAA%3BEACA%2C8BAAA%3B%3BAA3IhC%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaA6BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAKI%2CsBAjE5B%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaAsCI%2CeAEK%2CKACI%3BEACG%2CS1IpY1B%2CO0IoY0B%3BEAEA%2CarK3brB%2CmBqK2bqB%3B%3BAAKJ%2CsBAzE5B%2CwBACI%2CcACI%2CSAKI%2CsBAiBI%2CaAsCI%2CeAUK%2CMACI%3BEACG%2CS1IzZxB%2CO0IyZwB%3BEACA%2CarKlcrB%2CmBqKkcqB%3B%3BAApKpC%2CsBAyFI%2CwBACI%2CcACI%2CSAKI%2CsBA0EI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEI%2CsBArFxB%2CwBACI%2CcACI%2CSAKI%2CsBA0EI%2CeAGI%2CeACK%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBAzF5B%2CwBACI%2CcACI%2CSAKI%2CsBA0EI%2CeAGI%2CeACK%2COAII%3BEACG%2CS1Ipb3B%2CO0Iob2B%3BEACA%2CarKldrB%2CmBqKkdqB%3B%3BAApLpC%2CsBA6LI%2CeACI%2CMAAK%3BEACD%2CaAAA%3BEACA%2CkBAAA%3B%3BAAhMZ%2CsBA6LI%2CeAKI%3BEACI%2CaAAA%3B%3BAAnMZ%2CsBA6LI%2CeAQI%3BEACI%2CyBAAA%3B%3BAAtMZ%2CsBA6LI%2CeAYI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAA3MZ%2CsBA6LI%2CeAYI%2CeAGI%3BEACI%2COAAA%3BEACA%2CkBAAA%3B%3BAA9MhB%2CsBA6LI%2CeAYI%2CeAOI%2CiBACI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAOxB%2C4BACI%3BEvKzeJ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAuKyeI%2CKAAC%2C%2BBACI%2CQAEI%2CKACI%3BAAJb%2CKAAC%2C%2BBAEI%2CQACI%2CKACI%3BAAJb%2CKAAC%2C%2BBACI%2CQAEI%2CKAEI%3BAALb%2CKAAC%2C%2BBAEI%2CQACI%2CKAEI%3BEACG%2CsBAAA%3B%3BAAMpB%2CYACI%2CYACK%3BEACG%2CaAAA%3B%3BAAIZ%2CcACK%3BEACG%2CaAAA%3B%3BAAKR%2CYACI%2C6BACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAMJ%2CoBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CkCACI%2CMAAK%3BEACD%2CaAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CkCAKI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAPR%2CkCAKI%2CeAGI%3BEACI%2COAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2CkCAKI%2CeAOI%2CiBACI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAADJ%2CoBAEK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CyBACI%2CiBACK%2CWAEG%3BAAJZ%2CyBACI%2CiBAEK%2CaACG%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA8BhB%2CmBAzBsC%3BEAClC%2C0BAA0B%3BIACtB%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2C0BAAC%2CYACG%3BEADJ%2C0BAAC%2CYAEG%3BIACI%2CeAAA%3B%3BEAIZ%3BIACI%2CWAAA%3B%3BEAEJ%2CmBACI%3BIACI%2CUAAA%3B%3B%3BAAgCZ%2CmBA1BqC%3BEACjC%2CmBACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CeAAA%3B%3BEAKJ%2CIAAC%2CkBACG%3BIACI%2CwCAAA%3B%3B%3BAAqFhB%2CmBA7EqC%3BEACjC%2C4BACI%3BIACI%2CcAAA%3B%3BEAFR%2C4BACI%2CoBAEI%3BIACI%2CiBAAA%3B%3BEAIZ%2CmBACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CmBAKI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAMJ%2C0BAAC%3BIACG%2CmBAAA%3B%3BEADJ%2C0BAAC%2CYAEG%3BIACI%2CgBAAA%3B%3BEAHR%2C0BAAC%2CYAKG%3BEALJ%2C0BAAC%2CYAMG%3BIACI%2CgBAAA%3B%3BEARZ%2C0BAaI%2C6BACI%3BEAdR%2C0BAaI%2C6BAEI%3BIACI%2CWAAA%3B%3BEAhBZ%2C0BAaI%2C6BAKI%3BIACI%2CmBAAA%3B%3BEAnBZ%2C0BAaI%2C6BAQI%2CsBACI%3BIACI%2CmBAAA%3B%3BEAvBhB%2C0BA2BI%2CyBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA9BZ%2C0BA2BI%2CyBAKI%3BIACI%2CSAAA%3B%3BEAjCZ%2C0BA2BI%2CyBAQI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2CsBACI%2CeACI%3BIACI%2CcAAA%3B%3BEAHZ%2CsBACI%2CeACI%2CeAEI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAsCpB%2CmBA%5C%2FBqC%3BEAE7B%2C0BAAC%2CYACG%3BEADJ%2C0BAAC%2CYAEG%3BEAFJ%2C0BAAC%2CYAGG%3BIACI%2CmBAAA%3B%3BEAJR%2C0BAAC%2CYAMG%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAXR%2C0BAAC%2CYAaG%3BEAbJ%2C0BAAC%2CYAcG%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CsBACI%2CeACI%3BIACI%2CiBAAA%3B%3B%3BAA%2BDpB%2CmBA1DyC%3BEACjC%2CsBACI%2CwBACI%2CcACI%2CSACI%2CsBACI%2CaACI%3BIACI%2CYAAA%3B%3BEAQ5B%2CsBACI%2CmBACI%2CcACI%2COACI%3BIACI%2CiBAAA%3B%3BEALpB%2CsBACI%2CmBAQI%3BIACI%2CkBAAA%3B%3BEAKZ%2C4BACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAOZ%2CsBACI%2CmBACI%2CcACI%2CMAEI%3BEALhB%2CsBACI%2CmBACI%2CcAEI%2CMACI%3BEALhB%2CsBACI%2CmBACI%2CcACI%2CMAGI%3BEANhB%2CsBACI%2CmBACI%2CcAEI%2CMAEI%3BIACI%2CiBAAA%3B%3B%3BAC71B3B%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAED%2CYAAc%2CQAAK%2CUAAU%3BAAAO%2CYAAc%2CQAAM%3BEAAY%2CaAAA%3B%3BAACpE%2CYAAc%2CQAAK%3BAAAc%2CYAAc%2CQAAK%2CYAAa%3BEAAY%2CcAAA%3B%3BAAC7E%3BEAAa%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAACjC%2CeAAe%3BEAAQ%2CiCAAiC%2C0DAAjC%3BEAA4F%2CSAAA%3BEAAU%2CSAAS%2CEAAT%3BEAAY%2CaAAA%3BEAAc%2COAAA%3BEAAQ%2CYAAA%3BEAAa%2CkBAAA%3BEAAmB%2CQAAA%3BEAAS%2CSAAA%3BEAAU%2CYAAA%3B%3BAAClN%2CeAAe%2CMAAM%3BEAAQ%2CaAAA%3B%3BAAC7B%3BEAAsB%2CaAAA%3B%3BAACtB%2CoBAAoB%2COAAO%3BEAAS%2CcAAA%3B%3BAACpC%3BAACA%3BEACC%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAAC%3BAAAD%2CWAAC%3BEACA%2CaAAa%2CYAAb%3BEACA%2CWAAA%3B%3BAAGF%2CWAAW%3BEACV%2CSAAS%2COAAT%3B%3BAAED%2CWAAW%3BEACV%2CSAAS%2COAAT%3B%3BAAGA%2CaAAC%2CMACA%3BAADD%2CaAAC%2CMAEA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CaAAC%2CMAMA%3BEACC%2CUAAA%3B%3BAAPF%2CaAAC%2CMASA%3BEACC%2CWAAA%3B%3BAAIH%2CMAAM%2CIAAI%3BEACT%2CgBAAA%3B%3BAAED%2CMAAM%2CIAAI%2CUAAU%3BEACnB%2CgBAAA%3B%3BAAED%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAHD%2CWAIC%2CGACC%3BEACC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAPF%2CGACC%2COAME%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CWAbD%2CGAaE%2CMAEA%3BAADD%2CWAdD%2CGAcE%2CaACA%3BEACC%2CgBAAA%3B%3BAAWL%2CwBAN2C%3BEACzC%3BIACC%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAC3ED%2CYACE%2CsBAAsB%2CYAAY%2CQAAO%3BEACvC%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAZJ%2CYAcE%3BEACI%2CkBAAA%3B%3BAAfN%2CYAiBE%3BEACE%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAA9BJ%2CYAgCE%3BEACE%2CkBAAA%3B%3BAAEF%2CYAAC%3BEACC%2CmBAAA%3B%3BAADF%2CYAAC%2CYAEC%2CMACE%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CYAAC%2CYAEC%2CMAME%3BEACE%2CaAAA%3B%3BAATN%2CYAAC%2CYAYC%2CcACE%2CMACE%3BEACE%2CYAAA%3BEACA%2CaAAA%3B%3BAAhBR%2CYAAC%2CYAoBC%3BEACE%2CmBAAA%3B%3BAAKJ%2CoBAAC%3BEACC%2CcAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAANF%2CoBAAC%2CYAOC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAXJ%2CoBAAC%2CYAaC%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhBN%2CoBAmBE%3BEACE%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CwBAAyB%3BEACvB%2CmBAAA%3B%3BAAEF%2CuBAAwB%2CeAAe%2CoBAAoB%3BEACzD%2CWAAA%3B%3BAAGF%3BEACE%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGF%3BIACE%2CUAAA%3B%3B%3BAAIJ%3BEACE%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGF%3BIACE%2CUAAA%3B%3B%3BACnHL%3BEAufC%2CkBAAA%3B%3BAAvfD%2CUACC%3BEAwaC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAzaA%2CUADD%2CaACE%2CcACA%2CYACC%3BEACC%2CcAAA%3B%3BAALL%2CUACC%2CaAQC%2CQAAO%2CKACN%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAbJ%2CUACC%2CaAeC%2CQAAO%2CSAAS%2CKACd%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAApBJ%2CUACC%2CaAsBC%2CQAAO%2CSACN%2CUAAS%2CKACP%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA3BL%2CUACC%2CaAsBC%2CQAAO%2CSAON%2CQAAO%3BEACN%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CyCAAA%3BEACA%2C4CAAA%3BEACA%2CuCAAA%3BEACA%2C%2BCAAA%3BEACA%2CqDAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApDJ%2CUACC%2CaAsBC%2CQAAO%2CSAON%2CQAAO%2CQAuBN%2CGACC%2CEACC%3BEACC%2CeAAA%3B%3BAAKJ%2CUA5DF%2CaAsBC%2CQAAO%2CSAsCL%2CMACA%2CQAAO%3BEACN%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAlEL%2CUACC%2CaAsBC%2CQAAO%2CSA8CN%2CUACC%2CQACC%3BEACC%2CeAAA%3B%3BAAxEN%2CUACC%2CaAsBC%2CQAAO%2CSAqDN%3BEACC%2CSAAA%3B%3BAA7EJ%2CUACC%2CaAsBC%2CQAAO%2CSAwDN%3BEACC%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEC%2CUAlFJ%2CaAsBC%2CQAAO%2CSAwDN%2CUAGE%2CIACC%3BEACA%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAA3FN%2CUACC%2CaAsBC%2CQAAO%2CSAwDN%2CUAeC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CsCAAA%3BEACA%2CgBAAA%3B%3BAAED%2CUA3GH%2CaAsBC%2CQAAO%2CSAwDN%2CUA6BE%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FGN%2CUACC%2CaAsBC%2CQAAO%2CSA4FN%2CQACC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAAxHL%2CUACC%2CaA2HC%3BEA6LC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA3TH%2CUACC%2CaA2HC%2CQACC%3BEAgFC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CyCAAA%3BEACA%2C4CAAA%3BEACA%2CuCAAA%3BEACA%2CsCAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAA5NJ%2CUACC%2CaA2HC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COACD%2CUAAS%2CKACP%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAApIR%2CUACC%2CaA2HC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COAQD%3BEACC%2CkBAAA%3B%3BAACA%2CUAxIN%2CaA2HC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COAQD%2CUAEE%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAAlJR%2CUACC%2CaA2HC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COAQD%2CUAaC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAED%2CUA%5C%2FJN%2CaA2HC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COAQD%2CUAyBE%2CMACC%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAApKT%2CUACC%2CaA2HC%2CQACC%2CgBACC%2CUA2CC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FKN%2CUACC%2CaA2HC%2CQACC%2CgBACC%2CUA2CC%2CEAOC%3BEACC%2CeAAA%3B%3BAAID%2CUApLL%2CaA2HC%2CQACC%2CgBACC%2CUAsDC%2CKACE%3BEACA%2CcAAA%3B%3BAAIC%2CUAzLP%2CaA2HC%2CQACC%2CgBACC%2CUAsDC%2CKAIC%2CEACC%2CWACE%3BEACA%2CaAAA%3B%3BAAQD%2CUAlMP%2CaA2HC%2CQACC%2CgBACC%2CUAkEC%2CSACC%2CEACC%2CWACE%3BEACA%2CaAAA%3B%3BAApMT%2CUACC%2CaA2HC%2CQACC%2CgBACC%2CUA2EC%3BEACC%2CaAAa%2CkBAAb%3B%3BAA1MN%2CUACC%2CaA2HC%2CQACC%2CgBAgGC%2CUAAS%2COACP%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAxON%2CUACC%2CaA2HC%2CQACC%2CgBAgGC%2CUAAS%2COACP%2CIAWA%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CUA3ON%2CaA2HC%2CQACC%2CgBAgGC%2CUAAS%2COACP%2CIAWA%2CKAGE%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3B%3BAAKA%2CUA1PP%2CaA2HC%2CQACC%2CgBAgGC%2CUAAS%2COACP%2CIA2BC%2CMACA%2CKACE%3BEACA%2CWAAA%3B%3BAAMH%2CUAjQL%2CaA2HC%2CQACC%2CgBAgGC%2CUAAS%2COAoCP%2CIAAC%2CQACA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAApQP%2CUACC%2CaA2HC%2CQACC%2CgBA2IC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA7QL%2CUACC%2CaA2HC%2CQACC%2CgBAkJC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAlRL%2CUACC%2CaA2HC%2CQACC%2CgBAuJC%2CyBACC%3BEACC%2CmBAAA%3B%3BAAtRN%2CUACC%2CaA2HC%2CQACC%2CgBA4JC%2CaAAY%3BEACX%2CWAAA%3B%3BAA1RL%2CUACC%2CaA2HC%2CQACC%2CgBA%2BJC%2CaACC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAjSN%2CUACC%2CaA2HC%2CQACC%2CgBA%2BJC%2CaACC%2CUAKC%3BEACC%2CiBAAA%3BEACA%2CYAAA%3B%3BAApSP%2CUACC%2CaA2HC%2CQACC%2CgBA%2BJC%2CaACC%2CUASE%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAzSP%2CUACC%2CaA2HC%2CQACC%2CgBA%2BJC%2CaAgBC%3BEACC%2CSAAA%3B%3BAA7SN%2CUACC%2CaA2HC%2CQACC%2CgBAmLC%2CqBACC%2CUAAS%2COACP%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAASH%2CUA5TH%2CaA2HC%2CQAgME%2CIACC%2CMACA%3BEACC%2CcAAA%3B%3BAA%5C%2FTN%2CUACC%2CaA2HC%2CQAuMC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA7UJ%2CUACC%2CaA2HC%2CQAuMC%2CWAWC%2CKAAI%3BEACH%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAlVL%2CUACC%2CaA2HC%2CQAuMC%2CWAiBC%2CKAAI%3BEACH%2CWAAA%3BEACA%2CSAAA%3B%3BAAtVL%2CUACC%2CaA2HC%2CQAuMC%2CWAqBE%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA1VL%2CUACC%2CaA2HC%2CQAuMC%2CWAyBC%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAlWL%2CUACC%2CaA2HC%2CQAuMC%2CWAiCC%3BEACC%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CUA3WJ%2CaA2HC%2CQAuMC%2CWAiCC%2CWAQE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAIH%2CUA3XF%2CaA2HC%2CQAgQE%2CMACA%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAjYL%2CUACC%2CaA2HC%2CQAwQC%3BEACC%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CUA3YH%2CaA2HC%2CQAwQC%2CWAQE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAED%2CUAzZH%2CaA2HC%2CQAwQC%2CWAsBE%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2C6CAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAraL%2CUACC%2CaA2aC%2CQAAO%2CKAAK%3BEACX%2CaAAA%3BEACA%2CSAAA%3B%3BAA9aH%2CUACC%2CaA%2BaC%2CQAAO%3BEACN%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlbH%2CUACC%2CaA%2BaC%2CQAAO%2CKAGN%2CWACC%3BEACC%2CaAAA%3B%3BAArbL%2CUACC%2CaA%2BaC%2CQAAO%2CKAGN%2CWAIC%3BEACC%2CeAAA%3B%3BAAxbL%2CUACC%2CaA%2BaC%2CQAAO%2CKAWN%3BEACC%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA9bJ%2CUACC%2CaA%2BaC%2CQAAO%2CKAWN%2CgBAIC%2CIACC%2CEACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3B%3BAAncP%2CUACC%2CaAwcC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7cH%2CUACC%2CaA8cC%2CQAAO%2CIACN%2CQAAO%3BEAQN%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3dJ%2CUACC%2CaA8cC%2CQAAO%2CIACN%2CQAAO%2CSACN%2CGACC%2CEACC%3BEACC%2CeAAA%3B%3BAApdP%2CUACC%2CaA6dC%2CWACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAneJ%2CUACC%2CaAqeC%2CQAAO%2CSAAS%2CKACd%3BEACA%2CYAAA%3B%3BAAKA%2CUA5eH%2CaA0eC%2CQAAO%2CSACN%2CWACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAlfL%2CUAwfC%2CQACC%2CWACC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAKJ%3BEAqcC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA1cD%2CWACC%3BEA2FC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CwCAAA%3BEACA%2CyBAAA%3B%3BAAnGF%2CWACC%2CmBACC%2CQAAO%2CSACN%2CUAAS%2CKACP%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAANL%2CWACC%2CmBACC%2CQAAO%2CSAOL%3BEASA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAA%5C%2FBJ%2CWACC%2CmBACC%2CQAAO%2CSAOL%2CUACA%2CGACC%2CEACC%3BEACC%2CeAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAAdP%2CWACC%2CmBACC%2CQAAO%2CSA%2BBN%3BEACC%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEC%2CWApCJ%2CmBACC%2CQAAO%2CSA%2BBN%2CUAGE%2CIACC%3BEACA%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAA7CN%2CWACC%2CmBACC%2CQAAO%2CSA%2BBN%2CUAeC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CsCAAA%3BEACA%2CgBAAA%3B%3BAA5DL%2CWACC%2CmBACC%2CQAAO%2CSA%2BBN%2CUAeC%2CGAaC%3BEACC%2CSAAA%3B%3BAAGF%2CWAhEH%2CmBACC%2CQAAO%2CSA%2BBN%2CUAgCE%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAApEN%2CWACC%2CmBACC%2CQAAO%2CSAsEN%3BEACC%2CSAAA%3B%3BAAzEJ%2CWACC%2CmBACC%2CQAAO%2CSAyEN%2CQACC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FEL%2CWACC%2CmBACC%2CQAAO%2CSAyEN%2CQACC%2CEAIC%3BEACC%2CeAAA%3B%3BAAjFN%2CWACC%2CmBAqFC%2CQAAO%2CSAAS%2CSAAS%2CKACvB%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAYD%2CWApGF%2CmBAmGC%2CQAAO%2CSAAS%2CSACd%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3B%3BAAKF%2CWAjHF%2CmBAgHE%2CKACC%2CUAAU%3BEACV%2CaAAA%3B%3BAAnHJ%2CWACC%2CmBAqHE%2CKAAE%3BEACF%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA5HH%2CWA%2BHC%2CaACC%2CQACC%3BEA4CC%2CyBAAA%3B%3BAA7KJ%2CWA%2BHC%2CaACC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COACD%2CUAAS%2CKACR%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAID%2CWAbN%2CaACC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COAQD%2CUACE%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3B%3BAArJR%2CWA%2BHC%2CaACC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COAQD%2CUAYC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAED%2CWApCN%2CaACC%2CQACC%2CgBACC%2CUACC%2CGAAE%2COAQD%2CUAwBE%2CMACC%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAvKT%2CWA%2BHC%2CaAiDC%2CQAAO%2CSAAS%2CKACd%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnLJ%2CWA%2BHC%2CaAuDC%2CQAAO%2CKACN%2CWACC%3BEACC%2CaAAA%3B%3BAAKF%2CWA%5C%2FDF%2CaA8DC%2CQAAO%2CSACL%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3B%3BAAtML%2CWA%2BHC%2CaA8DC%2CQAAO%2CSAYL%3BEACA%2CyBAAA%3BEACA%2C2CAAA%3B%3BAA3MJ%2CWA%2BMC%2CQAAO%2CKACN%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAlNH%2CWAqNC%3BEAyJC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApXF%2CWAqNC%2CQACC%3BEA0GC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C2CAAA%3B%3BAA1UH%2CWAqNC%2CQACC%2CgBACC%2CUACE%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAjOL%2CWAqNC%2CQACC%2CgBACC%2CUACE%2CIAUA%3BEAaC%2CeAAA%3B%3BAAZA%2CWAdL%2CQACC%2CgBACC%2CUACE%2CIAUA%2CKACE%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3B%3BAAMA%2CWA9BN%2CQACC%2CgBACC%2CUACE%2CIAyBC%2CMACA%2CKACE%3BEACA%2CWAAA%3B%3BAApPR%2CWAqNC%2CQACC%2CgBACC%2CUAmCC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FPL%2CWAqNC%2CQACC%2CgBACC%2CUAmCC%2CEAMC%3BEACC%2CeAAA%3B%3BAAjQN%2CWAqNC%2CQACC%2CgBACC%2CUA6CC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvQL%2CWAqNC%2CQACC%2CgBACC%2CUA6CC%2CSAIC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA3QN%2CWAqNC%2CQACC%2CgBACC%2CUAuDC%3BEACC%2CiBAAA%3BEACA%2CgCAAA%3B%3BAACA%2CWA5DJ%2CQACC%2CgBACC%2CUAuDC%2CKAGE%3BEACA%2CYAAA%3B%3BAAlRN%2CWAqNC%2CQACC%2CgBACC%2CUAuDC%2CKAMC%3BEACC%2CgBAAA%3B%3BAArRN%2CWAqNC%2CQACC%2CgBACC%2CUAiEE%3BEACA%2CYAAA%3B%3BAAzRL%2CWAqNC%2CQACC%2CgBACC%2CUAoEC%3BEACC%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWA9EJ%2CQACC%2CgBACC%2CUAoEC%2CWAQE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FSN%2CWAqNC%2CQACC%2CgBACC%2CUA2FC%2CGACC%3BEACC%2CaAAa%2CkBAAb%3B%3BAAMD%2CWArGJ%2CQACC%2CgBAkGC%2CUAAS%2COACP%2CIAAC%2CQACA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAA5TN%2CWAqNC%2CQACC%2CgBAqHC%3BEACC%2CSAAA%3BEACA%2CYAAA%3B%3BAA7UJ%2CWAqNC%2CQACC%2CgBAyHC%3BEACC%2CWAAA%3B%3BAAhVJ%2CWAqNC%2CQACC%2CgBA4HC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAArVJ%2CWAqNC%2CQACC%2CgBA4HC%2CmBAIC%3BEACC%2CcAAA%3B%3BAAvVL%2CWAqNC%2CQACC%2CgBAoIC%2CaACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAhWL%2CWAqNC%2CQACC%2CgBAoIC%2CaACC%2CUAMC%3BEACC%2C6BAAA%3B%3BAAlWN%2CWAqNC%2CQACC%2CgBAoIC%2CaACC%2CUAMC%2CGAEC%3BEACC%2CSAAA%3BEACA%2CkBAAA%3B%3BAArWP%2CWAqNC%2CQACC%2CgBAoIC%2CaAeC%3BEACC%2CSAAA%3B%3BAAWH%2CWAhKD%2CQAgKE%2CMACA%3BEACC%2C6BAAA%3B%3BAAFF%2CWAhKD%2CQAgKE%2CMAIA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3B%3BAAhYJ%2CWAqNC%2CQA8KC%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA3YH%2CWAqNC%2CQA8KC%2CWASC%3BEACC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FYJ%2CWAqNC%2CQA8KC%2CWAcC%3BEACC%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAApZJ%2CWAqNC%2CQAkMC%2CQACC%2CUACE%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA5ZL%2CWAqNC%2CQA2MC%3BEACC%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWAnNF%2CQA2MC%2CWAQE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAED%2CWAjOF%2CQA2MC%2CWAsBE%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2C6CAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAjcJ%2CWA2cC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3B%3BAA7cF%2CWA%2BcC%2CmBAAkB%3BEACjB%2CcAAA%3B%3BAAhdF%2CWAkdC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3B%3BAApdF%2CWAkdC%2CaAGC%3BEACC%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGA%2CWARF%2CaAOC%2CKAAI%2CGACF%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CkBAAb%3B%3BAA5dJ%2CWAkdC%2CaAaC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAleH%2CWAqeC%2CQAAO%3BEACN%2CYAAA%3B%3BAAIC%2CWAFF%2CQAAO%2CSACN%2CWACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAnfJ%2CWAufC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA5fF%2CWA8fC%2CWACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAApgBH%2CWAugBC%2CsBACC%3BEACC%2CkBAAA%3B%3BAAIH%2CSACC%2C2BACE%3BEACA%2CaAAA%3B%3BAAIH%3BEAMC%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAVD%2C0BACC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAQA%2C0BADG%2CaACC%3BEC3gCH%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEDygCA%2CuBAAA%3B%3BACvgCA%2C0BDogCE%2CaACC%2CeCrgCF%3BAACD%2C0BDmgCE%2CaACC%2CeCpgCF%3BEACG%2CaAAA%3B%3BADygCP%2CYAAY%3BEACX%2CWAAA%3B%3BAAED%2CYAAY%3BEACX%2CYAAA%3BEACA%2CiBAAA%3B%3BAAED%3BEACC%2CWAAA%3B%3BAAED%3BEACC%2CWAAA%3B%3BAAED%3BEACC%2CWAAA%3B%3BAAED%3BEACC%2CWAAA%3B%3BAAED%3BEACC%2CiBAAA%3B%3BAAED%2CuBACC%2CWACC%2CaACC%2CQACC%2CWACC%2CKAAI%3BEACH%2CQAAA%3B%3BAAON%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFD%2CQAGC%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CQARD%2CKAQE%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAC%2CMACA%3BEACC%2CWAAA%3B%3BAAIH%2CQACC%3BEAYC%2CmBAAA%3B%3BAAbF%2CQACC%2CqBACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAJH%2CQACC%2CqBAKC%2CQACC%2CWACC%3BEACC%2CaAAA%3B%3BAATL%2CQACC%2CqBAaC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAlBH%2CQAqBC%3BEACC%2CoBAAA%3B%3BAAGF%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAED%2CEAAE%3BEACD%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAJD%2CEAAE%2CcAKD%3BEACC%2CkBAAA%3BEACA%2CSAAA%3B%3BAAPF%2CEAAE%2CcAKD%2CGAGC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAnBH%2CEAAE%2CcAKD%2CGAGC%2CEAYC%3BEACC%2CeAAA%3B%3BAAED%2CEAvBD%2CcAKD%2CGAGC%2CEAeE%3BEACA%2CWAAA%3B%3BAAxBJ%2CEAAE%2CcAKD%2CGAGC%2CEAkBC%2CKAAI%3BEACH%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CEAlCF%2CcAKD%2CGAGC%2CEAkBC%2CKAAI%2CUAQF%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAA9CL%2CEAAE%2CcAKD%2CGA6CC%2CEAAC%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAApDH%2CEAAE%2CcAKD%2CGA6CC%2CEAAC%2CUAGA%3BEACC%2CeAAA%3B%3BAAtDJ%2CEAAE%2CcAKD%2CGAoDE%2CKAAE%2CQACD%2CKACC%3BEACA%2CkBAAA%3B%3BAA5DL%2CEAAE%2CcAKD%2CGA2DC%2CGACC%2CGACC%2CGACC%2CGAAE%2COACA%3BEACA%2CmBAAA%3B%3BAAQD%2CEA7EJ%2CcAKD%2CGA2DC%2CGAUC%2CGAAE%2COACA%2CIACA%2CKACE%3BEACA%2CaAAA%3B%3BAA9EP%2CEAAE%2CcAqFD%2CGAAE%3BEACD%2CqBAAA%3B%3BAAtFF%2CEAAE%2CcAwFD%3BEA8BC%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA3BI%2CEA7FJ%2CcAwFD%2CGACC%2CGACC%2CGACE%2CMACA%2CEACE%3BEACA%2CWAAA%3B%3BAAKF%2CEAnGH%2CcAwFD%2CGACC%2CGACC%2CGAQC%2CEACE%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA1GN%2CEAAE%2CcAwFD%2CGACC%2CGAqBC%2CGACC%2CGACC%3BEACC%2CiBAAA%3B%3BAAjHN%2CEAAE%2CcAwFD%2CGAiCC%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA5HH%2CEAAE%2CcAwFD%2CGAiCC%2CGAIC%3BEACC%2CaAAA%3B%3BAA9HJ%2CEAAE%2CcAwFD%2CGAyCC%2CGAAE%3BEACD%2CmBAAA%3B%3BAAlIH%2CEAAE%2CcAqID%2CGAAE%3BEACD%2CaAAA%3B%3BAAtIF%2CEAAE%2CcAwID%3BEACC%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CEAnJA%2CcAwID%2CQAWE%3BEACA%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA5JH%2CEAAE%2CcA%2BJD%3BEACC%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CEA1KA%2CcA%2BJD%2CUAWE%3BEAGA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAAGA%2CEAxLD%2CcA%2BJD%2CUAwBE%2CMACC%3BEACA%2CWAAA%3B%3BAAzLJ%2CEAAE%2CcA6LD%2CGAAE%2COACA%2CIACC%2COACC%3BEACA%2CiBAAA%3B%3BAAGA%2CEApMH%2CcA6LD%2CGAAE%2COACA%2CIACC%2COAIC%2CcACC%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAON%2CEAAE%2CWACD%2CGAAE%3BEACD%2CaAAA%3B%3BAAKA%2CcADA%2CKACC%2CUAAU%3BEACV%2CaAAA%3B%3BAAIH%2CeACC%2CaAAY%3BEACX%2CSAAA%3BEACA%2C6BAAA%3B%3BAAGF%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BAAFD%2CMAGC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CwCAAA%3B%3BAANF%2CMAQC%3BEACC%2CaAAA%3B%3BAAGF%2CaACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3B%3BAANF%2CaACC%2CUAMC%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAnBH%2CaACC%2CUAoBC%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAzBH%2CaACC%2CUAoBC%2CGAKC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA9BJ%2CaACC%2CUAoBC%2CGAKC%2CGAKC%2CEACC%3BEACC%2CeAAA%3BEACA%2CeAAA%3B%3BAAlCN%2CaACC%2CUAoBC%2CGAKC%2CGAKC%2CEAKC%2CKAAI%2CKAAK%3BEACR%2CgBAAA%3B%3BAArCN%2CaACC%2CUAoBC%2CGAKC%2CGAKC%2CEAQC%2CKAAI%3BEACH%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CaA9CL%2CUAoBC%2CGAKC%2CGAKC%2CEAQC%2CKAAI%2CUAQF%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAED%2CaA5DL%2CUAoBC%2CGAKC%2CGAKC%2CEAQC%2CKAAI%2CUAsBF%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2C6CAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAxEP%2CaACC%2CUAoBC%2CGAKC%2CGAkDC%2CWACC%3BEACC%2CeAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEN%2CaACC%2CUAoBC%2CGAKC%2CGAwDC%2CGACC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAvFN%2CaACC%2CUAoBC%2CGAKC%2CGAwDC%2CGAOC%2CGACC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3B%3BAA5FP%2CaACC%2CUAoBC%2CGAKC%2CGAwDC%2CGAOC%2CGAKC%2CGACC%3BEACC%2CgBAAA%3B%3BAAhGR%2CaACC%2CUAoBC%2CGAKC%2CGAwDC%2CGAOC%2CGAKC%2CGAIC%2CGACC%3BEACC%2CgBAAA%3B%3BAApGT%2CaACC%2CUAoBC%2CGAKC%2CGAgFC%3BEACC%2CeAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAACA%2CaAzHJ%2CUAoBC%2CGAKC%2CGAgFC%2CQAgBE%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAnIN%2CaACC%2CUAoBC%2CGAKC%2CGA4GC%3BEACC%2CeAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAACA%2CaArJJ%2CUAoBC%2CGAKC%2CGA4GC%2CUAgBE%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CWAAA%3B%3BAAKA%2CaAnKL%2CUAoBC%2CGAKC%2CGAwIC%2CKAAI%2CUACH%2CKAAI%2CUACF%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2C6CAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAUH%2CaAHH%2CYACC%2CQACC%2CWACE%3BEACA%2CwBAAA%3B%3BAAML%3BEACC%2CkBAAA%3B%3BAAED%2CSACC%2CYACC%2CQACC%3BEACC%2CgBAAA%3B%3BAAUJ%2CwBALyC%3BEACxC%3BIACC%2CwBAAA%3B%3B%3BAAoMF%2CQAjM0B%3BEACzB%2C0BACE%2CcACA%3BIAGC%2CyBAAA%3BIACA%2CUAAA%3B%3BEANH%2C0BASC%3BIACC%2CwBAAA%3BIACA%2CkBAAA%3B%3BEAXF%2C0BAaC%2CWACC%3BIACC%2CwBAAA%3BIACA%2CkBAAA%3B%3BEAIH%2CSACC%2C2BACE%3BIAGA%2CyBAAA%3BIACA%2CUAAA%3B%3BEAKH%3BIAeC%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2C6BAAA%3BIACA%2CkCAAA%3BIACA%2CqCAAA%3BIACA%2CgCAAA%3BIACA%2CiCAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEAzBD%2CaACC%2CgBACC%2CUACC%2CGACC%2CGAAE%2CKACD%2CEACC%2CKAAI%3BIACH%2CwBAAA%3BIACA%2CkBAAA%3B%3BEARP%2CaA0BC%2CYACC%2CQACE%3BIACA%2CcAAA%3B%3BEAKJ%2COACC%2CWACC%2CQACC%2CWACC%3BIACC%2CwBAAA%3BIACA%2CkBAAA%3B%3BEASF%2CWAFF%2CQAAO%2COACL%2CIACC%2CIAAI%3BIACJ%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3BEAMD%2CWAFF%2CQAAO%2CWACL%2CIACC%2CIAAI%3BIACJ%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3BEAKF%2CWADD%2CSACE%2CIAAI%2CcACJ%3BIACC%2CcAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CYACC%3BIACC%2CqBAAA%3B%3BEAFF%2CYAIC%3BIACC%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CKAAK%2CgBAAL%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACC%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEACA%2CWAAC%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CYACC%3BIACC%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CKAAK%2CgBAAL%3BIACA%2CUAAA%3B%3BEAGF%2CSACC%3BIACC%2COAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAGA%2CSADD%2CYACE%3BIACA%2CqDAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAhBH%2CSAmBC%2CYACC%2CQACC%3BIACC%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAOF%2CgBADD%2CYACE%3BIACA%2CgBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CwBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAWL%2CQAN2B%3BEACzB%3BIACC%2CyBAAA%3B%3B%3BAxJnwDC%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA0JhBR%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BA3ITR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2CQACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAApBhC%2CQACI%2CgBACI%2CUAEI%2CQAqBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAA5BpB%2CQACI%2CgBA%2BBI%2CeACI%3BEACI%2CmBAAA%3B%3BAAlChB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%3BEACI%2CgBAAA%3B%3BAApCpB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%2CSAEI%3BEACI%2CWAAA%3B%3BAAtCxB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CQA%5C%2FCR%2CgBA8CI%2CQACK%3BEjCgPb%2CqBAAA%3BE4B9QA%2CqBAAA%3BEKoCgB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQA%5C%2FCR%2CgBA8CI%2CQACK%2CILoOX%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2CQKvBI%2CgBA8CI%2CQACK%2CILxBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BpOU%2CO7BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBA8CI%2CQACK%2CILZZ%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2CQK1CA%2CgBA8CI%2CQACK%2CILNZ%2COACI%3BE5BqPL%2CcAAA%3B%3BAiCtOY%2CQAzDR%2CgBA8CI%2CQAWK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQA7DR%2CgBA8CI%2CQAeK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAjER%2CgBA8CI%2CQAmBK%3BEjC8Nb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAiC9NY%2CQAjER%2CgBA8CI%2CQAmBK%2COLkNX%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2CQKvBI%2CgBA8CI%2CQAmBK%2COL1CZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6B1OU%2CO7B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBA8CI%2CQAmBK%2COL9BZ%2CMACI%3BE5B2PL%2CcAAA%3B%3BA4BrPI%2CQK1CA%2CgBA8CI%2CQAmBK%2COLxBZ%2COACI%3BE5BqPL%2CcAAA%3B%3BAI7CA%2CQ6BlPI%2CgBA8CI%2CQAmBK%2CO7BiLZ%3BAACD%2CQ6BnPI%2CgBA8CI%2CQAmBK%2CO7BkLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ6BxPI%2CgBA8CI%2CQAmBK%2CO7BuLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ6B7PI%2CgBA8CI%2CQAmBK%2CO7B4LZ%3BAACD%2CQ6B9PI%2CgBA8CI%2CQAmBK%2CO7B6LZ%3BAACD%2CQAAQ%2CUAAW%2CS6B%5C%2FPf%2CgBA8CI%2CQAmBK%3BE7B%2BLT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA6K7RA%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%3BEACI%2CWAAA%3B%3BAAFR%2CMAAM%2COAIF%3BEACI%2CUAAA%3B%3BAALR%2CMAAM%2COAIF%2COAEI%3BEACI%2CWAAA%3BE7K0QR%2CiBAAA%3B%3BA6KjRJ%2CMAAM%2COAIF%2COAMI%3BEACI%2CeAAA%3B%3BAAXZ%2CMAAM%2COAIF%2COASI%3BEACI%2CkBAAA%3B%3BAAdZ%2CMAAM%2COAIF%2COAYI%3BEACI%2CmBAAA%3B%3BA1J9BR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAKI%3BEACI%2CkBAAA%3B%3BAANR%2CYAKI%2CeAEO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAACA%2CYARR%2CeAEO%2CUAME%3BAACD%2CYATR%2CeAEO%2CUAOE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEnB8QZ%2CqBAAA%3BE4B9QA%2CqBAAA%3B%3BATJQ%2CYARR%2CeAEO%2CUAME%2CSSsQP%3BATrQM%2CYATR%2CeAEO%2CUAOE%2CQSqQP%3BE5BhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4BHA%2CYTlBA%2CeAEO%2CUAME%2CSSUR%3BAAAD%2CYTlBA%2CeAEO%2CUAOE%2CQSSR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE5B9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6BzOQ%2CO7ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BE4BqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAThVY%2CYAnBZ%2CeAEO%2CUAME%2CSAWI%3BAAAD%2CYAnBZ%2CeAEO%2CUAOE%2CQAUI%3BEACG%2CkBAAA%3B%3BAAGR%2CYAvBR%2CeAEO%2CUAqBE%3BEACG%2COAAA%3B%3BAAEJ%2CYA1BR%2CeAEO%2CUAwBE%3BEACG%2CQAAA%3B%3BASsFZ%2CYTjHA%2CeAEO%2CUAwBE%2CQSuFR%3BE5ByKD%2CS6BxPQ%2CO7BwPR%3B%3BAmB5PQ%2CYA9BR%2CeAEO%2CUA4BE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CYAlCR%2CeAEO%2CUAgCE%3BEACG%2CUAAA%3B%3BAAxChB%2CYA4CI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCR%2CYA4CI%2CcAII%3BEAEI%2CmBAAA%3B%3BAAlDZ%2CYA4CI%2CcAII%2CQAGI%3BEnB4OR%2CmBAAA%3BEmB1OY%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAACA%2CaAAc%2CaAd1B%2CcAII%2CQAGI%3BAAQI%2CmBAAoB%2CaAfhC%2CcAII%2CQAGI%3BEASQ%2CWAAA%3B%3BAA5DpB%2CYA4CI%2CcAII%2CQAGI%2CMAWI%3BEACI%2CeAAA%3B%3BAA%5C%2FDpB%2CYA4CI%2CcAII%2CQAGI%2CMAcI%3BEACI%2CqBAAA%3BEnB6NhB%2CiBAAA%3BEmB3NgB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAArEpB%2CYA4CI%2CcAII%2CQAGI%2CMAoBI%3BEnBwNZ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAoBrHJ%2CYA4CI%2CcAII%2CQAGI%2CMAoBI%2CQAEI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAA3ExB%2CYA4CI%2CcAII%2CQAGI%2CMAoBI%2CQAMI%3BEnBkNhB%2CiBAAA%3BEmBhNoB%2CgBAAA%3B%3BAA%5C%2FExB%2CYA4CI%2CcAII%2CQAGI%2CMAoBI%2CQAUI%3BEACI%2CcAAA%3BEnB6MpB%2CiBAAA%3B%3BAmB%5C%2FRJ%2CYA4CI%2CcAII%2CQAGI%2CMAmCI%3BEACI%2CgBAAA%3B%3BAAvFpB%2CYA4CI%2CcAII%2CQAGI%2CMAmCI%2COAEI%3BAAxFpB%2CYA4CI%2CcAII%2CQAGI%2CMAmCI%2COAGI%3BAAzFpB%2CYA4CI%2CcAII%2CQAGI%2CMAmCI%2COAII%3BEACI%2CcAAA%3B%3BAAGA%2CYAlDpB%2CcAII%2CQAGI%2CMAmCI%2COAOI%2COACK%3BEACG%2CSAAS%2COAAT%3BEnBgMxB%2CiBAAA%3BEmB9LwB%2CcAAA%3B%3BAAjG5B%2CYA4CI%2CcAII%2CQAGI%2CMAmCI%2COAcI%3BEnB2LhB%2CiBAAA%3BEmBzLoB%2CgBAAA%3B%3BAAtGxB%2CYA4CI%2CcAII%2CQAGI%2CMAmCI%2COAkBI%3BEnBuLhB%2CiBAAA%3B%3BAmB%5C%2FRJ%2CYA4CI%2CcAII%2CQAGI%2CMAyDI%2CWACI%3BEACI%2CmBAAA%3B%3BAA9GxB%2CYA4CI%2CcAII%2CQAGI%2CMAyDI%2CWAII%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CYA3EhB%2CcAII%2CQAGI%2CMAmEI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA3EhB%2CcAII%2CQAGI%2CMAmEI%2CQACK%2CKAIG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAANR%2CYA3EhB%2CcAII%2CQAGI%2CMAmEI%2CQACK%2CKAQG%3BEACI%2CcAAA%3B%3BAAGR%2CYAvFhB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%3BEfrFjB%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEeoEoB%2CgBAAA%3B%3BAfnDpB%2CYevCA%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfhDhB%3BAACD%2CYexCA%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMf%5C%2FChB%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CYepDA%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfnChB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CYehEA%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMfvBhB%3BAACD%2CYejEA%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMftBhB%3BAACD%2CQAAQ%2CUAAW%2CaelEnB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%3BEnB4JjB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAesBgB%2CYA3FpB%2CcAII%2CQAGI%2CMAmEI%2CQAaK%2CMAII%3BEACG%2CqBAAA%3B%3BA2JpIxB%2CmBAAC%3BAAAD%2CeAAC%3BE9K2RD%2CmBAAA%3B%3BA8KzRI%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACpBR%2CsBACI%3BEACI%2CgBAAA%3B%3BAC0BJ%2CwBAJ%2BC%3BE3JihC%5C%2FC%3BE%2BIt6BA%2CcACI%3BIpKiKJ%2CYAAA%3BIAAA%2CSAAA%3BIqBwuBA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE%2BI74BD%2CcACI%2CuB%5C%2FI24BH%3BE%2BI54BD%2CcACI%2CuB%5C%2FI44BH%3BIrB7rBD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BIqBmvBI%2CUAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiDAAC%3BE%2BIx5BD%2CcACI%2CuB%5C%2FIu5BH%3BIrBtvBD%2CyBAAA%3B%3BEqByvBA%2CiDAAC%3BE%2BI35BD%2CcACI%2CuB%5C%2FI05BH%3BIrBzvBD%2C4BAAA%3BIqB2vBI%2CQAAA%3B%3BE0Dh7BA%2CYAAC%2CYACG%2CkBAAiB%3BI%5C%2FEoLzB%2CyBAAA%3B%3BE%2BEhLY%2CYALP%2CYAII%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYAJH%2CYAII%2CcAKG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CYAgBI%3BI%5C%2FEsKJ%2CeAAA%3BIAAA%2CgBAAA%3B%3B%3BAgLrQA%2CwBAJqD%3BE3J8CrD%3BIjB0JA%2CWAAA%3B%3BEiB%2BKA%3BIrB1XA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BE0BiCD%2CmBACI%2CUACM%2CmB1BpCT%3BE0BkCD%2CmBACI%2CUACM%2CmB1BnCT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BE0B4BD%2CmBACI%2CUACM%2CmB1B9BT%3BIACG%2CWAAA%3B%3BEqBgsBJ%3BEVtdQ%2C0BAtCJ%2CUAsCK%2CIAAI%2CKACD%3BIXEZ%2CcAAA%3BI4B9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEjBqQO%2C0BAtCJ%2CUAsCK%2CIAAI%2CKACD%2CKiBtQX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI5B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS6BpOU%2CO7BoOV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI4BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEP8aA%3BEV9hBQ%2C0BAFJ%2CUAEK%2COAEG%3BEmJ%5C%2FKZ%2CsBAMI%3BIzIssBA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIrB7fJ%2CcAAA%3BI4BhOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BEjBmLO%2C0BAFJ%2CUAEK%2COAEG%2CeiBrLX%3BEkIMD%2CsBAMI%2COlIZH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI5B9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS6B9NQ%2CO7B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI4BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEP4bI%2C0BAAC%3BEV5iBG%2C0BAFJ%2CUAEK%2COAEG%2CeU0iBP%3BEyIztBL%2CsBAMI%2COzImtBC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEOxqBR%2C0BP0qBK%2COO1qBJ%3BEjByHO%2C0BAFJ%2CUAEK%2COAEG%2CeU%2BiBP%2COO1qBJ%3BEkIpDD%2CsBAMI%2COzIwtBC%2COO1qBJ%3BI5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BEqByjBA%2CyBACI%3BEADJ%2CyBAEI%3BEAFJ%2CyBAGI%3BEUvrBJ%2CQAII%2CSVirBA%3BEUrrBJ%2CQAII%2CSVkrBA%3BEUtrBJ%2CQAII%2CSVmrBA%3BEV9fJ%2CyBU4fI%3BEV5fJ%2CyBU6fI%3BEV7fJ%2CyBU8fI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEA2FR%2C%2BBACI%3BIACI%2CkBAAA%3B%3BEAGA%2C%2BBADJ%2CQACK%3BEACD%2C%2BBAFJ%2CQAEK%3BEACD%2C%2BBAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAEJ%2C%2BBANJ%2CQAMK%3BEACD%2C%2BBAPJ%2CQAOK%3BIACG%2CcAAA%3B%3BEiC16BZ%3BEACA%2CYAAa%2CQAAO%3BEACpB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CkBAAA%3BIACA%2CiBAAA%3B%3BEgBTR%3BIACI%2CUAAA%3B%3BEADJ%2CWAEI%2CQACI%3BIACI%2CkBAAA%3BItE6PZ%2CcAAA%3BI4BhOA%2CqBAAA%3B%3BEAMA%2CW0CrCI%2CQACI%2CW1CoCP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI5B9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS6B9NQ%2CO7B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI4BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE0C%5C%2FTY%2CWATR%2CQACI%2CWAQK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE1CmFhB%2CW0C%5C%2FFI%2CQACI%2CWAaK%2CgB1CiFZ%3BI5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BEsEvOA%3BItEuNF%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsErOI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEATJ%2CaAWI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAhBR%2CaAWI%2CUAMI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAVJ%2CUAUK%3BIACO%2CgCAAA%3B%3BEAER%2CaAbJ%2CUAaK%2CQACG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BItE4MhB%2CcAAA%3BI4BhOA%2CqBAAA%3B%3BEAMA%2Ca0CFI%2CUAaK%2CQACG%2CO1CZX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI5B9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS6B9NQ%2CO7B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI4BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE0C9QgB%2CaAvBZ%2CUAaK%2CQACG%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE1CkCpB%2Ca0C5DI%2CUAaK%2CQAgBI%2COAAQ%2CO1C%2BBpB%3BI5BgKD%2CS6B%5C%2FNM%2CO7B%2BNN%3B%3BEsExLQ%2CaApCJ%2CUAoCK%3BItEwLT%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuEZY%2CeAAA%3B%3BEAjDZ%2CaAqDI%2CQAAO%3BItEkLX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuENQ%2CgCAAA%3B%3BEAvDR%2CaAqDI%2CQAAO%2CMAGH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEACA%2CaANR%2CQAAO%2CMAGH%2CGAGK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA9DhB%2CaAqDI%2CQAAO%2CMAGH%2CGAQM%3BIACE%2C6BAAA%3B%3BEAjEhB%2CaAqDI%2CQAAO%2CMAeH%3BEApER%2CaAqDI%2CQAAO%2CMAgBH%2CEAAC%3BItEkKT%2CcAAA%3BIAAA%2CqBAAA%3BIsE%5C%2FJY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA1EZ%2CaAqDI%2CQAAO%2CMAuBH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CgBAGI%3BItEkIN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsEhJQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CgBAWI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CSAAA%3BIACA%2CMAAM%2CiBAAN%3B%3BEAHR%2CSAMI%3BItE4GN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIsExHQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C%2BBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAMR%2CaAAC%3BIAEG%2CkBAAA%3BIACA%2CUAAA%3B%3BEtEnJR%2CasEgJK%2CMtEhJJ%3BEACD%2CasE%2BIK%2CMtE%5C%2FIJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CasE0IK%2CMtE1IJ%3BIACG%2CWAAA%3B%3BEsE%2BIA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEACA%2CaAVH%2CWAUI%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CaAfP%2CWAcG%2C0BACK%3BIACG%2CqBAAA%3B%3BEQiCZ%2CYAAC%3BI9E6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BE8E5NA%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%3BEC1KZ%3BID7CA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BI9EsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BE8EpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC0BhB%2CaDtBA%3BI9EwOA%2CsBAAA%3BIAAA%2C4CAAA%3BI8ErOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECOhB%2CaDHA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECFA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEANR%2CaAQI%3BI%5C%2FE0MJ%2CyBAAA%3BI%2BExMQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAIG%3BI%5C%2FE8LR%2CwCAAA%3B%3BEiFxOA%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%3BEmFXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BE7EgBJ%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%3BEkE1BJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BE%5C%2FIqQZ%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEgJ1RR%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%3BE7I%2BTZ%2CqBACI%2CQAAO%3BITsCX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BES7ER%2CqBAKI%2CSAAQ%3BIT8EZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BE%2BBlSD%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAIZ%2CQACI%2CMAAK%3BIACD%2CmBAAA%3B%3BEAMR%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BI%5C%2FBiHR%2CmBAAA%3B%3BE%2BB7GA%2CuBACI%3BIACI%2CkBAAA%3B%3BEOeR%2CaACI%2CiBACI%3BItC0FR%2CeAAA%3BIsCxFY%2CaAAA%3BIACA%2CWAAA%3B%3BEAIZ%3BIACI%2CgBAAA%3BItCkFJ%2C6BAAA%3B%3BEsC%5C%2FEA%2CKAAK%2CcACD%3BIACI%2CmBAAA%3B%3BEY9DR%3BIlD2IA%2CgCAAA%3BIkDzII%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAGR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEdnJhB%2CqBACI%3BEADJ%2CqBAEI%2COAAM%3BIpC0QV%2CgBAAA%3B%3BEmDjOA%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BIACI%2CqBAAA%3B%3BEACA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BExC8KR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGI%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAQA%2C0BAXR%2CUAEK%2COASI%3BIACG%2CgCAAA%3BIX6BhB%2CmBAAA%3BIW3BgB%2CaAAA%3BIACA%2CeAAA%3B%3BEACA%2C0BAhBZ%2CUAEK%2COASI%2CMAKI%3BIACG%2CcAAA%3B%3BEANR%2C0BAXR%2CUAEK%2COASI%2CMAQG%3BIACI%2CeAAA%3B%3BEACA%2C0BArBhB%2CUAEK%2COASI%2CMAQG%2CMAEK%3BIACG%2CaAAA%3B%3BEAEJ%2C0BAxBhB%2CUAEK%2COASI%2CMAQG%2CMAKK%3BIACG%2CaAAA%3B%3BEAdZ%2C0BAXR%2CUAEK%2COASI%2CMAQG%2CMAQI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEACA%2C0BA%5C%2FBpB%2CUAEK%2COASI%2CMAQG%2CMAQI%2CEAIK%3BIXUzB%2CmBAAA%3B%3BEWGQ%2C0BA5CJ%2CUA4CK%2CMACG%3BIXJZ%2CiBAAA%3B%3BEWWQ%2C0BApDJ%2CUAoDK%3BIACG%2CmBAAA%3B%3BEAQA%2C0BA7DR%2CUA4DK%2CQACI%3BEACD%2C0BA9DR%2CUA4DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAeJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGA%2CuBAAwB%2CeAT1B%2CSACV%2CSACK%2CKAMI%3BIAEO%2CiBAAA%3B%3BEAOJ%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAWI%3BEAIG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAYI%3BEAGG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAaG%3BEAEI%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAcI%3BIAEO%2CkBAAA%3B%3BEAlBpB%2CcAAc%2CSAuBV%3BIACI%2CaAAA%3B%3BEWqBR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAII%3BIACI%2CiBAAA%3B%3BEuI%5C%2FVR%2CgBACM%3BIACE%2CgBAAA%3B%3BEnI8DR%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CWAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEoIjBxB%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBASI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBAHJ%2CSAGK%3BIACG%2CcAAA%3B%3BEtIoCZ%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2C4BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CcAPE%2CSAGV%2CSACK%2CKAGI%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CcAXE%2CSAGV%2CSACK%2CKAOI%3BIxBwJb%2CiBAAA%3B%3BEwBrJY%2CcAdE%2CSAGV%2CSACK%2CKAUI%3BIACG%2CcAAA%3B%3BEADJ%2CcAdE%2CSAGV%2CSACK%2CKAUI%2CQAEG%3BIACI%2CkBAAA%3B%3BEACA%2CcAlBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAEK%3BIACG%2CeAAA%3B%3BEAEJ%2CcArBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAKK%3BIACG%2CWAAA%3B%3BEAEJ%2CcAxBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAQK%3BIACG%2CYAAA%3B%3BEAEJ%2CcA3BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAWK%3BEACD%2CcA5BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAYK%3BIACG%2CeAAA%3B%3BEAIZ%2CcAjCE%2CSAGV%2CSACK%2CKA6BI%3BEACD%2CcAlCE%2CSAGV%2CSACK%2CKA8BI%3BEA9BL%2CcAJM%2CSAGV%2CSACK%2CKA%2BBG%3BEACA%2CcApCE%2CSAGV%2CSACK%2CKAgCI%3BIACG%2CiBAAA%3B%3BEAjCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEArCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%2CYAGI%3BIACI%2CeAAA%3B%3BEAvCZ%2CcAJM%2CSAGV%2CSACK%2CKA0CG%3BEA1CJ%2CcAJM%2CSAGV%2CSACK%2CKA2CG%2COAAM%3BIACF%2CaAAA%3B%3BEAGR%2CcAnDM%2CSAGV%2CSAgDK%3BIACG%2CeAAA%3B%3BEAWJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEuItFhB%2CuBACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAHR%2CuBAKI%3BIACI%2CUAAA%3BIACA%2CYAAA%3B%3BEjJsEJ%2CKAAC%3BIACG%2CiBAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAKR%2CKAVP%2CcASG%2CKACK%3BEACD%2CKAXP%2CcASG%2CKAEK%3BEACD%2CKAZP%2CcASG%2CKAGK%3BEACD%2CKAbP%2CcASG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2CKApBX%2CcASG%2CKACK%2CIAUI%3BEAAD%2CKApBX%2CcASG%2CKAEK%2CMASI%3BEAAD%2CKApBX%2CcASG%2CKAGK%2CSAQI%3BEAAD%2CKApBX%2CcASG%2CKAIK%2CKAOI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CKA3BP%2CcASG%2CKAkBK%3BIACG%2CmBAAA%3B%3BEA5BZ%2CKAAC%2CcA%2BBG%2CMACI%2CKAAI%3BIACA%2CiBAAA%3B%3BE%2BB7FhB%2CwBACI%3BI7CqKJ%2CeAAA%3B%3BE6CtKA%2CwBAKI%3BI7CiKJ%2CaAAA%3B%3BE6CtKA%2CwBASI%2CgCACI%3BIACI%2CgBAAA%3B%3BECwBZ%2CwBACI%3BI9CkIJ%2CeAAA%3B%3BE8CnIA%2CwBACI%2CgBAGI%3BI9C%2BHR%2CaAAA%3B%3BE8CnIA%2CwBACI%2CgBAOI%3BI9C2HR%2CoBAAA%3B%3BEmL9CA%2CQAAQ%2CuBACJ%3BIACI%2CsBAAA%3B%3BEAFR%2CQAAQ%2CuBACJ%2CaAGK%3BIACG%2CuBAAA%3B%3BEALZ%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%3BIACA%2CmBAAA%3B%3BEARhB%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%2CYAGA%3BIACI%2CkBAAA%3B%3BEAIR%2CQAfJ%2CuBACJ%2CaAGK%2CMAWI%3BIACG%2CmBAAA%3BIACA%2CeAAA%3B%3BEAjBhB%2CQAAQ%2CuBAsBJ%3BIACI%2CgBAAA%3B%3BECgPR%3BIACI%2CcAAA%3B%3BEADJ%2CqCAGI%3BIACI%2CWAAA%3B%3BEAIR%2CGAAG%2C2BACE%2CMAAI%3BIACD%2CWAAA%3B%3BEAIA%2CGANL%2C2BAKC%2CWACK%2CiBAAiB%3BIACd%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAXL%2C2BAKC%2CWAMK%3BIACG%2CYAAA%3B%3B%3BAJ9eZ%2CwBAJqD%3BE3J6WrD%3BEEjPQ%2CyBADJ%2CKAAI%2CQACC%3BIvBnIT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEqB2oBD%2C0BACI%2CMAAM%2CGrB7oBT%3BEqB4oBD%2C0BACI%2CMAAM%2CGrB5oBT%3BEMmMD%2CQAaI%2CSNjNH%3BEMoMD%2CQAaI%2CSNhNH%3BEuBwGD%2CyBACI%2CKAAI%2CQvB1GP%3BEuByGD%2CyBACI%2CKAAI%2CQvBzGP%3BEsB%2BKG%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGrB7oBT%3BEsBgLG%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGrB5oBT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEqBsoBD%2C0BACI%2CMAAM%2CGrBvoBT%3BEM8LD%2CQAaI%2CSN3MH%3BEuBmGD%2CyBACI%2CKAAI%2CQvBpGP%3BEsB0KG%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGrBvoBT%3BIACG%2CWAAA%3B%3BEqBuoBI%2C0BADJ%2CMAAM%2CGACD%2CIAAI%3BEC9dT%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGACD%2CIAAI%3BIACD%2CgCAAA%3B%3BEAKI%2C0BAPZ%2CMAAM%2CGAKF%2CKACK%2CKACI%3BECpeb%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGAKF%2CKACK%2CKACI%3BIACG%2CaAAA%3B%3BEAGR%2C0BAXR%2CMAAM%2CGAKF%2CKAMK%3BEACD%2C0BAZR%2CMAAM%2CGAKF%2CKAOK%3BEACD%2C0BAbR%2CMAAM%2CGAKF%2CKAQK%3BEC1eT%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGAKF%2CKAMK%3BECxeT%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGAKF%2CKAOK%3BECzeT%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGAKF%2CKAQK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2C0BAnBZ%2CMAAM%2CGAKF%2CKAMK%2CIAQI%3BEAAD%2C0BAnBZ%2CMAAM%2CGAKF%2CKAOK%2CMAOI%3BEAAD%2C0BAnBZ%2CMAAM%2CGAKF%2CKAQK%2CSAMI%3BEChfb%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGAKF%2CKAMK%2CIAQI%3BEChfb%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGAKF%2CKAOK%2CMAOI%3BEChfb%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGAKF%2CKAQK%2CSAMI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAxBpB%2C0BACI%2CMAAM%2CGA2BF%3BECxfJ%2CcAAC%2CaAeG%2CMAAK%2CMD8cT%2CMAAM%2CGA2BF%3BIACI%2CSAAA%3B%3BEA2GZ%3BEgCxvBQ%2CYAdJ%2CuBAcK%2CcAmBG%3BIhC6tBZ%2CaAAA%3B%3BEAgDA%2C2BACI%3BEADJ%2C2BAEI%3BEAFJ%2C2BAGI%3BEEpsBJ%2C6BFksBI%3BEElsBJ%2C6BFmsBI%3BEEnsBJ%2C6BFosBI%3BIACI%2CmBAAA%3B%3BE8Cp0BR%3BIhEwUA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIgE1UI%2CkBAAA%3B%3BE1CsEI%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEqGtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BExH%2BNR%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%3BEwBzMR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2COANR%2CgBAKI%2CQACK%3BI9B%2BLb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BE8B%5C%2FLY%2COANR%2CgBAKI%2CQACK%2COFmLX%3BI5BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE4BHA%2COEmEI%2CgBAKI%2CQACK%2COFzEZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI5B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS6B1OU%2CO7B0OV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI4BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COEsDA%2CgBAKI%2CQACK%2COF7DZ%2CMACI%3BI5B2PL%2CcAAA%3B%3BE4BrPI%2COEgDA%2CgBAKI%2CQACK%2COFvDZ%2COACI%3BI5BqPL%2CcAAA%3B%3BEI7CA%2CO0BxJI%2CgBAKI%2CQACK%2CO1BkJZ%3BEACD%2CO0BzJI%2CgBAKI%2CQACK%2CO1BmJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0B9JI%2CgBAKI%2CQACK%2CO1BwJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0BnKI%2CgBAKI%2CQACK%2CO1B6JZ%3BEACD%2CO0BpKI%2CgBAKI%2CQACK%2CO1B8JZ%3BEACD%2CQAAQ%2CUAAW%2CQ0BrKf%2CgBAKI%2CQACK%3BI1BgKT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BE%2BB9IA%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEOoER%2CKAAK%2CcACD%3BIACI%2CgCAAA%3BIACA%2CmBAAA%3B%3BE5BrJR%2CiBACI%2CSACI%3BIVuXR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsB3PG%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAEJ%2CcAJJ%2CeAAe%2CKAIV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAEI%3BIACI%2CcAAA%3B%3BEANpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAKI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAlCxB%2CcA4CI%2CiBACI%3BIACI%2CmBAAA%3B%3BEA9CZ%2CcA4CI%2CiBAIM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEEpIZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEACA%2CcAHM%2CSACV%2CcAEK%3BIACG%2C6BAAA%3B%3BEoB4GZ%3BIACI%2CgBAAA%3B%3BE7BxKJ%2CYACI%3BIfoOJ%2CeAAA%3BIelOQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEsCqHR%2CYACI%3BIrD2GJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEqD5GA%2CYAOI%3BIrDqGJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIqDjGQ%2CWAAA%3B%3BEACA%2CYALJ%2CuBAKK%3BIrDgGT%2C4BAAA%3BIqD9FY%2CwBAAA%3B%3BEAFJ%2CYALJ%2CuBAKK%2CcAIG%3BIrD4FZ%2CWAAA%3B%3BEqD5GA%2CYAsBI%3BEAtBJ%2CYAuBI%3BIrDqFJ%2CgBAAA%3B%3BEqD5GA%2CYA2BI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA9BR%2CYAiCI%3BIACI%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIrDuEJ%2CqBAAA%3BI4B9QA%2CqBAAA%3BIyBiNQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAlDR%2CYAqCI%2CmBzB2DF%3BI5BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE4BHA%2CYyBiMI%2CmBzBjMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI5B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS6B1PY%2CO7B0PZ%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BI4BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYyBoLA%2CmBzBrLH%2CMACI%3BI5B2PL%2CcAAA%3B%3BE4BrPI%2CYyB8KA%2CmBzB%5C%2FKH%2COACI%3BI5BqPL%2CcAAA%3B%3BE%2BCrPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BI%5C%2FC%2BOR%2CYAAA%3BI%2BC7OY%2CWAAA%3B%3BEACA%2CsBATP%2CcAMG%2CuBAGK%3BEACD%2CsBAVP%2CcAMG%2CuBAIK%3BIACG%2CWAAA%3B%3BExB%2BFhB%2CyBAOI%2COAAM%3BEAPV%2CyBAQI%2COAAM%3BIACF%2CqBAAA%3B%3BEAGR%2CyBACI%3BIACI%2CmBAAA%3B%3BE6JgVR%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAJjdJ%2CwBAJsD%3BEZqFtD%2CYACI%2CeACI%3BIpK0KR%2CYAAA%3B%3B%3BAgLrPJ%2CgBAJ2C%3BE3JyDvC%3BIAjBA%2CYAAA%3B%3BEACA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAmKJ%3BECOQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA2BI%2CgBAMI%2CqBAII%2CUACI%3BIDzDhB%2CcAAA%3B%3BEAoIA%3BIrB9EA%2CkBAAA%3B%3BEqBoHA%3BIrBhYA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEsBgND%2CcAkDI%2CetBnQH%3BEsBiND%2CcAkDI%2CetBlQH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEsB2MD%2CcAkDI%2CetB7PH%3BIACG%2CWAAA%3B%3BEqB2aJ%3BECjOA%2CcA2BI%2CgBACI%3BEA5BR%2CcAkDI%2CeAEI%3BEApDR%2CcAkDI%2CeAOI%3BID0JR%2CsBAAA%3B%3BEwDnaI%2CUAAC%3BIACG%2CYAAA%3B%3BE8CUR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BE7FyDQ%2COAFR%2CgBACI%2CQACK%3BI1BqHb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BI0BjFgB%2CeAAA%3B%3BE1B8HhB%2CO0BnII%2CgBACI%2CQACK%2CO1BiIZ%3BEACD%2CO0BpII%2CgBACI%2CQACK%2CO1BkIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0BzII%2CgBACI%2CQACK%2CO1BuIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO0B9II%2CgBACI%2CQACK%2CO1B4IZ%3BEACD%2CO0B%5C%2FII%2CgBACI%2CQACK%2CO1B6IZ%3BEACD%2CQAAQ%2CUAAW%2CQ0BhJf%2CgBACI%2CQACK%3BI1B%2BIT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2CO%2BB%5C%2FBI%2CgBACI%2CQACK%2CO%5C%2FB6BZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO%2BBpCI%2CgBACI%2CQACK%2CO%5C%2FBkCZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2CO%2BBzCI%2CgBACI%2CQACK%2CO%5C%2FBuCZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2CO0BxFI%2CgBACI%2CQACK%2CO1BsFZ%3BEACD%2CO0BzFI%2CgBACI%2CQACK%2CO1BuFZ%3BEACD%2CO0B1FI%2CgBACI%2CQACK%2CO1BwFZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CO0B%5C%2FFI%2CgBACI%2CQACK%2CO1B6FZ%3BEACD%2CO0BhGI%2CgBACI%2CQACK%2CO1B8FZ%3BEACD%2CQAAQ%2CUAAW%2CQ0BjGf%2CgBACI%2CQACK%3BI9B8Kb%2CcAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEI%5C%2FCI%2CQAJH%2CKAII%3BIACG%2CcAAA%3B%3BEyCvFZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CQAAC%3BIACG%2CWAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACN%2CgBAAA%3B%3BEACM%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BE3BuJR%2CcACI%2CiBAII%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEARZ%2CcACI%2CiBAII%2CWAII%3BIACI%2CiBAAA%3B%3BEACA%2CcAVZ%2CiBAII%2CWAII%2CQAEK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAbpB%2CcAmBI%3BIACI%2CgBAAA%3B%3BEApBR%2CcAuBI%2CeAAe%3BIACX%2CgBAAA%3B%3BEAxBR%2CcA2BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FBZ%2CcA2BI%2CgBAMI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAMQ%2CcAfhB%2CgBAMI%2CqBAII%2CUAII%2COACK%3BIACG%2CaAAA%3B%3BEA3CxB%2CcAkDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAvDZ%2CcAkDI%2CeAOI%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%2CaAOG%2CKAAI%3BIACA%2CUAAA%3B%3BEAjFZ%2CcAsFI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAEI%2CcAJZ%2CiBACI%2CcAAgB%2CYAEZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEA5FpB%2CcAsFI%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CcAjBR%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAOjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEa1EhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAIJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAIJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAEG%3BIACI%2CeAAA%3B%3BEAGR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CeAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3B%3BEXlHR%2CqBACI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3B%3BEAJZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BEqJlKZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAAgB%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAMjDnE%2CQAAQ%2CuBACJ%3BEACI%2CaAAA%3B%3BAAFR%2CQAAQ%2CuBAKJ%3BEACI%2CmBAAA%3B%3BAANR%2CQAAQ%2CuBAKJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CQAAQ%2CuBAKJ%2CsCAGM%2CMAKI%3BEACE%2CgBAAA%3B%3BAAdhB%2CQAAQ%2CuBAmBJ%2COAAM%3BAAnBV%2CQAAQ%2CuBAoBJ%2COAAM%2COAAO%2CIAAI%3BAApBrB%2CQAAQ%2CuBAqBJ%2COAAM%2COAAO%2CIAAI%3BAArBrB%2CQAAQ%2CuBAsBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%3BEACI%2CaAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA%5C%2FBR%2CQAAQ%2CuBAkCJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAApCR%2CQAAQ%2CuBAuCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAzCR%2CQAAQ%2CuBAuCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA%5C%2FCJ%2CuBAuCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAAhDhB%2CQAAQ%2CuBAuCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAArDZ%2CQAAQ%2CuBAyDJ%3BEACI%2CmBAAA%3B%3BAA1DR%2CQAAQ%2CuBA6DJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAhER%2CQAAQ%2CuBAmEJ%3BEnLgOJ%2CiBAAA%3BEmL9NQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3ER%2CQAAQ%2CuBAgFJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAvFR%2CQAAQ%2CuBA0FJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2CQAAQ%2CuBA%2BFJ%3BEnLwTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEmLxTQ%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAlGR%2CQAAQ%2CuBAqGJ%3BEnLkTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEmLrWA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAhHA%2CuBAqGJ%2CYAWK%3BEACG%2CqBAAA%3B%3BAAGJ%2CQApHA%2CuBAqGJ%2CYAeK%3BEACG%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAqGJ%2CYAmBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA7HZ%2CQAAQ%2CuBAqGJ%2CYAmBK%2CMAOG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjIhB%2CQAAQ%2CuBAqGJ%2CYAgCI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1IZ%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAApJhB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAxJpB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAA3JxB%2CQAAQ%2CuBAkKJ%3BEnLqPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEmLxSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA7KA%2CuBAkKJ%2CYAWK%3BEACG%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CsBAAA%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQA3LA%2CuBAkKJ%2CYAyBK%3BE%5C%2FK%2BCT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEmLtGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA%5C%2FKqDZ%2CQ%2BKtPQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FK2DR%3BAACD%2CQ%2BKvPQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FK4DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BK5PQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FKiER%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BKjQQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FKsER%3BAACD%2CQ%2BKlQQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FKuER%3BAACD%2CQAAQ%2CUAAW%2CS%2BKnQX%2CuBAkKJ%2CYAyBK%3BE%5C%2FKyEL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAmL%5C%2FFQ%2CQApMA%2CuBAkKJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAxMA%2CuBAkKJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAzMZ%2CQAAQ%2CuBA6MJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAhNZ%2CQAAQ%2CuBA6MJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAApNZ%2CQAAQ%2CuBA6MJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAA1NZ%2CQAAQ%2CuBA8NJ%2CkBAEI%3BAAhOR%2CQAAQ%2CuBA8NJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnOZ%2CQAAQ%2CuBA2OJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BACxOZ%3BEpLiZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEoLjZI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3B%3BAADJ%2CqCAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2C4BAA4B%2CSAExB%3BAADJ%2C4BAA4B%2CKACxB%3BEACI%2CWAAA%3B%3BAAQR%3BEACI%2CYAAY%2CiEAAZ%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CyCAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CSAAA%3B%3BAAJR%2CgCAOI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAATR%2CgCAYI%3BEACI%2CqBAAA%3B%3BAAQR%3BEACI%2CWAAA%3B%3BAAOJ%2CMAAM%3BEACF%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmFAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C2EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C4EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CkDAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CWAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C0EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyEAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CmBAAkB%2C4BAA6B%3BEACpE%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwCACI%2COAAO%2CUACH%2COACI%3BEACI%2CgBAAA%3B%3BAAGJ%2CwCANR%2COAAO%2CUACH%2COAKK%2CSAAU%2CSAAM%3BEACb%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEpLgBhB%2CiBAAA%3BEoLdgB%2CiBAAA%3B%3BAAXhB%2CwCACI%2COAAO%2CUACH%2COAYI%3BEACI%2CqBAAA%3B%3BAAfhB%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAGI%2CMAAK%2CaAAa%3BAAjBlC%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAII%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3B%3BAAOpB%2C6BACI%3BEACI%2CWAAA%3B%3BAAFR%2C6BACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAANZ%2C6BACI%2CSAGI%2CQAII%3BEACI%2CYAAA%3B%3BAAMhB%2CkCACI%3BEACI%2CiBAAA%3B%3BAAOA%2CkCADJ%2COACK%2CSACG%3BAADJ%2CwCADJ%2COACK%2CSACG%3BEACI%2CgBAAA%3B%3BAAEA%2CkCALZ%2COACK%2CSACG%2COAGK%3BAAAD%2CwCALZ%2COACK%2CSACG%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEpL%5C%2FBpB%2CiBAAA%3BEoLiCoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CanLxUS%2CaCMC%2C8CkLkUV%3BEpL5CZ%2CiBAAA%3BEoL8CY%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BAAAxE%2CwCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAAhChB%2CkCAEI%2COAkCI%3BAAnCR%2CwCACI%2COAkCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEpL5DZ%2CiBAAA%3BEoL8DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAOJ%2CyBACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANJ%2CgBAMK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAATZ%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEpL1GR%2CiBAAA%3BEoL4GQ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAA0B%2CKAItB%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C2BAIK%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2C2BALJ%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2C2BATJ%2CKASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2C2BATJ%2CKASK%2CyBAMI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAtBR%2CKASK%2CyBAaI%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvChB%2C2BA4CK%2CMAAI%3BEACD%2CYAAA%3B%3BAAKA%2C2BAFJ%2CWAEK%3BAACD%2C2BAHJ%2CWAGK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BARJ%2CWAQK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAZJ%2CWAYK%3BEACG%2CYAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3BAhKxcR%3BEpB2PA%2CsBAAA%3B%3BAoBrPJ%3BEAEI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAIA%2COAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAJJ%2CKAKI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAMR%2COADG%2CKACF%2CIAAI%3BEuJ6OL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAvJjPA%2COAJG%2CKAIF%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEpBuMJ%2CmBAAA%3BEAAA%2CaAAA%3B%3BAoB3LJ%3BEACI%2CgBAAA%3B%3BAAKA%2COAAC%2CQAIG%2COACM%3BEACE%2CeAAA%3B%3BAANZ%2COAAC%2CQASG%3BEACI%2CgBAAA%3B%3BAAKZ%2CYAEI%2CUACI%2CSACI%2CGAAE%2CSACE%3BAAJhB%2CYACI%2CUACI%2CSACI%2CGAAE%2CSACE%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAACA%2CYANhB%2CUACI%2CSACI%2CGAAE%2CSACE%2CEAGK%3BAAAD%2CYANhB%2CUACI%2CSACI%2CGAAE%2CSACE%2CEAGK%3BEACG%2CqBAAA%3B%3BAATxB%2CYAEI%2CUAYI%3BAAbR%2CYACI%2CUAYI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAhBZ%2CYAEI%2CUAgBI%3BAAjBR%2CYACI%2CUAgBI%3BEuJgLJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAvJzMJ%2CYAEI%2CUAmBI%3BAApBR%2CYACI%2CUAmBI%3BEACI%2CgBAAA%3B%3BAAcZ%3BEACI%2CWAAA%3B%3BAAkIJ%2CcAAe%3BEACX%2CUAAA%3B%3BAAsBJ%2CQAL8B%3BEACtB%3BIACI%2CiBAAA%3B%3B%3BAAMR%2CIAAI%3BAACJ%2CIAAK%3BAACL%2CIAAK%3BAACL%2CIAAK%3BAACL%2CIAAK%3BEACD%2CiBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CcAAA%3B%3BAiK9TJ%3BEACI%2CwBAAA%3B%3BAAEJ%2CCAAC%3BAAAS%2CMAAM%3BEACZ%2CqBAAA%3B%3BAAEJ%2CSAAU%3BAACV%2CSAAU%2CUAAQ%3BEACd%2CgBAAA%3B%3BAAMA%2CMAAC%3BAAAD%2CCAAC%3BEACG%2CgCAAA%3B%3BAAKA%2CUADJ%2CEACK%3BEACG%2CgBAAA%3BEACA%2CaAAA%3B%3BAAmBZ%2CKACI%3BEACI%2CgBAAA%3B%3BAAFR%2CKAII%3BEACI%2CWAAA%3B%3BAAGR%2CMAAM%2CqBACF%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAUoB%2CiBANxB%2CQACK%2CSACG%2CSACK%2CMACG%2CgBACK%2CMACI%3BEACG%2CSAAS%2CGAAT%3B%3BAAShC%3BEACI%2CeAAA%3B%3B%3BAAkBJ%2CQAVkC%3BEAC9B%2CIACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAgBZ%2CQAX0C%3BEACtC%2CIACI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAqBZ%2CmBAT%2BC%3BEAC3C%2CaAAa%2CSACT%2CQAAO%2CMACH%3BEAFR%2CaAAa%2CSACT%2CQAAO%2CMA4DlB%2CCA3DiB%2CCAAC%3BIACC%2CgBAAA%3B%3B%3BAAYhB%2CmBAL2C%3BEACvC%3BIACI%2CWAAA%3B%3B%3BAASR%2CIACI%2CMAAK%3BAADT%2CIAEI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAHR%2CIAKI%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3B%3B%3BAV1JZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CMAAC%3BAACD%2CMAAC%3BEACG%2CaAAA%3B%3BAAGR%2CIACI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3B%3BAAyJJ%3BEAXI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAcA%2CUAAC%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUAAC%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUAAC%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BAWxMI%3BEXyMA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiFAAA%3BEACA%2CyEAAA%3BEACA%2CkBAAkB%2C2LAAlB%3BEACA%2CkBAAkB%2CuMAAlB%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C4CAAA%3B%3BAAGJ%3BA3FoEoB%2CkBAhBZ%2COACK%2CIAcG%2CYACK%3BAAohCG%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%3BAAgcrB%2CWAiBI%2CaA0CI%2CaAeI%3BAhCjxBA%2CoBAFR%2COAAM%2CIACF%2CYACK%3BAA9Hb%2CoBAsJI%2CMAAK%2CKACD%3BE2Hz2BR%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAJJ%2CcAKI%3BA3F%2BDgB%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2F%5C%2FDjB%3BA3FmlCoB%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2FnlCrB%3BA3FmhDA%2CWAiBI%2CaA0CI%2CaAeI%2CU2F7lDZ%3BA3H40BY%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2H50Bb%3BA3H8sBA%2CoBAsJI%2CMAAK%2CKACD%2CS2Hr2BR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAATR%2CcAYI%3BAAZJ%2CcAaI%3BA3FuDgB%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FxDjB%3BA3FwDgB%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FvDjB%3BA3F2kCoB%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2F5kCrB%3BA3F4kCoB%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2F3kCrB%3BA3F2gDA%2CWAiBI%2CaA0CI%2CaAeI%2CU2FtlDZ%3BA3F4gDA%2CWAiBI%2CaA0CI%2CaAeI%2CU2FrlDZ%3BA3Ho0BY%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2Hr0Bb%3BA3Hq0BY%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2Hp0Bb%3BA3HssBA%2CoBAsJI%2CMAAK%2CKACD%2CS2H91BR%3BA3HusBA%2CoBAsJI%2CMAAK%2CKACD%2CS2H71BR%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcAXJ%2CUAWK%3BAAAD%2CcAVJ%2CSAUK%3BA3F6CW%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FxDjB%2CUAWK%3BA3F6CW%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FvDjB%2CSAUK%3BA3FikCe%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2F5kCrB%2CUAWK%3BA3FikCe%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2F3kCrB%2CSAUK%3BA3FigDL%2CWAiBI%2CaA0CI%2CaAeI%2CU2FtlDZ%2CUAWK%3BA3FigDL%2CWAiBI%2CaA0CI%2CaAeI%2CU2FrlDZ%2CSAUK%3BA3H0zBO%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2Hr0Bb%2CUAWK%3BA3H0zBO%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2Hp0Bb%2CSAUK%3BA3H4rBL%2CoBAsJI%2CMAAK%2CKACD%2CS2H91BR%2CUAWK%3BA3H4rBL%2CoBAsJI%2CMAAK%2CKACD%2CS2H71BR%2CSAUK%3BEACG%2CaYhQO%2CUZgQP%3B%3BAAxBZ%2CcAYI%2CUAeI%3BAA3BR%2CcAaI%2CSAcI%3BA3FyCY%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FxDjB%2CUAeI%3BA3FyCY%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FvDjB%2CSAcI%3BA3F6jCgB%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2F5kCrB%2CUAeI%3BA3F6jCgB%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2F3kCrB%2CSAcI%3BA3F6%5C%2FCJ%2CWAiBI%2CaA0CI%2CaAeI%2CU2FtlDZ%2CUAeI%3BA3F6%5C%2FCJ%2CWAiBI%2CaA0CI%2CaAeI%2CU2FrlDZ%2CSAcI%3BA3HszBQ%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2Hr0Bb%2CUAeI%3BA3HszBQ%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2Hp0Bb%2CSAcI%3BA3HwrBJ%2CoBAsJI%2CMAAK%2CKACD%2CS2H91BR%2CUAeI%3BA3HwrBJ%2CoBAsJI%2CMAAK%2CKACD%2CS2H71BR%2CSAcI%3BEACI%2CaAAA%3B%3BAA5BZ%2CcAgCI%3BA3FoCgB%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FpCjB%3BA3FwjCoB%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2FxjCrB%3BA3Fw%5C%2FCA%2CWAiBI%2CaA0CI%2CaAeI%2CU2FlkDZ%3BA3HizBY%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2HjzBb%3BA3HmrBA%2CoBAsJI%2CMAAK%2CKACD%2CS2H10BR%3BEACI%2CQAAA%3BEACA%2C6BAAA%3B%3BAACA%2CcAHJ%2CUAGK%3BA3FiCW%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2FpCjB%2CUAGK%3BA3FqjCe%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2FxjCrB%2CUAGK%3BA3Fq%5C%2FCL%2CWAiBI%2CaA0CI%2CaAeI%2CU2FlkDZ%2CUAGK%3BA3H8yBO%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2HjzBb%2CUAGK%3BA3HgrBL%2CoBAsJI%2CMAAK%2CKACD%2CS2H10BR%2CUAGK%3BEACG%2CSAAS%2COAAT%3B%3BAApCZ%2CcAwCI%3BA3F4BgB%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2F5BjB%3BA3FgjCoB%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2FhjCrB%3BA3Fg%5C%2FCA%2CWAiBI%2CaA0CI%2CaAeI%2CU2F1jDZ%3BA3HyyBY%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2HzyBb%3BA3H2qBA%2CoBAsJI%2CMAAK%2CKACD%2CS2Hl0BR%3BEACI%2COAAA%3BEACA%2C6BAAA%3B%3BAACA%2CcAHJ%2CSAGK%3BA3FyBW%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQ2F5BjB%2CSAGK%3BA3F6iCe%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CW2FhjCrB%2CSAGK%3BA3F6%2BCL%2CWAiBI%2CaA0CI%2CaAeI%2CU2F1jDZ%2CSAGK%3BA3HsyBO%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQ2HzyBb%2CSAGK%3BA3HwqBL%2CoBAsJI%2CMAAK%2CKACD%2CS2Hl0BR%2CSAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CgBAAA%3B%3BAAKZ%2CaACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAEA%2CaAJR%2CcACI%2CmBAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3B%3BAAIR%2CaAfJ%2CcAeK%2CcACG%2CmBAAkB%3BEACd%2CUAAA%3B%3BAAMhB%3BEACI%2CqBAAA%3BEACA%2CaYvTe%2CaZuTf%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BAatPI%2CYAEI%3BAAFJ%2CYAQI%3BAAsVQ%2CgBARR%2CWAOI%2CQACK%3BAC9Sb%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAGK%2CWACI%2CWAIG%2CQAAO%3BAApa%5C%2FB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%2CaAMI%2CSAOI%3BAC51BxB%2CYA0JI%2CiBAwCI%2CSACI%2COAAM%3BApBvHlB%2CkBAyEI%2CaAiBI%2CYAiDI%2CSAGI%3BAqBxNZ%2CMAAC%2COAkIG%2CgBAMI%3BAAsMA%2CQAJR%2CSAGI%2COACK%3BAAOT%2CQAAC%2CmBAyMG%2CeAGI%2CiBAOI%2CSACI%3BAApNhB%2CQAAC%2CmBA0MG%2CeAEI%2CiBAOI%2CSACI%3BAApNhB%2CQAAC%2CmBA2MG%2CgBACI%2CiBAOI%2CSACI%3BAC3bZ%2CQADH%2COACI%2COAiDG%3BAAsnBR%2CYAAC%2CgBA4JG%2CQAKI%2CcAKI%3BAAtKZ%2CYAAC%2CgBA4JG%2CQAMI%2CcAII%3BAAysBZ%2CYAAC%2CQAeG%2CcAGI%3BAAlBR%2CYAAC%2CQAeG%2CcAII%3BACxmDZ%2CUAYI%3BAC9DJ%2CsBAiOI%2CoBAII%2CaAsCI%2CSAGI%3BAA7QhB%2C2BAgOI%2CoBAII%2CaAsCI%2CSAGI%3BAA5QhB%2CcA%2BNI%2CoBAII%2CaAsCI%2CSAGI%3BAAoHhB%2CYACI%3BA9GsEI%2CkBADJ%2COACK%3BAAyxBL%2CqBAAC%2CoBACG%2CgBACI%3BAAOI%2CqBATX%2CoBAOG%2C0BACI%2CQACK%3BAATb%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBAaI%2CSAII%3BAAiexB%2CWAiBI%2CaAmBI%2CUACI%3BAhCzxDZ%2CIA2CI%2CeA0BI%2CiBAsBK%2CaACG%3BAA6SR%2CKADH%2CKACI%2CQAKG%3BAALJ%2CKADH%2CKACI%2CQAMG%3BAANJ%2CKADH%2CKACI%2CQAOG%3BAA0LA%2CaANR%2CwBAKI%2CQACK%3BAAqiBb%2CqBA2DI%2CcACI%3BAA5DR%2CqBA4LI%2CaAmBI%2COAAM%3BAA0bE%2CiBANZ%2CiBAII%2CSACI%2CEACK%3BAA4EL%2CyBAFR%2CcACI%2CQACK%3BA%2BIxqCD%2CUAFR%2CaACI%2COACK%2CSAQG%2CaAII%3BAC3YR%2CgBAFR%2CoBACI%2CQACK%3BAA%2BcG%2CqBA%5C%2FDZ%2CqBAEI%2CeAAc%2CSA4DV%2COACK%3BAA4Fb%2CcAAC%2CSACG%2CcACI%2CYACI%2CiBACI%3BAAgPR%2CMAlCP%2CiBAiCG%2CQACK%3BAA8CT%2CQAAC%2CMACG%2CSACI%3BErBlxBZ%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAATJ%2CaAWI%3BAajQA%2CYAEI%2CWb%2BPJ%3BAajQA%2CYAQI%2CUbyPJ%3BAa6FY%2CgBARR%2CWAOI%2CQACK%2CKb7Fb%3BAcjNA%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAGK%2CWACI%2CWAIG%2CQAAO%2CQdnN%5C%2FB%3BAcjNA%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%2CaAMI%2CSAOI%2CQdxfxB%3BALxRA%2CkBAyEI%2CaAiBI%2CYAiDI%2CSAGI%2CQK0IhB%3BAgBlWI%2CMAAC%2COAkIG%2CgBAMI%2CQhB0NZ%3BAgBpBY%2CQAJR%2CSAGI%2COACK%2COhBoBb%3BAgBbI%2CQAAC%2CmBAyMG%2CeAGI%2CiBAOI%2CSACI%2CQhBvMpB%3BAgBbI%2CQAAC%2CmBA0MG%2CeAEI%2CiBAOI%2CSACI%2CQhBvMpB%3BAgBbI%2CQAAC%2CmBA2MG%2CgBACI%2CiBAOI%2CSACI%2CQhBvMpB%3BAiBpPQ%2CQADH%2COACI%2COAiDG%2CYjBmMZ%3BAiBmbI%2CYAAC%2CgBA4JG%2CQAKI%2CcAKI%2COjBzlBhB%3BAiBmbI%2CYAAC%2CgBA4JG%2CQAMI%2CcAII%2COjBzlBhB%3BAiBkyCI%2CYAAC%2CQAeG%2CcAGI%2CgBjBpzCZ%3BAiBkyCI%2CYAAC%2CQAeG%2CcAII%2CejBrzCZ%3BAkBnTA%2CUAYI%2CQlBuSJ%3BAmBrWA%2CsBAiOI%2CoBAII%2CaAsCI%2CSAGI%2CQnBuFhB%3BAmBpWA%2C2BAgOI%2CoBAII%2CaAsCI%2CSAGI%2CQnBuFhB%3BAmBnWA%2CcA%2BNI%2CoBAII%2CaAsCI%2CSAGI%2CQnBuFhB%3BAmB6BA%2CYACI%2CWnB9BJ%3BA3FoGQ%2CkBADJ%2COACK%2CO2FpGT%3BA3F63BI%2CqBAAC%2CoBACG%2CgBACI%2CW2F%5C%2F3BZ%3BA3Fs4BgB%2CqBATX%2CoBAOG%2C0BACI%2CQACK%2CK2Ft4BjB%3BA3F63BI%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBAaI%2CSAII%2CQ2F%5C%2F6BxB%3BA3Fg5CA%2CWAiBI%2CaAmBI%2CUACI%2CW2Fr7CZ%3BA3HpWA%2CIA2CI%2CeA0BI%2CiBAsBK%2CaACG%2CQ2HwQhB%3BA3HqCQ%2CKADH%2CKACI%2CQAKG%2CU2H1CZ%3BA3HqCQ%2CKADH%2CKACI%2CQAMG%2CO2H3CZ%3BA3HqCQ%2CKADH%2CKACI%2CQAOG%2CQ2H5CZ%3BA3HsOY%2CaANR%2CwBAKI%2CQACK%2CQ2HtOb%3BA3H2wBA%2CqBA2DI%2CcACI%2CQ2Hv0BR%3BA3H2wBA%2CqBA4LI%2CaAmBI%2COAAM%2CO2H19Bd%3BA3Ho5CgB%2CiBANZ%2CiBAII%2CSACI%2CEACK%2CO2Hp5CjB%3BA3Hg%2BCY%2CyBAFR%2CcACI%2CQACK%2CQ2Hh%2BCb%3BAoBwTY%2CUAFR%2CaACI%2COACK%2CSAQG%2CaAII%2COpBpUpB%3BAqBvEY%2CgBAFR%2CoBACI%2CQACK%2COrBuEb%3BAqBwYgB%2CqBA%5C%2FDZ%2CqBAEI%2CeAAc%2CSA4DV%2COACK%2COrBxYjB%3BAqBoeI%2CcAAC%2CSACG%2CcACI%2CYACI%2CiBACI%2CQrBxepB%3BAqBwtBY%2CMAlCP%2CiBAiCG%2CQACK%2COrBxtBb%3BAqBswBI%2CQAAC%2CMACG%2CSACI%2CgBrBxwBZ%3BEACI%2CgBAAA%3B%3BAAIJ%2CSAAC%3BAACD%2CSAAC%3BAL9RD%2CkBAGI%2CiBK0RH%3BAL7RD%2CkBAGI%2CiBK2RH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAC%3BALlSD%2CkBAGI%2CiBK%2BRH%3BEACG%2CWAAA%3B%3BAAUR%2CmBANiD%3BEAC7C%3BEajRA%2CYAEI%3BEAFJ%2CYAQI%3BEAsVQ%2CgBARR%2CWAOI%2CQACK%3BEC9Sb%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAGK%2CWACI%2CWAIG%2CQAAO%3BEApa%5C%2FB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%2CaAMI%2CSAOI%3BEC51BxB%2CYA0JI%2CiBAwCI%2CSACI%2COAAM%3BEpBvHlB%2CkBAyEI%2CaAiBI%2CYAiDI%2CSAGI%3BEqBxNZ%2CMAAC%2COAkIG%2CgBAMI%3BEAsMA%2CQAJR%2CSAGI%2COACK%3BEAOT%2CQAAC%2CmBAyMG%2CeAGI%2CiBAOI%2CSACI%3BEApNhB%2CQAAC%2CmBA0MG%2CeAEI%2CiBAOI%2CSACI%3BEApNhB%2CQAAC%2CmBA2MG%2CgBACI%2CiBAOI%2CSACI%3BEC3bZ%2CQADH%2COACI%2COAiDG%3BEAsnBR%2CYAAC%2CgBA4JG%2CQAKI%2CcAKI%3BEAtKZ%2CYAAC%2CgBA4JG%2CQAMI%2CcAII%3BEAysBZ%2CYAAC%2CQAeG%2CcAGI%3BEAlBR%2CYAAC%2CQAeG%2CcAII%3BECxmDZ%2CUAYI%3BEC9DJ%2CsBAiOI%2CoBAII%2CaAsCI%2CSAGI%3BEA7QhB%2C2BAgOI%2CoBAII%2CaAsCI%2CSAGI%3BEA5QhB%2CcA%2BNI%2CoBAII%2CaAsCI%2CSAGI%3BEAoHhB%2CYACI%3BE9GsEI%2CkBADJ%2COACK%3BEAyxBL%2CqBAAC%2CoBACG%2CgBACI%3BEAOI%2CqBATX%2CoBAOG%2C0BACI%2CQACK%3BEATb%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBAaI%2CSAII%3BEAiexB%2CWAiBI%2CaAmBI%2CUACI%3BEhCzxDZ%2CIA2CI%2CeA0BI%2CiBAsBK%2CaACG%3BEA6SR%2CKADH%2CKACI%2CQAKG%3BEALJ%2CKADH%2CKACI%2CQAMG%3BEANJ%2CKADH%2CKACI%2CQAOG%3BEA0LA%2CaANR%2CwBAKI%2CQACK%3BEAqiBb%2CqBA2DI%2CcACI%3BEA5DR%2CqBA4LI%2CaAmBI%2COAAM%3BEA0bE%2CiBANZ%2CiBAII%2CSACI%2CEACK%3BEA4EL%2CyBAFR%2CcACI%2CQACK%3BE%2BIxqCD%2CUAFR%2CaACI%2COACK%2CSAQG%2CaAII%3BEC3YR%2CgBAFR%2CoBACI%2CQACK%3BEA%2BcG%2CqBA%5C%2FDZ%2CqBAEI%2CeAAc%2CSA4DV%2COACK%3BEA4Fb%2CcAAC%2CSACG%2CcACI%2CYACI%2CiBACI%3BEAgPR%2CMAlCP%2CiBAiCG%2CQACK%3BEA8CT%2CQAAC%2CMACG%2CSACI%3BIrBvvBR%2CeAAA%3B%3B%3BAAUP%2CmBANgD%3BEAC7C%3BEavRA%2CYAEI%3BEAFJ%2CYAQI%3BEAsVQ%2CgBARR%2CWAOI%2CQACK%3BEC9Sb%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAGK%2CWACI%2CWAIG%2CQAAO%3BEApa%5C%2FB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%2CaAMI%2CSAOI%3BEC51BxB%2CYA0JI%2CiBAwCI%2CSACI%2COAAM%3BEpBvHlB%2CkBAyEI%2CaAiBI%2CYAiDI%2CSAGI%3BEqBxNZ%2CMAAC%2COAkIG%2CgBAMI%3BEAsMA%2CQAJR%2CSAGI%2COACK%3BEAOT%2CQAAC%2CmBAyMG%2CeAGI%2CiBAOI%2CSACI%3BEApNhB%2CQAAC%2CmBA0MG%2CeAEI%2CiBAOI%2CSACI%3BEApNhB%2CQAAC%2CmBA2MG%2CgBACI%2CiBAOI%2CSACI%3BEC3bZ%2CQADH%2COACI%2COAiDG%3BEAsnBR%2CYAAC%2CgBA4JG%2CQAKI%2CcAKI%3BEAtKZ%2CYAAC%2CgBA4JG%2CQAMI%2CcAII%3BEAysBZ%2CYAAC%2CQAeG%2CcAGI%3BEAlBR%2CYAAC%2CQAeG%2CcAII%3BECxmDZ%2CUAYI%3BEC9DJ%2CsBAiOI%2CoBAII%2CaAsCI%2CSAGI%3BEA7QhB%2C2BAgOI%2CoBAII%2CaAsCI%2CSAGI%3BEA5QhB%2CcA%2BNI%2CoBAII%2CaAsCI%2CSAGI%3BEAoHhB%2CYACI%3BE9GsEI%2CkBADJ%2COACK%3BEAyxBL%2CqBAAC%2CoBACG%2CgBACI%3BEAOI%2CqBATX%2CoBAOG%2C0BACI%2CQACK%3BEATb%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBAaI%2CSAII%3BEAiexB%2CWAiBI%2CaAmBI%2CUACI%3BEhCzxDZ%2CIA2CI%2CeA0BI%2CiBAsBK%2CaACG%3BEA6SR%2CKADH%2CKACI%2CQAKG%3BEALJ%2CKADH%2CKACI%2CQAMG%3BEANJ%2CKADH%2CKACI%2CQAOG%3BEA0LA%2CaANR%2CwBAKI%2CQACK%3BEAqiBb%2CqBA2DI%2CcACI%3BEA5DR%2CqBA4LI%2CaAmBI%2COAAM%3BEA0bE%2CiBANZ%2CiBAII%2CSACI%2CEACK%3BEA4EL%2CyBAFR%2CcACI%2CQACK%3BE%2BIxqCD%2CUAFR%2CaACI%2COACK%2CSAQG%2CaAII%3BEC3YR%2CgBAFR%2CoBACI%2CQACK%3BEA%2BcG%2CqBA%5C%2FDZ%2CqBAEI%2CeAAc%2CSA4DV%2COACK%3BEA4Fb%2CcAAC%2CSACG%2CcACI%2CYACI%2CiBACI%3BEAgPR%2CMAlCP%2CiBAiCG%2CQACK%3BEA8CT%2CQAAC%2CMACG%2CSACI%3BIrBjvBR%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAsB9YR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CeAAe%2CQAAf%3BIACA%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CeAAe%2CQAAf%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAGR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CWAAnB%3BIACA%2CWAAW%2CWAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CeAAe%2CQAAf%3BIACA%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CWAAnB%3BIACA%2CeAAe%2CWAAf%3BIACA%2CWAAW%2CWAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CeAAe%2CQAAf%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAGR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CiBAAnB%3BIACA%2CeAAe%2CiBAAf%3BIACA%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAMR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CiBAAnB%3BIACA%2CeAAe%2CiBAAf%3BIACA%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CeAAtC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CgBAAgB%2CeAAtD%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CmBAAmB%2CcAAc%2CaAA5C%3BIACA%2CmBAAmB%2CmBAAmB%2CcAAc%2CaAApD%3B%3BEAGJ%3BIACI%2CWAAW%2CmBAAmB%2CmBAAmB%2CaAAjD%3BIACA%2CmBAAmB%2CmBAAmB%2CmBAAmB%2CaAAzD%3B%3BEAGJ%3BIACI%2CWAAW%2CmBAAmB%2CiBAAiB%2CkBAA%5C%2FC%3BIACA%2CmBAAmB%2CmBAAmB%2CiBAAiB%2CkBAAvD%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%2C%2BCAAA%3BEACA%2CuCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAIJ%3BEACI%3BIACI%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CiBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CiBAAX%3B%3B%3BAAIR%3BEACI%2CkDAAA%3BEACA%2C0DAAA%3B%3BAAIJ%3BEACI%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CeAAtC%3BIACA%2CWAAW%2CmBAAmB%2CeAA9B%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CcAAc%2CYAAjC%3BIACA%2CWAAW%2CcAAc%2CYAAzB%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CeAAtC%3BIACA%2CWAAW%2CmBAAmB%2CeAA9B%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CcAAc%2CYAAjC%3BIACA%2CWAAW%2CcAAc%2CYAAzB%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%2CkDAAA%3BEACA%2C0CAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CkBAAkB%2CcAArC%3BIACA%2CWAAW%2CkBAAkB%2CcAA7B%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CcAAc%2CYAAjC%3BIACA%2CWAAW%2CcAAc%2CYAAzB%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CkBAAkB%2CcAArC%3BIACA%2CWAAW%2CkBAAkB%2CcAA7B%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CcAAc%2CYAAjC%3BIACA%2CWAAW%2CcAAc%2CYAAzB%3B%3B%3BAAIR%3BEACI%2CmDAAA%3BEACA%2C2CAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3B%3BAAIR%3BEACI%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CSAAS%2CaAA5B%3BIACA%2CWAAW%2CSAAS%2CaAApB%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CYAAY%2CiBAA%5C%2FB%3BIACA%2CWAAW%2CYAAY%2CiBAAvB%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CSAAS%2CaAA5B%3BIACA%2CWAAW%2CSAAS%2CaAApB%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CYAAY%2CiBAA%5C%2FB%3BIACA%2CWAAW%2CYAAY%2CiBAAvB%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3B%3B%3BAAIR%3BEACI%2C8EAAA%3BEACA%2CsEAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CWAAW%2CcAAX%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAkB%2CaAArC%3BIACA%2CWAAW%2CkBAAkB%2CaAA7B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAiB%2CYAApC%3BIACA%2CWAAW%2CiBAAiB%2CYAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAkB%2CeAArC%3BIACA%2CWAAW%2CkBAAkB%2CeAA7B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAgB%2CcAAnC%3BIACA%2CWAAW%2CgBAAgB%2CcAA3B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAiB%2CeAApC%3BIACA%2CWAAW%2CiBAAiB%2CeAA5B%3B%3B%3BAAIR%3BEAEI%3BEACA%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CWAAW%2CcAAX%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAkB%2CaAArC%3BIACA%2CWAAW%2CkBAAkB%2CaAA7B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAiB%2CYAApC%3BIACA%2CWAAW%2CiBAAiB%2CYAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAkB%2CeAArC%3BIACA%2CWAAW%2CkBAAkB%2CeAA7B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAgB%2CcAAnC%3BIACA%2CWAAW%2CgBAAgB%2CcAA3B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAiB%2CeAApC%3BIACA%2CWAAW%2CiBAAiB%2CeAA5B%3B%3B%3BAAIR%3BEACI%2C8CAAA%3BEACA%2CsCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%2C4CAA4C%2CuDAA5C%3BEACA%2CoCAAoC%2CuDAApC%3B%3BAAIJ%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%2CuCAAuC%2CuDAAvC%3BEACA%2C%2BBAA%2BB%2CuDAA%5C%2FB%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CmBAAnB%3BIACA%2CWAAW%2CmBAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CmBAAnB%3BIACA%2CWAAW%2CmBAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%2CsCAAsC%2CuDAAtC%3BEACA%2C8BAA8B%2CuDAA9B%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%2CwCAAwC%2CuDAAxC%3BEACA%2CgCAAgC%2CuDAAhC%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CgBAAgB%2CQAAnC%3BIACA%2CWAAW%2CgBAAgB%2CQAA3B%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CUAAU%2CQAA7B%3BIACA%2CWAAW%2CUAAU%2CQAArB%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CgBAAgB%2CeAAhB%3BIACA%2CmBAAmB%2CeAAnB%3BIACA%2CcAAc%2CeAAd%3BIACA%2CWAAW%2CeAAX%3B%3BEAGJ%3BIACI%2CgBAAgB%2CWAAhB%3BIACA%2CmBAAmB%2CWAAnB%3BIACA%2CcAAc%2CWAAd%3BIACA%2CWAAW%2CWAAX%3B%3BEAGJ%3BIACI%2CgBAAgB%2CeAAhB%3BIACA%2CmBAAmB%2CeAAnB%3BIACA%2CcAAc%2CeAAd%3BIACA%2CWAAW%2CiBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAGR%3BEACI%3BEACA%3BIACE%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEAEV%3BEACA%3BEACA%3BEACA%3BIACE%2CmBAAmB%2CiBAAnB%3BIACQ%2CWAAW%2CiBAAX%3B%3BEAEV%3BEACA%3BEACA%3BIACE%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3B%3BEAEV%3BIACE%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEAEV%3BIACE%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3B%3B%3BAAGd%3BEACI%3BEACA%3BIACE%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEAEV%3BEACA%3BIACE%2CmBAAmB%2CiBAAnB%3BIACQ%2CWAAW%2CiBAAX%3B%3BEAEV%3BEACA%3BIACE%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3B%3BEAEV%3BIACE%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEAEV%3BIACE%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3B%3B%3BAAGd%3BEACC%2CuCAAuC%2C4CAAvC%3BEACG%2C%2BBAA%2BB%2C4CAA%5C%2FB%3B%3BAAEJ%3BEACI%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CeAAe%2CYAAf%3BIACA%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CeAAe%2CcAAf%3BIACA%2CWAAW%2CcAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CeAAe%2CYAAf%3BIACA%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CeAAe%2CcAAf%3BIACA%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEACC%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAGL%3BEACC%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIL%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CUAAnB%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CUAAnB%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CUAAnB%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CUAAnB%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CQAAnB%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3B%3BAAMR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CqBAAnB%3BIACA%2CWAAW%2CqBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CkBAAnB%3BIACA%2CeAAe%2CkBAAf%3BIACA%2CWAAW%2CkBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CqBAAnB%3BIACA%2CeAAe%2CqBAAf%3BIACA%2CWAAW%2CqBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CkBAAnB%3BIACA%2CeAAe%2CkBAAf%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BATrsCA%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEAC9C%2C8BAAA%3B%3BAAEJ%2CIACI%3BEACI%2C8BAAA%3B%3BAAIR%2CYACI%3BEACI%2CgBAAA%3B%3BAAKA%2CIADJ%2CaACK%3BEACG%2CUAAA%3B%3BAAMJ%2CIADJ%2CYACK%3BEACG%2CSAAS%2COAAT%3B%3BAAHZ%2CIAMI%2CYAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAII%2CSADJ%2CaACK%3BEACG%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAIZ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CaACI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEb%2BDR%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3B%3BAatEA%2CaAOI%2CYACI%3BEACI%2CiCAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3B%3BAACA%2CaAfR%2CYACI%2CSAcK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CaA5BR%2CYACI%2CSA2BK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C4CAAA%3BEACA%2CoCAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAGI%2CYAFJ%2CWAEK%3BESyqBT%2C8CAAA%3BEACA%2CsCAAA%3B%3BATjqBI%2CQAAC%3BAACD%2CQAAC%3BEACG%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEb3CR%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3BEa2CQ%2CYAAA%3BEACA%2CWAAA%3BES4tBR%2CuCAAuC%2CuDAAvC%3BEACA%2C%2BBAA%2BB%2CuDAA%5C%2FB%3BEtB9xBA%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3B%3BAawDI%2CQAAC%2CQAUI%3BAATL%2CQAAC%2CMASI%3BEACG%2CqBAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAQY%2CSAHX%2CSACI%2CSACI%2CSACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CSAZX%2CSAUI%2CUACI%2CSACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAASA%2CSAJf%2CUACI%2CSACI%2CSACI%2CSACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CSAbf%2CUACI%2CSAUI%2CUACI%2CSACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAOxB%2CaACI%2C2BACI%2CMAAK%2CSACD%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAQR%2CsBADJ%2COACK%2COACI%2CWACG%2CoBACI%3BEACI%2CaAAA%3B%3BAAeJ%2CoBAJf%2CsBACG%2COACK%2COACG%2CaACK%2CaACG%3BAADJ%2C%2BBAJf%2CsBACG%2COACK%2COACG%2CaACK%2CaACG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CoBAfvB%2CsBACG%2COACK%2COACG%2CaACK%2CaACG%2COAUK%3BAAAD%2C%2BBAfvB%2CsBACG%2COACK%2COACG%2CaACK%2CaACG%2COAUK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAhBpB%2CoBAFP%2CsBACG%2COACK%2COAqBG%3BAArBJ%2C%2BBAFP%2CsBACG%2COACK%2COAqBG%3BEACI%2CgBAAA%3B%3BAAtBR%2CoBAFP%2CsBACG%2COACK%2COAqBG%2CeAEI%3BAAvBR%2C%2BBAFP%2CsBACG%2COACK%2COAqBG%2CeAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBZ%2CoBAFP%2CsBACG%2COACK%2COAqBG%2CeAMI%3BAA3BR%2C%2BBAFP%2CsBACG%2COACK%2COAqBG%2CeAMI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA7BZ%2CoBAFP%2CsBACG%2COACK%2COAqBG%2CeAMI%2CgBAGI%3BAA9BZ%2C%2BBAFP%2CsBACG%2COACK%2COAqBG%2CeAMI%2CgBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhChB%2CoBAFP%2CsBACG%2COACK%2COAqBG%2CeAMI%2CgBAGI%2CqBAGI%3BAAjChB%2C%2BBAFP%2CsBACG%2COACK%2COAqBG%2CeAMI%2CgBAGI%2CqBAGI%3BEACI%2CUAAA%3B%3BAAOxB%2CoBA3CH%2CsBA2CI%2CcACG%3BAADJ%2C%2BBA3CH%2CsBA2CI%2CcACG%3BEACI%2CUAAA%3B%3BAAFR%2CoBA3CH%2CsBA2CI%2CcAIG%2CkBACI%2CQAAO%2CYACH%3BAANZ%2C%2BBA3CH%2CsBA2CI%2CcAIG%2CkBACI%2CQAAO%2CYACH%3BEACI%2CUAAA%3B%3BAAPhB%2CoBA3CH%2CsBA2CI%2CcAWG%3BAAXJ%2C%2BBA3CH%2CsBA2CI%2CcAWG%3BEACI%2CUAAA%3B%3BAAZR%2CoBA3CH%2CsBA2CI%2CcAeG%2CuBACI%3BAAhBR%2C%2BBA3CH%2CsBA2CI%2CcAeG%2CuBACI%3BEACI%2CUAAA%3B%3BAAWJ%2CMAHX%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUACA%2CQAAK%3BAADV%2CMAHX%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUAED%2CMAAK%3BEACD%2CaAAA%3B%3BAAKA%2CMAXnB%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUAMD%2CMAAK%2CeAEA%2CQAAS%2CQAAK%3BAAAf%2CMAXnB%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUAOD%2CMAAK%2CYACA%2CQAAS%2CQAAK%3BEACX%2CSAAS%2COAAT%3B%3BAAMJ%2CMAlBnB%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUAaD%2CMAAK%2CeAEC%3BAAAF%2CMAlBnB%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUAcD%2CMAAK%2CYACC%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAtBvB%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUAaD%2CMAAK%2CeAEC%2CQAIG%3BAAAD%2CMAtBvB%2COACI%2CIAAI%2CuBACA%2CIAAI%2CsBACA%2CIAAI%2CUAcD%2CMAAK%2CYACC%2CQAIG%3BEACG%2CSAAS%2COAAT%3BEACA%2CaD5TjB%2CaC4TiB%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3B%3BAAUhC%3BAACA%3BEAEI%2C0BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkCAAA%3B%3BAAOQ%2CIAJR%2CMAGK%2CIAAI%2CYACA%3BAAAD%2CIAHR%2CSAEK%2CIAAI%2CYACA%3BAAAD%2CIAFR%2COACK%2CIAAI%2CYACA%3BEACG%2CgBAAA%3BEACA%2CaAAA%3B%3BAAhBhB%2CIAqBI%2CMAAK%3BAArBT%2CIAsBI%2CMAAK%3BAAtBT%2CIAuBI%2CMAAK%3BAAvBT%2CIAwBI%2CMAAK%3BAAxBT%2CIAyBI%2CMAAK%3BAAzBT%2CIA0BI%2CMAAK%3BAA1BT%2CIA2BI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEb9RR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAa6PA%2CIAmCI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEbtSR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAa6PA%2CIA2CI%2CMAAK%3BAA3CT%2CIA4CI%2CMAAK%3BEACD%2CeAAA%3B%3BAA7CR%2CIAgDI%3BAAhDJ%2CIAiDI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEblTR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAa6PA%2CIAwDI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAsB%2CuCAAtB%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEbpUR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEaoUQ%2CcAAA%3B%3BAAIR%2CSAAU%2CUAAQ%3BEACd%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGA%2CMAAC%3BEACG%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGR%2CgBACM%2CWACE%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CgBACM%2CWACE%2CQAaI%3BEACI%2CcAAA%3B%3BAAMJ%2CgBAFR%2CWACI%2CEACK%3BEACG%2CaAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CgBARR%2CWAOI%2CQACK%3BEAGG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAACA%2CgBAjBZ%2CWAOI%2CQACK%2CKASI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAASZ%2CkBADJ%2CEACK%3BEACG%2CiBAAA%3B%3BAAKZ%2CMAAM%3BAACN%2CKAAM%3BEACF%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAACA%2CMAAC%3BEACG%2CiBAAA%3B%3BAAKR%2CgBAAiB%3BEACb%2C4BAAA%3B%3BAAIJ%2CYACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAMJ%2C%2BBAAC%2CcACG%3BAADJ%2CqCAAC%2CcACG%3BAADJ%2CsCAAC%2CcACG%3BEACI%2CUAAA%3B%3BAAFR%2C%2BBAAC%2CcAIG%3BAAJJ%2CqCAAC%2CcAIG%3BAAJJ%2CsCAAC%2CcAIG%3BEACI%2CUAAA%3B%3BAALR%2C%2BBAAC%2CcAOG%2CkBACI%2CQAAO%2CYACH%3BAATZ%2CqCAAC%2CcAOG%2CkBACI%2CQAAO%2CYACH%3BAATZ%2CsCAAC%2CcAOG%2CkBACI%2CQAAO%2CYACH%3BEACI%2CUAAA%3B%3BAAVhB%2C%2BBAAC%2CcAcG%2CuBACI%3BAAfR%2CqCAAC%2CcAcG%2CuBACI%3BAAfR%2CsCAAC%2CcAcG%2CuBACI%3BEACI%2CUAAA%3B%3BAAKhB%2C%2BBAAgC%3BAAChC%2CqCAAsC%3BAACtC%2CsCAAuC%3BEACnC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAAoB%2CsBAAuB%2COAAM%2COAAQ%3BAACzD%2C%2BBAA%2BB%2CsBAAuB%2COAAM%2COAAQ%3BEAChE%2CWAAA%3B%3BAAGJ%2CmBACI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CmBAAC%2CQAIG%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAMZ%2CQACI%3BEACI%2CgBAAA%3B%3BAAKA%2CMAFF%2CWACF%2CIACK%2CWAAW%3BEACR%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEbhcZ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEa%2BbY%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAACA%2CMAfN%2CWACF%2CIACK%2CWAAW%2CWAaP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEb3ahB%2CWAAW%2CiBAAe%2CaAA1B%3BEACA%2CgBAAgB%2CiBAAe%2CaAA%5C%2FB%3BEACA%2CmBAAmB%2CiBAAe%2CaAAlC%3BEACA%2CcAAc%2CiBAAe%2CaAA7B%3BEACA%2CeAAe%2CiBAAe%2CaAA9B%3BEayagB%2CSAAA%3BEACA%2CSAAA%3B%3BAAOhB%2CKACI%3BEACI%2CgBAAA%3B%3B%3BAAgFR%2CmBA%5C%2FDiD%3BEAM7C%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAQA%2CoBAAC%2CsBACG%2C0BACM%3BEAFV%2C%2BBAAC%2CsBACG%2C0BACM%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEAJZ%2CoBAAC%2CsBAOG%2COAAM%2COACF%2CaAAY%2CaACR%3BEATZ%2C%2BBAAC%2CsBAOG%2COAAM%2COACF%2CaAAY%2CaACR%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEA7BhB%2CoBAAC%2CsBAOG%2COAAM%2COAyBF%2CeACI%2CgBACI%3BEAlChB%2C%2BBAAC%2CsBAOG%2COAAM%2COAyBF%2CeACI%2CgBACI%3BIACI%2CsBAAA%3B%3BEAnCpB%2CoBAAC%2CsBAwCG%3BEAxCJ%2C%2BBAAC%2CsBAwCG%3BIACI%2CcAAA%3B%3B%3BAA8EhB%2CmBAjEgD%3BEAC5C%2CIAEI%2C0BAA0B%3BEAF9B%2CIAGI%2C0BAA0B%3BEAH9B%2CIAII%2C0BAA0B%3BEAC1B%2CIAAC%2CQAAS%2CSAAS%3BEACnB%2CIAAC%2CQAAS%2CSAAS%3BEACnB%2CIAAC%2CQAAS%2CSAAS%3BEAPvB%2CIAQI%2C0BAA0B%3BEAR9B%2CIASI%2C0BAA0B%3BEAT9B%2CIAUI%2C0BAA0B%3BIACtB%2CgBAAA%3B%3BEAMJ%2COAAC%3BIACG%2CWAAA%3B%3BEAKJ%2CoBAAC%2CsBACG%2COAAM%2COACF%2CaAAY%2CaACR%3BEAHZ%2C%2BBAAC%2CsBACG%2COAAM%2COACF%2CaAAY%2CaACR%3BIACI%2CqBAAA%3B%3BEAOpB%3BIACI%2CiBAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CwBAII%3BIACI%2CmBAAA%3B%3BEALR%2CwBAQI%2CsBACI%3BIACI%2CgBAAA%3B%3BEAVZ%2CwBAQI%2CsBACI%2CiBAGK%3BIACG%2CQAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAfhB%2CwBAQI%2CsBACI%2CiBAGK%2CWAKG%3BIACI%2CWAAA%3B%3BEAlBpB%2CwBAQI%2CsBACI%2CiBAaK%3BIACG%2CQAAA%3B%3B%3BAA2FpB%2CmBAlFiD%3BEAC7C%2CIACI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CIAKI%3BEALJ%2CIAMI%3BEANJ%2CIAOI%3BEAPJ%2CIAQI%3BEARJ%2CIASI%3BEATJ%2CIAUI%3BEAVJ%2CIAWI%3BEAXJ%2CIAYI%3BEAZJ%2CIAaI%3BEAbJ%2CIAcI%3BEAdJ%2CIAeI%3BEAfJ%2CIAgBI%3BEAhBJ%2CIAiBI%3BEAjBJ%2CIAkBI%3BEAlBJ%2CIAmBI%3BEAnBJ%2CIAoBI%3BEApBJ%2CIAqBI%3BEArBJ%2CIAsBI%3BEAtBJ%2CIAuBI%3BEAvBJ%2CIAwBI%3BEAxBJ%2CIAyBI%3BEAzBJ%2CIA0BI%3BEA1BJ%2CIA2BI%3BEA3BJ%2CIA4BI%3BEA5BJ%2CIA6BI%3BEA7BJ%2CIA8BI%3BEA9BJ%2CIA%2BBI%3BEA%5C%2FBJ%2CIAgCI%3BEAhCJ%2CIAiCI%3BEAjCJ%2CIAkCI%3BEAlCJ%2CIAmCI%3BEAnCJ%2CIAoCI%3BEApCJ%2CIAqCI%3BEArCJ%2CIAsCI%3BEAtCJ%2CIAuCI%3BEAvCJ%2CIAwCI%3BEAxCJ%2CIAyCI%3BEAzCJ%2CIA0CI%3BEA1CJ%2CIA2CI%3BEA3CJ%2CIA4CI%3BEA5CJ%2CIA6CI%3BEA7CJ%2CIA8CI%3BEA9CJ%2CIA%2BCI%3BEA%5C%2FCJ%2CIAgDI%3BEAhDJ%2CIAiDI%3BEAjDJ%2CIAkDI%3BEAlDJ%2CIAmDI%3BEAnDJ%2CIAoDI%3BEApDJ%2CIAqDI%3BEArDJ%2CIAsDI%3BEAtDJ%2CIAuDI%3BEAvDJ%2CIAwDI%3BEAxDJ%2CIAyDI%3BEAzDJ%2CIA0DI%3BEA1DJ%2CIA2DI%3BEA3DJ%2CIA4DI%3BEA5DJ%2CIA6DI%3BEA7DJ%2CIA8DI%3BEA9DJ%2CIA%2BDI%3BEA%5C%2FDJ%2CIAgEI%3BEAhEJ%2CIAiEI%3BEAjEJ%2CIAkEI%3BEAlEJ%2CIAmEI%3BEAnEJ%2CIAoEI%3BEApEJ%2CIAqEI%3BEArEJ%2CIAsEI%3BEAtEJ%2CIAuEI%3BEAvEJ%2CIAwEI%3BEAxEJ%2CIAyEI%3BEAzEJ%2CIA0EI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3B%3BAAwDZ%2CmBAnD4C%3BEAGpC%2CoBAAC%2CsBACG%2COAAM%2COACF%2CaAAY%2CaACR%3BEAHZ%2C%2BBAAC%2CsBACG%2COAAM%2COACF%2CaAAY%2CaACR%3BIACI%2CgBAAA%3B%3BEAMI%2CoBAVnB%2CsBACG%2COAAM%2COAMD%2COACG%2CaAAY%2CaACR%2COACK%3BEAAD%2C%2BBAVnB%2CsBACG%2COAAM%2COAMD%2COACG%2CaAAY%2CaACR%2COACK%3BIACG%2C0BAAA%3B%3BEAEJ%2CoBAbnB%2CsBACG%2COAAM%2COAMD%2COACG%2CaAAY%2CaACR%2COAIK%3BEAAD%2C%2BBAbnB%2CsBACG%2COAAM%2COAMD%2COACG%2CaAAY%2CaACR%2COAIK%3BIACG%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAU5B%2CmBACI%3BIACI%2CiBAAA%3B%3BEAGR%2CgBACI%3BIACI%2CWAAA%3B%3BEAFR%2CgBAIM%2CWACE%3BIACI%2CeAAA%3B%3B%3BAAwCpB%2CmBAhCkD%3BEASd%2CoBANvB%2CsBACG%2COACK%2CMAAM%2COACH%2CaACK%2CaACG%2COACK%3BEAAD%2C%2BBANvB%2CsBACG%2COACK%2CMAAM%2COACH%2CaACK%2CaACG%2COACK%3BIACG%2CWAAA%3B%3BEAP5B%2CoBAAC%2CsBAcG%2COAAM%2COACF%2CaAAY%2CaACR%3BEAhBZ%2C%2BBAAC%2CsBAcG%2COAAM%2COACF%2CaAAY%2CaACR%3BIACI%2CoBAAA%3B%3BEAjBhB%2CoBAAC%2CsBAcG%2COAAM%2COAMF%3BEApBR%2C%2BBAAC%2CsBAcG%2COAAM%2COAMF%3BIACI%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAaZ%2CIADJ%2CSACK%3BAACD%2CIAFJ%2CSAEK%3BEACG%2CWAAA%3BEACA%2COAAA%3BEbv1BZ%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEsByyBA%2CsCAAsC%2CuDAAtC%3BEACA%2C8BAA8B%2CuDAA9B%3B%3BATsCA%2CIAUI%2CMACI%3BEACI%2CiBAAA%3B%3BAAQA%2CIAJR%2COAAM%2COAAO%2CIAAI%2CuBAEZ%2CQAAK%2CeAEA%3BAAAF%2CIAJR%2COAAM%2COAAO%2CIAAI%2CuBAGb%2CMAAK%2CYACC%3BEACE%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CIARZ%2COAAM%2COAAO%2CIAAI%2CuBAEZ%2CQAAK%2CeAEA%2CQAIG%3BAAAD%2CIARZ%2COAAM%2COAAO%2CIAAI%2CuBAGb%2CMAAK%2CYACC%2CQAIG%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAA1BpB%2CIAiCI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGQ%2CIALZ%2CSAGK%2CQACK%2CIAAC%2CYACE%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAQJ%2CIAHZ%2CSAAQ%2CMACF%2CIACG%2CYACI%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAlDpB%2CIAwDI%2CoBAAmB%3BEACf%2CiBAAA%3B%3BAA4CR%2CmBAZ4C%3BEACxC%2CIACI%2CiBACI%2CSACI%3BIACI%2CSAAA%3B%3B%3BAU1%5C%2FBpB%3BEvBSA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEuBXI%2C8BAAA%3B%3BAvBaJ%2CoBAAC%3BAACD%2CoBAAC%3BEACG%2CaAAA%3B%3BAuBbJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CeAGI%3BEvBPJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEuBKQ%2CuBAAA%3B%3BAvBHR%2CeuBCI%2CWvBDH%3BAACD%2CeuBAI%2CWvBAH%3BEACG%2CaAAA%3B%3BAuBJJ%2CeAOI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEvBfR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEuBaQ%2CsBAAA%3BEACA%2CuBAAA%3BEvBwCR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAtDA%2CeuBKI%2CWvBLH%3BAACD%2CeuBII%2CWvBJH%3BEACG%2CaAAA%3B%3BAuBaI%2CeAVJ%2CWAUK%2CIAAI%3BEACD%2CiBAAA%3B%3BAAlBZ%2CeAOI%2CWAcI%3BEACI%2CcAAA%3B%3BAAtBZ%2CeAOI%2CWAiBI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeA1BR%2CWAiBI%2CEASK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEvB%2BEhB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3B%3BAuB9EgB%2CeAlCZ%2CWAiBI%2CEAgBK%2CWACI%3BEACG%2CaAAA%3B%3BAAIZ%2CeAvCJ%2CWAuCK%2CWACG%2CEAAC%3BEACG%2CaAAA%3B%3BAAhDhB%2CeAOI%2CWA4CI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3B%3BAA0BZ%2CmBAZgD%3BEAKpC%2CeAHJ%2CWAGK%2CIAAI%3BIACD%2CiBAAA%3B%3B%3BAA2CpB%2CmBAbiD%3BEACzC%2CeACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAJR%2CeACI%2CWAII%3BIACI%2CeAAA%3B%3B%3BAAUhB%2CIAEI%2CgBACI%2CWACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAC5IhB%2CIAAK%3BEACD%2CWAAA%3BEACA%2CKAAI%2CgBAAJ%3BEAEA%2CaAAA%3BEACA%2CqDAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CIAVC%2C0BAUA%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CIAdC%2C0BAcA%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CIAlBC%2C0BAkBA%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CIAAK%2C0BAwBD%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEI%2CIA9BP%2C0BAwBD%2COAKI%2CSACK%3BEACG%2CcAAA%3B%3BAA%5C%2FBhB%2CIAAK%2C0BAmCD%2CGAEI%2CGACI%3BEACI%2CmBAAA%3B%3BAAvChB%2CIAAK%2C0BAmCD%2CGAEI%2CGAII%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA5CpB%2CIAAK%2C0BAmCD%2CGAEI%2CGAII%2CgBACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA9CxB%2CIAAK%2C0BAoDD%2CWACI%2CiBACI%3BEACI%2CiBAAA%3B%3BAAvDhB%2CIAAK%2C0BAoDD%2CWAMI%2CeACI%3BEACI%2CiBAAA%3B%3BAA5DhB%2CIAAK%2C0BAoDD%2CWAWI%2CWACI%3BEACI%2CiBAAA%3B%3BAAjEhB%2CIAAK%2C0BAoDD%2CWAgBI%3BAApER%2CIAAK%2C0BAoDD%2CWAiBI%3BEACI%2CSAAA%3B%3BAAtEZ%2CIAAK%2C0BAoDD%2CWAgBI%2CYAGI%2CWACI%3BAAxEhB%2CIAAK%2C0BAoDD%2CWAiBI%2CUAEI%2CWACI%3BEACI%2CiBAAA%3B%3BAAMpB%2CgBACI%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CgBACI%2CYAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CgBAVJ%2CYAUK%3BAACD%2CgBAXJ%2CYAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAlBZ%2CgBAqBI%3BEACI%2CmBAAA%3B%3BAACA%2CgBAFJ%2CiBAEQ%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3B%3BAAkBZ%2CmBAPkD%3BEAC9C%2CIAAK%3BIACD%2COAAO%2CkBAAP%3B%3B%3BAAUR%2CmBALgD%3BEAC5C%2CIAAK%3BIACD%2CiBAAA%3B%3B%3BAAgCR%2CmBApB%2BC%3BEAE3C%2CIAAK%3BIACD%2CWAAA%3B%3BEAEJ%2CgBACI%3BIACI%2CmBAAA%3B%3BEACA%2CgBAFJ%2CiBAES%3BIACD%2CeAAA%3B%3BEAGA%2CgBANR%2CiBAKI%2CYACK%3BEACD%2CgBAPR%2CiBAKI%2CYAEK%3BIACG%2CWAAA%3B%3B%3BAA0CpB%2CmBA9B2C%3BEAEvC%2CIAAK%2C0BACD%2CWACI%2CiBACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CIAAK%2C0BACD%2CWAMI%2CeACI%3BIACI%2CiBAAA%3B%3BEAThB%2CIAAK%2C0BACD%2CWAWI%2CWACI%3BIACI%2CiBAAA%3B%3BEAdhB%2CIAAK%2C0BACD%2CWAgBI%2CYACI%2CWACI%3BEAnBhB%2CIAAK%2C0BACD%2CWAoHX%2CCApG2B%2CSACR%2CWACI%3BIACI%2CiBAAA%3B%3B%3BAAiCxB%2CIACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAA6DZ%2CmBAbiD%3BEACzC%2CIACI%2C0BACI%2CGACI%2CGACI%3BIACI%2CgBAAA%3B%3B%3BACtRzB%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACK%2CsBAAsB%2CkCAAtB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CoCAAA%3B%3B%3BAdxBJ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEX8DJ%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAW7DA%3BEX2DA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEW3DI%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEXLA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEWGI%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAXJJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CaAAA%3B%3BAWHJ%2CiBAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CiBASI%3BEACI%2CcAAA%3B%3BAAGR%3BEACI%2CmBAAA%3B%3BAAII%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAGA%2CsBALP%2CQAIK%2COACG%3BEACG%2CmBAAA%3B%3BAerChB%3BE1BSA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE0BXI%2CqBAAA%3B%3BA1BaJ%2CeAAC%3BAACD%2CeAAC%3BEACG%2CaAAA%3B%3BA0BjBJ%2CeAGI%3BEACI%2CkBAAA%3B%3BAACA%2CeAFJ%2CeAEK%3BAALT%2CeAGI%2CeAGM%2COAAI%3BEACF%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAXJ%2CeAWK%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2Cad9BG%2Cac8BH%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CeAGI%2CeAkBM%3BEACE%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CeArBR%2CeAkBM%2COAGG%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CadxCD%2CacwCC%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA5BhB%2CeAGI%2CeAkBM%2COASE%3BE1BwRZ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0B7TA%2CeAmCI%3BAAnCJ%2CeAoCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAII%3BEACI%2CkBAAA%3B%3BAALR%2CqBAII%2CqBAEI%3BAANR%2CqBAII%2CqBAGI%3BEACI%2CmBAAA%3B%3BAARZ%2CqBAII%2CqBAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAZZ%2CqBAII%2CqBAUI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBAbR%2CqBAUI%2CSAGK%3BAAjBb%2CqBAII%2CqBAUI%2CSAII%2CMAAK%3BE1B6OjB%2CqBAAA%3BEACA%2CaYvTe%2CaZuTf%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BA0BpPY%2CqBAjBR%2CqBAUI%2CSAOK%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CUAAA%3B%3BAAvBhB%2CqBAII%2CqBAUI%2CSAWI%2CMAAK%3BAAzBjB%2CqBAII%2CqBAUI%2CSAYI%3BE1BmPZ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0BpRA%2CqBAII%2CqBAUI%2CSAeI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBA5BZ%2CqBAUI%2CSAeI%2CMAGK%3BEACG%2CUAAA%3B%3BAAGA%2CqBAhChB%2CqBAUI%2CSAeI%2CMAMK%2CMACI%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAMR%2CqBAxCZ%2CqBAUI%2CSA6BI%2CUACK%2CMAAM%3BEACH%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAIJ%2CqBA9CZ%2CqBAUI%2CSAmCI%2CUACK%2CMAAM%3BEACH%2CSAAS%2CQAAQ%2COAAjB%3BEACA%2CUAAA%3B%3BAAIJ%2CqBApDZ%2CqBAUI%2CSAyCI%2CUACK%2CMAAM%3BEACH%2CSAAS%2CQAAQ%2CQAAQ%2COAAzB%3BEACA%2CUAAA%3B%3BAAIJ%2CqBA1DZ%2CqBAUI%2CSA%2BCI%2CUACK%2CMAAM%3BEACH%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2COAAjC%3BEACA%2CUAAA%3B%3BAAIJ%2CqBAhEZ%2CqBAUI%2CSAqDI%2CUACK%2CMAAM%3BEACH%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CUAAA%3B%3BAAKA%2CqBAvEhB%2CqBAUI%2CSA2DI%2CMAAK%2CYACA%2CQAAS%2CQACL%3BEACG%2CUAAA%3B%3BAAIJ%2CqBA5EhB%2CqBAUI%2CSA2DI%2CMAAK%2CYAMA%2CMAAO%2CQACH%3BEACG%2CUAAA%3B%3BAAKR%2CqBAlFZ%2CqBAUI%2CSAuEI%2CmBACK%3BEACG%2CcAAA%3B%3BAAIJ%2CqBAvFZ%2CqBAUI%2CSA4EI%2CUACK%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3B%3BAAIJ%2CqBA7FZ%2CqBAUI%2CSAkFI%2CUACK%3BEACG%2CSAAS%2CQAAQ%2COAAjB%3BEACA%2CUAAA%3B%3BAAIJ%2CqBAnGZ%2CqBAUI%2CSAwFI%2CUACK%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2COAAzB%3BEACA%2CUAAA%3B%3BAAIJ%2CqBAzGZ%2CqBAUI%2CSA8FI%2CUACK%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2COAAjC%3BEACA%2CUAAA%3B%3BAAIJ%2CqBA%5C%2FGZ%2CqBAUI%2CSAoGI%2CUACK%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CUAAA%3B%3BAAQZ%2CgBADJ%2CQACK%3BAACD%2CgBAFJ%2CQAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CgBALJ%2CQAKK%3BEACG%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAgDZ%2CIACI%2CcACI%2CyBACI%3BEACI%2CiBAAA%3B%3BAAJhB%2CIAQI%2CgBACI%3BAATR%2CIAQI%2CgBAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BACtOA%2CIAHR%2CeACI%3BAAGI%2CIAJR%2CeACI%2CeAGK%3BEACG%2CoBAAA%3B%3BAACA%2CIANZ%2CeACI%2CeAKS%3BAAAD%2CIANZ%2CeACI%2CeAGK%2CKAEI%3BEACG%2CeAAA%3B%3BAAOZ%2CIADJ%2CeACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2C0CAAA%3BE3B6CZ%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA2B1CY%2CIAZR%2CeAWK%2CMACI%3BEACG%2CkBAAA%3B%3BAAEA%2CIAfZ%2CeAWK%2CMACI%2CSAGI%3BEACG%2CSAAS%2COAAT%3BEACA%2Caf9CL%2Cae8CK%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE3BgFpB%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3B%3BA2B5EQ%2CIA3BJ%2CeA2BK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAlCJ%2CeAkCK%2CIAAI%2CQAAQ%3BEACT%2CgBAAA%3B%3BAAlDZ%2CIA2DI%3BEACI%2CmBAAA%3B%3BAAEA%2CIAHJ%2CkBAGK%2CKACG%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BE3BAhB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA2BrEA%2CIA0EI%3BEACI%2CmBAAA%3B%3BAA3ER%2CIA6EI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhFR%2CIA6EI%2CsBAKI%3BEACI%2CiBAAA%3B%3BAAnFZ%2CIAuFI%2CWACI%3BEACI%2CWAAA%3BE3B%2BDZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BE2BhEY%2CkBAAA%3B%3BAA3FZ%2CIA%2BFI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BE3B%5C%2FBR%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BE2B%2BBQ%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CwCAAA%3BEACA%2CgDAAA%3B%3BAAGR%3BEACI%2CyCAAA%3BEACA%2CWAAA%3B%3BAAKI%2CaADJ%2CeACK%3BEACG%2CcAAA%3B%3BAAKJ%2CaADJ%2CkBAAiB%2CMAAO%2CeAAc%2CSACjC%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMZ%2CIACI%2CkBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CIALR%2CkBACI%2CeAIK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BACtIhB%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CiBAIK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAVR%2CiBAaI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlBR%2CiBAaI%2CWAOI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBAXR%2CWAOI%2CMAIK%2CYAAa%3BEACV%2CiBAAA%3B%3BAAzBhB%2CiBAaI%2CWAOI%2CMAQI%3BAAwDZ%2CeACI%2CeAGI%3BEA3DQ%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CiBAvBZ%2CWAOI%2CMAQI%2COAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE5B4GpB%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BA4BxGoB%2CiBArChB%2CWAOI%2CMA4BK%2CUACG%2COACK%3BEACG%2CWAAA%3B%3BAAOJ%2CiBA7ChB%2CWAOI%2CMAoCK%2CMACG%2COACK%3BEACG%2CWAAA%3B%3BAA3DxB%2CiBAkEI%3BAAlEJ%2CiBAmEK%3BEACG%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3B%3BAA3ER%2CiBA8EI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAIR%2CeACI%3BEACI%2CmBAAA%3B%3BAAFR%2CeACI%2CeAGI%3BEAEI%2CkBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3B%3BAAXR%2CeAUI%2CkBAGI%2CWACI%3BEACI%2CaAAA%3B%3BAAfhB%2CeAUI%2CkBAGI%2CWACI%2CMAGI%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CwFAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CeAtBZ%2CkBAGI%2CWACI%2CMAkBK%2CUAEG%3BAADJ%2CeAvBZ%2CkBAGI%2CWACI%2CMAmBK%2CMACG%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3B%3BAAmExB%2CmBA1DgD%3BEAC5C%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CiBAII%3BIACI%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CiBAPJ%2CYAOK%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CmBAAb%3B%3BEAbZ%2CiBAiBI%3BIACI%2CkBAAA%3BIACA%2CKAAK%2CiBAAL%3BIACA%2CSAAA%3BI5B9BZ%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CcAAc%2CgBAAd%3BIACA%2CWAAW%2CgBAAX%3BI4B6BY%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BI5BJZ%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CiCAAA%3BIACA%2C4BAAA%3BI4BGY%2CyBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BI5BzGZ%2CsCAAA%3BIACA%2C2CAAA%3BIACA%2C8CAAA%3B%3BE4B2EI%2CiBAiBI%2CWAcI%3BIACI%2CgBAAA%3B%3BEAEA%2CiBAjBR%2CWAcI%2CMAGK%3BIACG%2CaAAA%3B%3BEADJ%2CiBAjBR%2CWAcI%2CMAGK%2CYAGI%3BIACG%2CcAAA%3B%3BEAtCpB%2CiBAiBI%2CWAcI%2CMAWI%3BEAzFhB%2CeACI%2CeAGI%3BIAsFY%2CiBAAA%3B%3BEAIR%2CiBA9BJ%2CWA8BK%3BIACG%2CSAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAAiBhB%2CmBAV4C%3BEACxC%2CiBACI%3BEADJ%2CiBAEK%3BIACG%2CiBAAA%3B%3B%3BAAMZ%2CIACI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAOY%2CIAJhB%2CkBACI%2CWACI%2CMACI%2COACK%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAGR%2CIATZ%2CkBACI%2CWACI%2CMAOK%2CYACI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAwB5B%2CmBAfoD%3BEAK5B%2CIAHZ%2CkBACI%2CWACI%2CMACK%2CYACI%3BIACG%2CeAAA%3B%3B%3BACtP5B%2CUACI%2CaACI%3BEACI%2CyBAAA%3B%3BAAGI%2CUALZ%2CaACI%2CMAGK%2COACI%2CSACI%3BEACG%2CYAAA%3B%3BAARxB%2CUACI%2CaACI%2CMAWI%2CQACI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAMA%2CUArBhB%2CaACI%2CMAkBK%2CSACG%2CWACK%3BEACG%2CSAAS%2COAAT%3BEACA%2CajBzBT%2CaiByBS%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOZ%2CUAjCR%2CaAgCI%2CQAAO%2CSACF%2CMACG%2CQAAO%3BEACH%2CSAAA%3B%3BAAMJ%2CUAzCZ%2CaAuCK%2CUACI%2CMACO%3BEACA%2CcAAA%3B%3BAAGR%2CUA7CR%2CaAuCK%2CUAMI%2CMACG%3BEACI%2CSAAA%3B%3BAAhDpB%2CUACI%2CaAoDI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGQ%2CUAzDhB%2CaAoDI%2CQAGK%2CSACG%2CWACK%3BEACG%2CcAAA%3B%3BAAMA%2CUAhEpB%2CaAoDI%2CQAGK%2CSAMI%2CMAEG%2CWACK%3BAAAD%2CUAhEpB%2CaAoDI%2CQAGK%2CSAOI%2COACG%2CWACK%3BEACG%2CcAAA%3B%3BAAOhB%2CUAxER%2CaAoDI%2CQAoBK%2CSACI%3BEACG%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CqDAAA%3BEACA%2CqBAAA%3B%3BAALR%2CUAxER%2CaAoDI%2CQAoBK%2CSAQG%3BEACI%2CeAAA%3B%3BAATR%2CUAxER%2CaAoDI%2CQAoBK%2CSAYG%2CQACI%3BEACI%2C0BAAA%3BEACA%2CUAAA%3B%3BAAfZ%2CUAxER%2CaAoDI%2CQAoBK%2CSAmBG%3BEACI%2CgBAAA%3B%3BAApBR%2CUAxER%2CaAoDI%2CQAoBK%2CSAmBG%2CUAGI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CqDAAA%3B%3BAAnGxB%2CUACI%2CaAoDI%2CQAmDI%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA1GhB%2CUACI%2CaAoDI%2CQAmDI%2CWAGI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAACA%2CUAlHhB%2CaAoDI%2CQAmDI%2CWAGI%2CKAQK%3BEACG%2CoBAAA%3BEACA%2CUAAA%3BE7BkBxB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BE6BnBwB%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CUA1HpB%2CaAoDI%2CQAmDI%2CWAGI%2CKAQK%2CUAQI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CgBAAL%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAc%2CgBAAzB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3BEACA%2CyCAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CUAvIpB%2CaAoDI%2CQAmDI%2CWAGI%2CKAQK%2CUAqBI%3BEACG%2CSAAS%2CSAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAQJ%2CUA3JpB%2CaAoDI%2CQAoGK%2CMACG%2CWACK%2COACI%3BEACG%2CUAAA%3B%3BAA7J5B%2CUACI%2CaAoDI%2CQA6GI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C%2BCAAA%3BEACA%2CqDAAA%3B%3BAAtKhB%2CUACI%2CaAoDI%2CQA6GI%2CgBAKI%3BEACI%2CeAAA%3B%3BAAxKpB%2CUACI%2CaAoDI%2CQA6GI%2CgBAKI%2CyBAEI%2CaAAY%3BEACR%2CYAAA%3B%3BA7B6MxB%2CU6BtXI%2CaAoDI%2CQA6GI%2CgBAKI%2CyBAKI%2Ca7B2MnB%3BAACD%2CU6BvXI%2CaAoDI%2CQA6GI%2CgBAKI%2CyBAKI%2Ca7B4MnB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CU6B3XI%2CaAoDI%2CQA6GI%2CgBAKI%2CyBAKI%2Ca7BgNnB%3BEACG%2CWAAA%3B%3BA6B7XJ%2CUACI%2CaAoDI%2CQA6GI%2CgBAcI%3BEACI%2CoBAAA%3B%3BAAjLpB%2CUACI%2CaAoDI%2CQA6GI%2CgBAkBI%2CQACK%3BEACG%2CYAAA%3BEACA%2CiBAAA%3B%3BAAvLxB%2CUACI%2CaAoDI%2CQA6GI%2CgBAwBI%2CUAAS%2COACJ%3BEACG%2CyBAAA%3B%3BAACA%2CUA5LpB%2CaAoDI%2CQA6GI%2CgBAwBI%2CUAAS%2COACJ%2CIAEI%3BEACG%2CaAAA%3B%3BAA9L5B%2CUACI%2CaAoDI%2CQA6GI%2CgBAgCI%3BEACI%2CuBAAA%3B%3BAAGA%2CUArMhB%2CaAoDI%2CQA6GI%2CgBAmCI%2CaACK%3BEACG%2CUAAA%3B%3BAADJ%2CUArMhB%2CaAoDI%2CQA6GI%2CgBAmCI%2CaACK%2CiBAGG%3BEACI%2CiBAAA%3B%3BAAJR%2CUArMhB%2CaAoDI%2CQA6GI%2CgBAmCI%2CaACK%2CiBAOG%3BEACI%2CSAAA%3B%3BAA9M5B%2CUACI%2CaAoDI%2CQA6GI%2CgBAmCI%2CaAYI%2CUAAY%3BEACR%2CmBAAA%3B%3BAAIJ%2CUArNhB%2CaAoDI%2CQA6GI%2CgBAmDI%2CQACQ%3BEACA%2CkDAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CUAzNpB%2CaAoDI%2CQA6GI%2CgBAmDI%2CQACQ%2CIAIC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAArO5B%2CUACI%2CaAoDI%2CQAsLI%2CQACI%3BEACI%2CkBAAA%3BE7BxEpB%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BA6BuEoB%2CUA9OhB%2CaAoDI%2CQAsLI%2CQACI%2CEAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CajBlPT%2CaiBkPS%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BE7BrGxB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BE6BoGwB%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CUA3PhB%2CaAoDI%2CQAsLI%2CQACI%2CEAgBK%3BEACG%2CkBAAA%3B%3BAAEA%2CUA9PpB%2CaAoDI%2CQAsLI%2CQACI%2CEAgBK%2CMAGI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjQ5B%2CUACI%2CaAoDI%2CQAsLI%2CQA4BI%3BEACI%2CaAAA%3B%3BAAxQpB%2CUACI%2CaAoDI%2CQAsLI%2CQAgCK%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAApRpB%2CUACI%2CaAuRI%2COACI%3BEACI%2C0DAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAA7RhB%2CUACI%2CaAuRI%2COACI%2CgBAKI%3BEACI%2CqBAAA%3B%3BAAQpB%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAJJ%2CWAKI%2CQACI%2CgBACI%2CUACM%3BEACE%2C0BAAA%3BEACA%2CcAAA%3B%3BAAVpB%2CWAeI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BE7BrSR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE6BmSQ%2CmBAAA%3BEACA%2CeAAA%3B%3BA7BlSR%2CW6B0RI%2Ca7B1RH%3BAACD%2CW6ByRI%2Ca7BzRH%3BEACG%2CaAAA%3B%3BA6ByQJ%2CWAeI%2CaASK%3BE7BzST%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE6BuSY%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkCAAA%3B%3BA7BzSZ%2CW6B0RI%2CaASK%2CS7BnSR%3BAACD%2CW6ByRI%2CaASK%2CS7BlSR%3BEACG%2CaAAA%3B%3BA6ByQJ%2CWAeI%2CaAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAA2B%2C4DAA4D%2CgEAAgE%2CyDAAyD%2CsCAAhN%3B%3BAArCZ%2CWAeI%2CaAiBI%2CeAMI%3BAAtCZ%2CWAeI%2CaAiBI%2CeAOI%2CiBAAgB%3BAAvC5B%2CWAeI%2CaAiBI%2CeAQI%2CiBAAgB%3BEACZ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEAEA%2CkBAAA%3BEACA%2C8CAAA%3BEACA%2C8BAAA%3BEACA%2CiDAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAApDhB%2CWAeI%2CaAiBI%2CeAsBI%3BEACI%2CcAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CoCAAoC%2CsCAApC%3BEACA%2C4BAA4B%2CsCAA5B%3B%3BAAjEhB%2CWAeI%2CaAiBI%2CeAmCI%2CiBAAgB%3BAAnE5B%2CWAeI%2CaAiBI%2CeAoCI%2CiBAAgB%3BEACZ%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAtEhB%2CWAeI%2CaAiBI%2CeAwCI%2CiBAAgB%3BEACZ%2CSAAA%3BEACA%2CmCAAmC%2CoEAAoE%2CsCAAvG%3BEACA%2C2BAA2B%2C4DAA4D%2CsCAAvF%3BEACA%2C2BAA2B%2C4DAA4D%2CgEAAgE%2CsCAAvJ%3B%3BAA5EhB%2CWAeI%2CaAiBI%2CeA8CI%2CiBAAgB%3BEACZ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkCAAkC%2C%2BDAAlC%3BEACA%2C0BAA0B%2C%2BDAA1B%3B%3BAAIR%2CWAvEJ%2CaAuEK%2COACG%3BEACI%2CeAAA%3B%3BAAFR%2CWAvEJ%2CaAuEK%2COACG%2CeAEI%3BEACI%2CmBAAmB%2CyBAAyB%2CcAA5C%3BEACA%2CWAAW%2CyBAAyB%2CcAApC%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CoCAAoC%2CmCAApC%3BEACA%2C4BAA4B%2CmCAA5B%3B%3BAACA%2CWAjFhB%2CaAuEK%2COACG%2CeAEI%2CiBAOK%3BEACG%2CMAAA%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CWAAW%2CcAAX%3BEACA%2CoCAAoC%2C0EAA0E%2CmCAA9G%3BEACA%2C4BAA4B%2CkEAAkE%2CmCAA9F%3BEACA%2C4BAA4B%2CkEAAkE%2CmEAAmE%2CmCAAjK%3B%3BAAEJ%2CWA1FhB%2CaAuEK%2COACG%2CeAEI%2CiBAgBK%3BEACG%2CMAAA%3BEACA%2CUAAA%3BEACA%2C6BAA6B%2CqEAA7B%3BEACA%2CqBAAqB%2CqEAArB%3B%3BAA7GxB%2CWAeI%2CaAmGI%3BEACI%2CWAAA%3B%3BAAnHZ%2CWAeI%2CaAmGI%2CWAGI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BE7B3PhB%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3BE6B0PgB%2CgBAAA%3B%3BAAMA%2CWAlHZ%2CaAmGI%2CWAGI%2CKAYK%2CUAAU%3BEAEP%2CUAAA%3B%3BAAQR%2CWA5HR%2CaAmGI%2CWAyBK%3BEACG%2CaAAA%3B%3BAA5IhB%2CWAeI%2CaAiII%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3B%3BAAxJZ%2CWA4JI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CWADJ%2CaACK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CWADJ%2CaACK%2CkBAOG%2CGAAE%3BEACE%2CiBAAA%3BEACA%2CaAAA%3B%3BAATR%2CWADJ%2CaACK%2CkBAOG%2CGAAE%2CQAGE%3BEAEI%2CaAAA%3B%3BAACA%2CWAdhB%2CaACK%2CkBAOG%2CGAAE%2CQAGE%2CKAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAGA%2CWAnBpB%2CaACK%2CkBAOG%2CGAAE%2CQAGE%2CKAOK%2CWACI%3BEACG%2CSAAS%2CGAAT%3B%3BAAGR%2CWAvBhB%2CaACK%2CkBAOG%2CGAAE%2CQAGE%2CKAYK%3BEACG%2CUAAA%3B%3BAAGR%2CWA3BZ%2CaACK%2CkBAOG%2CGAAE%2CQAmBG%2CMACG%3BEACI%2CcAAA%3B%3BAAMR%2CWAnCZ%2CaACK%2CkBAiCI%2CUACI%2CSACG%2CQAAQ%3BEACJ%2C0BAAA%3B%3BAAFR%2CWAnCZ%2CaACK%2CkBAiCI%2CUACI%2CSAIG%3BEACI%2CgBAAA%3B%3BAALR%2CWAnCZ%2CaACK%2CkBAiCI%2CUACI%2CSAIG%2CUAEI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C%2BCAAA%3BEACA%2CqDAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CWArDZ%2CaACK%2CkBAiCI%2CUAmBI%2CMACG%2CgBACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA1DpB%2CWADJ%2CaACK%2CkBAiCI%2CUA6BG%2CEAAC%3BEACG%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAKI%2CWAvEpB%2CaACK%2CkBAiCI%2CUAmCI%2CMACG%2CEAAC%2CUACI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BA7B7J5B%2CW6BoFI%2CaA%2BEI%2CQACI%2CgBACI%2CyBACI%2Ca7BtKnB%3BAACD%2CW6BmFI%2CaA%2BEI%2CQACI%2CgBACI%2CyBACI%2Ca7BrKnB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CW6B%2BEI%2CaA%2BEI%2CQACI%2CgBACI%2CyBACI%2Ca7BjKnB%3BEACG%2CWAAA%3B%3BA6BkKoB%2CWApFpB%2CaA%2BEI%2CQACI%2CgBACI%2CyBACI%2CaAEK%3BEACG%2CWAAA%3B%3BAAzP5B%2CWAoKI%2CaA%2BEI%2CQACI%2CgBASI%3BEACI%2CkBAAA%3B%3BAA9PpB%2CWAoKI%2CaA%2BEI%2CQACI%2CgBAYI%2CaACI%2CUACM%3BEACE%2CmBAAA%3B%3BAAnQ5B%2CWAoKI%2CaA%2BEI%2CQACI%2CgBAYI%2CaAMI%2CUACI%2CGACI%3BEACI%2CkBAAA%3B%3BAAzQhC%2CWAoKI%2CaA%2BEI%2CQACI%2CgBA0BI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAlRpB%2CWAoKI%2CaA%2BEI%2CQACI%2CgBAgCI%2CUAAS%2COACH%3BEACE%2CkDAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWA3HpB%2CaA%2BEI%2CQACI%2CgBAgCI%2CUAAS%2COACH%2CIAUG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAA1S5B%2CWAoKI%2CaA%2BEI%2CQA4DI%2CQACI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAArTpB%2CWAoKI%2CaAqJI%2COACI%3BEACI%2C2DAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAA9ThB%2CWAmUI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAArUR%2CWAmUI%2CSAII%3BEACI%2CiBAAA%3BE7B%5C%2FhBZ%2C8BAAA%3BEACA%2CmCAAA%3BEACA%2CsCAAA%3BE6B%2BhBY%2CeAAA%3BE7B5cZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BA6B%2BHA%2CWA%2BUI%2CQACI%3BEACI%2CgBAAA%3B%3BAAjVZ%2CWA%2BUI%2CQACI%2CgBAGI%3BEACI%2C4BAAA%3B%3BAAGJ%2CWARR%2CQACI%2CgBAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7VhB%2CWA%2BUI%2CQACI%2CgBAeI%2CUACI%2CGACI%3BEACI%2CkBAAA%3B%3BAACA%2CWApBpB%2CQACI%2CgBAeI%2CUACI%2CGACI%2CEAEK%3BEACG%2CkBAAA%3B%3BAACA%2CWAtBxB%2CQACI%2CgBAeI%2CUACI%2CGACI%2CEAEK%2CMAEI%3BEACG%2CSAAQ%2COAAR%3BEACA%2CajB%5C%2FoBjB%2CaiB%2BoBiB%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BE7BlgBhC%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BE6BigBgC%2COAAA%3B%3BAAQxB%2CWApCJ%2CQAoCK%2CMACG%3BEACI%2CgBAAA%3BEACA%2C0CAAA%3B%3BAAHR%2CWApCJ%2CQAoCK%2CMAMG%3BEACI%2CUAAA%3B%3BAAOJ%2CWAFR%2CmBACI%2CQAAO%2CSAAS%2CSACX%2CMACI%3BEACG%2CgBAAA%3BEAEA%2C%2BCAAA%3BEACA%2CqDAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3B%3BAAxYpB%2CWA8YI%2CWACI%3BEACI%2CcAAA%3B%3BAAEJ%2CWAJJ%2CWAIK%3BEACG%2CkCAAA%3B%3BAACA%2CWANR%2CWAIK%2CcAEI%3BEACG%2CqBAAA%3B%3BAAEJ%2CWATR%2CWAIK%2CcAKI%2CUAAU%3BEACP%2CaAAA%3B%3BAAGR%2CWAbJ%2CWAaK%3BEACG%2CgBAAA%3B%3BAADJ%2CWAbJ%2CWAaK%2CSAEG%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CWAbJ%2CWAaK%2CSAOG%3BEACI%2CkBAAA%3B%3BAAGR%2CWAxBJ%2CWAwBK%3BEACG%2CkBAAA%3B%3BAADJ%2CWAxBJ%2CWAwBK%2CMAEG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CYAAA%3B%3BAA1ahB%2CWA8aI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWAHJ%2CSAGK%3BEACG%2CcAAA%3B%3BAAlbZ%2CWAqbI%2COACI%3BEACI%2CmEAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAA1bZ%2CWAqbI%2COAOI%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAKZ%2C0BACI%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAHR%2C0BACI%2CWAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIA%2C0BATR%2CWAQI%2CQACK%3BEACG%2CgBAAA%3B%3BAADJ%2C0BATR%2CWAQI%2CQACK%2CKAEG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C0DAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAATR%2C0BATR%2CWAQI%2CQACK%2CKAEG%2CgBAQI%3BEACI%2CsBAAA%3B%3BAACA%2C0BArBpB%2CWAQI%2CQACK%2CKAEG%2CgBAQI%2CyBAEQ%3BEACA%2CWAAA%3B%3BAAbhB%2C0BATR%2CWAQI%2CQACK%2CKAEG%2CgBAQI%2CyBAKI%2CUAAS%3BEACL%2CUAAA%3B%3BAAS5B%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CcAKI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BE7BpnBR%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3BE6BmnBQ%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcARJ%2CKAQK%3BEACG%2CWAAA%3B%3BAAGJ%2CcAZJ%2CKAYK%2CUAAU%3BEACP%2CWAAA%3B%3BAAGJ%2CcAhBJ%2CKAgBK%3BEACG%2CWAAA%3B%3BAAIR%2CcAAC%3BEACG%2CaAAA%3B%3BAAKI%2CcAFP%2CMACG%2CKACK%2CUAAU%3BEACP%2CWAAA%3B%3BAAGJ%2CcANP%2CMACG%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2CcAVP%2CMACG%2CKASK%3BEACG%2CWAAA%3B%3BAAYQ%2CEALnB%2CcACG%2CGACI%2CEACI%2CKACK%2CUACI%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CSAAT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAcR%2CaAJhB%2CUACI%2CGACI%2CEACI%2CKAAI%2CUACC%3BEACG%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CSAAT%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAaJ%2CEAJf%2CcACG%2CGACI%2CEACI%2CKACK%3BEACG%2CiBAAA%3B%3BAAcA%2CuBALpB%2CWACI%2CaACI%2CQACI%2CWACI%2CKACK%3BEACG%2CSAAA%3B%3BAAP5B%2CuBAeI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAKR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CiBAUI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBR%2CiBAUI%2CmBAQI%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BE7Bh2BZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BA6Bm0BA%2CiBAUI%2CmBAQI%2CWAWI%3BEACI%2CaAAA%3B%3BAAEJ%2CiBAtBR%2CmBAQI%2CWAcK%3BEACG%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3B%3BAA9ChB%2CiBAUI%2CmBAuCI%3BEACI%2CgCAAA%3BE7Bj7BZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CiB6Bm4BI%2CmBAuCI%2Ca7B16BP%3BAACD%2CiB6Bk4BI%2CmBAuCI%2Ca7Bz6BP%3BEACG%2CaAAA%3B%3BA6Bu3BJ%2CiBAUI%2CmBAuCI%2CaAGI%3BEACI%2CaAAA%3B%3BAArDhB%2CiBAUI%2CmBAuCI%2CaAMI%3BE7Bt7BZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BE6Bq7BgB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEAEA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3B%3BA7B77BhB%2CiB6Bm4BI%2CmBAuCI%2CaAMI%2CoB7Bh7BX%3BAACD%2CiB6Bk4BI%2CmBAuCI%2CaAMI%2CoB7B%5C%2F6BX%3BEACG%2CaAAA%3B%3BA6Bg8BoB%2CiBA%5C%2FDpB%2CmBAuCI%2CaAqBK%2CQACG%2CQACK%2COACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAtBhB%2CiBA5DR%2CmBAuCI%2CaAqBK%2CQA2BG%2COACI%2CSACI%3BEACI%2C2BAAA%3B%3BAAMZ%2CiBAhGZ%2CmBAuCI%2CaAwDI%2COACK%3BEACG%2CWAAA%3B%3BAADJ%2CiBAhGZ%2CmBAuCI%2CaAwDI%2COACK%2COAEG%3BE7B3%2BBpB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BE6B0%2BBwB%2CeAAA%3BEACA%2CiBAAA%3B%3BA7Bx%2BBxB%2CiB6Bm4BI%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CS7Br%2BBnB%3BAACD%2CiB6Bk4BI%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CS7Bp%2BBnB%3BEACG%2CaAAA%3B%3BA6Bi%2BBY%2CiBAhGZ%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAII%3BEACI%2COAAO%2CiBAAP%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAArBZ%2CiBAhGZ%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAqBI%3BEACI%2CaAAA%3B%3BAAGJ%2CiBA3HpB%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAANR%2CiBA3HpB%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAMI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBA%5C%2FIhC%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAMI%2CqBAaK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAxJhC%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAMI%2CqBAsBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CeAAL%3BEACA%2CQAAA%3B%3BAApChB%2CiBA3HpB%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAsCI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEAEA%2C%2BCAAA%3BEACA%2CqDAAA%3BEACA%2CyCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEAEA%2CqBAAA%3B%3BAACA%2CiBAvLhC%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAsCI%2CcAqBK%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBA3LhC%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAsCI%2CcAyBK%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBA%5C%2FLhC%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAsCI%2CcA6BK%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAvEhB%2CiBA3HpB%2CmBAuCI%2CaAwDI%2COACK%2COAEG%2CSAyBK%2CcACG%2CmBAsCI%2CcAmCI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAUxB%2CiBApNZ%2CmBAuCI%2CaA4KI%2CQACK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3B%3BAAdJ%2CiBApNZ%2CmBAuCI%2CaA4KI%2CQACK%2COAeG%3BEACI%2CaAAA%3B%3BAAEJ%2CiBAtOhB%2CmBAuCI%2CaA4KI%2CQACK%2COAkBI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAa%2CUAAb%3BEACA%2CSAAS%2COAAT%3B%3BAArPxB%2CiBAUI%2CmBAgPI%3BEAEI%2CKAAK%2CgBAAL%3BEACA%2CaAAA%3BEAEA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CUAAP%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2C%2BCAAA%3BEACA%2CqDAAA%3BEACA%2CyCAAA%3B%3BAAzQZ%2CiBAUI%2CmBAgPI%2C0BAgBI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FQhB%2CiBAUI%2CmBAgPI%2C0BAgBI%2COAMI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAlRpB%2CiBAUI%2CmBAgPI%2C0BA2BI%3BEACI%2CmBAAA%3B%3BAAKhB%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEAEA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CWACI%3BEACI%2CaAAA%3B%3BAAFR%2CWACI%2CuBAEI%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAADJ%2CsBAEI%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BE7B3rCR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE6ByrCQ%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3B%3BA7BhsCR%2CsB6BgrCI%2CqB7BhrCH%3BAACD%2CsB6B%2BqCI%2CqB7B%5C%2FqCH%3BEACG%2CaAAA%3B%3BA6B4qCJ%2CsBAEI%2CqBAiBI%3BE7BvsCR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE6BqsCY%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA7BvsCZ%2CsB6BgrCI%2CqBAiBI%2CwB7BjsCP%3BAACD%2CsB6B%2BqCI%2CqBAiBI%2CwB7BhsCP%3BEACG%2CaAAA%3B%3BA6B4qCJ%2CsBAEI%2CqBAyBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAhCZ%2CsBAEI%2CqBAyBI%2CaAMI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAACA%2CsBAnCZ%2CqBAyBI%2CaAMI%2CEAIK%3BEACG%2CcAAA%3B%3BAAtCpB%2CsBAEI%2CqBAyBI%2CaAeI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CsBA3CZ%2CqBAyBI%2CaAeI%2CUAGK%3BEACG%2CqBAAA%3BEACA%2CaAAa%2CUAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3B%3BAAjDpB%2CsBAEI%2CqBAyBI%2CaAeI%2CUASI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEI%2CsBAnEpB%2CqBAyBI%2CaAeI%2CUASI%2CqBAiBK%2CMACI%3BEACG%2CSAAS%2CGAAT%3B%3BAAtE5B%2CsBAEI%2CqBAyBI%2CaAiDI%3BEACI%2CcAAA%3B%3BAAII%2CsBA%5C%2FEhB%2CqBAyBI%2CaAoDK%2CYACG%2CUACK%3BEACG%2CSAAS%2COAAT%3B%3BAAMJ%2CsBAtFhB%2CqBAyBI%2CaA2DK%2CeACG%2CUACK%3BEACG%2CSAAS%2COAAT%3B%3BAAMJ%2CsBA7FhB%2CqBAyBI%2CaAkEK%2CcACG%2CUACK%3BEACG%2CSAAS%2COAAT%3BEACA%2CajBhyCD%2CciBgyCC%3BEACA%2CeAAA%3B%3BAAMJ%2CsBAtGhB%2CqBAyBI%2CaA2EK%2CYACG%2CUACK%3BEACG%2CSAAS%2COAAT%3B%3BAAQxB%3BEACI%2CuBAAA%3B%3BAADJ%2CgBAEI%3BEACI%2CuBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CkBAKI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CkBASI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CMAAA%3B%3BAAuKR%2CmBAjKmD%3BEAC%5C%2FC%3BIACI%2CyBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAbJ%2CWAcI%3BIACI%2CaAAA%3B%3BEAfR%2CWAiBI%3BIACI%2CeAAA%3B%3BEACA%2CWAFJ%2CYAEK%3BIACG%2CaAAa%2CkBAAb%3B%3BEAGR%2CWAAC%3BIACG%2CyBAAA%3B%3BEAIJ%2CWAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2C2CAAA%3B%3BEAGR%2CSACI%3BIACI%2CcAAA%3B%3BEAFR%2CSAII%3BIACI%2CWAAW%2CeAAX%3B%3BEAEI%2CSAHR%2CcAEI%2CQACK%3BIACG%2CUAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CSAHR%2CcAEI%2CQACK%2CMAGG%3BIACI%2CgBAAA%3B%3BEAJR%2CSAHR%2CcAEI%2CQACK%2CMAGG%2CGAEI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiDAAA%3B%3BEAlBxB%2CSAwBI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIAEA%2CuBAAA%3B%3BEA5BR%2CSA8BI%3BIACI%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CqCAAA%3BIACA%2CiDAAA%3B%3BEACA%2CSANJ%2CyBAMK%3BIACG%2CqCAAA%3B%3BEArCZ%2CSAyCI%3BIACI%2CWAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAGA%2CSADJ%2CYACK%3BIASG%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEA1DZ%2CSA%2BDI%3BIACI%2CUAAA%3B%3BEAhER%2CSAmEI%3BIACI%2CgBAAA%3B%3BEApER%2CSAuEI%2CaAAY%3BIACR%2C2BAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA1ER%2CSA6EI%3BIACI%2CgBAAA%3B%3BEAGR%2CuBACI%3BIACI%2CaAAA%3B%3BEAIR%2CWACI%2CQACI%2CgBACI%2CaACI%3BIACI%2CYAAA%3B%3BEAMpB%2C0BACI%2CWACI%2CQAAO%2CKAAM%3BIACT%2CoBAAA%3B%3BEAHZ%2C0BACI%2CWACI%2CQAAO%2CKAAM%2CgBAET%2CyBACI%2CUAAS%3BIACL%2CUAAA%3B%3BEANpB%2C0BACI%2CWASI%3BIACI%2CgBAAA%3B%3B%3BAAqdhB%2CmBA%5C%2FciD%3BEAGrC%2CWADJ%2CQACK%2COACI%2CIAAC%2CIAAI%3BIACF%2CSAAA%3BIACA%2CiDAAA%3B%3BEAKhB%2CaAAc%2CYAAY%2CQAAU%3BIAChC%2CaAAA%3B%3BEAEJ%2CWAAY%2CSAAQ%2CIAAI%2CcAAe%3BIACnC%2CeAAA%3B%3BEAEJ%2CiBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CiBACI%2CmBAEI%2CaACI%2COAAM%2COACF%2CSAAQ%2CcACJ%3BIACI%2CaAAA%3B%3BEAOxB%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BI7B75CR%2CmBAAmB%2CoBAAnB%3BIACA%2CeAAe%2CoBAAf%3BIACA%2CcAAc%2CoBAAd%3BIACA%2CWAAW%2CoBAAX%3BI6B45CQ%2CgBAAA%3BIAEA%2CyBAAA%3BI7B79CR%2CuCAAA%3BIACA%2C4CAAA%3BIACA%2C%2BCAAA%3B%3BE6B88CI%2CaAgBI%3BEAhBJ%2CaAiBI%3BIACI%2CwBAAA%3B%3BEAlBR%2CaAoBI%2CQAAO%2CMACH%2CkBACI%3BIACI%2CcAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CiDAAA%3B%3BEA5BhB%2CaAgCI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CiDAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2COAAO%2CYAAP%3BIACA%2CkBAAA%3B%3BEACA%2CaAhBJ%2CyBAgBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3B%3BEAGA%2CaA5BR%2CyBA2BK%2COACI%3BIACG%2CWAAA%3B%3BEAGR%2CaAhCJ%2CyBAgCK%2COAAQ%3BIACL%2CyBAAA%3B%3BEAjEZ%2CaAgCI%2CyBAmCI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAvEZ%2CaA2EI%3BIACI%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEA9ER%2CaA2EI%2C2BAKK%3BIACG%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEApFZ%2CaA2EI%2C2BAWK%3BIACG%2CcAAA%3B%3BEAvFZ%2CaA2EI%2C2BAcI%3BEAzFR%2CaA2EI%2C2BAeI%3BIACI%2CUAAA%3B%3BEA3FZ%2CaA2EI%2C2BAcI%2CmBAII%3BEA7FZ%2CaA2EI%2C2BAeI%2CcAGI%3BIACI%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAjGhB%2CaA2EI%2C2BAcI%2CmBAII%2CUAMI%2CQAAO%3BEAnGvB%2CaA2EI%2C2BAeI%2CcAGI%2CUAMI%2CQAAO%3BIACH%2CkBAAA%3B%3BEACA%2CaA1BhB%2C2BAcI%2CmBAII%2CUAMI%2CQAAO%2COAEF%3BEAAD%2CaA1BhB%2C2BAeI%2CcAGI%2CUAMI%2CQAAO%2COAEF%3BIACG%2CkBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CeAAA%3BIACA%2CajBpoDb%2CaiBooDa%3BIACA%2CWAAA%3B%3BEAIA%2CaAzCpB%2C2BAcI%2CmBAII%2CUAMI%2CQAAO%2COAgBF%2COACI%3BEAAD%2CaAzCpB%2C2BAeI%2CcAGI%2CUAMI%2CQAAO%2COAgBF%2COACI%3BIACG%2CSAAS%2COAAT%3B%3BEArH5B%2CaA2EI%2C2BAcI%2CmBAiCI%3BEA1HZ%2CaA2EI%2C2BAeI%2CcAgCI%3BIACI%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEA7HhB%2CaA2EI%2C2BAcI%2CmBAiCI%2CUAII%3BEA9HhB%2CaA2EI%2C2BAeI%2CcAgCI%2CUAII%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiDAAA%3BIACA%2CiBAAA%3B%3BEArIpB%2CaA2EI%2C2BAcI%2CmBAgDI%3BEAzIZ%2CaA2EI%2C2BAeI%2CcA%2BCI%3BIACI%2CiBAAA%3B%3BEAKI%2CaApEhB%2C2BAcI%2CmBAoDI%2CkBACI%2COACK%3BEAAD%2CaApEhB%2C2BAeI%2CcAmDI%2CkBACI%2COACK%3BIACG%2CaAAA%3B%3BEAhJxB%2CaA2EI%2C2BAcI%2CmBA2DI%3BEApJZ%2CaA2EI%2C2BAeI%2CcA0DI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiDAAA%3B%3BEA1JhB%2CaA2EI%2C2BAmFI%2CmBACI%2CkBACI%2COACI%3BIACI%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3B%3BEApKxB%2CaA2EI%2C2BAmFI%2CmBAWI%2CmBACI%2CiBACI%3BIACI%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3B%3BEAQR%2CaA3GZ%2C2BAyGI%2CYACI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAHJ%2CaA3GZ%2C2BAyGI%2CYACI%2CQACK%2CUAKG%2CSACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGR%2CaAtHhB%2C2BAyGI%2CYACI%2CQACK%2CUAWI%3BIACG%2CcAAA%3B%3BEAKQ%2CaA5H5B%2C2BAyGI%2CYACI%2CQACK%2CUAcI%2CKACG%2CQACI%2CQACQ%3BIACA%2CkBAAA%3B%3BEAII%2CaAjIpC%2C2BAyGI%2CYACI%2CQACK%2CUAcI%2CKACG%2CQACI%2CQAII%2CSACI%2CQACQ%3BIACA%2CkBAAA%3B%3BEA7M5C%2CaA2EI%2C2BAyGI%2CYAmCI%2CGACI%2CEACI%3BIACI%2CUAAA%3BIACA%2CiBAAA%3B%3BEA3NxB%2CaA2EI%2C2BAyGI%2CYAmCI%2CGAQI%2CGACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAlOxB%2CaA2EI%2C2BAyGI%2CYAmCI%2CGAeI%3BEAtOhB%2CaA2EI%2C2BAyGI%2CYAmCI%2CGAgBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIAEA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CaAvKhB%2C2BAyGI%2CYAmCI%2CGAeI%2CQAYK%3BEAAD%2CaAvKhB%2C2BAyGI%2CYAmCI%2CGAgBI%2CUAWK%3BIACG%2CeAAA%3BIACA%2CajBzwDb%2CaiBywDa%3BIACA%2CkBAAA%3B%3BEAKJ%2CaA%5C%2FKhB%2C2BAyGI%2CYAmCI%2CGAkCI%2CQACK%3BIACG%2CSAAS%2COAAT%3B%3BEAKJ%2CaArLhB%2C2BAyGI%2CYAmCI%2CGAwCI%2CUACK%3BIACG%2CSAAS%2COAAT%3B%3BEAjQxB%2CaA2EI%2C2BA4LI%2CUAAS%2CIAAI%3BIACT%2CcAAA%3B%3BEAxQZ%2CaA4QI%2CmBACI%3BIACI%2CUAAA%3B%3BEA9QZ%2CaA4QI%2CmBACI%2CYAGI%2CGACI%3BIACI%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiDAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAdhB%2CmBACI%2CYAGI%2CGACI%2CEASK%3BIACG%2CcAAA%3B%3BEAEJ%2CaAjBhB%2CmBACI%2CYAGI%2CGACI%2CEAYK%2CUACG%3BIACI%2CUAAA%3B%3BEAKJ%2CaAxBpB%2CmBACI%2CYAGI%2CGACI%2CEAkBI%2CKACK%3BIACG%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAvS5B%2CaA4QI%2CmBACI%2CYAGI%2CGA2BI%2CSACI%2CGACK%3BIACG%2CkBAAA%3B%3BEA9S5B%2CaA4QI%2CmBACI%2CYAGI%2CGA2BI%2CSACI%2CGAII%2CSACI%2CGACK%3BIACG%2CkBAAA%3B%3BEAnTpC%2CaA4QI%2CmBACI%2CYAGI%2CGA2BI%2CSACI%2CGAII%2CSACI%2CGAII%2CSACI%2CGACK%3BIACG%2CkBAAA%3B%3BEAe5B%2CaAHZ%2CUACI%2CGACI%2CGACK%2COACG%2CeACI%3BIACI%2CaAAA%3B%3BEAHZ%2CaAHZ%2CUACI%2CGACI%2CGACK%2COAOG%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CaApBpB%2CUACI%2CGACI%2CGACK%2COAOG%2CYAUK%3BIACG%2CSAAS%2COAAT%3BIACA%2CajB%5C%2F2DjB%2CaiB%2B2DiB%3BIACA%2CeAAA%3B%3BEAKZ%2CaA5BZ%2CUACI%2CGACI%2CGA0BK%3BIACG%2CcAAA%3B%3BEADJ%2CaA5BZ%2CUACI%2CGACI%2CGA0BK%2CKAEG%2CQAEI%3BEAJR%2CaA5BZ%2CUACI%2CGACI%2CGA0BK%2CKAEG%2CQAGI%3BIACI%2CuBAAA%3B%3BEANZ%2CaA5BZ%2CUACI%2CGACI%2CGA0BK%2CKAUG%3BIACI%2CmBAAA%3B%3BEAXR%2CaA5BZ%2CUACI%2CGACI%2CGA0BK%2CKAcG%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEAhBR%2CaA5BZ%2CUACI%2CGACI%2CGA0BK%2CKAmBG%3BIACI%2C6BAAA%3B%3BEApXxB%2CaA0XI%2CoBACI%3BIACI%2CcAAA%3B%3BEACA%2CaAHR%2CoBACI%2CEAEK%3BIACG%2CcAAA%3B%3BEAKhB%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEADJ%2CoBAEI%2CYAAW%3BIACP%2CYAAA%3B%3BEAIR%2CaAAa%3BIACT%2CyBAAA%3B%3BEADJ%2CaAAa%2CSAET%2CsBACI%3BEAHR%2CaAAa%2CSAET%2CsBAEI%3BIACI%2CcAAA%3B%3BEAGI%2CaARH%2CSAET%2CsBACI%2CmBAGI%2CcAEK%3BEAAD%2CaARH%2CSAET%2CsBAEI%2CcAEI%2CcAEK%3BEAAD%2CaARH%2CSAET%2CsBACI%2CmBAII%2CcACK%3BEAAD%2CaARH%2CSAET%2CsBAEI%2CcAGI%2CcACK%3BIACG%2CcAAA%3B%3BEAMpB%2CYACI%2CYACI%3BIACI%2CyBAAA%3B%3BEAIZ%2CYACI%2CUACI%2CSACI%2CGAAE%2CSACE%3BIACI%2CeAAA%3B%3B%3BAA2DxB%2CmBAnDgD%3BEAC5C%2CiBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CiBACI%2CmBAEI%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEAIZ%3BIACI%2CYAAA%3B%3BEADJ%2CaAEI%2CQAAO%3BIACH%2CgBAAA%3B%3BEAHR%2CaAEI%2CQAAO%2CMAEH%3BIACI%2CiBAAA%3B%3BEALZ%2CaAEI%2CQAAO%2CMAEH%2CGAEI%3BIACI%2CgBAAA%3B%3BEAPhB%2CaAWI%3BIACI%2CgBAAA%3B%3BEAGR%2CSAAU%2CcAAc%2CQAAO%2CMAAO%2CGAAG%3BIACrC%2CaAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CaAAa%2CSACT%2CQAAO%2CMACH%3BIACI%2CcAAA%3B%3BEACA%2CaAJC%2CSACT%2CQAAO%2CMACH%2CEAEK%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAKR%2CaAXK%2CSAUT%2CoBACK%3BEACD%2CaAZK%2CSAUT%2CoBAEK%3BIACG%2CaAAA%3B%3B%3BAAkChB%2CmBA3BiD%3BEAC7C%2CiBACI%3BIACI%2CgBAAA%3B%3BEAGR%2CsBACI%2CqBACI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAJZ%2CsBACI%2CqBAKI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEARZ%2CsBACI%2CqBAKI%2CaAGI%2CEACI%3BIACI%2CiBAAA%3B%3B%3BAAiCxB%2CmBAvB2C%3BEACvC%2CiBACI%3BIACI%2CgBAAA%3B%3BEAGR%2CsBACI%2CqBACI%2CaACI%2CEACI%3BIACI%2CaAAA%3B%3BEAMpB%2CWAAY%3BIACR%2CeAAA%3B%3B%3BAA2BR%2CmBAtB6C%3BEACzC%2CiBACI%3BIACI%2CgBAAA%3B%3BEAGR%3BIACI%2CYAAA%3B%3BEAEJ%2CSACI%3BIACI%2CWAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEADJ%2CWAEI%3BIACI%2CeAAA%3B%3B%3BAAuBZ%2CmBAlB4C%3BEACxC%3BIACI%2COAAO%2CiBAAP%3BIACA%2CmBAAmB%2CmBAAnB%3BIACA%2CeAAe%2CmBAAf%3BIACA%2CcAAc%2CmBAAd%3BIACA%2CWAAW%2CmBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CaACI%3BIACI%2CcAAA%3B%3B%3BAAQI%2CIAHZ%2CWACI%2CaACI%2CQACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAANpB%2CIACI%2CWACI%2CaACI%2CQAMI%3BEACI%2CiBAAA%3B%3BAAVpB%2CIACI%2CWACI%2CaACI%2CQAUI%3BEACI%2CcAAA%3B%3BAAEI%2CIAfpB%2CWACI%2CaACI%2CQAUI%2CWAEI%2CKACK%3BEACG%2CiBAAA%3B%3BAAjB5B%2CIACI%2CWACI%2CaACI%2CQAmBI%2CgBACI%2CQACK%2CUACI%3BEACG%2CeAAA%3B%3BAA1BhC%2CIACI%2CWACI%2CaACI%2CQAmBI%2CgBASI%2CaACI%3BEACI%2CYAAA%3B%3BAAjC5B%2CIACI%2CWACI%2CaACI%2CQAmBI%2CgBASI%2CaACI%2CUAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CIAvCpB%2CWACI%2CaACI%2CQAmBI%2CgBASI%2CaASK%2CgBACG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3ChC%2CIACI%2CWACI%2CaACI%2CQA8CI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CIArDZ%2CWACI%2CaACI%2CQAmDK%2CSACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAGI%2CIA3DxB%2CWACI%2CaACI%2CQAmDK%2CSACG%2CUAIK%2CIACI%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAQR%2CIAtEpB%2CWACI%2CaACI%2CQAkEK%2CSACG%2CWACK%3BEACG%2CaAAA%3B%3BAAGJ%2CIA1EpB%2CWACI%2CaACI%2CQAkEK%2CSACG%2CWAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CajB%5C%2FpEb%2CaiB%2BpEa%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2CIAtFpB%2CWACI%2CaACI%2CQAkFI%2CQACI%2CEACK%3BEACG%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAEJ%2CIA3FpB%2CWACI%2CaACI%2CQAkFI%2CQACI%2CEAMK%3BEACG%2CeAAA%3BEACA%2CmBAAA%3B%3BAA9F5B%2CIACI%2CWACI%2CaACI%2CQA%2BFI%2CgBACI%2CUAAS%2COAAU%3BEACf%2CgBAAA%3B%3BAACA%2CIApGpB%2CWACI%2CaACI%2CQA%2BFI%2CgBACI%2CUAAS%2COAAU%2CIAEd%3BEACG%2CSAAS%2CEAAT%3B%3BAASJ%2CIA9GpB%2CWACI%2CaA0GI%2CMACK%2CSACG%2CWACK%3BEACG%2CaAAA%3B%3BAAGJ%2CIAlHpB%2CWACI%2CaA0GI%2CMACK%2CSACG%2CWAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CajBvsEb%2CaiBusEa%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAxH5B%2CIAgII%2CkBACI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAApIhB%2CIAwII%3BEACI%2CYAAA%3B%3BAAzIR%2CIAwII%2CYAGI%2CaAAY%3BEACR%2CUAAA%3BEACA%2CQAAA%3B%3BAA7IZ%2CIAwII%2CYAGI%2CaAAY%2CkBAGR%2CGAAE%2CQACE%2CKAAI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjJpB%2CIAwII%2CYAaI%2CaACI%2CQACI%2CgBACI%2CUAAS%2COAAU%2CIAAC%3BEAChB%2CUAAA%3BEACA%2CQAAA%3B%3BAA1JxB%2CIAwII%2CYAuBI%3BEACI%2CiBAAA%3B%3BAAhKZ%2CIAwII%2CYAuBI%2CaAEI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIA7BR%2CYAuBI%2CaAMQ%3BEACA%2CeAAA%3BEACA%2CiCAAA%3B%3BAAOI%2CIAtChB%2CYAmCI%2CQACK%2CSACG%2CWACK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAhLxB%2CIAwII%2CYAmCI%2CQAUI%3BEAEI%2CUAAA%3BEACA%2CWAAA%3B%3BAAxLhB%2CIAwII%2CYAmCI%2CQAUI%2CgBAKI%2CUACI%2CEACK%3BEACG%2CaAAA%3B%3BAA7L5B%2CIAwII%2CYAmCI%2CQAUI%2CgBAKI%2CUAMI%2CGACI%2CEAAC%3BEACG%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CIA5DxB%2CYAmCI%2CQAUI%2CgBAKI%2CUAMI%2CGACI%2CEAAC%2CMAGI%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAvMhC%2CIAwII%2CYAmCI%2CQAUI%2CgBAwBI%2CGAAE%2CYACE%3BEACI%2CYAAA%3B%3BAA%5C%2FMxB%2CIAwII%2CYAmCI%2CQAyCI%3BEACI%2CiBAAA%3B%3BAArNhB%2CIAwII%2CYAiFI%2CmBACI%2CQAAO%2CSACF%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAA7NpB%2CIAwII%2CYAiFI%2CmBACI%2CQAAO%2CSAMH%2CUACK%2CIAAC%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2COAAT%3B%3BAApOxB%2CIAwII%2CYAiFI%2CmBACI%2CQAAO%2CSAMH%2CUAOI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAzOxB%2CIAwII%2CYAiFI%2CmBACI%2CQAAO%2CSAmBH%2CQACI%2CEACK%3BEACG%2CaAAA%3B%3BAAhP5B%2CIAwII%2CYA%2BGI%3BEACI%2CiBAAA%3B%3BAAxPZ%2CIAwII%2CYA%2BGI%2CSAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CIArHZ%2CYA%2BGI%2CSAGI%2CKAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIA5HZ%2CYA%2BGI%2CSAGI%2CKAUK%3BEACG%2CaAAA%3B%3BAArQpB%2CIAwII%2CYAiII%2CWAAU%3BEACN%2CcAAA%3BEACA%2CmCAAA%3B%3BAACA%2CIApIR%2CYAiII%2CWAAU%2CcAGL%3BEACG%2CqBAAA%3B%3BAA7QhB%2CIAmRI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAArRR%2CIAmRI%2CeAII%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAzRZ%2CIA4RI%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAA9RR%2CIAgSI%2CkBACI%2CmBACI%2CaACI%2CQAAO%3BEACH%2CWAAA%3BEACA%2COAAA%3B%3BAArSpB%2CIAgSI%2CkBACI%2CmBAOI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAA1ShB%2CIA8SI%2CcACI%2CmBACI%2CYACI%2CGACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAsIxB%2CmBA9HmD%3BEAInC%2CIAFR%2CcACI%2CyBACK%3BIACG%2CaAAA%3B%3BEAGJ%2CIANR%2CcACI%2CyBAKK%3BIACG%2CajBv5EL%2CaiBu5EK%3B%3BEAIA%2CIAXZ%2CcACI%2CyBASK%2CgCACI%3BIACG%2CSAAS%2COAAT%3B%3BEAKJ%2CIAjBZ%2CcACI%2CyBAeK%2C4BACI%3BIACG%2CSAAS%2COAAT%3B%3BEAKJ%2CIAvBZ%2CcACI%2CyBAqBK%2COACI%3BIACG%2CwBAAA%3BIACA%2CgBAAA%3B%3BEA1BpB%2CIACI%2CcA8BI%2CmBACI%2CYACI%2CGACI%2CEACI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAtC5B%2CIACI%2CcA8BI%2CmBACI%2CYACI%2CGASI%3BEA1CpB%2CIACI%2CcA8BI%2CmBACI%2CYACI%2CGAUI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAYA%2CIAxDpB%2CcAkDI%2CmBAEI%2CUACI%2CQACK%2COAEI%3BEAAD%2CIAxDpB%2CcAmDI%2CcACI%2CUACI%2CQACK%2COAEI%3BEACD%2CIAzDpB%2CcAkDI%2CmBAEI%2CUACI%2CQACK%2COAGI%3BEAAD%2CIAzDpB%2CcAmDI%2CcACI%2CUACI%2CQACK%2COAGI%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CIA9DpB%2CcAkDI%2CmBAEI%2CUACI%2CQACK%2COAQI%3BEAAD%2CIA9DpB%2CcAmDI%2CcACI%2CUACI%2CQACK%2COAQI%3BIACG%2CUAAA%3B%3BEAhE5B%2CIACI%2CcAuEI%2CmBACI%2CkBACI%2COACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiCAAA%3B%3BEA9ExB%2CIACI%2CcAuEI%2CmBAWI%2CmBACI%2CiBACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiCAAA%3B%3BEASJ%2CIAhGhB%2CcA6FI%2CUACI%2CGACI%2CGACK%2COACG%3BIACI%2CWAAA%3BIACA%2COAAA%3B%3BEApG5B%2CIA2GI%2C2BACI%2CWACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FGhB%2CIAmHI%2CYACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAAuEhB%2CmBAhEgD%3BEAC5C%2CIACI%3BIACI%2CUAAA%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CmBAAnB%3BIACA%2CeAAe%2CmBAAf%3BIACA%2CcAAc%2CmBAAd%3BIACA%2CWAAW%2CmBAAX%3B%3BEAPR%2CIACI%2CcAOI%2CmBACI%2CYACI%2CGACI%2CSAAS%2CGACL%2CSAAS%2CGAAK%3BIACV%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAd5B%2CIACI%2CcAmBI%2C2BACI%2CYACI%2CQAAO%2CUAAU%2CKACb%2CQACI%2CQACI%2CSACI%2CQAAU%3BIACN%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA5BpC%2CIACI%2CcAmCI%2CmBACI%2CYAAY%2CGACR%2CSACI%2CGAAK%3BIACD%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAzCxB%2CIACI%2CcA6CI%2C2BACI%2CYACI%2CQAAO%2CUAAU%2CKACb%2CQACI%2CQAAU%3BIACN%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAA4BhC%2CmBAjB%2BC%3BEAC3C%2CIACI%3BIACI%2CYAAA%3B%3BEAFR%2CIAII%2CkBACI%2CmBACI%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3B%3BAAiBpB%2CmBAT8C%3BEAC1C%2CIACI%3BIACI%2CYAAA%3B%3B%3BAAchB%2CmBARiD%3BEACzC%2CIACI%3BIACI%2CWAAA%3BIACA%2COAAA%3B%3B%3BAfvlFZ%2CmBANqC%3BEACjC%2COAAO%3BIACH%2C0BAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3B%3BAAuBJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUACI%2CaACI%2CQACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUANR%2CaACI%2CQAKK%2CKACI%3BEACG%2CeAAA%3B%3BAAMpB%3BEACI%2CWAAA%3B%3BAADJ%2CWAEI%2CaACI%2CQACI%3BEACI%2C%2BCAAA%3BEACA%2CqDAAA%3B%3BAAGJ%2CWAPR%2CaACI%2CQAMK%2CMACG%3BEACI%2C%2BCAAA%3BEACA%2CqDAAA%3B%3BAAKZ%2CWAfJ%2CaAeK%2CkBACG%2CQAAO%2CSAAS%2CSACX%3BEACG%2C%2BCAAA%3BEACA%2CqDAAA%3B%3BAAEJ%2CWArBZ%2CaAeK%2CkBACG%2CQAAO%2CSAAS%2CSAKX%2CMACI%3BEACG%2C%2BCAAA%3BEACA%2CqDAAA%3B%3BAAThB%2CWAfJ%2CaAeK%2CkBAaG%2CQAAO%2CSACH%2CUACI%3BEACI%2C%2BCAAA%3BEACA%2CqDAAA%3B%3BAASxB%2C0BACI%3BEACI%2CgBAAA%3B%3BAAGR%2CSACI%3BEACI%2CUAAA%3B%3BAAGR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CcAII%3BEACI%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CcAYI%3BEACI%2C2BAAA%3BEACA%2CYAAA%3B%3BAAdR%2CcAgBI%2CQACI%2CkBACI%3BEACI%2CYAAA%3BEACA%2CQAAA%3B%3BAApBhB%2CcAwBI%2CaACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%3BAAC5C%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%3BEACxC%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAJJ%2COAKI%2COAAM%2COACF%2CMAAK%2CSACD%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAIZ%2COAAC%3BEACG%2CgCAAA%3B%3BAAGA%2COADJ%2CIACK%3BEACG%2CYAAA%3BEACA%2CmBAAA%3B%3BAAlBZ%2COAqBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAA1BR%2COAqBI%2CYAMI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEd1BZ%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3BEcyBY%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COAdR%2CYAMI%2CKAQK%3BEACG%2CWAAA%3B%3BAAGJ%2COAlBR%2CYAMI%2CKAYK%2CUAAU%3BEACP%2CWAAA%3B%3BAAGJ%2COAtBR%2CYAMI%2CKAgBK%3BEACG%2CWAAA%3B%3BAAIR%2COA3BJ%2CYA2BK%3BEACG%2CaAAA%3B%3BAAKI%2COAjCZ%2CYA%2BBK%2CMACG%2CKACK%2CUAAU%3BEACP%2CWAAA%3B%3BAAGJ%2COArCZ%2CYA%2BBK%2CMACG%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2COAzCZ%2CYA%2BBK%2CMACG%2CKASK%3BEACG%2CWAAA%3B%3BAA%5C%2FDpB%2COAqEI%3BEACI%2CkBAAA%3BEdjNR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEc%2BMQ%2CmBAAA%3B%3BAd7MR%2COc0MI%2Cad1MH%3BAACD%2COcyMI%2CadzMH%3BEACG%2CaAAA%3B%3BAcmIJ%2COAqEI%2CaAII%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA7EZ%2COAqEI%2CaAII%2CMAKI%3BEAEI%2CWAAA%3B%3BAAhFhB%2COAqFI%3BEACI%2CaAAA%3B%3BAAtFR%2COAwFI%3BEdnOJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEciOQ%2CyBAAA%3B%3BAd%5C%2FNR%2COc6NI%2Ccd7NH%3BAACD%2COc4NI%2Ccd5NH%3BEACG%2CaAAA%3B%3BAcmIJ%2COAwFI%2CcAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9FZ%2COAwFI%2CcAQI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAApGZ%2COAwFI%2CcAcI%3BEACI%2CkBAAA%3BEACA%2CwEAAA%3BEACA%2CgBAAA%3B%3BAAzGZ%2COA6GI%3BAA7GJ%2COA8GI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhHR%2COAkHI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAApHR%2COAsHI%3BEACI%2CkBAAA%3B%3BAAvHR%2COAsHI%2CgBAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3HZ%2COAsHI%2CgBAEI%2CYAKI%3BEACI%2CiBAAA%3B%3BAA9HhB%2COAsHI%2CgBAYI%3BEACI%2CkBAAA%3BEACA%2CKAAK%2CUAAL%3BEACA%2CQAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COA1BR%2CgBAYI%2CgBAcK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%2COArCR%2CgBAYI%2CgBAyBK%3BEACG%2CcAAA%3B%3BAA5JhB%2COAsHI%2CgBAYI%2CgBA6BI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAlKhB%2COAsHI%2CgBAYI%2CgBA6BI%2CGAII%3BEACI%2CSAAA%3B%3BAACA%2COA%5C%2FChB%2CgBAYI%2CgBA6BI%2CGAII%2CGAEK%2CWACG%3BEACI%2CgBAAA%3B%3BAAvK5B%2COAsHI%2CgBAYI%2CgBA6BI%2CGAYI%2CMAAK%3BEACD%2CgCAAA%3B%3BAA5KpB%2COAsHI%2CgBAYI%2CgBA8CI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAACA%2COAlEZ%2CgBAYI%2CgBA8CI%2CEAQK%3BEACG%2CcAAA%3B%3BAAEJ%2COArEZ%2CgBAYI%2CgBA8CI%2CEAWK%3BEACG%2CaF3VL%2CUE2VK%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FLpB%2COAsHI%2CgBAYI%2CgBAiEI%3BEACI%2CkBAAA%3B%3BAApMhB%2COAsHI%2CgBAYI%2CgBAiEI%2CkBAGI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEI%2COA1FpB%2CgBAYI%2CgBAiEI%2CkBAGI%2CeASI%2CQACK%3BEACG%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAArN5B%2COA6NI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAjOR%2COA6NI%2CkBAKI%3BEACI%2CyBAAA%3B%3BAAII%2COAVZ%2CkBAQI%2CUACK%2COACI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGR%2COAfR%2CkBAQI%2CUAOK%3BEACG%2CqDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C0DAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CwDAAA%3BEACA%2CsDAAA%3BEACA%2C2DAAA%3BEACA%2CmDAAA%3B%3BAAEJ%2COAjCR%2CkBAQI%2CUAyBK%3BAACD%2COAlCR%2CkBAQI%2CUA0BK%3BEACG%2CqBAAA%3B%3BAAhQhB%2COA6NI%2CkBAQI%2CUA8BI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COA9CZ%2CkBAQI%2CUA8BI%2CWAQK%3BEACG%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CcAAb%3B%3BAAjRpB%2COA6NI%2CkBAQI%2CUA8BI%2CWAiBI%2CKAAI%3BEACA%2CaAAA%3B%3BAAIA%2COA5DhB%2CkBAQI%2CUA8BI%2CWAqBI%2CSACK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAtSxB%2COA6NI%2CkBAQI%2CUAsEI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA9ShB%2COA6NI%2CkBAQI%2CUAsEI%2CeAKI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAArTpB%2COA6NI%2CkBAQI%2CUAsEI%2CeAaI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3TpB%2COA6NI%2CkBAmGI%3BEAEI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEAEA%2CSAAA%3BEACA%2CwCAAA%3BEACA%2C6CAAA%3BEACA%2CgDAAA%3BEACA%2C2CAAA%3BEACA%2C4CAAA%3BEACA%2CkCAAA%3BEACA%2CuCAAA%3BEACA%2C0CAAA%3BEACA%2CqCAAA%3BEACA%2CsCAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAzVZ%2COA6NI%2CkBAmGI%2CgBA0BI%3BEAEI%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEd3ehB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEcyegB%2C8BAAA%3BEACA%2CmBAAA%3B%3BAdxehB%2COckWI%2CkBAmGI%2CgBA0BI%2Cad%5C%2FdX%3BAACD%2COciWI%2CkBAmGI%2CgBA0BI%2Cad9dX%3BEACG%2CaAAA%3B%3BAcmIJ%2COA6NI%2CkBAmGI%2CgBA0BI%2CaAUI%3BEACI%2CiBAAA%3B%3BAArWpB%2COA6NI%2CkBAmGI%2CgBA0BI%2CaAaI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAzWpB%2COA6NI%2CkBAmGI%2CgBA0BI%2CaAiBI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEI%2COAlJpB%2CkBAmGI%2CgBA0BI%2CaAiBI%2CKAGK%2CMACI%3BEACG%2CSAAS%2CGAAT%3B%3BAAhX5B%2COA6NI%2CkBAmGI%2CgBA0BI%2CaA0BI%3BEACI%2CqBAAA%3B%3BAArXpB%2COA6NI%2CkBAmGI%2CgBA0BI%2CaA6BI%3BEACI%2CYAAA%3B%3BAAxXpB%2COA6NI%2CkBAmGI%2CgBA2DI%2CgBAAgB%2CcAAa%3BEACzB%2CiBAAA%3B%3BAA5XhB%2COA6NI%2CkBAmGI%2CgBA8DI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEAEA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAnYhB%2COA6NI%2CkBAmGI%2CgBAqEI%2CUACI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2COAlLZ%2CkBAmGI%2CgBAqEI%2CUAUK%3BEACG%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAzZpB%2COA6NI%2CkBAmGI%2CgBA4FI%3BEACI%2CQAAQ%2CiBAAR%3B%3BAA7ZhB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAGK%2CWACI%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAlaxB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAaI%3BEAEI%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAhbpB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAaI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEd%5C%2FjBxB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEc6jBwB%2C8BAAA%3BEACA%2CmBAAA%3B%3BAd5jBxB%2COckWI%2CkBAmGI%2CgBA4FI%2CeAaI%2CYASI%2CUdvjBnB%3BAACD%2COciWI%2CkBAmGI%2CgBA4FI%2CeAaI%2CYASI%2CUdtjBnB%3BEACG%2CaAAA%3B%3BAcmIJ%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAaI%2CYASI%2CUAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA9b5B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAaI%2CYAwBI%3BEACI%2CyBAAA%3B%3BAAlcxB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAaI%2CYA2BI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAvcxB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%3BEACI%2CuBAAA%3BEACA%2CQAAQ%2CkBAAR%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAdrapB%2COckLI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBd%5C%2FZf%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COc6KI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBd1Zf%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COcwKI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBdrZf%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAcxDJ%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2COA1PpB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAIK%2CIAAI%3BEACD%2CwBAAA%3B%3BAAxd5B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAQK%3BEACG%2CkBAAA%3B%3BAACA%2COAhQxB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAQK%2CWAEI%3BAACD%2COAjQxB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAQK%2CWAGI%3BEACG%2CaAAA%3B%3BAA%5C%2FdhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAmBI%2CyBACI%2CuBACI%3BEACI%2CgBAAA%3B%3BAAKR%2COAjRxB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA0BI%2CkBACK%3BEACG%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAxfhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA0BI%2CkBAaI%3BEACI%2CaAAA%3B%3BAA3fhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAjgB5B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAII%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAApgBhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAA1gBhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAcI%3BEACI%2CiBAAA%3B%3BAA7gBhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAkBI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAIA%2COAhU5B%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBA8BI%2CSACK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2COAhU5B%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBA8BI%2CSACK%2CQAIG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COAzUpC%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBA8BI%2CSACK%2CQAIG%2CQAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaF1sB7B%2CaE0sB6B%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAOA%2COA7VxC%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBA8BI%2CSACK%2CQA2BI%2COACG%2CQACK%3BEACG%2CSAAS%2COAAT%3B%3BAAKZ%2COAnWhC%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBA8BI%2CSACK%2CQAmCI%2CKACG%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2COAxWxC%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBA8BI%2CSACK%2CQAmCI%2CKACG%2COAIK%2CIAAI%3BEACD%2CWAAA%3B%3BAANZ%2COAnWhC%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBA8BI%2CSACK%2CQAmCI%2CKAUG%3BEACI%2CWAAA%3B%3BAA3kB5C%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAmFI%2CsBACI%2CiBACI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAArlBxC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAmFI%2CsBAQI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA5lBpC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAmFI%2CsBAQI%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAjmBxC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2CI%2CsBAmFI%2CsBAQI%2CaAYI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnnBxC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAsKI%2CSAAQ%3BEACJ%2CkBAAA%3BEACA%2CMAAA%3BEAEA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAApoB5B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAsKI%2CSAAQ%2CQAaH%3BAAtoB7B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAsKI%2CSAAQ%2CQAcH%3BEACG%2CcAAA%3B%3BAAxoBhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcAsKI%2CSAAQ%2CQAiBH%3BEACG%2CkBAAA%3B%3BAAGR%2COAjbpB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBASI%2CcA2LK%2CMACG%2CSAAQ%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjpBhC%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBA4MI%2CEAAC%3BEAEG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEAEA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAACA%2COArcpB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBA4MI%2CEAAC%2COAYI%3BEACG%2CsBAAA%3BEACA%2CcAAA%3B%3BAApqB5B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBA4MI%2CEAAC%2COAgBG%3BEACI%2CaAAA%3B%3BAAGJ%2COA7cpB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBA4MI%2CEAAC%2COAoBI%3BEACG%2CqBAAA%3BEACA%2CaF90Bb%2CaE80Ba%3BEACA%2CiBAAA%3B%3BAAIA%2COApdxB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBA4MI%2CEAAC%2COA0BI%2CKACI%3BEACG%2CSAAS%2COAAT%3B%3BAAIR%2COAzdpB%2CkBAmGI%2CgBA4FI%2CeA8CI%2CwBA4MI%2CEAAC%2COAgCI%2COAAO%3BEACJ%2CSAAS%2COAAT%3B%3BAAvrB5B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%3BEdv0BhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEcq0BoB%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAdr0BpB%2COckWI%2CkBAmGI%2CgBA4FI%2CeAgSI%2Cadj0Bf%3BAACD%2COciWI%2CkBAmGI%2CgBA4FI%2CeAgSI%2Cadh0Bf%3BEACG%2CaAAA%3B%3BAcmIJ%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%2CaAMI%3BEACI%2CkBAAA%3B%3BAAnsBxB%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%2CaAMI%2CSAGI%3BEACI%2CaAAA%3B%3BAAtsB5B%2COA6NI%2CkBAmGI%2CgBA4FI%2CeAgSI%2CaAMI%2CSAOI%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA9sB5B%2COA6NI%2CkBAmGI%2CgBAoZI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIA%2COA7fZ%2CkBAmGI%2CgBAyZI%2CQACK%3BAACD%2COA9fZ%2CkBAmGI%2CgBAyZI%2CQAEK%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEA%2COA7gBhB%2CkBAmGI%2CgBAyZI%2CQACK%2CMAgBI%3BAAAD%2COA7gBhB%2CkBAmGI%2CgBAyZI%2CQAEK%2CSAeI%3BEACG%2CuBAAA%3BEACA%2CcAAA%3B%3BAASR%2COAxhBZ%2CkBAmGI%2CgBAyZI%2CQA4BK%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAACA%2COA%5C%2FhBhB%2CkBAmGI%2CgBAyZI%2CQA4BK%2CMAOI%3BEACG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2FvBxB%2COA6NI%2CkBAmGI%2CgBAmcI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEdxxBhB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEcuxBgB%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEd31BhB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAc81BgB%2COAljBZ%2CkBAmGI%2CgBA8cI%2CUACK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2COAvjBhB%2CkBAmGI%2CgBA8cI%2CUACK%2CMAKI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CuCAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAA7xBxB%2COA6NI%2CkBAmGI%2CgBAkeI%3BEACI%2CYAAA%3B%3BAAnyBhB%2COA6NI%2CkBAmGI%2CgBAseI%2CUACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIA%2COAjlBhB%2CkBAmGI%2CgBAseI%2CUAOI%2CQACK%3BEACG%2CqBAAA%3B%3BAADJ%2COAjlBhB%2CkBAmGI%2CgBAseI%2CUAOI%2CQACK%2CgBAGG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2COA7lBJ%2CkBA6lBK%2COACG%3BEACI%2CcAAA%3B%3BAA5zBhB%2COA6NI%2CkBAkmBI%2CgBACI%2CSACK%3BEACG%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAt0BpB%2COA40BI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAl1BR%2COA40BI%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAv1BZ%2COA40BI%2CsBAcI%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%3BEACG%2C0BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAz2BR%2COA22BI%2CaACI%2CyBACI%3BEdx%5C%2FBZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEcs%5C%2FBgB%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAdt%5C%2FBhB%2COcg%5C%2FBI%2CaACI%2CyBACI%2Cadl%5C%2FBX%3BAACD%2COc%2B%2BBI%2CaACI%2CyBACI%2Cadj%5C%2FBX%3BEACG%2CaAAA%3B%3BAcs%5C%2FBgB%2COARhB%2CaACI%2CyBACI%2CaAKQ%2CMACC%2CIAAI%3BEACD%2CiBAAA%3B%3BAAp3BxB%2COA22BI%2CaACI%2CyBACI%2CaAWI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2COAnBZ%2CaACI%2CyBAiBI%2CgBACQ%3BEACA%2CiBAAA%3B%3BAACA%2COArBhB%2CaACI%2CyBAiBI%2CgBACQ%2CIAEC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAa%2CUAAb%3BEACA%2CSAAS%2COAAT%3B%3BAAr4BxB%2COA22BI%2CaACI%2CyBAiBI%2CgBAWI%3BEACI%2CaAAA%3B%3BAAz4BpB%2COA22BI%2CaACI%2CyBAgCI%2CgBACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAA%5C%2F4BpB%2COA22BI%2CaACI%2CyBAgCI%2CgBACI%2CaAGI%3BEACI%2CaAAA%3B%3BAAEJ%2COAxChB%2CaACI%2CyBAgCI%2CgBACI%2CaAMK%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaF9iCT%2CUE8iCS%3B%3BAAv5BxB%2COA22BI%2CaACI%2CyBA%2BCI%3BEACI%2CeAAA%3B%3BAA55BhB%2COA22BI%2CaACI%2CyBA%2BCI%2CeAEI%2CUACI%3BEACI%2CaAAA%3B%3BAAEJ%2COAtDhB%2CaACI%2CyBA%2BCI%2CeAEI%2CUAIK%3BEACG%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaF5jCT%2CUE4jCS%3B%3BAAr6BxB%2COA26BI%2CkBACI%3BEACI%2CWAAA%3B%3BAA76BZ%2COA26BI%2CkBACI%2CaAEI%3BEACI%2CkCAAA%3B%3BAAQR%2CgBADJ%2CQACK%2CuBACG%3BEACI%2CcAAA%3B%3BAAQR%2CYADJ%2CQACK%2CKACG%3BEACI%2CgBAAA%3B%3BAAUA%2CSAHZ%2CSACK%2COACI%2COACI%3BEACG%2CUAAA%3B%3BAAMpB%2CiBACI%2CmBACI%2CaACI%2COAAM%2COACF%2CSAAQ%2CcACJ%3BEACI%2CaAAA%3B%3B%3BAAyCxB%2CmBAhCyD%3BEACrD%2COACI%3BEADJ%2COAEI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAJR%2COAMI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEARR%2COAUI%2CaACI%2CyBACI%2CaAAe%2CMAAG%2CIAAI%3BIAClB%2CiBAAA%3B%3BEAKhB%2CUACI%2CaACI%2CQACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAoGpB%2CmBA5FmD%3BEAE%5C%2FC%2COACI%3BIdjpCR%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIc%2BoCY%2CmBAAA%3BIACA%2CuBAAA%3B%3BEd9oCZ%2COc2oCQ%2Cad3oCP%3BEACD%2COc0oCQ%2Cad1oCP%3BIACG%2CaAAA%3B%3BEcwoCA%2COACI%2CaAII%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2COAUI%2CiBACI%3BEAXR%2COAUI%2CiBAEI%3BEAZR%2COAUI%2CiBAGI%3BIACI%2CaAAA%3B%3BEAdZ%2COAiBI%3BIACI%2CaAAA%3B%3BEAlBR%2COAoBI%3BIACI%2CWAAA%3B%3BEArBR%2COAoBI%2CaAEI%3BIACI%2CqBAAA%3B%3BEAEI%2COALZ%2CaAEI%2CaAEI%2CcACK%3BIACG%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAa%2CUAAb%3BIACA%2CSAAS%2COAAT%3BIACA%2CiBAAA%3B%3BEAQA%2COAnBhB%2CaAgBK%2CeACG%2CaACI%2CcACK%3BIACG%2CSAAS%2COAAT%3BIACA%2CeAAA%3B%3BEAzCxB%2COAoBI%2CaA0BI%3BIACI%2CeAAA%3BIACA%2CKAAK%2CUAAL%3BIACA%2CSAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEACA%2COApCR%2CaA0BI%2CgBAUK%3BIACG%2CcAAA%3B%3BEAIZ%2COAAC%2CuBACG%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAhEZ%2COAmEI%3BIACI%2CaAAA%3B%3BEApER%2COAsEI%2CaACI%2CyBACI%2CaAAe%2CMAAG%2CIAAI%3BIAClB%2CiBAAA%3B%3BEAKhB%2CUACI%2CaACI%2CQACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAiDpB%2CmBA1CiD%3BEAC7C%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAFJ%2COAGI%2CyBACI%3BEAJR%2COAGI%2CyBAEI%3BEALR%2COAGI%2CyBAGI%3BIACI%2CaAAA%3B%3BEAPZ%2COAUI%3BIACI%2CeAAA%3B%3BEAXR%2COAaI%3BIdxvCR%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIc0vCY%2CuBAAA%3BIACA%2CmBAAA%3B%3BEApBR%2COAaI%2CkBACI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEdrvChB%2COckvCQ%2CkBdlvCP%3BEACD%2COcivCQ%2CkBdjvCP%3BIACG%2CaAAA%3B%3BEcmuCA%2COAaI%2CkBAQI%3BIACI%2CWAAA%3B%3BEAIJ%2COADJ%2CoBACK%2COACG%3BIACI%2CcAAA%3B%3BEA5BhB%2COAgCI%3BIACI%2CQAAA%3BIACA%2CUAAA%3B%3B%3BAA0BZ%2CmBAnBgD%3BEAE5C%2COACI%2CcACI%3BIACI%2CgBAAA%3B%3BEAMZ%2CSACI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAWZ%2CmBANgD%3BEAC5C%3BIACI%2CaAAA%3B%3B%3BAAUR%2CmBANiD%3BEAC7C%2COAAQ%2CkBAAkB%2CgBAAgB%2CSAAW%3BIACjD%2CmBAAA%3B%3B%3BAAoER%2CmBAhE4C%3BEACxC%2COACI%3BEADJ%2COAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAJR%2COAMI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEARR%2COAWI%3BIACI%2CoBAAA%3B%3BEAZR%2COAeI%3BEAfJ%2COAgBI%3BIACI%2CuBAAA%3B%3BEAjBR%2COAeI%2CiBAGI%3BEAlBR%2COAgBI%2CYAEI%3BIACI%2CiBAAA%3B%3BEAnBZ%2COAsBI%2CiBACI%2CeACI%3BIACI%2CiBAAA%3B%3BEAzBhB%2COAsBI%2CiBACI%2CeACI%2CEAEI%3BIACI%2CiBAAA%3B%3BEASJ%2COAHZ%2CaACI%2CYACI%2CcACK%3BIACG%2CeAAA%3B%3BEAUR%2COAFR%2CgBACI%2CYACK%3BIACG%2CiBAAA%3B%3BEAhDhB%2COAqDI%3BIQ56BR%2CkDAAA%3BIACA%2C0DAAA%3BIR66BY%2CiBAAA%3B%3BEAvDR%2COAqDI%2CsBAII%3BIACI%2CiBAAA%3B%3B%3BAAgChB%2CmBA3B8C%3BEAC1C%2COACI%2CkBACI%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEAJZ%2COAOI%2CkBACI%3BIACI%2CWAAA%3B%3BEAIZ%2CcACI%2CQACI%2CkBACI%3BIACI%2CQAAA%3B%3BEAKhB%2COAAQ%2CkBAAkB%2CgBAAgB%2CeAAe%2CwBAAwB%2CcAAc%2CsBAAsB%2CsBAAsB%2CaAAa%3BIACpJ%2CWAAA%3B%3B%3BAAGR%2CIACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CIACI%2CQACI%2CiBAEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CIACI%2CQACI%2CiBAMI%2CUACI%2CkBACI%2COACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIAdxB%2CQACI%2CiBAMI%2CUACI%2CkBACI%2COACI%2CKAIK%3BEACG%2CWAAA%3BEACA%2COAAA%3B%3BAAMR%2CIAtBpB%2CQACI%2CiBAMI%2CUACI%2CkBAaI%2CmBACK%3BEACG%2CSAAA%3B%3BAAxB5B%2CIACI%2CQACI%2CiBA4BI%2CmBACI%2CUACI%2CkBACI%2COACI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3B%3BAApChC%2CIACI%2CQACI%2CiBA4BI%2CmBAYI%2CQAAQ%3BAA1CxB%2CIACI%2CQACI%2CiBA4BI%2CmBAaI%2CmBAAmB%2CGAAG%3BEAClB%2CiCAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA9CpB%2CIACI%2CQAkDI%2CaACI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAtDhB%2CIACI%2CQAkDI%2CaAMI%2CaACI%2COACI%2CSAAQ%2CcACJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FD5B%2CIACI%2CQAkDI%2CaAMI%2CaACI%2COACI%2CSAAQ%2CcACJ%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CIAlE5B%2CQAkDI%2CaAMI%2CaACI%2COACI%2CSAAQ%2CcACJ%2CmBAII%2CKAGK%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAAGR%2CIAvExB%2CQAkDI%2CaAMI%2CaACI%2COACI%2CSAAQ%2CcACJ%2CmBAYK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAA1EhC%2CIACI%2CQAkDI%2CaAMI%2CaACI%2COACI%2CSAAQ%2CcACJ%2CmBAgBI%3BEACI%2CQAAA%3BEACA%2CUAAA%3B%3BAA9EhC%2CIACI%2CQAkDI%2CaAMI%2CaACI%2COACI%2CSAAQ%2CcACJ%2CmBAgBI%2CcAII%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlFpC%2CIACI%2CQAkDI%2CaAMI%2CaACI%2COACI%2CSAAQ%2CcA4BJ%3BEACI%2CYAAA%3B%3BAAxF5B%2CIACI%2CQAkDI%2CaAMI%2CaAoCI%2CQAAO%3BEACH%2CWAAA%3BEACA%2COAAA%3B%3BAA%5C%2FFpB%2CIACI%2CQAmGI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtGZ%2CIACI%2CQAmGI%2CkBAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3B%3BAA1GhB%2CIACI%2CQAmGI%2CkBAGI%2CgBAII%2CQAAO%3BEACH%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGpB%2CIACI%2CQAmGI%2CkBAGI%2CgBAUI%3BEACI%2CiBAAA%3B%3BAAlHpB%2CIACI%2CQAmGI%2CkBAGI%2CgBAUI%2CaAEI%3BEACI%2CWAAA%3B%3BAApHxB%2CIACI%2CQAmGI%2CkBAGI%2CgBAiBI%2CeACI%2CwBACI%2CcACI%3BEACI%2CiBAAA%3B%3BAA5HhC%2CIACI%2CQAmGI%2CkBAGI%2CgBAiBI%2CeACI%2CwBACI%2CcACI%2CsBAGI%2CSACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjIxC%2CIACI%2CQAmGI%2CkBAGI%2CgBAiBI%2CeAeI%2CYACI%2CUACI%3BEACI%2CYAAA%3B%3BAA1IhC%2CIACI%2CQAmGI%2CkBAGI%2CgBAyCI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAlJpB%2CIACI%2CQAmGI%2CkBAkDI%2CUACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAzJpB%2CIACI%2CQAmGI%2CkBAkDI%2CUAMI%2CWACI%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2COAAA%3B%3BAAMH%2CIApKjB%2CQAmGI%2CkBA%2BDI%2CgBACI%2CSACS%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvKzB%2CIACI%2CQAmGI%2CkBAuEI%2CgBACI%2CeACI%2CwBACI%2CcACI%2CSAAQ%3BEACJ%2CUAAA%3BEACA%2CWAAA%3B%3BAAjLhC%2CIACI%2CQAwLI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3LZ%2CIACI%2CQAwLI%2CgBAGI%3BEACI%2CWAAA%3B%3BAA7LhB%2CIACI%2CQAwLI%2CgBAGI%2CgBAEI%2CkBACI%3BEACI%2CiBAAA%3B%3BAAhMxB%2CIACI%2CQAoMI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAvMZ%2CIACI%2CQAwMI%2CgBACI%2CaACI%3BEACI%2CqBAAA%3B%3BAA5MpB%2CIACI%2CQAwMI%2CgBAMI%3BEd7lDZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CIcy4CI%2CQAwMI%2CgBAMI%2CcdvlDX%3BAACD%2CIcw4CI%2CQAwMI%2CgBAMI%2CcdtlDX%3BEACG%2CaAAA%3B%3BAcs4CJ%2CIACI%2CQAkNI%2CYACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CIAxNZ%2CQAkNI%2CYACI%2CwBAKK%3BEACG%2CWAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3B%3BAA5NpB%2CIACI%2CQAkNI%2CYAYI%3BAA%5C%2FNZ%2CIACI%2CQAkNI%2CYAaI%3BEd9mDZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CIcy4CI%2CQAkNI%2CYAYI%2COdvmDX%3BAAAD%2CIcy4CI%2CQAkNI%2CYAaI%2CMdxmDX%3BAACD%2CIcw4CI%2CQAkNI%2CYAYI%2COdtmDX%3BAAAD%2CIcw4CI%2CQAkNI%2CYAaI%2CMdvmDX%3BEACG%2CaAAA%3B%3BAcs4CJ%2CIACI%2CQAkNI%2CYAYI%2COAGI%3BAAlOhB%2CIACI%2CQAkNI%2CYAaI%2CMAEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApOpB%2CIACI%2CQAuOI%2CeACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkCAAA%3B%3BAA7OhB%2CIACI%2CQAuOI%2CeACI%2CcAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAhPpB%2CIACI%2CQAmPI%2CaACI%2CyBACI%2CaAAe%2CMAAG%2CIAAI%3BEAClB%2CkBAAA%3BEACA%2CcAAA%3B%3BAAxPpB%2CIA6PI%2CWACI%2CaACI%2CQAAO%2CKACD%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlQpB%2CIAuQI%2CsBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CIAFR%2CYACI%2CaACK%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAlRhB%2CIA8QI%2CYAQI%3BEACI%2CiBAAA%3B%3BAAvRZ%2CIA8QI%2CYAQI%2CaAEI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAOI%2CIAnBhB%2CYAgBI%2CQACK%2CSACG%2CWACK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAnSxB%2CIA8QI%2CYAgBI%2CQAUI%2CgBACI%2CUACI%2CEACK%3BEACG%2CaAAA%3B%3BAA5S5B%2CIA8QI%2CYAgBI%2CQAUI%2CgBASI%2CGAAE%2CYACE%3BEACI%2CYAAA%3B%3BAAnTxB%2CIA8QI%2CYAgBI%2CQA0BI%3BEACI%2CiBAAA%3B%3BAAzThB%2CIA8QI%2CYA%2BCI%2CmBACI%2CQAAO%2CSACF%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAjUpB%2CIA8QI%2CYA%2BCI%2CmBACI%2CQAAO%2CSAMH%2CUACK%2CIAAC%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAxUxB%2CIA8QI%2CYA%2BCI%2CmBACI%2CQAAO%2CSAMH%2CUAOI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAA7UxB%2CIA8QI%2CYA%2BCI%2CmBACI%2CQAAO%2CSAmBH%2CQACI%2CEACK%3BEACG%2CaAAA%3B%3BAApV5B%2CIA8QI%2CYA6EI%3BEACI%2CiBAAA%3B%3BAA5VZ%2CIA8QI%2CYA6EI%2CSAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CIAnFZ%2CYA6EI%2CSAGI%2CKAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIA1FZ%2CYA6EI%2CSAGI%2CKAUK%3BEACG%2CaAAA%3B%3BAAzWpB%2CIA%2BWI%2CWACI%2CaACK%2CUACI%2CUACI%2CKACG%3BEACI%2CiBAAA%3B%3BAArX5B%2CIA%2BWI%2CWACI%2CaAWI%2CQACI%2CgBACI%2CQACK%3BEACG%2CiBAAA%3BEACA%2CYAAA%3B%3BAAhY5B%2CIA%2BWI%2CWACI%2CaAWI%2CQACI%2CgBAQI%2CUACI%3BEACI%2CiBAAA%3B%3BAAtY5B%2CIA%2BWI%2CWACI%2CaAWI%2CQACI%2CgBAQI%2CUACI%2CEAGK%3BEACG%2CaAAA%3B%3BAAzYhC%2CIAkZI%2CcACI%2CmBACI%2CGACI%2CGAEI%3BAAvZpB%2CIAkZI%2CcACI%2CmBACI%2CGACI%2CGAGI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAMpB%2CIAAC%2CcACG%2CQACI%2CkBACI%3BEACI%2COAAA%3B%3BAAuBpB%2CmBAfyD%3BEACrD%2CIACI%2CQACI%2CaACI%2CyBACI%2CaAAe%2CMAAG%2CIAAI%3BIAClB%2CkBAAA%3B%3B%3BAA%2BExB%2CmBAtEmD%3BEAC%5C%2FC%2CSACI%2CKACI%3BIACI%2CWAAW%2CeAAX%3B%3BEAegB%2CIATxB%2CcACI%2C2BAEI%2CmBAEI%2CUACI%2CQACK%2COAEI%3BEAAD%2CIATxB%2CcACI%2C2BAGI%2CcACI%2CUACI%2CQACK%2COAEI%3BEACD%2CIAVxB%2CcACI%2C2BAEI%2CmBAEI%2CUACI%2CQACK%2COAGI%3BEAAD%2CIAVxB%2CcACI%2C2BAGI%2CcACI%2CUACI%2CQACK%2COAGI%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CIAfxB%2CcACI%2C2BAEI%2CmBAEI%2CUACI%2CQACK%2COAQI%3BEAAD%2CIAfxB%2CcACI%2C2BAGI%2CcACI%2CUACI%2CQACK%2COAQI%3BIACG%2CUAAA%3B%3BEAjBhC%2CIACI%2CcACI%2C2BAEI%2CmBAmBI%2CkBACI%2COACI%3BEAzBxB%2CIACI%2CcACI%2C2BAGI%2CcAkBI%2CkBACI%2COACI%3BEAzBxB%2CIACI%2CcACI%2C2BAEI%2CmBA6BI%2CmBACI%2CiBACI%3BEAnCxB%2CIACI%2CcACI%2C2BAEI%2CmBA6BI%2CmBACI%2CiBACI%3BEAnCxB%2CIACI%2CcACI%2C2BAGI%2CcA4BI%2CmBACI%2CiBACI%3BEAnCxB%2CIACI%2CcACI%2C2BAGI%2CcA4BI%2CmBACI%2CiBACI%3BIATI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiCAAA%3B%3BEA5B5B%2CIA4CI%2CYACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FCZ%2CIAmDI%2CQACI%2CaACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAOhB%2CIACI%2CQACI%2CkBACI%2CgBACI%2CaACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAPxB%2CIACI%2CQAWI%2CaAEI%2CyBACI%2CaACI%3BEACI%2C4BAAA%3B%3BAAmB5B%2CmBAVgD%3BEAC5C%2CIACI%2CQACI%3BIACI%2CcAAA%3B%3B%3BAA0BhB%2CmBApBgD%3BEAC5C%2CgBACI%2CKACI%3BIACI%2CsBAAA%3B%3BEAKZ%2CSACI%2CKACI%3BIACI%2CUAAA%3BIACA%2CYAAA%3B%3B%3BAA0BhB%2CmBAnB4C%3BEACxC%2CIACI%2CQACI%2CaACI%3BIACI%2CUAAA%3B%3BEAJhB%2CIACI%2CQAOI%2CkBACI%3BIACI%2CUAAA%3B%3B%3BAAqBxB%2CmBAbkD%3BEAC1C%2CIACI%2CQACI%2CgBACI%2CaACI%3BIACI%2CcAAA%3B%3B%3BACz%2BDxB%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaHnBW%2CkBGmBX%3B%3BAANJ%2CYAOI%3BEACI%2CiBAAA%3B%3BAARR%2CYAUI%3BEACI%2CWAAW%2CiBAAX%3BEACA%2CaHzBO%2CkBGyBP%3B%3BAAZR%2CYAUI%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEfPZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEeKY%2CmBAAA%3BEACA%2C8BAAA%3B%3BAfJZ%2CYeJI%2CYAGI%2CafCP%3BAACD%2CYeLI%2CYAGI%2CafEP%3BEACG%2CaAAA%3B%3BAehBJ%2CYAUI%2CYAGI%2CaAMI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAxBhB%2CYAUI%2CYAGI%2CaAaI%3BEACI%2COAAA%3BEACA%2CiBAAA%3B%3BAA5BhB%2CYAUI%2CYAGI%2CaAaI%2CkBAGI%3BEACI%2CgBAAA%3B%3BAA9BpB%2CYAUI%2CYAGI%2CaAoBI%3BEACI%2CUAAA%3B%3BAAEI%2CYA1BhB%2CYAGI%2CaAoBI%2CQAEI%2CEACK%3BEACG%2CcAAA%3B%3BAArCxB%2CYA2CI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA9CR%2CYAiDI%2CgBACI%3BEACI%2CiBAAA%3B%3BAAnDZ%2CYAiDI%2CgBAII%3BEf7CR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEe2CY%2CyBAAA%3B%3BAfzCZ%2CYemCI%2CgBAII%2CWfvCP%3BAACD%2CYekCI%2CgBAII%2CWftCP%3BEACG%2CaAAA%3B%3BAehBJ%2CYAiDI%2CgBAII%2CWAGI%3BEACI%2CgBAAA%3B%3BAAzDhB%2CYA8DI%3BEACI%2CmBAAA%3B%3BAAGA%2CYADJ%2CQACK%2CYACG%3BEACI%2CmBAAA%3B%3BAApEhB%2CYAiEI%2CQAMI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzEZ%2CYAiEI%2CQAUI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEZ%2CYAiEI%2CQAUI%2CiBAKI%3BEACI%2CkBAAA%3B%3BAAjFhB%2CYAiEI%2CQAUI%2CiBAQI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAtFhB%2CYAiEI%2CQAUI%2CiBAaI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA3FhB%2CYAiEI%2CQA6BI%2CaACI%3BEfvFZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYemDI%2CQA6BI%2CaACI%2CWfjFX%3BAACD%2CYekDI%2CQA6BI%2CaACI%2CWfhFX%3BEACG%2CaAAA%3B%3BAehBJ%2CYAiEI%2CQA6BI%2CaACI%2CWAEI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnGpB%2CYAiEI%2CQA6BI%2CaACI%2CWAEI%2CWAGI%3BEACI%2CiBAAA%3B%3BAACA%2CYArCpB%2CQA6BI%2CaACI%2CWAEI%2CWAGI%2CEAEK%3BEACG%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGR%2CYA1ChB%2CQA6BI%2CaACI%2CWAEI%2CWAUK%3BEACG%2CeAAA%3B%3BAA5GxB%2CYAkHI%2CgBACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArHZ%2CYAkHI%2CgBACI%2CGAIK%3BEACG%2CqBAAA%3B%3BAAxHhB%2CYAkHI%2CgBACI%2CGAQI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7HhB%2CYAiII%3BEACI%2CoBAAA%3B%3BAAEI%2CYAHR%2CiBAEI%2CEACK%3BEACG%2CkBAAA%3B%3BAArIhB%2CYA0II%2CcACI%3BEACI%2CmBAAA%3B%3BAA5IZ%2CYA0II%2CcAKI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEfMZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAeNY%2CYAVR%2CcAKI%2CEAKK%3BEACG%2CkBAAA%3B%3BAArJhB%2CYA0JI%3BEAEI%2CSAAA%3B%3BAA5JR%2CYA0JI%2CiBAGI%3BEACI%2CmBAAA%3B%3BAA9JZ%2CYA0JI%2CiBAOI%3BAAjKR%2CYA0JI%2CiBAQI%3BEACI%2CaAAA%3B%3BAAnKZ%2CYA0JI%2CiBAYI%3BEf9JR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEe4JY%2CmBAAA%3BEACA%2C8BAAA%3B%3BAf3JZ%2CYe4II%2CiBAYI%2CSfxJP%3BAACD%2CYe2II%2CiBAYI%2CSfvJP%3BEACG%2CaAAA%3B%3BAehBJ%2CYA0JI%2CiBAYI%2CSAII%3BEACI%2COAAO%2CkBAAP%3BEACA%2CkBAAA%3B%3BAA5KhB%2CYA0JI%2CiBAYI%2CSASI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAAjLhB%2CYA0JI%2CiBA2BI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAACA%2CYAjCR%2CiBA2BI%2CYAMK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAA9LhB%2CYA0JI%2CiBAwCI%2CSACI%2COAAM%3BEACF%2CWAAA%3BEACA%2CiBAAA%3BEAEA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAA3MhB%2CYA0JI%2CiBAqDI%2CIAAG%2CWAAW%3BEACV%2CMAAM%2CgBAAN%3B%3BAAIJ%2CYADJ%2CgBACK%3BEACG%2CiBAAA%3B%3BAADJ%2CYADJ%2CgBACK%2CIAEG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYANZ%2CgBACK%2CIAEG%2CEAGK%3BEACG%2CcAAA%3B%3BAAIJ%2CYAXZ%2CgBACK%2CIASG%2CgBACK%2CWACG%3BEACI%2CkBAAA%3B%3BAAhOxB%2CYAmNI%2CgBAmBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA5OZ%2CYAmNI%2CgBA2BI%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAjPZ%2CYAmNI%2CgBA2BI%2COAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAvPhB%2CYAmNI%2CgBAuCI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAEI%2CYA9CZ%2CgBAuCI%2COAMI%2CEACK%3BEACG%2CkBAAA%3B%3BAAKR%2CYApDR%2CgBAmDI%2CEACK%3BEACG%2CcAAA%3B%3BAAMhB%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CiBAGI%2CQAAO%2CYACH%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAJR%2CQAAO%2CYACH%2CaAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfhB%2CiBAoBI%2CSACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAACA%2CiBAVR%2CSACI%2COASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAArChB%2CiBAyCI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAA3CR%2CiBAyCI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CiBARR%2CGAII%2CGAIK%3BEACG%2CgBAAA%3B%3BAAGR%2CiBAZJ%2CGAYK%2CUACG%3BEACI%2CcAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C0BAAA%3B%3BAACA%2CiBArBZ%2CGAYK%2CUACG%2CEAQK%3BEACG%2CWAAW%2CiBAAX%3B%3BAAOpB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CqBAMI%3BEflVJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEegVQ%2CmBAAA%3B%3BAf9UR%2CqBe4UI%2COf5UH%3BAACD%2CqBe2UI%2COf3UH%3BEACG%2CaAAA%3B%3BAeoUJ%2CqBAMI%2COAII%3BEACI%2CWH5WG%2CkBG4WH%3BEfvVZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBe4UI%2COAII%2CWfhVP%3BAACD%2CqBe2UI%2COAII%2CWf%5C%2FUP%3BEACG%2CaAAA%3B%3BAeoUJ%2CqBAMI%2COAII%2CWAGI%3BEACI%2CgBAAA%3B%3BAAdhB%2CqBAMI%2COAII%2CWAGI%2CEAEI%3BEACI%2CcAAA%3B%3BAACA%2CqBAXhB%2COAII%2CWAGI%2CEAEI%2CEAEK%3BEACG%2CcAAA%3B%3BAAlBxB%2CqBAMI%2COAkBI%2CSACI%3BEACI%2CgBAAA%3BEftWhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEeoWgB%2CyBAAA%3B%3BAflWhB%2CqBe4UI%2COAkBI%2CSACI%2CEf%5C%2FVX%3BAACD%2CqBe2UI%2COAkBI%2CSACI%2CEf9VX%3BEACG%2CaAAA%3B%3BAeoUJ%2CqBAkCK%2CMAAG%2CYAAY%2CeAAe%3BEAC3B%2CkBAAA%3BEACA%2COAAA%3B%3BAApCR%2CqBAuCI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEf3TR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEe2TQ%2CiBAAA%3B%3BAA3CR%2CqBAuCI%2CmBAMI%2CkBACI%2COACI%3BEACI%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAlDpB%2CqBAuCI%2CmBAgBI%2CUACI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CQAAQ%2CiBAAR%3BEACA%2CSAAA%3BEfvRpB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEesRoB%2CyBAAA%3BEACA%2CYAAA%3BEfjVpB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAeoVoB%2CqBA7BhB%2CmBAgBI%2CUACI%2CSAWI%2CGACK%3BEACG%2CgBAAA%3B%3BAADJ%2CqBA7BhB%2CmBAgBI%2CUACI%2CSAWI%2CGACK%2CSAGG%3BEACI%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CqBAtCxB%2CmBAgBI%2CUACI%2CSAWI%2CGACK%2CSAGG%2CEAMK%3BEACG%2CcAAA%3B%3BAA9EhC%2CqBAuFI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA3FR%2CqBAuFI%2CaAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAVR%2CaAMI%2CWAIK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAKhB%3BEACI%2CkDAAA%3BEACA%2C0CAAA%3B%3B%3BAAoBJ%2CmBAfyD%3BEACrD%2CYACI%2CQACI%2CiBACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CYACI%2CQAMI%3BIACI%2CiBAAA%3B%3B%3BAA2BhB%2CmBArBmD%3BEAK%5C%2FB%2CiBAHZ%2CQACK%2CYACG%2CaACK%3BIACG%2CaAAA%3B%3BEALpB%2CiBAUI%2CWACK%2COACG%2CQAAO%2CUAAU%2CGAAM%3BIACnB%2CgBAAA%3B%3B%3BAAwFpB%2CmBAjFiD%3BEAE7C%2CYACI%2CQACI%2CiBACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CYACI%2CQACI%2CiBAII%3BIACI%2CiBAAA%3B%3BEAMJ%2CYAFR%2CgBACI%2CgBACK%2CUAAU%3BEACX%2CYAHR%2CgBACI%2CgBAEK%2CUAAU%3BIACP%2CmBAAA%3B%3BEAfhB%2CYAmBI%2CYACI%2CaACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAzBhB%2CYAmBI%2CYACI%2CaAOI%3BIACI%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAhChB%2CYAmBI%2CYACI%2CaAcI%3BIACI%2CWAAA%3B%3BEAnChB%2CYAmBI%2CYACI%2CaAcI%2CQAEI%2CgBACI%3BIACI%2CuBAAA%3B%3BEAtCxB%2CYA4CI%2CgBAAe%2CIACX%2CgBAAe%2CWACX%3BIACI%2CeAAA%3B%3BEAKhB%2CiBACI%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2CiBAMI%3BIACI%2CmBAAA%3B%3BEAIR%2CqBACI%3BIACI%2CuBAAA%3B%3BEAFR%2CqBACI%2CaAGK%2CIAAC%2CIAAI%3BIACF%2CmBAAA%3B%3BEALZ%2CqBASI%3BIACI%2CuBAAA%3B%3B%3BAA%2BIZ%2CmBAzIgD%3BEAC5C%3BIACI%2CeAAA%3B%3BEAEJ%2CcAAiB%3BIACb%2CaAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CiBACI%3BIACI%2CiBAAA%3B%3BEAFR%2CiBACI%2CWAEK%2COACG%2CQAAO%2CUAAU%2CGAAM%3BIACnB%2CgBAAA%3B%3BEAGA%2CiBAPZ%2CWAEK%2COAIG%2CQACK%3BIACG%2CmBAAA%3B%3BEAEJ%2CiBAVZ%2CWAEK%2COAIG%2CQAIK%2CWACG%2CeAAiB%3BIACb%2CiBAAA%3B%3BEAQZ%2CiBAFR%2CSACI%2COACK%3BIACG%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CUAAb%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAKA%2CiBAhBZ%2CSAcK%2COACG%2COACK%3BIACG%2CSAAS%2COAAT%3B%3BEApCpB%2CiBAyCI%3BIACI%2CaAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CqBACI%3BIACI%2CuBAAA%3B%3BEAFR%2CqBACI%2COAGI%3BIACI%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAPZ%2CqBACI%2COAQI%2CSACI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAZhB%2CqBACI%2COAcI%3BIACI%2CmBAAA%3B%3BEAOA%2CYAFR%2CgBACI%2CgBACK%2CUAAU%3BEACX%2CYAHR%2CgBACI%2CgBAEK%2CUAAU%3BIACP%2CgBAAA%3B%3BEALhB%2CYACI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CgCAAA%3B%3BEACA%2CYAXR%2CgBAOI%2CaAIK%3BIACG%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaHhqBL%2CaGgqBK%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CYAtBR%2CgBAOI%2CaAeK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CiCAAA%3BIACA%2C4BAAA%3B%3BEAKA%2CYAvCZ%2CgBAqCI%2CQACI%2CaACK%3BIACG%2CWAAA%3B%3BEAMJ%2CYA9CZ%2CgBA4CI%2CaAAY%2COACR%2CaACK%3BIACC%2CSAAS%2COAAT%3B%3BEAMlB%3BIACI%2CoBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3B%3BAAqDR%2CmBA9C4C%3BEACxC%2CYACI%2CgBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CYARR%2CgBACI%2CYAOK%3BIACG%2CSAAS%2COAAT%3BIACA%2CaH9tBL%2CaG8tBK%3BIACA%2CeAAA%3B%3BEAZhB%2CYACI%2CgBAeI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEAKI%2CYAtBZ%2CgBAoBK%2CeACG%2CYACK%3BIACG%2CSAAS%2COAAT%3B%3BEAHZ%2CYApBJ%2CgBAoBK%2CeAOG%3BIACI%2CcAAA%3B%3BEA7BhB%2CYAiCI%2CYACI%3BIACI%2CkBAAA%3B%3BEAIZ%3BIACI%2CeAAA%3B%3B%3BAA0DR%2CmBArD8C%3BEAC1C%2CYAqBI%2CQACI%2CiBACI%3BIACI%2CiBAAA%3B%3BEAxBhB%2CYAqBI%2CQACI%2CiBAII%3BIACI%2CiBAAA%3B%3BEAMhB%2CqBACI%2CmBACI%2CaACI%2CWACI%3BIACI%2CiBAAA%3B%3B%3BAAcxB%2CIACI%2CaACI%2CgBACI%2CGACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAANpB%2CIACI%2CaAUI%2CgBACI%2COACI%2CEAAC%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CIAjBR%2CaAUI%2CgBAOK%2CIACG%2CgBAAe%2CWACX%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAQR%2CIA7BZ%2CaA2BI%2CcACI%2CEACK%3BEACG%2CeAAA%3BEACA%2CmBAAA%3B%3BAAhCpB%2CIACI%2CaAoCI%2CiBACI%2CiBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CIA1ChB%2CaAoCI%2CiBACI%2CiBACI%2COAIK%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAQA%2CIApDpB%2CaAoCI%2CiBAaI%2CSACI%2COAAM%2COACF%2CgBACK%3BEACG%2CSAAS%2COAAT%3B%3BAAtD5B%2CIACI%2CaAoCI%2CiBAsBI%2CSACI%2COAAM%3BEACF%2CcAAA%3BEACA%2CkBAAA%3B%3BAA9DpB%2CIACI%2CaAiEI%2CYACI%2CaACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtEpB%2CIA6EI%2CsBACI%2CmBACI%2CkBACI%2COACI%3BEACI%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAQA%2CIAfpB%2CsBACI%2CmBAWI%2CUACI%2CSACI%2CGACK%2CSACG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiCAAA%3B%3BAAhGhC%2CIA6EI%2CsBA2BI%2COACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3GhB%2CIA6EI%2CsBA2BI%2COACI%2CWAII%3BEACI%2CYAAA%3B%3BAA9GpB%2CIA6EI%2CsBAsCI%3BEACI%2CmDAAA%3BEACA%2C2CAAA%3B%3BAA0BZ%2CmBArBgD%3BEAC5C%2CIACI%2CaACI%2CgBAAe%2CIACX%2CgBAAe%2CWACX%3BIACI%2CUAAA%3B%3BEALpB%2CIACI%2CaAQI%2CYACI%2CaACI%3BIACI%2CeAAA%3B%3B%3BAAmCxB%2CmBA3B%2BC%3BEAC3C%2CIACI%2CsBACI%2COACI%3BIACI%2CcAAA%3B%3BEAOA%2CIAHZ%2CaACI%2CgBACI%2CaACK%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CIAPZ%2CaACI%2CgBACI%2CaAKK%3BIACG%2CWAAA%3BIACA%2COAAA%3B%3B%3BAAsB5B%2CmBAboD%3BEAC5C%2CIACI%2CsBACI%2COACI%2CWACI%3BIACI%2CeAAA%3B%3B%3BAet9BxB%3BEACI%2CiBAAA%3B%3BAAKQ%2CoBAFR%2CSACK%2CMACI%3BEACG%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAOR%2CoBADJ%2CmBACK%3BEACG%2CeAAA%3BEACA%2CUAAA%3B%3BAAUA%2C0BAHR%2CYAEI%2CQACK%3BAAAD%2C0BAFR%2CSACI%2CQACK%3BEACG%2CYAAA%3B%3BAANhB%2C0BAEI%2CYAQI%3BAAVR%2C0BAGI%2CSAOI%3BEACI%2CWAAA%3B%3BAAUA%2C2BAHR%2CYAEI%2CQACK%3BAAAD%2C2BAFR%2CSACI%2CQACK%3BEACG%2CWAAA%3B%3BAANhB%2C2BAEI%2CYAQI%3BAAVR%2C2BAGI%2CSAOI%3BEACI%2CWAAA%3B%3BAAKZ%2C0BAGI%3BAAFJ%2C2BAEI%3BAAHJ%2C0BAII%3BAAHJ%2C2BAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAANR%2C0BAGI%2CYAKI%2CQAAO%3BAAPf%2C2BAEI%2CYAKI%2CQAAO%3BAARf%2C0BAII%2CSAII%2CQAAO%3BAAPf%2C2BAGI%2CSAII%2CQAAO%3BAARf%2C0BAGI%2CYAMI%3BAARR%2C2BAEI%2CYAMI%3BAATR%2C0BAII%2CSAKI%3BAARR%2C2BAGI%2CSAKI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2C0BAZR%2CYAWI%2CQACK%3BAAAD%2C2BAZR%2CYAWI%2CQACK%3BAAAD%2C0BAXR%2CSAUI%2CQACK%3BAAAD%2C2BAXR%2CSAUI%2CQACK%3BEACG%2CUAAA%3BEACA%2COAAO%2CkBAAP%3BEACA%2CUAAA%3B%3BAAlBhB%2C0BAGI%2CYAkBI%3BAApBR%2C2BAEI%2CYAkBI%3BAArBR%2C0BAII%2CSAiBI%3BAApBR%2C2BAGI%2CSAiBI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3B%3BAAKA%2C0BAzBR%2CYAuBI%2CSAEK%3BAAAD%2C2BAzBR%2CYAuBI%2CSAEK%3BAAAD%2C0BAxBR%2CSAsBI%2CSAEK%3BAAAD%2C2BAxBR%2CSAsBI%2CSAEK%3BAACD%2C0BA1BR%2CYAuBI%2CSAGK%3BAAAD%2C2BA1BR%2CYAuBI%2CSAGK%3BAAAD%2C0BAzBR%2CSAsBI%2CSAGK%3BAAAD%2C2BAzBR%2CSAsBI%2CSAGK%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAjChB%2C0BAqCI%2CSACI%3BAArCR%2C2BAoCI%2CSACI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAASI%2C0BALZ%2CkBAEI%2CSAEI%2CQACK%3BAAAD%2C2BALZ%2CkBAEI%2CSAEI%2CQACK%3BAAAD%2C0BALZ%2CkBAGI%2CYACI%2CQACK%3BAAAD%2C2BALZ%2CkBAGI%2CYACI%2CQACK%3BEACG%2CWAAA%3B%3BAAOpB%2C0BAGI%2CkBACI%3BAAHR%2C2BAEI%2CkBACI%3BAAFR%2CqBACI%2CkBACI%3BEACI%2CUAAA%3B%3BAAKJ%2C0BADJ%2CSACK%3BAAAD%2C2BADJ%2CSACK%3BAAAD%2CqBADJ%2CSACK%3BEACG%2CUAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAKZ%2CaACK%3BEACG%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3B%3BAAuBR%2CmBAfmD%3BEAG%5C%2FC%2C0BACI%2C0BAEI%3BEAHR%2C0BACI%2C0BAGI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3B%3BAAsDhB%2CmBAhDiD%3BEAOjC%2C0BAFR%2CSACI%2CQACK%3BEAAD%2C2BAFR%2CSACI%2CQACK%3BIACG%2CWAAA%3BIACA%2CWAAA%3B%3BEAMJ%2C0BAVR%2CSAQI%2CSAEK%3BEAAD%2C2BAVR%2CSAQI%2CSAEK%3BEACD%2C0BAXR%2CSAQI%2CSAGK%3BEAAD%2C2BAXR%2CSAQI%2CSAGK%3BIACG%2CWAAA%3BIACA%2CWAAA%3B%3BEAWJ%2C0BAFR%2CSACK%2CMACI%3BEAAD%2C2BAFR%2CSACK%2CMACI%3BEAAD%2CqBAFR%2CSACK%2CMACI%3BIACG%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAMR%2C0BADJ%2CmBACK%3BEAAD%2C2BADJ%2CmBACK%3BEAAD%2CqBADJ%2CmBACK%3BIACG%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAmChB%2CmBAvBgD%3BEAIhC%2CoBAFR%2CSACK%2CMACI%3BIACG%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAMR%2CoBADJ%2CmBACK%3BIACG%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAuBA%2CIAHX%2C0BACG%2CSACI%2CQACK%3BEACG%2CWAAA%3B%3BAAJhB%2CIAAC%2C0BACG%2CSAOI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAC1QhB%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAsB%2CgCAAtB%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAAXJ%2CYAYI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEAEA%2CmBAAA%3B%3BAAlBR%2CYAqBI%3BE%5C%2FBXJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BBSQ%2CuBAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FBRR%2CY%2BBKI%2CO%5C%2FBLH%3BAACD%2CY%2BBII%2CO%5C%2FBJH%3BEACG%2CaAAA%3B%3BA%2BBlBJ%2CYA2BI%3BEACI%2CqBAAA%3B%3BAA5BR%2CYA2BI%2CGAGI%3BAA9BR%2CYA2BI%2CGAII%3BEACI%2CiBAAA%3B%3BAAhCZ%2CYA2BI%2CGAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAArCZ%2CYA2BI%2CGAaI%3BEACI%2CgBAAA%3B%3BAAIA%2CYAlBR%2CGAiBK%2CIAAI%2CaACA%3BEACG%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CaAAa%2CUAAb%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2CkBAMK%3BEACG%2CaAAA%3B%3B%3BAAiBR%2CmBAPyD%3BEACrD%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAWR%2CmBAPmD%3BEAC%5C%2FC%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAkBR%2CmBANgD%3BEAC5C%3BIACI%2CmBAAA%3B%3B%3BAAYR%2CmBANiD%3BEAC7C%2CYAAa%3BIACT%2CmBAAA%3B%3B%3BAAsBR%2CmBAlB4C%3BEACxC%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAFJ%2CYAGI%2CGAEI%3BEALR%2CYAGI%2CGAGI%3BIACI%2CiBAAA%3B%3BEAGJ%2CYAPJ%2CGAOK%2CIAAI%2CaAAa%3BIACd%2CcAAA%3B%3B%3BAAahB%2CIACI%2CaACI%3BEACI%2CiBAAA%3B%3BAAGI%2CIALZ%2CaACI%2CGAGK%2CIAAI%2CaACA%3BEACG%2CSAAS%2COAAT%3B%3BAC5IvB%2CeACC%3BEACC%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAALF%2CeACC%2CSAMC%3BEACC%2CaAAA%3B%3BAARH%2CeACC%2CSAUC%3BEACC%2CaAAA%3B%3BAAGD%2CeAdD%2CSAcE%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAFD%2CeAdD%2CSAcE%2CiBAGA%3BEACC%2CaAAA%3B%3BAAnBJ%2CeACC%2CSAsBC%3BEACC%2CaAAA%3B%3BAAxBH%2CeACC%2CSAsBC%2CSAGC%2CSACC%3BEACC%2CyBAAA%3BEACA%2C4BAAA%3B%3BAA7BL%2CeAmCC%2CkBACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKH%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEhCtCE%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgCoCF%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAhCpCE%2CQAAC%3BAACD%2CQAAC%3BEACG%2CaAAA%3B%3BAgC2BP%2CQAQC%3BEACC%2COAAA%3B%3BAATF%2CQAQC%2COAEC%3BEACC%2CSAAA%3BEACA%2CUAAA%3B%3BAAGC%2CQAPH%2COAEC%2CYAGE%2COAEC%3BAAAD%2CQAPH%2COAEC%2CYAIE%2CMACC%3BEACA%2CmDAAA%3B%3BAAMA%2CQAdJ%2COAEC%2CYASE%2CUACC%2COAEC%3BAAAD%2CQAdJ%2COAEC%2CYASE%2CUAEC%2CMACC%3BEACA%2CmDAAA%3B%3BAAML%2CQAAC%3BEACA%2CkBAAA%3B%3BAA9BF%2CQAgCC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtCF%2CQAgCC%2CQAQC%3BEACC%2CkBAAA%3B%3BAAzCH%2CQAgCC%2CQAYC%3BAA5CF%2CQAwFC%2CSAKC%2CSACC%3BEAjDA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAsB%2CuCAAtB%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEhCrCA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAgCzBH%2CQAgCC%2CQAgCC%3BEACC%2CaAAA%3B%3BAAjEH%2CQAoEC%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAtEF%2CQAoEC%2CgBAGC%3BEACC%2CeAAA%3B%3BAACA%2CQALF%2CgBAGC%2CWAEE%2CIAAI%3BEACJ%2CkBAAA%3B%3BAAED%2CQARF%2CgBAGC%2CWAKE%3BAACD%2CQATF%2CgBAGC%2CWAME%3BEACA%2CaAAA%3B%3BAAED%2CQAZF%2CgBAGC%2CWASE%2CMAEA%3BAADD%2CQAbF%2CgBAGC%2CWAUE%2COACA%3BEACC%2CaAAA%3B%3BAAnFL%2CQAwFC%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA3FF%2CQAwFC%2CSAKC%2CSACC%3BEAEC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEhC7ED%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAgCzBH%2CQAwFC%2CSAiBC%3BEACC%2CaAAA%3B%3BAA1GH%2CQAwFC%2CSAqBC%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhHH%2CQAoHC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAvHF%2CQA0HC%3BEACC%2CkBAAA%3BEACA%2CaAAA%3B%3BAA5HF%2CQA%2BHC%3BAA%5C%2FHD%2CQAgIC%3BAAhID%2CQAiIC%3BAAjID%2CQAkIC%3BAAlID%2CQAmIC%3BAAnID%2CQAoIC%3BEACC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAvIF%2CQA0IC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5IF%2CQA%2BIC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAjJF%2CQA%2BIC%2COAIC%3BEACC%2CaAAA%3B%3BAApJH%2CQA%2BIC%2COAQC%2COACC%3BEACC%2CqBAAA%3B%3BAAEA%2CQAZH%2COAQC%2COACC%2CMAGE%2CIAAI%3BEACJ%2CiBAAA%3B%3BAA5JL%2CQA%2BIC%2COAQC%2COACC%2CMAOC%3BAA%5C%2FJJ%2CQA%2BIC%2COAQC%2COACC%2CMAQC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEAEA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAlCJ%2COAQC%2COACC%2CMAOC%2CQAkBE%3BAAAD%2CQAlCJ%2COAQC%2COACC%2CMAQC%2CMAiBE%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAnLN%2CQA%2BIC%2COAQC%2COACC%2CMAOC%2CQAsBC%3BAArLL%2CQA%2BIC%2COAQC%2COACC%2CMAQC%2CMAqBC%3BEACC%2CuBAAA%3B%3BAAIF%2CQA3CH%2COAQC%2COACC%2CMAkCE%2CMACA%3BEACC%2CcAAA%3B%3BAAFF%2CQA3CH%2COAQC%2COACC%2CMAkCE%2CMAIA%3BEACC%2CcAAA%3B%3BAAIF%2CQApDH%2COAQC%2COACC%2CMA2CE%2CQACA%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEC%2CQAzDN%2COAQC%2COACC%2CMA2CE%2CQACA%2CMAGC%2CKACE%2CIAAI%3BEACJ%2CkBAAA%3B%3BAAzMR%2CQA%2BIC%2COAQC%2COACC%2CMAiEC%2CQACC%3BEACC%2CaAAA%3B%3BAAGD%2CQA%5C%2FEJ%2COAQC%2COACC%2CMAiEC%2CQAKE%3BEACA%2C2BAAA%3B%3BAAGD%2CQAnFJ%2COAQC%2COACC%2CMAiEC%2CQASE%3BEACA%2CapB7RY%2CaoB6RZ%3B%3BAAKD%2CQAzFJ%2COAQC%2COACC%2CMA%2BEC%2CMACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CgBAAA%3B%3BAAKD%2CQAhGJ%2COAQC%2COACC%2CMAsFC%2CUACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3B%3BAAOL%2CQAAC%3BEACA%2CaAAA%3B%3BAAGF%2CeAAgB%3BEACf%2CaAAA%3B%3BAAED%3BEACC%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGD%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAJD%2CiBAMC%3BEACC%2CaAAA%3B%3BAAPF%2CiBAUC%3BEACC%2CcAAA%3B%3BAAGD%2CiBAAC%3BEACA%2CaAAA%3B%3BAAKF%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CWAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAsB%2CyBAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAjBF%2CWAqBC%3BEhCnCE%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgCkCF%2CUAAC%3BEACA%2CsBAAsB%2CyBAAtB%3B%3BAAIF%3BEACC%2CiBAAA%3B%3BAAGD%2CoBACC%2CgBACC%2CkBACC%3BEACC%2CkBAAA%3B%3BAAOJ%2C%2BBAEC%2CSACC%3BAAFF%2CoBACC%2CSACC%3BEACC%2CQAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAIC%2C%2BBATH%2CSAOC%2CgBACC%2CWACE%3BAAAD%2CoBATH%2CSAOC%2CgBACC%2CWACE%3BEACA%2CqBAAA%3B%3BAAED%2C%2BBAZH%2CSAOC%2CgBACC%2CWAIE%3BAAAD%2CoBAZH%2CSAOC%2CgBACC%2CWAIE%3BEACA%2CaAAA%3B%3B%3BAAyBL%2CmBAbiD%3BEAChD%2C%2BBAEC%2CSACC%2CgBACC%2CWAAU%3BEAHb%2CoBACC%2CSACC%2CgBACC%2CWAAU%3BIACT%2CaAAA%3B%3B%3BAA2BL%2CmBApBwD%3BEACvD%2CQACC%2CgBACC%2CWAAU%3BIACT%2CaAAA%3B%3BEAIH%2C%2BBAEC%2CSACC%2CgBACC%2CWAAU%3BEAHb%2CoBACC%2CSACC%2CgBACC%2CWAAU%3BIACT%2CqBAAA%3B%3B%3BAA4BL%2CmBArBmD%3BEAClD%2CQACC%3BIACC%2CaAAA%3B%3BEAIC%2CQAFF%2CgBACC%2CWACE%3BIACA%2CaAAA%3B%3BEAED%2CQALF%2CgBACC%2CWAIE%3BIACA%2CaAAA%3B%3BEAED%2CQARF%2CgBACC%2CWAOE%3BIACA%2CqBAAA%3B%3B%3BAA2GL%2CmBApGiD%3BEAChD%3BIACC%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIACA%2CUAAA%3B%3BEALD%2CYAOC%3BIACC%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAVF%2CYAOC%2CSAKC%3BIACC%2CaAAA%3B%3BEAKH%3BIACC%2CkBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CQAAC%3BIACA%2CgBAAA%3B%3BEAJF%2CQAMC%3BIACC%2CWAAA%3B%3BEAPF%2CQAMC%2COAGC%3BIACC%2CuBAAA%3B%3BEAVH%2CQAcC%3BIACC%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAIC%2CQAFF%2CgBACC%2CWACE%3BIACA%2CqBAAA%3B%3BEAED%2CQALF%2CgBACC%2CWAIE%3BIACA%2CaAAA%3B%3BEAMJ%3BIACC%2CaAAA%3B%3BEAKE%2C2BAFF%2C0BACC%2CwBACE%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAKJ%2C%2BBAEC%2CSACC%3BEAFF%2CoBACC%2CSACC%3BIACC%2CeAAA%3BIACA%2CcAAA%3B%3BEAGF%2C%2BBAAC%2CiBACA%2COAAM%2COACL%3BEAFF%2CoBAAC%2CiBACA%2COAAM%2COACL%3BIACC%2CeAAA%3B%3BEAOH%2C0BAAC%2C2BACA%2CSACC%3BEAFF%2C2BAAC%2C2BACA%2CSACC%3BIACC%2CQAAA%3BIACA%2CSAAA%3B%3BEAKJ%2CQACC%3BIACC%2CUAAA%3BIACA%2CSAAA%3B%3B%3BAAmBH%2CmBAd%2BC%3BEAI3C%2CQAFF%2CgBACC%2CWACE%3BIACA%2CaAAA%3B%3BEAED%2CQALF%2CgBACC%2CWAIE%3BIACA%2CqBAAA%3B%3B%3BAAoBL%2CmBAd4C%3BEAC3C%3BIACC%2CgBAAA%3B%3BEAMD%2CQACC%3BIACC%2CaAAA%3B%3B%3BAAsBH%2CmBAhB2C%3BEAC1C%2CQACC%3BIACC%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAGF%2CcACC%2CSACC%3BIACC%2CaAAA%3B%3B%3BAAeL%2CmBAVmD%3BEACjD%2CQACC%3BIACC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAASH%2CIACC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CIAMC%3BEACC%2CmBAAA%3B%3BAAPF%2CIASC%2CmBACC%2CiBACC%2CcACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3B%3BAAdL%2CIAmBC%2CSACC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtBH%2CIAmBC%2CSAKC%3BEACC%2CiBAAA%3B%3BAAzBH%2CIAmBC%2CSAQC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBH%2CIAmBC%2CSAcC%2CQAAQ%3BAAjCV%2CIAmBC%2CSAeC%2CSAAS%2CSAAS%3BEACjB%2C4BAAA%3B%3BAAnCH%2CIAmBC%2CSAkBC%2CgBACC%2CWAAU%2CIAAI%3BEACb%2CeAAA%3BEACA%2CiBAAA%3B%3BAAxCJ%2CIAmBC%2CSAwBC%2COACC%2COACC%2CMACC%2CMAAK%3BEACJ%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjDN%2CIAmBC%2CSAwBC%2COACC%2COACC%2CMAOC%2CUAAS%3BEACR%2CSAAS%2COAAT%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGD%2CIAvCJ%2CSAwBC%2COACC%2COACC%2CMAaE%2CIAAI%3BEACJ%2CcAAA%3BEACA%2CiBAAA%3B%3BAA5DN%2CIAmBC%2CSA%2BCC%2CSACC%2CSACC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtEL%2CIAmBC%2CSAwDC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAlFH%2CIAmBC%2CSAwDC%2CQASC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAtFJ%2CIAmBC%2CSAwDC%2CQAcC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3FJ%2CIAmBC%2CSA4EC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjGH%2CIAqGC%2CaACC%2CSACC%3BEACC%2CWAAA%3B%3BAAxGJ%2CIAqGC%2CaACC%2CSAKC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3B%3BAA7GJ%2CIAkHC%2CgBACC%2CSAAQ%3BEACP%2CiBAAA%3B%3BAApHH%2CIAuHC%2CgCAEC%2CSACC%3BAA1HH%2CIAwHC%2CqBACC%2CSACC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAoCJ%2CmBA7BiD%3BEAChD%2CIACC%2CaACC%3BIACC%2CgBAAA%3B%3BEAHH%2CIAOC%2CSACC%3BIACC%2CWAAA%3B%3BEATH%2CIAOC%2CSAKC%3BIACC%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEAfH%2CIAkBC%2C4BACC%2C0BACC%2CwBAAuB%3BIACtB%2COAAA%3BIACA%2CWAAA%3B%3B%3BAAsBN%2CmBAX%2BC%3BEAC7C%2CIACC%2CSACC%3BIACC%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3B%3BArCjxBD%2CkBACI%3BEACI%2CkBAAA%3B%3BAAIR%2CYACI%2CaACI%2CYAEI%3BAAJZ%2CYACI%2CaACI%2CYAGI%3BAALZ%2CYACI%2CaACI%2CYAII%3BAANZ%2CYACI%2CaACI%2CYAKI%3BAAPZ%2CYACI%2CaACI%2CYAMI%3BAARZ%2CYACI%2CaACI%2CYAOI%3BAATZ%2CYACI%2CaACI%2CYAQI%3BEACI%2CaAAA%3B%3BAAIR%2CYAdJ%2CaAcK%2CaACG%2CYAEI%3BAAHR%2CYAdJ%2CaAcK%2CaACG%2CYAGI%3BEACI%2CcAAA%3BEACA%2CqDAAA%3BEACA%2CwDAAA%3BEACA%2CgDAAA%3B%3BAARZ%2CYAdJ%2CaAcK%2CaACG%2CYAUI%3BAAXR%2CYAdJ%2CaAcK%2CaACG%2CYAWI%3BAAZR%2CYAdJ%2CaAcK%2CaACG%2CYAYI%3BEACI%2CcAAA%3BEACA%2CsDAAA%3BEACA%2CyDAAA%3BEACA%2CiDAAA%3B%3BAAjBZ%2CYAdJ%2CaAcK%2CaACG%2CYAmBI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CwDAAA%3BEACA%2C0DAAA%3BEACA%2CkDAAA%3B%3BAAEA%2CYA1ChB%2CaAcK%2CaACG%2CYAmBI%2CQAQK%3BEACG%2C0DAAA%3BEACA%2C4DAAA%3BEACA%2CoDAAA%3B%3BAAQhB%2CYADH%2CQACI%2CUAAU%3BEACP%2CaAAA%3B%3BAAvDZ%2CYAqDK%2CQAKG%3BEACI%2CaAAA%3B%3BAA3DZ%2CYA%2BDI%2CaACI%3BEACI%2CyBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAGI%3BEACI%2CmBAAA%3B%3BAAJR%2CkBAOI%2CaACI%3BEACI%2CSAAA%3BEKnBZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BALmBY%2CkBAJR%2CaACI%2CYAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGA%2CkBATZ%2CaACI%2CYAOK%2CMACI%3BEACG%2CWAAW%2CaAAX%3B%3BAAjBpB%2CkBAOI%2CaAeI%3BEACI%2CSAAA%3B%3BAACA%2CkBAjBR%2CaAeI%2CYAEK%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAW%2CiBAAX%3B%3BAAGA%2CkBAtBZ%2CaAeI%2CYAMK%2CMACI%3BEACG%2CWAAW%2CaAAX%3B%3BAAIZ%2CkBA3BJ%2CaA2BK%2CMACG%3BEACI%2CUAAA%3B%3BAAFR%2CkBA3BJ%2CaA2BK%2CMAKG%3BEACI%2CWAAA%3B%3BAAxChB%2CkBAOI%2CaAsCI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CKAAK%2CgBAAL%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBA7CR%2CaAsCI%2CaAOK%3BEACG%2CaiB5ID%2CYjB4IC%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBArDR%2CaAsCI%2CaAeK%3BEACG%2CqBAAA%3B%3BAACA%2CkBAvDZ%2CaAsCI%2CaAeK%2CMAEI%3BEACG%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAnEpB%2CkBAyEI%2CaACI%3BEACI%2CWAAA%3B%3BAA3EZ%2CkBAyEI%2CaAII%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAvFZ%2CkBAyEI%2CaAiBI%3BEACI%2CQAAA%3BEKvCZ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BELsCY%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FFZ%2CkBAyEI%2CaAiBI%2CYAOI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaiB7LD%2CkBjB6LC%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAtGhB%2CkBAyEI%2CaAiBI%2CYAeI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkBAzCZ%2CaAiBI%2CYAeI%2CUASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CQAAQ%2CiBAAR%3B%3BAAzHpB%2CkBAyEI%2CaAiBI%2CYAmCI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjIhB%2CkBAyEI%2CaAiBI%2CYAmCI%2CUAMI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAeZ%2CkBA5EJ%2CaA4EK%2CaACG%2CYACI%3BEK3NhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CkBLuII%2CaA4EK%2CaACG%2CYACI%2CSKrNf%3BAACD%2CkBLsII%2CaA4EK%2CaACG%2CYACI%2CSKpNf%3BEACG%2CaAAA%3B%3BAL4DJ%2CkBA8JI%3BEACI%2CYAAA%3B%3BAAKJ%2CaAAC%2CMAEG%3BAAFJ%2CaAAC%2CMAGG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAALR%2CaAAC%2CMAQG%3BEACI%2CWAAA%3B%3BAATR%2CaAAC%2CMAYG%3BEACI%2CYAAA%3B%3BAAMZ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEK9HJ%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEL6HI%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEKvNJ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAmFA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BALmII%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CaiB1SO%2CUjB0SP%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAGR%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAAC%3BEACG%2CSAAS%2COAAT%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CWAUI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAjBR%2CWAUI%2CGAeI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEK7RZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAL8RY%2CWA5BR%2CGAeI%2COAaK%3BEACG%2CaAAA%3B%3B%3BAAqBhB%2CmBAVmD%3BEAC%5C%2FC%2CkBACI%2CaACI%3BIACI%2CwBAAA%3B%3B%3BAAmChB%2CmBA7BmD%3BEAC%5C%2FC%2CkBACI%2CaACI%3BIACI%2CgBAAA%3B%3BEAHZ%2CkBACI%2CaACI%2CYAEI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEANhB%2CkBACI%2CaACI%2CYAOI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAZhB%2CkBACI%2CaACI%2CYAaI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAjBhB%2CkBACI%2CaACI%2CYAaI%2CUAII%3BIACI%2CeAAA%3B%3B%3BAAuFxB%2CmBA3EgD%3BEAC5C%3BEACA%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEACA%2CWAAC%3BEAAD%2CWAAC%3BIACG%2CiBAAA%3B%3BEAKJ%2CaAAC%2CMACG%3BIACI%2CWAAA%3B%3BEAFR%2CaAAC%2CMAKG%3BIACI%2CUAAA%3B%3BEAIZ%2CsBACI%2CkBACI%3BIACI%2CQAAA%3B%3BEAIZ%2C0BACI%2CkBACI%3BIACI%2CQAAA%3B%3BEAIZ%3BIACI%2CmBAAA%3B%3BEADJ%2CkBAEI%2CaACI%3BIACI%2CgBAAA%3B%3BEAJZ%2CkBAEI%2CaACI%2CYAEI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAPhB%2CkBAEI%2CaACI%2CYAOI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CkBAZZ%2CaACI%2CYAOI%2CUAIK%3BIACG%2CQAAA%3BIACA%2CQAAQ%2CgBAAR%3B%3BEAMpB%2CYACI%2CaAAY%2CaACR%2CYACI%3BIACI%2CaAAA%3B%3BEAJhB%2CYACI%2CaAAY%2CaACR%2CYAII%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAA0BpB%2CmBAV4C%3BEACxC%3BIACI%2CQAAA%3B%3BEAGJ%3BIACI%2COAAA%3B%3B%3BAA8CR%2CmBA1C8C%3BEAC1C%2CWACI%2CGACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAIZ%2CkBACI%2CaACI%3BIACI%2CgBAAA%3B%3BEAHZ%2CkBACI%2CaACI%2CYAEI%3BIACI%2CeAAA%3B%3BEALhB%2CkBACI%2CaACI%2CYAKI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CkBAVZ%2CaACI%2CYAKI%2CUAIK%3BIACG%2CQAAA%3BIACA%2CQAAQ%2CiBAAR%3B%3BEAMpB%2CYACI%2CaAAY%2CaACR%2CYACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAA4CxB%2CmBArCiD%3BEAOjB%2CkBALpB%2CaACK%2CaACG%2CYACI%2CSACI%2CQACK%2CUAAU%3BIACP%2CaAAA%3B%3BEAP5B%2CkBACI%2CaAYI%2CYACI%3BIACI%2CaAAA%3B%3BEAKI%2CkBAnBhB%2CaAYI%2CYAKI%2CSACI%2CQACK%2CUAAU%3BIACP%2CaAAA%3B%3BEArBxB%2CkBA4BI%2CaACI%3BEA7BR%2CkBA4BI%2CaAEI%3BIACI%2CwBAAA%3B%3B%3BAAShB%2CIACI%2CmBACI%2CaACI%3BEACI%2CcAAA%3B%3BAAJhB%2CIACI%2CmBACI%2CaAII%3BEACI%2CiBAAA%3B%3BAAPhB%2CIACI%2CmBACI%2CaAII%2CYAEI%3BEACI%2CyBAAA%3B%3BAAGI%2CIAXpB%2CmBACI%2CaAII%2CYAEI%2CSAGI%2CQACK%3BEACG%2CcAAA%3B%3BAAb5B%2CIACI%2CmBACI%2CaAII%2CYAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CIAnBhB%2CmBACI%2CaAII%2CYAWI%2CUAGK%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAtBxB%2CIACI%2CmBA0BI%2CaAAY%2CMACR%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAA9BhB%2CIACI%2CmBA0BI%2CaAAY%2CMAKR%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAlChB%2CIAsCI%2CKACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAzCZ%2CIAsCI%2CKAKI%3BEAEI%2CUAAA%3BEACA%2CYAAA%3B%3BAqBrnBR%2CMAAC%2COACG%3BAAuJJ%2CMAAC%2CmBACG%3BEAvJI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3B%3BAACA%2CMAVP%2COACG%2CsBASK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaJ7BD%2CaI6BC%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CgBAAL%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CMApBP%2COACG%2CsBAmBK%3BAA2ID%2CMAPP%2CmBACG%2CaAMK%3BEA1IG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAA3BZ%2CMAAC%2COA8BG%3BEACI%2CmBAAA%3B%3BAA%5C%2FBR%2CMAAC%2COA8BG%2CgBAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CMAAC%2COAqCG%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIQ%2CMA3Cf%2COAqCG%2CqBAIK%2COACG%2CsBACK%3BEACG%2CSAAS%2COAAT%3B%3BAA5CpB%2CMAAC%2COAqCG%2CqBAkBI%3BEACI%2CgBAAA%3B%3BAAxDZ%2CMAAC%2COAqCG%2CqBAkBI%2CwBAEI%3BEACI%2CmBAAA%3B%3BAAEI%2CMA5DnB%2COAqCG%2CqBAkBI%2CwBAEI%2CMAEK%2CIACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAa%2CUAAb%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGA%2CMA5EvB%2COAqCG%2CqBAkBI%2CwBAEI%2CMAEK%2CIAgBI%2CMACI%3BEACG%2CqBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhF5B%2CMAAC%2COAuFG%2CgBAAgB%3BEACZ%2CcAAA%3B%3BAAxFR%2CMAAC%2COA0FG%2CgBAKI%3BEACI%2CgBAAA%3B%3BAAhGZ%2CMAAC%2COA0FG%2CgBAKI%2COAGI%3BEACI%2CkBAAA%3B%3BAAnGhB%2CMAAC%2COA0FG%2CgBAKI%2COAOI%3BEACI%2CgBAAA%3B%3BAAEA%2CMAzGf%2COA0FG%2CgBAKI%2COAOI%2CcAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKJ%2CMA%5C%2FGf%2COA0FG%2CgBAKI%2COAeI%2CQACK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAACA%2CMAnHnB%2COA0FG%2CgBAKI%2COAeI%2CQACK%2COAII%3BEACG%2CcAAA%3B%3BAAGA%2CMAvHvB%2COA0FG%2CgBAKI%2COAeI%2CQACK%2COAOG%2CIACK%3BEACG%2CaAAa%2CkBAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAA1H5B%2CMAAC%2COAkIG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxIZ%2CMA%2BII%3BEACI%2CaAAA%3B%3BAAhJR%2CMA%2BII%2CcAGI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CMAAC%2CmBACG%2CaAEI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CMAAC%2CmBAWG%3BEACI%2CgBAAA%3B%3BAAZR%2CMAAC%2CmBAcG%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAhB%2BLZ%2CMgB%5C%2FMK%2CmBAcG%2CmBhBiMP%3BAACD%2CMgBhNK%2CmBAcG%2CmBhBkMP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CMgBpNK%2CmBAcG%2CmBhBsMP%3BEACG%2CWAAA%3B%3BAgBrNA%2CMAAC%2CmBAcG%2CmBAII%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAtBZ%2CMAAC%2CmBAcG%2CmBAII%2CGAKI%3BEACI%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CMAjCX%2CmBAcG%2CmBAII%2CGAeK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CMA9CX%2CmBAcG%2CmBAII%2CGA4BK%3BEACG%2C6BAAA%3B%3BAADJ%2CMA9CX%2CmBAcG%2CmBAII%2CGA4BK%2CMAEG%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CMApDf%2CmBAcG%2CmBAII%2CGA4BK%2CMAMI%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAWpB%2CQAAC%3BEACG%2CgBAAA%3B%3BAAFR%2CQAII%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CQAeI%2CqBACI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CQADJ%2CGACK%3BEACG%2CUAAA%3B%3BAAIQ%2CQANhB%2CGACK%2CcAGG%2CGACI%2CEACK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9BxB%2CQAqCI%2CqBACI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CQAPR%2CqBACI%2CSAMK%3BEACG%2CyBAAA%3B%3BAADJ%2CQAPR%2CqBACI%2CSAMK%2CMAEG%3BEACI%2CcAAA%3B%3BAA%5C%2FCpB%2CQAoDI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAvDR%2CQAoDI%2CSAII%3BEACI%2CkBAAA%3B%3BAAEA%2CQAPR%2CSAII%2CKAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaJtSD%2CaIsSC%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CiBAAA%3B%3BAAIA%2CQAlBZ%2CSAII%2CKAaK%2CYACI%3BEACG%2CSAAS%2COAAT%3B%3BAAvEpB%2CQA6EI%3BEACI%2CaAAA%3B%3BAA9ER%2CQA6EI%2CiBAGI%3BEACI%2C0BAAA%3B%3BAAjFZ%2CQA6EI%2CiBAGI%2CkBAGI%3BEACI%2CgBAAA%3B%3BAAGI%2CQAVhB%2CiBAGI%2CkBAGI%2CWAGI%2CMACK%2CUACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQAfxB%2CiBAGI%2CkBAGI%2CWAGI%2CMACK%2CUACG%2COAIK%3BEACG%2CaAAA%3B%3BAA7FhC%2CQA6EI%2CiBAwBI%2CWACI%3BEACI%2CiBAAA%3B%3BAAvGhB%2CQA6EI%2CiBAwBI%2CWAKI%2CeACI%3BEACI%2CiBAAA%3B%3BAA5GpB%2CQAkHI%3BEACI%2CgBAAA%3B%3BAAGI%2CQAJR%2CSAGI%2COACK%3BEACG%2CWAAA%3B%3BAASJ%2CQAHP%2CmBAEG%2COACK%3BEACG%2CmBAAA%3B%3BAAJZ%2CQAAC%2CmBAiBG%2CWACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAzBZ%2CQAAC%2CmBA6BG%3BAA7BJ%2CQAAC%2CmBA8BG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQArCP%2CmBA6BG%2CYAQK%3BAAAD%2CQArCP%2CmBA8BG%2CYAOK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CQAAC%2CmBA4CG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAA9CR%2CQAAC%2CmBAiDG%3BEACI%2CWAAA%3B%3BAAlDR%2CQAAC%2CmBAqDG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAvDR%2CQAAC%2CmBA0DG%2CeACI%3BEACI%2CaAAA%3B%3BAA5DZ%2CQAAC%2CmBA0DG%2CeAKI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAnEhB%2CQAAC%2CmBA0DG%2CeAKI%2CmBAOI%3BEACI%2CcAAA%3B%3BAAMR%2CQA7EP%2CmBA4EG%2CoBACK%2CgBACG%2CaACI%3BEACI%2CaAAA%3B%3BAAHZ%2CQA7EP%2CmBA4EG%2CoBACK%2CgBACG%2CaAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAArFpB%2CQAAC%2CmBA2FG%3BEACI%2CmBAAA%3B%3BAA5FR%2CQAAC%2CmBA2FG%2CkBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAhGZ%2CQAAC%2CmBA2FG%2CkBAGI%2CEAII%3BEACI%2CuDAAA%3BEACA%2C%2BCAAA%3B%3BAApGhB%2CQAAC%2CmBAyGG%3BEACI%2CmBAAA%3B%3BAA1GR%2CQAAC%2CmBAyGG%2CwBAEI%3BEACI%2CaAAA%3B%3BAA5GZ%2CQAAC%2CmBAyGG%2CwBAMI%3BEACI%2CeAAA%3B%3BAAhHZ%2CQAAC%2CmBAyGG%2CwBAMI%2CeAGI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAArHhB%2CQAAC%2CmBAyGG%2CwBAgBI%3BAAzHR%2CQAAC%2CmBAyGG%2CwBAiBI%3BEACI%2CUAAA%3B%3BAA3HZ%2CQAAC%2CmBAyGG%2CwBAoBI%3BEACI%2CWAAA%3B%3BAA9HZ%2CQAAC%2CmBAyGG%2CwBAwBI%3BEACI%2CQAAA%3B%3BAAlIZ%2CQAAC%2CmBAyGG%2CwBA4BI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3B%3BAA7IZ%2CQAAC%2CmBAyGG%2CwBAuCI%3BEhB%5C%2FdZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgB6dgB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAhB5dhB%2CQgByUK%2CmBAyGG%2CwBAuCI%2CsBhBzdX%3BAACD%2CQgBwUK%2CmBAyGG%2CwBAuCI%2CsBhBxdX%3BEACG%2CaAAA%3B%3BAgBuUA%2CQAAC%2CmBAyGG%2CwBAuCI%2CsBAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAvJhB%2CQAAC%2CmBAyGG%2CwBAuCI%2CsBAUI%3BEACI%2COAAO%2CiBAAP%3BEACA%2CkBAAA%3B%3BAA5JhB%2CQAAC%2CmBAiKG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEhB1bZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAgBmRI%2CQAAC%2CmBAiKG%2CiBAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA9KZ%2CQAAC%2CmBAiKG%2CiBAOI%2CaAQI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAApLhB%2CQAAC%2CmBAiKG%2CiBAOI%2CaAeI%3BEACI%2CkBAAA%3B%3BAAxLhB%2CQAAC%2CmBAiKG%2CiBA2BI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEhBtchB%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CcAAc%2CcAAd%3BEACA%2CWAAW%2CcAAX%3BEgBqcgB%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAjMZ%2CQAAC%2CmBAiKG%2CiBAmCI%3BEACI%2CgBAAA%3B%3BAArMZ%2CQAAC%2CmBAyMG%2CeAGI%3BAA5MR%2CQAAC%2CmBA0MG%2CeAEI%3BAA5MR%2CQAAC%2CmBA2MG%2CgBACI%3BEACI%2CeAAA%3BEhB5hBhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgB0hBgB%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAhB1hBhB%2CQgByUK%2CmBAyMG%2CeAGI%2CiBhBrhBX%3BAAAD%2CQgByUK%2CmBA0MG%2CeAEI%2CiBhBrhBX%3BAAAD%2CQgByUK%2CmBA2MG%2CgBACI%2CiBhBrhBX%3BAACD%2CQgBwUK%2CmBAyMG%2CeAGI%2CiBhBphBX%3BAAAD%2CQgBwUK%2CmBA0MG%2CeAEI%2CiBhBphBX%3BAAAD%2CQgBwUK%2CmBA2MG%2CgBACI%2CiBhBphBX%3BEACG%2CaAAA%3B%3BAgBuUA%2CQAAC%2CmBAyMG%2CeAGI%2CiBAOI%2CSACI%3BAApNhB%2CQAAC%2CmBA0MG%2CeAEI%2CiBAOI%2CSACI%3BAApNhB%2CQAAC%2CmBA2MG%2CgBACI%2CiBAOI%2CSACI%3BEACI%2CeAAA%3B%3BAAKR%2CQA1NX%2CmBAyMG%2CeAGI%2CiBAcK%3BAAAD%2CQA1NX%2CmBA0MG%2CeAEI%2CiBAcK%3BAAAD%2CQA1NX%2CmBA2MG%2CgBACI%2CiBAcK%3BAACD%2CQA3NX%2CmBAyMG%2CeAGI%2CiBAeK%3BAAAD%2CQA3NX%2CmBA0MG%2CeAEI%2CiBAeK%3BAAAD%2CQA3NX%2CmBA2MG%2CgBACI%2CiBAeK%3BEACG%2CaAAA%3B%3BAA5NhB%2CQAAC%2CmBAyMG%2CeAGI%2CiBAmBI%2CWACI%3BAAhOhB%2CQAAC%2CmBA0MG%2CeAEI%2CiBAmBI%2CWACI%3BAAhOhB%2CQAAC%2CmBA2MG%2CgBACI%2CiBAmBI%2CWACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAQR%2CQA1OX%2CmBAwOG%2CeACI%2CQACK%3BEACG%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAhPX%2CmBAwOG%2CeACI%2CQAOK%3BEACG%2CWAAA%3B%3BAAjPhB%2CQAAC%2CmBAsPG%2CeACI%3BEACI%2CcAAA%3B%3BAAxPZ%2CQAAC%2CmBAsPG%2CeAKI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA7PZ%2CQAAC%2CmBAsPG%2CeAKI%2CcAII%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQArQf%2CmBAsPG%2CeAKI%2CcASI%2COACK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAxQpB%2CQAAC%2CmBA8QG%2CgBACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAlRZ%2CQAAC%2CmBA8QG%2CgBAOI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQA5RP%2CmBA2RG%2CQACK%2CmBACG%3BEACI%2CuBAAA%3B%3BAA9RhB%2CQAAC%2CmBAmSG%2CeACI%3BEACI%2CWAAA%3B%3BAArSZ%2CQAAC%2CmBAySG%3BEACI%2CcAAA%3B%3BAA1SR%2CQAAC%2CmBAySG%2CiBAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKI%2CQAnTf%2CmBAySG%2CiBAQI%2CgBACI%2CaACK%2CMACG%3BEACI%2CUAAA%3B%3BAAKJ%2CQA1TnB%2CmBAySG%2CiBAQI%2CgBACI%2CaAOI%2CGACK%2CMACG%3BEACI%2CUAAA%3B%3BAAMR%2CQAlUnB%2CmBAySG%2CiBAQI%2CgBACI%2CaAeK%2CMACI%2CIAAI%3BEACD%2CkBAAA%3B%3BAAnUxB%2CQAAC%2CmBA0UG%2CgBACI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAA9UZ%2CQAAC%2CmBA0UG%2CgBACI%2CcAKK%3BEACG%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAApVhB%2CQAAC%2CmBA0UG%2CgBACI%2CcAKK%2COAMG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CQAlWnB%2CmBA0UG%2CgBACI%2CcAKK%2COAMG%2CEAYK%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAUpB%2CQADJ%2CGACK%2CcACG%3BEACI%2CSAAA%3B%3BAAFR%2CQADJ%2CGACK%2CcACG%2CGAGI%3BEACI%2CiBAAA%3B%3BAALZ%2CQADJ%2CGACK%2CcASG%3BAATJ%2CQADJ%2CGACK%2CcAUG%3BEACI%2CYAAA%3B%3BAAEA%2CQAdZ%2CGACK%2CcASG%2CQAIK%3BAAAD%2CQAdZ%2CGACK%2CcAUG%2CUAGK%3BEACG%2CiBAAA%3B%3BAAQR%2CQAFR%2CeACI%2COACK%2COACG%2CqBACI%3BEACI%2CkBAAA%3B%3BAAEA%2CQAPpB%2CeACI%2COACK%2COACG%2CqBACI%2CsBAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaJjvBb%2CaIivBa%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEhBrmB5B%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3B%3BAgBymB4B%2CQAnBxB%2CeACI%2COACK%2COACG%2CqBAcK%2COACG%2CsBACK%3BEACG%2CSAAS%2COAAT%3B%3BAAQxB%2CQA5BJ%2CeA4BK%2CoBACG%3BEhB9uBZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgB4uBgB%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAhB5uBhB%2CQgB2sBI%2CeA4BK%2CoBACG%2CehBxuBX%3BAACD%2CQgB0sBI%2CeA4BK%2CoBACG%2CehBvuBX%3BEACG%2CaAAA%3B%3BAgB8uBY%2CQArCZ%2CeA4BK%2CoBAQG%2COACK%2COACG%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAJR%2CQArCZ%2CeA4BK%2CoBAQG%2COACK%2COAOG%3BEACI%2COAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQAhDpB%2CeA4BK%2CoBAQG%2COACK%2COAOG%2CqBAIK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAZZ%2CQArCZ%2CeA4BK%2CoBAQG%2COACK%2COAOG%2CqBAQI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEhB5tB5B%2CuCAAA%3BEACA%2C4CAAA%3BEACA%2C%2BCAAA%3BEgB4tB4B%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEhBttB5B%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAA0HA%2CQgB2hBI%2CeA4BK%2CoBAQG%2COACK%2COAOG%2CqBAQI%2CwBhB%5C%2FkBvB%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQgBshBI%2CeA4BK%2CoBAQG%2COACK%2COAOG%2CqBAQI%2CwBhB1kBvB%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQgBihBI%2CeA4BK%2CoBAQG%2COACK%2COAOG%2CqBAQI%2CwBhBrkBvB%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAgBmjBY%2CQArCZ%2CeA4BK%2CoBAQG%2COACK%2COAOG%2CqBAwBI%3BEACI%2CgBAAA%3B%3BAAGJ%2CQAxEpB%2CeA4BK%2CoBAQG%2COACK%2COAOG%2CqBA4BK%2COACG%3BEACI%2CwBAAA%3B%3BAAQxB%2CQAlFJ%2CeAkFK%2C0BACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQA1FZ%2CeAkFK%2C0BAOG%2COACK%3BEAND%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAQQ%2CQA9FpB%2CeAkFK%2C0BAOG%2COACK%2COAGG%2CqBACK%2CIAAI%3BEACD%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAQ5B%2C6BACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3BEACA%2C2CAAA%3B%3BAANR%2C6BACI%2CWAMI%3BEACI%2CmBAAA%3B%3BAAQJ%2CoBADJ%2COACK%3BEACG%2CUAAA%3BEACA%2CSAAA%3B%3BAAFJ%2CoBADJ%2COACK%2COAIG%3BEACI%2CiBAAA%3BEhBtxBhB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEgBsxBgB%2CoBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CoBADJ%2COACK%2COAWG%3BEhBt1BZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgBo1BgB%2CeAAA%3B%3BAhBl1BhB%2CoBgBo0BI%2COACK%2COAWG%2CgBhBh1BX%3BAACD%2CoBgBm0BI%2COACK%2COAWG%2CgBhB%5C%2F0BX%3BEACG%2CaAAA%3B%3BAgBm0BI%2CoBADJ%2COACK%2COAWG%2CgBAII%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CoBADJ%2COACK%2COAWG%2CgBAII%2CqBAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAzBhB%2CoBADJ%2COACK%2COAWG%2CgBAII%2CqBAaI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEhB7tBxB%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEApGA%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BEgB%2BzBwB%2CWAAA%3BEACA%2CaAAA%3B%3BAAOxB%2CeAEI%2CSACI%2CQAEI%3BAAJZ%2CeACI%2CSACI%2CQAEI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CeATZ%2CSACI%2CQAEI%2CaAMK%3BAAAD%2CeATZ%2CSACI%2CQAEI%2CaAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAlBpB%2CeAEI%2CSACI%2CQAEI%2CaAeK%3BAAnBjB%2CeACI%2CSACI%2CQAEI%2CaAeK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CeAxBR%2CSACI%2CQAuBK%2CYACG%3BAADJ%2CeAxBR%2CSACI%2CQAuBK%2CYACG%3BEACI%2CaAAA%3B%3BAAQpB%2CoBAAoB%2C2BAA4B%2COAAM%2COAAQ%2CaAAY%3BAAC1E%2C%2BBAA%2BB%2C2BAA4B%2COAAM%2COAAQ%2CaAAY%3BEACjF%2CqBAAA%3B%3B%3BAAiQJ%2CmBAzPiD%3BEAEzC%2CMAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAHJ%2CMAAC%2COAKG%3BIACI%2CqBAAA%3B%3BEANR%2CMAAC%2COAKG%2CaAGI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIhBh4BpB%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3BIgBg4BoB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAvBZ%2CMAAC%2COA2BG%3BEAhzBR%2CMAAC%2CmBACG%3BIAgzBQ%2CmBAAA%3B%3BEACA%2CMA7BP%2COA2BG%2CsBAEK%3BIACG%2CiBAAA%3B%3BEA9BZ%2CMAAC%2COAkCG%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIhB%5C%2F1BhB%2CmBAAmB%2CiBAAnB%3BIACA%2CeAAe%2CiBAAf%3BIACA%2CcAAc%2CiBAAd%3BIACA%2CWAAW%2CiBAAX%3BIA2BA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CiCAAA%3BIACA%2C4BAAA%3BIgBi0BgB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CMAhDH%2COAgDI%2COACG%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAPR%2CMAhDH%2COAgDI%2COACG%2CaAOI%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEACA%2CMAhEf%2COAgDI%2COACG%2CaAOI%2COAQK%3BIACG%2CaJ1%5C%2FBb%2CkBI0%5C%2FBa%3BIACA%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEApBhB%2CMAhDH%2COAgDI%2COAwBG%3BIhB93BhB%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CcAAc%2CaAAd%3BIACA%2CWAAW%2CaAAX%3B%3BEgBm2BY%2CMAhDH%2COAgDI%2COAwBG%2CeAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAMpB%2C2BAA4B%2COAAM%2COAAQ%3BIACtC%2CaAAA%3B%3BEAEJ%2CcACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CcAKI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2COACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2COACI%2CgBAII%3BIACI%2CaAAA%3B%3BEAGJ%2COARJ%2CgBAQK%3BIACG%2CoBAAA%3B%3BEADJ%2COARJ%2CgBAQK%2COAGG%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEALR%2COARJ%2CgBAQK%2COAGG%2COAII%3BIACI%2CaAAA%3B%3BEARZ%2COARJ%2CgBAQK%2COAGG%2COAII%2CMAGI%3BIACI%2COAAA%3B%3BEAXhB%2COARJ%2CgBAQK%2COAGG%2COAYI%2CQAAO%3BIACH%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEA3BpB%2COAiCI%3BIACI%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAxCR%2COA2CI%3BIACI%2CSAAA%3BIACA%2CmBAAA%3B%3BEA7CR%2COA2CI%2CgBAII%2CQAAO%3BIACH%2CqBAAA%3BIAEA%2CiBAAA%3B%3BEAKJ%2COADJ%2CcACK%3BIACG%2CSAAS%2CGAAT%3BIACA%2CgBAAA%3B%3BEAKZ%2CQAKI%3BIACI%2CaAAA%3B%3BEANR%2CQASI%2CeACI%2CmBACI%3BIACI%2CWAAA%3B%3BEAMhB%3BIACI%2CQAAA%3B%3BEAGJ%2CiBACI%2CSACI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEAOJ%2CoBADJ%2COACK%2COACG%2CgBACI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3B%3BEAPZ%2CoBADJ%2COACK%2COACG%2CgBACI%2CqBAOI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAXhB%2CoBADJ%2COACK%2COAgBG%3BIACI%2CeAAA%3BIACA%2CoBAAA%3B%3BEAWJ%2C0BAHR%2CSACI%2CSAEK%3BEAAD%2C2BAHR%2CSACI%2CSAEK%3BEACD%2C0BAJR%2CSACI%2CSAGK%3BEAAD%2C2BAJR%2CSACI%2CSAGK%3BIACG%2C2BAAA%3BIACA%2CsBAAA%3B%3BEASR%2CqBADJ%2CSACK%3BIACG%2CaAAA%3B%3B%3BAA4GhB%2CmBA1F4C%3BEACxC%2CQAeI%2CiBACI%2CkBACI%2CWACI%2CMAAK%2CUACD%3BIACI%2CiBAAA%3B%3BEAQxB%3BIACI%2CiBAAA%3B%3BEAGJ%2CQACI%2CQACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CYACI%2CSACI%2COACI%2CYAAW%3BIACP%2CiBAAA%3B%3BEAQZ%2CEAAC%2CcACG%2CGACI%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEAJZ%2CEAAC%2CcACG%2CGACI%2CEAIK%3BIACG%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAThB%2CEAAC%2CcAcG%3BEAdJ%2CEAAC%2CcAeG%3BIACI%2CWAAA%3BIACA%2COAAA%3B%3BEAOY%2CEAxBnB%2CcAoBG%2CGACI%2CGACI%2CGACI%2CEACK%3BIACG%2CSAAS%2COAAT%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3BAA2BpC%2CmBAfkD%3BEAGlC%2CQADJ%2CQACK%2CmBACG%3BIACI%2CWAAA%3B%3BEAEA%2CQALZ%2CQACK%2CmBACG%2CMAGK%2CIAAI%3BIACD%2CgBAAA%3B%3B%3BAAeR%2CIAHZ%2COACK%2COACG%2CsBACK%3BEACG%2CWAAA%3BEACA%2COAAA%3B%3BAAJZ%2CIADJ%2COACK%2COAOG%2CwBACI%2COACI%2CMACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CIAhBxB%2COACK%2COAOG%2CwBACI%2COACI%2CMACI%2CEAKK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjBxB%2CIADJ%2COACK%2COAwBG%2CgBACI%3BEACI%2CiBAAA%3B%3BAAOR%2CIAFR%2CSACI%2CGACK%2CcACG%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CIAFR%2CSACI%2CGACK%2CcAMG%2CGACI%3BEACI%2CiBAAA%3B%3BAARZ%2CIAFR%2CSACI%2CGACK%2CcAYG%3BAAZJ%2CIAFR%2CSACI%2CGACK%2CcAaG%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAlDpB%2CIAiCI%2CSAsBI%3BEACI%2CiBAAA%3B%3BAAxDZ%2CIAiCI%2CSA0BI%2CoBACI%2CSACI%3BEACI%2CiBAAA%3B%3BAAOJ%2CIApCZ%2CSAkCI%2CSACI%2CKACK%3BEACG%2CWAAA%3BEACA%2COAAA%3B%3BAAvEpB%2CIAiCI%2CSA2CI%2CiBACI%2CkBACI%3BEACI%2CiBAAA%3B%3BAA%5C%2FEpB%2CIAiCI%2CSA2CI%2CiBAOI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAzF5B%2CIAiCI%2CSA%2BDI%2CeACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAnGhB%2CIAiCI%2CSA%2BDI%2CeACI%2CcAII%2COAAM%3BEACF%2CUAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CIA1EJ%2CSA0EK%2CmBACG%2CWACI%3BEACI%2CiBAAA%3B%3BAAHZ%2CIA1EJ%2CSA0EK%2CmBAMG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAARR%2CIA1EJ%2CSA0EK%2CmBAUG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAZR%2CIA1EJ%2CSA0EK%2CmBAcG%2CwBACI%3BEACI%2COAAA%3B%3BAAhBZ%2CIA1EJ%2CSA0EK%2CmBAcG%2CwBAII%3BEACI%2CUAAA%3B%3BAAnBZ%2CIA1EJ%2CSA0EK%2CmBAcG%2CwBAOI%3BEACI%2CiBAAA%3B%3BAAtBZ%2CIA1EJ%2CSA0EK%2CmBAcG%2CwBAUI%2CsBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAaI%2CIANxB%2CeACK%2CoBACG%2COACK%2COACG%2CqBACI%2CsBACK%3BEACG%2CWAAA%3BEACA%2COAAA%3B%3BAArJhC%2CIA6JI%2COAAM%2COAAQ%2CsBAAqB%3BAA7JvC%2CIA8JI%2COAAM%2CmBAAoB%2CaAAY%3BEAClC%2CUAAA%3BEACA%2CQAAA%3B%3BAAhKR%2CIAkKI%2COAAM%2COACF%2CgBACI%2COACI%2CQAAO%3BEACH%2CWAAA%3BEACA%2COAAA%3B%3BAAvKpB%2CIA4KI%2CgBAEI%2CSACI%2CQACI%2CaAAY%3BAAhL5B%2CIA6KI%2CgBACI%2CSACI%2CQACI%2CaAAY%3BEACR%2CUAAA%3BEACA%2CQAAA%3B%3BAA8DxB%2CmBAtDqD%3BEAGrC%2CIADJ%2COACK%2COACG%3BIhBt2ChB%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CcAAc%2CgBAAd%3BIACA%2CWAAW%2CgBAAX%3B%3BEgBu2CgB%2CIANR%2COACK%2COAKI%2COACG%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAIA%2CIAbhB%2COACK%2COAKI%2COAMG%2CaACK%3BIACG%2CWAAA%3BIACA%2COAAA%3B%3BEATZ%2CIANR%2COACK%2COAKI%2COAYG%3BIhBt3CpB%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CcAAc%2CaAAd%3BIACA%2CWAAW%2CaAAX%3B%3BEgB83CwB%2CIAJhB%2CQACI%2CgBAAe%2COACX%2COACI%2CQACK%3BIACG%2CWAAA%3B%3BEAYA%2CIALpB%2CeACK%2CoBACG%2COACK%2COACG%2CqBACK%2CIAAI%3BIACD%2CcAAA%3B%3B%3BAiBzgDhC%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CeAII%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CeAHJ%2CGAGK%2CIAAI%3BEACD%2CkBAAA%3B%3BAARZ%2CeAWI%3BEACI%2CiBAAA%3B%3BAAKR%2CeACI%3BEACI%2CaAAA%3B%3BAAFR%2CeAII%3BEACI%2CWAAA%3B%3BAAGR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CeAGI%2CaACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CeALR%2CaACI%2CEAIK%3BEACG%2CqBAAA%3BEACA%2CarBjDD%2CaqBiDC%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CYAAW%2C8EAA8E%2C6EAA6E%2C8EAA8E%2CgFAAgF%2C8EAA8E%2CgFAAgF%2C6EAA6E%2C6EAA%5C%2FiB%3BEACA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CsBAAX%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGA%2CeA%5C%2FBZ%2CaACI%2CEA6BK%2CMACI%3BEACG%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3B%3BAA2BpB%2CIAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CIAEI%2CgBAII%3BEACI%2CgBAAA%3B%3BAACA%2CIANR%2CgBAII%2CGAEK%2CIAAI%3BEACD%2CiBAAA%3BEACA%2CeAAA%3B%3BAhBnGZ%2CIAAC%3BEACG%2CuBAAA%3B%3BAAGR%2CWAAY%2CMAAK%3BEACb%2CwBAAA%3B%3BAAII%2CcADJ%2CSACK%3BAACD%2CcAFJ%2CSAEK%3BEACG%2CUAAA%3B%3BAAIZ%2CIAAI%3BAACJ%2CIAAI%2CeAAgB%3BEAChB%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BAACA%2COAAO%3BEACH%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAEJ%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BA5GsyDJ%2CYAAY%2CUA6CR%3BE4Gl1DI%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CaAXJ%2CcAWK%3BAAAD%2CYAXJ%2CcAWK%3BAAAD%2CYAXJ%2CcAWK%3BEAEG%2CcAAA%3B%3BAAhBZ%2CaAGI%2CcAgBK%3BAAlBT%2CYAEI%2CcAgBK%3BAAjBT%2CYACI%2CcAgBK%3BEjB0PT%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiB7PQ%2CaApBJ%2CcAoBK%3BAAAD%2CYApBJ%2CcAoBK%3BAAAD%2CYApBJ%2CcAoBK%3BEACG%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEjByCZ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CWAAW%2CqBAAX%3B%3BAiBvCA%3BEACI%2CgBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CuBAJJ%2CEAIK%3BAACD%2CuBALJ%2CEAKK%3BEACG%2CWAAA%3B%3BAAGJ%2CuBATJ%2CEASK%3BEACG%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAa%2CUAAb%3BEACA%2CoCAAA%3BEACA%2CsCAAA%3B%3BAAGA%2CuBAtBR%2CEAqBK%2CMACI%3BEACG%2CmBAAmB%2CmBAAnB%3BEACA%2CWAAW%2CmBAAX%3B%3BAAQR%2CQADH%2COACI%3BEACG%2C8CAAA%3B%3BAAEA%2CQAJP%2COACI%2COAGI%3BEACG%2CiBAAA%3B%3BAAJR%2CQADH%2COACI%2COAOG%3BEACI%2CMAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CsCAAA%3B%3BAACA%2CQAjBX%2COACI%2COAOG%2CcASK%3BEACG%2CcAAA%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CcAAc%2CcAAd%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CQAzBX%2COACI%2COAOG%2CcAiBK%3BEACG%2CaLnJL%2CkBKmJK%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAAIR%2CQAhCP%2COACI%2COA%2BBI%3BEACG%2CwBAAA%3B%3BAAhCR%2CQADH%2COACI%2COAmCG%3BEjB3IZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEiByIgB%2CmBAAA%3BEACA%2CuBAAA%3B%3BAjBxIhB%2CQiBiGK%2COACI%2COAmCG%2CSjBrIX%3BAACD%2CQiBgGK%2COACI%2COAmCG%2CSjBpIX%3BEACG%2CaAAA%3B%3BAiBgGI%2CQADH%2COACI%2COAyCG%3BEACI%2CkBAAA%3B%3BAA1CR%2CQADH%2COACI%2COA6CG%3BEACI%2CaAAA%3B%3BAA9CR%2CQADH%2COACI%2COAiDG%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAArDR%2CQADH%2COACI%2COAwDG%3BEACI%2CmBAAA%3B%3BAAKhB%2CQAAQ%2COAAO%2COAAQ%2CuBAAuB%3BEAC1C%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3B%3BAACA%2CQALI%2COAAO%2COAAQ%2CuBAAuB%2CEAKzC%3BEACG%2C2BAAA%3B%3BAAQQ%2CSAHZ%2CSACK%2COACI%2COACI%3BEACG%2CUAAA%3B%3BAAMpB%2CYAAY%2CiBAAkB%2CsBAAsB%3BEAChD%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAEI%3BEACI%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYANJ%2CkBAMK%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAVJ%2CkBAUK%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAdJ%2CkBAcK%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CYAEI%2CkBAoBI%3BEACI%2CcAAA%3B%3BAAIR%2CYAAC%2CMACG%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGR%2CYAAC%2CQACG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGR%2CYAAC%2CiBACG%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEjBtLZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAiBiLI%2CYAAC%2CiBAOG%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAACA%2CYA5BP%2CiBAOG%2CcAqBK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CYA%5C%2FBX%2CiBAOG%2CcAqBK%2CMAGI%3BEACG%2CcAAA%3B%3BAAGR%2CYAnCP%2CiBAOG%2CcA4BK%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAtCZ%2CYAAC%2CiBAyCG%3BEACI%2CUAAA%3B%3BAA1CR%2CYAAC%2CiBAyCG%2CeAEI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FCZ%2CYAAC%2CiBAyCG%2CeAQI%3BEACI%2C4DAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAArDZ%2CYAAC%2CiBAyCG%2CeAcI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzDZ%2CYAAC%2CiBAyCG%2CeAcI%2CWAII%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEjB1LpB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3B%3BAiByHI%2CYAAC%2CiBAyCG%2CeA0BI%2CeACI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAxEpB%2CYAAC%2CiBAyCG%2CeA0BI%2CeACI%2CWAOI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3B%3BAAhFpB%2CYAAC%2CiBAyCG%2CeA0BI%2CeAgBI%3BEACI%2CmBAAA%3B%3BAApFhB%2CYAAC%2CiBAyCG%2CeA0BI%2CeAmBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1FhB%2CYAAC%2CiBAyCG%2CeA0BI%2CeAmBI%2CSAKI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CkDAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEjB5RxB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiBiLI%2CYAAC%2CiBAyCG%2CeA0BI%2CeA2CI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAApHhB%2CYAAC%2CiBAyCG%2CeA0BI%2CeAoDI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1HhB%2CYAAC%2CiBAyCG%2CeA0BI%2CeA0DI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAhIhB%2CYAAC%2CiBAyCG%2CeA0BI%2CeA0DI%2CkBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAtIpB%2CYAAC%2CiBAyCG%2CeA0BI%2CeA0DI%2CkBAYI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAOpB%2CYAAC%3BEAIG%2CUAAA%3BEAGA%2CWAAW%2CSAAS%2CcAAc%2CaAAlC%3BEACA%2CoDAAA%3B%3BAAEA%2CYAVH%2CiBAUI%3BEACG%2CgBAAA%3B%3BAAGJ%2CYAdH%2CiBAcI%3BEAIG%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CUAAU%2CWAA9B%3B%3BAAGA%2CYAtBP%2CiBAqBG%2CQACK%3BEACG%2CiBAAA%3B%3BAAvBZ%2CYAAC%2CiBA0BG%2CeAAc%3BEACV%2CmBAAA%3B%3BAA3BR%2CYAAC%2CiBA6BG%3BEACI%2CaAAA%3B%3BAA9BR%2CYAAC%2CiBAiCG%3BEAEI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2CYAAC%2CiBA6CG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnDR%2CYAAC%2CiBA6CG%2CeAQI%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAxDhB%2CYAAC%2CiBA4DG%2CmBACI%2CWACI%2CMACI%3BEACI%2CiBAAA%3B%3BAAhEpB%2CYAAC%2CiBA4DG%2CmBAQI%2CeACI%2CSACI%2CWACI%2CMACI%3BEACI%2CiBAAA%3B%3BAAzE5B%2CYAAC%2CiBAgFG%3BEACI%2CmBAAA%3B%3BAAjFR%2CYAAC%2CiBAoFG%2CgBACI%3BEjB1ZZ%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEiB0ZgB%2CyBAAA%3B%3BAAvFZ%2CYAAC%2CiBA2FG%3BEACI%2CgBAAA%3BEAEA%2CgBAAA%3B%3BAA9FR%2CYAAC%2CiBA2FG%2C0BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEAEA%2CmBAAA%3B%3BAAnGZ%2CYAAC%2CiBA2FG%2C0BAUI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxGZ%2CYAAC%2CiBA2FG%2C0BAeI%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3B%3BAjB3IhB%2CYiB8BK%2CiBA2FG%2C0BAeI%2CkBjBxIX%3BAACD%2CYiB6BK%2CiBA2FG%2C0BAeI%2CkBjBvIX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CYiByBK%2CiBA2FG%2C0BAeI%2CkBjBnIX%3BEACG%2CWAAA%3B%3BAiByIY%2CYAjHX%2CiBA2FG%2C0BAqBI%2CQACK%3BAAAD%2CYAjHX%2CiB5G01BD%2CsBAAC%2CoBAOG%2C0BAmJI%2CsBAoBK%2CSACI%3BE4Gv5BD%2CeAAA%3BEACA%2CSAAA%3B%3BAAKA%2CYAxHf%2CiBA2FG%2C0BA2BI%2CaACI%2CSACK%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAVJ%2CYAxHf%2CiBA2FG%2C0BA2BI%2CaACI%2CSACK%2CWAWG%3BEACI%2COAAA%3BEACA%2C6BAAA%3BEACA%2C%2BBAAA%3B%3BAAdR%2CYAxHf%2CiBA2FG%2C0BA2BI%2CaACI%2CSACK%2CWAgBG%3BEACI%2CQAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAnBR%2CYAxHf%2CiBA2FG%2C0BA2BI%2CaACI%2CSACK%2CWAqBG%3BEACI%2CSAAA%3B%3BAAMZ%2CYApJX%2CiBA2FG%2C0BAwDI%2COACK%3BEACG%2CmBAAA%3B%3BAADJ%2CYApJX%2CiBA2FG%2C0BAwDI%2COACK%2COAGI%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CYA3Jf%2CiBA2FG%2C0BAwDI%2COACK%2COAOI%2CIAAI%3BEACD%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAIR%2CYAjKX%2CiBA2FG%2C0BAwDI%2COAcK%3BEACG%2CgBAAA%3B%3BAADJ%2CYAjKX%2CiBA2FG%2C0BAwDI%2COAcK%2CIAGG%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CYAjKX%2CiBA2FG%2C0BAwDI%2COAcK%2CIAUG%3BAAVJ%2CYAjKX%2CiBA2FG%2C0BAwDI%2COAcK%2CIAWG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYAtLnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAUG%2CSAWK%3BAAAD%2CYAtLnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAWG%2CUAUK%3BEACG%2CaL1kBb%2CUK0kBa%3BEACA%2CgBAAA%3B%3BAAGJ%2CYA3LnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAUG%2CSAgBK%3BAAAD%2CYA3LnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAWG%2CUAeK%3BAACD%2CYA5LnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAUG%2CSAiBK%3BAAAD%2CYA5LnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAWG%2CUAgBK%3BEACG%2CcAAA%3B%3BAA5BZ%2CYAjKX%2CiBA2FG%2C0BAwDI%2COAcK%2CIAgCG%3BEACI%2COAAA%3B%3BAAEA%2CYApMnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAgCG%2CSAGK%3BEACG%2CSAAS%2COAAT%3B%3BAApCZ%2CYAjKX%2CiBA2FG%2C0BAwDI%2COAcK%2CIAwCG%3BEACI%2CQAAA%3B%3BAAEA%2CYA5MnB%2CiBA2FG%2C0BAwDI%2COAcK%2CIAwCG%2CUAGK%3BEACG%2CSAAS%2COAAT%3B%3BAAQR%2CYArNf%2CiBA2FG%2C0BAwHI%2CwBACI%2CQACK%3BEjB1hBrB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEiB0hBwB%2CyBAAA%3B%3BAAKJ%2CYA5Nf%2CiBA2FG%2C0BAwHI%2CwBAQI%2CEACK%3BEACG%2CcAAA%3B%3BAA7NpB%2CYAAC%2CiBA2FG%2C0BAwHI%2CwBAcI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnOhB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBACI%2COACI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA5OpB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlPhB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBAcI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzPhB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBAcI%2CyBAKI%3BEACI%2C%2BBAAA%3B%3BAA3PpB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBAuBI%3BEACI%2CaAAA%3B%3BAA%5C%2FPhB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBA0BI%3BEACI%2CmBAAA%3B%3BAAlQhB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBA0BI%2CYAEI%2COAAM%3BEACF%2CgBAAA%3BEACA%2CmBAAA%3B%3BAArQpB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBA0BI%2CYAEI%2COAAM%2CIAGF%2CaACK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzQ5B%2CYAAC%2CiBA2FG%2C0BA4II%2CsBAuCI%2CaACI%3BEjBplBpB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEiBolBwB%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEI%2CYApRvB%2CiBA2FG%2C0BA4II%2CsBAuCI%2CaACI%2CQAIK%2CSACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CiBAAA%3B%3BAAtS5B%2CYAAC%2CiBA2FG%2C0BA4II%2CsBAqEI%2CWACI%2CiBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhTxB%2CYAAC%2CiBA2FG%2C0BA4II%2CsBA6EI%3BEACI%2CgBAAA%3B%3BAAKhB%2CYAAC%2C4BACG%3BEACI%2CsBAAsB%2CyBAAtB%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAALR%2CYAAC%2C4BACG%2CkBAKI%3BEACI%2CkCAAA%3B%3BAAPZ%2CYAAC%2C4BACG%2CkBASI%2CuBACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAMI%2CYAnBnB%2C4BACG%2CkBAeI%2CUACK%2CMACG%2COACK%3BEACG%2CmBAAA%3B%3BAAMZ%2CYA1BX%2C4BACG%2CkBAwBI%2CQACK%3BEACG%2CeAAA%3BEjB1pBpB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAiB6nBI%2CYAAC%2C4BACG%2CkBA8BI%2CiBACK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKhB%2CYAAC%2CiCACG%3BEACI%2CgBAAA%3B%3BAAFR%2CYAAC%2CiCACG%2CkBAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CYAAC%2CiCACG%2CkBAMI%2CQAAO%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAVZ%2CYAAC%2CiCACG%2CkBAWI%3BEACI%2CmBAAA%3B%3BAAIZ%2CYAAC%3BEACG%2CUAAA%3BEAGA%2CWAAW%2CSAAS%2CcAAc%2CaAAlC%3BEACA%2CoDAAA%3B%3BAAGA%2CYARH%2CgCAQI%3BEAIG%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CUAAU%2CWAA9B%3B%3BAAKI%2CYAlBX%2CgCAeG%2CkBAEI%2CQACK%3BEACG%2CeAAA%3BEACA%2CyBAAA%3B%3BAAKR%2CYAzBP%2CgCAwBG%2CcACK%3BEACG%2CeAAA%3B%3BAAIZ%2CYAAC%3BEACG%2CUAAA%3BEAGA%2CWAAW%2CSAAS%2CcAAc%2CaAAlC%3BEACA%2CoDAAA%3B%3BAAGA%2CYARH%2CgBAQI%3BEAIG%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CUAAU%2CWAA9B%3B%3BAAbR%2CYAAC%2CgBAeG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CYArBP%2CgBAoBG%2CcACK%3BEACG%2CeAAA%3B%3BAAtBZ%2CYAAC%2CgBAyBG%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYA9BP%2CgBAyBG%2CSAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaLt0BD%2CaKs0BC%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAArCZ%2CYAAC%2CgBAyBG%2CSAeI%3BEACI%2CgBAAA%3B%3BAAzCZ%2CYAAC%2CgBA6CG%3BEjB5zBR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEiB0zBY%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAjB1zBZ%2CYiBywBK%2CgBA6CG%2CuBjBtzBP%3BAACD%2CYiBwwBK%2CgBA6CG%2CuBjBrzBP%3BEACG%2CaAAA%3B%3BAiBuwBA%2CYAAC%2CgBA6CG%2CuBAKI%3BAAlDR%2CYAAC%2CgBA6CG%2CuBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAtDZ%2CYAAC%2CgBA6CG%2CuBAWI%2CeACI%3BEjB9wBhB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAiBmtBI%2CYAAC%2CgBA6CG%2CuBAmBI%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAnEZ%2CYAAC%2CgBA6CG%2CuBAwBI%3BEACI%2CmBAAA%3B%3BAAtEZ%2CYAAC%2CgBAyEG%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAA5ER%2CYAAC%2CgBAyEG%2CSAII%2CcACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAhFhB%2CYAAC%2CgBAyEG%2CSAII%2CcACI%2CWAGI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAnFpB%2CYAAC%2CgBAyEG%2CSAeI%2CcACI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAA3FhB%2CYAAC%2CgBAyEG%2CSAqBI%3BEACI%2CkBAAA%3B%3BAA%5C%2FFZ%2CYAAC%2CgBAmGG%3BEACI%2CaAAA%3B%3BAApGR%2CYAAC%2CgBAuGG%2COACI%3BEACI%2CgBAAA%3B%3BAAzGZ%2CYAAC%2CgBAuGG%2COAKI%3BEACI%2CaAAA%3B%3BAA7GZ%2CYAAC%2CgBAiHG%3BEjBh4BR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEiB83BY%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3B%3BAjB%5C%2F3BZ%2CYiBywBK%2CgBAiHG%2CcjB13BP%3BAACD%2CYiBwwBK%2CgBAiHG%2CcjBz3BP%3BEACG%2CaAAA%3B%3BAiBuwBA%2CYAAC%2CgBAiHG%2CcAOI%3BEACI%2CWAAA%3B%3BAAzHZ%2CYAAC%2CgBAiHG%2CcAWI%3BEACI%2COAAO%2CiBAAP%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEjB94BhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEiB44BgB%2C8BAAA%3B%3BAjB14BhB%2CYiBywBK%2CgBAiHG%2CcAWI%2CsBjBr4BX%3BAACD%2CYiBwwBK%2CgBAiHG%2CcAWI%2CsBjBp4BX%3BEACG%2CaAAA%3B%3BAiBuwBA%2CYAAC%2CgBAiHG%2CcAWI%2CsBAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAvIhB%2CYAAC%2CgBAiHG%2CcAWI%2CsBAcI%3BEACI%2CaAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAA5IhB%2CYAAC%2CgBAiHG%2CcAWI%2CsBAmBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAnJhB%2CYAAC%2CgBAiHG%2CcAWI%2CsBA0BI%3BEACI%2CWAAA%3B%3BAAvJhB%2CYAAC%2CgBA4JG%3BEjB36BR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEiBy6BY%2C8BAAA%3BEACA%2CeAAA%3B%3BAjBx6BZ%2CYiBywBK%2CgBA4JG%2CQjBr6BP%3BAACD%2CYiBwwBK%2CgBA4JG%2CQjBp6BP%3BEACG%2CaAAA%3B%3BAiBuwBA%2CYAAC%2CgBA4JG%2CQAKI%3BAAjKR%2CYAAC%2CgBA4JG%2CQAMI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAApKZ%2CYAAC%2CgBA4JG%2CQAKI%2CcAKI%3BAAtKZ%2CYAAC%2CgBA4JG%2CQAMI%2CcAII%3BEACI%2CWAAA%3B%3BAAShB%2CYAAC%2CqBACG%3BEACI%2CiBAAA%3B%3BAAFR%2CYAAC%2CqBACG%2CeAGI%3BEACI%2CaAAA%3B%3BAALZ%2CYAAC%2CqBACG%2CeAGI%2CsBAGI%3BEACI%2CUAAA%3B%3BAARhB%2CYAAC%2CqBACG%2CeAGI%2CsBAGI%2CeAGI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CYAhBnB%2CqBACG%2CeAGI%2CsBAGI%2CeAQI%2CUACK%2CMACG%3BEACI%2CmBAAA%3B%3BAAEA%2CYApB3B%2CqBACG%2CeAGI%2CsBAGI%2CeAQI%2CUACK%2CMACG%2COAGK%3BEACG%2CgBAAA%3B%3BAArBhC%2CYAAC%2CqBACG%2CeAGI%2CsBAwBI%2CiBACK%3BEACG%2CWAAA%3B%3BAAOpB%2CYAAC%3BEACG%2CqBAAA%3B%3BAADJ%2CYAAC%2CqBAGG%3BEACI%2CiBAAA%3B%3BAAGR%2CYAAC%2CgCACG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAAC%2CgCACG%2CkBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAAC%2CgCAQG%3BEACI%2CaAAA%3B%3BAATR%2CYAAC%2CgCAWG%3BEACI%2CaAAA%3B%3BAAMR%2CYAAC%2CiBACG%3BEACI%2CyBAAA%3B%3BAAIZ%2CYAAY%2CiBAAkB%2C0BAA0B%2CQAAO%3BAAA%5C%2FD%2CYAAY%2CiB5GsNR%2CsBAAC%2CoBAOG%2C0BAmJI%2CsBAoBK%2CSACI%3BE4GpYjB%2CmBAAA%3B%3BAAGA%2CaAAC%2CoBACG%3BEACI%2CUAAA%3B%3BAAMJ%2CqBADJ%2CaACK%2CQACG%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3B%3BAAMhB%2CeACI%3BEACI%2CuBAAA%3B%3BAACA%2CeAFJ%2CaAEK%2CiBACG%2CSAAQ%3BEACJ%2CiBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CeAFJ%2CaAEK%2CiBAOG%2CmBACI%3BEACI%2CaAAA%3B%3BAAGA%2CeAdhB%2CaAEK%2CiBAOG%2CmBAII%2COACK%2CUACG%2CKAAI%3BEACA%2CYAAA%3B%3BAAKR%2CeArBhB%2CaAEK%2CiBAOG%2CmBAWI%2CSACK%2CIACG%3BEACI%2CYAAA%3B%3BAArBpB%2CeAFJ%2CaAEK%2CiBA2BG%2CoBACI%2COACI%3BEACI%2CUAAA%3B%3BAA9BhB%2CeAFJ%2CaAEK%2CiBAkCG%2CmBAAkB%3BEACd%2CiBAAA%3BEAEA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2CqBAAA%3B%3BAACA%2CeA7CZ%2CaAEK%2CiBAkCG%2CmBAAkB%2CaASb%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAjDZ%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAab%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeArDZ%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAiBb%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAtDZ%2CeAFJ%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAuBd%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CeAvEhB%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAuBd%2CsBAYK%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeA3EhB%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAuBd%2CsBAgBK%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeA%5C%2FEhB%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAuBd%2CsBAoBK%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAhFhB%2CeAFJ%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAkDd%3BEACI%2CaAAA%3B%3BAArFZ%2CeAFJ%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAqDd%2CyBACI%2CiBACI%2CQAAO%3BAAzFvB%2CeAFJ%2CaAEK%2CiBAkCG%2CmBAAkB%2CaAqDd%2CyBACI%2CiBAEI%2CQAAO%3BEACH%2CaAAA%3B%3BAAW5B%2CYACI%2CMACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CYACI%2CMAKI%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEjBxlCJ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAiBmlCA%2CcAMI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CcAMI%2CQAMK%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAnBZ%2CcAuBI%3BAAvBJ%2CcAwBI%3BEACI%2CcAAA%3B%3BAAGR%2CcACI%3BEACI%2CUAAA%3B%3BAAGR%2CcACI%3BEACI%2CUAAA%3B%3BAAGR%2CYAAY%2CcACR%3BEACI%2CqBAAA%3B%3BAACA%2CYAHI%2CcACR%2CeAEK%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAPI%2CcACR%2CeAMK%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAXI%2CcACR%2CeAUK%3BEACG%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CwCAAA%3BEjBxpCJ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAiB0pCY%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEA%2CsBAXpB%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAMK%3BAACD%2CsBAZpB%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAjBpB%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAYK%3BEACG%2CWAAA%3B%3BAAhBhB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAgBI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAxBhB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAgBI%2CkBAMI%2CuBACI%3BEjBtrChC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiB0pCY%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAgBI%2CkBAWI%3BEACI%2CaAAA%3B%3BAA%5C%2FBpB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAgCI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEI%2CsBA3C5B%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAgCI%2CWAKI%2CWACK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3B%3BAAEJ%2CsBAhD5B%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAgCI%2CWAKI%2CWAMK%3BEACG%2CcAAA%3B%3BAA%5C%2FCxB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAgCI%2CWAeI%3BEACI%2CaAAA%3B%3BAAnDpB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoDI%3BEACI%2COAAO%2CkBAAP%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9DhB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoDI%2CsBAQI%3BEACI%2CcAAA%3B%3BAAhEpB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoDI%2CsBAYI%3BEACI%2CkBAAA%3B%3BAApEpB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoDI%2CsBAYI%2CcAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxExB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoDI%2CsBAqBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAA9EpB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoDI%2CsBA0BI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnFpB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoFI%3BEACI%2CaAAA%3B%3BAAxFhB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAwFI%3BEACI%2CgBAAA%3B%3BAA5FhB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBA4FI%2CWACI%3BEACI%2CiBAAA%3B%3BAAjGpB%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBA4FI%2CWAKI%2CWACI%3BEACI%2CiBAAA%3B%3BAAMhB%2CsBA9GhB%2CUACK%2CQACI%2CKACG%2CcA2GK%2CMACG%3BEACI%2CSAAA%3B%3BAAFR%2CsBA9GhB%2CUACK%2CQACI%2CKACG%2CcA2GK%2CMACG%2CmBAGI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAANZ%2CsBA9GhB%2CUACK%2CQACI%2CKACG%2CcA2GK%2CMACG%2CmBAQI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAArIhC%2CsBA8II%2CMACI%3BEACI%2CUAAA%3B%3BAAhJZ%2CsBA8II%2CMAKI%3BEACI%2CWAAA%3B%3BAApJZ%2CsBAwJI%2CWACK%2CmBACG%3BEACI%2CmBAAA%3B%3BAA3JhB%2CsBAgKI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAIA%2CsBADJ%2CMACK%2CMACG%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAASI%2CsBAJhB%2CcACI%2CmBACI%2CgBACI%2CeACK%3BEACG%2CiBAAA%3B%3BAAIA%2CsBATpB%2CcACI%2CmBACI%2CgBACI%2CeAKK%2COACI%3BEACG%2CiBAAA%3B%3BAA5L5B%2CsBAoMI%2CiBACI%3BEACI%2CiBAAA%3B%3BAAKZ%2CeACI%3BEACI%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAACA%2CeAVJ%2CSAUK%3BEACG%2CcAAA%3B%3BAAEJ%2CeAbJ%2CSAaK%3BEACG%2CSAAS%2COAAT%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CeAAC%3BEACG%2CaAAA%3B%3BAAIR%2CeACI%3BEACI%2CYAAA%3B%3BAAWJ%2CqBAAC%2CqBAKG%2CaACI%2CsBACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAQxB%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkDAAA%3BEACA%2C0CAAA%3B%3BAAjBJ%2CUAkBI%3BEACI%2CeAAA%3B%3BAAEJ%2CUAAC%3BEACG%2CyBAAA%3B%3BAAOR%3BEACI%2CcAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CYACI%3BEACI%2CaAAA%3B%3BAAFR%2CYAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CYAUI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAbR%2CYAgBI%3BA5GoUJ%2CYAAY%2CUA6CR%3BE4GhXI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEjBn9CR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAiBy7CA%2CYA4BI%3BEAEI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAhCR%2CYA4BI%2CeAKI%2CeACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAvChB%2CYA4BI%2CeAKI%2CeASI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3B%3BAAhDhB%2CYA4BI%2CeAKI%2CeAkBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAzDhB%2CYA4BI%2CeAKI%2CeA2BI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FDhB%2CYA4BI%2CeAKI%2CeAkCI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAxEhB%2CYA4BI%2CeAKI%2CeAkCI%2CWAOI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CYAxDZ%2CeAKI%2CeAkDI%2CSACK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAzFpB%2CYA4BI%2CeAKI%2CeA4DI%3BEACI%2CiBAAA%3B%3BAA9FhB%2CYA4BI%2CeAKI%2CeA4DI%2CkBAGI%3BEACI%2CaAAA%3B%3BAAjGpB%2CYA4BI%2CeAKI%2CeA4DI%2CkBAOI%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CYA7EhB%2CeAKI%2CeA4DI%2CkBAOI%2CMAAM%2COAKD%3BEACG%2CSAAS%2COAAT%3BEACA%2CaLvnDT%2CaKunDS%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CYA1FhB%2CeAKI%2CeA4DI%2CkBAwBI%2CMAAK%2CQAAS%2COACT%3BEACG%2CSAAS%2COAAT%3B%3BAAvHxB%2CYA4BI%2CeAKI%2CeA2FI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAhIhB%2CYAqII%3BEACI%2CgBAAA%3B%3BAAGJ%2CYAAC%2CQACG%3BEACI%2CaAAA%3B%3BAAFR%2CYAAC%2CQAKG%2CkBACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAXZ%2CYAAC%2CQAeG%3BEACI%2CkBAAA%3B%3BAAzJZ%2CYAkKI%3BEACI%2CcAAA%3B%3BAAGJ%2CYAAC%2CmBACG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAJR%2CYAAC%2CmBAOG%3BEACI%2CWAAA%3B%3BAAMR%2CgBAAC%3BEACG%2CaAAA%3B%3BAAIJ%2CaAAC%2CaACG%2CaACI%2COAAM%3BEjBtnDlB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiBknDI%2CaAAC%2CaACG%2CaACI%2COAAM%2COAEF%2CgBACI%3BEjBznDpB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiBknDI%2CaAAC%2CaACG%2CaACI%2COAAM%2COAOF%3BEAEI%2CUAAA%3B%3BAAXhB%2CaAAC%2CaACG%2CaACI%2COAAM%2COAOF%2CSAGI%3BEjBhoDpB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAiBioD4B%2CaAfvB%2CaACG%2CaACI%2COAAM%2COAOF%2CSAGI%2CQAEK%2CMACI%3BEACG%2CcAAA%3B%3BAAehB%2CcAHZ%2CcACI%2CSACI%2CQACK%3BEACG%2CeAAA%3B%3BAALpB%2CcAUI%3BEACI%2CmBAAA%3B%3BAAXR%2CcAaI%3BEACI%2CaAAA%3B%3BAAGR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CQAAO%2CKACD%3BEACE%2CaAAA%3B%3BAANZ%2CqBAII%2CQAAO%2CKAIH%2CYACI%3BEACI%2CaAAA%3B%3BAAMhB%2C0BACI%3BEACI%2CaAAA%3B%3BAjB34CR%2C0BiB84CI%2CWACI%2CajB%5C%2F4CP%3BAACD%2C0BiB64CI%2CWACI%2CajB94CP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2C0BiBy4CI%2CWACI%2CajB14CP%3BEACG%2CWAAA%3B%3BAiBm4CJ%2C0BAUI%3BEACI%2CcAAA%3B%3BAAXR%2C0BAUI%2CYAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAOJ%2C0BADJ%2COACK%2COAEG%3BEACI%2CaAAA%3B%3BAAHR%2C0BADJ%2COACK%2COAEG%2CSAEI%3BEACI%2CYAAA%3B%3BAAEI%2C0BARpB%2COACK%2COAEG%2CSAEI%2CQAEK%2CMACI%3BEACG%2CcAAA%3B%3BAAQ5B%3BEACI%2CkBAAA%3B%3B%3BAAuFJ%2CmBAnFiD%3BEAEzC%2CYAAC%2CiBAEG%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAJR%2CYAAC%2CiBAMG%2CmBACI%2COAAM%3BIACF%2CeAAA%3BIACA%2CmBAAA%3B%3BEATZ%2CYAAC%2CiBAYG%2CkBACI%3BIACI%2CWAAA%3B%3BEAdZ%2CYAAC%2CiBAYG%2CkBACI%2CaAEI%3BIACI%2CWAAA%3B%3BEAKR%2CYArBP%2CiBAoBG%2CeACK%2CQACG%2CGACI%2CGAAE%3BIACE%2CWAAA%3B%3BEAxBpB%2CYAAC%2CiBA6BG%2C0BACI%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2CYAAC%2CiBA6BG%2C0BAMI%3BIACI%2CUAAA%3BIACA%2CeAAA%3B%3BEASA%2CeAHZ%2CaACK%2CiBACG%2CmBACK%2CaACG%3BIACI%2CmBAAA%3B%3BEAJhB%2CeADJ%2CaACK%2CiBAQG%2CeACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAXhB%2CeADJ%2CaACK%2CiBAeG%2CSAAQ%3BIACJ%2CgBAAA%3BIACA%2CUAAA%3B%3BEAGA%2CeArBZ%2CaACK%2CiBAmBG%2CmBACK%3BIACG%2CcAAA%3B%3BEArBZ%2CeADJ%2CaACK%2CiBAmBG%2CmBAII%2CWACI%2CMACI%3BIACI%2CeAAA%3B%3B%3BAAqEhC%2CmBA1D0C%3BEAK1B%2CeAFR%2CaACK%2CYACI%3BIACG%2COAAA%3B%3BEAQR%2CYADH%2CYACI%2CcACG%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAPhB%2CYAWI%3BE5GxDR%2CYAAY%2CUA6CR%3BI4GYQ%2CMAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CYANJ%2CcAMK%3BIACG%2CuBAAA%3BIACA%2CcAAA%3B%3BEAIR%2CYAAC%2CiBACG%3BIAEI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAAC%2CiBAOG%2CeACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAVhB%2CYAAC%2CiBAOG%2CeACI%2CeAKI%3BIACI%2CeAAA%3B%3B%3BAAsPxB%2CmBA7OgD%3BEAIpC%2CeADJ%2CaACK%2CiBACG%2CSAAQ%3BIACJ%2CWAAA%3B%3BEAGA%2CeANZ%2CaACK%2CiBAIG%2CmBACK%3BIACG%2CeAAA%3B%3BEADJ%2CeANZ%2CaACK%2CiBAIG%2CmBACK%2CaAEG%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAUhB%2CYADH%2CYACI%2CcACG%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CYAAC%2CYAOG%3BIACI%2CWAAW%2CkBAAX%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CYAZH%2CYAYI%2CMACG%3BIACI%2CWAAW%2CkBAAX%3B%3BEAKZ%2CYAAC%2CiBACG%3BIACI%2CgBAAA%3B%3BEAFR%2CYAAC%2CiBAIG%2CeACI%3BIACI%2CaAAA%3B%3BEANZ%2CYAAC%2CiBAIG%2CeAII%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAXZ%2CYAAC%2CiBAIG%2CeAII%2CeAII%3BIACI%2CiBAAA%3B%3BEAOhB%2CYAAC%2CiBACG%3BIACI%2CYAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEANR%2CYAAC%2CiBACG%2CkBAMI%3BIACI%2CgBAAA%3B%3BEAGR%2CYAXH%2CiBAWI%2CMACG%3BIACI%2CeAAA%3B%3BEAbZ%2CYAAC%2CiBAgBG%2CwBACI%3BIACI%2CWAAA%3B%3BEAlBZ%2CYAAC%2CiBAqBG%3BIACI%2CgBAAA%3B%3BEAtBR%2CYAAC%2CiBAwBG%2C0BACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA3BZ%2CYAAC%2CiBAwBG%2C0BAKI%3BEA7BR%2CYAAC%2CiBAwBG%2C0BAMI%3BIACI%2CWAAA%3B%3BEA%5C%2FBZ%2CYAAC%2CiBAwBG%2C0BASI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAnCZ%2CYAAC%2CiBAwBG%2C0BAaI%3BIACI%2CeAAA%3B%3BEAOR%2CQADH%2COACI%2COACG%3BIACI%2CiBAAA%3B%3BEAMhB%2CeACI%3BIACI%2CYAAA%3B%3BEAKJ%2CYAAC%2CmBACG%2CgBACI%3BIACI%2CcAAA%3B%3BEAHZ%2CYAAC%2CmBACG%2CgBACI%2CYAGK%3BIACG%2CaAAA%3B%3BEANhB%2CYAAC%2CmBACG%2CgBACI%2CYAOK%3BIACG%2CcAAA%3B%3BEAVhB%2CYAAC%2CmBACG%2CgBACI%2CYAOK%2CQAGI%3BIACG%2CcAAA%3B%3BEAbpB%2CYAAC%2CmBACG%2CgBACI%2CYAOK%2CQAGI%2CKAGG%3BEAfpB%2CYAAC%2CmBACG%2CgBACI%2CYAOK%2CQAGI%2CKAIG%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEAWZ%2CYAHX%2CiBACG%2CkBACI%2CmBACK%2CaACG%3BIACI%2CeAAA%3B%3BEAQxB%2CqBACI%3BIACI%2CYAAA%3B%3BEAFR%2CqBAKI%2CaACI%2CsBACI%2CkBACI%3BIACI%2CYAAA%3B%3BEAShB%2CYAAC%2CgBACG%3BIACI%2CeAAA%3BIACA%2CYAAA%3B%3BEAHR%2CYAAC%2CgBAKG%3BIACI%2CiBAAA%3B%3BEANR%2CYAAC%2CgBASG%3BIACI%2CiBAAA%3B%3BEAVR%2CYAAC%2CgBAaG%2CQACK%3BIACG%2CWAAA%3B%3BEAEA%2CYAjBX%2CgBAaG%2CQACK%2CMAGI%2CIAAI%3BIACD%2CgBAAA%3B%3BEAlBhB%2CYAAC%2CgBAaG%2CQACK%2CMAOG%3BIACI%2CWAAA%3B%3BEAQpB%2CIACI%2CSAAQ%2COAAO%2COAAO%3BIAClB%2CaAAA%3B%3BEAFR%2CIAKI%2C4BAA2B%2CQAAQ%2COAC%5C%2FB%3BIACI%2CaAAA%3B%3BEAPZ%2CIAWI%2CSAAQ%2COAAO%2COACX%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAfZ%2CIAWI%2CSAAQ%2COAAO%2COAOX%3BIACI%2CqBAAA%3B%3BEAKZ%3BIACI%2CYAAA%3B%3B%3BAAwDR%2CmBApDgD%3BEAC5C%2CYACI%2CeACI%2CeACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CYACI%2CeACI%2CeAKI%3BIACI%2CiBAAA%3B%3BEAKZ%2CYAAC%3BIACG%2CMAAA%3B%3BEADJ%2CYAAC%2CiBAOG%3BIACI%2CYAAA%3B%3BEARR%2CYAAC%2CiBAOG%2CeAGI%3BIACI%2CaAAA%3B%3BEAXZ%2CYAAC%2CiBAOG%2CeAOI%3BIACI%2CWAAA%3B%3BEAfZ%2CYAAC%2CiBAOG%2CeAOI%2CeAII%3BIACI%2CgBAAA%3B%3BEAnBhB%2CYAAC%2CiBAOG%2CeAOI%2CeAOI%2CWACI%3BIACI%2CYAAA%3B%3BEAvBpB%2CYAAC%2CiBAOG%2CeAOI%2CeAYI%2CSACI%2CQAAO%3BIACH%2CYAAA%3B%3B%3BAAoC5B%2CmBA1BiD%3BEAGzC%2CYAAC%2CYACG%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAGR%2CYAAC%2CgBACG%3BIACI%2CiBAAA%3B%3BEAIZ%2CqBACI%2CaAAY%2CQACR%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAmKhB%2CmBA5J4C%3BEAExC%2CYACI%3BIACI%2CeAAA%3B%3BEAFR%2CYACI%2CeAGI%2CeACI%3BIACI%2CiBAAA%3B%3BEANhB%2CYACI%2CeAGI%2CeAKI%3BIACI%2CWAAA%3B%3BEAVhB%2CYACI%2CeAGI%2CeASI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhBhB%2CYACI%2CeAmBI%3BIACI%2CkBAAA%3B%3BEArBZ%2CYACI%2CeAmBI%2CcAGI%3BIACI%2CWAAA%3B%3BEAxBhB%2CYACI%2CeAmBI%2CcAOK%2COAAI%3BIACD%2CSAAA%3B%3BEA5BhB%2CYACI%2CeAmBI%2CcAWK%2COAAI%3BIACD%2CSAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CYAAC%2CgBACG%2CuBACI%3BEAFR%2CYAAC%2CgBACG%2CuBAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEALZ%2CYAAC%2CgBACG%2CuBAMI%3BIACI%2CmBAAA%3B%3BEARZ%2CYAAC%2CgBAWG%3BIACI%2CkBAAA%3B%3BEAZR%2CYAAC%2CgBAcG%3BIACI%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGR%2CYAAC%2CmBACG%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAHR%2CYAAC%2CmBACG%2CeAII%3BIACI%2CiBAAA%3B%3BEANZ%2CYAAC%2CmBACG%2CeAQI%3BIACI%2CkBAAA%3B%3BEAKZ%2CYAAC%2CiBACG%3BIACI%2CaAAA%3B%3BEAFR%2CYAAC%2CiBAIG%2CoBAAmB%3BIACf%2CgBAAA%3B%3BEAII%2CYATX%2CiBAOG%2CkBACI%2CmBACK%2CaACG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAMZ%2CYAlBP%2CiBAiBG%2CeACK%2CQACG%2CSACI%2CMACI%3BIACI%2CaAAA%3B%3BEAtBxB%2CYAAC%2CiBA4BG%2C0BACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CYAAC%2CiBACG%2CeACI%2CeACI%2CWACI%3BIACI%2CWAAA%3B%3BEALpB%2CYAAC%2CiBACG%2CeACI%2CeAMI%3BIACI%2CgBAAA%3B%3BEAThB%2CYAAC%2CiBACG%2CeAWI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAOhB%2CoBACI%2CaAAY%2CiBACR%2CSAAQ%2CMAAM%3BIACV%2CWAAA%3B%3BEAQJ%2CQADH%2COACI%2COACG%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2CeACI%3BIACI%2CaAAA%3B%3B%3BAAWZ%2CmBANiD%3BEAC7C%3BIACI%2CaAAA%3B%3B%3BAA2ER%2CmBAvE8C%3BEAGlC%2CYADH%2CYACI%2CcACG%2CkBACI%3BEAFR%2CYADH%2CYACI%2CcACG%2CkBAEI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CYAVP%2CYACI%2CcASI%2CgCACG%2CkBACI%3BEAFR%2CYAVP%2CYACI%2CcASI%2CgCACG%2CkBAEI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASxB%2CYAAY%2CiBACR%2CeACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CYAAY%2CgBAAiB%3BIACzB%2CaAAA%3B%3BEAEJ%3BIACI%2COAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CeACI%3BIACI%2CaAAA%3B%3BEAIR%2CQAAQ%2COAAO%2COACX%2CMACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CYAAY%2C4BACR%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CYAAY%2C4BACR%2CkBAGI%2CiBACM%2CaACE%3BIACI%2CiBAAA%3B%3B%3BAAwCxB%2CmBAhCmD%3BEAC%5C%2FC%2CeACI%3BIACI%2CWAAA%3B%3BEAFR%2CeACI%2CuBAGI%2CeACI%2CQACK%3BIACG%2CYAAA%3B%3BEAOJ%2CeAbZ%2CuBAWI%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBACI%3BIACI%2CiBAAA%3B%3B%3BAAyBxC%2CmBAbkD%3BEAE1C%2CYAAC%2CiBACG%3BIACI%2CuBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3B%3BAAUJ%2CIAFR%2CSACK%2COACI%2COACG%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAANpB%2CIAWI%2CaAAY%2CYACR%3BEACI%2CgBAAA%3B%3BAAbZ%2CIAWI%2CaAAY%2CYACR%2CcAEI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAjBhB%2CIAqBI%2CaAAY%2CiBACR%2C0BACI%2CaACI%2CSAAQ%2CWACJ%3BEACI%2CeAAA%3BEACA%2C8BAAA%3B%3BAA3BxB%2CIAqBI%2CaAAY%2CiBACR%2C0BACI%2CaACI%2CSAAQ%2CWAKJ%3BEACI%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAA%5C%2FBxB%2CIAqBI%2CaAAY%2CiBACR%2C0BAaI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAArChB%2CIAqBI%2CaAAY%2CiBACR%2C0BAaI%2CsBAGI%2CYACI%2COAAM%2CIACF%2CaAAe%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1C5B%2CIAqBI%2CaAAY%2CiBACR%2C0BAaI%2CsBAWI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhDpB%2CIAqBI%2CaAAY%2CiBACR%2C0BA6BI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArDhB%2CIAyDI%2CgBACI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAA5DZ%2CIAgEI%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAIQ%2CIANZ%2CuBAII%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%3BEACI%2CYAAA%3B%3BAAJhB%2CIANZ%2CuBAII%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAKI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAXhB%2CIANZ%2CuBAII%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAKI%2CsBAMI%3BAAbhB%2CIANZ%2CuBAII%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAKI%2CsBAOI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhBpB%2CIANZ%2CuBAII%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAKI%2CsBAYI%3BEACI%2CcAAA%3B%3BAA1FpC%2CIAgEI%2CuBAmCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAArGZ%2CIAgEI%2CuBAwCI%3BEACI%2CYAAA%3B%3BAAzGZ%2CIAgEI%2CuBAwCI%2CMAGI%3BEACI%2CWAAA%3B%3BAA5GhB%2CIAiHI%2CaACI%2CeACI%2CeACI%2CkBACI%2CMAAM%3BEACF%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvHxB%2CIAiHI%2CaAYI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CIAjBJ%2CaAiBK%2CgBACG%2CcACI%3BEACI%2CiBAAA%3B%3BAAKZ%2CIAzBJ%2CaAyBK%2CiBACG%2CeACI%2CeACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAALhB%2CIAzBJ%2CaAyBK%2CiBACG%2CeACI%2CeACI%2CkBAII%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAAUR%2CIA5ChB%2CaAyCK%2CiBACG%2C0BACI%2COACK%2CIACG%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAMpB%2CIArDJ%2CaAqDK%2CiBACG%2CeACI%3BEACI%2CmBAAA%3B%3BAAzKpB%2CIA%2BKI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAjLR%2CIAoLI%3BEACI%2CaAAA%3B%3BAArLR%2CIAwLI%2CmBACI%2CwBACI%3BEACI%2CiBAAA%3B%3BAA3LhB%2CIAgMI%2CcAGI%3BAAnMR%2CIAiMI%2CaAEI%3BAAnMR%2CIAkMI%2CaACI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAArMZ%2CIAwMI%2CgBACI%2CaAAY%2CiBACR%2CmBAAkB%2CaACd%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7MpB%2CIAkNI%2CaAAY%2CiBACR%3BEACI%2CUAAA%3B%3BAApNZ%2CIAuNI%2CaAAY%2CgBACR%2COACI%2CSAAQ%3BEACJ%2CUAAA%3BEACA%2CUAAA%3B%3BAA3NhB%2CIAgOI%2CaACI%3BEACI%2C4BAAA%3B%3BAAEA%2CIAJR%2CaACI%2CuBAGK%2CcAAc%3BEACX%2CWAAA%3BEACA%2COAAA%3B%3BAAtOhB%2CIAgOI%2CaAUI%2CmBACK%2COAAI%3BEACD%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7OhB%2CIAkPI%2CgCACI%2C4BACI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAKZ%2CIAAC%2C8BACG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CIAAC%2C8BAMG%2CSAAQ%2CUACJ%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAMZ%2CIAAC%2CoBAIG%2CaAAY%2CiBACR%2CSAAQ%2CMAAM%3BAAJtB%2CIAAC%2C0BAGG%2CaAAY%2CiBACR%2CSAAQ%2CMAAM%3BAAHtB%2CIAAC%2C2BAEG%2CaAAY%2CiBACR%2CSAAQ%2CMAAM%3BAAFtB%2CIAAC%2CqBACG%2CaAAY%2CiBACR%2CSAAQ%2CMAAM%3BEACV%2CYAAA%3B%3BAAhRhB%2CIAqRI%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAvRR%2CIAqRI%2C0BAII%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAA3RZ%2CIAqRI%2C0BASI%2CGACI%2CGACI%3BEACI%2CYAAA%3B%3BAAjSpB%2CIAqRI%2C0BASI%2CGACI%2CGAKI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAxSpB%2CIA8SI%2CSAAQ%2COAAO%2COACX%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjTZ%2CIA8SI%2CSAAQ%2COAAO%2COACX%2CMAII%3BEACI%2CiBAAA%3B%3BAApThB%2CIAwTI%2CwBACI%2CEAAC%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3TZ%2CIA8TI%2CaACI%3BEACI%2CgBAAA%3B%3BAAEJ%2CIAJJ%2CaAIK%2CgBACG%3BEACI%2CUAAA%3BEACA%2CiBAAA%3B%3BAA%2BBhB%2CmBAxBiD%3BEAC7C%2CIACI%2CgBACI%2CaAAY%2CiBACR%2CmBAAkB%2CaACd%3BIACI%2CkBAAA%3B%3BEALpB%2CIAUI%2CaAAY%2CiBACR%2C0BACI%3BIACI%2CeAAA%3B%3BEAbhB%2CIAUI%2CaAAY%2CiBACR%2C0BAII%3BIACI%2CgBAAA%3B%3B%3BAAmBpB%2CmBAZ0C%2CuBAAmC%3BEACzE%2CIACI%2CuBACI%2CeACI%2CcAAa%2CUAAU%3BIACnB%2CWAAA%3B%3B%3BAAwCpB%2CmBAjCgD%3BEAC5C%2CIACI%2CgBACI%2CaAAY%2CiBACR%2CmBAAkB%2CaACd%3BIACI%2CeAAA%3B%3BEALpB%2CIAUI%2CcAGI%3BEAbR%2CIAWI%2CaAEI%3BEAbR%2CIAYI%2CaACI%3BIACI%2COAAA%3B%3BEAdZ%2CIAkBI%2CcACI%3BIjBxwFZ%2CmBAAmB%2CiBAAnB%3BIACA%2CeAAe%2CiBAAf%3BIACA%2CcAAc%2CiBAAd%3BIACA%2CWAAW%2CiBAAX%3B%3BEiBywFY%2CIALJ%2CcAKK%2CMACG%3BIjB7wFhB%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CcAAc%2CaAAd%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAiBqzFA%2CmBAnC4C%3BEACxC%2CIACI%2CaACI%2CeACI%2CeACI%3BIACI%2CeAAA%3B%3BEALpB%2CIAUI%2CgBACI%2CaAAY%2CiBACR%2CmBAAkB%2CaACd%3BIACI%2CeAAA%3B%3BEAdpB%2CIAmBI%2CaAAY%2CiBACR%2CeACI%3BIACI%2CcAAA%3B%3BEAtBhB%2CIA0BI%2CaAAY%2CgBACR%3BIACI%2CkBAAA%3B%3B%3BAAapB%2CmBAPkD%3BEAC1C%2CIACI%3BIACI%2CQAAA%3B%3B%3BAiBl7FZ%2CcACI%2CkBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBACI%3BEACI%2CwBAAA%3B%3BAAGR%2CWAAW%3BAACX%2CWAAW%3BAACX%2CWAAW%3BAACX%2CWAAW%3BAACX%2CWAAW%2CIAAI%3BAACf%2CWAAW%2CIAAI%3BEACX%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BElCjCJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcAAC%3BAACD%2CcAAC%3BEACG%2CaAAA%3B%3BAkCqBJ%2CcAMI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BElCcR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAkCdQ%2CcAXJ%2CSAWQ%3BEACA%2CiBAAA%3B%3BAACD%2CcAbP%2CSAWQ%2COAEA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAED%2CcAjBP%2CSAWQ%2COAMA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAMZ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CwBAII%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CwBAII%2CuBAKI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAACA%2CwBAVR%2CuBAKI%2CqBAKK%3BEACG%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGJ%2CwBAhBR%2CuBAKI%2CqBAWK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEAGA%2CkBAAA%3BEACA%2CWAAA%3BElCyDhB%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAkCzDgB%2CwBAzBZ%2CuBAKI%2CqBAWK%2CUASI%3BEACG%2CaAAA%3B%3BAAOpB%2CaACI%3BEAEI%2CkBAAA%3B%3BAAOY%2CaAThB%2CmBAII%2C0BACI%2CeAEK%2CKAEI%3BAAAD%2CaAThB%2CmBAII%2C0BACI%2CeAGK%2CaACI%3BEACG%2CiBAAA%3B%3BAAXxB%2CaACI%2CmBAeI%3BEACI%2CaAAA%3B%3BAAjBZ%2CaACI%2CmBAkBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAKI%2CaA3BZ%2CmBAyBI%2CgBACI%2CeACK%3BEACG%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CaAlChB%2CmBAyBI%2CgBACI%2CeAOK%2COACI%3BEACG%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAtCxB%2CaA4CI%3BElC7IJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkC2IQ%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAlC3IR%2CakCuII%2CyBlCvIH%3BAACD%2CakCsII%2CyBlCtIH%3BEACG%2CaAAA%3B%3BAkCyFJ%2CaA4CI%2CyBAMI%3BEACI%2CaAAA%3B%3BAAOI%2CaAHX%2CMACG%2CuBACI%2CqBACK%3BEACG%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CWAAX%3BEACA%2CmBAAmB%2CWAAnB%3BEACA%2CuDAAqD%2C8BAArD%3BEACA%2CuCAAqC%2CqDAAgD%2C8BAArF%3B%3BAAjEpB%2CaAwEI%2CgBACI%3BEAGI%2CWAAA%3BEACA%2CYAAA%3B%3BAA7EZ%2CaAwEI%2CgBACI%2CWAKI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAXR%2CgBACI%2CWAUK%2CIAAI%3BEACD%2C4BAAA%3B%3BAApFhB%2CaAwEI%2CgBACI%2CWAaI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxFhB%2CaA4FI%2CeACI%3BEACI%2CqBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CUACI%3BEACI%2CaAAA%3B%3BAAFR%2CUAKI%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAARZ%2CUAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CUAYI%2CeAGI%3BEACI%2CwBAAA%3B%3BAAhBZ%2CUAYI%2CeAOI%3BEACI%2CiBAAA%3B%3BAApBZ%2CUAuBI%2CWACI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAA1BZ%2CUA6BI%2CcAGI%3BAAhCR%2CUA8BI%2CYAEI%3BAAhCR%2CUA%2BBI%2CUACI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAArCZ%2CUAyCI%2CYACI%3BEACI%2CqBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CaAKI%2COAAM%3BEACF%2CkBAAA%3B%3BAACA%2CaAFJ%2COAAM%2CYAED%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3B%3BAAfZ%2CaAKI%2COAAM%2CYAYF%3BEACI%2CYAAA%3B%3BAACA%2CaAdR%2COAAM%2CYAYF%2CKAEK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA9BhB%2CaAkCI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CaAkCI%2CmBAKI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CaAfR%2CmBAKI%2CmBAUK%3BEACG%2CcAAA%3B%3BAAlDhB%2CaAsDI%3BEACI%2CcAAA%3B%3BAAvDR%2CaA0DI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9DR%2CaA0DI%2CeAKI%3BEACI%2CWAAA%3B%3BAAIJ%2CaADJ%2CSACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAvEZ%2CaAmEI%2CSAOI%3BEACI%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAArFZ%2CaAmEI%2CSAOI%2CcAaI%3BEACI%2CWAAA%3B%3BAAxFhB%2CaAmEI%2CSAOI%2CcAiBI%3BEACI%2CYAAA%3B%3BAA5FhB%2CaAmEI%2CSAOI%2CcAqBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CQAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1GhB%2CaAmEI%2CSAOI%2CcAqBI%2CEAaI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAhDhB%2CSAOI%2CcAqBI%2CEAaI%2CMAOK%3BEACG%2CaAAa%2CcAAb%3B%3BAAIA%2CaArDpB%2CSAOI%2CcAqBI%2CEAaI%2CMAWK%2CaACI%3BEACG%2CSAAS%2CKAAT%3B%3BAAKJ%2CaA3DpB%2CSAOI%2CcAqBI%2CEAaI%2CMAiBK%2CeACI%3BEACG%2CSAAS%2CKAAT%3B%3BAA%5C%2FH5B%2CaAwII%3BEACI%2CcAAA%3BEACA%2CSAAA%3B%3BAA1IR%2CaA4II%2CmBAEI%3BAA9IR%2CaA6II%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2C6CAAA%3BEACA%2CgDAAA%3B%3BAA7JZ%2CaA4II%2CmBAEI%2CQAgBI%3BAA9JZ%2CaA6II%2CiBACI%2CQAgBI%3BEACI%2CaAAA%3B%3BAAEJ%2CaArBR%2CmBAEI%2CQAmBK%3BAAAD%2CaApBR%2CiBACI%2CQAmBK%3BEACG%2CcAAA%3BEACA%2CatBnbD%2CkBsBmbC%3B%3BAAOA%2CaAHZ%2CiBACI%2CQACK%2COACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CatBpbN%2CUsBobM%3BEACA%2CgBAAA%3B%3BAAQJ%2CaAHZ%2CmBACI%2CQACK%2CWACI%3BEACG%2CSAAS%2COAAT%3B%3BAAIJ%2CaARZ%2CmBACI%2CQAMK%2CUACI%3BEACG%2CSAAS%2COAAT%3B%3BAAIJ%2CaAbZ%2CmBACI%2CQAWK%2CUACI%3BEACG%2CSAAS%2COAAT%3B%3BAAhMpB%2CaAsMI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BElCnZR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAkCkMA%2CaAsMI%2CQAaK%3BEACG%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CaAnBJ%2CQAmBK%3BEACG%2CUAAA%3B%3BAAEA%2CaAtBR%2CQAmBK%2CSAGI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArBR%2CaAnBJ%2CQAmBK%2CSAwBG%3BEACI%2CaAAA%3B%3BAAKZ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAKZ%2CcACI%3BEACI%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAOA%2CSADH%2CQACI%2CKACG%2CcACI%3BEACI%2CiBAAA%3BEAEA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CSARf%2CQACI%2CKACG%2CcACI%2CmBAKK%2CMACG%2CkBACI%2CeACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAASR%2CSAvBvB%2CQACI%2CKACG%2CcACI%2CmBAiBI%2CkBACI%2CeAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CSAtC3B%2CQACI%2CKACG%2CcACI%2CmBAiBI%2CkBACI%2CeAgBK%2CMACI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3B%3BAASA%2CSArD%5C%2FB%2CQACI%2CKACG%2CcACI%2CmBA8CI%2CmBACI%2CkBACI%2CeACK%2CMACI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3B%3BAA1DhC%2CSADH%2CQACI%2CKACG%2CcACI%2CmBA8DI%2CIAAG%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3B%3BAAKJ%2CSAlFf%2CQACI%2CKACG%2CcACI%2CmBA%2BEK%2CMACG%2CIAAG%3BEAEC%2CcAAA%3B%3BAApFpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAqFI%3BEACI%2CSAAA%3B%3BAAxFhB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAqFI%2C0BAGI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CSA9FvB%2CQACI%2CKACG%2CcACI%2CmBAqFI%2C0BAGI%2CeAGK%3BEACG%2CeAAA%3B%3BAA9FxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAiGI%3BEACI%2CkBAAA%3B%3BAApGhB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAiGI%2CeAGI%2CWACI%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAzGxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBA2GI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CwCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3B%3BAAxHhB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%3BEACI%2CgBAAA%3BElC3kBxB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAkC8cQ%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BElCjlB5B%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEkCilB4B%2CkBAAA%3BEACA%2CyBAAA%3B%3BAApIpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAQI%3BEACI%2CYAAA%3B%3BAAvIxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAYI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA9IxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUAEI%3BAAnJxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUAGI%3BEACI%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CSAjK%5C%2FB%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUAEI%2CSAaK%3BAAAD%2CSAjK%5C%2FB%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUAGI%2CUAYK%3BEACG%2CatB%5C%2FrBzB%2CUsB%2BrByB%3B%3BAAjKhC%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUAoBI%3BEACI%2COAAA%3B%3BAAEA%2CSAzK%5C%2FB%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUAoBI%2CSAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CgBAAA%3B%3BAA1KhC%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUA6BI%3BEACI%2CQAAA%3B%3BAAEA%2CSAlL%5C%2FB%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaAII%2CaAmBI%2CUA6BI%2CUAGK%3BEACG%2CSAAS%2COAAT%3B%3BAASZ%2CSA5LvB%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaA8DI%2CSAGK%3BEACG%2CUAAA%3B%3BAACA%2CSA9L3B%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaA8DI%2CSAGK%2CQAEI%3BAACD%2CSA%5C%2FL3B%2CQACI%2CKACG%2CcACI%2CmBAwHI%2CaA8DI%2CSAGK%2CQAGI%3BEACG%2CaAAA%3B%3BAA%5C%2FL5B%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAA7MhB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBASI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAhNpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBASI%2CyBAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAApNxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBASI%2CyBASI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAA3NxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBAyBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAjOpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBAyBI%2CeAII%2CcACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEAEA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAGR%2CSAtPvB%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBAyBI%2CeAuBQ%3BEACA%2CaAAA%3B%3BAAtPxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBAoDI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA3PpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBAoDI%2CWAGI%3BEACI%2CgBAAA%3B%3BAA7PxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAmMI%2CsBAoDI%2CWAOK%3BEACG%2CaAAA%3B%3BAAMR%2CSAxQnB%2CQACI%2CKACG%2CcACI%2CmBAoQI%2CQACK%2CSAGG%3BElCve5B%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkCwe4B%2CSAnRvB%2CQACI%2CKACG%2CcACI%2CmBAoQI%2CQACK%2CSAWI%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAArR5B%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAyRI%3BElCryBpB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkCmyBwB%2CsBAAA%3B%3BAlCjyBxB%2CSkCmgBK%2CQACI%2CKACG%2CcACI%2CmBAyRI%2CclC%5C%2FxBnB%3BAACD%2CSkCkgBK%2CQACI%2CKACG%2CcACI%2CmBAyRI%2CclC9xBnB%3BEACG%2CaAAA%3B%3BAkCmyBwB%2CSAlSvB%2CQACI%2CKACG%2CcACI%2CmBAyRI%2CcAGI%2CQAGK%3BAAAD%2CSAlSvB%2CQACI%2CKACG%2CcACI%2CmBAyRI%2CcAII%2CWAEK%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAnSxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwSI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CSAtTf%2CQACI%2CKACG%2CcACI%2CmBAmTK%3BEACG%2CqBAAA%3B%3BAAtThB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAwTI%2CSACI%2CcACI%3BEACI%2CWAAW%2CQAAX%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FTxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAkUI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAOR%2CSA9UX%2CQACI%2CKA2UG%2CeAEK%3BAACD%2CSA%5C%2FUX%2CQACI%2CKA2UG%2CeAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAlVZ%2CSADH%2CQACI%2CKAsVG%3BEACI%2CiBAAA%3B%3BAAIR%2CSA5VH%2CQA4VI%2CKACG%3BEACI%2CgBAAA%3B%3BAAFR%2CSA5VH%2CQA4VI%2CKACG%2CcAEI%3BEACI%2CgBAAA%3BElCz2BpB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CSkCmgBK%2CQA4VI%2CKACG%2CcAEI%2CmBlCl2Bf%3BAACD%2CSkCkgBK%2CQA4VI%2CKACG%2CcAEI%2CmBlCj2Bf%3BEACG%2CaAAA%3B%3BAkCq2BwB%2CSApWvB%2CQA4VI%2CKACG%2CcAEI%2CmBAGI%2CmBACQ%2CSAAM%2CYACF%3BEACA%2CcAAA%3B%3BAAIZ%2CSAzWf%2CQA4VI%2CKACG%2CcAEI%2CmBAUK%3BAACD%2CSA1Wf%2CQA4VI%2CKACG%2CcAEI%2CmBAWK%3BEACG%2CaAAA%3B%3BAAfhB%2CSA5VH%2CQA4VI%2CKACG%2CcAEI%2CmBAcI%2CyBACI%2CuBACI%3BElCvzB5B%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAkC0zBoB%2CSApXf%2CQA4VI%2CKACG%2CcAEI%2CmBAqBK%2CMACG%2CkBACI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CsBAAsB%2CQAAjC%3B%3BAA7BvB%2CSA5VH%2CQA4VI%2CKACG%2CcAEI%2CmBA8BI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAApChB%2CSA5VH%2CQA4VI%2CKACG%2CcAEI%2CmBA8BI%2CkBAII%3BEACI%2CkBAAA%3B%3BAAtCpB%2CSA5VH%2CQA4VI%2CKACG%2CcAEI%2CmBA8BI%2CkBAOI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CsBAAsB%2CUAAjC%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAAnDpB%2CSA5VH%2CQA4VI%2CKACG%2CcAEI%2CmBAoDI%3BEACI%2CYAAA%3B%3BAAEI%2CSAtZvB%2CQA4VI%2CKACG%2CcAEI%2CmBAoDI%2CsBAEI%2CSACK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAJJ%2CSAtZvB%2CQA4VI%2CKACG%2CcAEI%2CmBAoDI%2CsBAEI%2CSACK%2CYAKG%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAPR%2CSAtZvB%2CQA4VI%2CKACG%2CcAEI%2CmBAoDI%2CsBAEI%2CSACK%2CYAKG%2CGAII%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CSAxa%5C%2FB%2CQA4VI%2CKACG%2CcAEI%2CmBAoDI%2CsBAEI%2CSACK%2CYAiBG%2CQACK%3BEACG%2CaAAA%3B%3BAA7EhC%2CSA5VH%2CQA4VI%2CKACG%2CcAEI%2CmBAoDI%2CsBA4BI%3BEACI%2CiBAAA%3B%3BAAIR%2CSApbf%2CQA4VI%2CKACG%2CcAEI%2CmBAqFK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSAzbf%2CQA4VI%2CKACG%2CcAEI%2CmBA0FK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAhGhB%2CSA5VH%2CQA4VI%2CKACG%2CcAmGI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BElCl5BpB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAkCyyBQ%2CSA5VH%2CQA4VI%2CKACG%2CcAmGI%2CaAMI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAA5GhB%2CSA5VH%2CQA4VI%2CKACG%2CcAmGI%2CaAWI%2CUACI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BElCh6B5B%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEkCg6B4B%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CSAtdvB%2CQA4VI%2CKACG%2CcAmGI%2CaAWI%2CUACI%2COAUK%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CSA3dvB%2CQA4VI%2CKACG%2CcAmGI%2CaAWI%2CUACI%2COAeK%3BEACG%2C6BAAA%3B%3BAAGJ%2CSA%5C%2FdvB%2CQA4VI%2CKACG%2CcAmGI%2CaAWI%2CUACI%2COAmBK%3BEACG%2COAAA%3B%3BAAEA%2CSAle3B%2CQA4VI%2CKACG%2CcAmGI%2CaAWI%2CUACI%2COAmBK%2CQAGI%3BEACG%2CSAAS%2COAAT%3BEACA%2CgBAAA%3BEACA%2CatBlgCrB%2CUsBkgCqB%3B%3BAAIR%2CSAzevB%2CQA4VI%2CKACG%2CcAmGI%2CaAWI%2CUACI%2COA6BK%3BEACG%2CQAAA%3B%3BAAEA%2CSA5e3B%2CQA4VI%2CKACG%2CcAmGI%2CaAWI%2CUACI%2COA6BK%2CSAGI%3BEACG%2CSAAS%2COAAT%3BEACA%2CatB3gCrB%2CUsB2gCqB%3B%3BAAlJ5B%2CSA5VH%2CQA4VI%2CKACG%2CcAwJI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA5JZ%2CSA5VH%2CQA4VI%2CKACG%2CcAwJI%2CiBAKI%2CQACI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CSAvgBvB%2CQA4VI%2CKACG%2CcAwJI%2CiBAKI%2CQACI%2CKAYK%3BEACG%2CaAAA%3B%3BAA5KxB%2CSA5VH%2CQA4VI%2CKACG%2CcAwJI%2CiBAKI%2CQAkBI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BElCx4B5B%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAkCy4BwB%2CSAlhBnB%2CQA4VI%2CKACG%2CcAwJI%2CiBAKI%2CQAwBK%2CMACG%3BEACI%2CcAAA%3B%3BAAxLxB%2CSA5VH%2CQA4VI%2CKACG%2CcA6LI%3BElCniChB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CSkCmgBK%2CQA4VI%2CKACG%2CcA6LI%2CmBlC7hCf%3BAACD%2CSkCkgBK%2CQA4VI%2CKACG%2CcA6LI%2CmBlC5hCf%3BEACG%2CaAAA%3B%3BAkC8hCoB%2CSA7hBnB%2CQA4VI%2CKACG%2CcA6LI%2CmBAEI%2CQACK%2CMACG%3BEACI%2CcAAA%3B%3BAAnMxB%2CSA5VH%2CQA4VI%2CKACG%2CcA6LI%2CmBAEI%2CQAOI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKQ%2CSA5iB%5C%2FB%2CQA4VI%2CKACG%2CcA6LI%2CmBAEI%2CQAaK%2CWACI%2CMACG%2CMACK%3BEACG%2CSAAS%2COAAT%3B%3BAAUhB%2CSAvjBnB%2CQA4VI%2CKACG%2CcAwNI%2CmBACI%2CeACK%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FNxB%2CSA5VH%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAA7OhB%2CSA5VH%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaASI%3BEACI%2CkBAAA%3B%3BAA%5C%2FOpB%2CSA5VH%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAYI%3BEACI%2C6CAAA%3BEACA%2CkDAAA%3BEACA%2CqDAAA%3B%3BAApPpB%2CSA5VH%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAiBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BElClmC5B%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkCgmC4B%2CuBAAA%3BEACA%2CmBAAA%3B%3BAlC%5C%2FlC5B%2CSkCmgBK%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAiBI%2CUlCrlCvB%3BAACD%2CSkCkgBK%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAiBI%2CUlCplCvB%3BEACG%2CaAAA%3B%3BAkC8lCwB%2CSA7lBvB%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAiBI%2CUAWK%3BEACG%2CaAAA%3B%3BAAlQxB%2CSA5VH%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAiBI%2CUAcI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CSApmBvB%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAiBI%2CUAkBK%3BEACG%2CyBAAA%3B%3BAAzQxB%2CSA5VH%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAuCI%2COAAM%3BEACF%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAII%2CSAznB3B%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAsDI%2CcACI%2CQACK%3BEACG%2CkBAAA%3B%3BAAEJ%2CSA5nB3B%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAsDI%2CcACI%2CQAIK%3BEACG%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CkDAAA%3BEACA%2CqDAAA%3B%3BAAGA%2CSAnoB%5C%2FB%2CQA4VI%2CKACG%2CcAwNI%2CmBAYI%2CaAsDI%2CcACI%2CQAUK%2CMACI%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAOxB%2CSA5oBX%2CQA4VI%2CKACG%2CcA%2BSK%3BEACG%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAnTZ%2CSA5VH%2CQA4VI%2CKACG%2CcAqTI%2CYAEI%3BAAxTZ%2CSA5VH%2CQA4VI%2CKACG%2CcAsTI%2CUACI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3ThB%2CSA5VH%2CQA4VI%2CKACG%2CcAqTI%2CYAQI%2CWACI%3BAA%5C%2FThB%2CSA5VH%2CQA4VI%2CKACG%2CcAsTI%2CUAOI%2CWACI%3BEACI%2CwBAAA%3B%3BAAhUpB%2CSA5VH%2CQA4VI%2CKACG%2CcAoUI%3BEACI%2CYAAA%3B%3BAAtUZ%2CSA5VH%2CQA4VI%2CKA2UG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7UR%2CSA5VH%2CQA4VI%2CKA2UG%2CyBAII%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAjVZ%2CSA5VH%2CQA4VI%2CKA2UG%2CyBAII%2CiBAII%2CQACI%3BEACI%2CeAAA%3B%3BAArVpB%2CSA5VH%2CQA4VI%2CKA2UG%2CyBAII%2CiBAUI%2CEAAC%3BEACG%2C0BAAA%3B%3BAA1VhB%2CSA5VH%2CQA4VI%2CKA%2BVG%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAII%2CSAjsBf%2CQA4VI%2CKA%2BVG%2CgBAII%2CeAEK%3BAArWb%2CSA5VH%2CQA4VI%2CKA%2BVG%2CgBAII%2CeAGK%2COAAI%3BEACD%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzWhB%2CSA5VH%2CQA4VI%2CKA8WG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhXR%2CSA5VH%2CQA4VI%2CKA8WG%2CcAGI%2CEAAC%3BEACG%2CYAAA%3BEACA%2CeAAA%3B%3BAAnXZ%2CSA5VH%2CQA4VI%2CKAuXG%2CSACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAjYZ%2CSA5VH%2CQA4VI%2CKAqYG%2CWACI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CSA1uBf%2CQA4VI%2CKAqYG%2CWACI%2COAQK%3BEACG%2CuBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSA%5C%2FuBf%2CQA4VI%2CKAqYG%2CWACI%2COAaK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAArZhB%2CSA5VH%2CQA4VI%2CKAqYG%2CWACI%2COAiBI%3BEACI%2CYAAA%3BElC7vCxB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkC2vCwB%2CuBAAA%3BEACA%2CYAAA%3B%3BAlC1vCxB%2CSkCmgBK%2CQA4VI%2CKAqYG%2CWACI%2COAiBI%2CKlCtvCnB%3BAACD%2CSkCkgBK%2CQA4VI%2CKAqYG%2CWACI%2COAiBI%2CKlCrvCnB%3BEACG%2CaAAA%3B%3BAkCyvCoB%2CSAxvBnB%2CQA4VI%2CKAqYG%2CWACI%2COAiBI%2CKAKK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAa%2CUAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAAlapB%2CSA5VH%2CQA4VI%2CKAwaG%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAA1aR%2CSA5VH%2CQA4VI%2CKAwaG%2CWAII%3BEACI%2CsBAAA%3B%3BAA7aZ%2CSA5VH%2CQA4VI%2CKAibG%3BEACI%2CSAAA%3B%3BAAIA%2CSAlxBX%2CQA4VI%2CKAqbG%2CQACK%3BEACG%2CiBAAA%3B%3BAAEA%2CSArxBf%2CQA4VI%2CKAqbG%2CQACK%2CKAGI%3BEACG%2CcAAA%3B%3BAA1bhB%2CSA5VH%2CQA4VI%2CKA%2BbG%2COACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAvcZ%2CSA5VH%2CQA4VI%2CKA%2BbG%2COAWK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CSA3yBf%2CQA4VI%2CKA%2BbG%2COAWK%2COAKI%3BEACG%2CaAAA%3B%3BAAIR%2CSAhzBX%2CQA4VI%2CKA%2BbG%2COAqBK%2CUACI%3BEACG%2CcAAA%3B%3BAAIR%2CSAtzBX%2CQA4VI%2CKA%2BbG%2COA2BK%2CYACI%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FdhB%2CSA5VH%2CQA4VI%2CKAoeG%2CiBACI%3BEACI%2CiBAAA%3B%3BAAEA%2CSAp0Bf%2CQA4VI%2CKAoeG%2CiBACI%2CQAGK%3BEACG%2CeAAA%3B%3BAAzehB%2CSA5VH%2CQA4VI%2CKA8eG%3BEACI%2CiBAAA%3B%3BAA%5C%2FeR%2CSA5VH%2CQA4VI%2CKAkfG%2C0BACI%2CGACI%3BEACI%2CiBAAA%3B%3BAAOxB%2CSAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CsBAAsB%2CWAAW%3BEACrF%2CgBAAA%3B%3BAAKI%2CiBADJ%2CcACK%2CMACG%3BEACI%2CUAAA%3B%3BAAJhB%2CiBAaI%3BAAbJ%2CiBAcI%3BEACI%2CQAAA%3B%3B%3BAAoBR%2CmBAZmD%3BEAIvC%2CkBAFJ%2COAEK%3BEACD%2CkBAHJ%2COAGK%3BIACG%2CeAAA%3B%3B%3BAAoChB%2CmBA9BiD%3BEAGrC%2CSADH%2CQACI%2CKACG%2CcACI%2CmBACI%2CWACI%3BIACI%2CWAAA%3B%3BEALpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBACI%2CWAKI%3BIACI%2CWAAA%3B%3BEATpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBACI%2CWAKI%2CaAGI%2CUAEI%3BEAbxB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBACI%2CWAKI%2CaAGI%2CUAGI%3BIACI%2CWAAA%3B%3B%3BAAwBxC%2CmBANgD%3BEAC5C%3BIACI%2CaAAA%3B%3B%3BAAgIR%2CmBAxH4C%3BEAGxC%2CKACI%2COAAM%2COACF%3BIACI%2CiBAAA%3B%3BEAOJ%2CSADH%2CQACI%2CKACG%2CcACI%2CmBACI%2CkBACI%3BIACI%2CWAAA%3B%3BEALpB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBACI%2CkBAKI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAMpB%2CSAlBH%2CQAkBI%2CKACG%2CcACI%2CmBACI%2CkBACI%2CeACI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAOJ%2CSAjCvB%2CQAkBI%2CKACG%2CcACI%2CmBAWI%2CcACI%2CQACK%3BEACD%2CSAlCvB%2CQAkBI%2CKACG%2CcACI%2CmBAWI%2CcACI%2CQAEK%3BEACD%2CSAnCvB%2CQAkBI%2CKACG%2CcACI%2CmBAWI%2CcACI%2CQAGK%3BEACD%2CSApCvB%2CQAkBI%2CKACG%2CcACI%2CmBAWI%2CcACI%2CQAIK%3BIACG%2CaAAA%3B%3BEAIZ%2CSAzCf%2CQAkBI%2CKACG%2CcACI%2CmBAqBK%3BIACG%2CqBAAA%3B%3BEASxB%2CkBACI%3BIACI%2CWAAA%3B%3BEAFR%2CkBAKI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAPZ%2CkBAWI%2CWACI%2CMACI%3BIACI%2CeAAA%3B%3BEAdhB%2CkBAmBI%2CwBACI%3BIACI%2CiBAAA%3B%3BEArBZ%2CkBAyBI%2CyBACI%3BIACI%2CiBAAA%3B%3BEA3BZ%2CkBA%2BBI%2CgBACI%2CWACI%3BIACI%2CiBAAA%3B%3BEAlChB%2CkBA%2BBI%2CgBACI%2CWAKI%3BIACI%2CiBAAA%3B%3BEAtChB%2CkBA2CI%2COAAM%3BIACF%2CWAAA%3B%3BEAIR%2CiBACI%2CaACI%3BIACI%2CWAAA%3B%3B%3BAA0ChB%2CmBApC4C%2CuBAAqC%3BEAC7E%2CSAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BIACI%2CaAAA%3B%3BEAJhB%2CSAAS%2CQAAQ%2CKACb%2CcACI%2CmBAII%3BIACI%2CUAAA%3B%3BEAPhB%2CSAAS%2CQAAQ%2CKACb%2CcAUI%2CiBAEI%3BEAbZ%2CSAAS%2CQAAQ%2CKACb%2CcAWI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEACA%2CSAnBP%2CQAAQ%2CKACb%2CcAUI%2CiBAEI%2CQAMK%3BEAAD%2CSAnBP%2CQAAQ%2CKACb%2CcAWI%2CmBACI%2CQAMK%3BIACG%2CgBAAA%3B%3BEAMpB%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CcAGI%2CSAAW%3BIACP%2CgBAAA%3B%3B%3BAAWZ%2CIAGI%2CMACI%2CSACI%2CcACI%2CEACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAATxB%2CIAgBI%2CcACI%2CiBACI%2CQAAO%2COAAO%3BEACV%2CiBAAA%3B%3BAAnBhB%2CIAuBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%3BEACI%2CiBAAA%3B%3BAAJhB%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAEI%2CyBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARxB%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAEI%2CyBAMI%3BEACI%2CcAAA%3B%3BAAZxB%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAeI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAnBhB%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAoBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAxBhB%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAoBI%2CWAGI%2CaACI%2CUACI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAA7B5B%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAoBI%2CWAGI%2CaACI%2CUAMI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAS5B%2CIA7CR%2CUACK%2CQA4CI%2CKACG%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAHR%2CIA7CR%2CUACK%2CQA4CI%2CKAMG%2COACI%3BEACI%2CgBAAA%3B%3BAARZ%2CIA7CR%2CUACK%2CQA4CI%2CKAYG%2CcACI%2CWACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAOI%2CIApE5B%2CUACK%2CQA4CI%2CKAYG%2CcAQI%2CaACI%2CUACI%2COACK%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CIAzE5B%2CUACK%2CQA4CI%2CKAYG%2CcAQI%2CaACI%2CUACI%2COAMK%3BEACG%2CWAAA%3BEACA%2COAAA%3B%3BAAxGpC%2CIAiHI%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAApHZ%2CIAuHI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CaACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7HxB%2CIAuHI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBAOI%2CsBACI%2CSAAQ%2CYACJ%3BEACI%2CgBAAA%3B%3BAA2B5B%2CmBAnB4C%2CuBAAoC%3BEAC5E%2CIACI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CiBAEI%2CQAAO%3BEALvB%2CIACI%2CUAAS%2CQAAQ%2CKACb%2CcAEI%2CmBACI%2CQAAO%3BIACH%2CiBAAA%3B%3BEANpB%2CIAWI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAA0BhB%2CmBArBgD%3BEAM5B%2CIAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CkBACI%3BIACI%2CUAAA%3B%3B%3BAhBzwDhC%2CiBAAC%3BEACG%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CiBAAC%2COAQG%3BEACI%2CiBAAA%3B%3BAAGR%2CiBAAC%2COACG%2CMACK%3BEACG%2CsBAAqB%2CwCAArB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAATZ%2CiBAAC%2COAYG%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAdR%2CiBAAC%2COAYG%2CiBAGI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAlBhB%2CiBAAC%2COAYG%2CiBAGI%2CWAKI%3BElBkChB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAkB%5C%2FBgB%2CiBAzBX%2COAYG%2CiBAYI%2CMACK%2CUACG%3BEACI%2CaAAA%3B%3BAAFR%2CiBAzBX%2COAYG%2CiBAYI%2CMACK%2CUAIG%3BEACI%2CaAAA%3B%3BAAOxB%2CUACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALR%2CUAOI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CcAAe%2CSAAQ%2COAAO%2COAAO%3BEACjC%2CUAAA%3B%3BAAGJ%2CmBACI%3BEACI%2CkBAAA%3B%3BAAEJ%2CmBAAC%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CmBAAC%2CSAGG%3BEACI%2CaAAA%3B%3BAAII%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%3BEACI%2CkBAAA%3B%3BAAFR%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%3BElB5ExB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CmBkB2DK%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBlBtEvB%3BAACD%2CmBkB0DK%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBlBrEvB%3BEACG%2CaAAA%3B%3BAkBiEY%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAEI%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAPhB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAMI%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAdhB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAMI%2CsBAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAjBpB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAMI%2CsBAUI%3BEACI%2CmBAAA%3B%3BAApBpB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAoBI%2CcACI%3BEACI%2CiBAAA%3B%3BAAzBpB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBA0BI%2CWACI%2CiBACI%3BEACI%2CiBAAA%3B%3BAAhCxB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBA0BI%2CWAMI%2CWACI%3BEACI%2CiBAAA%3B%3BAArCxB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcAEI%2CmBAwCI%3BElBnD5B%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAkBMgB%2CmBARX%2CSAMG%2CUACK%2CQACI%2CKACG%2CcA8CI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQxB%2CmBAAC%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CmBAAC%2CSAGG%3BEACI%2CmBAAA%3B%3BAAJR%2CmBAAC%2CSAMG%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAARR%2CmBAAC%2CSAMG%2CWAGI%3BEACI%2CeAAA%3B%3BAAKhB%2CgBACI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CgBACI%2CQAAO%2CKAGH%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3B%3BAANZ%2CgBAUI%3BEACI%2CmBAAA%3B%3BAAXR%2CgBAUI%2CkBAEI%2CWACI%2CMACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2CgBAPhB%2CkBAEI%2CWACI%2CMACI%2COAGK%3BEACG%2CaAAA%3B%3BAAIJ%2CgBAZhB%2CkBAEI%2CWACI%2CMAQK%2CYACO%3BEACA%2CiBAAA%3B%3BAAGR%2CgBAhBZ%2CkBAEI%2CWACI%2CMAaK%2CUACG%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAASR%2CgBAHZ%2CkBACI%2CaACI%2CIACK%2CWACG%3BEACI%2CgBAAA%3B%3BAAxCxB%2CgBA8CI%3BAA9CJ%2CgBA%2BCI%3BEACI%2CgBAAA%3B%3BAAIJ%2CmBAAI%3BEACA%2CaAAA%3B%3BAAFR%2CmBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBAJJ%2CeAIK%3BEACG%2CcAAA%3B%3BAATZ%2CmBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CmBAeI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAjBR%2CmBAmBI%3BEACI%2CSAAA%3B%3BAACA%2CmBAFJ%2CaAEK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBANJ%2CaAMK%3BEACG%2C6BAAA%3B%3BAACA%2CmBARR%2CaAMK%2CMAEI%3BEACG%2CcAAA%3B%3BAAKR%2CmBADJ%2CeACK%2CMACG%3BEI%2BwBf%2CuCAAuC%2C4CAAvC%3BEACG%2C%2BBAA%2BB%2C4CAA%5C%2FB%3B%3BAJ3wBI%2CmBAAI%3BEACA%2CaAAA%3B%3BAAxCR%2CmBA0CI%3BEACI%2CUAAA%3B%3BAAIJ%2CeAAC%3BEACG%2CoBAAA%3B%3BAADJ%2CeAAC%2CWAEG%3BEACI%2CSAAA%3B%3BAAHR%2CeAAC%2CWAEG%2CaAEI%2CaACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAfhB%2CeAAC%2CWAEG%2CaAgBI%2CaAEI%3BAApBZ%2CeAAC%2CWAEG%2CaAiBI%2CaACI%3BEACI%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAvBhB%2CeAAC%2CWAEG%2CaAgBI%2CaAEI%2CsBAII%3BAAxBhB%2CeAAC%2CWAEG%2CaAiBI%2CaACI%2CsBAII%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1BpB%2CeAAC%2CWAEG%2CaAgBI%2CaAEI%2CsBAQI%3BAA5BhB%2CeAAC%2CWAEG%2CaAiBI%2CaACI%2CsBAQI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnCpB%2CeAAC%2CWAEG%2CaAqCI%2CaACI%2CsBACI%3BEACI%2CcAAA%3B%3BAA1CpB%2CeAAC%2CWAEG%2CaAqCI%2CaACI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CeA%5C%2FCnB%2CWAEG%2CaAqCI%2CaACI%2CsBAII%2CQAGK%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAjDxB%2CeAAC%2CWAEG%2CaAoDI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CeAhEX%2CWAEG%2CaAoDI%2CQAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CeA9EX%2CWAEG%2CaAoDI%2CQAwBK%3BEACG%2CqBAAA%3B%3BAACA%2CeAhFf%2CWAEG%2CaAoDI%2CQAwBK%2CMAEI%3BEACG%2CWAAA%3B%3BAAjFpB%2CeAAC%2CWAEG%2CaAmFI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CeAxFX%2CWAEG%2CaAmFI%2CQAGK%2CMACG%3BEACI%2CWAAW%2CUAAX%3B%3BAA1FpB%2CeAAC%2CWAEG%2CaA4FI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAvGZ%2CeAAC%2CWAEG%2CaAuGI%3BEACI%2CUAAA%3B%3BAA1GZ%2CeAAC%2CWAEG%2CaAuGI%2CgBAEI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CeAAC%3BEACG%2CmBAAA%3B%3BAADJ%2CeAAC%2CcAEG%3BEACI%2CUAAA%3B%3BAAHR%2CeAAC%2CcAKG%3BEACI%2CWAAA%3B%3BAANR%2CeAAC%2CcAQG%3BEACI%2CkBAAA%3B%3BAATR%2CeAAC%2CcAQG%2CQAEI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CeAAC%2CcAQG%2CQAYI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CeAAC%2CcAQG%2CQAiBI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBZ%2CeAAC%2CcAQG%2CQAyBI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeA3CX%2CcAQG%2CQAyBI%2CQAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CeAzDX%2CcAQG%2CQAyBI%2CQAwBK%3BEACG%2CqBAAA%3B%3BAACA%2CeA3Df%2CcAQG%2CQAyBI%2CQAwBK%2CMAEI%3BEACG%2CWAAA%3B%3BAAQpB%2CaAAC%3BEACG%2CoBAAA%3B%3BAAEI%2CaAHP%2CeAEG%2CkBACQ%3BEACA%2CiBAAA%3B%3BAAEJ%2CaANP%2CeAEG%2CkBAIQ%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAbZ%2CaAAC%2CeAgBG%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAlBR%2CaAAC%2CeAgBG%2CYAGI%2CaACI%3BEACI%2CeAAA%3B%3BAAOpB%2CYAAa%3BEACT%2C0BAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAKI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CqBAKI%2CWAII%3BEACI%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BElBjeZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkB%2BdY%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAlB%5C%2FdZ%2CqBkBmdI%2CWAII%2CQlBvdP%3BAACD%2CqBkBkdI%2CWAII%2CQlBtdP%3BEACG%2CaAAA%3B%3BAkB8dQ%2CqBAbR%2CWAII%2CQASK%3BEACG%2C6BAAA%3B%3BAAnBhB%2CqBAKI%2CWAII%2CQAYI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAADJ%2CgBAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAANR%2CgBAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIZ%2CUACK%2CQAAQ%3BEACL%2CaAAA%3B%3BAAGR%2CcAAe%2CKAAI%3BEACf%2CWAAW%2CaAAX%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CgBAGI%3BEACI%2CaAAA%3B%3BAAJR%2CgBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CgBAUI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAZR%2CgBAcI%2CiBACI%3BEACI%2CqBAAA%3B%3BAAhBZ%2CgBAmBI%2CaACI%2COACK%3BEACG%2CgBAAA%3B%3BAAtBhB%2CgBAmBI%2CaAMI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAA5BZ%2CgBA%2BBI%2CkBAEI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BElBzaZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEkBwaY%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxCZ%2CgBA%2BBI%2CkBAEI%2CiBAQI%3BEACI%2CaAAA%3B%3BAA1ChB%2CgBA%2BBI%2CkBAEI%2CiBAYI%2CiBACI%3BEACI%2CiBAAA%3B%3BAAKA%2CgBArBhB%2CkBAEI%2CiBAiBI%2CWACI%2CEACK%3BEACG%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CgBAjCpB%2CkBAEI%2CiBAiBI%2CWACI%2CEACK%2CeAYI%3BEACG%2CcAAA%3B%3BAAjE5B%2CgBA%2BBI%2CkBAEI%2CiBAiBI%2CWAoBI%2CeACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CgBA7CpB%2CkBAEI%2CiBAiBI%2CWAoBI%2CeACI%2CgBAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoCAAA%3BEACA%2CsCAAA%3B%3BAAEJ%2CgBAzDpB%2CkBAEI%2CiBAiBI%2CWAoBI%2CeACI%2CgBAiBK%3BEACG%2CcAAA%3B%3BAAWA%2CgBArExB%2CkBAgEK%2CMACG%2CiBACI%2CWACI%2CeACI%2CgBACK%3BEACG%2CmBAAmB%2CmBAAnB%3BEACA%2CWAAW%2CmBAAX%3B%3BAAtGhC%2CgBA%2BBI%2CkBA8EI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CgBAjFR%2CkBA8EI%2CgBAGK%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAA1HhB%2CgBA%2BBI%2CkBA8EI%2CgBAeI%3BElBjgBZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEkBggBgB%2CiBAAA%3BEACA%2CuDAAuD%2C8BAAvD%3BEACA%2CuCAAuC%2CqDAAqD%2C8BAA5F%3BEACA%2CyBAAyB%2CqDAAzB%3BEACA%2CiBAAiB%2CqDAAjB%3B%3BAAUI%2CgBAJhB%2CMACK%2CMACG%2CkBACI%2CgBACK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAXhB%2CgBADJ%2CMACK%2CMACG%2CkBACI%2CgBAWI%3BElBniBpB%2CWAAW%2CWAAX%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CmBAAmB%2CWAAnB%3BEACA%2CcAAc%2CWAAd%3BEACA%2CeAAe%2CWAAf%3B%3BAkByYA%2CgBA6JI%2CWACI%3BEACI%2CaAAA%3B%3BAAEJ%2CgBAJJ%2CWAIK%2CaACG%3BEACI%2CcAAA%3B%3BAACA%2CgBAPZ%2CWAIK%2CaACG%2CMAEK%3BEACG%2CwBAAA%3B%3BAArKpB%2CgBA2KI%3BAA3KJ%2CgBA4KI%3BEACI%2CQAAA%3B%3BAA7KR%2CgBA%2BKI%3BEACI%2CmBAAA%3B%3BAAhLR%2CgBA%2BKI%2CYAEI%3BEACI%2CWAAA%3B%3BAAlLZ%2CgBAqLI%2CgBACI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA9LZ%2CgBAqLI%2CgBACI%2CcASI%3BEACI%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAlMhB%2CgBAqLI%2CgBACI%2CcAcI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CgBAlBZ%2CgBACI%2CcAcI%2CMAGK%3BEACG%2CaAAA%3B%3BAAxMpB%2CgBAqLI%2CgBACI%2CcAqBI%3BEACI%2CgBAAA%3B%3BAA5MhB%2CgBAqLI%2CgBA2BI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaNxwBG%2CkBMwwBH%3B%3BAAEI%2CgBA5CZ%2CgBA2BI%2CUAgBQ%2COACC%2CUAAU%3BEACP%2CaAAA%3B%3BAAlOpB%2CgBAqLI%2CgBA2BI%2CUAqBI%2CQACI%2CaACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAQxB%3BEACI%2CoBAAA%3B%3BAADJ%2CiBAEI%3BEACI%2CcAAA%3B%3BAAHR%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaNpyBO%2CkBMoyBP%3B%3BAACA%2CiBALJ%2CEAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C0CAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CcAAc%2CaAAd%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CUAAA%3BElB7oBZ%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAkB8oBY%2CiBArBR%2CEAoBK%2CMACI%3BEACG%2CWAAW%2CcAAc%2CiBAAzB%3BEACA%2CmBAAmB%2CcAAc%2CiBAAjC%3BEACA%2CcAAc%2CcAAc%2CiBAA5B%3BEACA%2CgBAAgB%2CcAAc%2CiBAA9B%3BElBrpBhB%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3B%3BAkBonBA%2CiBAoCI%3BEACI%2C0CAAA%3B%3BAArCR%2CiBAoCI%2CWAEI%3BEACI%2CcAAA%3B%3BAAvCZ%2CiBAoCI%2CWAEI%2CYAEI%3BEACI%2CeAAA%3BEACA%2CgDAAA%3B%3BAA1ChB%2CiBAoCI%2CWAEI%2CYAEI%2CaAGI%3BEACI%2CgBAAA%3B%3BAA5CpB%2CiBAoCI%2CWAYI%3BEACI%2CgBAAA%3B%3BAAIZ%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CgBAGI%3BEACI%2CoBAAA%3BEACA%2CyBAAA%3B%3BAALR%2CgBAGI%2CqBAGI%2CSACI%3BEACI%2CaAAA%3B%3BAARhB%2CgBAYI%3BElBv0BJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkBq0BQ%2C8BAAA%3B%3BAlBn0BR%2CgBkBi0BI%2CkBlBj0BH%3BAACD%2CgBkBg0BI%2CkBlBh0BH%3BEACG%2CaAAA%3B%3BAkBk0BI%2CgBAHJ%2CkBAGK%3BAACD%2CgBAJJ%2CkBAIK%3BEACG%2CaAAA%3B%3BAAjBZ%2CgBAYI%2CkBAOM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA1BZ%2CgBAYI%2CkBAgBI%3BEACI%2CiBAAA%3B%3BAA7BZ%2CgBAgCI%2CUAAS%3BElB31Bb%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkBy1BQ%2C8BAAA%3B%3BAlBv1BR%2CgBkBq1BI%2CUAAS%2CKlBr1BZ%3BAACD%2CgBkBo1BI%2CUAAS%2CKlBp1BZ%3BEACG%2CaAAA%3B%3BAkBmzBJ%2CgBAgCI%2CUAAS%2CKAGL%3BEACI%2COAAO%2CuBAAP%3B%3BAApCZ%2CgBAgCI%2CUAAS%2CKAML%3BElBj2BR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBkBq1BI%2CUAAS%2CKAML%2CmBlB31BP%3BAACD%2CgBkBo1BI%2CUAAS%2CKAML%2CmBlB11BP%3BEACG%2CaAAA%3B%3BAkBmzBJ%2CgBAgCI%2CUAAS%2CKASL%3BEACI%2CUAAA%3B%3BAA1CZ%2CgBAgCI%2CUAAS%2CKAYL%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAKA%2CgBAFR%2CUAAS%2CQAAQ%2CKACb%2CeACK%3BAACD%2CgBAHR%2CUAAS%2CQAAQ%2CKACb%2CeAEK%3BEACG%2CaAAA%3B%3BAApDhB%2CgBAwDI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1DR%2CgBAwDI%2CYAGI%3BEACI%2CeAAA%3B%3BAA5DZ%2CgBA%2BDI%3BEACI%2CoBAAA%3B%3BAAhER%2CgBAkEI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C8DAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAxER%2CgBAkEI%2CQAOI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAA5EZ%2CgBAkEI%2CQAOI%2CsBAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAApFhB%2CgBAkEI%2CQAOI%2CsBAaI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgBA%5C%2FBZ%2CQAOI%2CsBAaI%2CQAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CgBA7CZ%2CQAOI%2CsBAaI%2CQAyBK%3BEACG%2CqBAAA%3B%3BAACA%2CgBA%5C%2FChB%2CQAOI%2CsBAaI%2CQAyBK%2CMAEI%3BEACG%2CWAAA%3B%3BAAlHxB%2CgBAwHI%3BElBn7BJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBkB66BI%2CsBlB76BH%3BAACD%2CgBkB46BI%2CsBlB56BH%3BEACG%2CaAAA%3B%3BAkBmzBJ%2CgBAwHI%2CsBAEI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEI%2CgBAPZ%2CsBAEI%2CkBAIK%2CIAAI%2CaACA%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CcAAA%3B%3BAAxIpB%2CgBAwHI%2CsBAEI%2CkBAiBI%3BEACI%2CkBAAA%3B%3BAA5IhB%2CgBAwHI%2CsBAEI%2CkBAiBI%2CcAEI%3BEACI%2CWAAA%3B%3BAA9IpB%2CgBAwHI%2CsBAEI%2CkBAuBI%2CkBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtJpB%2CgBAwHI%2CsBAEI%2CkBAuBI%2CkBAOI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAMpB%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CiFAAA%3BEACA%2C6EAAA%3BEACA%2CuFAAA%3BEACA%2CwEAAA%3B%3BAAEJ%2CkBACI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CkBAKI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CkBAUI%3BEACI%2CUAAA%3B%3BAAMI%2CUAFR%2CaACQ%2CUAAO%2CMACH%3BEACA%2CcAAA%3B%3BAAJhB%2CUACI%2CaAMI%2CQAAO%2CSAAS%2CcAAc%2CMAC1B%2CWAAU%3BEACN%2CcAAA%3B%3BAAIJ%2CUAZR%2CaAWI%2CQAAO%2CKAAK%2COAAU%2CIAAC%2CUAClB%3BEACG%2CcAAA%3B%3BAAdhB%2CUACI%2CaAWI%2CQAAO%2CKAAK%2COAAU%2CIAAC%2CUAInB%3BEACI%2C8BAAA%3B%3BAAjBhB%2CUACI%2CaAmBI%2CWACI%2CQACI%3BEACI%2CcAAA%3B%3B%3BAAiEpB%2CmBArDyD%3BEAErD%2CmBAAmB%2CSACf%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAMpB%3BIACI%2CmBAAA%3B%3BEAEJ%2CgBACI%2CkBACI%2CgBAAgB%3BIACZ%2CiBAAA%3B%3BEAIZ%2CgBACI%3BIACI%2CuBAAA%3B%3BEACA%2CgBAFJ%2CkBAEQ%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CgBACI%2CkBAOI%3BIACI%2CkBAAA%3B%3BEATZ%2CgBAYI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CeAAe%2CcACX%2CQACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAoEhB%2CmBA9DkD%3BEAE1C%2CiBAAC%3BIACG%2CiBAAA%3B%3BEAEJ%2CiBAAC%2COACG%2CMACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAYA%2CmBAHX%2CSACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%3BIACI%2CmBAAA%3B%3BEAShC%2CeAAe%2CcACX%2CQACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAIZ%2CgBACI%2CsBACI%3BIACI%2CUAAA%3B%3BEAEI%2CgBAJZ%2CsBACI%2CkBAEK%2CUAAU%2CIACN%3BIACG%2CaAAA%3B%3BEAGR%2CgBARR%2CsBACI%2CkBAOK%2CUAAU%3BEACX%2CgBATR%2CsBACI%2CkBAQK%2CUAAU%3BIACP%2CmBAAA%3B%3B%3BAAgCpB%2CmBAzB2C%2CuBAAoC%3BEAEvE%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%2CWAGI%3BIACI%2CiBAAA%3B%3BEAT5B%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%2CWAMI%3BIACI%2CcAAA%3B%3B%3BAA8HpC%2CmBAnHgD%3BEAExC%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%3BIACI%2CaAAA%3B%3BEAQ5B%3BIACI%2CmBAAA%3B%3BEAEJ%2CgBACI%2CQAAO%2CKACH%3BIACI%2CmBAAA%3B%3BEAIZ%2CeAAe%3BIACX%2CmBAAA%3B%3BEAIY%2CeALD%2CWAEX%2CaACI%2CaACI%2CgBACK%2CYACG%3BIACI%2CqBAAA%3B%3BEAOR%2CeAdD%2CWAEX%2CaAUI%2CaACI%2CgBACK%2CYACG%3BIACI%2C8BAAA%3B%3BEAOxB%2CaAAa%3BIACT%2CmBAAA%3B%3BEAGA%2CeAAC%2CcACG%3BIACI%2CeAAA%3B%3BEAIZ%3BIACI%2CeAAA%3B%3BEADJ%2CgBAEI%3BIACI%2CmBAAA%3B%3BEAHR%2CgBAKI%3BIACI%2CmBAAA%3B%3BEANR%2CgBAQI%3BIACI%2CmBAAA%3B%3BEATR%2CgBAWI%3BIACI%2CiBAAA%3B%3BEAGR%3BIACI%2CiBAAA%3B%3BEADJ%2CgBAEI%3BIACI%2CgBAAA%3B%3BEAGR%2CeAAe%3BIACX%2CmBAAA%3B%3BEADJ%2CeAAe%2CcAEX%3BEAFJ%2CeAAe%2CcAGX%3BIACI%2CgBAAA%3B%3BEAJR%2CeAAe%2CcAEX%2CaAGI%3BEALR%2CeAAe%2CcAGX%2CaAEI%3BIACI%2CqBAAA%3B%3BEANZ%2CeAAe%2CcASX%2CQACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAMJ%2CaAFK%2CeACT%2CkBACQ%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaARK%2CeACT%2CkBAOQ%3BIACA%2CkBAAA%3B%3BEAIZ%3BIACI%2CmBAAA%3B%3B%3BAAiBR%2CmBAb0C%2CuBAAkC%3BEACvE%2CgBACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BIACI%2CiBAAA%3B%3B%3BAAgLxB%2CmBArK%2BC%3BEAEvC%2CmBAAC%3BIACG%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CgBACI%3BIACI%2CiBAAA%3B%3BEAGR%2CgBACI%2CkBACI%2CgBAAgB%3BIACZ%2CiBAAA%3B%3BEAHZ%2CgBACI%2CkBAII%2CiBACI%2CeACI%3BIACI%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEASR%2CiBAFP%2COACG%2CMACK%3BIACG%2CmBAAA%3B%3BEAMZ%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BIACI%2CWAAA%3B%3BEALpB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBAII%3BIACI%2CWAAA%3B%3BEARpB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBAII%2CsBAEI%3BIACI%2CuBAAA%3B%3BEAVxB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBAII%2CsBAKI%3BIACI%2CaAAA%3B%3BEAbxB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBAcI%3BIlBxyCxB%2C0BAAA%3BIACA%2C%2BBAAA%3BIACA%2CkCAAA%3B%3BEkB8yCQ%2CmBAAC%2CSACG%3BIACI%2CcAAA%3B%3BEAFR%2CmBAAC%2CSAIG%3BIACI%2CkBAAA%3B%3BEALR%2CmBAAC%2CSAOG%3BIACI%2CYAAA%3B%3BEAKZ%2CeACI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGR%2CeACI%3BIACI%2CkBAAA%3B%3BEAFR%2CeACI%2CkBAEI%2CYACI%3BIACI%2CaAAA%3B%3BEAOR%2CgBADJ%2CkBACQ%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CgBANJ%2CkBAMQ%3BIACA%2CkBAAA%3B%3BEAIZ%2CgBACI%2CkBACI%2CWACI%2CMAAK%2CYAAe%3BIAChB%2CSAAA%3B%3BEAJhB%2CgBACI%2CkBACI%2CWAKI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAThB%2CgBACI%2CkBACI%2CWAKI%2CMAGI%3BIACI%2C0BAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAdpB%2CgBAmBI%3BIACI%2CmBAAA%3B%3BEAOQ%2CeAJD%2CWACX%2CaACI%2CaACI%2CgBACK%2CYAEG%3BEADJ%2CeALD%2CWACX%2CaACI%2CaACI%2CgBAEK%2CWACG%3BIACI%2CqBAAA%3B%3BEAOxB%2CaAAa%2CeACT%3BIACI%2CeAAA%3B%3BEAFR%2CaAAa%2CeACT%2CYAEI%2CaACI%3BIACI%2CeAAA%3B%3BEALhB%2CaAAa%2CeAST%2CkBAAoB%3BIAChB%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAwDZ%2CmBA%5C%2FCgD%3BEAC5C%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CgBACI%2CWAGI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAKR%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcAII%2CmBACI%2CsBACI%3BIACI%2CiBAAA%3B%3BEAKQ%2CmBAd%5C%2FB%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcAII%2CmBACI%2CsBAII%2CqBACI%2CgBACI%2CWACK%2CIAAI%3BIACD%2C4BAAA%3B%3BEAfpC%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcAII%2CmBAiBI%2CcACI%3BIACI%2CiBAAA%3B%3B%3BAAgChC%2CmBAtB2C%2CuBAAkC%3BEAErE%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%3BIACI%2CkBAAA%3B%3BEANxB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%2CWAEI%3BIACI%2CcAAA%3B%3B%3BAA%2BKpC%2CmBAnK2C%3BEACvC%2CgBACI%2CkBACI%2CgBAAgB%3BIACZ%2CiBAAA%3B%3BEAKZ%2CeAAe%2CcACX%2CQACI%3BIACI%2CeAAA%3B%3BEAHZ%2CeAAe%2CcACX%2CQAII%3BIACI%2CeAAA%3B%3BEANZ%2CeAAe%2CcACX%2CQAOI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEAIZ%2CgBACI%2CQACI%2CsBACI%3BIACI%2CeAAA%3B%3BEAJhB%2CgBACI%2CQACI%2CsBAII%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAKhB%2CeAAe%2CWAAY%2CaACvB%2CaAEI%2CsBACI%3BEAJZ%2CeAAe%2CWAAY%2CaAEvB%2CaACI%2CsBACI%3BIACI%2CeAAA%3B%3BEALhB%2CeAAe%2CWAAY%2CaACvB%2CaAEI%2CsBAII%3BEAPZ%2CeAAe%2CWAAY%2CaAEvB%2CaACI%2CsBAII%3BIACI%2CeAAA%3B%3BEARhB%2CeAAe%2CWAAY%2CaACvB%2CaAEI%2CsBAOI%3BEAVZ%2CeAAe%2CWAAY%2CaAEvB%2CaACI%2CsBAOI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEAdhB%2CeAAe%2CWAAY%2CaAmBvB%2CaACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAzBZ%2CeAAe%2CWAAY%2CaAmBvB%2CaAQI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEAKR%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CsBACI%3BIACI%2CiBAAA%3B%3BEAKQ%2CmBAX%5C%2FB%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CsBAII%2CqBACI%2CgBACI%2CWACK%2CIAAI%3BIACD%2C4BAAA%3B%3BEAZpC%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBAiBI%2CcACI%3BIACI%2CiBAAA%3B%3BEAQ5B%2CUACI%3BIACI%2CeAAA%3B%3BEAGR%3BIACI%2CgBAAA%3B%3BEAEJ%2CaAAa%2CeACT%3BIACI%2CSAAA%3B%3BEAFR%2CaAAa%2CeACT%2CYAEI%2CaACI%3BIACI%2CUAAA%3B%3BEAKhB%2CgBACI%2CsBACI%3BIACI%2CWAAA%3B%3BEACA%2CgBAHR%2CsBACI%2CkBAEK%2CIAAI%3BIACD%2CmBAAA%3B%3BEACA%2CgBALZ%2CsBACI%2CkBAEK%2CIAAI%2CaAEA%3BIACG%2CaAAA%3B%3BEAPpB%2CgBAaI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CcACI%2CQAAO%3BIACH%2CcAAA%3B%3BEAlBxB%2CgBAwBI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CeAAe%2CcACX%2CQACI%3BIACI%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CeAAA%3B%3B%3BAAwBhB%2CmBAnB4C%2CuBAAoC%3BEAOpD%2CgBALpB%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CcACI%2CQAAO%2CUACF%3BIACG%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAsBhC%2CmBAZ6C%3BEACzC%2CgBAEI%2CUAAS%2CKACL%3BEAHR%2CgBAEI%2CUAAS%2CKAEL%2CSAAQ%3BIACJ%2CWAAA%3B%3B%3BAAoCpB%2CmBA9BqD%3BEAGzC%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%3BIACI%2CkBAAA%3B%3BEANxB%2CmBAAC%2CSACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CWACI%2CWAEI%3BIACI%2CcAAA%3B%3BEAShC%2CgBACI%2CkBACI%2CgBACI%3BIACI%2CiBAAA%3B%3B%3BAAYZ%2CIADJ%2CkBACK%2COACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAQI%2CIAJhB%2CoBACK%2CSACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%3BEACI%2CiBAAA%3B%3BAAJhB%2CIAJhB%2CoBACK%2CSACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAII%2CWACI%3BElBjtDpC%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3BEkBitDwC%2C2BAAA%3B%3BAATpB%2CIAJhB%2CoBACK%2CSACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBAII%2CWAKI%3BEACI%2CWAAA%3BEACA%2COAAA%3BElBvtDxC%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAkBouDoB%2CIAJhB%2CiBACI%2CWACK%2CaACG%2CMACK%3BEACG%2CYAAA%3B%3BAA1CxB%2CIAqCI%2CiBAUI%3BEACI%2CgBAAA%3B%3BAAhDZ%2CIAqCI%2CiBAUI%2CaAEI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAnDhB%2CIAqCI%2CiBAiBI%2CkBACI%3BEACI%2CiBAAA%3B%3BAAxDhB%2CIA4DI%2CsBACI%2CWACI%2CQACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjEpB%2CIAsEI%2CiBACI%3BElBr0DR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkBm0DY%2C8BAAA%3B%3BAlBj0DZ%2CIkB8zDI%2CiBACI%2CkBlB%5C%2FzDP%3BAACD%2CIkB6zDI%2CiBACI%2CkBlB9zDP%3BEACG%2CaAAA%3B%3BAkBg0DQ%2CIAJR%2CiBACI%2CkBAGK%3BAACD%2CIALR%2CiBACI%2CkBAIK%3BEACG%2CaAAA%3B%3BAA5EhB%2CIAsEI%2CiBACI%2CkBAOI%2CWACI%2CMAAK%2CYAAe%3BEAChB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAjFpB%2CIAsFI%2CiBACI%2CsBACI%2CkBAAiB%2CIAAI%2CaAAa%3BEAC9B%2CWAAA%3BEACA%2COAAA%3B%3BAA1FhB%2CIAsFI%2CiBACI%2CsBAKI%2CkBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAgBpB%2CmBAVwD%3BEACpD%2CIACI%2CiBACI%3BIACI%2CuBAAA%3B%3B%3BAAgBhB%2CmBAVgD%3BEAC5C%2CIACI%2CiBACI%3BIACI%2CuBAAA%3B%3B%3BAA6BhB%2CmBAvBgD%3BEAC5C%2CIACI%2CQACI%2CgBACI%2CaACI%3BIACI%2CcAAA%3B%3BEALpB%2CIAWI%2CiBACI%2CkBACI%2CWACI%2CMAAK%2CYAAe%3BIAChB%2CeAAA%3B%3B%3BAAqB5B%2CmBAdmD%3BEAC3C%2CIACI%2CQACI%2CgBACI%2CaACI%3BIACI%2CcAAA%3B%3B%3BAC75DxB%2CsBAGI%3BAAFJ%2C2BAEI%3BAADJ%2CcACI%3BEACI%2CaAAA%3B%3BAAIA%2CsBADJ%2CaACK%2CiBACG%3BAADJ%2C2BADJ%2CaACK%2CiBACG%3BAADJ%2CcADJ%2CaACK%2CiBACG%3BEACI%2CcAAA%3B%3BAAKR%2CsBADJ%2CQACK%2CKACG%3BAADJ%2C2BADJ%2CQACK%2CKACG%3BAADJ%2CcADJ%2CQACK%2CKACG%3BAADJ%2CsBADJ%2CQACK%2CKAEG%2CKAAK%3BAAFT%2C2BADJ%2CQACK%2CKAEG%2CKAAK%3BAAFT%2CcADJ%2CQACK%2CKAEG%2CKAAK%3BEACD%2CiBAAA%3B%3BAAHR%2CsBADJ%2CQACK%2CKAMG%2CyBACI%3BAAPR%2C2BADJ%2CQACK%2CKAMG%2CyBACI%3BAAPR%2CcADJ%2CQACK%2CKAMG%2CyBACI%3BEACI%2CaAAA%3B%3BAARZ%2CsBADJ%2CQACK%2CKAYG%2CuBACI%2CcACI%3BAAdZ%2C2BADJ%2CQACK%2CKAYG%2CuBACI%2CcACI%3BAAdZ%2CcADJ%2CQACK%2CKAYG%2CuBACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAlBpB%2CQACK%2CKAYG%2CuBACI%2CcACI%2CmBAGK%3BAAAD%2C2BAlBpB%2CQACK%2CKAYG%2CuBACI%2CcACI%2CmBAGK%3BAAAD%2CcAlBpB%2CQACK%2CKAYG%2CuBACI%2CcACI%2CmBAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3B%3BAAIR%2CsBA9BhB%2CQACK%2CKAYG%2CuBACI%2CcAgBK%2CUAAU%2CMACP%2CmBAAkB%3BAADtB%2C2BA9BhB%2CQACK%2CKAYG%2CuBACI%2CcAgBK%2CUAAU%2CMACP%2CmBAAkB%3BAADtB%2CcA9BhB%2CQACK%2CKAYG%2CuBACI%2CcAgBK%2CUAAU%2CMACP%2CmBAAkB%3BEACd%2CUAAA%3B%3BAA9C5B%2CsBAsDI%3BAArDJ%2C2BAqDI%3BAApDJ%2CcAoDI%3BEACI%2CmBAAA%3B%3BAAvDR%2CsBAsDI%2CoBAGI%3BAAxDR%2C2BAqDI%2CoBAGI%3BAAvDR%2CcAoDI%2CoBAGI%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAA3DZ%2CsBAsDI%2CoBAGI%2CYAII%3BAA5DZ%2C2BAqDI%2CoBAGI%2CYAII%3BAA3DZ%2CcAoDI%2CoBAGI%2CYAII%3BEACI%2CqBAAA%3B%3BAA9DhB%2CsBAsDI%2CoBAGI%2CYAQI%3BAAhEZ%2C2BAqDI%2CoBAGI%2CYAQI%3BAA%5C%2FDZ%2CcAoDI%2CoBAGI%2CYAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnEhB%2CsBAsDI%2CoBAGI%2CYAaI%3BAArEZ%2C2BAqDI%2CoBAGI%2CYAaI%3BAApEZ%2CcAoDI%2CoBAGI%2CYAaI%3BEACI%2CyBAAA%3B%3BAAvEhB%2CsBA4EI%2CoBACI%3BAA5ER%2C2BA2EI%2CoBACI%3BAA3ER%2CcA0EI%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEZ%2CsBAmFI%2C%2BBACI%2CeACI%3BAApFZ%2C2BAkFI%2C%2BBACI%2CeACI%3BAAnFZ%2CcAiFI%2C%2BBACI%2CeACI%3BEACI%2CWAAA%3B%3BAAQI%2CsBAJhB%2CQACK%2CKACG%2CUACK%2CQACI%3BAAAD%2C2BAJhB%2CQACK%2CKACG%2CUACK%2CQACI%3BAAAD%2CcAJhB%2CQACK%2CKACG%2CUACK%2CQACI%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAWJ%2CsBAJhB%2CUACK%2CQACI%2CKACG%2CWACK%3BAAAD%2C2BAJhB%2CUACK%2CQACI%2CKACG%2CWACK%3BAAAD%2CcAJhB%2CUACK%2CQACI%2CKACG%2CWACK%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CsBAJhB%2CUACK%2CQACI%2CKACG%2CWACK%2CkBAII%3BAAJL%2C2BAJhB%2CUACK%2CQACI%2CKACG%2CWACK%2CkBAII%3BAAJL%2CcAJhB%2CUACK%2CQACI%2CKACG%2CWACK%2CkBAII%3BEACG%2CUAAA%3B%3BAALR%2CsBAJhB%2CUACK%2CQACI%2CKACG%2CWACK%2CkBAII%2CaAGI%3BAAPT%2C2BAJhB%2CUACK%2CQACI%2CKACG%2CWACK%2CkBAII%2CaAGI%3BAAPT%2CcAJhB%2CUACK%2CQACI%2CKACG%2CWACK%2CkBAII%2CaAGI%3BEACG%2CSAAA%3B%3BAAVpB%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcACI%3BAAjBR%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcACI%3BAAjBR%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcACI%3BEACI%2CiBAAA%3B%3BAAlBZ%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%3BAApBR%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%3BAApBR%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBAzBpB%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAGK%3BAAAD%2C2BAzBpB%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAGK%3BAAAD%2CcAzBpB%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAGK%3BAACD%2CsBA1BpB%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAIK%3BAAAD%2C2BA1BpB%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAIK%3BAAAD%2CcA1BpB%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAIK%3BEACG%2CaAAA%3B%3BAAzBhB%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%3BAA3BZ%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%3BAA3BZ%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAhChB%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%2CsBAMI%3BAAjChB%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%2CsBAMI%3BAAjChB%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%2CsBAMI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAApCpB%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%2CsBAMI%2CeAII%2CcACI%3BAAtCxB%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%2CsBAMI%2CeAII%2CcACI%3BAAtCxB%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcAII%2CmBAOI%2CsBAMI%2CeAII%2CcACI%3BEACG%2CaAAA%3B%3BAAvC3B%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWACI%2CiBACI%3BAA%5C%2FChB%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWACI%2CiBACI%3BAA%5C%2FChB%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWACI%2CiBACI%3BEACI%2CiBAAA%3B%3BAAhDpB%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWAMI%3BAAnDZ%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWAMI%3BAAnDZ%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWAMI%3BEACI%2CiBAAA%3B%3BAApDhB%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWAMI%2CWAEI%3BAArDhB%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWAMI%2CWAEI%3BAArDhB%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcA6BI%2CWAMI%2CWAEI%3BEACI%2CiBAAA%3B%3BAAtDpB%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcA0CI%3BAA1DR%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcA0CI%3BAA1DR%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcA0CI%3BEACI%2CWAAA%3B%3BAA3DZ%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcA8CI%3BAA9DR%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcA8CI%3BAA9DR%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcA8CI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhEZ%2CsBAFR%2CUACK%2CQACI%2CKAgBG%2CcAkDI%3BAAlER%2C2BAFR%2CUACK%2CQACI%2CKAgBG%2CcAkDI%3BAAlER%2CcAFR%2CUACK%2CQACI%2CKAgBG%2CcAkDI%3BEACI%2CgBAAA%3B%3BAAIJ%2CsBAzEhB%2CUACK%2CQACI%2CKAsEG%2COACK%3BAAAD%2C2BAzEhB%2CUACK%2CQACI%2CKAsEG%2COACK%3BAAAD%2CcAzEhB%2CUACK%2CQACI%2CKAsEG%2COACK%3BEACG%2CaAAA%3B%3BAAxEZ%2CsBAFR%2CUACK%2CQACI%2CKA2EG%3BAA3EJ%2C2BAFR%2CUACK%2CQACI%2CKA2EG%3BAA3EJ%2CcAFR%2CUACK%2CQACI%2CKA2EG%3BEACI%2CSAAA%3B%3BAA5ER%2CsBAFR%2CUACK%2CQACI%2CKA8EG%3BAA9EJ%2C2BAFR%2CUACK%2CQACI%2CKA8EG%3BAA9EJ%2CcAFR%2CUACK%2CQACI%2CKA8EG%3BEACI%2CYAAA%3B%3BAA%5C%2FER%2CsBAFR%2CUACK%2CQACI%2CKAiFG%3BAAjFJ%2C2BAFR%2CUACK%2CQACI%2CKAiFG%3BAAjFJ%2CcAFR%2CUACK%2CQACI%2CKAiFG%3BEACI%2C2BAAA%3B%3BAAIA%2CsBAxFhB%2CUACK%2CQACI%2CKAqFG%2CsBACK%3BAAAD%2C2BAxFhB%2CUACK%2CQACI%2CKAqFG%2CsBACK%3BAAAD%2CcAxFhB%2CUACK%2CQACI%2CKAqFG%2CsBACK%3BEACG%2COAAO%2C0BAAP%3BEACA%2C8BAAA%3B%3BAAFJ%2CsBAxFhB%2CUACK%2CQACI%2CKAqFG%2CsBACK%2CkBAIG%3BAAJJ%2C2BAxFhB%2CUACK%2CQACI%2CKAqFG%2CsBACK%2CkBAIG%3BAAJJ%2CcAxFhB%2CUACK%2CQACI%2CKAqFG%2CsBACK%2CkBAIG%3BEACI%2CoBAAA%3B%3BAAIR%2CsBAjGhB%2CUACK%2CQACI%2CKAqFG%2CsBAUK%3BAAAD%2C2BAjGhB%2CUACK%2CQACI%2CKAqFG%2CsBAUK%3BAAAD%2CcAjGhB%2CUACK%2CQACI%2CKAqFG%2CsBAUK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBArGpB%2CUACK%2CQACI%2CKAqFG%2CsBAUK%2CcAII%3BAAAD%2C2BArGpB%2CUACK%2CQACI%2CKAqFG%2CsBAUK%2CcAII%3BAAAD%2CcArGpB%2CUACK%2CQACI%2CKAqFG%2CsBAUK%2CcAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAA3GhB%2CsBAFR%2CUACK%2CQACI%2CKAgHG%3BAAhHJ%2C2BAFR%2CUACK%2CQACI%2CKAgHG%3BAAhHJ%2CcAFR%2CUACK%2CQACI%2CKAgHG%3BEACI%2C2BAAA%3BEACA%2CmBAAA%3B%3BAA3NpB%2CsBAiOI%3BAAhOJ%2C2BAgOI%3BAA%5C%2FNJ%2CcA%2BNI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnOR%2CsBAiOI%2CoBAII%3BAApOR%2C2BAgOI%2CoBAII%3BAAnOR%2CcA%2BNI%2CoBAII%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEnBvGZ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3B%3BAmBpIA%2CsBAiOI%2CoBAII%2CaAMI%3BAA1OZ%2C2BAgOI%2CoBAII%2CaAMI%3BAAzOZ%2CcA%2BNI%2CoBAII%2CaAMI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaP5PD%2CaO4PC%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjPhB%2CsBAiOI%2CoBAII%2CaAeI%3BAAnPZ%2C2BAgOI%2CoBAII%2CaAeI%3BAAlPZ%2CcA%2BNI%2CoBAII%2CaAeI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaPpQD%2CkBOoQC%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA1PhB%2CsBAiOI%2CoBAII%2CaAwBI%3BAA5PZ%2C2BAgOI%2CoBAII%2CaAwBI%3BAA3PZ%2CcA%2BNI%2CoBAII%2CaAwBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhQhB%2CsBAiOI%2CoBAII%2CaAwBI%2CUAKI%3BAAjQhB%2C2BAgOI%2CoBAII%2CaAwBI%2CUAKI%3BAAhQhB%2CcA%2BNI%2CoBAII%2CaAwBI%2CUAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAtQpB%2CsBAiOI%2CoBAII%2CaAsCI%3BAA1QZ%2C2BAgOI%2CoBAII%2CaAsCI%3BAAzQZ%2CcA%2BNI%2CoBAII%2CaAsCI%3BEnBlQZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CsBmBkNI%2CoBAII%2CaAsCI%2CSnB5PX%3BAAAD%2C2BmBkNI%2CoBAII%2CaAsCI%2CSnB5PX%3BAAAD%2CcmBkNI%2CoBAII%2CaAsCI%2CSnB5PX%3BAACD%2CsBmBiNI%2CoBAII%2CaAsCI%2CSnB3PX%3BAAAD%2C2BmBiNI%2CoBAII%2CaAsCI%2CSnB3PX%3BAAAD%2CcmBiNI%2CoBAII%2CaAsCI%2CSnB3PX%3BEACG%2CaAAA%3B%3BAmBjBJ%2CsBAiOI%2CoBAII%2CaAsCI%2CSAGI%3BAA7QhB%2C2BAgOI%2CoBAII%2CaAsCI%2CSAGI%3BAA5QhB%2CcA%2BNI%2CoBAII%2CaAsCI%2CSAGI%3BEAEI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAlDhB%2CoBAII%2CaAsCI%2CSAGI%2CQAKK%3BAAAD%2C2BAlDhB%2CoBAII%2CaAsCI%2CSAGI%2CQAKK%3BAAAD%2CcAlDhB%2CoBAII%2CaAsCI%2CSAGI%2CQAKK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAxDhB%2CoBAII%2CaAsCI%2CSAGI%2CQAWK%3BAAAD%2C2BAxDhB%2CoBAII%2CaAsCI%2CSAGI%2CQAWK%3BAAAD%2CcAxDhB%2CoBAII%2CaAsCI%2CSAGI%2CQAWK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBA9DpB%2CoBAII%2CaAsCI%2CSAGI%2CQAWK%2CWAMI%3BAAAD%2C2BA9DpB%2CoBAII%2CaAsCI%2CSAGI%2CQAWK%2CWAMI%3BAAAD%2CcA9DpB%2CoBAII%2CaAsCI%2CSAGI%2CQAWK%2CWAMI%3BEACG%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAQxB%2CsBAAC%2C0BACG%2CoBACI%3BAAFR%2C2BAAC%2C0BACG%2CoBACI%3BAAFR%2CcAAC%2C0BACG%2CoBACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAWgB%2CsBAP3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBACK%3BAAAD%2C2BAP3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBACK%3BAAAD%2CcAP3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBACK%3BEACG%2CYAAA%3B%3BAAEJ%2CsBAV3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAIK%3BAAAD%2C2BAV3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAIK%3BAAAD%2CcAV3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAIK%3BEACG%2COAAO%2C0BAAP%3B%3BAAXhC%2CsBAAC%2CoBAmBG%2CSACI%2COAAM%2COACF%3BAArBZ%2C2BAAC%2CoBAmBG%2CSACI%2COAAM%2COACF%3BAArBZ%2CcAAC%2CoBAmBG%2CSACI%2COAAM%2COACF%3BEACI%2CaAAA%3B%3BAAtBhB%2CsBAAC%2CoBAmBG%2CSAMI%2CgBACI%3BAA1BZ%2C2BAAC%2CoBAmBG%2CSAMI%2CgBACI%3BAA1BZ%2CcAAC%2CoBAmBG%2CSAMI%2CgBACI%3BEACI%2CaAAA%3B%3BAAIZ%2CsBA%5C%2FBH%2CoBA%2BBI%2C2BACG%2CSACI%2CwBAAuB%3BAAF%5C%2FB%2C2BA%5C%2FBH%2CoBA%2BBI%2C2BACG%2CSACI%2CwBAAuB%3BAAF%5C%2FB%2CcA%5C%2FBH%2CoBA%2BBI%2C2BACG%2CSACI%2CwBAAuB%3BEACnB%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAACA%2CsBAtCf%2CoBA%2BBI%2C2BACG%2CSACI%2CwBAAuB%2COAKlB%3BAAAD%2C2BAtCf%2CoBA%2BBI%2C2BACG%2CSACI%2CwBAAuB%2COAKlB%3BAAAD%2CcAtCf%2CoBA%2BBI%2C2BACG%2CSACI%2CwBAAuB%2COAKlB%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAShB%2C2BADJ%2CQACK%2CQACI%3BEACG%2CaAAA%3B%3BAAFR%2C2BADJ%2CQACK%2CQACI%2CSAEG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2C2BARhB%2CQACK%2CQACI%2CSAEG%2COAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAASR%2C2BAHZ%2COACK%2COACG%2CsBACK%3BEACG%2CaAAA%3B%3BAAHZ%2C2BADJ%2COACK%2COAMG%2CqBACI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAAYpB%2CcAAe%2CeAAe%3BEAC1B%2CkBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CkBAMI%2CgBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAATZ%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKACb%3BEnBjZZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEmB%2BYgB%2CeAAA%3B%3BAnB7YhB%2CkBmByYI%2CWACI%2CUAAS%2CQAAQ%2CKACb%2CenB3YX%3BAACD%2CkBmBwYI%2CWACI%2CUAAS%2CQAAQ%2CKACb%2CenB1YX%3BEACG%2CaAAA%3B%3BAmB2XJ%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAKb%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAEI%2CkBAVhB%2CWACI%2CUAAS%2CQAAQ%2CKAKb%2CcAGI%2CmBACK%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA1B5B%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAKb%2CcAGI%2CmBAQI%3BEACI%2C%2BBAAA%3B%3BAA9BxB%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COACI%3BEACI%2CaAAA%3B%3BAApCpB%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAII%3BEACI%2CaAAA%3B%3BAAvCpB%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%3BEnB5ahB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEmB0aoB%2CuBAAA%3BEACA%2CmBAAA%3B%3BAnBzapB%2CkBmByYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CanBtaf%3BAACD%2CkBmBwYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CanBraf%3BEACG%2CaAAA%3B%3BAmB2XJ%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaAII%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBAjDpB%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaAII%2CQAgBK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FD5B%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaAII%2CQAoBI%3BEACE%2CaAAA%3B%3BAAEF%2CkBAxDpB%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaAII%2CQAuBK%2CSAAS%3BEACN%2CSAAS%2COAAT%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAAEJ%2CkBA7DpB%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaAII%2CQA4BK%2CKAAK%3BEACF%2CSAAS%2COAAT%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAA5E5B%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaAsCI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBAnFpB%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaAsCI%2CMAgBK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CkBAzFpB%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaA2DI%2CMACK%2CIAAI%3BEACD%2CiBAAA%3B%3BAAEJ%2CkBA5FpB%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COAOI%2CaA2DI%2CMAIK%2CQACG%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAA3GhC%2CkBAYI%2CWACI%2CUAAS%2CQAAQ%2CKAqBb%2COA8EI%3BEACI%2CaAAA%3B%3BAAOpB%2CsBAEI%3BAADJ%2C8BACI%3BEACI%2CwBAAA%3B%3BAAGR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%3BEACI%2CaAAA%3B%3BAAGR%2C2BACI%2CSACI%2CeACI%2CQAAO%3BEACH%2CSAAA%3B%3BAAJhB%2C2BACI%2CSACI%2CeACI%2CQAAO%2COAEH%3BEACI%2CYAAA%3B%3BAACA%2C2BANhB%2CSACI%2CeACI%2CQAAO%2COAEH%2CKAEK%3BEACG%2CaPniBT%2CkBOmiBS%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAOxB%2CkBACI%2CQAAO%2CKACH%3BEACI%2CgBAAA%3B%3BAAHZ%2CkBACI%2CQAAO%2CKAIH%3BEACI%2CeAAA%3B%3BAANZ%2CkBACI%2CQAAO%2CKAIH%2CYAEI%3BEACI%2CeAAA%3B%3B%3BAAoChB%2CmBAzByD%3BEACrD%2CSAAS%2CQAAQ%2CKACb%2CcACI%3BIACI%2CuBAAA%3B%3BEAHZ%2CSAAS%2CQAAQ%2CKACb%2CcACI%2CmBAEI%3BIACI%2CUAAA%3B%3BEALhB%2CSAAS%2CQAAQ%2CKACb%2CcACI%2CmBAKI%3BIACI%2CUAAA%3B%3BEAKhB%2CkBACI%2CWACI%2CUAAS%2CQAAQ%2CKACb%3BIACI%2CUAAA%3B%3B%3BAA0CpB%2CmBAnCmD%3BEAC%5C%2FC%2CcACI%2CUAAS%2CQAAQ%2CKACb%2CcACI%3BIACI%2CuBAAA%3BInBlhBpB%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3BEmBshBI%2CSAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CyBACI%2CuBACI%3BInB7hBxB%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3BEmBmiBI%2CkBACI%2CWACI%2CUAAS%2CQAAQ%2CKACb%3BIACI%2COAAO%2CcAAP%3B%3B%3BAAyKpB%2CmBAlKiD%3BEAC7C%3BIACI%2CwBAAA%3B%3BEAKI%2CsBADJ%2CQACK%3BEAAD%2CcADJ%2CQACK%3BIACG%2CQAAA%3B%3BEAJZ%2CsBAOI%2CSACI%3BEAPR%2CcAMI%2CSACI%3BIACI%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3B%3BEAXZ%2CsBAeI%3BEAdJ%2CcAcI%3BIACI%2CaAAA%3B%3BEAhBR%2CsBAkBI%3BEAjBJ%2CcAiBI%3BInBhoBR%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2CsBmB0nBQ%2CSnB1nBP%3BEAAD%2CcmB0nBQ%2CSnB1nBP%3BEACD%2CsBmBynBQ%2CSnBznBP%3BEAAD%2CcmBynBQ%2CSnBznBP%3BIACG%2CaAAA%3B%3BEmBkoBgC%2CsBAP3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBACK%3BEAAD%2CcAP3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBACK%3BIACG%2CUAAA%3B%3BEAEJ%2CsBAV3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAIK%3BEAAD%2CcAV3B%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAIK%3BIACG%2CWAAA%3B%3BEACA%2CsBAZ%5C%2FB%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAIK%2CcAEI%3BEAAD%2CcAZ%5C%2FB%2CoBACG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CsBAIK%2CcAEI%3BIACG%2CaAAA%3B%3BEAWxC%2CqBACI%3BIACI%2C8BAAA%3B%3BEAFR%2CqBACI%2CkBAEI%2COAAM%3BIACF%2CaAAA%3B%3BEAEJ%2CqBALJ%2CkBAKQ%3BIACA%2CaAAA%3B%3BEAKR%2CcAAC%2CqBACG%3BIACI%2CcAAA%3B%3BEAIZ%2CYACI%3BIACI%2CeAAA%3B%3BEAGR%2CyBAEK%3BEADL%2COAAO%2CQACF%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3B%3BEAPR%2CyBAEK%2CoBAMG%3BEAPR%2COAAO%2CQACF%2CoBAMG%3BIACI%2CaAAA%3B%3BEAGA%2CyBAVP%2CoBASG%2COACK%3BEAAD%2COAXL%2CQACF%2CoBASG%2COACK%3BIACG%2CaAAA%3B%3BEAIZ%2CyBAAI%3BEAAJ%2COAhBG%2CQAgBC%3BIACA%2CiBAAA%3B%3BEAGR%2C2BACI%2CQACI%2CgBACI%3BIACI%2CcAAA%3B%3BEAJhB%2C2BAQI%2CSACI%3BIACI%2CqBAAA%3B%3BEAVZ%2C2BAaI%2CgBACI%2COACI%3BIACI%2CaAAA%3B%3BEAIZ%2C2BAAC%2CcACG%2CsBACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CcAAc%2CaAAd%3BIACA%2CWAAW%2CaAAX%3B%3BEAOA%2C2BAHZ%2CQACI%2CSACI%2CwBACK%3BIACG%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEArCpB%2C2BA0CI%2CSACI%3BIACI%2CiBAAA%3B%3BEAIZ%2CoBAAoB%2CkBAChB%2CcACI%3BInBzvBZ%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2CoBmBivBwB%2CkBAChB%2CcACI%2CenBnvBX%3BEACD%2CoBmBgvBwB%2CkBAChB%2CcACI%2CenBlvBX%3BIACG%2CaAAA%3B%3BEmB%2BuBA%2CoBAAoB%2CkBAChB%2CcACI%2CeAEI%3BIACI%2COAAO%2CcAAP%3B%3BEAKhB%2CkBACI%2CWACI%2CUAAS%2CQAAQ%2CKACb%3BIACI%2CUAAA%3B%3B%3BAA%2BEpB%2CmBAtEgD%3BEAMxB%2CsBAJhB%2CQACK%2CKACG%2CuBACI%2CcACK%2CUAAU%2CMACP%2CmBAAkB%3BIACd%2CUAAA%3B%3BEAIR%2CsBAVhB%2CQACK%2CKACG%2CuBACI%2CcAOK%2CUAAU%2CMACP%2CmBAAkB%3BIACd%2CUAAA%3B%3BEAXpB%2CsBADJ%2CQACK%2CKAiBG%2CuBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAMpB%2CoBAAoB%2CkBAChB%2CcACI%2CeACI%3BIACI%2COAAO%2CcAAP%3B%3BEAKhB%2CSAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BIACI%2CUAAA%3B%3BEAKhB%2CsBAGI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BEALhB%2C2BAEI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BEAJhB%2CcACI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAMpB%2CkBACI%3BIACI%2CaAAA%3B%3B%3BAAqDZ%2CmBA9CiD%3BEAMzB%2CcAJhB%2CQACK%2CKACG%2CUACK%2CQACI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAOxB%2CaACI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CSAAS%2CQAAQ%2CKACb%2CeACI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAIZ%2CkBACI%2CUAAS%2CQAAQ%2CKACb%3BIACI%2CSAAA%3B%3BEAHZ%2CkBAMI%2CWACI%2CUAAS%2CQAAQ%2CKACb%3BIACI%2CSAAA%3B%3B%3BAA2GpB%2CmBAnG2C%3BEACvC%2CYACI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CYAAa%2CGAAG%3BEAAG%2CYAAa%2CGAAG%3BIAC%5C%2FB%2CiBAAA%3B%3BEAEJ%2CaACI%2CmBACI%2CsBACI%2CeACI%3BIACI%2CaAAA%3B%3BEASZ%2CSADH%2CQACI%2CKACG%2CcACI%2CmBACI%3BIACI%2CWAAA%3B%3BEAJhB%2CSADH%2CQACI%2CKACG%2CcACI%2CmBAKI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAUZ%2CcAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAS5B%2CMAAM%2COAAQ%2CaAAa%3BIACvB%2CgBAAA%3B%3BEAEJ%2CoBAAoB%2CkBAChB%2CcACI%2CeACI%3BIACI%2CWAAA%3B%3BEAKhB%2C%2BBAEL%2C0BACe%2CoBACE%3BEAHlB%2CoBACC%2C0BACe%2CoBACE%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAOZ%2CsBAAC%2CoBACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BEAJhB%2CcAAC%2CoBACG%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%3BIACI%2CWAAA%3B%3B%3BAAmD5B%2CmBAzC6C%3BEAMrB%2CsBAJhB%2CQACK%2CKACG%2CuBACI%2CcACK%2CUAAU%2CMACP%2CmBAAkB%3BIACd%2CUAAA%3B%3BEALpB%2CsBADJ%2CQACK%2CKACG%2CuBACI%2CcAOI%2CmBAAkB%3BIACd%2CUAAA%3B%3BEAOxB%2CkBACI%2CWACI%2CUAAS%2CQAAQ%2CKACb%3BIACI%2CWAAA%3B%3BEAKhB%2CyBAA4B%3BIACxB%2CkBAAA%3B%3BEAEJ%2CMAAM%2COAAQ%2CaAAa%3BIACvB%2CgBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CyBAA4B%2CoBAAkB%3BIAC1C%2CgBAAA%3B%3B%3BAAsBZ%2CmBAlB%2BC%3BEAI3B%2CsBAFR%2CUACK%2CQACI%2CKACG%2CcACI%2CWACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAqBJ%2CIANvB%2CsBACG%2CUACK%2CQACI%2CKACG%2CWACK%2CkBACI%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAALhB%2CIAHX%2CsBACG%2CUACK%2CQACI%2CKAUG%2CcACI%3BEnBtjCxB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CImBkiCK%2CsBACG%2CUACK%2CQACI%2CKAUG%2CcACI%2CmBnBhjCvB%3BAACD%2CImBiiCK%2CsBACG%2CUACK%2CQACI%2CKAUG%2CcACI%2CmBnB%5C%2FiCvB%3BEACG%2CaAAA%3B%3BAmBmiCY%2CIAHX%2CsBACG%2CUACK%2CQACI%2CKAUG%2CcACI%2CmBAGI%2CQAAO%2CIAAI%3BEACP%2CeAAA%3BEACA%2CiBAAA%3B%3BAApBhC%2CIA4BI%2C4BACI%2CQACI%2CSACI%2CwBAAuB%3BEACnB%2COAAA%3BEACA%2CWAAA%3B%3BAAjCpB%2CIA4BI%2C4BASI%2CUAAS%2CQAAQ%2CKACb%2CcACI%2CmBACI%2CaACI%2CcACI%2CQAAO%3BEACH%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5ChC%2CIAoDI%2CqBAAoB%2CiBAEhB%2COAAM%2COACF%3BAAvDZ%2CIAqDI%2CgCAA%2BB%2CiBAC3B%2COAAM%2COACF%3BEACI%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3B%3BAA3DhB%2CIA%2BDI%2CqBAAoB%2CiBAEhB%2COAAM%2COACF%3BAAlEZ%2CIAgEI%2CgCAA%2BB%2CiBAC3B%2COAAM%2COACF%3BEACI%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3B%3BAAtEhB%2CIA0EI%2C4BAA2B%2CcACvB%2CwBAAuB%3BEACnB%2CUAAA%3BEACA%2CYAAA%3B%3BAA7EZ%2CIAgFI%2CuBACI%2CSACI%2CQAAO%3BEACH%2CYAAA%3B%3BAAnFhB%2CIAuFI%2CuBAAsB%2C2BAClB%2CSACI%2CQAAO%3BEACH%2CWAAA%3B%3BA9G3oChB%2CMAAM%3BAACN%2CMAAM%3BEACF%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CMAAM%2CIACF%2CUAAS%3BAADb%2CMAAM%2CIAEF%2CUAAS%3BEACL%2CcAAA%3B%3BAAIR%2CmBACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CmBAMI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CmBAMI%2COAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAlBZ%2CmBAMI%2COAcI%3BEACI%2CaAAA%3B%3BAAEJ%2CmBAjBJ%2COAiBQ%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CmBApBR%2COAiBQ%2CSAGC%3BEACG%2CSAAS%2CGAAT%3B%3BAAGR%2CmBAxBJ%2COAwBQ%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CMAAC%3BAACD%2CMAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIA%2CMADH%2COACI%3BEACG%2CaAAA%3B%3BAAVZ%2CMAcI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAIR%2CkBACI%2COAAM%2CIACF%2CYAAW%3BEACP%2CYAAA%3B%3BAAHZ%2CkBACI%2COAAM%2CIACF%2CYAAW%2CQAEP%2CMAAK%3BE2FhBjB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA3FUA%2CkBACI%2COAAM%2CIACF%2CYAAW%2CQAKP%3BAAPZ%2CkBACI%2COAAM%2CIACF%2CYAAW%2CQAMP%3BEACI%2CWAAA%3B%3BAAThB%2CkBACI%2COAAM%2CIACF%2CYAAW%2CQASP%3BEACI%2C%2BBAAA%3B%3BAAZhB%2CkBACI%2COAAM%2CIACF%2CYAAW%2CQAYP%3BEACI%2C8BAAA%3B%3BAAfhB%2CkBAmBI%2CQAAO%2COAAO%2CSAAS%3BAA8xCC%2CqBA9JvB%2CoBAOG%2C0BAmJI%2CsBACI%2CQACK%2COACI%2CSACI%3BAA8ZT%2CWAxBhB%2CaAmBI%2CUACI%2CWAGK%2CqBACI%3BEA3rDb%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEAEA%2CMAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CiBAAA%3B%3BAAtCR%2CkBAwCG%2CQAAO%2COAAO%3BEACX%2CYAAA%3B%3BAAzCN%2CkBA2CI%3BEACI%2CmBAAA%3B%3BAAKA%2CkBAFJ%2COAEK%3BAACD%2CkBAHJ%2COAGK%3BEACG%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEI%2CkBAVZ%2COAEK%2CYAOG%2CKACK%3BAAAD%2CkBAVZ%2COAGK%2CUAMG%2CKACK%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAIZ%2CkBAjBJ%2COAiBK%2CUACG%3BEACI%2CWAAA%3B%3BAACA%2CkBApBZ%2COAiBK%2CUACG%2CKAEK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAQR%2CkBAFR%2COACI%2CGACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKR%2CkBADJ%2CSACK%2CIACG%3BAADJ%2CkBADJ%2CSACK%2CIAEG%3BEACI%2CeAAA%3BEAEA%2CWAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBADJ%2CSACK%2CIAQG%3BEACI%2CYAAA%3B%3BAACA%2CkBAXZ%2CSACK%2CIAQG%2COAEK%3BEACG%2CSAAS%2CGAAT%3B%3BAAhGpB%2CkBAsGI%3BEACI%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAzGR%2CkBA2GI%3BEACI%2CSAAA%3BE2FlLR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3FgLQ%2CmBAAA%3BEACA%2CmBAAA%3B%3BA2F%5C%2FKR%2CkB3F2KI%2CyB2F3KH%3BAACD%2CkB3F0KI%2CyB2F1KH%3BEACG%2CaAAA%3B%3BA3F8DJ%2CkBA2GI%2CyBAMI%3BE2FvLR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3FqLY%2CmBAAA%3B%3BA2FnLZ%2CkB3F2KI%2CyBAMI%2CiB2FjLP%3BAACD%2CkB3F0KI%2CyBAMI%2CiB2FhLP%3BEACG%2CaAAA%3B%3BA3F8DJ%2CkBA2GI%2CyBAMI%2CiBAII%3BEACI%2CcAAA%3B%3BAAtHhB%2CkBA2HI%3BEACI%2CaAAA%3B%3BAA5HR%2CkBA2HI%2CWAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhIZ%2CkBA2HI%2CWAGI%2CMAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnIhB%2CkBA2HI%2CWAYI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAA1IZ%2CkBA2HI%2CWAiBI%3BEACI%2CqBAAA%3B%3BAA7IZ%2CkBA2HI%2CWAoBI%3BAA%5C%2FIR%2CkBA2HI%2CWAqBI%3BEACI%2CSAAA%3B%3BAAjJZ%2CkBA2HI%2CWAoBI%2CYAII%2CMAEI%3BAArJhB%2CkBA2HI%2CWAqBI%2CUAGI%2CMAEI%3BAArJhB%2CkBA2HI%2CWAoBI%2CYAII%2CMAGI%2CWAAW%3BAAtJ3B%2CkBA2HI%2CWAqBI%2CUAGI%2CMAGI%2CWAAW%3BEACP%2CeAAA%3B%3BAAvJpB%2CkBA6JI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAACA%2CkBALJ%2CWAKK%3BEACG%2CmBAAA%3B%3BAAnKZ%2CkBA6JI%2CWAQI%3BAArKR%2CkBA6JI%2CWASI%3BEACI%2C2BAAA%3B%3BAAvKZ%2CkBA2KI%3BEACI%2CmBAAA%3B%3BAAEA%2CkBAHJ%2CkBAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FKZ%2CkBA2KI%2CkBAOI%3BEACI%2CgBAAA%3B%3BAAGJ%2CkBAXJ%2CkBAWK%2CKACG%3BEACI%2CiBAAA%3B%3BAAEA%2CkBAfZ%2CkBAWK%2CKACG%2CeAGK%3BEACG%2CyBAAA%3B%3BAAQZ%2CkBADJ%2COACK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CkBADJ%2COACK%2CIAIG%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CkBAhBZ%2COACK%2CIAcG%2CYACK%3BEAEG%2CyBAAA%3BE2FhOpB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BE3FgOoB%2CYAAA%3BEACA%2CYAAA%3B%3BAALJ%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQAMG%3BAANJ%2CkBAhBZ%2COACK%2CIAcG%2CYACK%2CQAOG%3BEACI%2CmBAAA%3B%3BAACA%2CkBAzBpB%2COACK%2CIAcG%2CYACK%2CQAMG%2CUAGK%3BAAAD%2CkBAzBpB%2COACK%2CIAcG%2CYACK%2CQAOG%2CSAEK%3BAACD%2CkBA1BpB%2COACK%2CIAcG%2CYACK%2CQAMG%2CUAIK%3BAAAD%2CkBA1BpB%2COACK%2CIAcG%2CYACK%2CQAOG%2CSAGK%3BEACG%2CcAAA%3B%3BAA7N5B%2CkBAqOI%3BE2F3SJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CkB3FqSI%2CU2FrSH%3BAACD%2CkB3FoSI%2CU2FpSH%3BEACG%2CaAAA%3B%3BA3F8DJ%2CkBAqOI%2CUAGI%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAA1OZ%2CkBAqOI%2CUAGI%2CYAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhPhB%2CkBAqOI%2CUAGI%2CYAUI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAArPhB%2CkBA2PI%3BEACI%2CgBAAA%3B%3BAA5PR%2CkBA%2BPI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAlQR%2CkBA%2BPI%2CgBAII%3BEACI%2CiBAAA%3B%3BAApQZ%2CkBA%2BPI%2CgBAQI%3BEAEI%2CuBAAA%3B%3BAAzQZ%2CkBA%2BPI%2CgBAaI%2CWACI%3BEACI%2CeAAA%3B%3BAA9QhB%2CkBA%2BPI%2CgBAaI%2CWAKI%3BEACI%2CiBAAA%3B%3BAAlRhB%2CkBAuRI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BE2FvSR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BA3FUA%2CkBAuRI%2CwBAMI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FRZ%2CkBAuRI%2CwBAUI%3BEAEI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxSZ%2CkBAuRI%2CwBAmBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA9SZ%2CkBAuRI%2CwBAyBI%3BEACI%2CgBAAA%3B%3BAAjTZ%2CkBAqTI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAvTR%2CkBA0TI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEI%2CkBALR%2CiBAII%2CEACK%3BEACG%2CeAAA%3BEACA%2C0BAAA%3B%3BAAjUhB%2CkBAsUI%2CkBACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5UZ%2CkBAsUI%2CkBASI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAlVZ%2CkBAsUI%2CkBAeI%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAxVZ%2CkBAsUI%2CkBAeI%2CGAKI%3BEACI%2CgBAAA%3B%3BAAEA%2CkBAvBZ%2CkBAeI%2CGAKI%2CGAGK%2CIAAI%3BEACD%2CkBAAA%3B%3BAA9VpB%2CkBAsUI%2CkBAeI%2CGAKI%2CGAMI%3BEACI%2CiBAAA%3B%3BAACA%2CkBA5BhB%2CkBAeI%2CGAKI%2CGAMI%2CEAEK%3BEACG%2CWAAA%3B%3BAAEJ%2CkBA%5C%2FBhB%2CkBAeI%2CGAKI%2CGAMI%2CEAKK%3BEACG%2CWAAA%3B%3BAAEJ%2CkBAlChB%2CkBAeI%2CGAKI%2CGAMI%2CEAQK%3BEACG%2CWAAA%3B%3BAAEJ%2CkBArChB%2CkBAeI%2CGAKI%2CGAMI%2CEAWK%3BEACG%2CcAAA%3B%3BAAEJ%2CkBAxChB%2CkBAeI%2CGAKI%2CGAMI%2CEAcK%3BEACG%2CcAAA%3B%3BAAEJ%2CkBA3ChB%2CkBAeI%2CGAKI%2CGAMI%2CEAiBK%3BEACG%2CcAAA%3B%3BAAQhB%2CkBADJ%2COACK%3BEAEG%2CeAAA%3B%3BAA5XZ%2CkBAgYI%2CkBACI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CyBACI%2CsBACI%2CyBACI%2CuBACI%3BE2FxZhB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BA3F6ZA%3BEACI%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CkBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAATR%2CkBAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CkBAeI%3BEACI%2CaAAA%3B%3BAAhBR%2CkBAeI%2CkBAEI%2CeAII%3BEACI%2CaAAA%3B%3BAAKR%2CkBADJ%2COACK%3BEACG%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FBZ%2CkBAkCI%3BAAlCJ%2CkBAmCI%3BEACI%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAACA%2CkBALJ%2CcAKK%3BAAAD%2CkBAJJ%2CcAIK%3BEACG%2CeAAA%3B%3BAACA%2CkBAPR%2CcAKK%2CMAEI%3BAAAD%2CkBANR%2CcAIK%2CMAEI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CkBAZJ%2CcAYK%3BAAAD%2CkBAXJ%2CcAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAvDZ%2CkBAkCI%2CcAuBI%3BAAzDR%2CkBAmCI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2C%2BCAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAjEZ%2CkBAqEI%3BEACI%2CYAAA%3B%3BAAEI%2CkBAHR%2CcAEI%2COACK%3BEACG%2CSAAS%2COAAT%3B%3BAAMJ%2CkBAFR%2CcACI%2COACK%3BEACG%2CSAAS%2COAAT%3B%3BAAhFhB%2CkBAqFI%3BAArFJ%2CkBAsFI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGR%2CWACI%2CiBACI%2COAAM%2CSACD%3BEACG%2CkBAAA%3B%3BAAJhB%2CWACI%2CiBACI%2COAAM%2CSACD%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CgBAAA%3B%3BAAQhB%2CcAAC%2CQACG%3BEACI%2CeAAA%3B%3BAAFR%2CcAAC%2CQAKG%2CWACI%2CMACI%3BEACI%2CiBAAA%3B%3BAAMJ%2CcAdX%2CQAYG%2CGACI%2CGACK%3BEACG%2CYAAA%3B%3BAAOhB%2CcAAC%3BEACG%2CmBAAA%3B%3BAAEI%2CcAHP%2CQAEG%2COACK%2CQACG%3BEACI%2CmBAAA%3B%3BAALhB%2CcAAC%2CQASG%2CMACI%2CGACI%3BEACI%2CWAAA%3B%3BAAMpB%3BE2F1mBA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3FwmBI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BA2FxmBJ%2CwBAAC%3BAACD%2CwBAAC%3BEACG%2CaAAA%3B%3BA3FkmBJ%2CwBAMI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAZR%2CwBAcI%2CYACI%3BEACI%2CgBAAA%3B%3BAAhBZ%2CwBAcI%2CYACI%2CEAEI%3BEACI%2CWAAA%3B%3BAACA%2CwBALZ%2CYACI%2CEAEI%2CEAEK%3BEACG%2CcAAA%3B%3BAAGR%2CwBATR%2CYACI%2CEAQK%2CWACG%2CEACI%3BEACI%2CaAAA%3B%3BAASxB%2CiBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CiBACI%2CaAEI%3BEACI%2CgBAAA%3B%3BAACA%2CiBAJR%2CaAEI%2CQAEK%3BEACG%2CyBAAA%3BEACA%2CsDAAA%3BEACA%2C8CAAA%3B%3BAAWZ%2CcAAC%2CIAAI%2CuBACD%3BEACI%2CwBAAA%3B%3BAAKZ%2CqBACI%2CeACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBAMI%2CoBACI%2CuBACI%3BEAEI%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CqBANZ%2CoBACI%2CuBACI%2CsBAIK%3BEACG%2CeAAA%3B%3BAAbpB%2CqBAkBI%3BEACI%2CgBAAA%3B%3BAAII%2CqBAFR%2CeACI%2CSAAQ%2CeACH%3BEACG%2CcAAA%3B%3BAAxBhB%2CqBA4BI%2CmBACI%2CSACI%3BEACI%2CUAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBALZ%2CmBACI%2CSACI%2CSAGK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CqBALZ%2CmBACI%2CSACI%2CSAGK%2CYAGG%3BEACI%2CiBAAA%3B%3BAAJR%2CqBALZ%2CmBACI%2CSACI%2CSAGK%2CYAMG%3BEACI%2CaAAA%3B%3BAAGR%2CqBAfZ%2CmBACI%2CSACI%2CSAaK%2CWACE%3BEACI%2CaAAA%3B%3BAA7CvB%2CqBAmDI%2CiBACI%2CwBACI%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAxDhB%2CqBA4DI%2CiBACI%2CiBACI%3BEACI%2CWAAA%3B%3BAAKhB%2CqBACI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3B%3BAALJ%2CqBAMI%3BAANJ%2CqBAOI%3BEACI%2CaAAA%3B%3BAARR%2CqBAWI%2CqBACI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CqBARR%2CqBACI%2CEAOK%3BEACG%2CcAAA%3B%3BAApBhB%2CqBAWI%2CqBACI%2CEAWI%2CKAAI%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEAEA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAvBR%2CqBACI%2CEAsBK%3BEACG%2CeAAA%3B%3BAAQJ%2CqBAhCR%2CqBACI%2CEA%2BBK%2CWACG%3BEACI%2CiBAAA%3B%3BAAEA%2CqBApChB%2CqBACI%2CEA%2BBK%2CWACG%2CKAGK%3BEACG%2CSAAS%2COAAT%3B%3BAAQxB%3BEACI%2CWAAA%3B%3BAAGI%2CwBADJ%2COACK%2CUACI%3BEACG%2CaAAA%3B%3BAAFR%2CwBADJ%2COACK%2CUAKG%2CSACI%2COACI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAXpB%2COACK%2CUAKG%2CSACI%2COACI%2CKAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAXpB%2CwBADJ%2COACK%2CUAKG%2CSAWI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CwBAxBhB%2COACK%2CUAKG%2CSAWI%2CMAOK%3BEACG%2CqBAAA%3B%3BAASxB%2CyBACI%2CQAAO%3BAA0YP%2CqBAAC%2CoBAOG%2C0BAmJI%2CsBAoBK%2CSACI%3BEAxjBb%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAEJ%2CcACI%3BEACI%2CyBAAA%3B%3BAAGR%2CqBACI%3BEACI%2CUAAA%3B%3BAAFR%2CqBACI%2CeAGI%3BEACI%2CqBAAA%3B%3BAALZ%2CqBACI%2CeAMI%2CqBACK%3BEACG%2CqBAAA%3B%3BAAOJ%2CqBAFR%2CSACK%2COACI%3BEACG%2CwBAAA%3B%3BAAjBhB%2CqBAsBI%3BEACI%2CgBAAA%3B%3BAAvBR%2CqBA0BI%2CeACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BE2FxwBZ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEAjEA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE3Fu0BY%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAhBR%2CeACI%2CoBAeK%3BEACG%2CSAAS%2COAAT%3BEACA%2CauG%5C%2F5BD%2CavG%2B5BC%3B%3BAAIR%2CqBAtBJ%2CeAsBK%2CoBACG%3BEACI%2CWAAA%3B%3BAAEA%2CqBA1BZ%2CeAsBK%2CoBACG%2CoBAGK%3BEACG%2CSAAS%2COAAT%3B%3BAArDpB%2CqBA2DI%2CgCAEI%3BAA7DR%2CqBA2DI%2CgCAGI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BE2F3yBZ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEAjEA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BA3FgyBA%2CqBA2DI%2CgCAEI%2C4BAeI%3BAA5EZ%2CqBA2DI%2CgCAGI%2C6BAcI%3BEACI%2CaAAA%3B%3BAAGJ%2CqBArBR%2CgCAEI%2C4BAmBK%3BAAAD%2CqBArBR%2CgCAGI%2C6BAkBK%3BEACG%2CauGp8BD%2CavGo8BC%3BEACA%2CcAAA%3B%3BAAKJ%2CqBA5BR%2CgCA2BI%2C4BACK%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAlCR%2CgCAiCI%2C6BACK%3BEACG%2CSAAS%2COAAT%3B%3BAA9FhB%2CqBAmGI%2CwBACI%3BEACI%2CMAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAMJ%2CqBADJ%2CSACK%2CMACG%3BEACI%2CaAAA%3B%3BAAFR%2CqBADJ%2CSACK%2CMAKG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CqBADJ%2CSACK%2CMAUG%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAbR%2CqBADJ%2CSACK%2CMAUG%2CeAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CqBAzBJ%2CSAyBK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CqBAzBJ%2CSAyBK%2CSAMG%3BE2Ft%2BBZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3Fo%2BBgB%2CuBAAA%3B%3BA2Fl%2BBhB%2CqB3Fi8BI%2CSAyBK%2CSAMG%2CY2Fh%2BBX%3BAACD%2CqB3Fg8BI%2CSAyBK%2CSAMG%2CY2F%5C%2F9BX%3BEACG%2CaAAA%3B%3BA3Fk%2BBgB%2CqBAnChB%2CSAyBK%2CSAMG%2CYAGI%2CMACK%3BEACG%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CqBAnChB%2CSAyBK%2CSAMG%2CYAGI%2CMACK%2COAOG%3BEACI%2CkBAAA%3B%3BAACA%2CqBA5CxB%2CSAyBK%2CSAMG%2CYAGI%2CMACK%2COAOG%2CSAEK%3BEACG%2CSAAQ%2CGAAR%3B%3BAAEJ%2CqBA%5C%2FCxB%2CSAyBK%2CSAMG%2CYAGI%2CMACK%2COAOG%2CSAKK%3BEACG%2CSAAQ%2CGAAR%3B%3BAAOZ%2CqBAvDhB%2CSAyBK%2CSAMG%2CYAuBI%2CMACK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBA3DpB%2CSAyBK%2CSAMG%2CYAuBI%2CMACK%2CMAII%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIA%2CqBAhExB%2CSAyBK%2CSAMG%2CYAuBI%2CMACK%2CMAQG%2CMACK%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CqBApE5B%2CSAyBK%2CSAMG%2CYAuBI%2CMACK%2CMAQG%2CMACK%2COAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3B%3BAAQJ%2CqBAnF5B%2CSAyBK%2CSAMG%2CYAuBI%2CMACK%2CMAyBI%2COAEG%2CMAAK%2COACA%3BAAAD%2CqBAnF5B%2CSAyBK%2CSAMG%2CYAuBI%2CMACK%2CMA0BI%2CMACG%2CMAAK%2COACA%3BEACG%2CWAAA%3B%3BAA3D5B%2CqBAzBJ%2CSAyBK%2CSAmEG%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BA2FrsBhB%2CqB3FsmBI%2CSAyBK%2CSAmEG%2CmBAII%2CS2FtsBf%3BAACD%2CqB3FqmBI%2CSAyBK%2CSAmEG%2CmBAII%2CS2FrsBf%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CqB3FimBI%2CSAyBK%2CSAmEG%2CmBAII%2CS2FjsBf%3BEACG%2CWAAA%3B%3BA3FynBI%2CqBAzBJ%2CSAyBK%2CSAmEG%2CmBAII%2CSASI%2C0BAEI%2CaACK%3BEACG%2CaAAA%3B%3BAApFxB%2CqBAzBJ%2CSAyBK%2CSAmEG%2CmBAII%2CSASI%2C0BAEI%2CaAII%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxFxB%2CqBAzBJ%2CSAyBK%2CSAmEG%2CmBAII%2CSASI%2C0BAEI%2CaAII%2CcAGI%2CeACI%3BEACI%2CgBAAA%3B%3BAA3FhC%2CqBAzBJ%2CSAyBK%2CSAmEG%2CmBAII%2CSASI%2C0BAiBI%2CaACI%3BEACI%2CaAAA%3B%3BAAnGxB%2CqBAzBJ%2CSAyBK%2CSAmEG%2CmBAII%2CSAkCI%3BEAEI%2CgBAAA%3B%3BAAGQ%2CqBAvI5B%2CSAyBK%2CSAmEG%2CmBAII%2CSAkCI%2CYAGI%2CUACI%2CeACK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BAAhH5B%2CqBAzBJ%2CSAyBK%2CSAmEG%2CmBAII%2CSAkCI%2CYAWI%3BEACI%2CeAAA%3B%3BAArHpB%2CqBAzBJ%2CSAyBK%2CSA4HG%3BEACI%2CgBAAA%3B%3BAAKJ%2CqBA3JR%2CSA0JK%2CKACI%2CSACG%3BEACI%2CaAAA%3B%3BAAKI%2CqBAlKpB%2CSA0JK%2CKACI%2CSAKG%2CUACI%2COACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAA9Q5B%2CqBAsRI%3BEACI%2CgBAAA%3B%3BAAKI%2CqBAFR%2CiBACI%2CQACK%3BEACG%2CgBAAA%3B%3BAA7RhB%2CqBAkSI%2CYACI%3BEACI%2CcAAA%3B%3BAApSZ%2CqBAwSI%2C%2BBACI%2CeACI%3BEACI%2CWAAA%3B%3BAAMR%2CqBADJ%2CWACK%2CSACG%3BEACI%2CiBAAA%3B%3BAAOJ%2CqBAFR%2CUACI%2CeACK%2COACG%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CqBAFR%2CUACI%2CeACK%2COAOG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAApUpB%2CqBAwTI%2CUAiBK%2CSACI%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5UhB%2CqBAwTI%2CUAwBI%2CsBACI%2CqBACI%3BEACI%2CiBAAA%3B%3BAASR%2CqBAHP%2C0BAEG%2CSACK%3BAAAD%2CqBAFP%2C2BACG%2CSACK%3BEACG%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CqBAHP%2C0BAEG%2CSACK%2CSAIG%3BAAJJ%2CqBAFP%2C2BACG%2CSACK%2CSAIG%3BEACI%2C2BAAA%3B%3BAAGJ%2CqBAXX%2C0BAEG%2CSACK%2CSAQI%3BAAAD%2CqBAVX%2C2BACG%2CSACK%2CSAQI%3BEACG%2CWAAA%3B%3BAAQA%2CqBApBf%2C0BAiBG%2CuBACI%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CWACI%3BAAJhB%2CqBAnBf%2C2BAgBG%2CuBACI%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CWACI%3BEACI%2CWAAA%3B%3BAAWpC%2CqBAAC%2CoBAOG%2C0BAOI%2CaACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlBhB%2CqBAAC%2CoBAOG%2C0BAOI%2CaACI%2CyBAII%3BEACI%2CYAAA%3BEACA%2C4BAAA%3B%3BAArBpB%2CqBAAC%2CoBAOG%2C0BAOI%2CaACI%2CyBAII%2CuBAII%3BEACI%2CgBAAA%3B%3BAAEA%2CqBA1BvB%2CoBAOG%2C0BAOI%2CaACI%2CyBAII%2CuBAII%2CqBAGK%3BEACG%2CaAAA%3B%3BAAQR%2CqBAnCnB%2CoBAOG%2C0BAOI%2CaAmBI%2CiBACI%2CSACK%3BEACG%2CgBAAA%3B%3BAApCxB%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBAOI%2CaACI%3BEACI%2CkBAAA%3B%3BAA1CxB%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBAaI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAhDpB%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBAsBI%2CWACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA1DxB%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBA6BI%3BEACI%2CmBAAA%3B%3BAA%5C%2FDpB%2CqBAAC%2CoBAOG%2C0BAOI%2CaAmBI%2CiBA6BI%2CYAGI%3BE2F1xCxB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqB3FmtCK%2CoBAOG%2C0BAOI%2CaAmBI%2CiBA6BI%2CYAGI%2CU2FpxCvB%3BAACD%2CqB3FktCK%2CoBAOG%2C0BAOI%2CaAmBI%2CiBA6BI%2CYAGI%2CU2FnxCvB%3BEACG%2CaAAA%3B%3BA3FitCA%2CqBAAC%2CoBAOG%2C0BAiEI%2CgBACI%3BEAEI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%3BEAEG%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAANJ%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CWAOG%3BEACI%2C%2BBAAA%3B%3BAARR%2CqBAnFf%2CoBAOG%2C0BA0EI%2CaACI%2CSACK%2CWAUG%3BEACI%2C8BAAA%3B%3BAA9FxB%2CqBAAC%2CoBAOG%2C0BA6FI%3BEACI%2CgBAAA%3B%3BAArGZ%2CqBAAC%2CoBAOG%2C0BA6FI%2CkBAGI%3BEACI%2CgBAAA%3B%3BAAKJ%2CqBA7GX%2CoBAOG%2C0BAqGI%2CUACK%3BEACG%2CmBAAA%3B%3BAACA%2CqBA%5C%2FGf%2CoBAOG%2C0BAqGI%2CUACK%2COAEI%2CIAAI%3BEACD%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAJR%2CqBA7GX%2CoBAOG%2C0BAqGI%2CUACK%2COAMI%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAATR%2CqBA7GX%2CoBAOG%2C0BAqGI%2CUACK%2COAYG%2CKACI%3BEACI%2CqBAAA%3B%3BAA3HxB%2CqBAAC%2CoBAOG%2C0BA0HI%3BE2F11CZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3Fw1CgB%2C8BAAA%3B%3BA2Ft1ChB%2CqB3FmtCK%2CoBAOG%2C0BA0HI%2CwB2Fp1CX%3BAACD%2CqB3FktCK%2CoBAOG%2C0BA0HI%2CwB2Fn1CX%3BEACG%2CaAAA%3B%3BA3FitCA%2CqBAAC%2CoBAOG%2C0BA%2BHI%3BAAtIR%2CqBAAC%2CoBAOG%2C0BAgII%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BE2FzyChB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BA3F6pCI%2CqBAAC%2CoBAOG%2C0BAwII%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGI%2CqBApJf%2CoBAOG%2C0BAwII%2CyBAII%2CQACK%3BEACG%2CaAAA%3B%3BAArJpB%2CqBAAC%2CoBAOG%2C0BAmJI%2CsBAUI%2CiBACI%2CSAAQ%3BEACJ%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxKpB%2CqBAAC%2CoBAOG%2C0BAmJI%2CsBAUI%2CiBAMI%3BEACI%2CaAAA%3B%3BAA3KpB%2CqBAAC%2CoBAOG%2C0BAmJI%2CsBAoBK%2CSACI%3BEAEG%2CaAAA%3B%3BAAOpB%2CqBAAC%2C0BACG%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAAC%2C0BACG%2CkBAEI%3BEACI%2CWAAA%3B%3BAAGI%2CqBAPf%2C0BACG%2CkBAEI%2CyBAGI%2COACK%2CUACI%3BEACG%2CaAAA%3B%3BAAFR%2CqBAPf%2C0BACG%2CkBAEI%2CyBAGI%2COACK%2CUAKG%2CSACI%2COACI%3BEACI%2CgBAAA%3B%3BAAEA%2CqBAjB%5C%2FB%2C0BACG%2CkBAEI%2CyBAGI%2COACK%2CUAKG%2CSACI%2COACI%2CKAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAXpB%2CqBAPf%2C0BACG%2CkBAEI%2CyBAGI%2COACK%2CUAKG%2CSAWI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBAhC3B%2C0BACG%2CkBAEI%2CyBAGI%2COACK%2CUAKG%2CSAWI%2CMASK%3BEACG%2CqBAAA%3B%3BAAjChC%2CqBAAC%2C0BACG%2CkBAwCI%3BEACI%2CWAAA%3B%3BAAKhB%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAEI%2CSACK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALZ%2CkBAQI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CkBAQI%2CiBAGI%2CcACI%3BEAEI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAhBhB%2CkBAQI%2CiBAGI%2CcACI%2CMAKM%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAArBpB%2CkBAQI%2CiBAGI%2CcAcI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA7BhB%2CkBAQI%2CiBAGI%2CcAcI%2CMAKI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAlCpB%2CkBAQI%2CiBAGI%2CcAcI%2CMAWI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CkBAjCR%2CiBAGI%2CcA8BK%2CMACG%3BEACI%2CmEAAA%3BEACA%2CgEAAA%3BEACA%2C%2BDAAA%3BEACA%2C2DAAA%3B%3BAAMpB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAII%3BAAJJ%2CsBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CsBAGI%2CeAII%2CeACI%3BAARZ%2CsBAII%2CaAGI%2CeACI%3BAARZ%2CsBAKI%2CWAEI%2CeACI%3BEACI%2CgBAAA%3B%3BAAIJ%2CsBAVR%2CeASI%2CcACK%2CMACG%3BAADJ%2CsBATR%2CaAQI%2CcACK%2CMACG%3BAADJ%2CsBARR%2CWAOI%2CcACK%2CMACG%3BEACI%2CUAAA%3B%3BAAFR%2CsBAVR%2CeASI%2CcACK%2CMAIG%3BAAJJ%2CsBATR%2CaAQI%2CcACK%2CMAIG%3BAAJJ%2CsBARR%2CWAOI%2CcACK%2CMAIG%3BEACI%2CWAAA%3B%3BAAlBpB%2CsBAwBI%3BEACI%2CkBAAA%3B%3BAAzBR%2CsBA4BI%3BEACI%2CiBAAA%3B%3BAAaI%2CwBAFP%2CMACG%2CiBACK%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAa%2CUAAb%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAXZ%2CwBAAC%2CMACG%2CiBAYI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAAKhB%3BAACA%3BEACI%2CmBAAA%3B%3BAAKQ%2CgBAFR%2COAAM%2CSACD%2CSACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAOZ%2CMAAC%3BEACG%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAGI%2CMANP%2CYAKG%2CGACK%3BEACG%2CUAAA%3B%3BAADJ%2CMANP%2CYAKG%2CGACK%2CaAEG%3BEACI%2CeAAA%3B%3BAASJ%2CMAlBX%2CYAeG%2CgBACI%2CeAEK%3BAAlBb%2CMAAC%2CYAeG%2CgBACI%2CeAGK%2COAAI%3BEACD%2CiBAAA%3B%3BAApBhB%2CMAAC%2CYAyBG%3BEACI%2CgBAAA%3B%3BAAEA%2CMA5BP%2CYAyBG%2CgBAGM%3BAACF%2CMA7BP%2CYAyBG%2CgBAIM%3BEACE%2CkBAAA%3B%3BAA9BZ%2CMAAC%2CYAkCG%2CaACI%3BEACI%2CeAAA%3B%3BAAKZ%2CMAAC%2CQAGG%3BAAFJ%2CMAAC%2CUAEG%3BAADJ%2CMAAC%2COACG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CMAAC%2CQAGG%2CaAII%3BAANR%2CMAAC%2CUAEG%2CaAII%3BAALR%2CMAAC%2COACG%2CaAII%3BEACI%2CiBAAA%3BEAEA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CMAbX%2CQAGG%2CaAII%2COAMK%3BAAAD%2CMAZX%2CUAEG%2CaAII%2COAMK%3BAAAD%2CMAXX%2COACG%2CaAII%2COAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAApBhB%2CMAAC%2CQA0BG%3BAAzBJ%2CMAAC%2CUAyBG%3BAAxBJ%2CMAAC%2COAwBG%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKI%2CMAnCX%2CQAiCG%2CUACK%2CQACI%3BAAAD%2CMAlCX%2CUAgCG%2CUACK%2CQACI%3BAAAD%2CMAjCX%2COA%2BBG%2CUACK%2CQACI%3BEACG%2CgBAAA%3B%3BAADJ%2CMAnCX%2CQAiCG%2CUACK%2CQACI%2CKAEG%2CcACI%2CmBACI%2CmBACI%2CcACI%3BAANpB%2CMAlCX%2CUAgCG%2CUACK%2CQACI%2CKAEG%2CcACI%2CmBACI%2CmBACI%2CcACI%3BAANpB%2CMAjCX%2COA%2BBG%2CUACK%2CQACI%2CKAEG%2CcACI%2CmBACI%2CmBACI%2CcACI%3BEACI%2CYAAA%3B%3BAAUxB%2CMApDX%2CQAiCG%2CUAkBK%2CKACI%2CMACI%3BAADL%2CMAnDX%2CUAgCG%2CUAkBK%2CKACI%2CMACI%3BAADL%2CMAlDX%2COA%2BBG%2CUAkBK%2CKACI%2CMACI%3BEACG%2CaAAA%3B%3BAASJ%2CMA%5C%2FDf%2CQA4DG%2CQACK%2CQACG%2CMACK%3BAAAD%2CMA9Df%2CUA2DG%2CQACK%2CQACG%2CMACK%3BAAAD%2CMA7Df%2COA0DG%2CQACK%2CQACG%2CMACK%3BEACG%2CSAAA%3B%3BAAEA%2CMAlEnB%2CQA4DG%2CQACK%2CQACG%2CMACK%2CSAGI%3BAAAD%2CMAjEnB%2CUA2DG%2CQACK%2CQACG%2CMACK%2CSAGI%3BAAAD%2CMAhEnB%2COA0DG%2CQACK%2CQACG%2CMACK%2CSAGI%3BEACG%2CgBAAA%3B%3BAANhB%2CMA7DP%2CQA4DG%2CQACK%2CQAWG%3BAAXJ%2CMA5DP%2CUA2DG%2CQACK%2CQAWG%3BAAXJ%2CMA3DP%2COA0DG%2CQACK%2CQAWG%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CMA5Ef%2CQA4DG%2CQACK%2CQAWG%2CMAIK%3BAAAD%2CMA3Ef%2CUA2DG%2CQACK%2CQAWG%2CMAIK%3BAAAD%2CMA1Ef%2COA0DG%2CQACK%2CQAWG%2CMAIK%3BEACG%2CgBAAA%3B%3BAAOZ%2CMApFP%2CQAmFG%2CSACK%3BAAAD%2CMAnFP%2CUAkFG%2CSACK%3BAAAD%2CMAlFP%2COAiFG%2CSACK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CMAxFX%2CQAmFG%2CSACK%2CQAII%3BAAAD%2CMAvFX%2CUAkFG%2CSACK%2CQAII%3BAAAD%2CMAtFX%2COAiFG%2CSACK%2CQAII%3BAAJL%2CMApFP%2CQAmFG%2CSACK%2CQAKG%3BAALJ%2CMAnFP%2CUAkFG%2CSACK%2CQAKG%3BAALJ%2CMAlFP%2COAiFG%2CSACK%2CQAKG%3BEACI%2CaAAA%3B%3BAA1FhB%2CMAAC%2CQA%2BFG%2CMACI%3BAA%5C%2FFR%2CMAAC%2CUA8FG%2CMACI%3BAA9FR%2CMAAC%2COA6FG%2CMACI%3BE2F3sDZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3FysDgB%2CuBAAA%3B%3BA2FvsDhB%2CM3FqmDK%2CQA%2BFG%2CMACI%2CW2FrsDX%3BAAAD%2CM3FsmDK%2CUA8FG%2CMACI%2CW2FrsDX%3BAAAD%2CM3FumDK%2COA6FG%2CMACI%2CW2FrsDX%3BAACD%2CM3FomDK%2CQA%2BFG%2CMACI%2CW2FpsDX%3BAAAD%2CM3FqmDK%2CUA8FG%2CMACI%2CW2FpsDX%3BAAAD%2CM3FsmDK%2COA6FG%2CMACI%2CW2FpsDX%3BEACG%2CaAAA%3B%3BA3FmmDA%2CMAAC%2CQA%2BFG%2CMACI%2CWAII%3BAAnGZ%2CMAAC%2CUA8FG%2CMACI%2CWAII%3BAAlGZ%2CMAAC%2COA6FG%2CMACI%2CWAII%3BEACI%2CWAAA%3B%3BAArGhB%2CMAAC%2CQA0GG%3BAAzGJ%2CMAAC%2CUAyGG%3BAAxGJ%2CMAAC%2COAwGG%3BEACI%2CcAAA%3B%3BAA3GR%2CMAAC%2CQA8GG%3BAA7GJ%2CMAAC%2CUA6GG%3BAA5GJ%2CMAAC%2COA4GG%3BAA9GJ%2CMAAC%2CQA%2BGG%3BAA9GJ%2CMAAC%2CUA8GG%3BAA7GJ%2CMAAC%2COA6GG%3BEACI%2CQAAA%3B%3BAAIZ%2CQAAQ%2CIAAI%3BEACR%2C6BAAA%3B%3BAAKQ%2C0BAFR%2CwBACI%2COACK%3BEACG%2CyBAAA%3B%3BAAMhB%3BEACI%2CcAAA%3BEACA%2CmBAAmB%2CuBAAnB%3BEACA%2CWAAW%2CuBAAX%3BEACA%2CyDAAA%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2CqDAAA%3BEACA%2CuCAAA%3B%3BAACA%2CWAAC%3BEACG%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAEJ%2CWAAC%3BEACG%2CmBAAmB%2CuBAAnB%3BEACA%2CWAAW%2CuBAAX%3B%3BAAfR%2CWAiBI%3BEACI%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApBR%2CWAiBI%2CaAII%3BAArBR%2CWAiBI%2CaAKI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CWAiBI%2CaASI%3BEACI%2CYAAA%3BEACA%2CaAAA%3B%3BAA5BZ%2CWAiBI%2CaAcI%2CaACI%3BEACI%2CcAAA%3B%3BAAjChB%2CWAiBI%2CaAmBI%2CUACI%3BEAEI%2CgBAAA%3B%3BAAvChB%2CWAiBI%2CaAmBI%2CUAWI%3BE2FjuDZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE3FiuDgB%2CWAAA%3BEACA%2CYAAA%3B%3BAAlDhB%2CWAiBI%2CaAmBI%2CUAWI%2CWAII%3BE2FruDhB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE3FquDoB%2CWAAA%3BEACA%2CYAAA%3B%3BAAtDpB%2CWAiBI%2CaA0CI%2CaACI%3BEACI%2CSAAA%3B%3BAA7DhB%2CWAiBI%2CaA0CI%2CaACI%2CgBAGI%2CWACI%3BEACI%2CiBAAA%3B%3BAAjExB%2CWAiBI%2CaA0CI%2CaACI%2CgBAGI%2CWAKI%3BEACI%2CiBAAA%3B%3BAArExB%2CWAiBI%2CaA0CI%2CaAeI%3BEAEI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA7EhB%2CWAiBI%2CaA0CI%2CaAeI%2CUAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAhFpB%2CWAiBI%2CaA0CI%2CaAeI%2CUAQI%3BEACI%2C%2BBAAA%3B%3BAAnFpB%2CWAiBI%2CaA0CI%2CaAeI%2CUAWI%3BEACI%2C8BAAA%3B%3B%3BAAOpB%2CYAAY%2CUACR%3BEACI%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CYAAY%2CUAMR%3BEACI%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C%2BCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAA9BR%2CYAAY%2CUAgCR%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAlCR%2CYAAY%2CUAoCR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAxCR%2CYAAY%2CUA0CR%3BEACI%2CaAAA%3B%3BAA3CR%2CYAAY%2CUA6CR%3BEAEI%2CYAAA%3B%3B%3BAAsBR%2CmBAbyD%3BEACrD%2CkBACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEACA%2CkBAJJ%2CiBAIK%3BIACE%2CgBAAA%3B%3B%3BAAqBf%2CmBAf6C%3BEAErC%2CqBAAC%2C0BAEG%2CcACI%2CSAAQ%3BEAFhB%2CqBAAC%2C2BACG%2CcACI%2CSAAQ%3BEAHhB%2CqBAAC%2C0BAEG%2CcAEI%3BEAHR%2CqBAAC%2C2BACG%2CcAEI%3BIACI%2CcAAA%3BIACA%2CaAAA%3B%3B%3BAA8DpB%2CmBAvDmD%3BEAE%5C%2FC%2CqBACI%2CoBACI%2CuBACI%3BIACI%2CkBAAA%3B%3BEAJhB%2CqBAQI%2CoBACI%2COAAS%3BIACL%2CUAAA%3B%3BEAOA%2CkBAFR%2COAAM%2CUACF%2CKACK%3BIACG%2CUAAA%3B%3BEAJhB%2CkBAQI%2CSAAQ%2CIACJ%3BIACI%2CUAAA%3B%3BEASZ%2CmBACI%2COACI%3BIACI%2CUAAA%3B%3BEASA%2C0BAFR%2CSACK%2CMACI%3BEAAD%2C2BAFR%2CSACK%2CMACI%3BEAAD%2CqBAFR%2CSACK%2CMACI%3BIACG%2CeAAA%3B%3B%3BAA0CpB%2CmBAnCiD%3BEAC7C%2CyBAA0B%2CQAAO%3BEACjC%2CqBAAqB%2CoBAAqB%2C0BAA0B%2CsBAAwB%2CSAAS%3BEA7vBrG%2CqBAAC%2CoBAOG%2C0BAmJI%2CsBAoBK%2CSACI%3BIA%2BkBb%2CeAAA%3B%3BEAEJ%2CqBAAqB%2CoBAAqB%2C0BAA0B%2CsBAAsB%2CiBAAiB%2CSAAQ%3BIAC%5C%2FG%2CiBAAA%3B%3BEAEJ%2CmBACK%3BIACG%2CkBAAA%3B%3BEAKA%2CoBADJ%2CSAAQ%2CMACH%3BIACG%2CWAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CoBADJ%2CmBACK%3BIACG%2CWAAA%3B%3BEAMJ%2CqBADJ%2CQACK%3BIACG%2CWAAA%3B%3B%3BAAuBhB%2CmBAjB0C%2CuBAAmC%3BEAErE%2CqBAAC%2CoBACG%2C0BACI%2CaACI%2CiBACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAsJ5B%2CmBA7IgD%3BEAE5C%2CqBACI%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEAGR%3BIACI%2CgBAAA%3B%3BEAEJ%2CMAAM%3BIACF%2C8BAAA%3B%3BEAEJ%2CMAAM%2CsBACF%2CKAAI%3BIACA%2CwBAAA%3B%3BEAKQ%2CMAPV%2CsBAID%2CQACI%2CKACG%2CGAAE%2CIACG%3BIACG%2CSAAS%2CcAAc%2CIAAvB%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAQZ%2CoBADJ%2CSAAQ%2CMACH%3BIACG%2CmBAAA%3B%3BEAKZ%2CQAAQ%2CSACJ%2CiBACI%3BIACI%2CmBAAA%3B%3BEAMJ%2CqBADJ%2CSACK%3BIACG%2CeAAA%3B%3BEADJ%2CqBADJ%2CSACK%2CMAEG%3BIACI%2CWAAA%3B%3BEALhB%2CqBASI%2CSAAQ%2CSACJ%2CmBACI%2CMAAK%2CKAAK%2CQACN%2CaACI%3BIACI%2CgBAAA%3B%3BEAOpB%2CqBAAC%2CoBACG%2C0BACI%3BIACI%2CgBAAA%3B%3BEAHZ%2CqBAAC%2CoBACG%2C0BAII%3BEALR%2CqBAAC%2CoBACG%2C0BAKI%3BIACI%2CWAAA%3B%3BEAPZ%2CqBAAC%2CoBACG%2C0BASI%3BIACI%2CmBAAA%3B%3BEAOhB%2CWACI%3BIACI%2CuBAAA%3B%3BEAFR%2CWACI%2CaAEI%3BIACI%2CaAAA%3B%3BEAEA%2CWALR%2CaAEI%2CaAGK%3BIACG%2CcAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARhB%2CWACI%2CaAEI%2CaAQI%3BIACI%2CWAAA%3B%3BEAZhB%2CWACI%2CaAcI%2CuBACI%3BIACI%2CcAAA%3B%3BEAOhB%2CMAAM%2CYACF%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAEA%2CMALF%2CYACF%2CgBAIM%3BEACF%2CMANF%2CYACF%2CgBAKM%3BIACE%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CMAAM%2CYAYF%2CUACI%2CeAAc%3BIACV%2CmBAAA%3B%3BEAKZ%2CqBACI%2CSAAQ%2CSACJ%2CYACI%2CMAAK%3BIACD%2CiBAAA%3B%3BEAJhB%2CqBACI%2CSAAQ%2CSACJ%2CYAKI%2CMAAK%2CMAAM%2CIAAI%3BIACX%2CkBAAA%3B%3B%3BAAqBpB%2CmBAdgD%3BEAC5C%2CqBACI%2CmBACI%2CSACI%2COACI%3BIACI%2CSAAA%3B%3B%3BAA0DxB%2CmBAlDiD%3BEAEzC%2CMAAC%2CQAGG%3BEAFJ%2CMAAC%2CUAEG%3BEADJ%2CMAAC%2COACG%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAIZ%2CWACI%2CaACI%2CaACI%3BIACI%2CYAAA%3B%3BEAKhB%3BIACI%2CYAAA%3B%3BEAEJ%2CqBACI%2CSAAQ%2CSACJ%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3B%3BEANZ%2CqBACI%2CSAAQ%2CSACJ%2CYAMI%2CMAAK%3BIACD%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVhB%2CqBACI%2CSAAQ%2CSAYJ%2CmBACI%2CMAAK%2CKAAK%2CQACN%2CaACI%3BIACI%2CgBAAA%3B%3B%3BAA0U5B%2CmBAhU4C%3BEACxC%2CmBAAmB%3BIACf%2CmBAAA%3B%3BEAGA%2CcAAC%3BIACG%2CmBAAA%3B%3BEADJ%2CcAAC%2CQAEG%2CSACI%2CMACI%3BI2F9tEpB%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2Cc3FotES%2CQAEG%2CSACI%2CMACI%2CG2FxtEnB%3BEACD%2Cc3FmtES%2CQAEG%2CSACI%2CMACI%2CG2FvtEnB%3BIACG%2CaAAA%3B%3BE3FktEI%2CcAAC%2CQAEG%2CSACI%2CMAII%3BIACI%2CcAAA%3B%3BEAEA%2CcAVf%2CQAEG%2CSACI%2CMAII%2CGAGK%3BIACG%2CaAAA%3B%3BEAEJ%2CcAbf%2CQAEG%2CSACI%2CMAII%2CGAMK%3BIACG%2CeAAA%3B%3BEAdpB%2CcAAC%2CQAEG%2CSAgBI%3BIACI%2CWAAA%3B%3BEAOR%2CqBADJ%2CoBAAoB%2COACZ%3BIACA%2CYAAA%3B%3BEAIZ%2CkBACI%2COAAM%2CUACF%2CKAAI%3BIACA%2CYAAA%3B%3BEAHZ%2CkBAMI%2CSAAQ%2CIAAK%3BIACT%2CYAAA%3B%3BEAGR%2CmBAAoB%3BIAChB%2CWAAA%3B%3BEAGJ%2CMAAM%2CYACF%2CaACI%3BIACI%2CiBAAA%3B%3BEAHZ%2CMAAM%2CYAOF%3BIACI%2CiBAAA%3B%3BEARR%2CMAAM%2CYAWF%3BIACI%2CeAAA%3B%3BEAKA%2CMAjBF%2CYAeF%2CgBAEM%3BEACF%2CMAlBF%2CYAeF%2CgBAGM%3BIACE%2CiBAAA%3B%3BEAMJ%2CoBADJ%2CSAAQ%2CMACH%3BIACG%2CgBAAA%3B%3BEAIZ%2CkBACI%2COAAM%3BIACF%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGR%2CiBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEAGQ%2CqBAJZ%2CSAAQ%2CSAEJ%2CYACI%2CMAAK%2CMACA%2CIAAI%3BIACD%2CkBAAA%3B%3BEANpB%2CqBACI%2CSAAQ%2CSASJ%3BIACI%2CkBAAA%3B%3BEAXZ%2CqBACI%2CSAAQ%2CSASJ%2CmBAGI%2COAEI%3BEAfhB%2CqBACI%2CSAAQ%2CSASJ%2CmBAGI%2COAGI%3BIACI%2CiBAAA%3B%3BEAjBpB%2CqBACI%2CSAAQ%2CSAqBJ%2CUACI%2CeAAc%3BIACV%2CgBAAA%3B%3BEAxBhB%2CqBACI%2CSAAQ%2CSAqBJ%2CUACI%2CeAAc%2COAGV%3BIACI%2CiBAAA%3B%3BEA3BpB%2CqBACI%2CSAAQ%2CSAqBJ%2CUACI%2CeAAc%2COAOV%3BIACI%2CiBAAA%3B%3BEA%5C%2FBpB%2CqBACI%2CSAAQ%2CSAqBJ%2CUAaK%2CSACI%3BIACG%2CiBAAA%3B%3BEArCpB%2CqBACI%2CSAAQ%2CSAqBJ%2CUAmBI%2COAAM%2CIAAI%3BIACN%2CmBAAA%3B%3BEAIZ%2CqBAAC%2CoBACG%2C0BACI%2CaACI%2CiBACI%3BIACI%2CcAAA%3B%3BEAnDxB%2CqBAyDI%2CYACI%2CaACI%2CqBACI%2CiBACI%3BIACI%2CWAAA%3B%3BEA9DxB%2CqBAqEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEAtER%2CqBAyEI%2CUACK%2CSACI%3BIACG%2CiBAAA%3B%3BEA5EhB%2CqBAiFI%2CeACI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEApFZ%2CqBAiFI%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIAS9B%2CYAAA%3BIACA%2CcAAA%3B%3BEAhGZ%2CqBAiFI%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC7B%2CQACI%2CKACI%3BIACG%2CaAAA%3B%3BEA1FxB%2CqBAiFI%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAY7B%3BIACG%2CcAAA%3B%3BEAnGhB%2CqBAiFI%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAY7B%2CQAGI%2CKACG%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBA5BpB%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAY7B%2CQAGI%2CKACG%2CGAAE%2CIAOG%2CIACG%2CWACI%3BIACI%2CaAAA%3B%3BEAhHpC%2CqBAiFI%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAY7B%2CQAGI%2CKAiBG%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAQA%2CqBAhDpB%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAwC9B%2CMACK%2CKACI%2CKACI%3BIACG%2CiBAAA%3B%3BEAGJ%2CqBApDpB%2CeAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAwC9B%2CMACK%2CKACI%2CKAKI%3BIACG%2CoBAAA%3B%3BEAgB5B%2CkBACI%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEACA%2CkBAJJ%2CiBAIK%3BIACG%2CmBAAA%3B%3BEAIZ%2CMAAM%2CQAGF%2CaACI%3BEAHR%2CMAAM%2CUAEF%2CaACI%3BEAFR%2CMAAM%2COACF%2CaACI%3BIACI%2CiBAAA%3B%3BEAQA%2CyBAFR%2CQACI%2COACK%2CIACG%3BIACI%2CiBAAA%3B%3BEAOZ%2CyBADJ%2COACK%2CIACG%3BIACI%2CiBAAA%3B%3BEAYA%2CqBALZ%2CqBACI%2CSAEK%2COAEI%3BEAAD%2CqBALZ%2CqBACI%2CSAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMpB%2CqBAAsB%2CSAAQ%2CSAAU%2CmBAAmB%2CMAAK%2CKAAK%2CQAAS%2CaAAa%3BIACvF%2CgBAAA%3B%3BEAKA%2CqBAAC%2CoBACG%2C0BACI%3BEAFR%2CqBAAC%2CoBACG%2C0BAEI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAKhB%2CkBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAuEZ%2CmBA%5C%2FD8C%3BEAC1C%2CqBAAsB%2CSAAQ%2CSAAU%2CmBAAmB%2CMAAK%2CKAAK%2CQAAS%2CaAAa%3BIACvF%2CgBAAA%3B%3BEAEJ%2CWACI%2CaACI%2CUACI%3BIACI%2CgBAAA%3B%3BEAKhB%2CuBACI%2CgBACI%3BIACI%2CcAAA%3B%3BEAKZ%2CwBAAwB%2CMACpB%2CiBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAKR%2CMAAC%2CQAGG%2CgBACI%3BEAHR%2CMAAC%2CUAEG%2CgBACI%3BEAFR%2CMAAC%2COACG%2CgBACI%3BIACI%2CeAAA%3B%3BEAKhB%2CkBACI%2CWACI%2CMACI%3BIACI%2CeAAA%3B%3BEAJhB%2CkBACI%2CWAMI%2CYAEI%2CMACI%3BEAVhB%2CkBACI%2CWAOI%2CUACI%2CMACI%3BIACI%2CeAAA%3B%3BEAXpB%2CkBACI%2CWAMI%2CYAEI%2CMAII%2CWACI%3BEAdpB%2CkBACI%2CWAOI%2CUACI%2CMAII%2CWACI%3BIACI%2CeAAA%3B%3B%3BAAqChC%2CmBA5BiD%3BEACzC%2CcAAc%2CQAAS%2CSAAS%3BIAC5B%2CgBAAA%3B%3BEAEJ%2CkBACI%3BIACI%2CkBAAA%3B%3BEAFR%2CkBACI%2CWAGI%3BIACI%2CgBAAA%3B%3BEAKR%2CqBAAC%2CoBACG%2C0BACI%2CaACI%2CiBACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAa5B%2CIACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAJR%2CIACI%2CmBAII%3BEACI%2CcAAA%3B%3BAANZ%2CIACI%2CmBAOI%2CcAEI%3BAAVZ%2CIACI%2CmBAQI%2CcACI%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CIAFR%2CsBACI%2CSACK%3BEACG%2CeAAA%3B%3BAADJ%2CIAFR%2CsBACI%2CSACK%2CMAEG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAIZ%2CIAVJ%2CsBAUK%2CoBACG%2C0BACI%2CaACI%2CiBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAANpB%2CIAVJ%2CsBAUK%2CoBACG%2C0BACI%2CaACI%2CiBAKI%2CaACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CIA1B5B%2CsBAUK%2CoBACG%2C0BACI%2CaACI%2CiBAWI%2CWACI%2COACK%3BEACG%2CaAAA%3B%3BAAjB5B%2CIAVJ%2CsBAUK%2CoBACG%2C0BACI%2CaAoBI%3BEACI%2CeAAA%3B%3BAAKA%2CIAtCpB%2CsBAUK%2CoBACG%2C0BAyBI%2CaACI%2CSACK%2CWACG%3BEACI%2COAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAJR%2CIAtCpB%2CsBAUK%2CoBACG%2C0BAyBI%2CaACI%2CSACK%2CWAMG%3BEACI%2C6BAAA%3B%3BAA7DhC%2CIAgBI%2CsBAoDI%2CmBACI%2CSACI%2CSAAQ%2CYACJ%3BEACI%2CgBAAA%3B%3BAAxExB%2CIAgBI%2CsBA6DI%3BEACI%2CiBAAA%3B%3BAA9EZ%2CIAiFI%2CyBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAApFZ%2CIAuFI%2CYACI%2CaACI%2CUACI%3BEACI%2CUAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAA9FpB%2CIAuFI%2CYACI%2CaACI%2CUAOI%3BEACI%2CWAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAApGpB%2CIA0GI%2CsBACI%3BE2FluFR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CI3F2tFI%2CsBACI%2CqB2F5tFP%3BAACD%2CI3F0tFI%2CsBACI%2CqB2F3tFP%3BEACG%2CaAAA%3B%3BA3F%2BmFJ%2CIA0GI%2CsBACI%2CqBAGI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2CIAPZ%2CsBACI%2CqBAGI%2CEAGK%3BEACG%2CSAAA%3B%3BAAlHpB%2CIA0GI%2CsBACI%2CqBAGI%2CEAMI%3BEACI%2CaAAA%3B%3BAArHpB%2CIA0GI%2CsBACI%2CqBAGI%2CEAUI%2CKAAI%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAQR%2CIAFR%2CmBACI%2COACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGI%2CIAPhB%2CmBACI%2COACK%2CIAIG%2CYACK%2CQACG%2CUACI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAJZ%2CIAPhB%2CmBACI%2COACK%2CIAIG%2CYACK%2CQACG%2CUAMI%3BEACI%2CQAAA%3BEACA%2CUAAA%3B%3BAAhJhC%2CIAgII%2CmBAuBI%2CUACI%2CYACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3JpB%2CIAgII%2CmBA%2BBI%2CkBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAlKhB%2CIAgII%2CmBA%2BBI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAAtKhB%2CIAgII%2CmBA%2BBI%2CkBAMI%2CGAGI%2CGAAE%2CIAAI%3BEACF%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1KpB%2CIAgII%2CmBA8CI%2CWACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjLhB%2CIAsLI%2CSAAQ%2CKAAK%2CSACT%2CuBAEK%2CQAGI%2CKACI%3BAA7LrB%2CIAsLI%2CSAAQ%2CKAAK%2CSACT%2CuBAGK%2CQAEI%2CKACI%3BAA7LrB%2CIAsLI%2CSAAQ%2CKAAK%2CSACT%2CuBAIK%2CQACI%2CKACI%3BEACG%2CwBAAA%3B%3BAA9LxB%2CIAqMI%2CiBACK%3BEACG%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA1MZ%2CIAqMI%2CiBAQI%3BEACI%2CYAAA%3B%3BAA9MZ%2CIAkNI%2CsBACI%2CqBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtNhB%2CIA2NI%2COAAM%2CYACF%3BEACI%2CYAAA%3B%3BAAEA%2CIAJR%2COAAM%2CYACF%2CgBAGM%3BAACF%2CIALR%2COAAM%2CYACF%2CgBAIM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3B%3BAAlOhB%2CIA2NI%2COAAM%2CYACF%2CgBASI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAUJ%2CIAJR%2COAAM%2CQAGF%2CaACK%3BAAAD%2CIAHR%2COAAM%2CSAEF%2CaACK%3BAAAD%2CIAFR%2COAAM%2COACF%2CaACK%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAnPhB%2CIA6OI%2COAAM%2CQAUF%2CgBACI%3BAAxPZ%2CIA8OI%2COAAM%2CSASF%2CgBACI%3BAAxPZ%2CIA%2BOI%2COAAM%2COAQF%2CgBACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAQA%2CIAHZ%2CYACI%2CaACI%2CaACK%2CIAAI%3BEACD%2CeAAA%3BEACA%2CcAAA%3B%3BAApQpB%2CIA%2BPI%2CYACI%2CaACI%2CaAMI%2CaACI%2CUACI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAA3Q5B%2CIA%2BPI%2CYACI%2CaACI%2CaAMI%2CaACI%2CUAMI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAAhR5B%2CIAwRI%2CiBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA5RZ%2CIAgSI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlSR%2CIAoSI%2CyBACI%3BEACI%2CSAAA%3B%3BAAtSZ%2CIAySI%2C0BACI%3BEACI%2CWAAA%3B%3BAA3SZ%2CIAySI%2C0BAKI%3BEACI%2CYAAA%3B%3BAA%5C%2FSZ%2CIAySI%2C0BASI%2CkBACI%3BEACI%2CeAAA%3B%3BAApThB%2CIAySI%2C0BAeI%2CQACI%2COAAM%2CIACF%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5TpB%2CIAySI%2C0BAwBI%3BEACI%2CqCAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAApUZ%2CIAySI%2C0BA8BI%2CaACI%2CUACI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAA3UpB%2CIAySI%2C0BA8BI%2CaACI%2CUAMI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAhVpB%2CIAsVI%3BEACI%2CYAAA%3B%3BAAvVR%2CIA0VI%3BEACI%2CeAAA%3B%3BAAGJ%2CIAAC%2C6BACG%2CkBACI%2CwBACI%3BEACI%2CeAAA%3B%3BAAQR%2CIAFP%2CqBACG%2CeACK%2CQACG%2CMACI%3BEACI%2CWAAA%3B%3BAA7WxB%2CIAoXI%2COACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAQQ%2CIAJf%2CqBACG%2CSAAQ%2CSACJ%2CYACI%2CMAAK%2CMACA%2CIAAI%3BEACD%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CIATf%2CqBACG%2CSAAQ%2CSACJ%2CYACI%2CMAAK%2CMAMA%3BEACG%2CUAAA%3BEACA%2CQAAA%3B%3BAAtYxB%2CIA4YI%2CmBACI%2COAAM%2CIACF%2CYAAW%2CQACP%3BEACI%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAAjZpB%2CIA4YI%2CmBACI%2COAAM%2CIACF%2CYAAW%2CQAKP%3BEACI%2CeAAA%3BEACA%2C8BAAA%3B%3BAArZpB%2CIA4YI%2CmBAaI%2CWACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAuBhB%2CmBAXiD%3BEAEzC%2CIAAC%2CqBACG%2CSAAQ%3BIACJ%2CaAAA%3B%3B%3BAAqDhB%2CmBA9CgD%3BEAC5C%2CIACI%2CsBACI%2CSAAQ%3BIACJ%2CcAAA%3B%3BEAHZ%2CIACI%2CsBACI%2CSAAQ%2CMAEJ%3BIACI%2CUAAA%3B%3BEAQQ%2CIAZpB%2CsBAQI%2CSAAQ%2CSACJ%2CYACI%2CMACK%2CMACI%2CIAAI%3BIACD%2CiBAAA%3B%3BEAd5B%2CIAsBI%2COAAM%2CYACF%3BIACI%2CWAAA%3B%3BEAxBZ%2CIAsBI%2COAAM%2CYAKF%2CgBAAgB%3BEA3BxB%2CIAsBI%2COAAM%2CYAMF%2CgBAAgB%3BIACZ%2CeAAA%3B%3BEA7BZ%2CIAiCI%2C0BAEI%3BEAnCR%2CIAiCI%2C0BAGI%3BIACI%2CWAAA%3B%3B%3BAAiBhB%2CmBATgD%3BEAC5C%2CIACI%3BIACI%2CWAAA%3B%3B%3BAAyBhB%2CmBAnBgD%3BEACxC%2CIACI%2CoBAAmB%3BIACf%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAMQ%2CIAJZ%2CmBACI%2CcAEI%2COACK%3BEAAD%2CIAJZ%2CmBAEI%2CcACI%2COACK%3BI2F3mGrB%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI3FymGwB%2CuBAAA%3B%3BE2FvmGxB%2CI3FimGQ%2CmBACI%2CcAEI%2COACK%2CQ2FrmGpB%3BEAAD%2CI3FimGQ%2CmBAEI%2CcACI%2COACK%2CQ2FrmGpB%3BEACD%2CI3FgmGQ%2CmBACI%2CcAEI%2COACK%2CQ2FpmGpB%3BEAAD%2CI3FgmGQ%2CmBAEI%2CcACI%2COACK%2CQ2FpmGpB%3BIACG%2CaAAA%3B%3B%3BA3HdI%2CIADJ%2CeACK%3BEACG%2CUAAA%3B%3BAAHZ%2CIACI%2CeAMI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAQ%2CgBAAR%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BE2HsIZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BA3HtIY%2CIAnBR%2CeAMI%2COAaK%3BEACG%2CSAAS%2CEAAT%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAIR%2CIA%5C%2FBJ%2CeA%2BBK%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnChB%2CIACI%2CeAqCI%2CsBAAqB%3BEACjB%2CiBAAA%3B%3BAAvCZ%2CIA2CI%2CeACI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA9CZ%2CIA2CI%2CeACI%2CaAGI%3BEACI%2CgBAAA%3B%3BAAhDhB%2CIA2CI%2CeAQI%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEI%2CIAbhB%2CeAQI%2CgBACI%2CKAGI%2COACK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CIAbhB%2CeAQI%2CgBACI%2CKAGI%2COACK%2CUAKG%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FD5B%2CIA2CI%2CeA0BI%3BE2H7DR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CI3H6BI%2CeA0BI%2CiB2HvDP%3BAACD%2CI3H4BI%2CeA0BI%2CiB2HtDP%3BEACG%2CaAAA%3B%3BA3HhBJ%2CIA2CI%2CeA0BI%2CiBAGI%3BEACI%2CaAAA%3BE2HjEhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3HgEgB%2CmBAAA%3BEACA%2C8BAAA%3B%3BA2H%5C%2FDhB%2CI3H6BI%2CeA0BI%2CiBAGI%2CW2H1DX%3BAACD%2CI3H4BI%2CeA0BI%2CiBAGI%2CW2HzDX%3BEACG%2CaAAA%3B%3BA3HhBJ%2CIA2CI%2CeA0BI%2CiBAGI%2CWAOI%3BEACI%2CQAAA%3B%3BAAEA%2CIAvChB%2CeA0BI%2CiBAGI%2CWAOI%2CQAGK%3BEACG%2CQAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAtFxB%2CIA2CI%2CeA0BI%2CiBAsBK%2CaACG%3BEACI%2CgBAAA%3B%3BAA7FpB%2CIAoGI%2CgCACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAvGZ%2CIAoGI%2CgCACI%2CiBAIK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CIAVR%2CgCACI%2CiBASK%3BAACD%2CIAXR%2CgCACI%2CiBAUK%3BEACG%2CaAAA%3B%3BAAhHhB%2CIAoGI%2CgCACI%2CiBAcI%3BEACI%2CaAAA%3B%3BAApHhB%2CIAoGI%2CgCACI%2CiBAkBI%3BEACI%2CWAAA%3B%3BAAxHhB%2CIAoGI%2CgCACI%2CiBAsBI%2CQAAO%2CIAAI%3BEACP%2CkBAAA%3B%3BAAKhB%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAII%2CaACI%2CuBAAsB%3BEAClB%2CqBAAA%3B%3BAANZ%2CqBASI%2CuBACI%2CqBACI%2C%2BBACI%3BEACI%2CaAAA%3B%3BAAbpB%2CqBAkBI%2CuBACI%2CeACI%2CgBACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAMpB%2CoBACI%2CeACI%3BEACI%2CaAAA%3B%3BAAHZ%2CoBACI%2CeAII%3BEACI%2CcAAA%3B%3BAAKR%2CKAAC%2CcACG%2COACI%2CMAAQ%3BEACJ%2CaAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2CKAAC%2CcACG%2COAKK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKATX%2CcACG%2COAKK%2CQAGI%2CWACG%2CWACI%3BEACI%2C2BAAA%3B%3BAAZxB%2CKAAC%2CcAkBG%3BEACI%2CgBAAA%3B%3BAAnBR%2CKAAC%2CcAkBG%2CsBAEI%2CmBACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxBhB%2CKAAC%2CcA6BG%2CyBACI%2CuBACI%3BE2HtIhB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA3HqGI%2CKAAC%2CcAoCG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CKA1CP%2CcAoCG%2CqBAMK%2CMACG%2CMACI%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CKAlDnB%2CcAoCG%2CqBAMK%2CMACG%2CMACI%2CGAMK%3BEACG%2CeAAA%3B%3BAAnDxB%2CKAAC%2CcAoCG%2CqBAqBI%3BEACI%2CaAAA%3B%3BAAGA%2CKA7DX%2CcAoCG%2CqBAwBI%2CMACK%2CKACG%2CWACI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CKApEvB%2CcAoCG%2CqBAwBI%2CMACK%2CKACG%2CWACI%2CGAKK%3BEACG%2CeAAA%3B%3BAAEI%2CKAvE%5C%2FB%2CcAoCG%2CqBAwBI%2CMACK%2CKACG%2CWACI%2CGAKK%2CWAEG%2CQACK%3BEACG%2CkBAAA%3B%3BAAJZ%2CKApEvB%2CcAoCG%2CqBAwBI%2CMACK%2CKACG%2CWACI%2CGAKK%2CWAOG%2CiBACI%3BEACI%2CaAAA%3B%3BAAIZ%2CKAjFvB%2CcAoCG%2CqBAwBI%2CMACK%2CKACG%2CWACI%2CGAkBK%3BEACE%2CaAAA%3B%3BAAEH%2CKApFvB%2CcAoCG%2CqBAwBI%2CMACK%2CKACG%2CWACI%2CGAqBK%3BEACG%2CaAAA%3B%3BAArF5B%2CKAAC%2CcA6FG%2CUACI%3BEACI%2CeAAA%3B%3BAAKJ%2CKApGP%2CcAmGG%2CaACK%3BEACG%2CsBAAA%3B%3BAArGZ%2CKAAC%2CcAyGG%3BEACI%2CkBAAA%3B%3BAA1GR%2CKAAC%2CcAyGG%2CwBAEI%3BEACI%2CiBAAA%3B%3BAA5GZ%2CKAAC%2CcAyGG%2CwBAKI%3BEACI%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BE2HvOhB%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BE3HuOgB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAxHZ%2CKAAC%2CcAyGG%2CwBAKI%2CcAYI%3BE2H3RhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CK3H2JK%2CcAyGG%2CwBAKI%2CcAYI%2CO2HrRf%3BAACD%2CK3H0JK%2CcAyGG%2CwBAKI%2CcAYI%2CO2HpRf%3BEACG%2CaAAA%3B%3BA3HyJA%2CKAAC%2CcAyGG%2CwBAKI%2CcAYI%2COAGK%3BEACG%2CWAAA%3B%3BAA9HpB%2CKAAC%2CcAyGG%2CwBAKI%2CcAYI%2COAOK%3BEACG%2CWAAA%3BEACA%2CYAAA%3B%3BAAnIpB%2CKAAC%2CcAyGG%2CwBAKI%2CcAYI%2COAOK%2CWAIG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1IxB%2CKAAC%2CcAyGG%2CwBAKI%2CcAiCI%2CiBACI%3BEACI%2CWAAA%3BE2HlTxB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3HgTwB%2CmBAAA%3BEACA%2C2BAAA%3B%3BA2H%5C%2FSxB%2CK3H2JK%2CcAyGG%2CwBAKI%2CcAiCI%2CiBACI%2CW2H3SnB%3BAACD%2CK3H0JK%2CcAyGG%2CwBAKI%2CcAiCI%2CiBACI%2CW2H1SnB%3BEACG%2CaAAA%3B%3BA3HyJA%2CKAAC%2CcAyGG%2CwBAKI%2CcAiCI%2CiBACI%2CWAMI%3BEACI%2CWAAA%3B%3BAAEA%2CKAzJvB%2CcAyGG%2CwBAKI%2CcAiCI%2CiBACI%2CWAMI%2CQAGK%3BE2HhQ7B%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA3HkQ4B%2CKA7JvB%2CcAyGG%2CwBAKI%2CcAiCI%2CiBACI%2CWAMI%2CQAOK%3BE2HpQ7B%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA3HsQ4B%2CKAjKvB%2CcAyGG%2CwBAKI%2CcAiCI%2CiBACI%2CWAMI%2CQAWK%3BE2HxQ7B%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BA3H6QgB%2CKAxKX%2CcAyGG%2CwBAKI%2CcA0DK%3BEACG%2CcAAA%3B%3BAAMpB%2CsBACI%3BEACI%2CmBAAA%3B%3BAAGR%3BE2HrVA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CeAAC%3BAACD%2CeAAC%3BEACG%2CaAAA%3B%3BA3H6UJ%2CeAGI%3BEACI%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CeAGI%2CcAUI%2COACI%2CUACI%3BEACI%2CgBAAA%3B%3BAAEJ%2CeAfZ%2CcAUI%2COACI%2CUAIK%2CKACG%3BEACI%2CgBAAA%3B%3BAApBxB%2CeA2BI%3BEACI%2CsBAAA%3BEACA%2CQAAA%3B%3BAAGR%2CYAAa%2COAAO%3BAACpB%2CkBAAmB%2CcAAc%2COAAO%3BEACpC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKAAK%2CcACD%2CaAAY%3BEACR%2CiBAAA%3B%3BAAKA%2CKADH%2CKACI%3BEACG%2CyBAAA%3BE2HlYZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3HgYY%2CgBAAA%3B%3BA2H9XZ%2CK3H0XK%2CKACI%2CQ2H3XR%3BAACD%2CK3HyXK%2CKACI%2CQ2H1XR%3BEACG%2CaAAA%3B%3BA3HyXI%2CKADH%2CKACI%2CQAKG%3BAALJ%2CKADH%2CKACI%2CQAMG%3BAANJ%2CKADH%2CKACI%2CQAOG%3BE2HzPZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BA3H%2BOQ%2CKADH%2CKACI%2CQAYG%3BEACI%2CcAAA%3B%3BAAGA%2CKAjBX%2CKACI%2CQAeG%2CUACK%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAMpB%3BEACI%2CWAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CkBAKI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAZR%2CkBAeI%2CiBACK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CkBAPR%2CiBACK%2CSAMI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAxBhB%2CkBAeI%2CiBAYI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIZ%3BE2H5bA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3H0bI%2C8BAAA%3B%3BA2HxbJ%2CaAAC%3BAACD%2CaAAC%3BEACG%2CaAAA%3B%3BA3HobJ%2CaAII%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAARR%2CaAII%2COAMK%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAdR%2COAMK%2CSAQI%3BEACG%2CQAAA%3BE2HvVhB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BE3HsVgB%2CQAAA%3B%3BAArBhB%2CaAII%2COAqBI%3BEACI%2CSAAA%3B%3BAAEA%2CaAxBR%2COAqBI%2CUAGK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CaAxBR%2COAqBI%2CUAGK%2COAIG%3BEACI%2CoBAAA%3BE2H7dpB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3H2doB%2CmBAAA%3B%3BA2HzdpB%2Ca3H0bI%2COAqBI%2CUAGK%2COAIG%2CO2Htdf%3BAACD%2Ca3HybI%2COAqBI%2CUAGK%2COAIG%2CO2Hrdf%3BEACG%2CaAAA%3B%3BA3HgdQ%2CaAxBR%2COAqBI%2CUAGK%2COAIG%2COAKI%3BEACI%2CsBAAA%3BE2HxaxB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE3HwawB%2CiBAAA%3B%3BAAGI%2CaAvCxB%2COAqBI%2CUAGK%2COAIG%2COAKI%2CSAKI%2CYACK%3BEACG%2CcAAA%3B%3BAAhBpB%2CaAxBR%2COAqBI%2CUAGK%2COAIG%2COAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvBZ%2CaAxBR%2COAqBI%2CUAGK%2COA2BG%3BEACI%2CeAAA%3BE2HrWpB%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BA3HsWwB%2CaAxDpB%2COAqBI%2CUAGK%2COA2BG%2CiBAII%2CSACK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEA%2CaApExB%2COAqBI%2CUAGK%2COA2BG%2CiBAII%2CSACK%2COAYI%3BEACG%2CSAAS%2COAAT%3BEACA%2CauI7hBjB%2CavI6hBiB%3B%3BAAdR%2CaAxDpB%2COAqBI%2CUAGK%2COA2BG%2CiBAII%2CSACK%2COAiBG%3BEACI%2CYAAA%3B%3BAA9EhC%2CaAII%2COAqBI%2CUA6DI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAvFR%2COAqBI%2CUAkEK%2CIAAI%2CSACA%3BEACG%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CaA%5C%2FFJ%2COA%2BFK%3BEACG%2CUAAA%3B%3BAAKJ%2CaADJ%2CSACK%3BEACG%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhHZ%2CaAoHI%3BEACI%2CqCAAA%3BEACA%2CgBAAA%3B%3BAAtHR%2CaAyHI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAA7HR%2CaAgII%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGI%2CaANR%2CwBAKI%2CQACK%3BEAEG%2CWAAA%3B%3BAAMhB%2CYACI%2COACI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAJZ%2CYACI%2COAMI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAATZ%2CYAaI%2CMACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAjBZ%2CYAaI%2CMAOI%3BEACI%2C2BAAA%3B%3BAArBZ%2CYAyBI%2CMACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAA7BZ%2CYAyBI%2CMAOI%3BEACI%2C2BAAA%3B%3BAAKZ%2C4BACI%3BEACI%2CgCAAA%3B%3BAAFR%2C4BAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C4BAAC%2CkBAAkB%2CgBACf%3BEACI%2CUAAA%3B%3BAAKZ%2CmBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CmBACI%2CwBAEI%2CkBACI%3BEACI%2CYAAA%3B%3BAAMR%2CmBADJ%2CQACK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CmBADJ%2CMACK%2CiBACG%2CMAAK%2CcAAiB%3BEAClB%2CeAAA%3B%3BAAMhB%2CsBACI%2CeACI%2CeACI%2CiBACI%2CSACI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBAVpB%2CeACI%2CeACI%2CiBACI%2CSACI%2CcAMK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAb5B%2CsBA0BI%2CmBACI%2CcACI%2COACI%3BEACI%2CgBAAA%3B%3BAA9BpB%2CsBAmCI%2CeACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBAJR%2CeACI%2CYAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAMhB%2CiCACI%2CeACI%2CeACI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CYAAA%3BE2HptBhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3HktBgB%2CmBAAA%3B%3BA2HhtBhB%2CiC3H0sBI%2CeACI%2CeACI%2CQAAO%2CO2H5sBlB%3BAACD%2CiC3HysBI%2CeACI%2CeACI%2CQAAO%2CO2H3sBlB%3BEACG%2CaAAA%3B%3BA3HusBJ%2CiCACI%2CeASI%2C2BACI%2CKAAI%2CQACA%3BEACI%2CSAAA%3BE2H5tBpB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3H0tBoB%2CmBAAA%3BEACA%2CYAAA%3B%3BA2HztBpB%2CiC3H0sBI%2CeASI%2C2BACI%2CKAAI%2CQACA%2CmB2HrtBf%3BAACD%2CiC3HysBI%2CeASI%2C2BACI%2CKAAI%2CQACA%2CmB2HptBf%3BEACG%2CaAAA%3B%3BA3HusBJ%2CiCACI%2CeASI%2C2BACI%2CKAAI%2CQACA%2CmBAKI%3BEACI%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzBxB%2CiCA%2BBI%2CQACI%3BEACI%2CeAAA%3B%3BAAjCZ%2CiCAoCI%2C6BACI%3BEACI%2CgBAAA%3B%3BAAtCZ%2CiCAoCI%2C6BACI%2COAEI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAzChB%2CiCA6CI%2CiBACI%2CSACI%3BEACI%2CeAAA%3B%3BAAKhB%2CyBACI%2CeACI%3BEACI%2CWAAA%3B%3BAACA%2CyBAHR%2CeACI%2CuBAEK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CyBARZ%2CeACI%2CuBAMK%2CMACI%3BEACG%2CcAAA%3B%3BAAVpB%2CyBAeI%3BEACI%2CcAAA%3B%3BAAKA%2CuBADH%2CSACI%3BEACG%2CgBAAA%3B%3BAAMJ%2CyBADJ%2COACK%2COACI%2CWACG%2CoBACI%3BEACI%2CaAAA%3B%3BAAOxB%2C0BACI%2C6BACI%2C0BACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAPhB%2C0BAWI%2C6BACI%2CsBACI%3BEACI%2CgBAAA%3B%3BAAdhB%2C0BAkBI%2CaACI%2CuBAAsB%3BEAClB%2CqBAAA%3B%3BAAIZ%2CoCACI%2CqBACI%2COAAM%2CQAAQ%2CSAAS%3BEACnB%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CkBACI%2CcACI%2COACI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAALhB%2CkBACI%2CcACI%2COAMI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAVhB%2CkBACI%2CcAaI%2CMACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAlBhB%2CkBACI%2CcAaI%2CMAOI%3BEACI%2C2BAAA%3B%3BAAtBhB%2CkBACI%2CcAyBI%2CMACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAA9BhB%2CkBACI%2CcAyBI%2CMAOI%3BEACI%2C2BAAA%3B%3BAAlChB%2CkBAuCI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5CR%2CkBAuCI%2CwBAOI%3BEACI%2CeAAA%3B%3BAA%5C%2FCZ%2CkBAkDI%2CwBAAuB%3BEACnB%2CUAAA%3BEACA%2CkBAAA%3B%3BAApDR%2CkBAsDI%2CwBAAuB%3BEACnB%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAxDR%2CkBA0DI%2CwBAAuB%3BEACnB%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAA7DR%2CkBAgEI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnEZ%2CkBAgEI%2CcAMI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAxEZ%2CkBA4EI%2CeACK%2CSAAM%3BEACH%2CSAAA%3B%3BAAIZ%2COAAO%2CKAAM%2CwBAAwB%2COAAS%2CSAAO%3BAACrD%2COAAO%2CKAAM%2CcAAc%2COAAS%2CSAAO%3BEACvC%2CgBAAA%3B%3BAAEJ%2CuBAAwB%2CUAAY%2CSAAS%3BAAC7C%2CaAAc%2COAAM%2CSAAU%2CUAAY%2CSAAS%3BEAC%5C%2FC%2CaAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CaAAA%3B%3BAAFR%2CoBAII%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE2H96BR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3H46BQ%2CeAAA%3B%3BA2H16BR%2CoB3Hq6BI%2CY2Hr6BH%3BAACD%2CoB3Ho6BI%2CY2Hp6BH%3BEACG%2CaAAA%3B%3BA3H%2B5BJ%2CoBAII%2CYAOI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CoBAbR%2CYAOI%2CoBAMK%3BAACD%2CoBAdR%2CYAOI%2CoBAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE2Hn4BhB%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE3Hm4BgB%2CQAAA%3BE2Hv0BhB%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3B%3BA3Hw0BY%2CoBAxBR%2CYAOI%2CoBAiBK%3BEACG%2CWAAA%3B%3BAAGJ%2CoBA5BR%2CYAOI%2CoBAqBK%3BEACG%2CYAAA%3B%3BAAjChB%2CoBAII%2CYAOI%2CoBAyBI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAnCZ%2CYAOI%2CoBAyBI%2CEAGK%3BEACG%2CcAAA%3BEACA%2CqCAAA%3B%3BAAzCpB%2CoBAII%2CYAOI%2CoBAkCI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAAnDhB%2CoBAII%2CYAmDI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAzDZ%2CoBAII%2CYAmDI%2CgBAGI%3BEACI%2CcAAA%3B%3BAA3DhB%2CoBAgEI%2CMAAK%2CcACD%2CGAAE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAApEZ%2CoBAwEI%3BEACI%2CiBAAA%3B%3BAAzER%2CoBAwEI%2CiBAEI%2CEAAC%2COACG%3BEACI%2CaAAA%3B%3BAAGJ%2CoBAPR%2CiBAEI%2CEAAC%2COAKI%3BEACG%2CqBAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAbR%2CiBAEI%2CEAAC%2COAWI%2CYAAY%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CoBAjBR%2CiBAEI%2CEAAC%2COAeI%2CcAAc%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CoBArBR%2CiBAEI%2CEAAC%2COAmBI%2CkBAAkB%3BEACf%2CSAAS%2COAAT%3B%3BAA9FhB%2CoBAmGI%3BAAnGJ%2CoBAoGI%3BEACI%2CiBAAA%3B%3BAArGR%2CoBAwGI%2COACI%3BEACI%2CsBAAA%3B%3BAAoBA%2CoBAFR%2COAAM%2CIACF%2CYACK%3BEAEG%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQAQG%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQAcG%3BEACI%2C8BAAA%3B%3BAAfR%2CoBAFR%2COAAM%2CIACF%2CYACK%2CQAiBG%3BEACI%2C%2BBAAA%3B%3BAAhJpB%2CoBA4JI%2CaACI%3BEACI%2CmBAAA%3B%3BAA9JZ%2CoBA4JI%2CaACI%2COAGI%3BAAhKZ%2CoBA4JI%2CaACI%2COAII%3BEACI%2CgBAAA%3B%3BAAOJ%2CoBAFR%2CcACI%2CQAAO%2CcACF%3BEACG%2CcAAA%3B%3BAAOhB%2CiCACI%3BEACI%2CaAAA%3B%3BAAIR%2CgBACI%2CSACI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAMZ%2CqBACI%2CgCACI%3BEACI%2CeAAA%3B%3BAAHZ%2CqBAOI%2CoBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAbZ%2CqBAiBI%2COAAM%2CUACF%3BEACI%2CYAAA%3B%3BAAnBZ%2CqBAsBI%2CaACI%2CmBAAkB%3BEACd%2CcAAA%3B%3BAAxBZ%2CqBA2BI%2C0BACI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAACA%2CqBALR%2C0BACI%2CmBAIK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAnChB%2CqBAwCI%2CaACI%3BEACI%2CcAAA%3B%3BAA1CZ%2CqBAwCI%2CaAKI%2COAAM%2CUACF%3BEACI%2C4BAAA%3B%3BAA%5C%2FChB%2CqBAoDI%3BEACI%2CYAAA%3B%3BAArDR%2CqBAwDI%3BEACI%2CYAAA%3B%3BAAzDR%2CqBAkEI%2CoBACI%2CwBACI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CqBADJ%2CcACK%2CwBACG%2CsBACI%2CiBACM%2CWACE%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBATxB%2CcACK%2CwBACG%2CsBACI%2CiBACM%2CWACE%2CQAIK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA5FhC%2CqBAqGI%3BEACI%2CgBAAA%3B%3BAAtGR%2CqBAyGI%2CkBACI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAA5GZ%2CqBAgHI%2C0BACI%2CQAAO%2CQACH%3BEACI%2CcAAA%3B%3BAAnHhB%2CqBAgHI%2C0BAOI%3BEACI%2CSAAA%3B%3BAAxHZ%2CqBA4HI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAA9HR%2CqBA4HI%2CmBAII%2CyBACI%3BEACI%2CYAAA%3B%3BAAlIhB%2CqBA4HI%2CmBAUK%3BEACG%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA1IZ%2CqBA4HI%2CmBAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FIZ%2CqBA4HI%2CmBAsBI%3BEACI%2CiBAAA%3B%3BAAnJZ%2CqBA4HI%2CmBAsBI%2CaAGI%3BEACI%2CgBAAA%3B%3BAAtJhB%2CqBA4HI%2CmBA8BI%2CUACI%2CYACI%3BEACI%2CiBAAA%3B%3BAA7JpB%2CqBA4HI%2CmBAsCI%3BEACI%2CkBAAA%3B%3BAAnKZ%2CqBA4HI%2CmBAsCI%2CsBAEI%3BE2H3wCZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqB3H6tCI%2CmBAsCI%2CsBAEI%2Cc2HrwCX%3BAACD%2CqB3H4tCI%2CmBAsCI%2CsBAEI%2Cc2HpwCX%3BEACG%2CaAAA%3B%3BA3H%2BlCJ%2CqBA4HI%2CmBAsCI%2CsBAEI%2CcAEI%3BEACI%2CkBAAA%3B%3BAAvKpB%2CqBA4HI%2CmBAgDI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKI%2CqBAxDZ%2CmBAsDI%2CcACK%2CWACI%3BAACD%2CqBAzDZ%2CmBAsDI%2CcACK%2CWAEI%3BEACG%2CaAAA%3B%3BAAtLpB%2CqBA4LI%2CaACI%2CUACK%2CSACI%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CqBAXR%2CaAUI%2CuBAAsB%2CcACjB%3BEACG%2CSAAS%2COAAT%3BEACA%2CauIv0CD%2CavIu0CC%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA3MhB%2CqBA4LI%2CaAmBI%2COAAM%3BEAEF%2CeAAA%3BE2HzqCZ%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BE3HwqCY%2CiBAAA%3BEACA%2CkBAAA%3B%3BAApNZ%2CqBAwNI%2CsBACI%2COACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5NhB%2CqBAiOI%2C0BACI%2CwCACI%2CMACI%3BEACI%2CiBAAA%3B%3BAArOpB%2CqBAiOI%2C0BASI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5OZ%2CqBAgPI%2CyBACI%2CsBACI%3BEACI%2CiBAAA%3B%3BAAnPhB%2CqBAgPI%2CyBAOI%2CiBACI%2CiBACI%2CSAAQ%3BEACJ%2CeAAA%3B%3BAAOJ%2CqBAjBZ%2CyBAeI%2CgCACI%2CeACK%3BEACG%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAnQpB%2CqBAyQI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGQ%2CqBANZ%2CgCAII%2C4BACI%2CaACK%3BEACG%2CSAAS%2COAAT%3BEACA%2CauI%5C%2F4CL%2CavI%2B4CK%3BEACA%2CeAAA%3B%3BAAlRpB%2CqBAyQI%2CgCAII%2C4BACI%2CaAOI%3BEACI%2CaAAA%3B%3BAAtRpB%2CqBAyQI%2CgCAkBI%3BEACI%2CiBAAA%3B%3BAA5RZ%2CqBAgSI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAlSR%2CqBAgSI%2CcAGI%3BEACI%2CmBAAA%3B%3BAApSZ%2CqBAgSI%2CcAGI%2COAEI%3BAArSZ%2CqBAgSI%2CcAGI%2COAGI%3BEACI%2CgBAAA%3B%3BAAvShB%2CqBAgSI%2CcAWI%3BAA3SR%2CqBAgSI%2CcAYI%3BEACI%2CiBAAA%3B%3BAA7SZ%2CqBAgSI%2CcAgBI%2CMAKI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAxThB%2CqBA6TI%2CuBAAsB%2CQACjB%3BEACG%2CgBAAA%3B%3BAAEA%2CqBAJR%2CuBAAsB%2CQACjB%2COAGI%3BEACG%2CSAAS%2COAAT%3BEACA%2CauIj8CD%2CavIi8CC%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtUhB%2CqBA2UI%2CuBACK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAMA%2CqBAFR%2CuBAAsB%2CUACjB%2COACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CauIt9CD%2CavIs9CC%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3VhB%2CqBAgWI%2CeACI%2CiBACI%3BEACI%2CWAAA%3B%3BAAnWhB%2CqBAgWI%2CeAMI%3BEACI%2CmBAAA%3B%3BAAvWZ%2CqBAiXI%3BEACI%2CeAAA%3B%3BAAlXR%2CqBAyXI%3BEACI%2CaAAA%3B%3BAA1XR%2CqBA6XI%2CyBACI%3BEACG%2CaAAA%3B%3BAAIX%2CwBACI%2CeACI%2CgBAAe%2CQACX%3BEACI%2CaAAA%3B%3BAAKhB%2C4BACI%2CYACI%3BEACI%2CaAAA%3B%3BAAIZ%2C2CACI%2CUACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2C2CACI%2CUAMK%3BEACG%2CmBAAA%3B%3BAAKZ%2CYAAa%3BAAAa%2CYAAa%3BEACnC%2C0BAAA%3B%3BAAEJ%2CYACI%3BEACI%2CgBAAA%3B%3BAAGR%2CYAAa%3BEACT%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%2C2BAA2B%3BEACpC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%2CUAAU%3BEACnB%2CaAAA%3B%3BAAEJ%2CMAAO%2CSAAQ%2CcAAe%3BEAC1B%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CKAAK%3BAACL%2CQAAQ%3BAACR%2CMAAM%3BEACF%2C2CAAA%3B%3BAAIJ%3BEACI%2COAAO%2CyBAAP%3BEACA%2CgBAAA%3B%3BAAFJ%2CiBAII%3BEACI%2CUAAA%3B%3BAAIR%2CwBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CwBACI%2CsBAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CwBAQI%2CgBAAe%2CaACX%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CwBAeI%3BEACI%2CeAAA%3B%3BAAGR%2CyBACI%2CiBACK%2CWAEG%3BAAJZ%2CyBACI%2CiBAEK%2CaACG%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CyBAPZ%2CiBACK%2CWAEG%2CQAIK%3BAAAD%2CyBAPZ%2CiBAEK%2CaACG%2CQAIK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAMpB%2CgCACI%2CeACI%2CaACI%3BEACI%2CcAAA%3B%3BAAJhB%2CgCACI%2CeACI%2CaACI%2COAEI%3BEACI%2CcAAA%3B%3BAANpB%2CgCACI%2CeASI%2CgBACI%2CKACI%2COAAM%2CUACF%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAfxB%2CgCACI%2CeASI%2CgBACI%2CKACI%2COAAM%2CUAKF%2CQACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CgCApBxB%2CeASI%2CgBACI%2CKACI%2COAAM%2CUAKF%2CQACI%2CKAGK%3BEACG%2CcAAA%3B%3BAAShC%2CYAEI%2CYAEI%2CUACI%3BAALZ%2CYAGI%2CuBACI%2CUACI%3BEACI%2CcAAA%3B%3BAASQ%2CYALpB%2CYACI%2CUACM%2CSACG%2CSACK%2CQACG%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAWpB%2CoBADJ%2CQACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BE2H5pDJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CaAAA%3B%3BA3HkpDJ%2CiBAKI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BE2HvmDR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAdA%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BE3HonDQ%2CaAAA%3B%3BAAEA%2CiBAPJ%2CcAOK%3BAACD%2CiBARJ%2CcAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE2HhnDZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BE3HgnDY%2CkBAAA%3BEACA%2CQAAA%3BE2HrjDZ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BE3HojDY%2CgBAAA%3B%3BAAGJ%2CiBAnBJ%2CcAmBK%3BEACG%2CWAAA%3B%3BAAGJ%2CiBAvBJ%2CcAuBK%3BEACG%2CYAAA%3B%3BAA7BZ%2CiBAiCI%3BEACI%2CUAAA%3B%3BAAlCR%2CiBAiCI%2CaAGI%3BEACI%2CcAAA%3B%3BAArCZ%2CiBAyCI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAA7CR%2CiBAyCI%2CeAMK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxDZ%2CiBAyCI%2CeAkBI%3BEACI%2CkBAAkB%2CiDAAlB%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAApEZ%2CiBAwEI%3BEACI%2CiBAAA%3B%3BAAzER%2CiBAwEI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA5EZ%2CiBAgFI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIQ%2CiBANZ%2CiBAII%2CSACI%2CEACK%3BEAEG%2CeAAA%3B%3BAAOpB%2C6BACI%3BE2H1vDJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3HwvDQ%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA2HxvDR%2C6B3HovDI%2CiB2HpvDH%3BAACD%2C6B3HmvDI%2CiB2HnvDH%3BEACG%2CaAAA%3B%3BA3HivDJ%2C6BACI%2CiBAMK%3BEACG%2CWAAA%3B%3BAARZ%2C6BACI%2CiBAMK%2CWAGG%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CmBACI%3BEACI%2CKAAK%2CgBAAL%3B%3BAAGR%2CwBACI%3BEACI%2CUAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CYAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CwBAJJ%2CcAIK%3BEACG%2CYAAA%3B%3BAAVZ%2CwBAcI%2CsBACI%3BE2H%5C%2FxDR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3H6xDY%2CmBAAA%3BEACA%2C8BAAA%3B%3BA2H5xDZ%2CwB3HwxDI%2CsBACI%2CiB2HzxDP%3BAACD%2CwB3HuxDI%2CsBACI%2CiB2HxxDP%3BEACG%2CaAAA%3B%3BA3H4xDQ%2CwBANR%2CsBACI%2CiBAKK%3BAACD%2CwBAPR%2CsBACI%2CiBAMK%3BEACG%2CaAAA%3B%3BAAtBhB%2CwBAcI%2CsBACI%2CiBAUK%3BEACG%2CcAAA%3BEACA%2CQAAA%3B%3BAA3BhB%2CwBAcI%2CsBACI%2CiBAUK%2CaAIG%2CEAAC%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FBpB%2CwBAcI%2CsBACI%2CiBAoBK%3BEACG%2CQAAA%3B%3BAAchB%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CqBACI%2CUACM%3BEACE%2CgBAAA%3B%3BAAQI%2CaAHZ%2CiBACI%2CWACI%2CQACK%3BEACG%2CcAAA%3B%3BAACA%2CaALhB%2CiBACI%2CWACI%2CQACK%2CcAEI%3BEACG%2CcAAA%3B%3BAAOxB%2CeAAgB%3BEACZ%2CaAAA%3B%3B%3BAAsBJ%2CmBAdyD%3BEACrD%2CyBACI%2CiBACM%2CWAEE%3BEAJZ%2CyBACI%2CiBAEM%2CaACE%3BIACI%2CgBAAA%3B%3B%3BAAmHpB%2CmBA3GmD%3BEAE%5C%2FC%2CcAAe%2CiBACV%3BEADL%2CcAAe%2CiBAEV%3BIACG%2CmBAAA%3B%3BEAGR%2CqBACI%2CgCACI%3BIACI%2CeAAA%3B%3BEAHZ%2CqBAOI%2CaACI%3BIACI%2CeAAA%3B%3BEAIZ%2CiCAGI%3BEAFJ%2CgCAEI%3BEADJ%2C2CACI%3BEAHJ%2CiCAII%3BEAHJ%2CgCAGI%3BEAFJ%2C2CAEI%3BIACI%2CaAAA%3B%3BEAII%2CiCAFR%2CgBACI%2CgBACK%2CUAAU%2CGACP%3BEADJ%2CgCAFR%2CgBACI%2CgBACK%2CUAAU%2CGACP%3BEADJ%2C2CAFR%2CgBACI%2CgBACK%2CUAAU%2CGACP%3BIACI%2C2BAAA%3B%3BEAGR%2CiCAPR%2CgBACI%2CgBAMK%2CUAAU%3BEAAX%2CgCAPR%2CgBACI%2CgBAMK%2CUAAU%3BEAAX%2C2CAPR%2CgBACI%2CgBAMK%2CUAAU%3BIACP%2COAAA%3BIACA%2CeAAA%3B%3BEAhBhB%2CiCAoBI%3BEAnBJ%2CgCAmBI%3BEAlBJ%2C2CAkBI%3BIACI%2CaAAA%3B%3BEArBR%2CiCAuBI%3BEAtBJ%2CgCAsBI%3BEArBJ%2C2CAqBI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CaAAC%2CwBACG%2CsBACI%2CiBACM%2CWACE%3BIACI%2CgBAAA%3B%3BEAOxB%2CKAAK%2CcACD%2COACI%2CMAAM%3BIACF%2CgBAAA%3B%3BEAMJ%2CoBADJ%2CQACK%3BIACG%2CgBAAA%3B%3BEAIZ%2CKAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%3BI2Ht8DxB%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI3Ho8D4B%2CuBAAA%3B%3BE2Hl8D5B%2CK3H27DS%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%2CiB2Hh8DvB%3BEACD%2CK3H07DS%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%2CiB2H%5C%2F7DvB%3BIACG%2CaAAA%3B%3BE3Hy7DA%2CKAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%2CiBAGI%3BIACI%2CWAAA%3BI2H18DhC%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI3Hw8DgC%2CuBAAA%3BIACA%2CmBAAA%3B%3BE2Hv8DhC%2CK3H27DS%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%2CiBAGI%2CwB2Hn8D3B%3BEACD%2CK3H07DS%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%2CiBAGI%2CwB2Hl8D3B%3BIACG%2CaAAA%3B%3BE3Hy7DA%2CKAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%2CiBASI%2CEAAC%2COAAO%2CIAAI%3BIACR%2CkBAAA%3B%3BEAf5B%2CKAAK%2CcAsBD%2CwBACI%3BIACI%2CSAAA%3B%3B%3BAA0MhB%2CmBApMiD%3BEAC7C%2CKAAK%2CcACD%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEACA%2CKAPH%2CcACD%2CaAMQ%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2C4BAA4B%2CkBAAkB%2CgBAC1C%3BIACI%2CYAAA%3B%3BEAGR%2CmBACI%3BIACI%2CMAAA%3B%3BEAGR%2CcAAe%2CiBACX%2CSAEI%3BEAHR%2CcAAe%2CiBAEX%2CWACI%3BIACI%2CWAAA%3B%3BEAKZ%2CwBACI%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3B%3BEAPR%2CwBAWI%3BIACI%2CyBAAA%3B%3BEAZR%2CwBAcI%2CsBACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CIAAK%2CeAAe%2CiBAAiB%2CWAAW%2CQAAO%3BIACnD%2CkBAAA%3B%3BEAUJ%2CyBACI%2CiBACM%2CWAEE%3BEAJZ%2CyBACI%2CiBAEM%2CaACE%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAKhB%2CIACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAHR%2CIAMI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEATR%2CIAMI%2CaAKI%3BEAXR%2CIAMI%2CaAMI%3BIACI%2CeAAA%3B%3BEAbZ%2CIAiBI%2CeACI%3BIACI%2CaAAA%3B%3BEAnBZ%2CIAiBI%2CeAKI%3BIACI%2CKAAK%2CiBAAL%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAEA%2CIAVR%2CeAKI%2CuBAKK%3BEACD%2CIAXR%2CeAKI%2CuBAMK%3BIACG%2CWAAW%2CcAAX%3B%3BEAGJ%2CIAfR%2CeAKI%2CuBAUK%3BIACG%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CIArBR%2CeAKI%2CuBAgBK%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAzChB%2CIA8CI%2CeACI%2CiBACK%3BIACG%2CWAAA%3BIACA%2CSAAA%3B%3BEAlDhB%2CIA8CI%2CeACI%2CiBAMI%3BIACI%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAzDhB%2CIA8CI%2CeACI%2CiBAMI%2CWAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAOpB%2C6BACI%2CiBACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAKZ%2CcACI%3BIACI%2CaAAA%3B%3BEAIR%2CaACI%3BIACI%2CWAAA%3B%3BEAEA%2CaAHJ%2COAGK%3BIACG%2CWAAA%3BIACA%2CmBAAA%3B%3BEANZ%2CaAUI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CqBACI%2CaACI%3BIACI%2CeAAA%3B%3BEAHZ%2CqBAMI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAA%2BfR%2CmBArfgD%3BEAC5C%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CkBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CkBAMI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAIR%2CaACI%2CiBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAIZ%2CKAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEANpB%2CKAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWAKI%2CGAAE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAMpB%2CiCAAkC%2CeAAe%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAAoB%2CMAAQ%2CKAAK%3BIAChH%2C6BAAA%3B%3BEAEJ%2CiCACI%2C6BACI%3BIACI%2CUAAA%3B%3BEAIZ%2CcAAe%3BIACX%2CWAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CmBAAA%3B%3BEAGR%2C4BACI%3BIACI%2CmBAAA%3B%3BEAFR%2C4BACI%2CoBAEI%3BIACI%2CmBAAA%3B%3BEAIZ%2CwBACI%2CsBACI%2CiBACM%3BIACE%2CmBAAA%3B%3BEAOR%2CmBADJ%2CcACK%3BIACG%2CUAAA%3B%3BEAKZ%2CmBACI%3BIACI%2CkBAAA%3B%3BEAGR%2CqBACI%2CoBACI%2CwBACI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAKhB%2C0BACI%2C6BACI%2CsBACI%3BIACI%2CgBAAA%3B%3BEAKhB%2CsBACI%2CiBACI%3BEAFR%2CsBACI%2CiBAEI%3BIACI%2CgBAAA%3B%3BEAWA%2CKALP%2CcACG%2CKAAI%2CIAIC%3BEAAD%2CKALP%2CcAEG%2CKAAI%2CMAGC%3BEAAD%2CKALP%2CcAGG%2CKAAI%2CSAEC%3BEAAD%2CKALP%2CcAIG%2CKAAI%2CKACC%3BIACG%2CgBAAA%3B%3BEAQY%2CKAdvB%2CcASG%2CwBACI%2CcACI%2CiBACI%2CWACI%2CQACK%3BIACG%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CKAnBvB%2CcASG%2CwBACI%2CcACI%2CiBACI%2CWACI%2CQAMK%3BIACG%2CcAAA%3BIACA%2CiBAAA%3B%3BEArB5B%2CKAAC%2CcA4BG%3BIACI%2CeAAA%3B%3BEAKQ%2CKAlCf%2CcA%2BBG%2CqBACI%2CMACK%2CKACI%2CIAAI%3BIACD%2CgCAAA%3B%3BEAFR%2CKAjCX%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWACI%3BIACI%2CeAAA%3B%3BEAEI%2CKAzC3B%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWACI%2CGAEK%2CIACI%3BIACG%2CUAAA%3BIACA%2CkBAAA%3B%3BEAVpB%2CKAjCX%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWAUI%2CcACI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAjBhB%2CKAjCX%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWAUI%2CcACI%2CiBAGI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEApBpB%2CKAjCX%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWAUI%2CcACI%2CiBAGI%2CwBAGI%3BIACI%2COAAA%3BIACA%2CQAAA%3BIACA%2CKAAI%2CiBAAJ%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEA1BxB%2CKAjCX%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWAUI%2CcACI%2CiBAGI%2CwBAGI%2CcAMI%2COACM%3BIACE%2CUAAA%3B%3BEA7BhC%2CKAjCX%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWAUI%2CcACI%2CiBAGI%2CwBAGI%2CcAMI%2COAIM%3BIACE%2CUAAA%3B%3BEAhChC%2CKAjCX%2CcA%2BBG%2CqBACI%2CMACK%2CKAIG%2CWAmCI%2CGAAE%2CWACE%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAY5B%2CIADJ%2CMACK%2CcACG%2COACK%3BIACG%2CmBAAA%3B%3BEASJ%2CIAHZ%2CeACI%2CeACI%2CQACK%3BIACG%2CaAAA%3B%3BEAfpB%2CIAWI%2CeASI%3BIACI%2CgBAAA%3B%3BEArBZ%2CIAyBI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CeACI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAMA%2CoBADJ%2CMACK%3BIACG%2CcAAA%3B%3BEAIQ%2CoBANhB%2CMACK%2CcAGG%2CqBACI%2CMACK%3BIACG%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEACA%2CoBAVpB%2CMACK%2CcAGG%2CqBACI%2CMACK%2CKAII%2CIAAI%3BIACD%2CmBAAA%3B%3BEAOZ%2CoBAlBZ%2CMACK%2CcAgBG%2CMACM%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CoBADJ%2CMACK%2CcAgBG%2CMAMK%3BIACG%2CcAAA%3B%3BEAEA%2CoBA1BhB%2CMACK%2CcAgBG%2CMAMK%2CKAGI%2CaACG%2CGAAE%3BIACE%2CaAAA%3B%3BEA3BpB%2CoBADJ%2CMACK%2CcAgBG%2CMAMK%2CKASG%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAEA%2CoBArCpB%2CMACK%2CcAgBG%2CMAMK%2CKASG%2CGAKK%3BIACG%2CSAAS%2CcAAc%2CIAAvB%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAIA%2CoBA5CxB%2CMACK%2CcAgBG%2CMAMK%2CKASG%2CGAWK%2CaACI%3BIACG%2CaAAA%3B%3BEA5CxB%2CoBADJ%2CMACK%2CcAgBG%2CMAMK%2CKA2BG%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAIA%2CoBAzDpB%2CMACK%2CcAgBG%2CMAMK%2CKAiCI%2CKACI%3BIACG%2CiBAAA%3B%3BEAzDpB%2CoBADJ%2CMACK%2CcA%2BDG%2CMACI%2CGACI%3BIACI%2CaAAA%3B%3BEAOJ%2CoBA1EhB%2CMACK%2CcAuEG%2CMACI%2CKACK%3BI2H3%2BEzB%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI3Hy%2BE4B%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BE2Hz%2BE5B%2CoB3H25EQ%2CMACK%2CcAuEG%2CMACI%2CKACK%2CK2Hr%2BExB%3BEACD%2CoB3H05EQ%2CMACK%2CcAuEG%2CMACI%2CKACK%2CK2Hp%2BExB%3BIACG%2CaAAA%3B%3BE3Hy%2BEwB%2CoBAhFpB%2CMACK%2CcAuEG%2CMACI%2CKACK%2CKAMI%3BIACG%2CaAAA%3B%3BEAhFpB%2CoBADJ%2CMACK%2CcAsFG%2COACI%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CoBAjGhB%2CMACK%2CcAsFG%2COACI%2CGASK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAjGhB%2CoBADJ%2CMACK%2CcAsGG%3BIACI%2CgBAAA%3B%3BEAvGR%2CoBADJ%2CMACK%2CcA0GG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEA9GhB%2CoBAmHI%3BIACI%2CmBAAA%3B%3BEApHR%2CoBAmHI%2CiBAGI%2CEAAC%2COAAO%2CIAAI%3BIACR%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAMA%2CoBAFR%2CMACK%2CKACI%2CQACG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEA%2CoBAThB%2CMACK%2CKACI%2CQACG%2CQAMK%2CIAAI%3BIACD%2CgBAAA%3B%3BEAtIxB%2CoBA8II%2CcACI%2CSAAQ%3BIACJ%2CeAAA%3B%3BEAhJZ%2CoBAoJI%2CgBACI%3BIACI%2CkBAAA%3B%3BEAtJZ%2CoBAoJI%2CgBACI%2CwBAGI%2CQAAO%3BIACH%2CWAAA%3B%3BEAOhB%2CqBACI%2CaACI%2C2BACI%2COAAM%3BIACF%2CkBAAA%3B%3BEAJhB%2CqBAQI%3BIACI%2CaAAA%3B%3BEATR%2CqBAWI%2CmBACK%3BIACG%2CeAAA%3B%3BEAbZ%2CqBAWI%2CmBAKI%2CeACK%2CSACG%3BIACI%2CiBAAA%3B%3BEAnBpB%2CqBAyBI%3BIACI%2CaAAA%3B%3BEA1BR%2CqBA6BI%2CyBACI%2CgBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAjChB%2CqBA6BI%2CyBAQI%3BIACI%2CeAAA%3B%3BEAtCZ%2CqBA6BI%2CyBAYI%3BEAzCR%2CqBA6BI%2CyBAaI%3BIACI%2CSAAA%3B%3BEA3CZ%2CqBA%2BCI%2CuBACI%2COAAM%3BIACF%2CSAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CqBANR%2CuBACI%2COAAM%2COAKD%3BIACG%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CcAAb%3B%3BEA3DhB%2CqBA%2BCI%2CuBACI%2COAAM%2COAcF%3BI2HpkFhB%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BI3HokFoB%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAOZ%2CwBAAC%2CaAAa%2CMACV%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3B%3B%3BAAqBhB%2CmBAXiD%3BEAC7C%2CYACI%2C2BACM%3BIACE%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAmMhB%2CmBA7L4C%3BEAMxB%2CKAHX%2CcACG%2CqBACI%2CMACK%2CKACG%2CWACI%2CcACI%2CiBACI%2CwBACI%2CcACI%2COACM%3BIACE%2CWAAA%3B%3BEARhC%2CKAHX%2CcACG%2CqBACI%2CMACK%2CKACG%2CWACI%2CcACI%2CiBACI%2CwBACI%2CcACI%2COAIM%3BIACE%2CWAAA%3BIACA%2CmBAAA%3B%3BEAoBhC%2CeALZ%2CcAGI%2COACI%2CUACK%3BIACG%2CWAAA%3B%3BEADJ%2CeALZ%2CcAGI%2COACI%2CUACK%2COAGG%2COACI%3BIACI%2CsBAAA%3BIACA%2CcAAA%3B%3BEAYZ%2CyBAHZ%2CiBACM%2CWACE%2CQACK%3BIACG%2CgBAAA%3B%3BEAEJ%2CyBANZ%2CiBACM%2CWACE%2CQAIK%3BIACG%2CgBAAA%3B%3BEAOpB%2CsBACI%2CwBACI%2CcACI%2CSACI%3BIACI%2CkBAAA%3B%3BEALpB%2CsBACI%2CwBACI%2CcACI%2CSACI%2CsBAEI%3BIACI%2CsBAAA%3B%3BEAPxB%2CsBACI%2CwBACI%2CcACI%2CSACI%2CsBAEI%2CoBAEI%3BIACI%2CmBAAA%3B%3BEAQ5B%2CoBACI%2CYACI%3BIACI%2CWAAA%3B%3BEAHZ%2CoBACI%2CYAII%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAKZ%2CqBACI%2CuBACI%3BIACI%2CiBAAA%3B%3BEAHZ%2CqBAOI%2CaACI%3BIACI%2CiBAAA%3B%3BEATZ%2CqBAYI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAdZ%2CqBAiBI%3BIACI%2CeAAA%3B%3BEAlBR%2CqBAiBI%2CMAOI%3BIACI%2CiBAAA%3B%3BEAzBZ%2CqBA6BI%2CmBACI%2CMACI%3BIACI%2CcAAA%3B%3BEAhChB%2CqBA6BI%2CmBACI%2CMAKI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEAtChB%2CqBA6BI%2CmBACI%2CMAWI%3BEAzCZ%2CqBA6BI%2CmBACI%2CMAYI%3BIACI%2CeAAA%3B%3BEAKhB%2C%2BBACI%2CMACI%3BIACI%2CwBAAA%3B%3BEAIZ%2CqBACI%2CuBACK%3BIACG%2CiBAAA%3B%3BEAKZ%2CiBACI%2CiBACI%3BIACI%2CWAAA%3B%3BEAHZ%2CiBACI%2CiBACI%2CSAGI%2CEAAC%3BIACG%2CWAAA%3B%3BEANhB%2CiBAUI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAZR%2CiBAcI%3BIACI%2CWAAA%3B%3BEAIR%2CIACI%2CgCACI%2CiBACI%3BIACI%2CWAAA%3B%3B%3BAAoCxB%2CmBAzBkD%3BEAGlC%2CIADJ%2CeACK%2CSACG%2CiBACI%2CSAEI%3BEAJZ%2CIADJ%2CeACK%2CSACG%2CiBAEI%2CWACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEASxB%2CeACI%3BIACI%2CcAAA%3B%3B%3BAAUZ%2CIACI%2C0BACI%2CeACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAALhB%2CIASI%2CsBAAsB%2CaAAa%2CeAAe%3BAATtD%2CIAUI%2CuBAAsB%2CcAAe%3BEACjC%2CWAAA%3BEACA%2CWAAA%3B%3BAACA%2CIAJJ%2CsBAAsB%2CaAAa%2CeAAe%2CuBAI7C%3BAAAD%2CIAHJ%2CuBAAsB%2CcAAe%2CuBAGhC%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CIARJ%2CsBAAsB%2CaAAa%2CeAAe%2CuBAQ7C%3BAAAD%2CIAPJ%2CuBAAsB%2CcAAe%2CuBAOhC%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAKA%2CIAFR%2CeACI%2CiBACS%3BEACD%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1BhB%2CIAsBI%2CeACI%2CiBAKI%2CWACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CIAVhB%2CeACI%2CiBAKI%2CWACI%2CQAGK%3BEACG%2CeAAA%3B%3BAAjCxB%2CIAuCI%2CMAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%3BEACE%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAA7CxB%2CIAuCI%2CMAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWAGE%2CQAAO%3BEACH%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKhB%2CIAdR%2CMAAK%2CcACD%2CqBAaK%2CMACG%2CMACI%2CGAAE%3BEACE%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAAzDxB%2CIAuCI%2CMAAK%2CcAuBD%3BEACI%2CiBAAA%3B%3BAA%5C%2FDZ%2CIAmEI%2CaAAa%3BAAnEjB%2CIAoEI%2CmBAAmB%2CcAAc%3BEAC7B%2CgBAAA%3B%3BAArER%2CIAuEI%2CkCACI%2CeACI%3BE2Hn9FZ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CI3H28FI%2CkCACI%2CeACI%2Cc2H78FX%3BAACD%2CI3H08FI%2CkCACI%2CeACI%2Cc2H58FX%3BEACG%2CaAAA%3B%3BA3Hk4FJ%2CIAuEI%2CkCACI%2CeACI%2CcAEI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA7EpB%2CIAkFI%2CmBACI%2CcACI%3BEACI%2CiBAAA%3B%3BAArFhB%2CIA0FI%3BEACI%2CWAAA%3B%3BAA3FR%2CIA0FI%2CcAGI%3BEACI%2CoCAAA%3B%3BAA9FZ%2CIA0FI%2CcAOI%2COACI%3BEACI%2CeAAA%3B%3BAAOY%2CIAhBxB%2CcAOI%2COAKI%2CUACK%2COACG%2CiBACI%2CSACK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIApB5B%2CcAOI%2COAKI%2CUACK%2COACG%2CiBACI%2CSACK%2COAII%3BEACG%2CSAAS%2COAAT%3B%3BAAW5B%2CIADJ%2CMACK%2CcACG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CIADJ%2CMACK%2CcAMG%3BEACI%2CYAAA%3B%3BAAPR%2CIADJ%2CMACK%2CcAMG%2CwBAEI%3BEACI%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3B%3BAAXZ%2CIADJ%2CMACK%2CcAMG%2CwBAEI%2CcAII%3BEACI%2CiBAAA%3B%3BAAbhB%2CIADJ%2CMACK%2CcAMG%2CwBAEI%2CcAOI%2COACM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAOZ%2CIA3BZ%2CMACK%2CcAyBG%2CQACK%3BAACD%2CIA5BZ%2CMACK%2CcAyBG%2CQAEK%3BEACG%2CsBAAA%3B%3BAA5BZ%2CIADJ%2CMACK%2CcA%2BBG%2CcACI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApCZ%2CIADJ%2CMACK%2CcA%2BBG%2CcAOI%3BEACI%2CYAAA%3B%3BAAjKpB%2CIAuKI%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAzKR%2CIAuKI%2CeAII%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CIARR%2CeAII%2CuBAIK%3BAACD%2CIATR%2CeAII%2CuBAKK%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIAdR%2CeAII%2CuBAUK%3BEACG%2C%2BBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CIAnBR%2CeAII%2CuBAeK%3BEACG%2C0BAAA%3BEACA%2C%2BBAAA%3B%3BAAMZ%2CIAAC%2CoBACG%3BEACI%2CgBAAA%3B%3BAAIQ%2CIANf%2CoBACG%2CiBAGI%2CEACK%2COACI%2CIAAI%3BEACD%2CeAAA%3BEACA%2CgBAAA%3B%3BAAWJ%2CIAJhB%2CMACK%2CKACI%2CQACG%2CQACK%2CIAAI%3BEACD%2CcAAA%3BEACA%2CkBAAA%3B%3BAAvNxB%2CIA8NI%2CwBAEI%2COACK%3BAAjOb%2CIA%2BNI%2CcACI%2COACK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIAPZ%2CwBAEI%2COACK%2CSAII%3BAAAD%2CIANZ%2CcACI%2COACK%2CSAII%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAMhB%2CIAAC%2C6BACG%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAEA%2CIANP%2C6BACG%2CiBAKK%3BAACD%2CIAPP%2C6BACG%2CiBAMK%3BEACG%2CaAAA%3B%3BAAMA%2CIAdX%2C6BAYG%2CUACI%2COACK%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CIAdX%2C6BAYG%2CUACI%2COACK%2COAIG%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAAjQxB%2CIAwQI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1QR%2CIAwQI%2CwBAII%2CiBACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FQhB%2CIAoRI%2CgBACI%2CSAEK%3BAAvRb%2CIAoRI%2CgBACI%2CSAGK%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAAOJ%2CIAFR%2COACI%2CSACK%2CcACG%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAOhB%2CIAAC%2CqBACG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CIAAC%2CqBACG%2CaAKI%2CUACK%2CSAAM%2CSACF%3BEACG%2CgBAAA%3B%3BAATpB%2CIAAC%2CqBAeG%2C0BACI%2CiBACK%3BEACG%2CWAAA%3B%3BAAlBhB%2CIAAC%2CqBAuBG%2CmBACI%2CeACK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIA7Bf%2CqBAuBG%2CmBACI%2CeACK%2CSAII%3BEACG%2CWAAA%3BEACA%2COAAA%3B%3BAA%5C%2FBpB%2CIAAC%2CqBAuBG%2CmBAaI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAvCZ%2CIAAC%2CqBA2CG%2CkBACI%2CgCAEI%3BAA9CZ%2CIAAC%2CqBA2CG%2CkBACI%2CgCAGI%3BEACI%2CiBAAA%3B%3BAAhDhB%2CIAAC%2CqBAqDG%2CaACI%2COAAM%2CUACF%3BEACI%2C2BAAA%3B%3BAAxDhB%2CIAAC%2CqBA4DG%2CaACI%2COAAM%3BEACF%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1WhB%2CIA%2BWI%2CmBACI%2CcACI%3BEACI%2CiBAAA%3B%3BAAlXhB%2CIAuXI%2CsBACI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3XZ%2CIAuXI%2CsBAOI%3BEACI%2CYAAA%3B%3BAAOI%2CIAHZ%2CgCACI%2CiBACI%2CQACK%2CIAAI%3BEACD%2CeAAA%3BEACA%2CiBAAA%3B%3BAAxYpB%2CIA6YI%2CuBACI%2CeACI%2CYAAW%3BEACP%2CUAAA%3BEACA%2CQAAA%3B%3BAAjZhB%2CIA6YI%2CuBAOI%2CwBACI%2CcACI%2CSACI%2CsBACI%2CaACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3ZhC%2CIA6YI%2CuBAqBI%2CeACI%2CeACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtapB%2CIA2aI%2C6BACI%3BEACI%2CiBAAA%3B%3BAAwBZ%2CmBApBmD%3BEAC%5C%2FC%2CIACI%2CMAAK%2CcACD%2CqBACI%2CMAAK%2CKACD%2CWACI%2CGAAE%2CWACE%2CiBACI%2CEAAC%2COAAO%2CIAAI%3BIACR%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAsDpC%2CmBA5CiD%3BEAC7C%2CIACI%2CeACI%3BIACI%2COAAA%3BIACA%2CWAAA%3B%3BEACA%2CIAJR%2CeACI%2CuBAGK%3BEACD%2CIALR%2CeACI%2CuBAIK%3BIACG%2CUAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEAEJ%2CIAVR%2CeACI%2CuBASK%3BIACG%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CgCAAA%3B%3BEAEJ%2CIAfR%2CeACI%2CuBAcK%3BIACG%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CgCAAA%3B%3BEAIZ%2CIAAC%2CqBACG%3BIACI%2CeAAA%3B%3BEAzBZ%2CIA4BI%2CeACI%2CiBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAGR%2CIAPR%2CeACI%2CiBAMQ%3BIACA%2CcAAA%3B%3B%3BAA6HxB%2CmBAtHoD%3BEAGpC%2CIADJ%2CMACK%2CcACG%3BIACI%2CWAAA%3B%3BEAKgB%2CIAR5B%2CMACK%2CcACG%2CwBAEI%2CcACI%2CiBACI%2CWACI%2CQACK%3BIACG%2CcAAA%3BIACA%2CkBAAA%3B%3BEAShB%2CIAnBhB%2CMACK%2CcAgBG%2CqBACI%2CMACK%2CKACG%2CWACI%2CcACI%3BIACI%2CiBAAA%3B%3BEAWhC%2CIAAC%2CoBACG%2CMAAK%2CKAAK%2CQACN%2CQAAO%2CIAAI%3BIACP%2CeAAA%3B%3BEAHZ%2CIAAC%2CoBAOG%2CMAAK%2CcACD%2CMACK%2CKACG%2CGAAE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAZpB%2CIAAC%2CoBAkBG%2CiBACI%2CEAAC%2COAAO%2CIAAI%3BIACR%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CIAAC%2CqBACG%2CiBACI%3BIACI%2CWAAA%3B%3BEAHZ%2CIAAC%2CqBAOG%2CmBACI%2CcACI%3BIACI%2CgBAAA%3B%3BEAVhB%2CIAAC%2CqBAeG%2C0BACI%2CiBACK%3BIACG%2CWAAA%3B%3BEAKR%2CIAvBP%2CqBAsBG%2CMACK%2CcACG%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CIAvBP%2CqBAsBG%2CMACK%2CcAKG%2CcACI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEA9FxB%2CIAoGI%2CMAAK%2CcACD%2CqBACI%2CMAAK%2CKAAM%2CWACP%2CGAAE%3BIACE%2CeAAA%3B%3BEAxGpB%2CIAoGI%2CMAAK%2CcACD%2CqBACI%2CMAAK%2CKAAM%2CWACP%2CGAAE%2CWAEE%2CiBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BA%2BIh%5C%2FG5B%2C2BAAC%2CeAEG%2CSACI%3BAAHR%2C0BAAC%2CeAEG%2CSACI%3BAAFR%2C2BAAC%2CeACG%2CSACI%3BAAFR%2C0BAAC%2CeACG%2CSACI%3BEACI%2CmBAAA%3B%3BAAJZ%2C2BAAC%2CeAOG%2CWACI%3BAARR%2C0BAAC%2CeAOG%2CWACI%3BAAPR%2C2BAAC%2CeAMG%2CWACI%3BAAPR%2C0BAAC%2CeAMG%2CWACI%3BEACI%2CwCAAA%3BEACA%2C6CAAA%3BEACA%2CgDAAA%3B%3BAAGI%2C2BAdf%2CeAOG%2CWACI%2CaAIK%2CMAEI%3BAAAD%2C0BAdf%2CeAOG%2CWACI%2CaAIK%2CMAEI%3BAAAD%2C2BAbf%2CeAMG%2CWACI%2CaAIK%2CMAEI%3BAAAD%2C0BAbf%2CeAMG%2CWACI%2CaAIK%2CMAEI%3BAAAD%2C2BAdf%2CeAOG%2CWACI%2CaAKK%2COACI%3BAAAD%2C0BAdf%2CeAOG%2CWACI%2CaAKK%2COACI%3BAAAD%2C2BAbf%2CeAMG%2CWACI%2CaAKK%2COACI%3BAAAD%2C0BAbf%2CeAMG%2CWACI%2CaAKK%2COACI%3BEACG%2CcAAA%3B%3BAAOxB%2CUACI%3BEACI%2CmBAAA%3B%3BAAEI%2CUAHR%2CSAEI%2CQACK%3BEACG%2CmBAAA%3B%3BAAKR%2CUADJ%2CaACQ%3BEACA%2CaAAA%3B%3BAAKZ%2CkBACC%3BEACO%2CaAAA%3BEACA%2CeAAA%3B%3BAAHR%2CkBACC%2CWAGO%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2COAAO%2CeAAP%3BEACA%2CmBAAA%3B%3BAARZ%2CkBACC%2CWASO%2CmBACI%3BEACI%2CgBAAA%3B%3BAAZhB%2CkBACC%2CWAcO%3BEACI%2CmBAAA%3B%3BAAhBZ%2CkBACC%2CWAcO%2CiBAEI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAApBhB%2CkBACC%2CWA2BO%2CcACI%2CkBACI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEpBpEpB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoBkEoB%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEpBfpB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAtDA%2CkBoByBC%2CWA2BO%2CcACI%2CkBACI%2CgBpBtDf%3BAACD%2CkBoBwBC%2CWA2BO%2CcACI%2CkBACI%2CgBpBrDf%3BEACG%2CaAAA%3B%3BAoBmEgB%2CkBA5CnB%2CWA2BO%2CcACI%2CkBACI%2CgBAeK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCxB%2CkBACC%2CWAmDO%2CeACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAA7DhB%2CkBACC%2CWA%2BDO%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAACA%2CkBAlEX%2CWA%2BDO%2CkBAGK%3BAACD%2CkBAnEX%2CWA%2BDO%2CkBAIK%3BEACG%2CaAAA%3B%3BAAKQ%2CkBAzEvB%2CWA%2BDO%2CkBAOK%2CMACG%2CkBACI%2CgBACK%3BEACG%2CmBAAmB%2CmBAAnB%3BEACA%2CWAAW%2CmBAAX%3B%3BAAWhB%2CeAFR%2CmBACI%2CWACK%3BAACD%2CeAHR%2CmBACI%2CWAEK%3BEACG%2CaAAA%3B%3BAAKhB%2CeACI%2CaACI%3BEACI%2CaAAA%3B%3BAAHZ%2CeAMI%3BEACI%2CgBAAA%3B%3BAAIR%2CUACI%2CcACI%2CkBACI%3BEACI%2CSAAA%3B%3BAAJhB%2CUAQI%3BEACI%2CUAAA%3B%3BAATR%2CUAWI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAbR%2CUAeI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAjBR%2CUAeI%2CiBAMI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAACA%2CUAXR%2CiBAMI%2CEAKK%3BEACG%2CcAAA%3B%3BAA3BhB%2CUA%2BBI%2CiBAEI%3BAAjCR%2CUAgCI%2CaACI%3BEACI%2CkBAAA%3B%3BAAlCZ%2CUAqCI%2CaACI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAxCZ%2CUAqCI%2CaACI%2CWAGI%2CiBACM%3BAA1ClB%2CUAqCI%2CaACI%2CWAGI%2CiBAEI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAA7CpB%2CUAqCI%2CaACI%2CWAGI%2CiBAMM%3BEACE%2CiBAAA%3B%3BAAhDpB%2CUAqCI%2CaACI%2CWAGI%2CiBASI%3BEACI%2CiBAAA%3B%3BAAIJ%2CUAlBZ%2CaACI%2CWAgBI%2CMACK%3BEACG%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAU%2CiBAAV%3B%3BAAPJ%2CUAlBZ%2CaACI%2CWAgBI%2CMACK%2CgBAQG%3BEACI%2CaAAA%3B%3BAATR%2CUAlBZ%2CaACI%2CWAgBI%2CMACK%2CgBAWG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CUAlCpB%2CaACI%2CWAgBI%2CMACK%2CgBAWG%2CEAKK%3BEACG%2CcAAA%3B%3BAAIZ%2CUAvCZ%2CaACI%2CWAgBI%2CMAsBK%2CYACG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CUAvCZ%2CaACI%2CWAgBI%2CMAsBK%2CYACG%2COAGK%3BEACG%2CgBAAA%3B%3BAALZ%2CUAvCZ%2CaACI%2CWAgBI%2CMAsBK%2CYAQG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CUAnDpB%2CaACI%2CWAgBI%2CMAsBK%2CYAQG%2CEAIK%3BEACG%2CcAAA%3B%3BAAQpB%2CUADJ%2CMACK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CUAFR%2CSACI%2CQACK%2CYACG%3BEACI%2CkBAAA%3B%3BAAFR%2CUAFR%2CSACI%2CQACK%2CYACG%2CeAEI%3BEACI%2CaAAA%3B%3BAAJZ%2CUAFR%2CSACI%2CQACK%2CYAOG%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAXR%2CUAFR%2CSACI%2CQACK%2CYAOG%2CuBAKI%2COAAM%3BEACF%2COAAA%3B%3BAAbZ%2CUAFR%2CSACI%2CQACK%2CYAOG%2CuBAKI%2COAAM%2COAEF%3BEpB5LxB%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAoBgMoB%2CUAtBhB%2CSACI%2CQACK%2CYAmBG%2CQACK%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEpB3MxB%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAoB2MwB%2CUAjCpB%2CSACI%2CQACK%2CYAmBG%2CQACK%2COAWI%3BEACG%2CyBAAA%3B%3BAAEJ%2CUApCpB%2CSACI%2CQACK%2CYAmBG%2CQACK%2COAcI%3BEACG%2CaAAa%2CUAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEpBvI5B%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEoBsI4B%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAtBR%2CUAtBhB%2CSACI%2CQACK%2CYAmBG%2CQACK%2COAwBG%3BEACI%2CaAAA%3B%3BAAKhB%2CUApDR%2CSACI%2CQAmDK%2CiBACG%3BEACI%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CUApDR%2CSACI%2CQAmDK%2CiBACG%2CGAII%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAPZ%2CUApDR%2CSACI%2CQAmDK%2CiBACG%2CGAII%2CGAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAACA%2CUAlExB%2CSACI%2CQAmDK%2CiBACG%2CGAII%2CGAII%2CEAKK%3BEACG%2CcAAA%3B%3BAAfpB%2CUApDR%2CSACI%2CQAmDK%2CiBACG%2CGAkBI%3BEACI%2CcAAA%3BEACA%2C6BAAA%3B%3BAArBZ%2CUApDR%2CSACI%2CQAmDK%2CiBACG%2CGAkBI%2CGAGI%3BEACI%2CkBAAA%3B%3BAAjL5B%2CUAsGI%2CSAiFI%2CoBACI%3BEACI%2CcAAA%3B%3BAAzLhB%2CUAsGI%2CSAiFI%2CoBACI%2CgBAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CUA9FZ%2CSAiFI%2CoBACI%2CgBAYK%2CMACG%3BEACI%2CcAAA%3B%3BAAtMxB%2CUAsGI%2CSAiFI%2CoBAoBI%2CeACI%3BEpBnVhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CUoBuOI%2CSAiFI%2CoBAoBI%2CeACI%2CMpB7Uf%3BAACD%2CUoBsOI%2CSAiFI%2CoBAoBI%2CeACI%2CMpB5Uf%3BEACG%2CaAAA%3B%3BAoB%2BHJ%2CUAsGI%2CSAiFI%2CoBAoBI%2CeACI%2CMAEI%3BEACI%2CUAAA%3B%3BAA%5C%2FMxB%2CUAsGI%2CSAiFI%2CoBAoBI%2CeACI%2CMAKI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAnNxB%2CUAsGI%2CSAiFI%2CoBAoBI%2CeACI%2CMAKI%2CmBAGI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CUAzHxB%2CSAiFI%2CoBAoBI%2CeACI%2CMAKI%2CmBAGI%2CEAWK%3BEACG%2CcAAA%3B%3BAAhOhC%2CUAsGI%2CSAiFI%2CoBAoBI%2CeACI%2CMAKI%2CmBAkBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAtO5B%2CUAsGI%2CSAiFI%2CoBAoBI%2CeACI%2CMAKI%2CmBAkBI%2CcAII%3BEACI%2CkBAAA%3B%3BAAIZ%2CUAtIhB%2CSAiFI%2CoBAoBI%2CeACI%2CMAgCK%2CIAAI%3BEACD%2CmBAAA%3B%3BAA7OxB%2CUAsGI%2CSA6II%3BEACI%2CaAAA%3B%3BAAEJ%2CUAhJJ%2CSAgJK%3BEACG%2CaAAA%3B%3BAAvPZ%2CUAsGI%2CSAmJI%2CeACI%3BEACI%2CYAAA%3B%3BAACA%2CUAtJZ%2CSAmJI%2CeACI%2CMAEK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAIJ%2CUA3JZ%2CSAmJI%2CeAOI%2CEACK%3BEACG%2CcAAA%3B%3BAAlQpB%2CUAuQI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA3QZ%2CUAuQI%2CWACI%2CmBAII%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAArRhB%2CUAuQI%2CWACI%2CmBAII%2CYAUI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAACA%2CUArBhB%2CWACI%2CmBAII%2CYAUI%2CEAMK%3BEACG%2CcAAA%3B%3BAA7RxB%2CUAuQI%2CWA2BI%2CcACI%2CkBACI%3BEACI%2CSAAA%3B%3BAAQI%2CUAtCpB%2CWAkCI%2CaACK%2CMACG%2CgBACI%2CYACK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAXhB%2CUAnCR%2CWAkCI%2CaACK%2CMACG%2CgBAaI%3BEACI%2CWAAW%2CWAAX%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CmBAAmB%2CWAAnB%3BEACA%2CcAAc%2CWAAd%3BEACA%2CeAAe%2CWAAf%3B%3BAA7TxB%2CUAuQI%2CWA2DI%2CgBACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CUA%5C%2FDZ%2CWA2DI%2CgBACI%2CYAGK%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAhVpB%2CUAuQI%2CWA2DI%2CgBAiBI%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CuDAAuD%2C8BAAvD%3BEACA%2CuCAAuC%2CqDAAqD%2C8BAA5F%3BEACA%2CyBAAyB%2CqDAAzB%3BEACA%2CiBAAiB%2CqDAAjB%3B%3BAA3VhB%2CUA%2BVI%2CWACI%3BEACI%2CmBAAA%3B%3BAAjWZ%2CUA%2BVI%2CWACI%2CcAEI%2CkBACI%2CgBACI%3BEACI%2CiBAAA%3B%3BAArWxB%2CUA%2BVI%2CWACI%2CcAUI%2CkBACI%2CeACI%3BEACI%2CSAAA%3B%3BAA7WxB%2CUA%2BVI%2CWAoBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtXZ%2CUA%2BVI%2CWAoBI%2CmBAII%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzXhB%2CUA%2BVI%2CWAoBI%2CmBAII%2CYAGI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAMI%2CUArCpB%2CWAoBI%2CmBAcI%2CaACI%2CWACI%2CMACK%2CYACG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvYhC%2CUA%2BVI%2CWA%2BCI%2CeACI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAjZhB%2CUA%2BVI%2CWAqDI%2CcACI%2CeACI%3BEACI%2CiBAAA%3B%3BAAvZpB%2CUA%2BVI%2CWA4DI%2CaACI%3BEACI%2CmBAAA%3B%3BAA7ZhB%2CUA%2BVI%2CWAiEI%2CaACI%2COACK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%3BEACG%2CkBAAA%3B%3BAADJ%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMACI%2CcACI%2CEACI%3BEACI%2CaAAA%3B%3BAANpB%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAQI%3BEpBzjBxB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CUoBgeI%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAQI%2CWpBnjBvB%3BAACD%2CUoB%2BdI%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAQI%2CWpBljBvB%3BEACG%2CaAAA%3B%3BAoBuiBY%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAWI%3BEACI%2CmBAAA%3B%3BAAdZ%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAcI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnBZ%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAcI%2CWAII%3BEACI%2CaAAA%3B%3BAArBhB%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAsBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3BhB%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAsBI%2CaACI%2COAGK%3BEACG%2CgBAAA%3B%3BAA7BpB%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAsBI%2CaAQI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGR%2CUA%5C%2FGpB%2CWAiEI%2CaACI%2COAOK%2CQAEG%2CMAoCK%3BEACG%2CwBAAA%3B%3BAAIJ%2CUApHpB%2CWAiEI%2CaACI%2COAOK%2CQA0CG%2CGACK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAA7CZ%2CUAzEZ%2CWAiEI%2CaACI%2COAOK%2CQAiDG%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CUAlIpB%2CWAiEI%2CaACI%2COAOK%2CQAiDG%2CgBAQK%3BEACG%2CcAAA%3B%3BAAKZ%2CUAxIZ%2CWAiEI%2CaACI%2COAsEK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAEJ%2CUA3IZ%2CWAiEI%2CaACI%2COAyEK%2CiBACG%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CUA3IZ%2CWAiEI%2CaACI%2COAyEK%2CiBAMG%3BEACI%2CYAAA%3BEACA%2CoBAAA%3B%3BAARR%2CUA3IZ%2CWAiEI%2CaACI%2COAyEK%2CiBAUG%3BEACI%2CUAAA%3B%3BAAII%2CUA1JxB%2CWAiEI%2CaACI%2COAyEK%2CiBAaG%2CUACK%2CQACI%2CKACG%2CcACI%2CmBACI%2CWACI%3BEACI%2CWAAA%3B%3BAAepC%2CUAFR%2CaACI%2COACK%2CSACG%3BEACI%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CUAFR%2CaACI%2COACK%2CSACG%2CSAGI%3BEACI%2CgCAAA%3B%3BAALZ%2CUAFR%2CaACI%2COACK%2CSAQG%2CaACI%3BEACI%2CyBAAA%3B%3BAAVZ%2CUAFR%2CaACI%2COACK%2CSAQG%2CaAII%3BEAEI%2CyBAAA%3B%3BAACA%2CUAjBpB%2CaACI%2COACK%2CSAQG%2CaAII%2COAGK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CUArBpB%2CaACI%2COACK%2CSAQG%2CaAII%2COAOK%3BEACG%2CWAAA%3B%3BAApBhB%2CUAFR%2CaACI%2COACK%2CSAyBG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA3BR%2CUAFR%2CaACI%2COACK%2CSAyBG%2CYAGI%2CQACI%3BEACI%2C0BAAA%3B%3BAA9BhB%2CUAFR%2CaACI%2COACK%2CSAyBG%2CYAGI%2CQAII%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAlChB%2CUAFR%2CaACI%2COACK%2CSAyBG%2CYAYI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxCZ%2CUAFR%2CaACI%2COACK%2CSAyBG%2CYAiBI%3BEACI%2CoBAAA%3B%3BAA3CZ%2CUAFR%2CaACI%2COACK%2CSAyBG%2CYAiBI%2CWAEI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAACA%2CUAvDxB%2CaACI%2COACK%2CSAyBG%2CYAiBI%2CWAEI%2CEASK%3BEACG%2CyBAAA%3B%3BAAnkBhC%2CUA2kBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAnlBR%2CUA2kBI%2CcASI%3BEACI%2CUAAA%3B%3BAArlBZ%2CUA2kBI%2CcASI%2CQAEI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CUAlBZ%2CcASI%2CQAEI%2CEAOK%3BEACG%2CcAAA%3B%3BAAEJ%2CUArBZ%2CcASI%2CQAEI%2CEAUK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAGR%2CUA9BR%2CcASI%2CQAqBK%3BEACG%2CiBAAA%3B%3BAAEI%2CUAjChB%2CcASI%2CQAqBK%2CYAEG%2CEACK%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAA%5C%2FmBxB%2CUAwnBI%3BEACI%2CoBAAA%3B%3BAAznBR%2CUA2nBI%3BEACI%2CeAAA%3B%3BAAGR%2CeACI%3BEACI%2CaAAA%3B%3BAAGR%2CiBACI%2CiBACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaRtyBG%2CkBQsyBH%3B%3BAANZ%2CiBACI%2CiBACI%2CeAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKhB%3BEACI%2CkBAAA%3B%3BAADJ%2CeAEI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjBR%2CeAEI%2CcAgBI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAApBZ%2CeAEI%2CcAoBI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAACA%2CeAxBR%2CcAoBI%2CMAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3B%3BAA6ChB%2CmBA9BkD%3BEAK9B%2CUAHZ%2CWACI%2CaACI%2COACK%2CQACG%3BIACI%2CqBAAA%3B%3BEAOxB%2CkBACI%2CWACI%3BIACI%2CUAAA%3B%3BEAHZ%2CkBACI%2CWAKI%3BIACI%2CWAAA%3B%3BEAPZ%2CkBACI%2CWAQI%3BIACI%2CWAAA%3B%3B%3BAAoDhB%2CmBA9CgD%3BEAExC%2CgCAAC%2CUACG%2CSACI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAKhB%2CiBACI%2CSACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAIZ%2CcACI%3BIACI%2CiBAAA%3B%3BEAGR%2CUACI%3BIACG%2CmBAAA%3B%3BEAFP%2CUAII%2CSACI%2CoBACI%2CeACI%2CMACI%3BIACI%2CYAAA%3B%3BEATxB%2CUAII%2CSACI%2CoBACI%2CeACI%2CMAII%3BIACI%2COAAO%2CkBAAP%3B%3B%3BAA2E5B%2CmBArD%2BC%3BEAEvC%2CgCAAC%2CUACG%2CSACI%3BIACI%2CQAAA%3B%3BEAKhB%2CkBACI%2CWACI%3BIACI%2CWAAA%3B%3BEAIZ%2CUACI%2CWACI%2CmBACI%2CYACI%3BIACI%2CiBAAA%3B%3BEAMJ%2CUAVZ%2CWAQI%2CaACI%2COACK%2CQACG%2CMACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CUAVZ%2CWAQI%2CaACI%2COACK%2CQAMG%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAOxB%2CeACI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAiBZ%2CmBAZ%2BC%3BEAC3C%2CkBACI%2CWACI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAkChB%2CmBA3BgD%3BEAK5B%2CUAHZ%2CWACI%2CaACI%2COACK%2CQACG%2CMACI%3BIACI%2CWAAA%3B%3BEAHZ%2CUAHZ%2CWACI%2CaACI%2COACK%2CQACG%2CMACI%2CYAEI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAPhB%2CUAHZ%2CWACI%2CaACI%2COACK%2CQACG%2CMASI%3BIACI%2CWAAA%3BIACA%2CuBAAA%3B%3B%3BAAwEhC%2CmBA9D2C%3BEAEvC%2CUACI%2CWACI%2CmBACI%2CYACI%3BEAJhB%2CUA4PP%2CCA3PsB%2CUACP%2CmBACI%2CYACI%3BIACI%2CiBAAA%3B%3BEALpB%2CUAUI%2CWACI%2CcACI%2CkBACI%3BIACI%2CUAAA%3B%3BEAdpB%2CUAmBI%2CWACI%2CaACI%2COAAM%2CQACF%3BIACI%2CiBAAA%3B%3BEAvBpB%2CUAmBI%2CWACI%2CaAMI%2COAAM%2CIAAI%3BIACN%2CmBAAA%3B%3BEA3BhB%2CUA%2BBI%3BIACI%2CmBAAA%3B%3BEAhCR%2CUAkCI%2CaACI%2COAAM%2CSACF%2CaACI%3BEArChB%2CUAkCI%2CaACI%2COAAM%2CSACF%2CaAEI%3BIACI%2CWAAA%3B%3BEAMpB%2CkBACI%2CWACI%2CeACI%3BIACI%2CiBAAA%3B%3BEAKhB%2CeACI%3BIACI%2CiBAAA%3B%3B%3BAAcZ%2CIACI%2CaACI%2CaACI%3BEACI%2CYAAA%3B%3BAAJhB%2CIACI%2CaACI%2CaACI%2CWAEI%3BEACI%2CgBAAA%3B%3BAANpB%2CIACI%2CaACI%2CaACI%2CWAEI%2CaAEI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAATxB%2CIAeI%2CmBAEI%3BAAjBR%2CIAgBI%2CWACI%3BEACI%2CeAAA%3B%3BAAIJ%2CIADJ%2CQACK%2CYACG%2CQAAO%3BEACH%2CWAAA%3BEACA%2COAAA%3B%3BAAHR%2CIADJ%2CQACK%2CYAKG%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA7BhB%2CIAiCI%2CiBAEI%3BAAnCR%2CIAkCI%2CaACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAMI%2CIAHX%2CUACG%2CSACI%2CQACK%3BEACG%2CYAAA%3B%3BAAJhB%2CIAAC%2CUACG%2CSAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAKA%2CIAdX%2CUAYG%2CWACI%2CMACK%2CIAAI%3BEACD%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2CIAjBf%2CUAYG%2CWACI%2CMACK%2CIAAI%2CaAGA%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAnBpB%2CIAAC%2CUAYG%2CWAWI%2CiBACM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA1BhB%2CIAAC%2CUA8BG%2CSACI%2CoBACI%2CeACI%2CMACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAApCxB%2CIAAC%2CUA0CG%2CcACI%2CQACI%2CEAAC%3BEACG%2CSAAS%2COAAT%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CIAjDX%2CUA0CG%2CcACI%2CQAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CIAjDX%2CUA0CG%2CcACI%2CQAMK%2CYAEG%2CEAAC%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAtDpB%2CIAAC%2CUA2DG%2CWACI%2CaACI%2COAAS%3BEACL%2CiBAAA%3B%3BAA9DhB%2CIAAC%2CUA2DG%2CWACI%2CaAII%2COAAM%2CQACF%2CGAAE%3BEACE%2CgBAAA%3B%3BAAQJ%2CIA1Ef%2CUAuEG%2CaACI%2CWACI%2CMACK%3BEACG%2CgBAAA%3B%3BAADJ%2CIA1Ef%2CUAuEG%2CaACI%2CWACI%2CMACK%2CYAEG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAtH5B%2CIA6HI%2CWACI%2CWACI%3BEACI%2CiBAAA%3B%3BAAhIhB%2CIA6HI%2CWAMI%2CSACI%2CQAAO%2CYACH%2CQAAO%3BEpBjpCvB%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAoB0gCA%2CIA6HI%2CWAMI%2CSACI%2CQAAO%2CYAIH%2CuBACI%2COAAM%2COAAQ%3BEpBrpClC%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAoB0gCA%2CIA6HI%2CWAkBI%2CSACI%2CQAAO%2CiBACH%2CGACI%2CGACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAArJ5B%2CIA4JI%2CiBACI%2CgBACI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAAhKhB%2CIAoKI%2CkBACI%2CsBACI%2CkBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAzKpB%2CIA8KI%2C4BAA2B%2CUACvB%2CSACI%2CQAAO%3BEACH%2CWAAA%3B%3BAevwChB%3BEACI%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CeAII%2CgBACI%2CQACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAARhB%2CeAII%2CgBACI%2CQAKI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAbhB%2CeAII%2CgBAYI%3BEACI%2CmBAAA%3B%3BAAIZ%3BEACI%2CoBAAA%3B%3BAADJ%2CWAEI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CWAMI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CWAMI%2CmBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAbZ%2CWAMI%2CmBASI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjBZ%2CWAMI%2CmBAaI%3BEnCmTR%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEmCzTY%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAvBZ%2CWAMI%2CmBAaI%2CEnC6TR%3BEACI%2CgBAAA%3B%3BAmCtTJ%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAJJ%2CoBAKI%3BEACI%2CcAAA%3B%3BAANR%2CoBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CoBAcI%3BEACI%2CmBAAA%3B%3BAAfR%2CoBAcI%2CWAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CoBAqBI%3BEACI%2CgBAAA%3B%3BAAtBR%2CoBAqBI%2CgBAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3BZ%2CoBAqBI%2CgBAQI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIZ%2COAAO%3BEACH%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAFJ%2COAAO%2CGAGH%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALR%2COAAO%2CGAGH%2CQAAO%2CQAGH%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAATZ%2COAAO%2CGAGH%2CQAAO%2CQAQH%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAbZ%2COAAO%2CGAgBH%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApBR%2COAAO%2CGAsBH%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAzBR%2COAAO%2CGA2BH%3BEACI%2CkBAAA%3B%3BAA5BR%2COAAO%2CGA2BH%2CcAEK%3BEACG%2CmBAAA%3B%3BAA9BZ%2COAAO%2CGA2BH%2CcAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnCZ%2COAAO%2CGA2BH%2CcAUI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COA%5C%2FCL%2CGA2BH%2CcAUI%2CUAUK%3BEACG%2CaAAa%2CSAAb%3B%3B%3BAAkBhB%2CmBAPyD%3BEACrD%2CWAAY%3BIACR%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAoBR%2CmBAhBkD%3BEAC9C%2CWAAY%3BIACR%2CgBAAA%3B%3BEAEJ%2COAAO%2CGACH%2CcACI%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAAiChB%2CmBA3BgD%3BEAC5C%3BIACI%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CeAGI%3BIACI%2CmBAAA%3B%3BEAJR%2CeAGI%2CeAEI%3BIACI%2CWAAA%3B%3BEANZ%2CeASI%2CgBACI%3BIACI%2CmBAAA%3B%3BEAIZ%2CWACI%3BIACI%2CgBAAA%3B%3BEAGR%2COAAO%2CGACH%2CQAAO%3BIACH%2CmBAAA%3B%3B%3BAAeZ%2CmBAT0C%2CuBAAkC%3BEACxE%2CmBACI%2CWACI%3BIACI%2CiBAAA%3B%3B%3BAA%2BChB%2CmBAxC%2BC%3BEAC3C%2CWACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CWAKI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CiBACI%2CYACI%3BIACI%2CeAAA%3B%3BEAIZ%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAFJ%2CoBAGI%3BIACI%2CmBAAA%3B%3BEAGR%2COAAO%3BIACH%2CoBAAA%3B%3BEADJ%2COAAO%2CGAEH%2CcACM%3BIACE%2CmBAAA%3B%3BEAJZ%2COAAO%2CGAEH%2CcAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAAgBhB%2CmBATgD%3BEAC5C%2COAAO%2CGAAI%2CUAAU%3BIACjB%2CUAAA%3B%3BEAEJ%2COAAO%2CGAAI%2CUAAU%2CUAAS%2CUAAU%2CGAAI%3BIACxC%2CgBAAA%3B%3B%3BAAqDR%2CmBAjD2C%3BEACvC%3BIACI%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CeAGI%3BIACI%2CmBAAA%3B%3BEAJR%2CeAOI%2CgBACI%3BIACI%2CmBAAA%3B%3BEATZ%2CeAOI%2CgBAII%2CQACI%3BIACI%2CiBAAA%3B%3BEAbhB%2CeAOI%2CgBAII%2CQAII%3BIACI%2CiBAAA%3B%3BEAKhB%2COAAO%3BIACH%2CoBAAA%3B%3BEADJ%2COAAO%2CGAEH%2CQAAO%3BIACH%2CmBAAA%3B%3BEAHR%2COAAO%2CGAEH%2CQAAO%2CQAEH%3BIACI%2CiBAAA%3B%3BEALZ%2COAAO%2CGAEH%2CQAAO%2CQAKH%3BIACI%2CiBAAA%3B%3BEAIZ%2CWACI%2CmBACI%3BIACI%2CiBAAA%3B%3BEAIZ%2CoBACI%2CWACI%3BIACI%2CiBAAA%3B%3B%3BAAqBpB%2CmBAdiD%3BEACzC%2CiBACI%2CYACI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CiBACI%2CYAKI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAShB%2CIACI%2CYACI%2CcACI%2CGACI%2CGAAE%2CIAAI%3BEACF%2CeAAA%3BEACA%2CiBAAA%3B%3BAAsBpB%2CmBAVgD%3BEAC5C%2CIACI%2CQAAO%2CGACH%3BIACI%2COAAO%2CcAAP%3BIACA%2CmBAAA%3B%3B%3BAAkChB%2CmBATgD%3BEAC5C%2CIACI%2CQAAO%2CGACH%3BIACI%2CUAAA%3B%3B%3BAC1XhB%2CoBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CoBAII%3BEACI%2CkBAAA%3B%3BAAEI%2CoBAHR%2CiBAEI%2CGACK%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAVhB%2CoBAII%2CiBAUI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAhBZ%2CoBAII%2CiBAUI%2CGAGI%3BEACI%2CqBAAA%3B%3BAAlBhB%2CoBAII%2CiBAiBI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAvBZ%2CoBAII%2CiBAiBI%2CeAGI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BAAEI%2CoBA1BhB%2CiBAiBI%2CeAGI%2CeAKQ%2CKAAK%2CKACJ%2CIAAI%3BEACD%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CoBAzBZ%2CiBAiBI%2CeAGI%2CeAKQ%2CKAAK%2CKAML%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CoBAzBZ%2CiBAiBI%2CeAGI%2CeAKQ%2CKAAK%2CKAaL%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7CxB%2CoBAII%2CiBAiBI%2CeAGI%2CeAwBI%3BEACI%2CeAAA%3B%3BAAjDpB%2CoBAII%2CiBAiBI%2CeAGI%2CeAwBI%2CaAEI%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAEI%2CoBApDxB%2CiBAiBI%2CeAGI%2CeAwBI%2CaAEI%2CWAKI%2CWACK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAzDhC%2CoBAII%2CiBAiBI%2CeAGI%2CeAwBI%2CaAEI%2CWAKI%2CWAII%3BEACI%2CcAAA%3B%3BAACA%2CoBAzD5B%2CiBAiBI%2CeAGI%2CeAwBI%2CaAEI%2CWAKI%2CWAII%2CEAEK%3BEACG%2CcAAA%3B%3BAA9DpC%2CoBAII%2CiBAkEI%3BEACI%2CmBAAA%3B%3BAAvEZ%2CoBA0EI%2CcACI%3BEACI%2CmBAAA%3B%3BAAGQ%2CoBALhB%2CcACI%2COAEK%2CSACG%2CMACK%3BEACG%2CSAAQ%2CGAAR%3B%3BAAIZ%2CoBAVR%2CcACI%2COASK%3BEpC1Eb%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoCwEgB%2CeAAA%3B%3BApCtEhB%2CoBoC0DI%2CcACI%2COASK%2CKpCpEZ%3BAACD%2CoBoCyDI%2CcACI%2COASK%2CKpCnEZ%3BEACG%2CaAAA%3B%3BAoCkEQ%2CoBAVR%2CcACI%2COASK%2CKAGG%3BAAHJ%2CoBAVR%2CcACI%2COASK%2CKAIG%3BAAJJ%2CoBAVR%2CcACI%2COASK%2CKAKG%3BEACI%2COAAM%2CYAAN%3BEACA%2CeAAA%3B%3BAA3FpB%2CoBAgGI%3BEACI%2CgBAAA%3B%3BAAjGR%2CoBAgGI%2CWAEI%3BEACI%2CeAAA%3B%3BAAnGZ%2CoBAsGI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAzGR%2CoBAsGI%2CUAIM%2CSACI%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA9GhB%2CoBAsGI%2CUAWI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAvHZ%2CoBAsGI%2CUAmBI%3BEACI%2CyBAAA%3B%3BAAMI%2CoBAHZ%2CQACK%2CIAAI%2CeACD%2CMACK%3BEACG%2CWAAA%3B%3BAAjIpB%2CoBAsII%2CiBACM%2CWACE%3BEACI%2CeAAA%3B%3BAAKR%2CoBADJ%2CcACQ%3BEACA%2CaAAA%3B%3B%3BAAwBZ%2CmBAfkD%3BEAC9C%2CoBACI%2CiBACI%2CeACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CoBAQI%3BIACI%2CmBAAA%3B%3B%3BAAkBZ%2CmBAbgD%3BEAC5C%2CoBACI%2CcACI%2COAAM%2CKACF%3BEAHZ%2CoBACI%2CcACI%2COAAM%2CKAEF%3BEAJZ%2CoBACI%2CcACI%2COAAM%2CKAGF%3BIACI%2CWAAA%3B%3B%3BAA8DpB%2CmBA7C%2BC%3BEAC3C%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CoBAKI%3BIACI%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAPR%2CoBASI%3BIACI%2CgBAAA%3BIpCxEZ%2CmBAAmB%2CaAAnB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CcAAc%2CaAAd%3BIACA%2CWAAW%2CaAAX%3B%3BEoC2DI%2CoBAaI%3BIACI%2CeAAA%3B%3BEAdR%2CoBAgBI%3BIACI%2CoBAAA%3B%3BEAjBR%2CoBAgBI%2CiBAEI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3BEArBZ%2CoBAgBI%2CiBAEI%2CeAII%3BIACI%2CcAAA%3B%3BEAvBhB%2CoBAgBI%2CiBAEI%2CeAII%2CeAEI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA1BpB%2CoBA%2BBI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CgBAAA%3B%3BEAjCZ%2CoBAoCI%2CiBACI%2CGAAE%3BIACE%2CmBAAA%3B%3B%3BAA6BhB%2CmBAhB2C%3BEACvC%2CoBACI%2CiBACI%2CGAAE%3BIACE%2CeAAA%3B%3BEAHZ%2CoBAMI%2CiBACM%2CWACE%3BIACI%2CWAAA%3B%3B%3BAA2BxB%2CmBAlBiD%3BEACzC%2CoBACI%2CiBACI%2CeACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CoBACI%2CiBACI%2CeAII%2CGACI%2CGACI%3BIACI%2CiBAAA%3B%3B%3BAAcxB%2CIAAC%2CoBACG%2CiBACI%2CcACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAALhB%2CIAAC%2CoBACG%2CiBACI%2CcAKI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAAThB%2CIAAC%2CoBACG%2CiBAWI%2CeACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAfhB%2CIAAC%2CoBACG%2CiBAWI%2CeACI%2CeAGI%2CaACI%2CWACI%2CWAAU%2CIAAI%3BEACV%2CeAAA%3BEACA%2CiBAAA%3B%3BAA4BhC%2CmBAnBkD%3BEAC9C%2CIACI%2CqBACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CIAAC%2CoBACG%2CiBACI%2CeACI%3BIACI%2CkBAAA%3B%3B%3BAAwCxB%2CmBAlB%2BC%3BEAC3C%2CIACI%2CqBACI%3BIACI%2CeAAA%3B%3BEAGR%2CIAAC%2CoBACG%2CiBACI%2CeACI%3BIACI%2CeAAA%3B%3B%3BAfxWxB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAEJ%2CwBACI%2CuBACI%2CQAAO%3BEACH%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CwBAVR%2CuBACI%2CQAAO%2COASF%3BEACG%2CyBAAA%3B%3BAAZhB%2CwBACI%2CuBAcI%3BErBRR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqBWY%2CeAAA%3B%3BArBTZ%2CwBqBZI%2CuBAcI%2CwBrBFP%3BAACD%2CwBqBbI%2CuBAcI%2CwBrBDP%3BEACG%2CaAAA%3B%3BAqBfJ%2CwBACI%2CuBAcI%2CwBAEI%3BEACI%2COAAO%2CcAAP%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAApBhB%2CwBACI%2CuBAuBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CwBACI%2CuBAuBI%2CkBAMI%3BEACI%2CWAAW%2CcAAX%3B%3BAACA%2CwBA%5C%2FBZ%2CuBAuBI%2CkBAMI%2CMAEK%3BEACG%2CSAAS%2COAAT%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAa%2CYAAb%3B%3BAApCpB%2CwBACI%2CuBAuBI%2CkBAeI%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5ChB%2CwBACI%2CuBAuBI%2CkBAeI%2CkBAMI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApDpB%2CwBACI%2CuBAuBI%2CkBA%2BBI%3BEACI%2CmBAAA%3B%3BAAxDhB%2CwBACI%2CuBAuBI%2CkBA%2BBI%2C8BAEI%3BEACI%2CkBAAA%3B%3BAACA%2CwBA1DhB%2CuBAuBI%2CkBA%2BBI%2C8BAEI%2CYAEK%3BEACG%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CaAAa%2CaAAb%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3B%3BAArExB%2CwBACI%2CuBAuBI%2CkBA%2BBI%2C8BAiBI%3BEACI%2CgBAAA%3B%3BAACA%2CwBAzEhB%2CuBAuBI%2CkBA%2BBI%2C8BAiBI%2CQAEK%3BEACG%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAArFxB%2CwBACI%2CuBAuBI%2CkBAiEI%3BEACI%2CmBAAA%3B%3BAA1FhB%2CwBACI%2CuBAuBI%2CkBAiEI%2CcAEI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAlGpB%2CwBACI%2CuBAuBI%2CkBA6EI%2CeACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3BAA1GpB%2CwBACI%2CuBAuBI%2CkBA6EI%2CeAOI%3BEACI%2CeAAA%3B%3BAAMpB%2CuBACI%2CwBACI%3BEACI%2CaTpIG%2CkBSoIH%3B%3BAACA%2CuBAHR%2CwBACI%2COAEK%2CaACG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAGR%2CuBATR%2CwBACI%2COAQK%2CaACG%2CsBACI%2CqBACI%3BEACI%2CoBAAA%3B%3BAAd5B%2CuBACI%2CwBAmBI%3BEACI%2CaAAA%3BEACA%2C8CAAA%3BEACA%2C2CAAA%3BEACA%2CsCAAA%3B%3BAAxBZ%2CuBACI%2CwBAmBI%2CeAKI%2CcACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAASR%2C8BAFR%2CuBACI%2CYACK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAMhB%2C%2BBACI%2CaACI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIZ%2CuBAEI%3BAADJ%2CwBACI%3BEACI%2CaAAA%3B%3BAAIR%2CIAAI%2CQACA%2CSAAQ%2COACJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGR%2CIATA%2CQASC%2CuBACG%2CeACI%3BEACI%2CWAAA%3B%3BAAHZ%2CIATA%2CQASC%2CuBACG%2CeAII%3BEACI%2CWAAA%3B%3BAAIZ%2CIAnBA%2CQAmBC%2CqBACG%2CiBACI%3BEACI%2CmBAAA%3B%3BAAIZ%2CIA1BA%2CQA0BC%2CuBACG%2CyBACI%2COACI%2CMAAK%2CIAAI%3BEACL%2CmBAAA%3B%3BAAMpB%3BAACA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BErBpNJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqBkNI%2C8BAAA%3B%3BArBhNJ%2CgBAAC%3BAAAD%2CoBAAC%3BAACD%2CgBAAC%3BAAAD%2CoBAAC%3BEACG%2CaAAA%3B%3BAqBgNJ%2CgBACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BErBpKR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAqB4JA%2CgBACI%2COAOI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbZ%2CgBACI%2COAOI%2CaAOI%3BEACI%2CoBAAA%3B%3BAAhBhB%2CgBACI%2COAkBI%2CeACI%2CEAAC%3BAApBb%2CgBACI%2COAkBI%2CeAEI%2COAAM%3BEACF%2CiBAAA%3B%3BAAtBhB%2CgBACI%2COAkBI%2CeAKI%2CUACI%3BEACI%2CmBAAA%3B%3BAACA%2CgBA1BhB%2COAkBI%2CeAKI%2CUACI%2COAEK%3BEACG%2CmBAAA%3B%3BAAII%2CgBA%5C%2FBxB%2COAkBI%2CeAKI%2CUACI%2COAKK%2CSACG%2COACK%3BEACG%2CSAAQ%2CGAAR%3BEACA%2CcAAA%3B%3BAAKhB%2CgBAtCZ%2COAkBI%2CeAKI%2CUAeK%3BEACG%2CgBAAA%3B%3BAAxCpB%2CgBAgDI%2CiBACI%3BEACI%2CmBAAA%3B%3BAAEI%2CgBAJZ%2CiBACI%2CWAEI%2CQACK%3BEACG%2CgBAAA%3BEACA%2CaAAA%3B%3BAAOR%2CgBAFR%2CoBACI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKhB%2C0BACI%2CYACI%3BEACI%2CgBAAA%3B%3BAAII%2C0BANZ%2CYAII%2CMACI%2CEACK%3BAACD%2C0BAPZ%2CYAII%2CMACI%2CEAEK%3BAACD%2C0BARZ%2CYAII%2CMACI%2CEAGK%3BEACG%2CcAAA%3B%3BAAEJ%2C0BAXZ%2CYAII%2CMACI%2CEAMK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAOpB%2CoBACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CoBACI%2CaAMI%3BEACI%2CoBAAA%3B%3BAARZ%2CoBAWI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BErBzQR%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAqB0QY%2CoBARR%2CUAOM%2CSACG%2CIAAI%3BEACD%2CmBAAA%3B%3BAApBhB%2CoBAWI%2CUAYI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAIZ%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CkBACI%3BEACI%2CkBAAA%3B%3BAAGR%2CuBAEI%2CoBACI%3BAAFR%2CwBACI%2CoBACI%3BEACI%2CgBAAA%3B%3BAAJZ%2CuBAOI%3BAANJ%2CwBAMI%3BErBvWJ%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqBqWQ%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BArBrWR%2CuBqBiWI%2CiBrBjWH%3BAAAD%2CwBqBiWI%2CiBrBjWH%3BAACD%2CuBqBgWI%2CiBrBhWH%3BAAAD%2CwBqBgWI%2CiBrBhWH%3BEACG%2CaAAA%3B%3BAqBoWI%2CuBALJ%2CiBAKK%3BAAAD%2CwBALJ%2CiBAKK%3BAACD%2CuBANJ%2CiBAMK%3BAAAD%2CwBANJ%2CiBAMK%3BEACG%2CaAAA%3B%3BAAdZ%2CuBAOI%2CiBASM%3BAAfV%2CwBAMI%2CiBASM%3BEACE%2CWAAA%3B%3BAAjBZ%2CuBAOI%2CiBASM%2CWAEE%3BAAjBZ%2CwBAMI%2CiBASM%2CWAEE%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CQACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CQAKI%3BEAEI%2CgBAAA%3BEACA%2CaAAA%3B%3BAARR%2CQAKI%2CoBAII%3BEACI%2CeAAA%3B%3BAAIJ%2CQADJ%2COACK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CQADJ%2COACK%2CsBAGG%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAPR%2CQADJ%2COACK%2CsBASG%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAXR%2CQADJ%2COACK%2CsBASG%2COAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAhBhB%2COACK%2CsBASG%2COAGI%2CMAGK%2CQACG%3BAADJ%2CQAhBhB%2COACK%2CsBASG%2COAGI%2CMAGK%2CQACM%3BEACC%2CcAAA%3B%3BAAjBpB%2CQADJ%2COACK%2CsBASG%2COAGI%2CMAQI%3BAApBZ%2CQADJ%2COACK%2CsBASG%2COAGI%2CMAQO%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAACA%2CQA3BpB%2COACK%2CsBASG%2COAGI%2CMAQI%2CEAMK%3BAAAD%2CQA3BpB%2COACK%2CsBASG%2COAGI%2CMAQO%2CSAME%3BEACG%2CcAAA%3B%3BAAOZ%2CQAnCZ%2COACK%2CsBAiCG%2CMACK%3BEACG%2CgBAAA%3B%3BAAnCZ%2CQADJ%2COACK%2CsBAsCG%3BEACI%2CaAAA%3B%3BAAKR%2CQADJ%2CQACK%2CKACG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CQADJ%2CQACK%2CKACG%2CaAOK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAVZ%2CQADJ%2CQACK%2CKACG%2CaAWK%3BEACG%2CgBAAA%3B%3BAAbZ%2CQADJ%2CQACK%2CKAgBG%2CqBACI%2CaACM%3BEACE%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAArBhB%2CQADJ%2CQACK%2CKAgCG%2CGAAE%3BEACE%2CaAAA%3B%3BAA3FhB%2CQA%2BFI%3BAA%5C%2FFJ%2CQAgGI%3BEACI%2CiBAAA%3B%3BAAjGR%2CQAmGI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAArGR%2CQAuGI%2CUACK%2CSACI%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQJ%2CQAZR%2CUACK%2CSAWI%2CIAAI%3BEACD%2CmBAAA%3B%3BAAEJ%2CQAfR%2CUACK%2CSAcI%2COACI%2CWACI%2CUACG%3BEACI%2CgBAAA%3B%3BAA1H5B%2CQAiII%2COAAM%3BEACF%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApIR%2CQAiII%2COAAM%2CcAIF%3BEACI%2CgBAAA%3B%3BAAtIZ%2CQAyII%2COAAO%3BAAzIX%2CQA26DH%2CCAlyDiB%3BEACN%2CwBAAA%3B%3BAA1IR%2CQA4II%2CSACI%3BEACI%2CcAAA%3B%3BAA9IZ%2CQAiJI%2CmBACI%2CGAAE%3BEACE%2CaAAA%3B%3BAAIZ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CkBAQK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAbR%2CkBAeI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CiBACI%2CuBACI%3BErBziBR%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqBuiBY%2C8BAAA%3BEACA%2CmBAAA%3B%3BArBtiBZ%2CiBqBkiBI%2CuBACI%2CSrBniBP%3BAACD%2CiBqBiiBI%2CuBACI%2CSrBliBP%3BEACG%2CaAAA%3B%3BAqB%2BhBJ%2CiBACI%2CuBACI%2CSAII%3BEACI%2CcAAA%3B%3BAACA%2CiBAPZ%2CuBACI%2CSAII%2CEAEK%3BEACG%2CcAAA%3B%3BAAMpB%2CuBAGI%2CuBACI%3BAAHR%2CiBAEI%2CuBACI%3BAAFR%2CuBACI%2CuBACI%3BEACI%2C0BAAA%3B%3BAACA%2CuBAHR%2CuBACI%2CQAEK%3BAAAD%2CiBAHR%2CuBACI%2CQAEK%3BAAAD%2CuBAHR%2CuBACI%2CQAEK%3BEACG%2CqBAAA%3B%3BAAOA%2CuBAHZ%2CQACK%2CKACG%2COACK%2CuBACG%3BAADJ%2CiBAHZ%2CQACK%2CKACG%2COACK%2CuBACG%3BAADJ%2CuBAHZ%2CQACK%2CKACG%2COACK%2CuBACG%3BEACI%2CcAAA%3B%3BAAJhB%2CuBADJ%2CQACK%2CKACG%2COAMI%3BAAPR%2CiBADJ%2CQACK%2CKACG%2COAMI%3BAAPR%2CuBADJ%2CQACK%2CKACG%2COAMI%3BErBzkBhB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqBukBoB%2C8BAAA%3B%3BArBrkBpB%2CuBqB2jBI%2CQACK%2CKACG%2COAMI%2CerBnkBf%3BAAAD%2CiBqB2jBI%2CQACK%2CKACG%2COAMI%2CerBnkBf%3BAAAD%2CuBqB2jBI%2CQACK%2CKACG%2COAMI%2CerBnkBf%3BAACD%2CuBqB0jBI%2CQACK%2CKACG%2COAMI%2CerBlkBf%3BAAAD%2CiBqB0jBI%2CQACK%2CKACG%2COAMI%2CerBlkBf%3BAAAD%2CuBqB0jBI%2CQACK%2CKACG%2COAMI%2CerBlkBf%3BEACG%2CaAAA%3B%3BAqB0jBI%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%3BAAVZ%2CiBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%3BAAVZ%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%3BEACI%2CUAAA%3BEACA%2CyBAAA%3B%3BAACA%2CuBAdpB%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAGK%2CUAAU%2CGAAI%3BAAAf%2CiBAdpB%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAGK%2CUAAU%2CGAAI%3BAAAf%2CuBAdpB%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAGK%2CUAAU%2CGAAI%3BEACX%2CgBAAA%3B%3BAAdpB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAMI%3BAAhBhB%2CiBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAMI%3BAAhBhB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAMI%3BAAhBhB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAOI%2CWAAW%3BAAjB3B%2CiBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAOI%2CWAAW%3BAAjB3B%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAOI%2CWAAW%3BEACP%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAApBpB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAYI%3BAAtBhB%2CiBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAYI%3BAAtBhB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAYI%3BEACI%2CyBAAA%3BEAEA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3BpB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAmBI%3BAA7BhB%2CiBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAmBI%3BAA7BhB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAmBI%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlCpB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKA0BI%3BAApChB%2CiBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKA0BI%3BAApChB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKA0BI%3BEACI%2CyBAAA%3BEAEA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA1CpB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAkCI%2CQAAO%3BAA5CvB%2CiBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAkCI%2CQAAO%3BAA5CvB%2CuBADJ%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAkCI%2CQAAO%3BEACH%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CuBAhDxB%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAkCI%2CQAAO%2CKAGF%3BAAAD%2CiBAhDxB%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAkCI%2CQAAO%2CKAGF%3BAAAD%2CuBAhDxB%2CQACK%2CKACG%2COAMI%2CeAGI%2CKAkCI%2CQAAO%2CKAGF%3BEACG%2CcAAA%3B%3BAAahC%2CkBACI%3BEACI%2CuBAAA%3B%3BAAGR%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSACjB%2CMACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CqBACI%2CeACI%2CQACM%3BEACE%2CYAAA%3BEACA%2CcAAA%3B%3BAALhB%2CqBACI%2CeAQI%3BEACI%2CWAAA%3B%3BAAVZ%2CqBAaI%2CQAAO%3BEACH%2CkBAAA%3B%3BAAdR%2CqBAaI%2CQAAO%2CKAEH%3BEACI%2CgBAAA%3B%3BAACA%2CqBAJR%2CQAAO%2CKAEH%2CkBAEQ%2CSACA%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAApBpB%2CqBAyBI%3BEACI%2CmBAAA%3B%3BAA1BR%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAhChB%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%3BEACI%2COAAO%2CYAAP%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAvCpB%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAOI%3BEACI%2CWAAA%3BErB3nBxB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAqBglBA%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAWI%3BEACI%2CsBAAA%3B%3BAA7CxB%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAcI%3BEACI%2C2BAAA%3BEACA%2CaAAA%3B%3BAAjDxB%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%3BEACI%2CgBAAA%3BErBjsBxB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBqB%2BpBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%2CUrB1rBnB%3BAACD%2CqBqB8pBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%2CUrBzrBnB%3BEACG%2CaAAA%3B%3BAqBooBJ%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%2CUAGI%2COAAM%3BEACF%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CkBAAA%3B%3BAA9D5B%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%2CUAGI%2COAAM%2CIAQF%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAlEhC%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%2CUAGI%2COAAM%2CIAaF%3BEACI%2CkBAAA%3B%3BAArEhC%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%2CUAGI%2COAAM%2CIAgBF%2CMAAK%3BEACD%2CWAAA%3BEACA%2CYAAA%3B%3BAAzEhC%2CqBAyBI%2CqBAEI%2CeAAc%2CSACV%2CeAKI%2CcAmBI%2CUAwBI%3BEACI%2CaAAA%3B%3BAA7E5B%2CqBAyBI%2CqBAEI%2CeAAc%2CSAuDV%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAArFhB%2CqBAyBI%2CqBAEI%2CeAAc%2CSAiEV%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FFhB%2CqBAyBI%2CqBAEI%2CeAAc%2CSAsEV%2CoBACK%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAvGpB%2CqBAyBI%2CqBAEI%2CeAAc%2CSAsEV%2CoBACK%2CwBAMG%2CEAAC%3BEACG%2CWAAA%3B%3BAAzGxB%2CqBAyBI%2CqBAEI%2CeAAc%2CSAsEV%2CoBACK%2CwBAMG%2CEAAC%2COAEG%3BEACI%2CaAAA%3B%3BAAEJ%2CqBApFpB%2CqBAEI%2CeAAc%2CSAsEV%2CoBACK%2CwBAMG%2CEAAC%2COAKI%3BEACG%2CcAAA%3B%3BAAEJ%2CqBAvFpB%2CqBAEI%2CeAAc%2CSAsEV%2CoBACK%2CwBAMG%2CEAAC%2COAQI%3BEACG%2CqBAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CiBAAA%3B%3BAAEJ%2CqBA5FpB%2CqBAEI%2CeAAc%2CSAsEV%2CoBACK%2CwBAMG%2CEAAC%2COAaI%2CKAAK%3BEACF%2CSAAS%2COAAT%3B%3BAAEJ%2CqBA%5C%2FFpB%2CqBAEI%2CeAAc%2CSAsEV%2CoBACK%2CwBAMG%2CEAAC%2COAgBI%2COAAO%3BEACJ%2CSAAS%2COAAT%3B%3BAAzH5B%2CqBAgII%2C%2BBACI%3BEACI%2CWAAA%3B%3BAAlIZ%2CqBAqII%2CkBACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BErB3tBZ%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEqB2tBY%2CWAAA%3B%3BAA3IZ%2CqBAqII%2CkBACI%2COAMI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA9IhB%2CqBAqII%2CkBACI%2COAUI%3BEACI%2CqBAAA%3B%3BAAEI%2CqBAdhB%2CkBACI%2COAUI%2CSAEI%2COACK%3BEACG%2CUAAA%3B%3BAApJxB%2CqBAqII%2CkBACI%2COAUI%2CSAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BErB3uBpB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAqBglBA%2CqBA%2BJI%2CeAAc%2CSACV%2CcACI%2CYACI%2CiBACI%3BEACI%2CgBAAA%3BErBtvBxB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEqBsvBwB%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CqBAVpB%2CeAAc%2CSACV%2CcACI%2CYACI%2CiBACI%2CQAMK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAASxB%2CcAAC%2CSACG%2CcACI%2CYACI%2CiBACI%3BEAEI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAXpB%2CcAAC%2CSACG%2CcACI%2CYACI%2CiBACI%2CQAQI%3BEACI%2CcAAA%3B%3BAAGA%2CcAhBvB%2CSACG%2CcACI%2CYACI%2CiBACI%2CQAWK%2COACI%3BEACG%2CaAAA%3B%3BAAGR%2CcApBnB%2CSACG%2CcACI%2CYACI%2CiBACI%2CQAgBK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAvBxB%2CcAAC%2CSACG%2CcA2BI%3BEACI%2CmBAAA%3B%3BAA7BZ%2CcAAC%2CSAgCG%3BEACI%2CmBAAA%3B%3BAAMJ%2CoBADJ%2CQACK%2CKACG%3BEACI%2CgBAAA%3B%3BAASA%2CwBAHZ%2CQACK%2CKACG%2CKACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAHZ%2CwBADJ%2CQACK%2CKAMG%3BEACI%2CgBAAA%3B%3BAAOR%2CkBADH%2CYACI%3BEACG%2CmBAAA%3B%3BAAOJ%2CMADH%2CWACI%3BEACG%2CaAAA%3B%3BAAIZ%3BErB34BA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqBy4BI%2CmBAAA%3B%3BArBv4BJ%2CwBAAC%3BAACD%2CwBAAC%3BEACG%2CaAAA%3B%3BAqBm4BJ%2CwBAGI%3BEACI%2CiBAAA%3B%3BAAGR%2CcACI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAGR%2COAAO%3BEACH%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgBACI%3BEACI%2CaAAA%3B%3BAAGA%2CgBADJ%2CaACK%2CiBACG%3BEACI%2CcAAA%3B%3BAAKhB%2CYAAa%3BAACb%2C%2BBAAgC%3BAAChC%2CkBAAqB%3BAACrB%2C0BAA2B%3BEACvB%2CkBAAA%3B%3BAAMA%2CYAJS%2CYAIR%3BAAAD%2C%2BBAH4B%2C4BAG3B%3BAAAD%2CkBAFiB%2CSAEhB%3BAAAD%2C0BADuB%2CgCACtB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAGR%2C8BAEI%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C8BAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAXR%2C8BAaI%3BEACI%2CiBAAA%3B%3BAAdR%2C8BAgBI%2CcACI%2CiBAEI%3BAAnBZ%2C8BAgBI%2CcAEI%2CmBACI%3BEACI%2C2BAAA%3B%3BAAKhB%2CcAAc%2CWAAW%3BEACrB%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAc%2CWAAW%3BEACrB%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAc%2CWAAW%3BEACrB%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CcAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMoB%2CcAbvB%2CWAQG%2COACK%2CiBACG%2CMACI%2CGACI%2CGACK%3BEACG%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAPpB%2CcATP%2CWAQG%2COACK%2CiBAaG%2CMACI%2CGACI%3BEACI%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAMR%2CcAhCf%2CWAQG%2COACK%2CiBAqBG%2CGAEK%3BAAAD%2CcAhCf%2CWAQG%2COACK%2CiBAsBG%2CGACK%3BEACG%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAQpB%2CMAAC%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGQ%2CMALX%2CiBAGG%2CsBACK%2CmBACO%3BEACA%2CaAAA%3B%3BAAKR%2CMAXP%2CiBAUG%2CQACK%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CMAAC%2CiBAgBG%2CyBACI%2CuBACI%3BErB1%2BBhB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAqB8%2BBY%2CMAxBP%2CiBAuBG%2CoBACK%2CMACG%2CqBAAoB%3BEAChB%2CMAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKR%2CMAlCP%2CiBAiCG%2CQACK%3BEAEG%2CUAAA%3B%3BAApCZ%2CMAAC%2CiBAuCG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAA1CR%2CMAAC%2CiBA2DG%3BEAEI%2CYAAA%3B%3BAACA%2CMA9DP%2CiBA2DG%2CMAGK%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CMAtEX%2CiBA2DG%2CMAUK%2CQACI%2CUACG%3BEACI%2CmBAAA%3B%3BAAiBpB%2CcAAC%2CcACG%2CSACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CcALX%2CcACG%2CSACI%2CEAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAAGA%2CcAnBf%2CcACG%2CSACI%2CEAgBK%2CMACI%3BEACG%2CWAAA%3B%3BAAQxB%2CoBAEI%3BAADJ%2CoBACI%3BEACI%2CiBAAA%3B%3BAAIP%2CQACG%2CiBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAAEJ%2CKAAK%2CSAAS%3BEACV%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CKAAK%2CSAAS%2COAAQ%2CeAAe%3BEACjC%2CqBAAA%3BEACA%2CkBAAA%3BEACE%2CYAAA%3B%3BAAGN%2CgCAAiC%3BEAC5B%2CgBAAA%3B%3BAAEL%2CKAAK%2CSAAS%2COAAU%2CYAAU%2COAAM%3BEACpC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CKAAK%2CSAAS%2COACR%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CKAAK%2CSAAS%2COACR%2CmBAGE%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CKAAK%2CSAAS%2COAAU%2CYAAU%2CSAAQ%3BEACtC%2CkBAAA%3B%3BAAEJ%2CKAAK%2CSAAS%2COAAU%2CYAAU%2CSAAQ%2CQAAU%3BEAChD%2CmBAAA%3B%3BAAEJ%2CKAAK%2CSAAS%2COAAU%2CmBAAiB%2CSAAS%2CQAAO%3BEACrD%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKAAK%2COAAO%3BEACR%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CKAAK%2COAAO%2CSAOP%2CYACI%3BEACG%2CaAAA%3B%3BAAKA%2CKAdP%2COAAO%2CSAYR%2COAAM%2CMACF%2COACK%3BErBptCb%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqBktCgB%2C8BAAA%3B%3BArBhtChB%2CKqBgsCK%2COAAO%2CSAYR%2COAAM%2CMACF%2COACK%2CMrB9sCZ%3BAACD%2CKqB%2BrCK%2COAAO%2CSAYR%2COAAM%2CMACF%2COACK%2CMrB7sCZ%3BEACG%2CaAAA%3B%3BAqB4sCQ%2CKAdP%2COAAO%2CSAYR%2COAAM%2CMACF%2COACK%2CMAGI%3BEACG%2COAAA%3B%3BAAlBpB%2CKAAK%2COAAO%2CSAuBR%2COAAM%2CMACF%2COACI%3BEACI%2CiBAAA%3B%3BAA1BhB%2CKAAK%2COAAO%2CSA8BR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAhCR%2CKAAK%2COAAO%2CSAkCN%3BEACE%2CgBAAA%3B%3BAAnCR%2CKAAK%2COAAO%2CSAkCN%2CmBAEG%3BEACG%2CWAAA%3BEACA%2CcAAA%3B%3BAAEI%2CKAxCX%2COAAO%2CSAkCN%2CmBAEG%2CWAGG%2CQACK%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMpB%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3B%3BAAoBR%2CmBAXwD%3BEACpD%2CwBACI%2CuBACI%3BIACI%2C2BAAA%3B%3B%3BAA8ChB%2CmBAvCkD%3BEAC9C%2CqBACI%2CqBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CUACI%2COAAM%3BIACF%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAT5B%2CqBACI%2CqBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CUACI%2COAAM%2CIAIF%3BEAV5B%2CqBACI%2CqBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CUACI%2COAAM%2CIAKF%2CMAAK%3BIACD%2CWAAA%3B%3BEAZhC%2CqBACI%2CqBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CUAUI%3BIACI%2CWAAA%3B%3BEAS5B%2CcAAc%2CSACV%2CcACI%2CYACI%2CiBACI%3BIACI%2CWAAA%3B%3B%3BAA2GxB%2CmBAnGgD%3BEAC5C%2CwBACI%2CuBACI%2CwBACI%3BIACI%2CUAAA%3B%3BEAMZ%2CgCAAC%2CQACG%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CQACI%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEAHR%2CQACI%2CSAGI%3BIACI%2CgBAAA%3B%3BEALZ%2CQASI%2CSAAQ%3BIACJ%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAdR%2CQAgBI%2CQAAO%3BIACH%2CmBAAA%3B%3BEAjBR%2CQAgBI%2CQAAO%2CKAEH%3BIACI%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEArBZ%2CQAgBI%2CQAAO%2CKAEH%2CSAII%3BIACI%2CQAAA%3B%3BEAKhB%2CqBACI%2CqBACI%2CeAAc%2CSACV%3BIACI%2CeAAA%3B%3BEAJhB%2CqBACI%2CqBACI%2CeAAc%2CSAIV%3BIACI%2CeAAA%3B%3BEAPhB%2CqBACI%2CqBACI%2CeAAc%2CSAOV%3BEATZ%2CqBACI%2CqBACI%2CeAAc%2CSA67B7B%2CCAt7BsC%3BEAT%5C%2FB%2CqBACI%2CqBACI%2CeAAc%2CSA67B7B%2CCAt7B4D%2CaAAc%3BIACnD%2CcAAA%3B%3BEAVhB%2CqBACI%2CqBACI%2CeAAc%2CSAUV%2CcACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEAfpB%2CqBACI%2CqBAkBI%2CiBACI%3BEApBZ%2CqBACI%2CqBAkBI%2CiBAEI%3BIACI%2CWAAA%3B%3BEAtBhB%2CqBA0BI%2CQAAO%2CKACH%2CiBACM%2CWACE%3BIACI%2CWAAA%3B%3BEACA%2CqBALhB%2CQAAO%2CKACH%2CiBACM%2CWACE%2CQAEK%2CIAAI%3BIACD%2CgBAAA%3B%3BEAepB%2CQAAC%3BIACG%2CcAAA%3B%3B%3BAAgbZ%2CmBAja%2BC%3BEAC3C%2CKAAK%2CSAAS%3BIACV%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CKAAK%2CSAAS%2COAIR%2CYACE%2COAAM%3BIACF%2CmBAAA%3B%3BEAIZ%2C%2BBACI%2CaACI%2CQAAO%3BIACH%2CiBAAA%3B%3BEAIZ%2CsBACI%2C0BACI%3BIrB17CZ%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIqBw7CgB%2CsBAAA%3BIACA%2CWAAA%3B%3BErBv7ChB%2CsBqBm7CQ%2C0BACI%2COrBp7CX%3BEACD%2CsBqBk7CQ%2C0BACI%2COrBn7CX%3BIACG%2CaAAA%3B%3BEqBg7CA%2CsBACI%2C0BACI%2COAKI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3B%3BEAKhB%2CIAAI%2CQAAQ%2CsBACR%2CSAAQ%2COACJ%3BIACI%2CWAAA%3BIACA%2CWAAW%2CeAAX%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CqBACI%2CSACI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CwBACI%2CuBACI%2CwBACI%3BIACI%2CWAAA%3B%3BEAKhB%2CKAAK%2COAAO%3BIACR%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CuBACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAOI%2CuBAHR%2CKACK%2CwBAEI%3BEAAD%2CuBAHR%2CKAEK%2CiBACI%3BIACG%2CaAAA%3B%3BEAGR%2CuBAPJ%2CKAOK%3BIACG%2CwBAAA%3B%3BEAIZ%2CQACI%3BIACI%2CmBAAA%3B%3BEAOgB%2CQALpB%2CeACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC5B%2CQACI%2CKACG%2CKACI%2CYACG%3BIACI%2CWAAA%3B%3BEAMJ%2CQAbxB%2CeACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC5B%2CQACI%2CKAQE%2CGAAE%2CIACG%2CMACI%3BIACG%2CaAAA%3B%3BEAKR%2CQAnBpB%2CeACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC5B%2CQACI%2CKAeM%2CKACC%3BIACG%2CaAAA%3B%3BEAQvB%2CoBACG%2CQAAO%2CKACH%2CSACI%3BIrB5hDpB%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIqB0hDwB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BErB1hDxB%2CoBqBohDY%2CQAAO%2CKACH%2CSACI%2COrBthDnB%3BEACD%2CoBqBmhDY%2CQAAO%2CKACH%2CSACI%2COrBrhDnB%3BIACG%2CaAAA%3B%3BEqBihDK%2CoBACG%2CQAAO%2CKACH%2CSACI%2COAKI%3BIACI%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAMxB%2CsBACI%2CeACI%2CsBAAqB%3BIACjB%2CaAAA%3B%3BEAKZ%2CIACI%2CqBACI%3BIACI%2CWAAA%3B%3BEACA%2CIAHR%2CqBACI%2CUAEK%3BIACG%2CgBAAA%3B%3BEALhB%2CIACI%2CqBACI%2CUAKI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAThB%2CIACI%2CqBACI%2CUASM%2CSAAM%2CIAAI%3BIACR%2CmBAAA%3B%3BEAZhB%2CIAgBI%2CiBACI%3BIACI%2CsBAAA%3B%3BEAEI%2CIAJZ%2CiBACI%2COAEK%2CYACI%3BEACD%2CIALZ%2CiBACI%2COAEK%2CYAEI%3BIACG%2CaAAA%3B%3BEAGR%2CIATR%2CiBACI%2COAQK%3BIACG%2CmBAAA%3B%3BEAIJ%2CIAdR%2CiBAaI%2CUACK%3BIACG%2CgBAAA%3B%3BEAMhB%2CIAAI%2CQACA%3BIACI%2CcAAA%3B%3BEAFR%2CIAAI%2CQAIA%2CeAAc%3BIACV%2CeAAA%3B%3BEAQY%2CQAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%3BEAAL%2CiCAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%3BIAQD%2CYAAA%3BIACA%2CcAAA%3B%3BEATJ%2CQAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBACA%2CQACI%2CKACI%3BEAHb%2CiCAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBACA%2CQACI%2CKACI%3BIACG%2CaAAA%3B%3BEAJhB%2CQAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%3BEAVL%2CiCAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%3BIACG%2CcAAA%3B%3BEAXR%2CQAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%3BEAZT%2CiCAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%3BIACG%2CcAAA%3B%3BEAbZ%2CQAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAEG%2CGAAE%3BEAdd%2CiCAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAEG%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEACA%2CQAvBhC%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAEG%2CGAAE%2CIAKG%3BEAAD%2CiCAvBhC%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAEG%2CGAAE%2CIAKG%3BIACG%2CSAAS%2CcAAc%2CIAAvB%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CQA5BhC%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAEG%2CGAAE%2CIAUG%2CIACG%2CWACI%3BEAFR%2CiCA5BhC%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAEG%2CGAAE%2CIAUG%2CIACG%2CWACI%3BIACI%2CaAAA%3B%3BEA3B5B%2CQAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAoBG%3BEAhCZ%2CiCAJhB%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAUA%2CQAEI%2CKAoBG%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAOA%2CQA9ChC%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAuCD%2CMACK%2CKACI%2CKACI%3BEAAD%2CiCA9ChC%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAuCD%2CMACK%2CKACI%2CKACI%3BIACG%2CiBAAA%3B%3BEAGR%2CQAlD5B%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAuCD%2CMACK%2CKAMO%3BEAAJ%2CiCAlD5B%2CeACI%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBAuCD%2CMACK%2CKAMO%3BIACA%2CgBAAA%3B%3BEAMpB%2CQAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%3BEADJ%2CiCAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%3BIACI%2CcAAA%3B%3BEAFR%2CQAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%3BEAHR%2CiCAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%3BIAOI%2CcAAA%3B%3BEANA%2CQA7DxB%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGACK%3BEAAD%2CiCA7DxB%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGACK%3BEAAQ%2CQA7DjC%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGACc%3BEAAD%2CiCA7DjC%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGACc%3BIACN%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CQApExB%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAQK%2CYACG%3BEADJ%2CiCApExB%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAQK%2CYACG%3BIACI%2CiBAAA%3B%3BEAFR%2CQApExB%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAQK%2CYAIG%3BEAJJ%2CiCApExB%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAQK%2CYAIG%3BIACI%2CiBAAA%3B%3BEAhBpB%2CQAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAgBI%3BEAnBZ%2CiCAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAgBI%3BEAnBZ%2CQAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAwoB%5C%2FB%2CCAxnBsC%3BEAnBf%2CiCAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAEI%2CGAwoB%5C%2FB%2CCAxnBsC%3BIACC%2CeAAA%3B%3BEApBhB%2CQAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAsBI%3BEAvBR%2CiCAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMAsBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA3BZ%2CQAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMA4BI%3BEA7BR%2CiCAzDZ%2CeACI%2COACK%2CIAAI%2CSAuDA%2CIAAI%2CmBACD%2CMA4BI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQ5B%2CiCACI%2CeACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC5B%2CQACI%2CKACE%2CGAAE%3BIACE%2CmBAAA%3B%3BEAOxB%2CqBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CqBAII%2CkBACI%2COACI%3BIACI%2CWAAA%3B%3BEAPhB%2CqBAII%2CkBACI%2COAII%3BIACI%2CYAAA%3B%3BEAMhB%2CuBACI%2CQAAO%2CKACH%2COACI%2CeACI%3BEAJQ%2CiBACpB%2CQAAO%2CKACH%2COACI%2CeACI%3BEAJ0B%2CuBACtC%2CQAAO%2CKACH%2COACI%2CeACI%3BIACI%2CWAAA%3B%3BEACA%2CuBALhB%2CQAAO%2CKACH%2COACI%2CeACI%2CKAEK%2CIAAI%3BEAAL%2CiBALhB%2CQAAO%2CKACH%2COACI%2CeACI%2CKAEK%2CIAAI%3BEAAL%2CuBALhB%2CQAAO%2CKACH%2COACI%2CeACI%2CKAEK%2CIAAI%3BIACD%2CgBAAA%3B%3BEAOxB%2CIAAI%2CQACA%2CQAAO%2CKACH%3BIACI%2CeAAA%3B%3BEAHZ%2CIAAI%2CQAMA%3BIACI%2CeAAA%3B%3BEAGR%2CqBACI%2CeAAc%2CSACV%3BIACI%2CWAAA%3B%3BEAHZ%2CqBAMI%2CqBACI%2CeAAc%2CSACV%2CeACI%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAMpB%2C6BACI%2CiBACI%2CUAAS%3BIACL%2CgBAAA%3B%3BEAIZ%3BIACI%2CeAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAPJ%2CsBAQG%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CsBAAC%3BEAAQ%2CsBAAC%3BIACN%2CaAAA%3B%3BEAbR%2CsBAeI%2COAAM%3BIACF%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAnBR%2CsBAqBI%2CkBACI%2CQAAO%2CSACH%2CSAAQ%3BIACJ%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAKhB%2CaAAa%3BIACT%2COAAA%3B%3BEADJ%2CaAAa%2CaAET%3BIACI%2CkBAAA%3B%3BEAHR%2CaAAa%2CaAKT%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEACA%2CaAXK%2CaAKT%2CcAMK%3BIACG%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAA%2BBhB%2CmBA1B%2BC%3BEAC3C%2CqBACI%2CeAAc%2CSACV%2CcAAa%3BIACT%2CgBAAA%3B%3BEAHZ%2CqBAMI%2CkBACI%2COACI%3BIACI%2CYAAA%3B%3BEAKhB%2CIACI%2CeAAc%2CSACV%3BIACI%2CmBAAA%3B%3B%3BAAqBhB%2CmBAbgD%3BEAC5C%2CwBACI%2CuBACI%3BIACI%2CSAAA%3B%3BEAHZ%2CwBACI%2CuBACI%2CwBAEI%3BIACI%2CUAAA%3B%3B%3BAAyKpB%2CmBAlK2C%3BEACvC%2CKAAK%2CSAAS%2COACV%2CeACI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CkBACM%3BIACE%2CcAAA%3BIACA%2CeAAA%3B%3BEAGR%2CuBAEI%2CiBACM%3BEAFV%2CwBACI%2CiBACM%3BIACE%2CWAAA%3B%3BEAJZ%2CuBAEI%2CiBACM%2CWAEE%3BEAJZ%2CwBACI%2CiBACM%2CWAEE%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAKhB%2CIAMI%2CqBACI%2CUACI%3BIACI%2CiBAAA%3B%3BEAThB%2CIAaI%2CiBACI%2COACI%3BEArmDhB%2CoBACI%3BIAqmDgB%2CiBAAA%3B%3BEAhBhB%2CIAaI%2CiBAMI%2CiBACK%2CMAAG%2CIAAI%3BIACJ%2CeAAA%3B%3BEAKhB%2CIAAI%2CQACA%3BIACI%2CgBAAA%3B%3BEAFR%2CIAAI%2CQAIA%2CQAAO%2CKACH%3BIACI%2CiBAAA%3B%3BEANZ%2CIAAI%2CQAIA%2CQAAO%2CKACH%2CaAEM%3BIACE%2CiBAAA%3B%3BEARhB%2CIAAI%2CQAIA%2CQAAO%2CKAOH%2CiBACM%2CWACE%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAfpB%2CIAAI%2CQAIA%2CQAAO%2CKAeH%2CqBACI%2CaACM%3BIACE%2CiBAAA%3B%3BEAtBpB%2CIAAI%2CQA2BA%2COAAM%2CsBACF%2COACI%2CMACI%3BEA9BhB%2CIAAI%2CQA2BA%2COAAM%2CsBACF%2COACI%2CMACO%3BIACC%2CiBAAA%3B%3BEA%5C%2FBpB%2CIAAI%2CQAoCA%3BIACI%2CiBAAA%3B%3BEAGR%2CuBAGI%2CQAAO%2CKACH%2COACI%3BEAJZ%2CiBAEI%2CQAAO%2CKACH%2COACI%3BEAHZ%2CuBACI%2CQAAO%2CKACH%2COACI%3BIACI%2CiBAAA%3B%3BEANhB%2CuBAGI%2CQAAO%2CKACH%2COACI%2CeAEI%2CKACI%3BEAPpB%2CiBAEI%2CQAAO%2CKACH%2COACI%2CeAEI%2CKACI%3BEANpB%2CuBACI%2CQAAO%2CKACH%2COACI%2CeAEI%2CKACI%3BIACI%2CiBAAA%3B%3BEAWR%2CcAHZ%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBACC%2CQACI%2CKACE%3BEAHZ%2CcAHZ%2COACK%2CIAAI%2CSACA%2CIAAI%2COACA%2CIAAI%2CmBACC%2CQACI%2CKAqUjC%2CCApUsC%3BIACC%2CiBAAA%3B%3BEAUhC%2CIACI%3BIACI%2CgBAAA%3B%3BEAGR%2C6BACI%2CiBACM%2CWACE%3BIACI%2CWAAA%3B%3BEAKhB%2C8BACI%2CkBACI%2CGAAE%3BIACE%2CiBAAA%3B%3BEAKV%2CoBACE%3BEADoB%2CoBACpB%3BIACI%2CiBAAA%3B%3BEAGR%2CQACI%2CiBACI%3BIACG%2CWAAA%3B%3B%3BAAmDnB%2CmBA1CiD%3BEACzC%2CgBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CqBACI%2CqBACI%2CeAAc%2CSACV%2CeACI%3BIACI%2CWAAA%3B%3BEALpB%2CqBAUI%2CeAAc%2CSACV%3BIACI%2CiBAAA%3B%3BEAZZ%2CqBAeI%2CkBACI%2COACI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEApBhB%2CqBAeI%2CkBACI%2COAMI%3BIACI%2CmBAAA%3B%3B%3BAAYhB%2CIAAC%2CiBACG%2CaACI%3BEACI%2CeAAA%3B%3BAAIZ%2CIAAC%2CQACG%2CeACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAJZ%2CIAAC%2CQAOG%2COAAM%2CsBACF%2COACI%2CMACI%3BAAVhB%2CIAAC%2CQAOG%2COAAM%2CsBACF%2COACI%2CMACO%3BEACC%2CiBAAA%3BEACA%2CmCAAA%3B%3BAAZpB%2CIAAC%2CQAkBG%2CQAAO%2CKACH%2CaACM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtBhB%2CIAAC%2CQA0BG%2CSACI%3BEACI%2CYAAA%3B%3BAApChB%2CIAwCI%2CgBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CIAAC%2CqBACG%2CqBACI%2CeAAc%2CSACV%2CoBACM%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAPpB%2CIAAC%2CqBACG%2CqBACI%2CeAAc%2CSAQV%2CeACI%2CcACI%2CUACI%2COAAM%3BEACF%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAhB5B%2CIAAC%2CqBAuBG%2CeAAc%2CSACV%2CsBACM%3BEACE%2CeAAA%3B%3BAA1BhB%2CIAAC%2CqBAuBG%2CeAAc%2CSACV%2CsBAII%2CQAAO%2CIAAI%3BEACP%2CiBAAA%3B%3BAAKhB%2CIAAC%2CuBACG%2CQAAO%2CKACH%2COACI%2CeACI%2CKACI%2CQAAO%3BAALD%2CIAAC%2CiBACvB%2CQAAO%2CKACH%2COACI%2CeACI%2CKACI%2CQAAO%3BAALmB%2CIAAC%2CuBAC3C%2CQAAO%2CKACH%2COACI%2CeACI%2CKACI%2CQAAO%3BEACH%2CeAAA%3BEACA%2CiBAAA%3B%3BAAvF5B%2CIA8FI%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSACjB%2CMACI%3BEACI%2CiBAAA%3B%3BAAjGhB%2CIAqGI%2CKAAI%2CQACA%2CSAAQ%2COACJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAzGhB%2CIA6GI%2CmBAII%3BAAjHR%2CIA8GI%2CSAAS%2CSAGL%3BAAjHR%2CIA%2BGI%2C0BAEI%3BAAjHR%2CIAgHI%2C8BACI%3BEACI%2CWAAA%3B%3BAAlHZ%2CIAqHI%2CaAAa%2CYAAW%3BAArH5B%2CIAsHI%2CgCAAgC%2C4BAA2B%3BAAtH%5C%2FD%2CIAuHI%2CmBAAqB%2CSAAM%3BAAvH%5C%2FB%2CIAwHI%2C2BAA2B%2CgCAA%2BB%3BEACtD%2CUAAA%3BEACA%2CQAAA%3B%3BAAsBR%2CmBAnBkD%3BEAE1C%2CIAAC%2CqBACG%2CqBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CUACI%2COAAM%3BIACF%2CcAAA%3B%3B%3BAAoDpC%2CmBA3B%2BC%3BEAC3C%2CIACI%2CeACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC5B%2CQACI%2CKACE%2CGAAE%2CIAAI%3BIACF%2CeAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CIACI%2CeAWI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMACI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAhBpB%2CIACI%2CeAWI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAKI%3BIACI%2CgBAAA%3B%3B%3BAA8BxB%2CmBAb2C%3BEAEnC%2CIAAC%2CQACG%2CQAAO%2CKACF%2CiBACM%3BIACE%2CWAAA%3B%3B%3BAAyB7B%2CmBAbiD%3BEACzC%2CIACI%2CsBACI%2CkBACI%2COACI%3BIACI%2CiBAAA%3B%3B%3BAgBzyExB%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CeAGI%3BEACI%2CmBAAA%3B%3BAAJR%2CeAMI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAARR%2CeAUI%2CWACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbZ%2CeAUI%2CWAKI%3BEACI%2CkBAAA%3B%3BAAhBZ%2CeAUI%2CWAQI%3BEACI%2CgBAAA%3B%3B%3BAAuBZ%2CmBAXgD%3BEAC5C%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CeAGI%2CWACI%3BIACI%2CiBAAA%3B%3B%3BAA2BhB%2CmBAb%2BC%3BEAC3C%2CeACI%3BIACI%2CcAAA%3B%3BEAFR%2CeAII%3BIACI%2CmBAAA%3B%3BEALR%2CeAOI%3BIACI%2CkBAAA%3B%3B%3BAAuBZ%2CIACI%2CgBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAkCZ%2CmBAT%2BC%3BEAC3C%2CIACI%2CgBACI%3BIACI%2CcAAA%3B%3B%3BACpHhB%2CSACI%2CMAAK%3BEACD%2CaAAA%3B%3BAAFR%2CSAKI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEtCiJR%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEsClJQ%2CcAAA%3B%3BAAIA%2CSADJ%2CMAAK%2CQACC%3BEACE%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSATJ%2CMAAK%2CQASC%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CSAbR%2CMAAK%2CQASC%2CQAIG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9BhB%2CSAmCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CSATJ%2CMASK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CSADJ%2CiBACK%2CIAAI%2CcACD%3BEACI%2C6BAAA%3B%3BAAUhB%2CIACI%2CUACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIALR%2CUACI%2CMAIK%3BEACG%2CWAAA%3BEACA%2COAAA%3B%3BAChFhB%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CcAAC%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CcAUI%3BEACI%2CmBAAA%3B%3BAAXR%2CcAaI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAfR%2CcAaI%2CWAGI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlBZ%2CcAaI%2CWAOI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAtBZ%2CcAyBI%2COAAM%3BEACF%2CaAAA%3B%3B%3BAA8CR%2CmBAvB%2BC%3BEAC3C%2CcACI%3BIACI%2CmBAAA%3B%3BEAFR%2CcAII%2CWACI%3BIACI%2CiBAAA%3B%3BEANZ%2CcAII%2CWAII%3BIACI%2CiBAAA%3B%3BEAGR%2CcAAC%2CUAAU%2CGACP%3BIACI%2CQAAA%3B%3BEAFR%2CcAAC%2CUAAU%2CGAIP%3BIACI%2CQAAA%3B%3B%3BAAyBpB%2CmBATiD%3BEACzC%2CcACI%2CWACI%3BIACI%2CeAAA%3B%3B%3BACrFR%2CcADJ%2CQACK%2CKACG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAACA%2CcATZ%2CQACK%2CKACG%2CYAOK%3BEACG%2CSAAS%2COAAT%3BEACA%2Ca5BzBL%2Ca4ByBK%3B%3BAAVZ%2CcADJ%2CQACK%2CKAaG%3BEACI%2CkBAAA%3B%3BAAdR%2CcADJ%2CQACK%2CKAgBG%3BEACI%2CaAAA%3B%3BAACA%2CcAnBZ%2CQACK%2CKAgBG%2CgBAEK%3BEACG%2CcAAA%3B%3BAAMpB%2CsBAII%3BAAHJ%2CmBAGI%3BAAFJ%2CqBAEI%3BAADJ%2CsBACI%3BEACI%2CaAAA%3B%3BAAGR%3BAACA%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAJJ%2CgBAKI%3BAAJJ%2CgBAII%3BAAHJ%2CkBAGI%3BAAFJ%2CeAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CgBAUI%3BAATJ%2CgBASI%3BAARJ%2CkBAQI%3BAAPJ%2CeAOI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAdR%2CgBAgBI%2CEAAE%3BAAfN%2CgBAeI%2CEAAE%3BAAdN%2CkBAcI%2CEAAE%3BAAbN%2CeAaI%2CEAAE%3BEACE%2CgBAAA%3B%3BAAjBR%2CgBAmBI%3BAAlBJ%2CgBAkBI%3BAAjBJ%2CkBAiBI%3BAAhBJ%2CeAgBI%3BEACI%2CmBAAA%3B%3BAAGR%2CmBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CmBACI%2CgBAEI%3BEACI%2CmBAAA%3B%3BAAJZ%2CmBACI%2CgBAKI%2CMACI%3BAAPZ%2CmBACI%2CgBAKI%2CMAqDX%2CCApDkB%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAVhB%2CmBACI%2CgBAKI%2CMAMI%3BEACI%2CgBAAA%3B%3B%3BAA8BhB%2CmBAd%2BC%3BEAC3C%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAA%3B%3BEAJJ%2CgBAKI%3BEAJJ%2CgBAII%3BEAHJ%2CkBAGI%3BEAFJ%2CeAEI%3BIACI%2CiBAAA%3B%3BEANR%2CgBAQI%3BEAPJ%2CgBAOI%3BEANJ%2CkBAMI%3BEALJ%2CeAKI%3BIACI%2CiBAAA%22%7D *//*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,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}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-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:.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-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:.5rem;font-weight:500;line-height:1.2}.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,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.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:.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:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.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:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.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,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;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:100%}.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:100%}.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:100%}.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:100%}.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:100%}.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%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.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-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.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>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.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>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.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>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.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>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.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>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.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>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.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>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.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>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.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}.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}.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}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (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 .2rem rgba(0,123,255,.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:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.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-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.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:.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:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%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 .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%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 .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.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 .custom-select,.form-inline .input-group{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;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.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;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}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 .2rem rgba(38,143,255,.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 .2rem rgba(38,143,255,.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 .2rem rgba(130,138,145,.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 .2rem rgba(130,138,145,.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 .2rem rgba(72,180,97,.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 .2rem rgba(72,180,97,.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 .2rem rgba(58,176,195,.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 .2rem rgba(58,176,195,.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 .2rem rgba(222,170,12,.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 .2rem rgba(222,170,12,.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 .2rem rgba(225,83,97,.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 .2rem rgba(225,83,97,.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 .2rem rgba(216,217,219,.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 .2rem rgba(216,217,219,.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 .2rem rgba(82,88,93,.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 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;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 .2rem rgba(0,123,255,.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 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;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 .2rem rgba(108,117,125,.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 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;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 .2rem rgba(40,167,69,.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 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;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 .2rem rgba(23,162,184,.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 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;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 .2rem rgba(255,193,7,.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 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;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 .2rem rgba(220,53,69,.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 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;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 .2rem rgba(248,249,250,.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 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;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 .2rem rgba(52,58,64,.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 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (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 .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:.5rem 0;margin:.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,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.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:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.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:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{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;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.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-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.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-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){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=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{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>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control: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-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{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:.375rem .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:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.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),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{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:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{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;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-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;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%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{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%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,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%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,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%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 .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.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;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.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}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.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:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.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:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{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:.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:.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:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{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:.5rem;padding-bottom:.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:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.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:.5rem;padding-left:.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:.5rem;padding-left:.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:.5rem;padding-left:.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:.5rem;padding-left:.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:.5rem;padding-left:.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,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%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,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%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,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{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,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.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:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.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:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.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{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;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}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.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:.25rem}.page-link{position:relative;display:block;padding:.5rem .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 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.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:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.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:.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:.75rem;background-color:#e9ecef;border-radius:.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 .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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 (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.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:focus,.list-group-item-action:hover{z-index:1;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:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{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:focus,.list-group-item-secondary.list-group-item-action:hover{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:focus,.list-group-item-success.list-group-item-action:hover{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:focus,.list-group-item-info.list-group-item-action:hover{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:focus,.list-group-item-warning.list-group-item-action:hover{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:focus,.list-group-item-danger.list-group-item-action:hover{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:focus,.list-group-item-light.list-group-item-action:hover{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:focus,.list-group-item-dark.list-group-item-action:hover{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:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.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,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.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 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 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 #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.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-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;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:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%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,%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:0;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{box-sizing:content-box;-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:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{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-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!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 embed,.embed-responsive iframe,.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}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(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}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.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:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.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:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.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-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-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:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.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:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.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-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-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:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.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:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.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-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-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:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.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:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.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-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-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:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.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:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.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-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-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!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!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-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{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}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{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 td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map *//*!
 *  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-face{font-family:'FontAwesome';src:url('../../frontend/Alothemes/dimita2/en_GB/fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Alothemes/dimita2/en_GB/fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Alothemes/dimita2/en_GB/fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Alothemes/dimita2/en_GB/fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Alothemes/dimita2/en_GB/fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Alothemes/dimita2/en_GB/fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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: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{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}
.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-brands-400.eot);src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-brands-400.woff2) format("woff2"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-brands-400.woff) format("woff"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-brands-400.ttf) format("truetype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-regular-400.eot);src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-regular-400.woff2) format("woff2"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-regular-400.woff) format("woff"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-regular-400.ttf) format("truetype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-solid-900.eot);src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-solid-900.woff2) format("woff2"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-solid-900.woff) format("woff"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-solid-900.ttf) format("truetype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/lineawesome/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}
@font-face {
  font-family: 'icomoon';
  src:  url('../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon/fonts/icomoon.eot?hh5mjc');
  src:  url('../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon/fonts/icomoon.eot?hh5mjc#iefix') format('embedded-opentype'),
    url('../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon/fonts/icomoon.ttf?hh5mjc') format('truetype'),
    url('../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon/fonts/icomoon.woff?hh5mjc') format('woff'),
    url('../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon/fonts/icomoon.svg?hh5mjc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.icon-box:before {
  content: "\e900";
}
.icon-monitor:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-cup:before {
  content: "\e903";
}
.icon-sale:before {
  content: "\e904";
}@font-face{
	font-family:"ElegantIcons";
	src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/ElegantIcons/ElegantIcons.eot);
	src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/ElegantIcons/ElegantIcons.eot?#iefix) format("embedded-opentype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/ElegantIcons/ElegantIcons.woff) format("woff"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/ElegantIcons/ElegantIcons.ttf) format("truetype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons) format("svg");
	font-weight:400;
	font-style:normal;
}
[data-icon]:before{
	font-family:ElegantIcons;
	content:attr(data-icon);
	speak:none;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square{
	font-family:ElegantIcons;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
}
.arrow_up:before{
	content:"\21";
}
.arrow_down:before{
	content:"\22";
}
.arrow_left:before{
	content:"\23";
}
.arrow_right:before{
	content:"\24";
}
.arrow_left-up:before{
	content:"\25";
}
.arrow_right-up:before{
	content:"\26";
}
.arrow_right-down:before{
	content:"\27";
}
.arrow_left-down:before{
	content:"\28";
}
.arrow-up-down:before{
	content:"\29";
}
.arrow_up-down_alt:before{
	content:"\2a";
}
.arrow_left-right_alt:before{
	content:"\2b";
}
.arrow_left-right:before{
	content:"\2c";
}
.arrow_expand_alt2:before{
	content:"\2d";
}
.arrow_expand_alt:before{
	content:"\2e";
}
.arrow_condense:before{
	content:"\2f";
}
.arrow_expand:before{
	content:"\30";
}
.arrow_move:before{
	content:"\31";
}
.arrow_carrot-up:before{
	content:"\32";
}
.arrow_carrot-down:before{
	content:"\33";
}
.arrow_carrot-left:before{
	content:"\34";
}
.arrow_carrot-right:before{
	content:"\35";
}
.arrow_carrot-2up:before{
	content:"\36";
}
.arrow_carrot-2down:before{
	content:"\37";
}
.arrow_carrot-2left:before{
	content:"\38";
}
.arrow_carrot-2right:before{
	content:"\39";
}
.arrow_carrot-up_alt2:before{
	content:"\3a";
}
.arrow_carrot-down_alt2:before{
	content:"\3b";
}
.arrow_carrot-left_alt2:before{
	content:"\3c";
}
.arrow_carrot-right_alt2:before{
	content:"\3d";
}
.arrow_carrot-2up_alt2:before{
	content:"\3e";
}
.arrow_carrot-2down_alt2:before{
	content:"\3f";
}
.arrow_carrot-2left_alt2:before{
	content:"\40";
}
.arrow_carrot-2right_alt2:before{
	content:"\41";
}
.arrow_triangle-up:before{
	content:"\42";
}
.arrow_triangle-down:before{
	content:"\43";
}
.arrow_triangle-left:before{
	content:"\44";
}
.arrow_triangle-right:before{
	content:"\45";
}
.arrow_triangle-up_alt2:before{
	content:"\46";
}
.arrow_triangle-down_alt2:before{
	content:"\47";
}
.arrow_triangle-left_alt2:before{
	content:"\48";
}
.arrow_triangle-right_alt2:before{
	content:"\49";
}
.arrow_back:before{
	content:"\4a";
}
.icon_minus-06:before{
	content:"\4b";
}
.icon_plus:before{
	content:"\4c";
}
.icon_close:before{
	content:"\4d";
}
.icon_check:before{
	content:"\4e";
}
.icon_minus_alt2:before{
	content:"\4f";
}
.icon_plus_alt2:before{
	content:"\50";
}
.icon_close_alt2:before{
	content:"\51";
}
.icon_check_alt2:before{
	content:"\52";
}
.icon_zoom-out_alt:before{
	content:"\53";
}
.icon_zoom-in_alt:before{
	content:"\54";
}
.icon_search:before{
	content:"\55";
}
.icon_box-empty:before{
	content:"\56";
}
.icon_box-selected:before{
	content:"\57";
}
.icon_minus-box:before{
	content:"\58";
}
.icon_plus-box:before{
	content:"\59";
}
.icon_box-checked:before{
	content:"\5a";
}
.icon_circle-empty:before{
	content:"\5b";
}
.icon_circle-slelected:before{
	content:"\5c";
}
.icon_stop_alt2:before{
	content:"\5d";
}
.icon_stop:before{
	content:"\5e";
}
.icon_pause_alt2:before{
	content:"\5f";
}
.icon_pause:before{
	content:"\60";
}
.icon_menu:before{
	content:"\61";
}
.icon_menu-square_alt2:before{
	content:"\62";
}
.icon_menu-circle_alt2:before{
	content:"\63";
}
.icon_ul:before{
	content:"\64";
}
.icon_ol:before{
	content:"\65";
}
.icon_adjust-horiz:before{
	content:"\66";
}
.icon_adjust-vert:before{
	content:"\67";
}
.icon_document_alt:before{
	content:"\68";
}
.icon_documents_alt:before{
	content:"\69";
}
.icon_pencil:before{
	content:"\6a";
}
.icon_pencil-edit_alt:before{
	content:"\6b";
}
.icon_pencil-edit:before{
	content:"\6c";
}
.icon_folder-alt:before{
	content:"\6d";
}
.icon_folder-open_alt:before{
	content:"\6e";
}
.icon_folder-add_alt:before{
	content:"\6f";
}
.icon_info_alt:before{
	content:"\70";
}
.icon_error-oct_alt:before{
	content:"\71";
}
.icon_error-circle_alt:before{
	content:"\72";
}
.icon_error-triangle_alt:before{
	content:"\73";
}
.icon_question_alt2:before{
	content:"\74";
}
.icon_question:before{
	content:"\75";
}
.icon_comment_alt:before{
	content:"\76";
}
.icon_chat_alt:before{
	content:"\77";
}
.icon_vol-mute_alt:before{
	content:"\78";
}
.icon_volume-low_alt:before{
	content:"\79";
}
.icon_volume-high_alt:before{
	content:"\7a";
}
.icon_quotations:before{
	content:"\7b";
}
.icon_quotations_alt2:before{
	content:"\7c";
}
.icon_clock_alt:before{
	content:"\7d";
}
.icon_lock_alt:before{
	content:"\7e";
}
.icon_lock-open_alt:before{
	content:"\e000";
}
.icon_key_alt:before{
	content:"\e001";
}
.icon_cloud_alt:before{
	content:"\e002";
}
.icon_cloud-upload_alt:before{
	content:"\e003";
}
.icon_cloud-download_alt:before{
	content:"\e004";
}
.icon_image:before{
	content:"\e005";
}
.icon_images:before{
	content:"\e006";
}
.icon_lightbulb_alt:before{
	content:"\e007";
}
.icon_gift_alt:before{
	content:"\e008";
}
.icon_house_alt:before{
	content:"\e009";
}
.icon_genius:before{
	content:"\e00a";
}
.icon_mobile:before{
	content:"\e00b";
}
.icon_tablet:before{
	content:"\e00c";
}
.icon_laptop:before{
	content:"\e00d";
}
.icon_desktop:before{
	content:"\e00e";
}
.icon_camera_alt:before{
	content:"\e00f";
}
.icon_mail_alt:before{
	content:"\e010";
}
.icon_cone_alt:before{
	content:"\e011";
}
.icon_ribbon_alt:before{
	content:"\e012";
}
.icon_bag_alt:before{
	content:"\e013";
}
.icon_creditcard:before{
	content:"\e014";
}
.icon_cart_alt:before{
	content:"\e015";
}
.icon_paperclip:before{
	content:"\e016";
}
.icon_tag_alt:before{
	content:"\e017";
}
.icon_tags_alt:before{
	content:"\e018";
}
.icon_trash_alt:before{
	content:"\e019";
}
.icon_cursor_alt:before{
	content:"\e01a";
}
.icon_mic_alt:before{
	content:"\e01b";
}
.icon_compass_alt:before{
	content:"\e01c";
}
.icon_pin_alt:before{
	content:"\e01d";
}
.icon_pushpin_alt:before{
	content:"\e01e";
}
.icon_map_alt:before{
	content:"\e01f";
}
.icon_drawer_alt:before{
	content:"\e020";
}
.icon_toolbox_alt:before{
	content:"\e021";
}
.icon_book_alt:before{
	content:"\e022";
}
.icon_calendar:before{
	content:"\e023";
}
.icon_film:before{
	content:"\e024";
}
.icon_table:before{
	content:"\e025";
}
.icon_contacts_alt:before{
	content:"\e026";
}
.icon_headphones:before{
	content:"\e027";
}
.icon_lifesaver:before{
	content:"\e028";
}
.icon_piechart:before{
	content:"\e029";
}
.icon_refresh:before{
	content:"\e02a";
}
.icon_link_alt:before{
	content:"\e02b";
}
.icon_link:before{
	content:"\e02c";
}
.icon_loading:before{
	content:"\e02d";
}
.icon_blocked:before{
	content:"\e02e";
}
.icon_archive_alt:before{
	content:"\e02f";
}
.icon_heart_alt:before{
	content:"\e030";
}
.icon_star_alt:before{
	content:"\e031";
}
.icon_star-half_alt:before{
	content:"\e032";
}
.icon_star:before{
	content:"\e033";
}
.icon_star-half:before{
	content:"\e034";
}
.icon_tools:before{
	content:"\e035";
}
.icon_tool:before{
	content:"\e036";
}
.icon_cog:before{
	content:"\e037";
}
.icon_cogs:before{
	content:"\e038";
}
.arrow_up_alt:before{
	content:"\e039";
}
.arrow_down_alt:before{
	content:"\e03a";
}
.arrow_left_alt:before{
	content:"\e03b";
}
.arrow_right_alt:before{
	content:"\e03c";
}
.arrow_left-up_alt:before{
	content:"\e03d";
}
.arrow_right-up_alt:before{
	content:"\e03e";
}
.arrow_right-down_alt:before{
	content:"\e03f";
}
.arrow_left-down_alt:before{
	content:"\e040";
}
.arrow_condense_alt:before{
	content:"\e041";
}
.arrow_expand_alt3:before{
	content:"\e042";
}
.arrow_carrot_up_alt:before{
	content:"\e043";
}
.arrow_carrot-down_alt:before{
	content:"\e044";
}
.arrow_carrot-left_alt:before{
	content:"\e045";
}
.arrow_carrot-right_alt:before{
	content:"\e046";
}
.arrow_carrot-2up_alt:before{
	content:"\e047";
}
.arrow_carrot-2dwnn_alt:before{
	content:"\e048";
}
.arrow_carrot-2left_alt:before{
	content:"\e049";
}
.arrow_carrot-2right_alt:before{
	content:"\e04a";
}
.arrow_triangle-up_alt:before{
	content:"\e04b";
}
.arrow_triangle-down_alt:before{
	content:"\e04c";
}
.arrow_triangle-left_alt:before{
	content:"\e04d";
}
.arrow_triangle-right_alt:before{
	content:"\e04e";
}
.icon_minus_alt:before{
	content:"\e04f";
}
.icon_plus_alt:before{
	content:"\e050";
}
.icon_close_alt:before{
	content:"\e051";
}
.icon_check_alt:before{
	content:"\e052";
}
.icon_zoom-out:before{
	content:"\e053";
}
.icon_zoom-in:before{
	content:"\e054";
}
.icon_stop_alt:before{
	content:"\e055";
}
.icon_menu-square_alt:before{
	content:"\e056";
}
.icon_menu-circle_alt:before{
	content:"\e057";
}
.icon_document:before{
	content:"\e058";
}
.icon_documents:before{
	content:"\e059";
}
.icon_pencil_alt:before{
	content:"\e05a";
}
.icon_folder:before{
	content:"\e05b";
}
.icon_folder-open:before{
	content:"\e05c";
}
.icon_folder-add:before{
	content:"\e05d";
}
.icon_folder_upload:before{
	content:"\e05e";
}
.icon_folder_download:before{
	content:"\e05f";
}
.icon_info:before{
	content:"\e060";
}
.icon_error-circle:before{
	content:"\e061";
}
.icon_error-oct:before{
	content:"\e062";
}
.icon_error-triangle:before{
	content:"\e063";
}
.icon_question_alt:before{
	content:"\e064";
}
.icon_comment:before{
	content:"\e065";
}
.icon_chat:before{
	content:"\e066";
}
.icon_vol-mute:before{
	content:"\e067";
}
.icon_volume-low:before{
	content:"\e068";
}
.icon_volume-high:before{
	content:"\e069";
}
.icon_quotations_alt:before{
	content:"\e06a";
}
.icon_clock:before{
	content:"\e06b";
}
.icon_lock:before{
	content:"\e06c";
}
.icon_lock-open:before{
	content:"\e06d";
}
.icon_key:before{
	content:"\e06e";
}
.icon_cloud:before{
	content:"\e06f";
}
.icon_cloud-upload:before{
	content:"\e070";
}
.icon_cloud-download:before{
	content:"\e071";
}
.icon_lightbulb:before{
	content:"\e072";
}
.icon_gift:before{
	content:"\e073";
}
.icon_house:before{
	content:"\e074";
}
.icon_camera:before{
	content:"\e075";
}
.icon_mail:before{
	content:"\e076";
}
.icon_cone:before{
	content:"\e077";
}
.icon_ribbon:before{
	content:"\e078";
}
.icon_bag:before{
	content:"\e079";
}
.icon_cart:before{
	content:"\e07a";
}
.icon_tag:before{
	content:"\e07b";
}
.icon_tags:before{
	content:"\e07c";
}
.icon_trash:before{
	content:"\e07d";
}
.icon_cursor:before{
	content:"\e07e";
}
.icon_mic:before{
	content:"\e07f";
}
.icon_compass:before{
	content:"\e080";
}
.icon_pin:before{
	content:"\e081";
}
.icon_pushpin:before{
	content:"\e082";
}
.icon_map:before{
	content:"\e083";
}
.icon_drawer:before{
	content:"\e084";
}
.icon_toolbox:before{
	content:"\e085";
}
.icon_book:before{
	content:"\e086";
}
.icon_contacts:before{
	content:"\e087";
}
.icon_archive:before{
	content:"\e088";
}
.icon_heart:before{
	content:"\e089";
}
.icon_profile:before{
	content:"\e08a";
}
.icon_group:before{
	content:"\e08b";
}
.icon_grid-2x2:before{
	content:"\e08c";
}
.icon_grid-3x3:before{
	content:"\e08d";
}
.icon_music:before{
	content:"\e08e";
}
.icon_pause_alt:before{
	content:"\e08f";
}
.icon_phone:before{
	content:"\e090";
}
.icon_upload:before{
	content:"\e091";
}
.icon_download:before{
	content:"\e092";
}
.social_facebook:before{
	content:"\e093";
}
.social_twitter:before{
	content:"\e094";
}
.social_pinterest:before{
	content:"\e095";
}
.social_googleplus:before{
	content:"\e096";
}
.social_tumblr:before{
	content:"\e097";
}
.social_tumbleupon:before{
	content:"\e098";
}
.social_wordpress:before{
	content:"\e099";
}
.social_instagram:before{
	content:"\e09a";
}
.social_dribbble:before{
	content:"\e09b";
}
.social_vimeo:before{
	content:"\e09c";
}
.social_linkedin:before{
	content:"\e09d";
}
.social_rss:before{
	content:"\e09e";
}
.social_deviantart:before{
	content:"\e09f";
}
.social_share:before{
	content:"\e0a0";
}
.social_myspace:before{
	content:"\e0a1";
}
.social_skype:before{
	content:"\e0a2";
}
.social_youtube:before{
	content:"\e0a3";
}
.social_picassa:before{
	content:"\e0a4";
}
.social_googledrive:before{
	content:"\e0a5";
}
.social_flickr:before{
	content:"\e0a6";
}
.social_blogger:before{
	content:"\e0a7";
}
.social_spotify:before{
	content:"\e0a8";
}
.social_delicious:before{
	content:"\e0a9";
}
.social_facebook_circle:before{
	content:"\e0aa";
}
.social_twitter_circle:before{
	content:"\e0ab";
}
.social_pinterest_circle:before{
	content:"\e0ac";
}
.social_googleplus_circle:before{
	content:"\e0ad";
}
.social_tumblr_circle:before{
	content:"\e0ae";
}
.social_stumbleupon_circle:before{
	content:"\e0af";
}
.social_wordpress_circle:before{
	content:"\e0b0";
}
.social_instagram_circle:before{
	content:"\e0b1";
}
.social_dribbble_circle:before{
	content:"\e0b2";
}
.social_vimeo_circle:before{
	content:"\e0b3";
}
.social_linkedin_circle:before{
	content:"\e0b4";
}
.social_rss_circle:before{
	content:"\e0b5";
}
.social_deviantart_circle:before{
	content:"\e0b6";
}
.social_share_circle:before{
	content:"\e0b7";
}
.social_myspace_circle:before{
	content:"\e0b8";
}
.social_skype_circle:before{
	content:"\e0b9";
}
.social_youtube_circle:before{
	content:"\e0ba";
}
.social_picassa_circle:before{
	content:"\e0bb";
}
.social_googledrive_alt2:before{
	content:"\e0bc";
}
.social_flickr_circle:before{
	content:"\e0bd";
}
.social_blogger_circle:before{
	content:"\e0be";
}
.social_spotify_circle:before{
	content:"\e0bf";
}
.social_delicious_circle:before{
	content:"\e0c0";
}
.social_facebook_square:before{
	content:"\e0c1";
}
.social_twitter_square:before{
	content:"\e0c2";
}
.social_pinterest_square:before{
	content:"\e0c3";
}
.social_googleplus_square:before{
	content:"\e0c4";
}
.social_tumblr_square:before{
	content:"\e0c5";
}
.social_stumbleupon_square:before{
	content:"\e0c6";
}
.social_wordpress_square:before{
	content:"\e0c7";
}
.social_instagram_square:before{
	content:"\e0c8";
}
.social_dribbble_square:before{
	content:"\e0c9";
}
.social_vimeo_square:before{
	content:"\e0ca";
}
.social_linkedin_square:before{
	content:"\e0cb";
}
.social_rss_square:before{
	content:"\e0cc";
}
.social_deviantart_square:before{
	content:"\e0cd";
}
.social_share_square:before{
	content:"\e0ce";
}
.social_myspace_square:before{
	content:"\e0cf";
}
.social_skype_square:before{
	content:"\e0d0";
}
.social_youtube_square:before{
	content:"\e0d1";
}
.social_picassa_square:before{
	content:"\e0d2";
}
.social_googledrive_square:before{
	content:"\e0d3";
}
.social_flickr_square:before{
	content:"\e0d4";
}
.social_blogger_square:before{
	content:"\e0d5";
}
.social_spotify_square:before{
	content:"\e0d6";
}
.social_delicious_square:before{
	content:"\e0d7";
}
.icon_printer:before{
	content:"\e103";
}
.icon_calulator:before{
	content:"\e0ee";
}
.icon_building:before{
	content:"\e0ef";
}
.icon_floppy:before{
	content:"\e0e8";
}
.icon_drive:before{
	content:"\e0ea";
}
.icon_search-2:before{
	content:"\e101";
}
.icon_id:before{
	content:"\e107";
}
.icon_id-2:before{
	content:"\e108";
}
.icon_puzzle:before{
	content:"\e102";
}
.icon_like:before{
	content:"\e106";
}
.icon_dislike:before{
	content:"\e0eb";
}
.icon_mug:before{
	content:"\e105";
}
.icon_currency:before{
	content:"\e0ed";
}
.icon_wallet:before{
	content:"\e100";
}
.icon_pens:before{
	content:"\e104";
}
.icon_easel:before{
	content:"\e0e9";
}
.icon_flowchart:before{
	content:"\e109";
}
.icon_datareport:before{
	content:"\e0ec";
}
.icon_briefcase:before{
	content:"\e0fe";
}
.icon_shield:before{
	content:"\e0f6";
}
.icon_percent:before{
	content:"\e0fb";
}
.icon_globe:before{
	content:"\e0e2";
}
.icon_globe-2:before{
	content:"\e0e3";
}
.icon_target:before{
	content:"\e0f5";
}
.icon_hourglass:before{
	content:"\e0e1";
}
.icon_balance:before{
	content:"\e0ff";
}
.icon_rook:before{
	content:"\e0f8";
}
.icon_printer-alt:before{
	content:"\e0fa";
}
.icon_calculator_alt:before{
	content:"\e0e7";
}
.icon_building_alt:before{
	content:"\e0fd";
}
.icon_floppy_alt:before{
	content:"\e0e4";
}
.icon_drive_alt:before{
	content:"\e0e5";
}
.icon_search_alt:before{
	content:"\e0f7";
}
.icon_id_alt:before{
	content:"\e0e0";
}
.icon_id-2_alt:before{
	content:"\e0fc";
}
.icon_puzzle_alt:before{
	content:"\e0f9";
}
.icon_like_alt:before{
	content:"\e0dd";
}
.icon_dislike_alt:before{
	content:"\e0f1";
}
.icon_mug_alt:before{
	content:"\e0dc";
}
.icon_currency_alt:before{
	content:"\e0f3";
}
.icon_wallet_alt:before{
	content:"\e0d8";
}
.icon_pens_alt:before{
	content:"\e0db";
}
.icon_easel_alt:before{
	content:"\e0f0";
}
.icon_flowchart_alt:before{
	content:"\e0df";
}
.icon_datareport_alt:before{
	content:"\e0f2";
}
.icon_briefcase_alt:before{
	content:"\e0f4";
}
.icon_shield_alt:before{
	content:"\e0d9";
}
.icon_percent_alt:before{
	content:"\e0da";
}
.icon_globe_alt:before{
	content:"\e0de";
}
.icon_clipboard:before{
	content:"\e0e6";
}


	.glyph{
		float:left;
		text-align:center;
		padding:.75em;
		margin:.4em 1.5em .75em 0;
		width:6em;
text-shadow:none;
	}
        .glyph_big{
        font-size:128px;
        color:#59c5dc;
        float:left;
        margin-right:20px;
        }

        .glyph div{ padding-bottom:10px;}

	.glyph input{
		font-family:consolas,monospace;
		font-size:12px;
		width:100%;
		text-align:center;
		border:0;
		box-shadow:0 0 0 1px #ccc;
		padding:.2em;
                -moz-border-radius:5px;
                -webkit-border-radius:5px;
	}
	.centered{
		margin-left:auto;
		margin-right:auto;
	}
	.glyph .fs1{
		font-size:2em;
	}@font-face{
    font-family:"icomoon2";
    src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon2/icomoon.eot?bqiy2g);
    src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon2/icomoon.eot?bqiy2g#iefix) format("embedded-opentype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon2/icomoon.ttf?bqiy2g) format("truetype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon2/icomoon.woff?bqiy2g) format("woff"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/icomoon2/icomoon.svg?bqiy2g#icomoon) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:block;
  }
  
  [class*=" icon-"],[class^=icon-]{
    font-family:icomoon ;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
  .icon-free-shipping:before{
    content:"\e900";
    color:#fff;
  }
  .icon-like:before{
    content:"\e910";
  }
  .icon-shopping-cart:before{
    content:"\e911";
  }
  .icon-update-arrows:before{
    content:"\e912";
  }
  .icon-user:before{
    content:"\e913";
  }@font-face {
  font-family: 'safira-icon-font';
  src: url('../../frontend/Alothemes/dimita2/en_GB/fonts/safirafonticon/fonts/safira-icon-font.eot?57474655');
  src: url('../../frontend/Alothemes/dimita2/en_GB/fonts/safirafonticon/fonts/safira-icon-font.eot?57474655#iefix') format('embedded-opentype'),
       url('../../frontend/Alothemes/dimita2/en_GB/fonts/safirafonticon/fonts/safira-icon-font.woff2?57474655') format('woff2'),
       url('../../frontend/Alothemes/dimita2/en_GB/fonts/safirafonticon/fonts/safira-icon-font.woff?57474655') format('woff'),
       url('../../frontend/Alothemes/dimita2/en_GB/fonts/safirafonticon/fonts/safira-icon-font.ttf?57474655') format('truetype'),
       url('../../frontend/Alothemes/dimita2/en_GB/fonts/safirafonticon/fonts/safira-icon-font.svg?57474655#safira-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'safira-icon-font';
    src: url('../../frontend/Alothemes/dimita2/en_GB/fonts/safirafonticon/font/safira-icon-font.svg?57474655#safira-icon-font') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "safira-icon-font";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
 
 
  /* fix buttons height, for twitter bootstrap */
 
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-truck-1:before { content: '\e800'; } /* '' */
.icon-pound-coin:before { content: '\e801'; } /* '' */
.icon-percent-coin:before { content: '\e802'; } /* '' */
.icon-dollar-coin:before { content: '\e803'; } /* '' */
.icon-card-lock:before { content: '\e804'; } /* '' */
.icon-001-twitter:before { content: '\e805'; } /* '' */
.icon-002-random:before { content: '\e806'; } /* '' */
.icon-003-random-1:before { content: '\e807'; } /* '' */
.icon-004-heart:before { content: '\e808'; } /* '' */
.icon-005-google-plus:before { content: '\e809'; } /* '' */
.icon-006-google-plus-1:before { content: '\e80a'; } /* '' */
.icon-007-heart-1:before { content: '\e80b'; } /* '' */
.icon-001-grid:before { content: '\e80c'; } /* '' */
.icon-005-menu-2:before { content: '\e80d'; } /* '' */
.icon-delivery-truck:before { content: '\e80e'; } /* '' */
.icon-insurance:before { content: '\e80f'; } /* '' */
.icon-location:before { content: '\e810'; } /* '' */
.icon-money:before { content: '\e811'; } /* '' */
.icon-shopping-bag:before { content: '\e812'; } /* '' */
.icon-support:before { content: '\e813'; } /* '' */
.icon-user:before { content: '\e814'; } /* '' */	/*
  	Flaticon icon font: Flaticon
  	Creation date: 20/02/2020 06:02
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon/css/Flaticon.eot");
  src: url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon/css/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon/css/Flaticon.woff2") format("woff2"),
       url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon/css/Flaticon.woff") format("woff"),
       url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon/css/Flaticon.ttf") format("truetype"),
       url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon/css/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon/css/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-shopping-bag:before { content: "\f100"; }
.flaticon-smartphone-call:before { content: "\f101"; }
.flaticon-mail:before { content: "\f102"; }
.flaticon-search:before { content: "\f103"; }
.flaticon-magnifying-glass:before { content: "\f104"; }
.flaticon-loupe:before { content: "\f105"; }
.flaticon-loupe-1:before { content: "\f106"; }
.flaticon-checked:before { content: "\f107"; }
.flaticon-tick:before { content: "\f108"; }
.flaticon-tick-1:before { content: "\f109"; }
.flaticon-checked-1:before { content: "\f10a"; }
.flaticon-checked-2:before { content: "\f10b"; }
.flaticon-tick-2:before { content: "\f10c"; }
.flaticon-check:before { content: "\f10d"; }
.flaticon-icon-61222:before { content: "\f10e"; }
.flaticon-user:before { content: "\f10f"; }
.flaticon-user-1:before { content: "\f110"; }
.flaticon-user-2:before { content: "\f111"; }
.flaticon-heart:before { content: "\f112"; }
.flaticon-heart-1:before { content: "\f113"; }
.flaticon-star-1:before { content: "\f114"; }
.flaticon-star-2:before { content: "\f115"; }
.flaticon-minus-symbol:before { content: "\f116"; }
.flaticon-substract:before { content: "\f117"; }
.flaticon-icon-149689:before { content: "\f118"; }
.flaticon-minus:before { content: "\f119"; }
.flaticon-plus:before { content: "\f11a"; }
.flaticon-plus-1:before { content: "\f11b"; }
.flaticon-more:before { content: "\f11c"; }
.flaticon-icon-1828919:before { content: "\f11d"; }
.flaticon-cancel:before { content: "\f11e"; }
.flaticon-cancel-1:before { content: "\f11f"; }
.flaticon-error:before { content: "\f120"; }
.flaticon-error-1:before { content: "\f121"; }
.flaticon-share:before { content: "\f122"; }
.flaticon-share-1:before { content: "\f123"; }
.flaticon-view:before { content: "\f124"; }
.flaticon-eye:before { content: "\f125"; }
.flaticon-invisible:before { content: "\f126"; }
.flaticon-right-arrow-1:before { content: "\f127"; }
.flaticon-right-arrow:before { content: "\f128"; }
.flaticon-left-arrow-1:before { content: "\f129"; }
.flaticon-left-arrow:before { content: "\f12a"; }
.flaticon-loupe-2:before { content: "\f12b"; }@font-face {
    font-family: "flaticonv2";
    src: url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon2/flaticon.ttf?5184ba587661cf5219dc0ead19e53f11") format("truetype"),
url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon2/flaticon.woff?5184ba587661cf5219dc0ead19e53f11") format("woff"),
url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon2/flaticon.woff2?5184ba587661cf5219dc0ead19e53f11") format("woff2"),
url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon2/flaticon.eot?5184ba587661cf5219dc0ead19e53f11#iefix") format("embedded-opentype"),
url("../../frontend/Alothemes/dimita2/en_GB/fonts/flaticon2/flaticon.svg?5184ba587661cf5219dc0ead19e53f11#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-shopping-cart:before {
    content: "\f101";
}
.flaticon-left:before {
    content: "\f102";
}
.flaticon-right:before {
    content: "\f103";
}
.flaticon-cancel:before {
    content: "\f104";
}
.flaticon-user:before {
    content: "\f105";
}
.flaticon-heart:before {
    content: "\f106";
}
.flaticon-left-quotes-sign:before {
    content: "\f107";
}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../../frontend/Alothemes/dimita2/en_GB/fonts/font-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../../frontend/Alothemes/dimita2/en_GB/fonts/font-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../../frontend/Alothemes/dimita2/en_GB/fonts/font-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../../frontend/Alothemes/dimita2/en_GB/fonts/font-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../../frontend/Alothemes/dimita2/en_GB/fonts/font-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;

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

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}@charset "UTF-8";@font-face{font-family:"Ionicons";src:url("../../frontend/Alothemes/dimita2/en_GB/fonts/ionicons/fonts/ionicons.eot?v=2.0.0");src:url("../../frontend/Alothemes/dimita2/en_GB/fonts/ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../frontend/Alothemes/dimita2/en_GB/fonts/ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../../frontend/Alothemes/dimita2/en_GB/fonts/ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../../frontend/Alothemes/dimita2/en_GB/fonts/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal;}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.ion-alert:before{content:"\f101";}
.ion-alert-circled:before{content:"\f100";}
.ion-android-add:before{content:"\f2c7";}
.ion-android-add-circle:before{content:"\f359";}
.ion-android-alarm-clock:before{content:"\f35a";}
.ion-android-alert:before{content:"\f35b";}
.ion-android-apps:before{content:"\f35c";}
.ion-android-archive:before{content:"\f2c9";}
.ion-android-arrow-back:before{content:"\f2ca";}
.ion-android-arrow-down:before{content:"\f35d";}
.ion-android-arrow-dropdown:before{content:"\f35f";}
.ion-android-arrow-dropdown-circle:before{content:"\f35e";}
.ion-android-arrow-dropleft:before{content:"\f361";}
.ion-android-arrow-dropleft-circle:before{content:"\f360";}
.ion-android-arrow-dropright:before{content:"\f363";}
.ion-android-arrow-dropright-circle:before{content:"\f362";}
.ion-android-arrow-dropup:before{content:"\f365";}
.ion-android-arrow-dropup-circle:before{content:"\f364";}
.ion-android-arrow-forward:before{content:"\f30f";}
.ion-android-arrow-up:before{content:"\f366";}
.ion-android-attach:before{content:"\f367";}
.ion-android-bar:before{content:"\f368";}
.ion-android-bicycle:before{content:"\f369";}
.ion-android-boat:before{content:"\f36a";}
.ion-android-bookmark:before{content:"\f36b";}
.ion-android-bulb:before{content:"\f36c";}
.ion-android-bus:before{content:"\f36d";}
.ion-android-calendar:before{content:"\f2d1";}
.ion-android-call:before{content:"\f2d2";}
.ion-android-camera:before{content:"\f2d3";}
.ion-android-cancel:before{content:"\f36e";}
.ion-android-car:before{content:"\f36f";}
.ion-android-cart:before{content:"\f370";}
.ion-android-chat:before{content:"\f2d4";}
.ion-android-checkbox:before{content:"\f374";}
.ion-android-checkbox-blank:before{content:"\f371";}
.ion-android-checkbox-outline:before{content:"\f373";}
.ion-android-checkbox-outline-blank:before{content:"\f372";}
.ion-android-checkmark-circle:before{content:"\f375";}
.ion-android-clipboard:before{content:"\f376";}
.ion-android-close:before{content:"\f2d7";}
.ion-android-cloud:before{content:"\f37a";}
.ion-android-cloud-circle:before{content:"\f377";}
.ion-android-cloud-done:before{content:"\f378";}
.ion-android-cloud-outline:before{content:"\f379";}
.ion-android-color-palette:before{content:"\f37b";}
.ion-android-compass:before{content:"\f37c";}
.ion-android-contact:before{content:"\f2d8";}
.ion-android-contacts:before{content:"\f2d9";}
.ion-android-contract:before{content:"\f37d";}
.ion-android-create:before{content:"\f37e";}
.ion-android-delete:before{content:"\f37f";}
.ion-android-desktop:before{content:"\f380";}
.ion-android-document:before{content:"\f381";}
.ion-android-done:before{content:"\f383";}
.ion-android-done-all:before{content:"\f382";}
.ion-android-download:before{content:"\f2dd";}
.ion-android-drafts:before{content:"\f384";}
.ion-android-exit:before{content:"\f385";}
.ion-android-expand:before{content:"\f386";}
.ion-android-favorite:before{content:"\f388";}
.ion-android-favorite-outline:before{content:"\f387";}
.ion-android-film:before{content:"\f389";}
.ion-android-folder:before{content:"\f2e0";}
.ion-android-folder-open:before{content:"\f38a";}
.ion-android-funnel:before{content:"\f38b";}
.ion-android-globe:before{content:"\f38c";}
.ion-android-hand:before{content:"\f2e3";}
.ion-android-hangout:before{content:"\f38d";}
.ion-android-happy:before{content:"\f38e";}
.ion-android-home:before{content:"\f38f";}
.ion-android-image:before{content:"\f2e4";}
.ion-android-laptop:before{content:"\f390";}
.ion-android-list:before{content:"\f391";}
.ion-android-locate:before{content:"\f2e9";}
.ion-android-lock:before{content:"\f392";}
.ion-android-mail:before{content:"\f2eb";}
.ion-android-map:before{content:"\f393";}
.ion-android-menu:before{content:"\f394";}
.ion-android-microphone:before{content:"\f2ec";}
.ion-android-microphone-off:before{content:"\f395";}
.ion-android-more-horizontal:before{content:"\f396";}
.ion-android-more-vertical:before{content:"\f397";}
.ion-android-navigate:before{content:"\f398";}
.ion-android-notifications:before{content:"\f39b";}
.ion-android-notifications-none:before{content:"\f399";}
.ion-android-notifications-off:before{content:"\f39a";}
.ion-android-open:before{content:"\f39c";}
.ion-android-options:before{content:"\f39d";}
.ion-android-people:before{content:"\f39e";}
.ion-android-person:before{content:"\f3a0";}
.ion-android-person-add:before{content:"\f39f";}
.ion-android-phone-landscape:before{content:"\f3a1";}
.ion-android-phone-portrait:before{content:"\f3a2";}
.ion-android-pin:before{content:"\f3a3";}
.ion-android-plane:before{content:"\f3a4";}
.ion-android-playstore:before{content:"\f2f0";}
.ion-android-print:before{content:"\f3a5";}
.ion-android-radio-button-off:before{content:"\f3a6";}
.ion-android-radio-button-on:before{content:"\f3a7";}
.ion-android-refresh:before{content:"\f3a8";}
.ion-android-remove:before{content:"\f2f4";}
.ion-android-remove-circle:before{content:"\f3a9";}
.ion-android-restaurant:before{content:"\f3aa";}
.ion-android-sad:before{content:"\f3ab";}
.ion-android-search:before{content:"\f2f5";}
.ion-android-send:before{content:"\f2f6";}
.ion-android-settings:before{content:"\f2f7";}
.ion-android-share:before{content:"\f2f8";}
.ion-android-share-alt:before{content:"\f3ac";}
.ion-android-star:before{content:"\f2fc";}
.ion-android-star-half:before{content:"\f3ad";}
.ion-android-star-outline:before{content:"\f3ae";}
.ion-android-stopwatch:before{content:"\f2fd";}
.ion-android-subway:before{content:"\f3af";}
.ion-android-sunny:before{content:"\f3b0";}
.ion-android-sync:before{content:"\f3b1";}
.ion-android-textsms:before{content:"\f3b2";}
.ion-android-time:before{content:"\f3b3";}
.ion-android-train:before{content:"\f3b4";}
.ion-android-unlock:before{content:"\f3b5";}
.ion-android-upload:before{content:"\f3b6";}
.ion-android-volume-down:before{content:"\f3b7";}
.ion-android-volume-mute:before{content:"\f3b8";}
.ion-android-volume-off:before{content:"\f3b9";}
.ion-android-volume-up:before{content:"\f3ba";}
.ion-android-walk:before{content:"\f3bb";}
.ion-android-warning:before{content:"\f3bc";}
.ion-android-watch:before{content:"\f3bd";}
.ion-android-wifi:before{content:"\f305";}
.ion-aperture:before{content:"\f313";}
.ion-archive:before{content:"\f102";}
.ion-arrow-down-a:before{content:"\f103";}
.ion-arrow-down-b:before{content:"\f104";}
.ion-arrow-down-c:before{content:"\f105";}
.ion-arrow-expand:before{content:"\f25e";}
.ion-arrow-graph-down-left:before{content:"\f25f";}
.ion-arrow-graph-down-right:before{content:"\f260";}
.ion-arrow-graph-up-left:before{content:"\f261";}
.ion-arrow-graph-up-right:before{content:"\f262";}
.ion-arrow-left-a:before{content:"\f106";}
.ion-arrow-left-b:before{content:"\f107";}
.ion-arrow-left-c:before{content:"\f108";}
.ion-arrow-move:before{content:"\f263";}
.ion-arrow-resize:before{content:"\f264";}
.ion-arrow-return-left:before{content:"\f265";}
.ion-arrow-return-right:before{content:"\f266";}
.ion-arrow-right-a:before{content:"\f109";}
.ion-arrow-right-b:before{content:"\f10a";}
.ion-arrow-right-c:before{content:"\f10b";}
.ion-arrow-shrink:before{content:"\f267";}
.ion-arrow-swap:before{content:"\f268";}
.ion-arrow-up-a:before{content:"\f10c";}
.ion-arrow-up-b:before{content:"\f10d";}
.ion-arrow-up-c:before{content:"\f10e";}
.ion-asterisk:before{content:"\f314";}
.ion-at:before{content:"\f10f";}
.ion-backspace:before{content:"\f3bf";}
.ion-backspace-outline:before{content:"\f3be";}
.ion-bag:before{content:"\f110";}
.ion-battery-charging:before{content:"\f111";}
.ion-battery-empty:before{content:"\f112";}
.ion-battery-full:before{content:"\f113";}
.ion-battery-half:before{content:"\f114";}
.ion-battery-low:before{content:"\f115";}
.ion-beaker:before{content:"\f269";}
.ion-beer:before{content:"\f26a";}
.ion-bluetooth:before{content:"\f116";}
.ion-bonfire:before{content:"\f315";}
.ion-bookmark:before{content:"\f26b";}
.ion-bowtie:before{content:"\f3c0";}
.ion-briefcase:before{content:"\f26c";}
.ion-bug:before{content:"\f2be";}
.ion-calculator:before{content:"\f26d";}
.ion-calendar:before{content:"\f117";}
.ion-camera:before{content:"\f118";}
.ion-card:before{content:"\f119";}
.ion-cash:before{content:"\f316";}
.ion-chatbox:before{content:"\f11b";}
.ion-chatbox-working:before{content:"\f11a";}
.ion-chatboxes:before{content:"\f11c";}
.ion-chatbubble:before{content:"\f11e";}
.ion-chatbubble-working:before{content:"\f11d";}
.ion-chatbubbles:before{content:"\f11f";}
.ion-checkmark:before{content:"\f122";}
.ion-checkmark-circled:before{content:"\f120";}
.ion-checkmark-round:before{content:"\f121";}
.ion-chevron-down:before{content:"\f123";}
.ion-chevron-left:before{content:"\f124";}
.ion-chevron-right:before{content:"\f125";}
.ion-chevron-up:before{content:"\f126";}
.ion-clipboard:before{content:"\f127";}
.ion-clock:before{content:"\f26e";}
.ion-close:before{content:"\f12a";}
.ion-close-circled:before{content:"\f128";}
.ion-close-round:before{content:"\f129";}
.ion-closed-captioning:before{content:"\f317";}
.ion-cloud:before{content:"\f12b";}
.ion-code:before{content:"\f271";}
.ion-code-download:before{content:"\f26f";}
.ion-code-working:before{content:"\f270";}
.ion-coffee:before{content:"\f272";}
.ion-compass:before{content:"\f273";}
.ion-compose:before{content:"\f12c";}
.ion-connection-bars:before{content:"\f274";}
.ion-contrast:before{content:"\f275";}
.ion-crop:before{content:"\f3c1";}
.ion-cube:before{content:"\f318";}
.ion-disc:before{content:"\f12d";}
.ion-document:before{content:"\f12f";}
.ion-document-text:before{content:"\f12e";}
.ion-drag:before{content:"\f130";}
.ion-earth:before{content:"\f276";}
.ion-easel:before{content:"\f3c2";}
.ion-edit:before{content:"\f2bf";}
.ion-egg:before{content:"\f277";}
.ion-eject:before{content:"\f131";}
.ion-email:before{content:"\f132";}
.ion-email-unread:before{content:"\f3c3";}
.ion-erlenmeyer-flask:before{content:"\f3c5";}
.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4";}
.ion-eye:before{content:"\f133";}
.ion-eye-disabled:before{content:"\f306";}
.ion-female:before{content:"\f278";}
.ion-filing:before{content:"\f134";}
.ion-film-marker:before{content:"\f135";}
.ion-fireball:before{content:"\f319";}
.ion-flag:before{content:"\f279";}
.ion-flame:before{content:"\f31a";}
.ion-flash:before{content:"\f137";}
.ion-flash-off:before{content:"\f136";}
.ion-folder:before{content:"\f139";}
.ion-fork:before{content:"\f27a";}
.ion-fork-repo:before{content:"\f2c0";}
.ion-forward:before{content:"\f13a";}
.ion-funnel:before{content:"\f31b";}
.ion-gear-a:before{content:"\f13d";}
.ion-gear-b:before{content:"\f13e";}
.ion-grid:before{content:"\f13f";}
.ion-hammer:before{content:"\f27b";}
.ion-happy:before{content:"\f31c";}
.ion-happy-outline:before{content:"\f3c6";}
.ion-headphone:before{content:"\f140";}
.ion-heart:before{content:"\f141";}
.ion-heart-broken:before{content:"\f31d";}
.ion-help:before{content:"\f143";}
.ion-help-buoy:before{content:"\f27c";}
.ion-help-circled:before{content:"\f142";}
.ion-home:before{content:"\f144";}
.ion-icecream:before{content:"\f27d";}
.ion-image:before{content:"\f147";}
.ion-images:before{content:"\f148";}
.ion-information:before{content:"\f14a";}
.ion-information-circled:before{content:"\f149";}
.ion-ionic:before{content:"\f14b";}
.ion-ios-alarm:before{content:"\f3c8";}
.ion-ios-alarm-outline:before{content:"\f3c7";}
.ion-ios-albums:before{content:"\f3ca";}
.ion-ios-albums-outline:before{content:"\f3c9";}
.ion-ios-americanfootball:before{content:"\f3cc";}
.ion-ios-americanfootball-outline:before{content:"\f3cb";}
.ion-ios-analytics:before{content:"\f3ce";}
.ion-ios-analytics-outline:before{content:"\f3cd";}
.ion-ios-arrow-back:before{content:"\f3cf";}
.ion-ios-arrow-down:before{content:"\f3d0";}
.ion-ios-arrow-forward:before{content:"\f3d1";}
.ion-ios-arrow-left:before{content:"\f3d2";}
.ion-ios-arrow-right:before{content:"\f3d3";}
.ion-ios-arrow-thin-down:before{content:"\f3d4";}
.ion-ios-arrow-thin-left:before{content:"\f3d5";}
.ion-ios-arrow-thin-right:before{content:"\f3d6";}
.ion-ios-arrow-thin-up:before{content:"\f3d7";}
.ion-ios-arrow-up:before{content:"\f3d8";}
.ion-ios-at:before{content:"\f3da";}
.ion-ios-at-outline:before{content:"\f3d9";}
.ion-ios-barcode:before{content:"\f3dc";}
.ion-ios-barcode-outline:before{content:"\f3db";}
.ion-ios-baseball:before{content:"\f3de";}
.ion-ios-baseball-outline:before{content:"\f3dd";}
.ion-ios-basketball:before{content:"\f3e0";}
.ion-ios-basketball-outline:before{content:"\f3df";}
.ion-ios-bell:before{content:"\f3e2";}
.ion-ios-bell-outline:before{content:"\f3e1";}
.ion-ios-body:before{content:"\f3e4";}
.ion-ios-body-outline:before{content:"\f3e3";}
.ion-ios-bolt:before{content:"\f3e6";}
.ion-ios-bolt-outline:before{content:"\f3e5";}
.ion-ios-book:before{content:"\f3e8";}
.ion-ios-book-outline:before{content:"\f3e7";}
.ion-ios-bookmarks:before{content:"\f3ea";}
.ion-ios-bookmarks-outline:before{content:"\f3e9";}
.ion-ios-box:before{content:"\f3ec";}
.ion-ios-box-outline:before{content:"\f3eb";}
.ion-ios-briefcase:before{content:"\f3ee";}
.ion-ios-briefcase-outline:before{content:"\f3ed";}
.ion-ios-browsers:before{content:"\f3f0";}
.ion-ios-browsers-outline:before{content:"\f3ef";}
.ion-ios-calculator:before{content:"\f3f2";}
.ion-ios-calculator-outline:before{content:"\f3f1";}
.ion-ios-calendar:before{content:"\f3f4";}
.ion-ios-calendar-outline:before{content:"\f3f3";}
.ion-ios-camera:before{content:"\f3f6";}
.ion-ios-camera-outline:before{content:"\f3f5";}
.ion-ios-cart:before{content:"\f3f8";}
.ion-ios-cart-outline:before{content:"\f3f7";}
.ion-ios-chatboxes:before{content:"\f3fa";}
.ion-ios-chatboxes-outline:before{content:"\f3f9";}
.ion-ios-chatbubble:before{content:"\f3fc";}
.ion-ios-chatbubble-outline:before{content:"\f3fb";}
.ion-ios-checkmark:before{content:"\f3ff";}
.ion-ios-checkmark-empty:before{content:"\f3fd";}
.ion-ios-checkmark-outline:before{content:"\f3fe";}
.ion-ios-circle-filled:before{content:"\f400";}
.ion-ios-circle-outline:before{content:"\f401";}
.ion-ios-clock:before{content:"\f403";}
.ion-ios-clock-outline:before{content:"\f402";}
.ion-ios-close:before{content:"\f406";}
.ion-ios-close-empty:before{content:"\f404";}
.ion-ios-close-outline:before{content:"\f405";}
.ion-ios-cloud:before{content:"\f40c";}
.ion-ios-cloud-download:before{content:"\f408";}
.ion-ios-cloud-download-outline:before{content:"\f407";}
.ion-ios-cloud-outline:before{content:"\f409";}
.ion-ios-cloud-upload:before{content:"\f40b";}
.ion-ios-cloud-upload-outline:before{content:"\f40a";}
.ion-ios-cloudy:before{content:"\f410";}
.ion-ios-cloudy-night:before{content:"\f40e";}
.ion-ios-cloudy-night-outline:before{content:"\f40d";}
.ion-ios-cloudy-outline:before{content:"\f40f";}
.ion-ios-cog:before{content:"\f412";}
.ion-ios-cog-outline:before{content:"\f411";}
.ion-ios-color-filter:before{content:"\f414";}
.ion-ios-color-filter-outline:before{content:"\f413";}
.ion-ios-color-wand:before{content:"\f416";}
.ion-ios-color-wand-outline:before{content:"\f415";}
.ion-ios-compose:before{content:"\f418";}
.ion-ios-compose-outline:before{content:"\f417";}
.ion-ios-contact:before{content:"\f41a";}
.ion-ios-contact-outline:before{content:"\f419";}
.ion-ios-copy:before{content:"\f41c";}
.ion-ios-copy-outline:before{content:"\f41b";}
.ion-ios-crop:before{content:"\f41e";}
.ion-ios-crop-strong:before{content:"\f41d";}
.ion-ios-download:before{content:"\f420";}
.ion-ios-download-outline:before{content:"\f41f";}
.ion-ios-drag:before{content:"\f421";}
.ion-ios-email:before{content:"\f423";}
.ion-ios-email-outline:before{content:"\f422";}
.ion-ios-eye:before{content:"\f425";}
.ion-ios-eye-outline:before{content:"\f424";}
.ion-ios-fastforward:before{content:"\f427";}
.ion-ios-fastforward-outline:before{content:"\f426";}
.ion-ios-filing:before{content:"\f429";}
.ion-ios-filing-outline:before{content:"\f428";}
.ion-ios-film:before{content:"\f42b";}
.ion-ios-film-outline:before{content:"\f42a";}
.ion-ios-flag:before{content:"\f42d";}
.ion-ios-flag-outline:before{content:"\f42c";}
.ion-ios-flame:before{content:"\f42f";}
.ion-ios-flame-outline:before{content:"\f42e";}
.ion-ios-flask:before{content:"\f431";}
.ion-ios-flask-outline:before{content:"\f430";}
.ion-ios-flower:before{content:"\f433";}
.ion-ios-flower-outline:before{content:"\f432";}
.ion-ios-folder:before{content:"\f435";}
.ion-ios-folder-outline:before{content:"\f434";}
.ion-ios-football:before{content:"\f437";}
.ion-ios-football-outline:before{content:"\f436";}
.ion-ios-game-controller-a:before{content:"\f439";}
.ion-ios-game-controller-a-outline:before{content:"\f438";}
.ion-ios-game-controller-b:before{content:"\f43b";}
.ion-ios-game-controller-b-outline:before{content:"\f43a";}
.ion-ios-gear:before{content:"\f43d";}
.ion-ios-gear-outline:before{content:"\f43c";}
.ion-ios-glasses:before{content:"\f43f";}
.ion-ios-glasses-outline:before{content:"\f43e";}
.ion-ios-grid-view:before{content:"\f441";}
.ion-ios-grid-view-outline:before{content:"\f440";}
.ion-ios-heart:before{content:"\f443";}
.ion-ios-heart-outline:before{content:"\f442";}
.ion-ios-help:before{content:"\f446";}
.ion-ios-help-empty:before{content:"\f444";}
.ion-ios-help-outline:before{content:"\f445";}
.ion-ios-home:before{content:"\f448";}
.ion-ios-home-outline:before{content:"\f447";}
.ion-ios-infinite:before{content:"\f44a";}
.ion-ios-infinite-outline:before{content:"\f449";}
.ion-ios-information:before{content:"\f44d";}
.ion-ios-information-empty:before{content:"\f44b";}
.ion-ios-information-outline:before{content:"\f44c";}
.ion-ios-ionic-outline:before{content:"\f44e";}
.ion-ios-keypad:before{content:"\f450";}
.ion-ios-keypad-outline:before{content:"\f44f";}
.ion-ios-lightbulb:before{content:"\f452";}
.ion-ios-lightbulb-outline:before{content:"\f451";}
.ion-ios-list:before{content:"\f454";}
.ion-ios-list-outline:before{content:"\f453";}
.ion-ios-location:before{content:"\f456";}
.ion-ios-location-outline:before{content:"\f455";}
.ion-ios-locked:before{content:"\f458";}
.ion-ios-locked-outline:before{content:"\f457";}
.ion-ios-loop:before{content:"\f45a";}
.ion-ios-loop-strong:before{content:"\f459";}
.ion-ios-medical:before{content:"\f45c";}
.ion-ios-medical-outline:before{content:"\f45b";}
.ion-ios-medkit:before{content:"\f45e";}
.ion-ios-medkit-outline:before{content:"\f45d";}
.ion-ios-mic:before{content:"\f461";}
.ion-ios-mic-off:before{content:"\f45f";}
.ion-ios-mic-outline:before{content:"\f460";}
.ion-ios-minus:before{content:"\f464";}
.ion-ios-minus-empty:before{content:"\f462";}
.ion-ios-minus-outline:before{content:"\f463";}
.ion-ios-monitor:before{content:"\f466";}
.ion-ios-monitor-outline:before{content:"\f465";}
.ion-ios-moon:before{content:"\f468";}
.ion-ios-moon-outline:before{content:"\f467";}
.ion-ios-more:before{content:"\f46a";}
.ion-ios-more-outline:before{content:"\f469";}
.ion-ios-musical-note:before{content:"\f46b";}
.ion-ios-musical-notes:before{content:"\f46c";}
.ion-ios-navigate:before{content:"\f46e";}
.ion-ios-navigate-outline:before{content:"\f46d";}
.ion-ios-nutrition:before{content:"\f470";}
.ion-ios-nutrition-outline:before{content:"\f46f";}
.ion-ios-paper:before{content:"\f472";}
.ion-ios-paper-outline:before{content:"\f471";}
.ion-ios-paperplane:before{content:"\f474";}
.ion-ios-paperplane-outline:before{content:"\f473";}
.ion-ios-partlysunny:before{content:"\f476";}
.ion-ios-partlysunny-outline:before{content:"\f475";}
.ion-ios-pause:before{content:"\f478";}
.ion-ios-pause-outline:before{content:"\f477";}
.ion-ios-paw:before{content:"\f47a";}
.ion-ios-paw-outline:before{content:"\f479";}
.ion-ios-people:before{content:"\f47c";}
.ion-ios-people-outline:before{content:"\f47b";}
.ion-ios-person:before{content:"\f47e";}
.ion-ios-person-outline:before{content:"\f47d";}
.ion-ios-personadd:before{content:"\f480";}
.ion-ios-personadd-outline:before{content:"\f47f";}
.ion-ios-photos:before{content:"\f482";}
.ion-ios-photos-outline:before{content:"\f481";}
.ion-ios-pie:before{content:"\f484";}
.ion-ios-pie-outline:before{content:"\f483";}
.ion-ios-pint:before{content:"\f486";}
.ion-ios-pint-outline:before{content:"\f485";}
.ion-ios-play:before{content:"\f488";}
.ion-ios-play-outline:before{content:"\f487";}
.ion-ios-plus:before{content:"\f48b";}
.ion-ios-plus-empty:before{content:"\f489";}
.ion-ios-plus-outline:before{content:"\f48a";}
.ion-ios-pricetag:before{content:"\f48d";}
.ion-ios-pricetag-outline:before{content:"\f48c";}
.ion-ios-pricetags:before{content:"\f48f";}
.ion-ios-pricetags-outline:before{content:"\f48e";}
.ion-ios-printer:before{content:"\f491";}
.ion-ios-printer-outline:before{content:"\f490";}
.ion-ios-pulse:before{content:"\f493";}
.ion-ios-pulse-strong:before{content:"\f492";}
.ion-ios-rainy:before{content:"\f495";}
.ion-ios-rainy-outline:before{content:"\f494";}
.ion-ios-recording:before{content:"\f497";}
.ion-ios-recording-outline:before{content:"\f496";}
.ion-ios-redo:before{content:"\f499";}
.ion-ios-redo-outline:before{content:"\f498";}
.ion-ios-refresh:before{content:"\f49c";}
.ion-ios-refresh-empty:before{content:"\f49a";}
.ion-ios-refresh-outline:before{content:"\f49b";}
.ion-ios-reload:before{content:"\f49d";}
.ion-ios-reverse-camera:before{content:"\f49f";}
.ion-ios-reverse-camera-outline:before{content:"\f49e";}
.ion-ios-rewind:before{content:"\f4a1";}
.ion-ios-rewind-outline:before{content:"\f4a0";}
.ion-ios-rose:before{content:"\f4a3";}
.ion-ios-rose-outline:before{content:"\f4a2";}
.ion-ios-search:before{content:"\f4a5";}
.ion-ios-search-strong:before{content:"\f4a4";}
.ion-ios-settings:before{content:"\f4a7";}
.ion-ios-settings-strong:before{content:"\f4a6";}
.ion-ios-shuffle:before{content:"\f4a9";}
.ion-ios-shuffle-strong:before{content:"\f4a8";}
.ion-ios-skipbackward:before{content:"\f4ab";}
.ion-ios-skipbackward-outline:before{content:"\f4aa";}
.ion-ios-skipforward:before{content:"\f4ad";}
.ion-ios-skipforward-outline:before{content:"\f4ac";}
.ion-ios-snowy:before{content:"\f4ae";}
.ion-ios-speedometer:before{content:"\f4b0";}
.ion-ios-speedometer-outline:before{content:"\f4af";}
.ion-ios-star:before{content:"\f4b3";}
.ion-ios-star-half:before{content:"\f4b1";}
.ion-ios-star-outline:before{content:"\f4b2";}
.ion-ios-stopwatch:before{content:"\f4b5";}
.ion-ios-stopwatch-outline:before{content:"\f4b4";}
.ion-ios-sunny:before{content:"\f4b7";}
.ion-ios-sunny-outline:before{content:"\f4b6";}
.ion-ios-telephone:before{content:"\f4b9";}
.ion-ios-telephone-outline:before{content:"\f4b8";}
.ion-ios-tennisball:before{content:"\f4bb";}
.ion-ios-tennisball-outline:before{content:"\f4ba";}
.ion-ios-thunderstorm:before{content:"\f4bd";}
.ion-ios-thunderstorm-outline:before{content:"\f4bc";}
.ion-ios-time:before{content:"\f4bf";}
.ion-ios-time-outline:before{content:"\f4be";}
.ion-ios-timer:before{content:"\f4c1";}
.ion-ios-timer-outline:before{content:"\f4c0";}
.ion-ios-toggle:before{content:"\f4c3";}
.ion-ios-toggle-outline:before{content:"\f4c2";}
.ion-ios-trash:before{content:"\f4c5";}
.ion-ios-trash-outline:before{content:"\f4c4";}
.ion-ios-undo:before{content:"\f4c7";}
.ion-ios-undo-outline:before{content:"\f4c6";}
.ion-ios-unlocked:before{content:"\f4c9";}
.ion-ios-unlocked-outline:before{content:"\f4c8";}
.ion-ios-upload:before{content:"\f4cb";}
.ion-ios-upload-outline:before{content:"\f4ca";}
.ion-ios-videocam:before{content:"\f4cd";}
.ion-ios-videocam-outline:before{content:"\f4cc";}
.ion-ios-volume-high:before{content:"\f4ce";}
.ion-ios-volume-low:before{content:"\f4cf";}
.ion-ios-wineglass:before{content:"\f4d1";}
.ion-ios-wineglass-outline:before{content:"\f4d0";}
.ion-ios-world:before{content:"\f4d3";}
.ion-ios-world-outline:before{content:"\f4d2";}
.ion-ipad:before{content:"\f1f9";}
.ion-iphone:before{content:"\f1fa";}
.ion-ipod:before{content:"\f1fb";}
.ion-jet:before{content:"\f295";}
.ion-key:before{content:"\f296";}
.ion-knife:before{content:"\f297";}
.ion-laptop:before{content:"\f1fc";}
.ion-leaf:before{content:"\f1fd";}
.ion-levels:before{content:"\f298";}
.ion-lightbulb:before{content:"\f299";}
.ion-link:before{content:"\f1fe";}
.ion-load-a:before{content:"\f29a";}
.ion-load-b:before{content:"\f29b";}
.ion-load-c:before{content:"\f29c";}
.ion-load-d:before{content:"\f29d";}
.ion-location:before{content:"\f1ff";}
.ion-lock-combination:before{content:"\f4d4";}
.ion-locked:before{content:"\f200";}
.ion-log-in:before{content:"\f29e";}
.ion-log-out:before{content:"\f29f";}
.ion-loop:before{content:"\f201";}
.ion-magnet:before{content:"\f2a0";}
.ion-male:before{content:"\f2a1";}
.ion-man:before{content:"\f202";}
.ion-map:before{content:"\f203";}
.ion-medkit:before{content:"\f2a2";}
.ion-merge:before{content:"\f33f";}
.ion-mic-a:before{content:"\f204";}
.ion-mic-b:before{content:"\f205";}
.ion-mic-c:before{content:"\f206";}
.ion-minus:before{content:"\f209";}
.ion-minus-circled:before{content:"\f207";}
.ion-minus-round:before{content:"\f208";}
.ion-model-s:before{content:"\f2c1";}
.ion-monitor:before{content:"\f20a";}
.ion-more:before{content:"\f20b";}
.ion-mouse:before{content:"\f340";}
.ion-music-note:before{content:"\f20c";}
.ion-navicon:before{content:"\f20e";}
.ion-navicon-round:before{content:"\f20d";}
.ion-navigate:before{content:"\f2a3";}
.ion-network:before{content:"\f341";}
.ion-no-smoking:before{content:"\f2c2";}
.ion-nuclear:before{content:"\f2a4";}
.ion-outlet:before{content:"\f342";}
.ion-paintbrush:before{content:"\f4d5";}
.ion-paintbucket:before{content:"\f4d6";}
.ion-paper-airplane:before{content:"\f2c3";}
.ion-paperclip:before{content:"\f20f";}
.ion-pause:before{content:"\f210";}
.ion-person:before{content:"\f213";}
.ion-person-add:before{content:"\f211";}
.ion-person-stalker:before{content:"\f212";}
.ion-pie-graph:before{content:"\f2a5";}
.ion-pin:before{content:"\f2a6";}
.ion-pinpoint:before{content:"\f2a7";}
.ion-pizza:before{content:"\f2a8";}
.ion-plane:before{content:"\f214";}
.ion-planet:before{content:"\f343";}
.ion-play:before{content:"\f215";}
.ion-playstation:before{content:"\f30a";}
.ion-plus:before{content:"\f218";}
.ion-plus-circled:before{content:"\f216";}
.ion-plus-round:before{content:"\f217";}
.ion-podium:before{content:"\f344";}
.ion-pound:before{content:"\f219";}
.ion-power:before{content:"\f2a9";}
.ion-pricetag:before{content:"\f2aa";}
.ion-pricetags:before{content:"\f2ab";}
.ion-printer:before{content:"\f21a";}
.ion-pull-request:before{content:"\f345";}
.ion-qr-scanner:before{content:"\f346";}
.ion-quote:before{content:"\f347";}
.ion-radio-waves:before{content:"\f2ac";}
.ion-record:before{content:"\f21b";}
.ion-refresh:before{content:"\f21c";}
.ion-reply:before{content:"\f21e";}
.ion-reply-all:before{content:"\f21d";}
.ion-ribbon-a:before{content:"\f348";}
.ion-ribbon-b:before{content:"\f349";}
.ion-sad:before{content:"\f34a";}
.ion-sad-outline:before{content:"\f4d7";}
.ion-scissors:before{content:"\f34b";}
.ion-search:before{content:"\f21f";}
.ion-settings:before{content:"\f2ad";}
.ion-share:before{content:"\f220";}
.ion-shuffle:before{content:"\f221";}
.ion-skip-backward:before{content:"\f222";}
.ion-skip-forward:before{content:"\f223";}
.ion-social-android:before{content:"\f225";}
.ion-social-android-outline:before{content:"\f224";}
.ion-social-angular:before{content:"\f4d9";}
.ion-social-angular-outline:before{content:"\f4d8";}
.ion-social-apple:before{content:"\f227";}
.ion-social-apple-outline:before{content:"\f226";}
.ion-social-bitcoin:before{content:"\f2af";}
.ion-social-bitcoin-outline:before{content:"\f2ae";}
.ion-social-buffer:before{content:"\f229";}
.ion-social-buffer-outline:before{content:"\f228";}
.ion-social-chrome:before{content:"\f4db";}
.ion-social-chrome-outline:before{content:"\f4da";}
.ion-social-codepen:before{content:"\f4dd";}
.ion-social-codepen-outline:before{content:"\f4dc";}
.ion-social-css3:before{content:"\f4df";}
.ion-social-css3-outline:before{content:"\f4de";}
.ion-social-designernews:before{content:"\f22b";}
.ion-social-designernews-outline:before{content:"\f22a";}
.ion-social-dribbble:before{content:"\f22d";}
.ion-social-dribbble-outline:before{content:"\f22c";}
.ion-social-dropbox:before{content:"\f22f";}
.ion-social-dropbox-outline:before{content:"\f22e";}
.ion-social-euro:before{content:"\f4e1";}
.ion-social-euro-outline:before{content:"\f4e0";}
.ion-social-facebook:before{content:"\f231";}
.ion-social-facebook-outline:before{content:"\f230";}
.ion-social-foursquare:before{content:"\f34d";}
.ion-social-foursquare-outline:before{content:"\f34c";}
.ion-social-freebsd-devil:before{content:"\f2c4";}
.ion-social-github:before{content:"\f233";}
.ion-social-github-outline:before{content:"\f232";}
.ion-social-google:before{content:"\f34f";}
.ion-social-google-outline:before{content:"\f34e";}
.ion-social-googleplus:before{content:"\f235";}
.ion-social-googleplus-outline:before{content:"\f234";}
.ion-social-hackernews:before{content:"\f237";}
.ion-social-hackernews-outline:before{content:"\f236";}
.ion-social-html5:before{content:"\f4e3";}
.ion-social-html5-outline:before{content:"\f4e2";}
.ion-social-instagram:before{content:"\f351";}
.ion-social-instagram-outline:before{content:"\f350";}
.ion-social-javascript:before{content:"\f4e5";}
.ion-social-javascript-outline:before{content:"\f4e4";}
.ion-social-linkedin:before{content:"\f239";}
.ion-social-linkedin-outline:before{content:"\f238";}
.ion-social-markdown:before{content:"\f4e6";}
.ion-social-nodejs:before{content:"\f4e7";}
.ion-social-octocat:before{content:"\f4e8";}
.ion-social-pinterest:before{content:"\f2b1";}
.ion-social-pinterest-outline:before{content:"\f2b0";}
.ion-social-python:before{content:"\f4e9";}
.ion-social-reddit:before{content:"\f23b";}
.ion-social-reddit-outline:before{content:"\f23a";}
.ion-social-rss:before{content:"\f23d";}
.ion-social-rss-outline:before{content:"\f23c";}
.ion-social-sass:before{content:"\f4ea";}
.ion-social-skype:before{content:"\f23f";}
.ion-social-skype-outline:before{content:"\f23e";}
.ion-social-snapchat:before{content:"\f4ec";}
.ion-social-snapchat-outline:before{content:"\f4eb";}
.ion-social-tumblr:before{content:"\f241";}
.ion-social-tumblr-outline:before{content:"\f240";}
.ion-social-tux:before{content:"\f2c5";}
.ion-social-twitch:before{content:"\f4ee";}
.ion-social-twitch-outline:before{content:"\f4ed";}
.ion-social-twitter:before{content:"\f243";}
.ion-social-twitter-outline:before{content:"\f242";}
.ion-social-usd:before{content:"\f353";}
.ion-social-usd-outline:before{content:"\f352";}
.ion-social-vimeo:before{content:"\f245";}
.ion-social-vimeo-outline:before{content:"\f244";}
.ion-social-whatsapp:before{content:"\f4f0";}
.ion-social-whatsapp-outline:before{content:"\f4ef";}
.ion-social-windows:before{content:"\f247";}
.ion-social-windows-outline:before{content:"\f246";}
.ion-social-wordpress:before{content:"\f249";}
.ion-social-wordpress-outline:before{content:"\f248";}
.ion-social-yahoo:before{content:"\f24b";}
.ion-social-yahoo-outline:before{content:"\f24a";}
.ion-social-yen:before{content:"\f4f2";}
.ion-social-yen-outline:before{content:"\f4f1";}
.ion-social-youtube:before{content:"\f24d";}
.ion-social-youtube-outline:before{content:"\f24c";}
.ion-soup-can:before{content:"\f4f4";}
.ion-soup-can-outline:before{content:"\f4f3";}
.ion-speakerphone:before{content:"\f2b2";}
.ion-speedometer:before{content:"\f2b3";}
.ion-spoon:before{content:"\f2b4";}
.ion-star:before{content:"\f24e";}
.ion-stats-bars:before{content:"\f2b5";}
.ion-steam:before{content:"\f30b";}
.ion-stop:before{content:"\f24f";}
.ion-thermometer:before{content:"\f2b6";}
.ion-thumbsdown:before{content:"\f250";}
.ion-thumbsup:before{content:"\f251";}
.ion-toggle:before{content:"\f355";}
.ion-toggle-filled:before{content:"\f354";}
.ion-transgender:before{content:"\f4f5";}
.ion-trash-a:before{content:"\f252";}
.ion-trash-b:before{content:"\f253";}
.ion-trophy:before{content:"\f356";}
.ion-tshirt:before{content:"\f4f7";}
.ion-tshirt-outline:before{content:"\f4f6";}
.ion-umbrella:before{content:"\f2b7";}
.ion-university:before{content:"\f357";}
.ion-unlocked:before{content:"\f254";}
.ion-upload:before{content:"\f255";}
.ion-usb:before{content:"\f2b8";}
.ion-videocamera:before{content:"\f256";}
.ion-volume-high:before{content:"\f257";}
.ion-volume-low:before{content:"\f258";}
.ion-volume-medium:before{content:"\f259";}
.ion-volume-mute:before{content:"\f25a";}
.ion-wand:before{content:"\f358";}
.ion-waterdrop:before{content:"\f25b";}
.ion-wifi:before{content:"\f25c";}
.ion-wineglass:before{content:"\f2b9";}
.ion-woman:before{content:"\f25d";}
.ion-wrench:before{content:"\f2ba";}
.ion-xbox:before{content:"\f30c";}@font-face{
    font-family:"iconcart";
    src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/font-icon-cart/Flaticon.eot);
    src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/font-icon-cart/Flaticon.eot?#iefix) format("embedded-opentype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/font-icon-cart/Flaticon.woff2) format("woff2"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/font-icon-cart/Flaticon.woff) format("woff"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/font-icon-cart/Flaticon.ttf) format("truetype"),url(../../frontend/Alothemes/dimita2/en_GB/fonts/font-icon-cart/Flaticon.svg#Flaticon) format("svg");
    font-weight:400;
    font-style:normal;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0){
    @font-face{
      font-family:Flaticon;
      src:url(../../frontend/Alothemes/dimita2/en_GB/fonts/font-icon-cart/Flaticon.svg#Flaticon) format("svg");
    }
  }
  
  [class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before{   
    font-family:Flaticon;
          font-size:20px;
  font-style:normal;
  margin-left:20px;
  }
  
  .flaticon-phone:before{ content:"\f100"; }
  .flaticon-user:before{ content:"\f101"; }
  .flaticon-bag:before{ content:"\f102"; }@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);-ms-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);-ms-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);-ms-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);-ms-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);-ms-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);-ms-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);-ms-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);-ms-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);-ms-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}@keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);-ms-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);-ms-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);-ms-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);-ms-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);-ms-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);-ms-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);-ms-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}/** 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
}
form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

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

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

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

.indent {
    margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
