@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
/* The above import directives are aggregated from content. */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #212529;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.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: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/**
 * Copyright 2015 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.prices-tier,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-wishlist-management .wishlist-select-items > li,
.order-details-items .items-qty > li,
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button: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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.paypal-button-widget .paypal-button,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #000000;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.paypal-button-widget .paypal-button:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.paypal-button-widget .paypal-button:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.paypal-button-widget .paypal-button:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.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),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
  color: #d8372d;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .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,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .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,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
#store-selector .form-continue .actions-toolbar .action.primary,
.multicheckout .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.multicheckout .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.cart.table-wrapper .item-options dt {
  float: left;
  clear: left;
  margin: 0 11px 0 0;
}
.multicheckout .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.rtl-layout .multicheckout .item-options dt,
.rtl-layout .block-giftregistry-shared-items .product .item-options dt,
.rtl-layout .cart.table-wrapper .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 5.5px 11px;
}
.multicheckout .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.cart.table-wrapper .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5.5px;
}
.rtl-layout .multicheckout .item-options dd,
.rtl-layout .block-giftregistry-shared-items .product .item-options dd,
.rtl-layout .cart.table-wrapper .item-options dd {
  float: right;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 60px;
  text-align: center;
}
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: "\e935";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before {
  color: #999;
}
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 33px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 33px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.account-nav .title,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.products-grid.wishlist .product-item .comment-box .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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 5.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: "\f3d0";
  font-family: 'mbicon';
  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: 'mbicon';
  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 5.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;
}
.abs-toggling-title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 15px 10px;
  display: block;
  text-decoration: none;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 22px;
  top: 11px;
}
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 0 20px;
  position: relative;
  font-size: 1.4rem;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: "\e939";
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 27.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  color: #000000;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price {
  font-weight: 500;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .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,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .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,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .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,
.paypal-review .table-paypal-review-items .cart-tax-total,
.order-details-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 11px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: "\e939";
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 22px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 27.5px;
  padding-bottom: 5.5px;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.rtl-layout .review-ratings .rating-label,
.rtl-layout .customer-review .review-details .customer-review-rating .rating-label {
  padding-right: 0;
  padding-left: 27.5px;
}
.magento-payments-review .block .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .block-title .action.edit,
.magento-payments-review .block .block-title .action.view,
.multicheckout .block-title .action.edit,
.multicheckout .block-title .action.view,
.paypal-review .block .block-title .action.edit,
.paypal-review .block .block-title .action.view,
.account .column.main .block:not(.widget) .block-title .action.edit,
.account .column.main .block:not(.widget) .block-title .action.view,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view {
  float: right;
  position: relative;
}
.magento-payments-review .block .block-title .action.edit:after,
.magento-payments-review .block .block-title .action.view:after,
.multicheckout .block-title .action.edit:after,
.multicheckout .block-title .action.view:after,
.paypal-review .block .block-title .action.edit:after,
.paypal-review .block .block-title .action.view:after,
.account .column.main .block:not(.widget) .block-title .action.edit:after,
.account .column.main .block:not(.widget) .block-title .action.view:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:after,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit:after,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9be";
  font-size: 12px;
  margin-left: 5.5px;
  line-height: 18px;
  vertical-align: middle;
}
.magento-payments-review .block .block-title .action.view:after,
.multicheckout .block-title .action.view:after,
.paypal-review .block .block-title .action.view:after,
.account .column.main .block:not(.widget) .block-title .action.view:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:after,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6a5";
  font-size: 12px;
}
.magento-payments-review .block .block-title strong,
.multicheckout .block-title strong,
.paypal-review .block .block-title strong,
.account .column.main .block:not(.widget) .block-title strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
.sales-guest-view .column.main .block:not(.widget) .block-title strong {
  font-weight: 500;
}
.magento-payments-review .block .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 11px;
}
.magento-payments-review .block .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 500;
}
.magento-payments-review .block .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 11px;
}
.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: "\e936";
  font-family: 'mbicon';
  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: 5.5px;
}
.abs-sidebar-totals .table-caption,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.no-display,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status {
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 11px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 11px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.block-giftregistry-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-reorder .block-title,
.block-wishlist .block-title {
  margin: 0 0 22px;
}
.block-cart-failed {
  margin-bottom: 22px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear {
  display: none;
}
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form-giftregistry-edit .field.date input {
  margin-right: 11px;
  width: calc(100% - (23px + 11px));
}
.field .control._with-tooltip {
  position: relative;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -11px;
  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: 11px;
  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: #666666;
}
.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-block-shipping-information .shipping-information-title,
.checkout-agreements-items .checkout-agreements-item-title {
  color: #000000;
  font-family: Work Sans;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.rtl-layout .cart-totals tbody .amount,
.rtl-layout .cart-totals tfoot .amount,
.rtl-layout .opc-block-summary .table-totals tbody .amount,
.rtl-layout .opc-block-summary .table-totals tfoot .amount {
  padding: 6px 14px 6px 0;
  text-align: left;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 500;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #d1d1d1;
  font-size: 1.8rem;
  padding-right: 11px;
}
.rtl-layout .cart-totals .grand .mark,
.rtl-layout .opc-block-summary .table-totals .grand .mark {
  padding-right: 0;
  padding-left: 11px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #d1d1d1;
  font-size: 1.8rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 11px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #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: 22px;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e939";
}
.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;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  padding-top: 66px;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #000000;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
.items {
  list-style: none;
  padding: 0;
}
.page-title {
  text-transform: capitalize;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 10px 0;
}
.catalog-category-view .page-title {
  text-align: right;
}
.table-wrapper {
  margin-bottom: 22px;
}
th.col,
td.col {
  width: auto;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px;
}
.table tfoot > tr:last-child th,
.table tfoot > tr:last-child td {
  padding-bottom: 15px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
@media (max-width: 767px) {
  .table-wrapper {
    border-top: 1px solid #d1d1d1;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper.additional-attributes-wrapper {
    border-top: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 500;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: right;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tbody tr td {
    padding: 3px 10px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
    background-color: transparent;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .account .table > tbody > tr > th,
  .account .table > tbody > tr > td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: auto;
  }
}
@media print {
  .container {
    max-width: 100% !important;
  }
  .col-12 {
    width: 100% !important;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td,
  .table-wrapper table th {
    width: auto;
  }
  .table-wrapper table .col {
    width: auto !important;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: none;
  }
  .block-order-details-view .box {
    width: 25% !important;
    float: left !important;
  }
}
.message.info {
  margin: 0;
  padding: 10px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #000;
  padding-left: 30px;
  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: 20px;
  line-height: 20px;
  color: #00b6ff;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 30px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0;
  padding: 10px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #e02b27;
  padding-left: 30px;
  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: 20px;
  line-height: 20px;
  color: #e02b27;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 30px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0;
  padding: 10px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #000;
  padding-left: 30px;
  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: 20px;
  line-height: 20px;
  color: #00b6ff;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 30px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0;
  padding: 10px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #000;
  padding-left: 30px;
  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: 20px;
  line-height: 20px;
  color: #00b6ff;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 30px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0;
  padding: 10px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 30px;
  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: 20px;
  line-height: 20px;
  color: #006400;
  content: "\e959";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 30px;
  position: absolute;
  text-align: center;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 11px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
div.ui-tooltip.ui-widget {
  position: absolute;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  background: #333333;
  border-radius: 3px;
  color: #ffffff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 4px solid #333333;
  padding: 0;
  box-shadow: none;
}
div.ui-tooltip.ui-widget > div {
  padding: 2px 5px;
  font-size: 1.2rem;
}
div.ui-tooltip.ui-widget:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #333333;
  margin-left: -14px;
  border-top-width: 10px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
}
div.ui-tooltip.ui-widget.in {
  opacity: 1;
  -webkit-transform: translate3d(0px, 16px, 0px);
  transform: translate3d(0px, 16px, 0px);
}
.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/MageBig/martfury_layout04/en_US/images/loader-1.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 {
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #d8372d;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
.loading-mask .loader > img {
  display: none !important;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 1000000;
}
._block-content-loading {
  position: relative;
}
.loading-mask[data-role='main-css-loader'] {
  background: #fff !important;
  animation: 0.1s hideLoading;
  animation-fill-mode: forwards;
}
@keyframes hideLoading {
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fieldset {
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 15px;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.fieldset > .field .label,
.fieldset > .fields > .field .label {
  font-weight: 500;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 11px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5.5px;
}
.fieldset.info > div.legend {
  float: none !important;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 11px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 11px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url('../../frontend/MageBig/martfury_layout04/en_US/images/select-bg.svg') no-repeat 100% 46%;
  background-size: 30px 60px;
  border: 1px solid #d1d1d1;
  height: 42px;
  padding-right: 25px;
  border-radius: 3px;
  font-size: 16px;
  max-width: 100%;
  padding-left: 8px;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 8px;
}
select.multiselect {
  background: #ffffff;
  min-height: 60px;
  max-height: 150px;
  padding: 8px;
}
input.input-text {
  height: 42px;
  width: 100%;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 16px;
}
textarea {
  border-radius: 3px;
}
.field {
  position: relative;
}
.field > input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.field > input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  font-weight: normal !important;
}
.field > input[type="checkbox"] + label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.field > input[type="checkbox"]:checked + label:after {
  content: '\e934';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 0;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  border: 1px solid #000000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.field > input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.field > input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  font-weight: normal !important;
  line-height: 20px;
}
.field > input[type="radio"] + label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  border-radius: 50%;
  font-size: 16px;
}
.field > input[type="radio"]:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin: -4px 0 0;
  left: 4px;
  border: 1px solid #000000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #000000;
}
.field .control {
  position: relative;
}
.swatch-attribute {
  position: relative;
}
.swatch-attribute div.mage-error {
  right: 50%;
  margin-right: -80px;
  margin-bottom: -14px;
}
.layout-rtl .swatch-attribute div.mage-error {
  right: auto;
  left: 50%;
  margin-left: -80px;
  margin-right: 0;
}
.field-error,
.field-notice,
div.mage-error {
  margin-bottom: 10px;
  color: red;
  font-size: 1.3rem !important;
  position: absolute;
  bottom: 100%;
  right: 0;
  max-width: 260px;
  border: none !important;
  padding: 5px 8px;
  border-radius: 3px;
  background: #fff;
  line-height: 1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.field-error:after,
.field-notice:after,
div.mage-error:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -2px;
  bottom: -7px;
  left: 20%;
  border: 4px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.layout-rtl .field-error:after,
.layout-rtl .field-notice:after,
.layout-rtl div.mage-error:after {
  left: auto;
  right: 20%;
}
.layout-rtl .field-error,
.layout-rtl .field-notice,
.layout-rtl div.mage-error {
  right: auto;
  left: 0;
}
#qty-error {
  position: absolute;
  bottom: 100%;
  width: 500px;
  margin-bottom: 14px;
  text-align: left;
}
.product-options-wrapper select,
.product-options-wrapper .input-text,
.product-options-wrapper textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: "\e789";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 22px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.mbi,
.sidebar .close-expanded {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mbi-paint-roller:before {
  content: "\e620";
}
.mbi-palette:before {
  content: "\e626";
}
.mbi-color-sampler:before {
  content: "\e627";
}
.mbi-wind:before {
  content: "\e643";
}
.mbi-fan:before {
  content: "\e644";
}
.mbi-shovel:before {
  content: "\e67b";
}
.mbi-drawers:before {
  content: "\e6a2";
}
.mbi-drawers2:before {
  content: "\e6a3";
}
.mbi-drawers3:before {
  content: "\e6a4";
}
.mbi-clipboard-user:before {
  content: "\e6d0";
}
.mbi-register:before {
  content: "\e6d1";
}
.mbi-exit:before {
  content: "\e6d3";
}
.mbi-papers:before {
  content: "\e6d4";
}
.mbi-news:before {
  content: "\e6d5";
}
.mbi-podium:before {
  content: "\e6e1";
}
.mbi-music-note:before {
  content: "\e6e4";
}
.mbi-music-note2:before {
  content: "\e6e5";
}
.mbi-guitar:before {
  content: "\e6e9";
}
.mbi-headphones:before {
  content: "\e6ef";
}
.mbi-bookmark:before {
  content: "\e715";
}
.mbi-library:before {
  content: "\e718";
}
.mbi-baby-bottle:before {
  content: "\e72c";
}
.mbi-bow-tie:before {
  content: "\e738";
}
.mbi-tie:before {
  content: "\e739";
}
.mbi-socks:before {
  content: "\e73a";
}
.mbi-shoes:before {
  content: "\e73c";
}
.mbi-hat:before {
  content: "\e73d";
}
.mbi-pants:before {
  content: "\e73e";
}
.mbi-shorts:before {
  content: "\e73f";
}
.mbi-flip-flops:before {
  content: "\e740";
}
.mbi-shirt:before {
  content: "\e741";
}
.mbi-hanger:before {
  content: "\e742";
}
.mbi-laundry:before {
  content: "\e743";
}
.mbi-vault:before {
  content: "\e769";
}
.mbi-tablet:before {
  content: "\e7ab";
}
.mbi-laptop:before {
  content: "\e7ad";
}
.mbi-laptop-phone:before {
  content: "\e7ae";
}
.mbi-cable:before {
  content: "\e7b3";
}
.mbi-tv:before {
  content: "\e7b5";
}
.mbi-remote-control:before {
  content: "\e7b7";
}
.mbi-lamp:before {
  content: "\e7bc";
}
.mbi-lampshade:before {
  content: "\e7be";
}
.mbi-heart-pulse1:before {
  content: "\e7e9";
}
.mbi-thermometer:before {
  content: "\e7f0";
}
.mbi-beaker:before {
  content: "\e7f3";
}
.mbi-bone:before {
  content: "\e7f5";
}
.mbi-diamond2:before {
  content: "\e807";
}
.mbi-teacup:before {
  content: "\e80b";
}
.mbi-teapot:before {
  content: "\e80c";
}
.mbi-chef:before {
  content: "\e813";
}
.mbi-egg:before {
  content: "\e815";
}
.mbi-egg2:before {
  content: "\e816";
}
.mbi-platter:before {
  content: "\e818";
}
.mbi-steak:before {
  content: "\e819";
}
.mbi-hamburger:before {
  content: "\e81a";
}
.mbi-hotdog:before {
  content: "\e81b";
}
.mbi-pizza:before {
  content: "\e81c";
}
.mbi-sausage:before {
  content: "\e81d";
}
.mbi-fish:before {
  content: "\e81f";
}
.mbi-carrot:before {
  content: "\e820";
}
.mbi-cheese:before {
  content: "\e821";
}
.mbi-bread:before {
  content: "\e822";
}
.mbi-ice-cream:before {
  content: "\e823";
}
.mbi-candy:before {
  content: "\e825";
}
.mbi-lollipop:before {
  content: "\e826";
}
.mbi-cherry:before {
  content: "\e829";
}
.mbi-grapes:before {
  content: "\e82a";
}
.mbi-pine-tree:before {
  content: "\e82f";
}
.mbi-paw:before {
  content: "\e832";
}
.mbi-car-wash2:before {
  content: "\e84c";
}
.mbi-boat:before {
  content: "\e85e";
}
.mbi-dumbbell:before {
  content: "\e861";
}
.mbi-swim:before {
  content: "\e863";
}
.mbi-football:before {
  content: "\e864";
}
.mbi-baseball-bat:before {
  content: "\e865";
}
.mbi-baseball:before {
  content: "\e866";
}
.mbi-tennis:before {
  content: "\e867";
}
.mbi-tennis2:before {
  content: "\e868";
}
.mbi-ping-pong:before {
  content: "\e869";
}
.mbi-hockey:before {
  content: "\e86a";
}
.mbi-8ball:before {
  content: "\e86b";
}
.mbi-bowling-pins:before {
  content: "\e86d";
}
.mbi-golf2:before {
  content: "\e86f";
}
.mbi-christmas:before {
  content: "\e8a5";
}
.mbi-easter-egg:before {
  content: "\e8a6";
}
.mbi-pencil2:before {
  content: "\e032";
}
.mbi-home3:before {
  content: "\e602";
}
.mbi-home5:before {
  content: "\e604";
}
.mbi-pencil:before {
  content: "\e60d";
}
.mbi-pencil5:before {
  content: "\e613";
}
.mbi-cog:before {
  content: "\e672";
}
.mbi-trash2:before {
  content: "\e681";
}
.mbi-heart:before {
  content: "\e68c";
}
.mbi-star:before {
  content: "\e68d";
}
.mbi-star-empty:before {
  content: "\e68f";
}
.mbi-flag2:before {
  content: "\e691";
}
.mbi-at-sign:before {
  content: "\e695";
}
.mbi-envelope:before {
  content: "\e696";
}
.mbi-envelope-open:before {
  content: "\e697";
}
.mbi-paper-plane:before {
  content: "\e699";
}
.mbi-eye:before {
  content: "\e6a5";
}
.mbi-eye-crossed:before {
  content: "\e6a6";
}
.mbi-printer:before {
  content: "\e6b1";
}
.mbi-presentation:before {
  content: "\e6f6";
}
.mbi-film-play:before {
  content: "\e6f8";
}
.mbi-clapboard-play:before {
  content: "\e6f9";
}
.mbi-camera2:before {
  content: "\e704";
}
.mbi-picture:before {
  content: "\e70e";
}
.mbi-picture3:before {
  content: "\e710";
}
.mbi-bookmark2:before {
  content: "\e716";
}
.mbi-label:before {
  content: "\e717";
}
.mbi-profile:before {
  content: "\e71b";
}
.mbi-user:before {
  content: "\e71e";
}
.mbi-store:before {
  content: "\e744";
}
.mbi-store-24:before {
  content: "\e746";
}
.mbi-bag2:before {
  content: "\e74c";
}
.mbi-cart:before {
  content: "\e74d";
}
.mbi-cart-empty:before {
  content: "\e74e";
}
.mbi-tag:before {
  content: "\e755";
}
.mbi-tags:before {
  content: "\e756";
}
.mbi-credit-card2:before {
  content: "\e759";
}
.mbi-telephone:before {
  content: "\e76a";
}
.mbi-phone-wave:before {
  content: "\e76c";
}
.mbi-phone-outgoing:before {
  content: "\e76e";
}
.mbi-telephone2:before {
  content: "\e777";
}
.mbi-pushpin:before {
  content: "\e778";
}
.mbi-map-marker:before {
  content: "\e77a";
}
.mbi-location:before {
  content: "\e783";
}
.mbi-calendar-empty:before {
  content: "\e785";
}
.mbi-calendar-check:before {
  content: "\e786";
}
.mbi-calendar-cross:before {
  content: "\e787";
}
.mbi-calendar-31:before {
  content: "\e788";
}
.mbi-calendar-full:before {
  content: "\e789";
}
.mbi-calendar-user:before {
  content: "\e78c";
}
.mbi-screen:before {
  content: "\e798";
}
.mbi-phone:before {
  content: "\e7a5";
}
.mbi-power:before {
  content: "\e7b9";
}
.mbi-bubble:before {
  content: "\e7d6";
}
.mbi-bubbles:before {
  content: "\e7d7";
}
.mbi-bubble-question:before {
  content: "\e7da";
}
.mbi-heart-pulse:before {
  content: "\e7e8";
}
.mbi-pie-chart:before {
  content: "\e7f8";
}
.mbi-graph:before {
  content: "\e7fa";
}
.mbi-chart-growth:before {
  content: "\e7fb";
}
.mbi-chart-bars:before {
  content: "\e7fc";
}
.mbi-gift:before {
  content: "\e7ff";
}
.mbi-diamond:before {
  content: "\e806";
}
.mbi-diamond4:before {
  content: "\e809";
}
.mbi-rocket:before {
  content: "\e837";
}
.mbi-car:before {
  content: "\e84a";
}
.mbi-truck:before {
  content: "\e857";
}
.mbi-icons2:before {
  content: "\e880";
}
.mbi-alarm:before {
  content: "\e8aa";
}
.mbi-alarm-ringing:before {
  content: "\e8ad";
}
.mbi-volume-high:before {
  content: "\e8b0";
}
.mbi-volume-medium:before {
  content: "\e8b1";
}
.mbi-volume-low:before {
  content: "\e8b2";
}
.mbi-volume:before {
  content: "\e8b3";
}
.mbi-mute:before {
  content: "\e8b4";
}
.mbi-loading:before {
  content: "\e8d0";
}
.mbi-undo2:before {
  content: "\e8d8";
}
.mbi-redo2:before {
  content: "\e8d9";
}
.mbi-sync2:before {
  content: "\e8dd";
}
.mbi-clock3:before {
  content: "\e8e8";
}
.mbi-watch:before {
  content: "\e8e9";
}
.mbi-alarm2:before {
  content: "\e8ea";
}
.mbi-download:before {
  content: "\e8f3";
}
.mbi-download2:before {
  content: "\e8f5";
}
.mbi-upload2:before {
  content: "\e8f6";
}
.mbi-exit-left:before {
  content: "\e8fd";
}
.mbi-exit-right:before {
  content: "\e8fe";
}
.mbi-enter-right2:before {
  content: "\e903";
}
.mbi-exit-left2:before {
  content: "\e907";
}
.mbi-link2:before {
  content: "\e917";
}
.mbi-unlink2:before {
  content: "\e918";
}
.mbi-thumbs-up:before {
  content: "\e919";
}
.mbi-share2:before {
  content: "\e920";
}
.mbi-magnifier:before {
  content: "\e922";
}
.mbi-zoom-in:before {
  content: "\e925";
}
.mbi-zoom-out:before {
  content: "\e926";
}
.mbi-loupe:before {
  content: "\e927";
}
.mbi-cross:before {
  content: "\e92a";
}
.mbi-menu:before {
  content: "\e92b";
}
.mbi-list:before {
  content: "\e92c";
}
.mbi-list2:before {
  content: "\e92d";
}
.mbi-list3:before {
  content: "\e92e";
}
.mbi-list4:before {
  content: "\e930";
}
.mbi-menu3:before {
  content: "\e931";
}
.mbi-check:before {
  content: "\e934";
}
.mbi-cross2:before {
  content: "\e935";
}
.mbi-plus:before {
  content: "\e936";
}
.mbi-minus:before {
  content: "\e937";
}
.mbi-chevron-up:before {
  content: "\e939";
}
.mbi-chevron-down:before {
  content: "\e93a";
}
.mbi-chevron-left:before {
  content: "\e93b";
}
.mbi-chevron-right:before {
  content: "\e93c";
}
.mbi-arrow-up:before {
  content: "\e941";
}
.mbi-arrow-down:before {
  content: "\e942";
}
.mbi-arrow-left:before {
  content: "\e943";
}
.mbi-arrow-right:before {
  content: "\e944";
}
.mbi-arrow-up-right:before {
  content: "\e945";
}
.mbi-expand:before {
  content: "\e94a";
}
.mbi-contract:before {
  content: "\e94b";
}
.mbi-expand2:before {
  content: "\e94c";
}
.mbi-contract2:before {
  content: "\e94d";
}
.mbi-tab:before {
  content: "\e94f";
}
.mbi-notification:before {
  content: "\e954";
}
.mbi-warning:before {
  content: "\e955";
}
.mbi-checkmark-circle:before {
  content: "\e959";
}
.mbi-play-circle:before {
  content: "\e96a";
}
.mbi-pause-circle:before {
  content: "\e96b";
}
.mbi-grid:before {
  content: "\e975";
}
.mbi-layers:before {
  content: "\e977";
}
.mbi-funnel:before {
  content: "\e97c";
}
.mbi-check-square:before {
  content: "\e999";
}
.mbi-menu-square:before {
  content: "\e99b";
}
.mbi-sort-alpha-asc:before {
  content: "\e9b5";
}
.mbi-sort-alpha-desc:before {
  content: "\e9b6";
}
.mbi-sort-amount-asc:before {
  content: "\e9b9";
}
.mbi-sort-amount-desc:before {
  content: "\e9ba";
}
.mbi-pencil-line:before {
  content: "\e9be";
}
.mbi-pointer-right:before {
  content: "\e9c1";
}
.mbi-ellipsis:before {
  content: "\e9e9";
}
.mbi-vk:before {
  content: "\e900";
}
.mbi-foursquare:before {
  content: "\e901";
}
.mbi-yahoo:before {
  content: "\e902";
}
.mbi-google:before {
  content: "\e904";
}
.mbi-amazon:before {
  content: "\e905";
}
.mbi-facebook-square:before {
  content: "\f082";
}
.mbi-twitter:before {
  content: "\f099";
}
.mbi-facebook:before {
  content: "\f09a";
}
.mbi-github:before {
  content: "\f09b";
}
.mbi-credit-card:before {
  content: "\f09d";
}
.mbi-pinterest:before {
  content: "\f0d2";
}
.mbi-google-plus:before {
  content: "\f0d5";
}
.mbi-money:before {
  content: "\f0d6";
}
.mbi-linkedin:before {
  content: "\f0e1";
}
.mbi-youtube:before {
  content: "\f167";
}
.mbi-instagram:before {
  content: "\f16d";
}
.mbi-apple:before {
  content: "\f179";
}
.mbi-android:before {
  content: "\f17b";
}
.mbi-dribbble:before {
  content: "\f17d";
}
.mbi-skype:before {
  content: "\f17e";
}
.mbi-io-add:before {
  content: "\f2c7";
}
.mbi-io-done:before {
  content: "\f383";
}
.mbi-more-vertical:before {
  content: "\f397";
}
.mbi-io-remove:before {
  content: "\f2f4";
}
.mbi-ios-arrow-down:before {
  content: "\f3d0";
}
.mbi-ios-arrow-left:before {
  content: "\f3d2";
}
.mbi-ios-arrow-right:before {
  content: "\f3d3";
}
.mbi-ios-arrow-up:before {
  content: "\f3d8";
}
.mbi-checkmark-outline:before {
  content: "\f3fe";
}
.mbi-checkmark:before {
  content: "\f3ff";
}
.mbi-circle-filled:before {
  content: "\f400";
}
.mbi-circle-outline:before {
  content: "\f401";
}
.mbi-contact-outline:before {
  content: "\f419";
}
.mbi-star-outline:before {
  content: "\f4b2";
}
.mbi-star2:before {
  content: "\f4b3";
}
.mbi-load-c:before {
  content: "\f29c";
}
.mbi-social-rss:before {
  content: "\f23d";
}
.action.tocart.disabled {
  pointer-events: none;
}
.action.tocart.disabled .mbi {
  position: relative;
}
.action.tocart.disabled .mbi:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dashed #d8372d;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
.minicart-wrapper .loading-mask {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dashed #d8372d;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  background: #ffffff;
}
.minicart-wrapper .loading-mask .loader {
  display: none;
}
.widget-product .owl-carousel:after,
.product-image-photo.swatch-option-loading,
div.social-login-ajax-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #d8372d;
  border-radius: 100%;
  z-index: 201;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
.product-image-photo.swatch-option-loading {
  content: '';
}
.captcha.refreshing .reload {
  pointer-events: none;
}
.captcha.refreshing .reload .mbi {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
.reload.captcha-reload {
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 30px;
  vertical-align: top;
}
.reload.captcha-reload .mbi {
  line-height: inherit;
  display: block;
}
div.social-login-ajax-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
a.action.continue,
a.action.primary {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}
a.action.continue:hover,
a.action.primary:hover,
a.action.continue:active,
a.action.primary:active,
a.action.continue:focus,
a.action.primary:focus {
  text-decoration: none;
}
.action.button,
.action.continue,
.action.update,
.action.clear {
  vertical-align: top;
  margin-bottom: 5px;
  border: 1px solid #d8372d;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px 15px;
  color: #000000;
}
.action.button:hover,
.action.continue:hover,
.action.update:hover,
.action.clear:hover {
  color: #d8372d;
}
.action.primary,
.action.secondary {
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  padding: 5px 15px;
  min-width: 120px;
  background-color: #d8372d;
  border: 1px solid #d8372d;
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  text-align: center;
  transition: color 500ms ease, background-color 500ms ease, border-color 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.action.primary:hover,
.action.secondary:hover {
  background-color: #ffffff;
  color: #000000;
}
#go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
#go-top a {
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: capitalize;
  display: inline-block;
  font-size: 26px;
  padding: 0 2px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  line-height: 1;
}
#go-top a i {
  display: inline-block;
}
.action.back,
.action.print,
.action.track,
.action.edit,
.action.view,
.action.change-password {
  color: inherit;
  font-size: 1.5rem;
}
.action.back:hover,
.action.print:hover,
.action.track:hover,
.action.edit:hover,
.action.view:hover,
.action.change-password:hover {
  color: #d8372d;
}
.action.edit + .change-password {
  float: right;
}
.action.back {
  margin-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
}
.popup-authentication .modal-popup .modal-inner-wrap {
  max-width: 500px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-size: 20px;
  line-height: 20px;
}
.table-wrapper tbody {
  font-size: 1.5rem;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #d1d1d1;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5.5px;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-bottom: 0px solid #d1d1d1;
  border-left: 0px solid #d1d1d1;
  border-right: 0px solid #d1d1d1;
  border-top: 0px solid #d1d1d1;
  height: 44px;
  padding: 0px 22px 0px 22px;
  font-weight: 500;
  line-height: 44px;
  font-size: 2rem;
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333;
  text-decoration: none;
  padding-bottom: 0px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 0px solid #d1d1d1;
  margin: 0 0 5.5px;
  padding: 22px 22px 22px 22px;
}
.product.data.items .item.title a {
  position: relative;
  color: #999 !important;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 22px;
  top: 0px;
}
.product.data.items .item.title.opened a:after {
  content: "\e939";
}
.product.data.items .item.title.opened > .switch {
  color: #000 !important;
}
.product.data.items .table-wrapper {
  margin: 0;
}
@media (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #ccc;
    top: 51px;
    left: 0;
    width: 100%;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 500;
    line-height: 50px;
    font-size: 2rem;
    color: #999999;
    text-decoration: none;
    background: #ffffff;
    border: 0px solid #d1d1d1;
    border-bottom: none;
    height: 50px;
    padding: 0px 15px 0px 15px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #999999;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #999999;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 0px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 50px;
    padding: 22px 22px 22px 22px;
    border: 0px solid #d1d1d1;
  }
  .product.data.items .item.title > .switch {
    position: relative;
    text-transform: capitalize;
  }
  .product.data.items .item.title > .switch:before,
  .product.data.items .item.title > .switch:after {
    content: '';
    position: absolute;
    bottom: -2px;
    top: auto;
    right: auto;
    left: 50%;
    height: 3px;
    background: #d8372d;
    width: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .product.data.items .item.title > .switch:after {
    right: 50%;
    left: auto;
  }
  .product.data.items .item.title > .switch:hover:before,
  .product.data.items .item.title > .switch:hover:after {
    width: 50%;
  }
  .product.data.items .item.title.opened a:before,
  .product.data.items .item.title.opened a:after {
    width: 50%;
  }
  .product.data.items {
    text-align: center;
  }
  .product.data.items > .item.title {
    display: inline-block;
    float: none;
  }
  .product.data.items .item.content {
    text-align: initial;
    padding: 30px 0;
  }
}
.pages {
  text-align: center;
}
.pages .pages-items {
  display: inline-block;
  padding: 0;
  list-style: none;
}
.pages .pages-items .item {
  float: left;
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  padding: 0;
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.5rem;
  margin: 0 4px;
}
.pages .pages-items .item.current {
  background-color: #d8372d;
}
.pages .pages-items .item.current strong {
  font-weight: normal;
  display: block;
}
.pages .pages-items .item a {
  color: #000;
  display: block;
  padding: 0 8px;
}
.pages .pages-items .item:hover {
  background-color: #d8372d;
}
.pages .label {
  display: none;
}
.pages .action.next:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d3";
  font-size: 18px;
  vertical-align: middle;
}
.pages .action.previous:before {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d2";
  font-size: 18px;
  vertical-align: middle;
}
.pages .action span {
  display: inline-block;
  vertical-align: middle;
}
.pages .action .label {
  display: none;
}
.account .actions-toolbar > .secondary .action.back {
  display: none;
}
.account .toolbar .limiter {
  float: right;
}
.account .toolbar .limiter .limiter-text {
  display: none;
}
.account .toolbar .limiter .limiter-label {
  font-weight: normal;
}
.account .toolbar,
.account .actions-toolbar {
  margin-bottom: 30px;
}
.account .account-nav {
  margin-bottom: 30px !important;
}
.breadcrumbs .items {
  padding: 0;
}
.breadcrumbs .items > li {
  display: inline-block;
  font-size: 1.4rem;
}
.breadcrumbs .items > li strong {
  font-weight: normal;
}
.breadcrumbs .item:not(:last-child):after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e935";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
html {
  font-size: 62.5%;
}
body#html-body {
  font-size: 16px;
}
:focus:not(:focus-visible) {
  outline: 0 !important;
}
:focus-visible {
  outline: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus,
button:focus {
  outline: 2px dashed blue;
  outline-offset: 2px;
}
a:hover {
  color: #d8372d;
}
strong {
  font-weight: 500;
}
input {
  border: 1px solid #ccc;
  padding: 0 4px;
  max-width: 100%;
}
input[type="file"] {
  padding: 4px;
}
input[type="image"] {
  border: none;
  padding: 0;
}
input:not([type="radio"]):not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
ul,
ol {
  padding-left: 25px;
  margin: 0;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  touch-action: manipulation;
}
button[disabled] {
  cursor: default;
}
button {
  border: 1px solid #d8372d;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
}
.update-cart-item {
  height: 24px;
  min-height: 24px;
}
th,
dt {
  font-weight: 500;
}
blockquote {
  border-left: 3px solid red;
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.8rem;
}
.no-border {
  border: none !important;
}
.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.blockquote-footer:before {
  content: "\2014 \00A0";
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.modal-popup .modal-footer {
  text-align: right;
}
[data-role="checkout-messages"] {
  position: fixed;
  top: 72px;
  right: -340px;
  z-index: 10000;
  width: 340px;
}
[data-role="checkout-messages"] .message {
  will-change: transform;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 10px;
  transition: visibility 450ms ease, opacity 450ms ease, transform 450ms ease;
  transition-delay: 1s;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(-350px);
}
[data-role="checkout-messages"][style="display: none;"] {
  display: block !important;
}
[data-role="checkout-messages"][style="display: none;"] .message {
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
}
.page.messages {
  position: fixed;
  top: 72px;
  right: -340px;
  z-index: 10000;
  width: 340px;
}
.page.messages .close-message {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.page.messages .messages .message {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 450ms ease, opacity 450ms ease, transform 450ms ease;
  position: relative;
}
.page.messages .messages .message.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-350px);
}
.message.success {
  border-left: 4px solid #4CAF50;
}
.message.notice {
  border-left: 4px solid #03A9F4;
}
.message.error {
  border-left: 4px solid #00b6ff;
}
.message.info.empty {
  margin-bottom: 50px;
  padding: 10px 30px;
}
.message.info.empty > *:first-child:before {
  top: 17px;
}
button.mfp-close:before {
  content: "\e92a";
  font-family: mbicon;
}
.field-tooltip .field-tooltip-action {
  display: none !important;
}
.product.media {
  display: block;
  position: relative;
}
.gallery-placeholder .loading-mask {
  position: absolute;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.h-100 {
  height: 100%;
}
.header-top-row {
  padding: 10px 0 0;
  font-size: 1.3rem;
}
.welcome {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  vertical-align: top;
}
.header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.links > li {
  display: block;
}
.header.links .name {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.header.links .log-in.link {
  cursor: pointer;
}
.mfp-content .header.links {
  width: 100%;
}
.mfp-content .header.links > li {
  width: 100%;
}
.mfp-content .acc-topbar .acc-btn {
  padding: 15px 15px 0;
  float: none;
  display: inline-block;
  width: 100%;
}
.mfp-content .acc-topbar .acc-btn > div {
  display: inline-block;
  vertical-align: top;
}
.mfp-content .acc-topbar .acc-list {
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.mfp-content .acc-topbar .acc-list ul {
  box-shadow: none;
}
.top-link-wrap {
  margin: 0 -25px;
}
.top-link-wrap a {
  padding: 5px 0;
  display: block;
}
.top-link-wrap > div {
  padding: 0 25px;
  position: relative;
}
.top-link-wrap > div:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  content: '';
}
.top-link-wrap > div:first-child:before {
  display: none;
}
.language-topbar {
  position: relative;
  padding: 5px 0;
}
.language-topbar .lang-curr {
  cursor: pointer;
  width: 100%;
}
.language-topbar .lang-curr a {
  display: block;
  padding: 13px 0;
}
.language-topbar .lang-curr i {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.language-topbar .lang-curr .title {
  padding-left: 25px;
  position: relative;
}
.language-topbar .lang-curr .title .lang-flag {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  width: 18px;
  height: 12px;
  margin-top: -6px;
}
.language-topbar .lang-flag img {
  display: block;
}
.language-topbar .lang-list {
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -webkit-backface-visibility: hidden;
  z-index: 110;
  margin-top: 30px;
  padding-top: 20px;
}
.language-topbar .lang-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.language-topbar .lang-list ul li {
  padding: 0 15px;
}
.language-topbar .lang-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 25px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  position: relative;
}
.language-topbar .lang-list ul li .lang-flag {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  width: 18px;
  height: 12px;
  margin-top: -6px;
}
.language-topbar:hover .lang-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.currency-topbar {
  position: relative;
  padding: 5px 0;
}
.currency-topbar .currency-sym {
  cursor: pointer;
}
.currency-topbar .currency-sym a {
  display: block;
  padding: 13px 0;
}
.currency-topbar .currency-sym .sym {
  display: none;
}
.currency-topbar .currency-sym i {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.currency-topbar .currency-list {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -webkit-backface-visibility: hidden;
  z-index: 110;
  margin-top: 30px;
  padding-top: 20px;
}
.currency-topbar .currency-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.currency-topbar .currency-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
}
.currency-topbar .currency-list ul li a .sym,
.currency-topbar .currency-list ul li a i {
  margin: 0 15px;
}
.currency-topbar:hover .currency-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.acc-topbar {
  position: relative;
  float: left;
}
.acc-topbar .acc-btn {
  cursor: pointer;
  float: left;
  width: 100%;
}
.acc-topbar .acc-btn a {
  display: block;
  padding: 13px 0;
}
.acc-topbar .acc-btn i {
  display: inline-block;
  padding-left: 15px;
}
.acc-topbar .acc-list {
  text-align: left;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -webkit-backface-visibility: hidden;
  z-index: 100;
  margin-top: 30px;
  padding-top: 20px;
}
.acc-topbar .acc-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.acc-topbar .acc-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 15px;
  color: #000000;
}
.acc-topbar .acc-list ul li a:hover {
  color: #d8372d;
}
.acc-topbar .acc-list ul li a i {
  margin: 0 15px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}
.acc-topbar:hover .acc-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-maininner-row {
  min-height: 92px;
  position: relative;
  padding: 10px 0;
}
.header-main-inner {
  position: relative;
}
.header-menu-content {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.menu-logo {
  display: table;
}
.menu-logo .btn-nav {
  display: table-cell;
  margin-right: 15px;
}
.logo {
  margin: 0;
}
.logo a {
  display: inline-block;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.col-search.show {
  display: block !important;
  position: absolute;
  bottom: 9px;
  z-index: 1000;
}
.search-popup {
  background: #fff;
}
.sticky-menu.active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  max-width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 889;
  margin: 0 auto;
  position: fixed !important;
  background-color: #ffffff;
  color: #000000;
}
.sticky-menu.active a {
  color: #000000;
}
.sticky-menu.active a:hover {
  color: #d8372d;
}
.sticky-menu.active .header-maininner-row {
  min-height: 60px;
}
.sticky-menu.active .menu-logo {
  display: none;
}
.sticky-menu.active .vertical-menu {
  top: 50%;
  margin-top: -25px;
}
.active.fadeindown {
  -webkit-animation: fadeInDown 0.3s linear;
  animation: fadeInDown 0.3s linear;
}
.active.fadeoutup {
  -webkit-animation: fadeOutUp 0.3s linear;
  animation: fadeOutUp 0.3s linear;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.header-content-action {
  float: right;
  display: block;
  position: relative;
}
.header-content-action > div {
  width: auto;
  float: left;
  margin-right: 30px;
  position: static;
}
.header-content-action > div:last-child {
  margin-right: 0;
}
.header-content-action > div > a > i {
  display: inline-block;
  vertical-align: top;
}
.header-content-action a {
  color: #000000;
}
.header-content-action a:hover {
  color: #d8372d;
}
.header-content-action .authorization-link a {
  color: #000000;
}
.header-content-action .authorization-link + li a:hover {
  color: #d8372d;
}
.btn-search-mobile > i {
  font-size: 3rem;
  cursor: pointer;
  line-height: 42px;
}
.user-topbar {
  font-size: 1.4rem;
}
.user-topbar .header.links > li {
  line-height: 16px;
}
.user-topbar i {
  font-size: 3rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.user-topbar .header.links {
  padding: 4px 0;
}
.col-home a i {
  font-size: 3rem;
  line-height: 42px;
  display: block;
}
.wishlist-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.wishlist-icon i {
  font-size: 3rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.wishlist-icon .qty {
  position: absolute;
  right: -5px;
  bottom: 0;
  background-color: #d8372d;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}
.wishlist-icon .qty.empty {
  display: none;
}
.col-logo {
  position: static;
}
.header-main-inner .vertical-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 100;
  height: 50px;
  width: 25%;
}
.header-main-inner .vertical-menu:before {
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #d8372d;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.header-main-inner .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-horizontal .vertical-menu {
  display: none !important;
}
.sticky-menu.active .header-horizontal .vertical-menu {
  display: block !important;
}
.sticky-menu.active .vertical-menu .title {
  color: #000;
}
.vertical-menu {
  height: 50px;
}
.vertical-menu .title {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vertical-menu .title i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.vertical-menu .title > .mbi-menu {
  font-size: 30px;
  margin-right: 5px;
  float: left;
}
.vertical-menu:hover .navigation {
  display: block;
}
.vertical-menu .navigation {
  min-width: 300px;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #d3d3d3;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: #ffffff;
  margin-top: -1px;
}
.vertical-menu .navigation .level0.level-top {
  padding: 0;
  position: static;
}
.vertical-menu .navigation .level0.level-top > .submenu {
  min-height: 100%;
  padding-top: 15px;
}
.vertical-menu .navigation .level0.level-top > .submenu:before {
  top: 0;
}
.vertical-menu .magebig-nav > li {
  float: left;
  width: 100%;
  display: block;
  color: #000;
}
.vertical-menu .magebig-nav > li > i {
  position: absolute;
  top: auto;
  padding: 9px 15px;
  right: 0;
}
.vertical-menu .magebig-nav > li > i:before {
  content: '\f3d3';
}
.vertical-menu .magebig-nav > li a {
  font-weight: normal;
  color: #000;
}
.vertical-menu .magebig-nav > li a:hover {
  color: #d8372d;
}
.vertical-menu .magebig-nav li.level0 {
  height: auto;
  line-height: 20px;
  padding: 0;
}
.vertical-menu .magebig-nav > li.level0 > a.level-top {
  text-transform: none;
  width: 100%;
  padding: 9px 15px;
}
.vertical-menu .magebig-nav > li.level0:hover > a.level-top {
  background-color: #d8372d;
  color: #000;
}
.vertical-menu .magebig-nav li ul.show-sub,
.vertical-menu .magebig-nav li div.show-sub {
  left: 100%;
  top: 0;
}
.img-outside {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  right: -95px;
  z-index: -1;
  padding-bottom: 30px;
}
.img-inside {
  position: absolute;
  max-width: 100%;
  max-height: 97%;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.img-inside img {
  max-width: 100%;
  height: auto;
}
.static-bottom-menu {
  margin-top: 60px;
  margin-bottom: 15px;
}
.static-bottom-menu .link-text {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}
.static-bottom-menu .link-text .small-text {
  font-size: 20px;
  display: block;
}
.sticky-menu.active .vertical-menu .title .mbi-menu {
  display: block;
}
.sticky-menu.active .vertical-menu .title i {
  display: none;
}
.hotline-top {
  float: right;
}
.hotline-top i {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.pusher-left {
  overflow: hidden;
}
.pusher-left .magebig-container {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.pusher-left .pusher-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.pusher-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
.magebig-container {
  transition: transform 500ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.magebig-container {
  position: relative;
}
.page-wrapper {
  position: relative;
  left: 0;
  z-index: 10;
  height: 100%;
  -webkit-transition: -webkit-transform 250ms;
  -o-transition: -o-transform 250ms;
  transition: transform 250ms;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.magebig-mobile-menu .nav-bar-wrap {
  overflow: auto;
  height: 100%;
  position: relative;
  padding-right: 40px;
}
.magebig-mobile-menu .nav-bar-wrap:before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  max-width: 460px;
}
.magebig-mobile-menu .nav-bar .nav-logo {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.magebig-mobile-menu ul.nav-collapse li {
  text-align: left;
}
.magebig-mobile-menu ul.nav-collapse li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 42px 10px 15px;
  line-height: 17px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li span.mbi {
  height: 38px;
  line-height: 38px;
}
.magebig-mobile-menu ul.nav-collapse li span.expanded {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse li span.collapsed {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li.last a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul {
  list-style: none;
}
.magebig-mobile-menu li.level0 i.fa-angle-down {
  display: none;
}
.nav-open,
.nav-open body {
  overflow: hidden;
}
.mb-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 6px 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #000;
  margin-top: -1px;
  width: 30px;
  margin-left: -15px;
}
.mb-toggle-switch span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  top: 8px;
}
.mb-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  bottom: 8px;
}
.sticky-menu.active .mb-toggle-switch span:before,
.sticky-menu.active .mb-toggle-switch span,
.sticky-menu.active .mb-toggle-switch span:after {
  background-color: #000;
}
.mb-toggle-switch__htx {
  background-color: transparent;
}
.mb-toggle-switch__htx span {
  -webkit-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.mb-toggle-switch__htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch__htx.active {
  background-color: transparent;
}
.mb-toggle-switch__htx.active span {
  background: none;
}
.mb-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-backface-visibility: hidden;
}
.mb-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-backface-visibility: hidden;
}
.sidebar ul.nav-collapse li span.mbi {
  text-align: right;
}
ul.nav-collapse {
  line-height: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.nav-collapse ul.level0 > li > a {
  padding-left: 20px;
}
ul.nav-collapse ul.level1 > li > a {
  padding-left: 30px;
}
ul.nav-collapse ul.level2 > li > a {
  padding-left: 45px;
}
ul.nav-collapse ul.level3 > li > a {
  padding-left: 60px;
}
ul.nav-collapse ul.level4 > li > a {
  padding-left: 75px;
}
ul.nav-collapse ul.level5 > li > a {
  padding-left: 90px;
}
ul.nav-collapse ul.level6 > li > a {
  padding-left: 105px;
}
ul.nav-collapse li {
  background: none;
  position: relative;
  line-height: 20px;
}
ul.nav-collapse li a {
  display: block;
  margin: 0;
  height: 42px;
  padding: 10px 42px 10px 0;
  line-height: 18px;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
}
ul.nav-collapse li a:hover {
  color: #bbb;
}
ul.nav-collapse li span.text {
  display: none;
}
ul.nav-collapse li span.mbi {
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.nav-collapse ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-collapse ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-collapse ul li a {
  font-size: 100%;
  padding-left: 15px;
}
ul.nav-collapse ul ul li a {
  padding-left: 30px;
}
ul.nav-collapse ul ul ul li a {
  padding-left: 40px;
}
ul.nav-collapse li.level0 > a > span > .cat-label {
  position: static;
  display: inline-block;
  vertical-align: top;
}
ul.nav-collapse li.level0 > a > span > .pin-bottom:before {
  display: none;
}
ul#mb-collapsible li span.collapsed {
  top: 0;
}
ul#mb-collapsible li span.expanded {
  top: 0;
}
ul.detail-parent {
  margin: 0;
  padding: 0 0 0 17px;
}
.sidebar .block-title {
  position: relative;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar .block-title strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.sidebar .block-content {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sidebar ul.nav-collapse {
  margin-top: 15px;
}
.sidebar ul.nav-collapse li a {
  height: auto;
  border: none;
  position: relative;
  padding: 5px 20px 5px 0;
  color: #000000;
  font-size: 1.4rem;
}
.sidebar ul.nav-collapse li a:hover {
  color: #d8372d;
}
.sidebar .block-content.show-expanded {
  visibility: visible;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.sidebar .close-expanded {
  display: none;
  position: fixed;
  top: 0;
  right: 280px;
  padding: 10px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.sidebar .close-expanded:before {
  content: "\e935";
}
.sidebar .block.active .close-expand-mb {
  visibility: visible;
  opacity: 1;
}
.sidebar .block.active .close-expanded {
  display: block;
}
body.hide-over {
  overflow: hidden;
}
.close-expand-mb {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 500ms ease, opacity 500ms ease;
  -moz-transition: visibility 500ms ease, opacity 500ms ease;
  transition: visibility 500ms ease, opacity 500ms ease;
  -webkit-backface-visibility: hidden;
}
.block-nav {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}
.promo-top img {
  width: 100%;
  height: auto;
}
.instagram-item a {
  position: relative;
  display: block;
}
.instagram-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.instagram-item a:after {
  content: "\f16d";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  display: none;
  color: #fff;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}
.instagram-item a:hover:before,
.instagram-item a:hover:after {
  display: block;
}
.main-slider-full {
  margin-bottom: 30px;
}
.main-slider-full .main-slider-container {
  padding-top: 30px;
}
.main-slider-full .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  vertical-align: top;
}
.main-slider-full .owl-dots .owl-dot span {
  background: transparent;
  border-radius: 0;
  width: 20px;
  height: 6px;
  margin: 0 3px;
}
.main-slider-full .owl-dots .owl-dot.active span,
.main-slider-full .owl-dots .owl-dot:hover span {
  background: #000;
}
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-slider {
  position: relative;
}
.item-slider .text-small {
  color: #ff0000;
}
.item-slider .text-large {
  font-weight: 500;
}
.item-slider .text-normal p {
  color: #669900;
  font-size: 2.4rem;
}
.owl-theme .owl-nav {
  position: static;
  display: block;
  margin: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
}
.owl-theme .owl-nav [class*='owl-'] > * {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-theme:hover .owl-nav {
  display: block;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #000;
}
.owl-carousel .owl-item img.swatch-option-loading {
  width: 30px;
  height: 30px;
}
.selling-feature {
  margin: 30px 0 30px;
}
.selling-feature .media-left {
  width: 40px;
  height: 40px;
  color: #666666;
}
.selling-feature .media-left .mbi {
  font-size: 40px;
  color: #d8372d;
  display: block;
}
.selling-feature .media-heading {
  font-weight: 500;
  font-size: 1.8rem;
}
.selling-feature .text {
  font-size: 1.4rem;
  color: #666666;
}
.selling-feature .row > div {
  border-right: 1px solid #cccccc;
  margin-bottom: 30px;
}
.selling-feature .row > div .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.selling-feature .row > div .media .media-body {
  -webkit-box-flex: unset;
  -ms-flex: none;
  flex: none;
  line-height: 20px;
}
.selling-feature .row > div:last-child {
  border: none;
}
.block-catalog {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.block-catalog img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform linear 250ms;
  -webkit-backface-visibility: hidden;
}
.block-catalog:hover img {
  transform: scale(1.2);
}
.block-catalog .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 30px;
  z-index: 2;
}
.block-catalog .info .title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
}
.block-catalog .info .title a {
  color: #000000;
}
.block-catalog .info .text {
  font-size: 1.2rem;
  color: #666666;
}
.deal-block-top {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.deal-block-top + div {
  margin-bottom: 30px;
}
.deal-block-top .title {
  display: inline-block;
  font-size: 2.4rem;
  margin-right: 60px;
  vertical-align: middle;
}
.deal-block-top .promo-v1 {
  display: inline-block;
}
.deal-block-top .promo-count {
  display: inline-block;
  background-color: #f14705;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 2px;
  vertical-align: middle;
}
.deal-block-top .promo-count > div {
  display: inline-block;
  padding: 0 2px;
  position: relative;
}
.deal-block-top .promo-count > div:before {
  content: ':';
  display: inline-block;
  margin-right: 4px;
}
.deal-block-top .promo-count > div:first-child:before {
  display: none;
}
.deal-block-top .promo-count > div .num {
  min-width: 20px;
  display: inline-block;
}
.deal-block-top .view-all {
  float: right;
}
.deal-block-top .view-all a {
  color: #000000;
}
.deal-block-top .view-all a:hover {
  color: #d8372d;
}
.sold-progress {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
  margin: 10px 0 0;
  display: inline-block;
}
.sold-progress > div {
  background-color: #d8372d;
  height: 100%;
}
.page-bottom {
  background-color: #f4f5f5;
}
.page-bottom-content > div:first-child .block-cat-wrap {
  margin-top: 70px;
}
.block-cat-wrap {
  margin-bottom: 70px;
}
.block-cat-list {
  background-color: #ffffff;
}
.block-cat-home {
  padding: 30px 30px 60px;
}
.block-cat-home .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-cat-home ul {
  list-style: none;
  padding: 0;
}
.block-cat-home ul li a {
  font-size: 1.4rem;
  padding: 5px 0;
  display: block;
}
.block-cat-home ul li a:hover {
  color: #d8372d;
  font-weight: 500;
}
.block-cat-home .view-all {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-style: italic;
}
.block-cat-home .view-all a {
  color: #999999;
  font-size: 1.4rem;
}
.block-cat-home .view-all a:hover {
  color: #d8372d;
}
.product-item .swatch-option {
  margin-bottom: 5px;
  margin-right: 5px;
}
.swatch-option.image {
  background-size: contain !important;
}
.product-options-wrapper .swatch-option.text {
  padding: 4px 15px;
}
.block-cat-product {
  height: 100%;
}
.block-cat-product .widget-product {
  background-color: #ffffff;
}
.block-cat-product .product-item {
  margin-bottom: 0;
}
.block-cat-product .owl-carousel .owl-item {
  border-left: 1px solid #e1e1e1;
}
.block-cat-product .owl-carousel .owl-item:first-child {
  border: none;
}
.block-cat-product .product-item {
  padding: 15px;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
  position: relative;
}
.block-cat-product .product-item + .product-item {
  border-top: 1px solid #e1e1e1;
}
.block-cat-product .product-item [class*=swatch-opt-] {
  display: none;
}
.block-cat-product .product-item:hover [class*=swatch-opt-] {
  top: 5px;
  left: 5px;
  position: absolute;
  display: block;
  z-index: 10;
}
.block-cat-product .product-item:hover [class*=swatch-opt-] .swatch-attribute {
  float: left;
}
.block-cat-product .product-item:hover [class*=swatch-opt-] .swatch-attribute .swatch-option {
  float: left;
  clear: both;
}
.block-cat-product .product-item .price-box {
  margin-bottom: 0;
}
.block-cat-product .product-item .price-box .price {
  font-size: 1.6rem;
}
.block-cat-product .product-item .old-price .price {
  font-size: 1.4rem;
}
.price-from .price-including-tax,
.price-from .price-excluding-tax {
  display: inline-block;
}
.block-cat-promo {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-cat-promo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.block-cat-promo .img-lazy-wrap,
.block-cat-promo .img-native-wrap {
  padding-bottom: 0 !important;
  height: 100%;
}
.block-cat-promo .img-lazy-wrap img,
.block-cat-promo .img-native-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.block-cat-promo .btn-wrap {
  position: absolute;
  width: 100%;
  top: 85%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.recently-viewed h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
}
.recently-viewed .category-products {
  padding: 30px 80px;
  background-color: #ffffff;
}
.recently-viewed .category-products .product-items,
.recently-viewed .category-products .product-show {
  margin: 0;
}
.recently-viewed .owl-theme .owl-nav [class*='owl-'] {
  left: -60px;
  background-color: transparent !important;
  color: #000 !important;
}
.recently-viewed .owl-theme .owl-nav .owl-next {
  right: -60px;
  left: auto;
}
.footer.content {
  border-top: 1px solid #e1e1e1;
  padding-top: 50px;
}
.footer-main {
  color: #666666;
  padding-bottom: 50px;
}
.footer-main .title {
  margin-bottom: 40px;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-main .phone {
  color: #d8372d;
  font-size: 2.4rem;
  font-weight: 500;
}
.footer-main a {
  color: #666666;
}
.footer-main a:hover {
  color: #000000;
}
.footer-main .footer-links {
  list-style: none;
  padding: 0;
}
.footer-main .footer-links li {
  padding: 5px 0;
}
.footer-quicklinks {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e1e1e1;
}
.footer-quicklinks .mr-footer-links {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}
.footer-quicklinks .mr-footer-links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 1.4rem;
}
.footer-quicklinks .mr-footer-links li:before {
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  background-color: #e1e1e1;
  margin-top: -7px;
  content: '';
  width: 1px;
}
.footer-quicklinks .mr-footer-links li:first-child {
  padding-left: 0;
}
.footer-quicklinks .mr-footer-links li:first-child:before {
  display: none;
}
.footer-quicklinks .mr-footer-links li:last-child {
  padding-right: 0;
}
.footer-quicklinks .mr-footer-links li:last-child:before {
  display: none;
}
.footer-copyright-vertical {
  border-top: 1px solid #e1e1e1;
}
.social-links {
  list-style: none;
  padding: 0;
  margin: 20px -10px;
}
.social-links li {
  display: inline-block;
  padding: 0 10px;
}
.social-links .twitter {
  color: #00ccff;
}
.social-links .facebook {
  color: #336699;
}
.social-links .gplus {
  color: #cc0000;
}
.social-links .instagram {
  color: #996633;
}
.social-links .youtube {
  color: #cc3333;
}
.text-copyright {
  text-align: left;
  font-size: 1.4rem;
  margin: 15px 0;
}
.mr-payment {
  margin: 40px 0;
  text-align: right;
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
}
.mr-payment li {
  display: inline-block;
}
.wrapper-breadcrums {
  background-color: #f1f1f1;
  padding: 0;
}
.wrapper-breadcrums .breadcrumbs {
  min-height: 40px;
}
.wrapper-breadcrums .breadcrumbs ul.items {
  padding: 9px 0;
}
.wrapper-breadcrums li a {
  color: #0099cc;
}
.wrapper-breadcrums li a:hover {
  color: #d8372d;
}
.category-list-top {
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
  padding: 10px 0;
}
.category-list-top > .row > div:first-child {
  max-width: 175px;
  padding: 0 10px;
}
.category-list-top .title {
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-list-top .title a {
  font-size: 1.8rem;
  padding: 0 0 10px;
  display: block;
  color: #000000;
}
.category-list-top ul {
  padding: 0 5px;
  list-style: none;
  font-size: 1.4rem;
}
.category-list-top ul li a {
  color: #666666;
}
.category-list-top ul li a:hover {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.view-more-detail {
  text-align: right;
}
.view-more-detail a {
  color: inherit;
}
.product-info-main-top {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 10px 0;
}
.product-info-main-top .page-title {
  margin: 20px 0;
  text-align: left;
}
.product-info-main-top .info-after-title > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.product-info-main-top .info-after-title > div:before {
  content: '';
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  left: 0;
  background-color: #e8e8e8;
}
.product-info-main-top .info-after-title > div:first-child {
  padding-left: 0;
}
.product-info-main-top .info-after-title > div:first-child:before {
  display: none;
}
.item.content img {
  max-width: 100%;
  height: auto;
}
.promo-product {
  background: #f4f4f4;
  padding: 20px 25px;
  margin: 15px 0;
}
.promo-product .label-cd {
  text-transform: uppercase;
  font-weight: 500;
}
.promo-product .sold-wrap {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.promo-product .sold-progress {
  margin: 0;
  height: 15px;
}
.promo-product .num {
  background: #ffffff;
}
.social-share {
  text-align: right;
}
.social-share .social-listing {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  padding: 0;
  margin: 0 -2px;
}
.social-share .social-listing li {
  display: inline-block;
  margin: 5px 2px;
}
.social-share .social-listing li .share-item {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 1px;
  padding: 0;
  border: none;
  background-color: #d93025;
}
.social-share .social-listing li .share-item > span {
  line-height: 40px;
}
.social-share .social-listing li.facebook .share-item {
  background-color: #1b4e9b;
}
.social-share .social-listing li.twitter .share-item {
  background-color: #00aeef;
}
.social-share .social-listing li.email .share-item {
  background-color: #d93025;
}
.social-share .social-listing li.rss .share-item {
  background-color: #f86a02;
}
.cat-links {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 10px 0;
}
.cat-links a {
  color: #0099cc;
}
.cat-links a:hover {
  color: #d8372d;
}
/* widget tabs */
.tabs-collection {
  text-align: center;
}
.tab-mobile {
  display: none;
  vertical-align: top;
  margin: 0;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.tab-mobile i {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tab-mobile span {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tabs-wrap {
  margin-bottom: 30px;
  position: relative;
}
.widget-tabs {
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
}
.widget-tabs > li.opened > a,
.widget-tabs > li.opened > a:focus,
.widget-tabs > li.opened > a:hover {
  border: none;
  background: transparent;
  color: #000;
}
.widget-tabs > li > a:focus,
.widget-tabs > li > a:hover {
  background: transparent;
  border: none;
  color: #000;
}
.widget-tabs > li > a {
  margin: 0;
  padding: 15px;
  border-radius: 0;
  color: #999999;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border: none;
  display: block;
}
.widget-tabs > li {
  position: relative;
  margin: 0;
  float: left;
}
.widget-tabs > li:before {
  display: inline-block;
  font-family: mbicon;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f111";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: #999;
  line-height: 1;
}
.widget-tabs > li:first-child:before {
  display: none;
}
.widget-collection-style1 {
  position: relative;
  padding-bottom: 5px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.widget-collection-style1 .tabs-collection {
  padding-top: 35px;
}
.widget-collection-style1 .widget-tabs {
  margin: 0;
  height: 135px;
}
.widget-collection-style1 .tabs-wrap {
  margin: 0;
}
.widget-collection-style1 .tab-mobile {
  height: 135px;
}
.widget-collection-style1 .owl-carousel .owl-nav {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 110px;
  z-index: 10;
  margin: 0 0 0 -55px;
  display: inline-block;
}
.widget-collection-style1 .owl-carousel .owl-nav:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  width: 40px;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  z-index: -1;
}
.widget-collection-style1 .owl-carousel .owl-nav > div {
  position: static;
  float: left;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 22px;
  color: #cccccc;
  background: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 32px;
  border-radius: 0;
}
.widget-collection-style1 .owl-carousel .owl-nav > div:hover {
  background: #ccc;
}
.widget-collection-style1 .owl-carousel .owl-nav .owl-next {
  float: right;
}
.title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.blog-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-style {
  padding-bottom: 25px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-style .title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.blog-style .blog {
  margin-bottom: 30px;
  min-height: 100px;
  position: relative;
}
.blog-style .main-post {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: initial;
  color: #fff;
  padding: 15px;
  min-height: 90px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.blog-style .main-post .title-post {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-style .main-post .title-post a {
  color: #fff;
}
.blog-style .main-post-inner {
  font-size: 12px;
}
.blog-style .main-post-inner i {
  margin-right: 12px;
}
.blog-style .main-post-inner > span {
  margin-right: 27px;
}
/* NewsPopup */
.subscribe .title {
  margin-top: 45px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.subscribe .text {
  color: #999999;
  margin-bottom: 45px;
  font-size: 14px;
}
.subscribe .input-box {
  position: relative;
}
.subscribe .input-box input {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 140px 0 20px;
  width: 100%;
  outline: none;
  color: #999999;
  border-radius: 3px 3px 0 0;
}
.subscribe .input-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  box-shadow: none;
  background: #d8372d;
  color: #ffffff;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 0 3px 3px 0;
}
.footer-top {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.information-logo {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}
.information-logo .logo-bottom {
  display: block;
  margin-bottom: 40px;
}
.information-footer .footer-static {
  padding: 0 30px;
}
.footer-static h3 {
  margin: 0 0 45px 0;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
.footer-static ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-static ul li {
  padding: 5px 0;
  position: relative;
}
.footer-static ul li a {
  font-size: 1.4rem;
  padding: 0 20px;
  display: block;
  -webkit-transition: padding 250ms ease;
  -moz-transition: padding 250ms ease;
  transition: padding 250ms ease;
  -webkit-backface-visibility: hidden;
}
.footer-static ul li a > span {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: inherit;
}
.footer-static ul li a:hover {
  padding-left: 30px;
}
.copyright {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
  text-align: center;
}
.loading-mask .loader > img {
  width: auto !important;
  height: auto;
}
/* Hover Effect */
.hover-effect01 {
  position: relative;
  z-index: 1;
  display: block;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: 1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: 1;
}
.hover-effect01:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01-black {
  position: relative;
}
.hover-effect01-black:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01-black:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect02 {
  position: relative;
}
.hover-effect02:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.hover-effect02:hover:before {
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.6) inset;
}
.hover-effect03 {
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
}
.hover-effect03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-backface-visibility: hidden;
  z-index: 99;
}
.hover-effect03:hover {
  opacity: 0.35;
  visibility: visible;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  -webkit-backface-visibility: hidden;
}
.hover-effect04 {
  position: relative;
  overflow: hidden;
}
.hover-effect04:after {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hover-effect04:hover:after {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-backface-visibility: hidden;
}
.hover-effect05 {
  position: relative;
}
.hover-effect05:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid transparent;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.hover-effect05:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.hover-effect05:hover:before {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hover-effect05:hover:after {
  opacity: 1;
}
.hover-effect06 {
  position: relative;
}
.hover-effect06:before {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.hover-effect06:after {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.hover-effect06:hover:before {
  transition: all 0.4s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0.3;
}
.hover-effect06:hover:after {
  transition: all 0.4s ease-out 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0.3;
}
.hover-effect07 {
  overflow: hidden;
  position: relative;
}
.hover-effect07 > span {
  z-index: 10;
}
.hover-effect07:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
  width: 50px;
  z-index: 1;
}
.hover-effect07:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .main-slider-full {
  margin-bottom: 0;
}
.contact-info-text {
  padding: 20px 0;
}
.contact-info-text .title {
  margin: 80px 0;
}
.contact-info-text .heading {
  margin-bottom: 30px;
}
.contact-info-text .text {
  color: #666;
  margin-bottom: 60px;
  word-wrap: break-word;
}
.google-map iframe {
  width: 100%;
}
#contact-form {
  padding: 30px 0;
}
#contact-form .contact-title {
  margin-bottom: 30px;
}
#contact-form .control {
  margin-bottom: 30px;
}
#contact-form input {
  height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 10px;
}
#contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 10px;
}
#contact-form .actions-toolbar {
  text-align: center;
}
#contact-form .actions-toolbar .primary {
  display: inline-block;
}
.customer-account-logoutsuccess .main-container,
.checkout-onepage-success .main-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.minicart-extra-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.minicart-extra-actions > div {
  margin-top: 10px;
}
div.paypal.paypal-logo input[type="image"],
div.paypal.paypal-logo img {
  max-height: 52px;
  width: auto;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
.box-tocart div.paypal.paypal-logo {
  margin-top: 0;
  margin-right: 15px;
}
.layout-rtl .box-tocart div.paypal.paypal-logo {
  margin-right: 0;
  margin-left: 15px;
}
.footer-checkout {
  margin-top: 30px;
}
.logo-checkout {
  text-align: center;
}
.logo-checkout .logo {
  padding-top: 30px;
  display: inline-block;
}
.checkout-index-index .page-main .container {
  max-width: 1200px;
}
#customer-email-fieldset {
  margin-bottom: 0;
}
.form.password.forget button.action.reload {
  width: auto;
  height: 40px;
}
.cms-content {
  padding-bottom: 60px;
}
.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: none !important;
  box-shadow: none !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}
/* Gallery */
.gallery-placeholder {
  position: relative;
}
.gallery-placeholder .gallery-placeholder__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: var(--pad-product);
  width: 100%;
}
.gallery-placeholder .gallery-placeholder__image 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;
}
.gallery-placeholder.imgs.vertical {
  padding-bottom: calc((100% - 76px) * var(--ratio));
  height: 0;
}
.gallery-placeholder.horizontal .fotorama__stage {
  width: 100%;
  height: 100%;
}
.gallery-placeholder .fotorama__caption__wrap {
  background: transparent;
}
.gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.gallery-placeholder .fotorama__thumb {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  background-color: transparent;
}
.gallery-placeholder .fotorama__arr {
  display: none;
  background-color: transparent;
}
.gallery-placeholder .fotorama__arr:hover {
  background: transparent;
}
.fotorama--fullscreen .gallery-placeholder .fotorama__arr {
  display: block;
}
.gallery-placeholder .magnifier-preview {
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  z-index: 10;
}
.gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  margin-top: 0 !important;
}
.gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -346px;
}
.gallery-placeholder .fotorama__spinner {
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery-placeholder .fotorama__stage__frame.fotorama-video-container .fotorama__img {
  height: 100%;
  object-fit: cover;
}
.gallery-placeholder .fotorama__thumb-border {
  border-color: #d8372d;
  background: none;
}
.fotorama_vertical_ratio .fotorama__img {
  left: 0;
}
.fotorama__fullscreen-icon:focus:after {
  display: none !important;
}
div.fotorama__spinner {
  background-image: none;
  animation: none !important;
  width: 100%;
  height: 100%;
}
div.fotorama__spinner.loading-mask {
  display: block;
}
.fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav {
  margin-top: 0 !important;
}
div.fotorama--fullscreen .fotorama__wrap {
  position: static;
}
.fotorama__nav-wrap--horizontal {
  text-align: center;
}
.magnifier-preview img {
  max-height: inherit;
}
.fotorama__thumb:hover {
  cursor: pointer;
}
.fotorama__caption {
  display: none;
}
.fotorama__active:hover .fotorama__caption {
  display: block;
}
.gallery-placeholder {
  padding-bottom: calc(var(--pad-product));
  height: 0;
}
.gallery-placeholder .fotorama__stage__frame .fotorama__img {
  top: 50%;
}
.gallery-placeholder.imgs.horizontal {
  padding-bottom: calc(var(--pad-product) + var(--pad-thumb) + 10px);
  height: 0;
}
.gallery-placeholder.imgs.horizontal .fotorama {
  overflow: visible;
}
.fotorama__nav-wrap--horizontal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.fotorama__caption {
  width: 100%;
}
.gallery-placeholder .fotorama-item {
  opacity: 1;
  transition: opacity 100ms ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: static !important;
}
.gallery-placeholder .fotorama-item .fotorama__wrap {
  position: static;
}
.gallery-placeholder._block-content-loading {
  overflow: hidden;
}
.gallery-placeholder._block-content-loading .fotorama-item {
  opacity: 0;
}
.gallery-placeholder.imgs .thumb-pl {
  position: absolute;
  margin-top: 10px;
  top: 100%;
  left: 0;
  width: 65px;
  height: var(--pad-thumb);
  border: 1px solid #ccc;
  display: block;
}
.cms-noroute-index .page-title {
  display: none;
}
.cms-noroute-index .page-main {
  padding: 50px 0 150px;
  background-color: #efeef0;
}
.sidebar-product-wrap .widget-product .heading-title {
  font-size: 1.8rem;
}
.sidebar-product-wrap .widget-nav-top .owl-nav {
  margin-top: -48px;
}
/* Layout 02 */
.layout02 .main-slider-full {
  background-color: transparent;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.layout02 .heading-title,
.layout02 .deal-block-top .title {
  font-weight: 500;
}
.main-slider-v2 .block-top {
  margin-bottom: 30px;
}
.main-slider-v2 .slider {
  margin-bottom: 30px;
}
.block-banner .banner {
  margin-bottom: 30px;
}
.block-banner .banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.block-main-product .top-title {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.block-main-product .top-title .title {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
  padding: 5px 0;
}
.block-main-product .top-title a {
  color: #000000;
}
.block-main-product .top-title a:hover {
  color: #d8372d;
}
.block-main-product .top-title .list-category {
  float: right;
  list-style: none;
  padding: 10px 0;
  margin: 0 -10px;
}
.block-main-product .top-title .list-category li {
  display: inline-block;
  padding: 0 10px;
}
.block-top img {
  width: 100%;
  height: auto;
}
.footer-widgets .selling-feature {
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
/* Layout 03 */
.item-slider .container {
  height: 100%;
}
.item-slider .block-content {
  position: relative;
  height: 100%;
  z-index: 2;
}
.item-slider .block-content .block-center {
  left: 26%;
}
.item-slider .block-content-slide .block-center {
  left: 5%;
}
.item-slider .block-center {
  padding: 0 30px;
}
.block-center {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top-cat-row {
  margin-bottom: 30px;
}
.top-cat-item {
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
}
.top-cat-item:hover {
  border-color: #d8372d;
}
.top-cat-item:hover .title a {
  color: #d8372d;
}
.top-cat-item .title a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: normal;
}
.block-testimonial {
  padding: 70px 0;
}
.block-testimonial .heading-title {
  margin-bottom: 60px;
}
.block-testimonial .testimonial {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.block-testimonial .testimonial .testi-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 90px;
  margin: 0 auto;
}
.block-testimonial .testimonial .name {
  margin-bottom: 10px;
}
.block-testimonial .testimonial > img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: -75px;
  overflow: hidden;
}
.block-testimonial .testimonial:before {
  position: absolute;
  content: '”';
  right: 30px;
  top: 0;
  font-size: 9rem;
  color: #d8372d;
}
.widget-gallery-image:hover {
  border-color: #d8372d;
}
.product-item.single-discount .gallery-wrap .discount-percent {
  background-color: #d8372d;
}
.product-item.single-discount .stock-wrap .stock.available {
  color: #d8372d;
}
.product-item.single-discount .sold-qty {
  color: #d8372d;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d8372d;
}
/* Layout 04 */
.block-wellcome {
  margin-bottom: 40px;
}
.block-wellcome .title {
  text-transform: uppercase;
  font-weight: 500;
}
.block-wellcome .text {
  color: #333333;
}
.block-product-layout04 .heading-title {
  font-weight: 500;
  margin: 30px 0;
}
.top-cat-layout04 .heading-title,
.brand-row .heading-title {
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
}
.brand-carousel {
  margin: 30px 0;
}
.brand-row {
  margin-bottom: 60px;
}
.brand-row .row {
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.brand-row .row > div {
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-bottom: 0;
}
.brand-row .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 20px 0;
}
.brand-row .item {
  background: #fff;
}
.brand-row .item img {
  max-width: 100%;
  height: auto;
}
.brand-row .item a:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.form-orders-search {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0 60px;
  width: 100%;
}
.form-orders-search select {
  width: 100%;
}
.form-orders-search legend {
  text-align: center;
}
/** Layout 05 **/
.layout05.cms-index-index .page-main {
  background-color: #eeeeee;
  padding-bottom: 60px;
}
.layout05.cms-index-index .vertical-menu:before {
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.layout05.cms-index-index .vertical-menu .navigation {
  display: block;
  margin-top: 30px;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:before {
  opacity: 0;
  visibility: visible;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
  background-color: #d8372d;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu .navigation {
  display: none;
  margin-top: -1px;
  height: auto !important;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation {
  display: block;
}
.banner-slider-top {
  margin-top: 30px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
}
.item-bn-inner .item-bn {
  display: block;
  height: 187px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-bn-inner img {
  width: 100%;
  height: auto;
}
.item-bn-inner .text {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.6rem;
}
.item-bn-slider-05 .item-slider .item {
  display: block;
  height: 374px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.bn-item-promo {
  position: relative;
  margin-bottom: 30px;
}
.bn-item-promo > .img-lazy-wrap,
.bn-item-promo > .img-native-wrap {
  position: absolute;
  width: 100%;
}
.bn-item-promo .bn-item-content {
  padding: 60px;
  position: relative;
}
.bn-item-promo .bn-item-content .title {
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1;
}
.bn-item-promo .bn-item-content .text {
  color: #999;
}
.bn-item-promo2 {
  position: relative;
  margin-bottom: 30px;
}
.bn-item-promo2 > .img-lazy-wrap,
.bn-item-promo2 > .img-native-wrap {
  position: absolute;
  width: 100%;
}
.bn-item-promo2 .bn-item-content {
  padding: 30px;
  position: relative;
}
.bn-item-promo2 .bn-item-content .title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.24;
}
.bn-item-promo2 .bn-item-content .text {
  color: #999;
}
.layout05 .selling-feature-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 30px;
}
.layout05 .selling-feature-wrap .selling-feature {
  margin-bottom: 0;
}
.layout05 .vertical-menu .navigation {
  padding-bottom: 14px;
}
.layout05 .vertical-menu .navigation .level0.level-top {
  padding: 0;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover {
  background-color: #d8372d;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover > a {
  color: #000000;
  font-weight: normal;
}
.layout05 .vertical-menu .navigation .level0.level-top > a.level-top {
  padding: 9px 15px;
}
.layout05 .vertical-menu .navigation .level0.level-top > a.level-top + i {
  right: 0;
  padding: 9px 15px;
}
.block-product-bn .bn-item-promo {
  margin-bottom: 0;
}
.search-trend-wrap {
  margin-bottom: 30px;
}
.search-trend-wrap .search-title .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 20px 0;
}
.search-trend {
  background-color: #fff;
}
.search-trend a {
  color: #000;
}
.search-trend a:hover {
  color: #d8372d;
}
.search-trend .title.active a {
  color: #d8372d;
}
.search-trend .trend-tabs {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 60px;
  text-align: center;
}
.search-trend .owl-item .switch {
  width: 100%;
}
.search-trend .switch {
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  vertical-align: top;
}
.search-trend .switch i {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.search-trend .switch span {
  display: block;
}
.search-trend .owl-theme .owl-nav [class*='owl-'] {
  opacity: 1;
  visibility: visible;
  width: 60px;
}
.trend-content {
  padding: 30px;
  text-align: center;
}
.trend-content .item-trend {
  margin-bottom: 30px;
}
.trend-content .item-trend span {
  display: block;
}
.deal-block-top-wrap {
  background-color: #fff;
}
.deal-block-top-wrap .widget-product {
  padding: 0 20px;
  padding-bottom: 10px;
}
.deal-block-top-wrap .deal-block-top {
  padding-left: 20px;
  padding-right: 20px;
}
.block-product-layout-wrap {
  background-color: #fff;
  margin-bottom: 30px;
}
.block-product-layout-wrap .top-title {
  padding: 5px 20px;
  margin-bottom: 0;
}
.block-product-layout-wrap .top-title .title i,
.block-product-layout-wrap .top-title .title span {
  display: inline-block;
  vertical-align: middle;
}
.block-product-layout-wrap .block-product-layout-inner {
  padding: 20px;
}
.block-product-layout-wrap .block-product-sidebar {
  padding: 20px;
}
.block-product-layout-wrap .block-product-sidebar .heading-title {
  font-size: 1.6rem;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.block-product-layout-wrap .block-product-col-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .widget-tabs > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
}
.block-product-layout-wrap .widget-tabs > li:before {
  display: none;
}
.block-product-layout-wrap .tabs-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .widget-tabs {
  margin: 0 -15px;
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -77px;
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav [class*='owl-'] {
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.block-product-layout-wrap .product-item {
  margin-bottom: 0;
}
.tab-content-fadein {
  position: relative;
}
.tab-content-fadein > div {
  display: none;
}
.tab-content-fadein > div[aria-hidden="false"],
.tab-content-fadein > div[data-hidden="false"] {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  display: block !important;
}
.tab-content-fadein > div[aria-hidden="true"],
.tab-content-fadein > div[data-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  display: block !important;
}
.max-1600 .container {
  max-width: 1600px;
}
.max-1900 .container {
  max-width: 1900px;
}
.max-100 .container {
  max-width: 100%;
}
.max-100 .quickview-wrap,
.max-1600 .quickview-wrap,
.max-1900 .quickview-wrap {
  max-width: 1900px;
}
/** Layout 06 **/
.layout06 .panel.wrapper {
  position: relative;
}
.layout06 .panel.header:before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 56px;
  text-align: center;
  letter-spacing: -10px;
  width: 100%;
  color: #ffffff;
  line-height: 1;
  text-indent: -10px;
  white-space: nowrap;
}
.layout06.cms-index-index .vertical-menu:hover .navigation {
  display: none;
}
.layout06.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation {
  display: block;
}
.mb-navigation-home {
  position: relative;
  padding-top: 15px;
  z-index: 2;
}
.mb-navigation-home.vertical-menu {
  height: 100%;
  margin-right: -15px;
}
.mb-navigation-home .navigation-home,
.mb-navigation-home .magebig-nav {
  height: 100%;
}
.mb-navigation-home .magebig-nav li.level0 {
  position: static;
}
.mb-navigation-home .level0.level-top > .submenu {
  padding-top: 15px;
  min-height: 100%;
}
.mb-navigation-home .magebig-nav div.submenu:before {
  top: 0;
}
.mb-navigation-home .level0.level-top > a {
  padding: 9px 15px;
}
.mb-navigation-home .level0.level-top > a:hover {
  background-color: #d8372d;
  color: #000;
  font-weight: 400;
}
.mb-navigation-home .magebig-nav > li > i {
  padding: 9px 15px;
}
.banner-slider-cat .bn-inner {
  border-left: 1px solid #d3d3d3;
}
.bn-menu {
  padding-right: 0;
}
.sticky-addcart .page-title-wrapper {
  display: none;
}
.sticky-addcart.active {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sticky-addcart.active .fieldset-add {
  float: right;
  width: 360px;
  text-align: right;
  display: block;
}
.sticky-addcart.active .towishlist,
.sticky-addcart.active #instant-purchase,
.sticky-addcart.active .paypal {
  display: none !important;
}
.sticky-addcart.active .page-title-wrapper {
  margin: 0;
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: calc(100% - 380px);
}
.sticky-addcart.active .page-title-wrapper .page-title {
  margin: 0 !important;
  font-size: 2rem;
}
.sticky-addcart.active .page-title-wrapper .page-title span {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-addcart.active .tocart,
.sticky-addcart.active .field {
  margin-bottom: 5px !important;
}
.sticky-addcart.active .tocart {
  margin-right: 0 !important;
}
.sticky-addcart.active .field > label {
  text-align: left;
}
.sticky-addcart.active .stick-info a {
  margin-right: 15px;
  color: #666666;
}
.sticky-addcart.active .stick-info a:hover {
  color: #d8372d;
}
.sticky-addcart.active .stick-info a .counter {
  display: none;
}
.sidebar-product-wrap .widget-sidebar {
  margin: 0;
}
.selling-feature-sidebar {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 20px;
}
.selling-feature-sidebar .list-features {
  margin: 5px 0;
}
.selling-feature-sidebar .media-heading {
  font-weight: 500;
}
.selling-feature-sidebar .media-body {
  padding: 0 10px;
}
.selling-feature-sidebar .media-left {
  margin: 0 !important;
}
.selling-feature-sidebar i {
  font-size: 30px;
  color: #d8372d;
}
.img-native-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.img-native-wrap img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.img-lazy-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.img-lazy-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.img-lazy-wrap:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1200px;
  height: 100%;
  background-image: linear-gradient(100deg, #f5f5f5 30%, #fff 50%, #f5f5f5 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translate3d(-100%, 0, 0);
  animation: placeholderAnimation 1.5s ease-in-out 100;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.img-lazy-wrap.lazyloaded-wrap:before,
.img-lazy-wrap.lazyloaded-wrap:after {
  display: none;
}
@keyframes placeholderAnimation {
  100% {
    transform: translateX(calc(100% + 1200px));
  }
}
.media-lazy.lazyload:not([src]),
.media-lazy.lazyload[src='#'] {
  visibility: hidden;
}
.media-lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease;
}
.media-lazy.lazyloaded {
  opacity: 1;
  visibility: visible;
}
.img-fluid.lazyload,
.img-fluid.lazyloading {
  width: 1px;
  height: 1px;
}
.object-fit .img-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object-fit .img-lazy-wrap,
.object-fit .img-native-wrap {
  padding-bottom: 0 !important;
  height: 100%;
}
.object-fit img {
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100% !important;
  width: 100% !important;
}
.object-center img {
  object-position: center center !important;
}
.object-right img {
  object-position: center right !important;
}
.object-left img {
  object-position: center left !important;
}
/* ============================================ *
 * Blog
 * ============================================ */
.blog-index-index .page-title,
.blog-post-view .page-title,
.blog-category-view .page-title {
  text-align: center;
  margin: 30px 0;
}
.widget.blog-search.block .action.search {
  right: 0;
}
.widget.blog-search.block .action.search:before {
  font-family: mbicon;
  content: "\e922";
  overflow: visible;
  right: 0;
  padding: 0 10px;
  width: auto;
  line-height: 32px;
  background: transparent;
  opacity: 1;
}
.post-list {
  margin-bottom: 0;
}
#blog_search_mini_form {
  position: relative;
}
.blog-categories .block-content ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 0;
}
.blog-categories .block-content ul li {
  display: inline-block;
  width: 100%;
}
.blog-categories .block-content ul li a {
  display: inline-block;
  padding: 5px 0 5px 0;
  position: relative;
}
.blog-categories .block-content ul li a:before {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d3";
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -15px;
}
.sidebar .widget.block .block-title {
  text-transform: capitalize;
}
.widget.blog-search,
.sidebar .widget.block {
  margin-bottom: 30px;
}
.widget.block-recent-posts .block-content .item {
  padding: 0;
  margin-bottom: 5px;
}
.widget.block-tagclaud .tagclaud-hld .largest {
  font-size: 1.2rem;
}
div.post-content .post-description .post-ftimg-hld img {
  float: left;
  width: auto;
  margin-right: 25px;
}
.post-view .post-holder,
.post-list .post-holder {
  background: transparent;
  padding: 0;
  border: none;
}
.post-view .post-holder:hover,
.post-list .post-holder:hover {
  box-shadow: none;
}
.post-view .post-content .post-description .post-ftimg-hld,
.post-list .post-content .post-description .post-ftimg-hld {
  margin-left: 0;
  margin-bottom: 3px;
}
.post-view .post-content,
.post-list .post-content {
  text-align: justify;
}
.post-view .post-content .widgetplus,
.post-list .post-content .widgetplus {
  text-align: initial;
}
.share-tag {
  margin: 40px 0;
  text-align: center;
}
.share-tag .post-categories {
  margin-bottom: 20px;
}
.share-tag .item .label {
  font-weight: 500;
}
.addthis_toolbox > a {
  float: none !important;
  display: inline-block;
}
.addthis_toolbox > a svg,
.addthis_toolbox > a > .at-icon-wrapper {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  text-align: center;
  border-radius: 3px;
}
.addthis_toolbox > a svg {
  padding: 10px;
}
.post-view img {
  max-width: 100%;
  height: auto;
}
.post-view,
.post-list-wrapper {
  padding-right: 100px;
}
.img-featured img {
  width: 100%;
}
.post-list-wrapper .title {
  font-weight: 500;
  font-size: 1.6rem;
}
.post-list-wrapper .title a {
  color: #000000;
}
.post-list-wrapper .title a:hover {
  color: #d8372d;
}
.post-list-wrapper .post-categories {
  margin-top: 20px;
  margin-bottom: 10px;
}
.post-list-wrapper .post-categories a {
  color: #000000;
}
.post-list-wrapper .post-categories a:hover {
  color: #d8372d;
}
.post-list-wrapper .post-posed-date {
  color: #999999;
}
.post-list-wrapper .post-item {
  margin-bottom: 30px;
}
.toolbar-blog-posts {
  margin-bottom: 60px;
}
.blog-post-wrap .post-list-wrapper {
  padding: 0;
}
.block-blog-main {
  border-bottom: 1px solid #d8d8d8;
  padding: 30px 0 0;
  display: inline-block;
  width: 100%;
  margin-bottom: -1px;
}
.recently-viewed.block-viewed-products-grid {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
.post-item-date {
  font-style: italic;
}
.layout-rtl .post-view,
.layout-rtl .post-list-wrapper {
  padding-left: 100px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .post-view,
  .post-list-wrapper {
    padding-right: 0;
  }
  .layout-rtl .post-view,
  .layout-rtl .post-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .post-list-wrapper .title {
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.toggle-mobile {
  border-bottom: 1px solid #ccc;
}
.toggle-mobile .content-toggle {
  display: none;
  padding-bottom: 20px;
}
.toggle-mobile .title {
  position: relative;
  padding: 15px 0;
  color: #666;
}
.toggle-mobile .title .mbi {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  color: #666;
}
.toggle-mobile .title .mbi:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
}
.toggle-mobile.open .content-toggle {
  display: block;
}
.footer-links-wrap,
.footer-quicklinks {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .sticky-menu.active .btn-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .col-mb-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sidebar-wrap.mfp-hide {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .icon-top-mobile {
    display: none;
  }
  .footer-links-wrap .title .mbi,
  .footer-quicklinks .title .mbi,
  .footer-contact .title .mbi,
  .footer-links-wrap.open .title .mbi,
  .footer-quicklinks.open .title .mbi,
  .footer-contact.open .title .mbi {
    display: none;
  }
  .footer-links-wrap .content-toggle,
  .footer-quicklinks .content-toggle,
  .footer-contact .content-toggle {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .toolbar-amount {
    display: none;
  }
  .smartmenu.magebig-nav li.level0 {
    padding: 0 5px;
  }
  .smartmenu.magebig-nav li.level0 a {
    font-size: 1.4rem;
  }
  .smartmenu.magebig-nav li.level0 > .mbi {
    padding-left: 5px;
  }
  .hotline-top {
    font-size: 14px;
  }
  .vertical-menu .title {
    font-size: 14px;
  }
  .vertical-menu .navigation {
    max-width: 270px;
  }
  .vertical-menu .navigation .level0.level-top > .submenu {
    max-width: 500px;
  }
  .page-wrapper {
    overflow: hidden;
  }
  .layout05.cms-index-index .vertical-menu .navigation {
    display: none;
    margin-top: -1px;
  }
  .layout05.cms-index-index .vertical-menu:hover .navigation {
    display: block;
  }
  .layout06.cms-index-index .vertical-menu:hover .navigation {
    display: block;
  }
  .block-product-bn .bn-item-promo .bn-item-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .header-content-action > div {
    margin-right: 15px;
  }
  .selling-feature .row > div {
    border: none;
  }
  .block-cat-list {
    margin-bottom: 10px;
  }
  .toolbar-products .limiter,
  .toolbar-amount {
    display: none;
  }
  .toolbar-products .modes .modes-label {
    display: none;
  }
  .toolbar-products .sorter {
    margin-right: 40px;
  }
  .top-link-wrap > div {
    padding: 0 15px;
  }
  .vertical-menu .navigation .level0.level-top > .submenu {
    max-width: 460px;
  }
  .footer-links-wrap {
    margin-bottom: 30px;
  }
  .footer-main .title {
    margin-bottom: 15px;
  }
  .heading-title {
    font-size: 2rem;
  }
  .catalog-category-view .sidebar-wrap,
  .catalogsearch-result-index .sidebar-wrap {
    display: none;
    padding: 0;
  }
  .catalog-category-view .mfp-content .sidebar-wrap,
  .catalogsearch-result-index .mfp-content .sidebar-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 2rem;
  }
  .btn-nav-mobile-top {
    vertical-align: middle;
  }
  .fotorama__caption__wrap {
    display: none;
  }
  .gallery-placeholder .fotorama {
    overflow: visible;
  }
  .gallery-placeholder.imgs {
    padding-bottom: calc(var(--pad-product) + var(--pad-thumb) + 10px) !important;
  }
  .magebig-tooltip {
    display: none !important;
  }
  .sticky-menu.active .header-maininner-row {
    padding: 0;
  }
  .sticky-menu.active .menu-logo {
    margin: 0;
    padding: 0;
    display: table;
  }
  .sticky-menu.active .col-search {
    display: none;
  }
  .sticky-menu.active .header-horizontal .vertical-menu {
    display: none !important;
  }
  .menu-logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .menu-logo .logo {
    vertical-align: middle;
  }
  .logo-top.has-btn {
    text-align: center;
  }
  .icon-top-mobile {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    max-width: 80px;
  }
  .icon-top-mobile .minicart-action {
    margin: 0 5px;
  }
  .icon-top-mobile .user-topbar {
    display: inline-block;
    vertical-align: top;
  }
  .header-content-action {
    float: none;
    position: relative;
    display: flex;
  }
  .header-content-action > div {
    float: none;
    margin: 0;
    text-align: center;
    position: static;
  }
  .header-content-action .block-minicart {
    text-align: left;
  }
  .hide-mobile {
    display: none;
  }
  .col-search .mfp-hide {
    display: block !important;
  }
  .mfp-content .top-search-wrap {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .search-popup .mfp-content {
    vertical-align: top;
  }
  .mfp-close-btn-in.search-popup .mfp-close {
    color: #ccc;
    top: -48px;
    right: -20px;
  }
  .heading-title {
    font-size: 1.8rem;
  }
  .product-item .product-btn {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .box-tocart .actions .tocart,
  .box-tocart .instant-purchase {
    margin-right: 0;
  }
  .box-tocart .field {
    margin-right: 5px;
  }
  .top-link-wrap {
    margin: 0 -15px;
  }
  .user-topbar {
    position: relative;
  }
  .user-topbar .header.links {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    padding: 20px;
    z-index: 102;
    background-color: #ffffff;
    text-align: right;
    border: 1px solid #cccccc;
    display: none;
  }
  .user-topbar .header.links .customer-name {
    display: none;
  }
  .user-topbar .header.links li {
    padding: 5px 0;
  }
  .user-topbar:hover .header.links {
    display: block;
  }
  .user-topbar:hover .header.links .acc-topbar {
    position: static;
  }
  .user-topbar:hover .header.links .acc-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -20px;
  }
  .subscribe .text {
    margin-bottom: 15px;
  }
  #newsletter-validate-detail {
    margin-bottom: 40px;
  }
  .footer-container #newsletter-validate-detail {
    margin-bottom: 0;
  }
  .text-copyright {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .footer-widgets .selling-feature {
    margin-bottom: 0;
    border: none;
  }
  .mr-payment {
    text-align: center;
    margin-top: 0;
  }
  .recently-viewed .category-products {
    padding: 15px;
  }
  .product-item .special-price .price,
  .product-item .minimal-price .price,
  .product-item .price-box .price {
    font-size: 1.4rem;
  }
  .product-item .old-price .price {
    font-size: 1.3rem;
  }
  .message.global.cookie .content > p {
    padding-right: 0;
  }
  .message.global.cookie .actions {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
  .item-slider .block-content .block-center,
  .item-slider .block-content-slide .block-center {
    left: 0;
  }
  .category-list-top > .row > div:first-child {
    max-width: 140px;
  }
  .product.data.items > .item.title > .switch {
    color: #000;
    background: #f4f4f4;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #f4f4f4;
  }
  .additional-attributes tbody tr {
    border-bottom: none !important;
  }
  .additional-attributes tr th {
    width: auto;
  }
  .product-info-price {
    margin-top: 15px;
  }
  .social-share {
    text-align: left;
  }
  .social-share .social-listing {
    padding: 0;
    text-align: left;
  }
  .block-product-layout-wrap .block-product-col-left {
    border-right: none;
  }
  .sticky-addcart.active .page-title-wrapper {
    display: none;
  }
  .sticky-addcart.active .fieldset-add {
    display: block;
    width: 100%;
  }
  .sticky-addcart.active .fieldset-add > .field {
    float: left;
  }
  .footer-copyright-vertical {
    margin-bottom: 70px;
  }
  .trend-content .row > div:nth-child(16) {
    display: none;
  }
  .selling-feature .media-heading {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .selling-feature .row > div .media {
    flex-wrap: wrap;
    text-align: center;
  }
  .selling-feature .media-left {
    width: 100%;
    margin: 0 !important;
    height: auto;
  }
  .selling-feature .media-left .mbi {
    font-size: 30px;
    line-height: 30px;
  }
  .selling-feature .row > div .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col-btn-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 0 15px 2px 15px;
    width: 100%;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .col-btn-actions a,
  .col-btn-actions i {
    color: #000;
  }
  .col-btn-actions a:hover,
  .col-btn-actions i:hover {
    color: #d8372d;
  }
  .menu-btn-text {
    font-size: 1.2rem;
    margin-top: -6px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
  }
  #go-top {
    bottom: 75px;
  }
  .layout-rtl .toggle-mobile .title .mbi:before {
    right: auto;
    left: 0;
  }
  .footer-links-wrap .title {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    margin: 0;
    line-height: 20px;
  }
  .footer-links-wrap {
    margin: 0;
  }
  .footer-quicklinks {
    padding: 0 0;
  }
  .footer-quicklinks > .title {
    font-weight: 500;
  }
  .footer-main {
    padding-bottom: 0;
  }
  .block-cat-product .product-item {
    max-height: unset;
  }
  .swatch-option-tooltip {
    display: none !important;
  }
  .bn-item-promo .bn-item-content {
    padding: 20px;
  }
  .bn-item-promo .bn-item-content .title {
    font-size: 2rem;
  }
  .account .main-wrap {
    order: 1;
  }
  .account .sidebar-wrap {
    order: 2;
  }
  .table-order-items tbody tr {
    border-bottom: 1px solid #ccc;
  }
  .table-order-items tbody tr:last-child {
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .top-link-wrap {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .top-link-wrap > div {
    padding: 0 10px;
  }
  .quickview-wrap {
    padding: 30px 15px;
  }
  .item-bn-slider-05 .item-slider .item {
    height: 320px;
  }
  div.box-tocart .field,
  div.box-tocart .actions .tocart,
  div.box-tocart .instant-purchase {
    margin-right: 0;
    margin-left: 0;
  }
  div.box-tocart .fieldset-add input.input-text {
    width: 100px;
  }
  .order-status-wrap .action-reorder {
    width: 100%;
    margin-top: 10px;
  }
  .order-status-wrap .action-reorder .action {
    width: 100%;
  }
  ul.order-links {
    margin: 0 -10px;
  }
  ul.order-links .item {
    padding: 10px;
  }
}
@media (max-width: 374px) {
  .btn-compare {
    display: none;
  }
  .sticky-addcart.active .fieldset-add .tocart {
    min-width: 150px !important;
  }
  div.box-tocart .actions .towishlist {
    display: none;
  }
}
@media (min-width: 992px) {
  .sidebar .block-content {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .gallery-placeholder.imgs.vertical .gallery-placeholder__image {
    padding-bottom: calc((100% - 76px) * var(--ratio));
    right: 0;
    left: 76px;
    width: auto;
  }
  .gallery-placeholder.imgs.vertical .gallery-placeholder__image .thumb-pl {
    margin-top: 0;
    top: 0;
    left: -76px;
  }
  .tp-md-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .tp-lg-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .tp-xl-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tp-xl-8-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .layout05 .vertical-menu .navigation {
    width: 100%;
  }
  .layout05.cms-index-index .vertical-menu .navigation {
    height: 563px;
  }
}
@media (min-width: 1600px) {
  .tp-2-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tp-3-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .tp-4-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tp-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tp-6-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .tp-8-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .max-1600.layout05.cms-index-index .vertical-menu .navigation,
  .max-1900.layout05.cms-index-index .vertical-menu .navigation,
  .max-100.layout05.cms-index-index .vertical-menu .navigation {
    height: 713px;
    width: 100%;
  }
  .max-1600.layout05 .vertical-menu .navigation .level0.level-top,
  .max-1900.layout05 .vertical-menu .navigation .level0.level-top,
  .max-100.layout05 .vertical-menu .navigation .level0.level-top {
    padding: 5px 0;
  }
  .max-1600.layout06 .mb-navigation-home.vertical-menu .level0.level-top,
  .max-1900.layout06 .mb-navigation-home.vertical-menu .level0.level-top,
  .max-100.layout06 .mb-navigation-home.vertical-menu .level0.level-top {
    padding: 5px 0;
  }
  .max-1600 .item-bn-slider-05 .item-slider .item,
  .max-1900 .item-bn-slider-05 .item-slider .item,
  .max-100 .item-bn-slider-05 .item-slider .item {
    height: 474px;
  }
  .max-1600 .item-bn-inner .item-bn,
  .max-1900 .item-bn-inner .item-bn,
  .max-100 .item-bn-inner .item-bn {
    height: 237px;
  }
  .max-1600 .block-cat-wrap .block-cat-list,
  .max-1900 .block-cat-wrap .block-cat-list,
  .max-100 .block-cat-wrap .block-cat-list {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .max-1600 .block-cat-wrap .col-xl-7,
  .max-1900 .block-cat-wrap .col-xl-7,
  .max-100 .block-cat-wrap .col-xl-7 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .max-1600 .block-cat-product .product-item,
  .max-1900 .block-cat-product .product-item,
  .max-100 .block-cat-product .product-item {
    min-height: 385px;
    max-height: 400px;
  }
}
@media (hover: none) and (min-width: 768px) {
  .product-item:hover .product-btn {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@media (hover: none) {
  .product-show > a.photo .hover-photo {
    display: none;
  }
  .product-show > a.photo .hover-photo img {
    display: none;
  }
  .product-show > a.photo:hover .hover-photo {
    opacity: 0;
    visibility: hidden;
  }
}
body {
  font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.smartmenu {
  font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
  font-weight: 500;
}
input,
textarea {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
.font-special {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
.font-text,
.std,
.desc,
.text {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
a {
  color: #000000;
}
a:hover {
  color: #d8372d;
}
blockquote {
  border-left-color: #d8372d;
}
.post-content a {
  color: inherit;
}
.post-content a:hover {
  color: #d8372d;
}
.page-header {
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
.page-header .wishlist-icon,
.page-header .showcart {
  color: #000000;
}
.page-header .wishlist-icon:hover,
.page-header .showcart:hover {
  color: #d8372d;
}
.page-header a {
  color: #000000;
}
.page-header a:hover {
  color: #d8372d;
}
.page-footer {
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
.page-footer a {
  color: #000000;
}
.page-footer a:hover {
  color: #d8372d;
}
.header-top-inner {
  color: #000000;
  background-color: #f1f1f1;
  border-bottom: none;
}
.header-top-inner a,
.header-top-inner .title,
.header-top-inner .log-in {
  color: #000000;
}
.header-top-inner a:hover,
.header-top-inner .title:hover,
.header-top-inner .log-in:hover {
  color: #d8372d;
}
.dropdown a,
.mage-dropdown-dialog a {
  color: #000;
}
.dropdown a:hover,
.mage-dropdown-dialog a:hover {
  color: #d8372d;
}
.mage-dropdown-dialog {
  color: #000;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #d8372d;
}
.maincolor {
  color: #d8372d;
}
.header-menu-content {
  background: #d8372d;
}
.horizontal-menu .magebig-nav li.level0 > a {
  color: #ffffff;
}
.horizontal-menu .magebig-nav li.level0 > a:hover {
  color: #000000;
}
.horizontal-menu .magebig-nav li.level0 > a + .mbi {
  color: #ffffff;
}
.vertical-menu .title,
.hotline-top {
  color: #ffffff;
}
@media (min-width: 768px) {
  .header-content-action .authorization-link a {
    color: #000000;
  }
  .header-content-action .authorization-link a:hover {
    color: #d8372d;
  }
  .header-content-action .authorization-link + li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .sticky-menu.active .header-content-action .authorization-link + li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .sticky-menu.active .header-content-action .authorization-link a {
    color: #000000;
  }
  .sticky-menu.active .header-content-action .authorization-link a:hover {
    color: #d8372d;
  }
}
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;
}
.modal-slide {
  left: 30px;
  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._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,
.ie10 .modal-popup._inner-scroll,
.ie9 .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,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .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: 30px;
  padding-right: 30px;
}
.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: 12px;
  padding-top: 30px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  content: "\e935";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 650px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 11px;
  font-size: 24px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 22px;
}
.modal-popup .street .control .field {
  margin-bottom: 10px;
}
.modal-popup .street .control .field:last-child {
  margin-bottom: 0;
}
.modal-popup .street .label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.modal-popup .field-tooltip {
  display: none;
}
.modal-popup .select {
  width: 100%;
}
.modal-slide .action-close {
  padding: 15px;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
#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: 22px 0 0;
}
.location-details .location-name {
  font-size: 20px;
  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 22px;
  padding: 0 0 11px;
  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: 20px;
}
.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 22px;
}
/**
 * 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/MageBig/martfury_layout04/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/MageBig/martfury_layout04/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/MageBig/martfury_layout04/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/MageBig/martfury_layout04/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/MageBig/martfury_layout04/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.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.6rem;
  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.4rem;
  font-size: 2rem;
  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: #d8372d;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  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: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  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: 100%;
}
[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: 100%;
  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 5.5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #ffffff;
  border-bottom: 0px solid #d1d1d1;
  border-left: 0px solid #d1d1d1;
  border-right: 0px solid #d1d1d1;
  border-top: 0px solid #d1d1d1;
  height: 44px;
  padding: 0px 22px 0px 22px;
  font-weight: 500;
  line-height: 44px;
  font-size: 2rem;
  color: #999999;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #999999;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #999999;
  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: #ffffff;
}
.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: 0px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 0px solid #d1d1d1;
  margin: 0 0 5.5px;
  padding: 22px 22px 22px 22px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.required-captcha.checkbox {
  display: block;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: visible;
  width: 1px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2021 Adobe
 * All Rights Reserved.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright 2024 Adobe
 * All Rights Reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 22px;
}
.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: red;
}
.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: 5.5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 33px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 33px;
  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 11px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 22px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 22px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 11px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 11px;
}
.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 33px;
}
.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 44px;
  padding: 11px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 100%;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 33px;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 33px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 33px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.loading-mask .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #d8372d;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
.loading-mask .loader img {
  display: none;
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.white-popup {
  background: #fff;
}
.mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 30px 15px;
  z-index: 1045;
  box-sizing: border-box;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  text-indent: 9999px;
}
.mfp-close:before {
  content: '×';
  text-indent: 0;
  float: left;
  width: 100%;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  display: inline-block;
}
/*.mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }*/
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
  position: relative;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
     * Fade-zoom animation for first dialog
     */
/* start state */
.mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
     * Fade-move animation for second dialog
     */
/* at start */
.mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-preloader {
  color: #CCC;
  top: 50%;
  text-align: center;
  z-index: 1044;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 1;
  position: absolute;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
div.fotorama--fullscreen {
  z-index: 2000 !important;
}
.swatch-option-tooltip {
  z-index: 1999 !important;
}
.mfp-wrap.mfp-slide-right {
  background: #fff;
  width: 420px;
  right: -420px;
  max-width: 100%;
  left: auto;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 99999;
}
.mfp-wrap.mfp-slide-right .mfp-content {
  vertical-align: top;
  margin: 0;
}
.mfp-wrap.mfp-slide-right.mfp-ready {
  right: 0;
}
.mfp-wrap.mfp-slide-right.mfp-removing {
  right: -420px;
}
.mfp-wrap.mfp-slide-right.mfp-none-transition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.layout-rtl .mfp-wrap.mfp-slide-right {
  left: -400px;
  right: auto;
}
.layout-rtl .mfp-wrap.mfp-slide-right.mfp-ready {
  left: 0;
  right: auto;
}
.layout-rtl .mfp-wrap.mfp-slide-right.mfp-removing {
  left: -400px;
  right: auto;
}
.layout-rtl .mfp-close {
  left: 0;
  right: auto;
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 1;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.magebig-mobile-menu {
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  left: -270px;
  z-index: 9999;
}
.magebig-mobile-menu .close-nav {
  position: fixed;
  top: 0;
  left: 100%;
  border: none;
  color: #ffffff;
  z-index: 100;
  background-color: transparent;
  font-size: 25px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  margin-left: -40px;
}
.magebig-mobile-menu nav {
  width: 100%;
  position: relative;
  z-index: 101;
  max-width: 460px;
  padding-bottom: 60px;
}
.overlay-contentpush {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: transform 250ms;
  -webkit-transition: transform 250ms;
  -o-transition: transform 250ms;
  will-change: transform;
  transition: transform 250ms;
}
.overlay-contentpush.open {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}
.page-wrapper.overlay-open {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  position: relative;
}
.page-wrapper.overlay-open:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.mb-navigation {
  display: inline-block;
  vertical-align: top;
}
.vertical-menu .magebig-nav {
  padding: 0;
  width: 100%;
}
.horizontal-menu {
  position: relative;
  display: block;
}
.horizontal-menu .level0.level-top.parent:hover:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: calc(100% + 9px);
  left: -5000%;
  right: -5000%;
  z-index: 10;
  bottom: 0;
  pointer-events: none;
  width: 100000%;
  height: 100000%;
}
.horizontal-menu .level0.mega_fullwidth.level-top.parent:hover:after {
  top: 100%;
}
.vertical-menu .level0.mega_fullwidth > .submenu {
  width: calc(300% - 24px) !important;
  margin-top: 0 !important;
}
.vertical-menu:hover:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 100%;
  left: -5000%;
  right: -5000%;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
  width: 100000%;
  height: 100000%;
}
.nav-bar .magebig-nav li.level0 > a {
  color: #000;
}
.nav-bar .magebig-nav li.level0 > a:hover {
  color: #bbb;
}
.magebig-nav {
  margin: 0;
  padding: 9px 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.magebig-nav > li {
  float: left;
  padding: 0;
  text-align: left;
}
.magebig-nav .itemgrid ul.level0 {
  margin: 0 -15px;
}
.magebig-nav ul.level0 li {
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.magebig-nav ul.level0 li:hover {
  background: none;
}
.magebig-nav li.custom-block {
  float: left;
  border-left: none;
}
.magebig-nav li.level0 {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.magebig-nav li.level0 a {
  position: relative;
}
.magebig-nav li.level0 ul li {
  height: auto;
}
.magebig-nav li.level0 ul li a {
  border: 0 none;
  display: block;
  font-size: 100%;
  height: auto;
  margin: 0;
  outline: medium none;
  text-transform: capitalize;
  width: 100%;
  background-color: transparent;
}
.magebig-nav li.level0 ul li a:hover {
  outline: medium none;
  text-decoration: none;
}
.magebig-nav li.level0 ul li a span.title_group {
  padding-left: 0;
}
.magebig-nav li.level0 ul li:hover {
  border-top: none;
}
.magebig-nav li.level0 ul li ol {
  margin: 0 0 0 5px;
}
.magebig-nav li.level0 ul li ul li a {
  border-bottom: 1px solid #cfcfcf;
}
.magebig-nav li.level0 ul li.groups a {
  font-size: 100%;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav li.level0 ul li.groups > a {
  font-weight: 500;
}
.magebig-nav li.level0:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.magebig-nav li.level0.mega_fullwidth:hover > .show-sub {
  margin-top: -9px;
}
.magebig-nav li.level0 .groups-wrapper ul li a {
  border: 0 none;
  height: auto;
  margin: 0;
  outline: medium none;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 4px 0;
  line-height: 18px;
}
.magebig-nav li.level0 .simple-dropdown .groups-wrapper ul.level1 li a {
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav li.level0 .simple-dropdown ul li.groups > a {
  border-bottom: 1px solid #ccc;
}
.magebig-nav li.level0.mega_fullwidth {
  position: static;
}
.magebig-nav li > a {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  outline: none;
  text-decoration: none;
  position: relative;
  color: #000;
}
.magebig-nav img {
  max-width: 100%;
  height: auto;
}
.magebig-nav li.active a.level-top {
  outline: none;
}
.magebig-nav li ul.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  min-width: 220px;
  z-index: 999;
}
.magebig-nav li div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  min-width: 220px;
  z-index: 999;
}
.magebig-nav li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li div.show-sub {
  left: 70%;
  top: 0;
}
.magebig-nav li .show-sub li:hover > div.show-sub {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.magebig-nav li .show-sub .groups-wrapper li > div.show-sub {
  padding: 10px 15px;
}
.magebig-nav li ul span {
  white-space: normal;
}
.magebig-nav li .groups-wrapper .parent > a {
  position: relative;
}
.magebig-nav li .groups-wrapper .parent > a:before {
  content: '\f3d3';
  position: absolute;
  right: 5px;
  top: 8px;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.magebig-nav li .simple-dropdown .parent > a {
  position: relative;
}
.magebig-nav li .simple-dropdown .parent > a:before {
  content: '\f3d3';
  position: absolute;
  right: 5px;
  top: 12px;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.magebig-nav li.mega_center.level-top > div.show-sub {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.magebig-nav li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav div.level0 {
  padding: 15px 15px;
  cursor: default;
}
.magebig-nav div.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: transform 180ms ease;
  -webkit-backface-visibility: hidden;
  transform: translateY(10px);
  padding-top: 25px;
}
.magebig-nav div.submenu:before {
  position: absolute;
  content: '';
  top: 9px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.magebig-nav div.submenu ul {
  border: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.magebig-nav div.submenu.simple-dropdown {
  padding-top: 10px;
}
.magebig-nav li.dropdown-group {
  position: relative;
}
.magebig-nav li.dropdown-group .dropdown.submenu {
  max-width: 270px;
  padding: 0;
}
.magebig-nav li.dropdown-group .dropdown.submenu li.level1:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.magebig-nav .simple-dropdown ul li a {
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav .simple-dropdown ul.level0 li {
  width: 100%;
  padding: 0 15px;
  float: left;
}
.magebig-nav .simple-dropdown ul.level0 li a {
  border-bottom: 1px solid #e5e5e5;
}
.magebig-nav .simple-dropdown ul.level0 li:last-child > a {
  border-bottom: none;
}
.magebig-nav .simple-dropdown ul.level0 li.groups {
  border-bottom: none;
}
.magebig-nav ul li {
  background: none;
  margin: 0;
}
.magebig-nav ul li ul.level1 li {
  border: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.magebig-nav ul li ul.level2 li {
  border: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.magebig-nav ul li.active {
  background: none;
  margin: 0;
}
.horizontal-menu .smartmenu a.level-top > .mbi {
  font-size: 16px;
}
.smartmenu .mbi {
  display: inline-block;
  line-height: inherit;
  padding-left: 15px;
  vertical-align: top;
}
.smartmenu a.level-top > .mbi {
  padding-left: 0;
  padding-right: 7px;
  font-size: 20px;
}
.smartmenu a.level-top > img {
  padding-left: 0;
  padding-right: 7px;
  display: inline-block;
}
.itemgrid .item {
  padding: 0 15px;
}
#smartmenu a {
  position: relative;
}
li.level0 > a > span > .cat-label {
  position: absolute;
  bottom: 90%;
  left: 90%;
}
.vertical-menu li.level0 > a > span > .cat-label {
  left: auto;
  bottom: 72%;
}
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid #cc0000;
  border-left: 0 solid transparent;
  border-right: 4px solid transparent;
  margin-left: -3px;
}
li.level0 .cat-label.cat-label-trending {
  background: #00BCD4;
}
li.level0 .cat-label.cat-label-trending:before {
  border-top: 4px solid #00BCD4;
}
li.level0 .cat-label.cat-label-new {
  background: #2196F3;
}
li.level0 .cat-label.cat-label-new:before {
  border-top: 4px solid #2196F3;
}
li.level0 .cat-label.cat-label-hot {
  background: #FF5722;
}
li.level0 .cat-label.cat-label-hot:before {
  border-top: 4px solid #FF5722;
}
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  margin: 0 2px;
}
.cat-label {
  padding: 2px 4px;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  border-radius: 2px;
  font-size: 10px;
  line-height: 13px;
  background: #cc0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.is-sticky li.level0 > a > span > .cat-label {
  bottom: auto;
  top: 0;
}
div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  z-index: 9;
}
.menu-static-blocks .mega-blockright {
  position: relative;
  text-align: center;
}
.menu-static-blocks .mega-blockright img {
  width: 100%;
}
.menu-static-blocks .mega-blockright:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.menu-static-blocks .mega-right {
  color: #fff;
  width: 100%;
  padding: 0 15px;
}
.menu-static-blocks .mega-right .text-small {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.menu-static-blocks .mega-right .text-large {
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.itemgrid-1col .item {
  width: 100%;
}
.itemgrid-2col .item {
  width: 50%;
}
.itemgrid-3col .item {
  width: 33.33333333%;
}
.itemgrid-4col .item {
  width: 25%;
}
.itemgrid-4col .item.dop {
  width: 50%;
}
.itemgrid-5col .item {
  width: 20%;
}
.itemgrid-5col .item.dop {
  width: 40%;
}
.itemgrid-6col .item {
  width: 16.66666667%;
}
.itemgrid-6col .item.dop {
  width: 33.33333333%;
}
.itemgrid-7col .item {
  width: 14.28571429%;
}
.col12-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 8.33333333%;
}
.col12-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 16.66666667%;
}
.col12-3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
}
.col12-4 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 33.33333333%;
}
.col12-5 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 41.66666667%;
}
.col12-6 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.col12-7 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 58.33333333%;
}
.col12-8 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 66.66666667%;
}
.col12-9 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 75%;
}
.col12-10 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 83.33333333%;
}
.col12-11 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 91.66666667%;
}
.col12-12 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 100%;
}
.grid4-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
}
.grid4-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.grid4-3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 75%;
}
.grid2-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.grid-full {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 100%;
}
.grid-col2-sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.grid-col2-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.mb-menu .mbi {
  display: none;
}
.block-nav .mbi {
  display: none;
}
.block-nav a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-nav a:hover {
  text-overflow: unset;
}
.block-nav a > .mbi {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 3px;
}
.block-nav a > .mbi + span {
  display: inline-block;
  vertical-align: middle;
}
.layout-rtl .magebig-nav li .show-sub li div.show-sub {
  left: auto;
  right: 70%;
}
.layout-rtl .magebig-nav li .groups-wrapper .parent > a:before {
  content: "\f3d2";
  right: auto;
  left: 5px;
}
.layout-rtl .magebig-nav li .simple-dropdown .parent > a:before {
  content: "\f104";
  right: auto;
  left: 5px;
}
.layout-rtl li.level0 > a > span > .cat-label {
  left: auto;
  right: 90%;
}
.layout-rtl li.level0 > a > span > .pin-bottom:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  margin-left: -3px;
}
.layout-rtl .vertical-menu li.level0 > a > span > .cat-label {
  right: auto;
}
.layout-rtl ul.nav-collapse {
  padding-left: 0;
  padding-right: 0;
}
.layout-rtl ul#mb-collapsible li span.collapsed,
.layout-rtl ul#mb-collapsible li span.expanded {
  left: 0;
  border-left: 0;
  text-align: center;
  right: auto;
}
.layout-rtl .sidebar ul.nav-collapse li a {
  padding: 5px 0 5px 20px;
  text-align: right;
}
.layout-rtl .sidebar ul.nav-collapse li span.mbi {
  text-align: left;
  left: 0;
  right: auto;
}
.layout-rtl .magebig-mobile-menu ul.nav-collapse li {
  text-align: right;
}
.layout-rtl .magebig-mobile-menu ul.nav-collapse li a {
  padding: 10px 15px 10px 42px;
}
.layout-rtl ul.nav-collapse ul.level0 > li > a {
  padding-right: 30px;
}
.layout-rtl ul.nav-collapse ul.level1 > li > a {
  padding-right: 45px;
}
.layout-rtl ul.nav-collapse ul.level2 > li > a {
  padding-right: 60px;
}
.layout-rtl ul.nav-collapse ul.level3 > li > a {
  padding-right: 75px;
}
.layout-rtl ul.nav-collapse ul.level4 > li > a {
  padding-right: 85px;
}
.layout-rtl ul.nav-collapse ul.level5 > li > a {
  padding-right: 95px;
}
.layout-rtl ul.nav-collapse ul.level6 > li > a {
  padding-right: 100px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level0 li a:before {
  right: 10px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level1 li a:before {
  right: 20px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level2 li a:before {
  right: 30px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level3 li a:before {
  right: 40px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level4 li a:before {
  right: 50px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level5 li a:before {
  right: 55px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level6 li a:before {
  right: 60px;
}
.nav-bar {
  padding: 0 20px;
}
.nav-bar .magebig-nav li.level0 {
  width: 100%;
}
.nav-bar .smartmenu.magebig-nav li.level0 {
  padding: 0 15px;
  line-height: 40px;
  height: auto;
  position: relative;
}
.nav-bar .smartmenu.magebig-nav li.level0 > .mbi {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.nav-bar .magebig-nav li div.show-sub {
  margin-top: 0;
  display: none;
  position: static;
}
.nav-bar .magebig-nav li.level0:hover > .show-sub {
  position: static;
  width: 100% !important;
  display: block;
}
.nav-bar .magebig-nav li.level0:hover > .show-sub:before {
  display: none;
}
.nav-bar a.level-top > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 2px;
  margin-left: -15px;
}
.nav-bar a.level-top > i + span {
  vertical-align: middle;
}
.filter-checkbox-radio .field {
  position: relative;
}
.filter-checkbox-radio .field > input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.filter-checkbox-radio .field > input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  font-weight: normal !important;
  line-height: 20px;
}
.filter-checkbox-radio .field > input[type="checkbox"] + label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  border-radius: 50%;
  font-size: 16px;
}
.filter-checkbox-radio .field > input[type="checkbox"]:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 4px;
  border: 1px solid #000000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #000000;
}
.mb-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5px;
}
.mb-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5px;
}
.mb-range-slider .title {
  font-size: 90%;
  flex: 1;
  padding: 6px 0 0;
}
.mb-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.mb-range-slider .ui-slider {
  margin: 0;
  cursor: pointer;
  clear: both;
}
.mb-range-slider .range-slider-inner {
  padding: 0 7px;
}
.mb-range-slider .ui-slider-handle {
  padding: 0;
  margin: -3px 0 0 -7px;
  -webkit-border-radius: 15px;
  width: 15px;
  height: 15px;
  background: #ff5501;
  cursor: e-resize;
}
.mb-range-slider a.action.primary {
  padding: 0;
  min-width: 80px;
}
.filter-options-overflow {
  overflow: auto;
  position: relative;
}
.filter .filter-options .filter-options-content .item {
  margin: 0 0 6px 0;
}
.search-filter-wrap {
  position: relative;
}
.search-filter-wrap input {
  width: 100%;
  height: 32px;
  border: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.search-filter-wrap label {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  margin: 0;
  display: block;
  text-align: center;
}
.search-filter-wrap label span {
  display: block;
  line-height: 32px;
}
.layout-rtl .search-filter-wrap label {
  right: auto;
  left: 0;
}
.now-filter-clone .block-subtitle {
  padding: 6px 10px;
  background: #f1f1f1;
  font-weight: 500;
}
.now-filter-clone .block-subtitle,
.now-filter-clone .items {
  display: inline-block;
  margin-bottom: 5px;
}
.now-filter-clone .items .item {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 30px 5px 10px;
  margin-bottom: 5px;
}
.now-filter-clone .items .item > span {
  display: inline-block;
}
.now-filter-clone .items .item .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  width: 100%;
  height: 100%;
  text-align: right;
  line-height: 20px;
}
.now-filter-clone .items .item .remove span {
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: right;
  margin-top: -11px;
  line-height: 20px;
}
.mb-trigger {
  cursor: pointer;
  text-align: center;
}
.mb-trigger-next {
  margin-bottom: 90px;
}
.mb-trigger-prev {
  margin-bottom: 30px;
}
.all-loaded {
  letter-spacing: 0.4rem;
  margin-bottom: 60px;
}
.mb-spinner {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  height: 38px;
}
.mb-spinner .loading-mask {
  position: absolute;
}
.product-items + .mb-spinner {
  margin-bottom: 90px;
}
.loading-text {
  letter-spacing: 0.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ebebeb;
  white-space: nowrap;
}
.loading-text span {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  color: #000;
  animation: loading 1.4s linear infinite;
  white-space: nowrap;
}
@keyframes loading {
  0% {
    max-width: 0;
  }
}
.minisearch .loading-mask {
  position: absolute;
  width: 40px;
  right: 100px;
  left: auto;
  background: transparent;
}
.layout-rtl .minisearch .loading-mask {
  left: 100px;
  right: auto;
}
.ajaxsearch {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999;
}
.ajaxsearch .suggest {
  margin: 0;
  color: #3C3C3C;
}
.ajaxsearch .suggest ul li {
  color: #3C3C3C;
}
.ajaxsearch .product {
  margin: 0;
}
.ajaxsearch .product ul li {
  border-bottom: 1px solid #ebebeb;
}
.ajaxsearch .product ul li:last-child {
  border-bottom: none;
}
.ajaxsearch .product ul li > a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}
.ajaxsearch .product ul li .price-box {
  margin: 0;
}
.ajaxsearch .title {
  padding: 10px;
  background: #f0f0f0;
  color: #575757;
}
.ajaxsearch .title .see-all {
  display: inline-block;
  float: right;
  color: #909090;
  cursor: pointer;
}
.layout-rtl .ajaxsearch .title .see-all {
  float: left;
}
.ajaxsearch .no-result {
  padding: 10px;
  background: #f0f0f0;
  color: #575757;
  text-align: center;
}
.ajaxsearch ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.ajaxsearch ul li {
  color: #000;
  cursor: unset;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
}
.ajaxsearch ul li:hover {
  background-color: #f6f6f6;
}
.ajaxsearch ul li .qs-option-info {
  color: #000;
  display: inline-block;
  float: left;
  padding: 0 10px;
  width: 75%;
}
.layout-rtl .ajaxsearch ul li .qs-option-info {
  float: right;
}
.ajaxsearch ul li .qs-option-image {
  float: left;
  max-width: 65px;
  width: 25%;
}
.layout-rtl .ajaxsearch ul li .qs-option-image {
  float: right;
}
.ajaxsearch ul li .qs-option-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.ajaxsearch ul li .qs-option-image .qs-option-info.noimage {
  padding-left: 0;
  width: 100%;
}
.ajaxsearch ul li .qs-option-image:last-child .qs-option-info {
  margin-bottom: 0;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-title {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-reviews {
  display: inline-block;
  text-transform: lowercase;
  width: 100%;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-reviews .product-reviews-summary {
  margin-bottom: 4px;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-reviews .reviews-actions {
  font-size: 12px;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-sku {
  display: block;
  width: 100%;
  color: #004875;
  font-size: 12px;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-price {
  display: inline-block;
  font-weight: 500;
}
.magebig-ajax-popup {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  position: relative;
}
.wishlist-media .product-image-container {
  display: inline-block;
  vertical-align: middle;
}
#magebig_newsletter {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}
#magebig_newsletter .mfp-close {
  background-color: #000000;
  color: #ffffff;
  top: 12px;
  right: 12px;
  opacity: 1;
}
#magebig_newsletter .field-recaptcha {
  margin-top: 10px;
}
.newsletter-content {
  padding: 15px;
}
.newsletter-content .newsletter-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.newsletter-content .newsletter-title h3 {
  margin: 40px 0 30px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
}
.newsletter-content .newsletter-title h3 span {
  color: #ff3300;
  font-weight: 500;
}
.newsletter-content .newsletter_text {
  padding: 0 30px;
}
.newsletter-content .newsletter_text .text_desc {
  color: #666666;
  margin-bottom: 30px;
  padding: 0 7px;
}
.newsletter-content .input-box input {
  height: 44px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  color: #999999;
  border: 1px solid #d9d9d9;
}
.newsletter-content .input-box button {
  margin-top: 20px;
  margin-bottom: 25px;
}
.not-show-popup input {
  vertical-align: top;
  margin-top: 4px;
}
#newsletter-validate-detail .field-recaptcha {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #magebig_newsletter:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .newsletter-content .newsletter_text {
    padding: 0;
  }
  .newsletter-content .newsletter_text .text_desc {
    color: #000;
  }
}
.quickview-wrap {
  background-color: #fff;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.quickview-wrap .product-info-main-top {
  padding-top: 0;
}
.brand-desc {
  margin-bottom: 15px;
}
ul.brand-list {
  list-style: none;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  width: 100% !important;
}
ul.brand-list li {
  margin: 5px 0;
}
.brand-search-form {
  position: relative;
}
.brand-search-form i {
  position: absolute;
  top: 50%;
  font-size: 16px;
  line-height: 1;
  right: 5px;
  margin-top: -8px;
}
.layout-rtl .brand-search-form i {
  left: 5px;
  right: auto;
}
.brand-search-form .brand-image img {
  max-width: 50px;
  height: auto;
}
.brand-search-form .brand-title {
  padding: 0 5px;
}
.brand-list-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.brand-search-index .brand-search-form {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}
.brand-search-index .brand-search-form ul {
  padding: 5px;
  list-style: none;
}
.brand-search-index .brand-search-form input {
  height: 40px;
  border-radius: 3px;
}
.featured-brands .brand-item {
  margin-bottom: 15px;
}
.brand-item-inner {
  margin-bottom: 30px;
  text-align: center;
}
.brand-item-inner .count {
  font-size: 1.2rem;
}
.brand-list-page .char-list {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.brand-list-page .char-item {
  display: none;
  margin: 5px;
  padding: 4px 10px;
  background-color: #fff;
  color: #fcb800;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 3px;
  transition: all ease 400ms;
  min-width: 32px;
  opacity: 0.5;
  cursor: default;
  font-size: 14px;
}
.brand-list-page .char-item.available {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
}
.brand-list-page .char-item.available:hover {
  background-color: #fcb800;
  color: #ffffff;
  border-color: #fcb800;
}
.brand-list-page .char-item.active {
  background-color: #fcb800;
  color: #ffffff;
  border-color: #fcb800;
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
#social-login-popup {
  overflow: hidden;
  position: relative;
  padding: 0;
  width: auto;
  max-width: 430px;
  margin: 0 auto;
}
#social-login-popup .login-container,
#social-login-popup .form.password.forget,
#social-login-popup .block-new-customer {
  margin: 0;
  min-width: auto;
}
.mfp-hide {
  display: none;
}
#social-login-popup .block-container {
  width: 100%;
  display: inline-block;
}
#social-login-popup .social-login-title {
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 0;
}
.social-login-ajax-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  background: #fbfaf6 url("../../frontend/MageBig/martfury_layout01/en_US/Magestore_ClickAndCollectFrontend/images/ajax-loader.gif") no-repeat center center;
}
#social-login-popup .block-container .block .block-title {
  font-weight: 500;
  background: #fff;
  margin-top: -43px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
#social-login-popup .block-container .block .block-title:before {
  height: 1px;
  background: #ccc;
  content: '';
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
}
#social-login-popup .block-container .block .block-title span {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  background-color: #fff;
  display: inline-block;
}
.social-btn {
  margin-bottom: 10px;
  color: #fff;
}
.social-btn a {
  color: #fff;
}
.social-btn a:hover {
  color: #fff;
}
#social-login-popup .fieldset {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
#social-login-popup .actions-toolbar {
  margin-top: 7px;
  text-align: center;
}
#social-login-popup .actions-toolbar > .secondary .action.back {
  display: block;
}
.social-login-title h2 {
  margin: 0;
  padding: 0 15px;
  background: no-repeat 12px center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.form-fake-email {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
}
.form-fake-email input {
  height: 48px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-fake-email button.action.send {
  width: 100%;
  height: 53px;
}
#social-login-popup .mfp-close {
  color: #000;
  height: 57px;
  line-height: 57px;
}
#social-login-popup .message {
  padding-top: 10px;
  padding-bottom: 10px;
}
#social-login-popup .message.error > *:first-child:before {
  top: 50%;
}
#social-login-popup .message.success > *:first-child:before {
  top: 50%;
}
/* Authentication Popup */
.social-login-authentication-popup {
  width: 100%;
}
.social-login-authentication-popup .social-btn {
  display: inline-block;
}
.social-login-authentication-popup .social-btn .btn-social {
  padding: 0;
}
.social-login-authentication-popup .social-btn .btn-social svg,
.social-login-authentication-popup .social-btn .btn-social > span:first-child {
  position: static;
  vertical-align: top;
  margin: 0;
  padding: 10px;
}
/*Button Style*/
.actions-toolbar button {
  border-radius: 0;
}
.social-btn button {
  height: 33px;
  border: none;
}
.social-btn button span span {
  margin-left: 25px;
  color: #ffffff;
}
.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
  width: 100%;
  margin: 0;
  min-width: 170px;
  text-align: left;
  border-radius: 5px;
}
.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
  opacity: 0.9;
}
.social-btn-actions-toolbar {
  display: inline-block;
  width: 100%;
}
.register-sociallogin {
  float: left;
}
#fb-customer,
#gg-customer,
#tw-customer,
#li-customer,
#ins-customer,
#ya-customer,
#git-customer,
#vk-customer,
#fo-customer,
#live-customer,
#am-customer {
  float: left;
}
#social-login-popup .social-login-authentication-channel {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
  margin-top: -15px;
}
.social-btn .btn-social {
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border-radius: 3px;
  padding: 12px 12px 12px 60px;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > svg {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 44px;
  text-align: center;
  fill: #fff;
  height: 44px;
  margin-top: -22px;
  font-size: 14px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
}
.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
}
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
}
.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
}
.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
}
.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
}
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
}
.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
}
.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444;
}
.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
}
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
}
.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444;
}
.btn-github .badge {
  color: #444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
}
.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
}
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
}
.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-google .fa-google {
  background: url("../../frontend/MageBig/martfury_layout04/en_US/images/g-logo.png") no-repeat;
}
.btn-google .fa-google:before {
  content: "";
}
.btn-instagram {
  color: #fff;
  background-color: #8a49a1;
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #c1558b;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #c1558b;
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #c1558b;
}
.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
}
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
}
.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
}
.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
}
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
}
.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
}
.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
}
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
}
.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #f50;
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
}
.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
}
.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
}
.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
}
.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
}
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
.btn-amazon {
  color: #fff;
  background-color: #ff9900;
}
.btn-amazon:focus,
.btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:hover {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:active,
.btn-amazon.active,
.open > .dropdown-toggle.btn-amazon {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:active:hover,
.btn-amazon.active:hover,
.open > .dropdown-toggle.btn-amazon:hover,
.btn-amazon:active:focus,
.btn-amazon.active:focus,
.open > .dropdown-toggle.btn-amazon:focus,
.btn-amazon:active.focus,
.btn-amazon.active.focus,
.open > .dropdown-toggle.btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:active,
.btn-amazon.active,
.open > .dropdown-toggle.btn-amazon {
  background-image: none;
}
.btn-amazon.disabled:hover,
.btn-amazon[disabled]:hover,
fieldset[disabled] .btn-amazon:hover,
.btn-amazon.disabled:focus,
.btn-amazon[disabled]:focus,
fieldset[disabled] .btn-amazon:focus,
.btn-amazon.disabled.focus,
.btn-amazon[disabled].focus,
fieldset[disabled] .btn-amazon.focus {
  background-color: #ff9900;
}
.btn-amazon .badge {
  color: #ff9900;
  background-color: #fff;
}
/**
 * Owl Carousel v2.3.0
 * Copyright 2020 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  width: 100%;
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel > li,
.owl-carousel > div {
  display: inline-block;
  vertical-align: top;
}
.owl-carousel > li img,
.owl-carousel > div img {
  width: 100%;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
.owl-carousel:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
  position: relative;
  white-space: normal;
}
.owl-carousel.owl-loaded > li,
.owl-carousel.owl-loaded > div {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  backface-visibility: hidden;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDownSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSlide {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownSlide {
  visibility: hidden;
}
.owl-loaded .active .fadeInDownSlide {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  backface-visibility: hidden;
  visibility: visible;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-0s5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1s5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2s5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/MageBig/martfury_layout01/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #022335;
}
.category-products {
  position: relative;
}
.block-static {
  position: relative;
}
.video-fullscreen {
  min-height: 100%;
}
.widgetplus-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.slider-2 {
  overflow: hidden;
}
.slider-2 .owl-carousel {
  width: 100%;
  display: block;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  height: auto;
  min-height: 30px;
}
.slider-2 .owl-carousel .owl-item {
  white-space: normal;
}
.slider-2 .owl-carousel > [data-content-type=html] {
  white-space: nowrap;
}
.slider-2 .owl-carousel > [data-content-type=html] > div {
  display: inline-block;
  width: 100%;
}
.slider-2 .owl-carousel:before {
  display: none;
}
.slider-2 .owl-carousel > li,
.slider-2 .owl-carousel > div {
  width: 100%;
}
.slider-2 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  vertical-align: top;
}
.owl-carousel {
  width: 100%;
  display: block;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  height: 100px;
  overflow: hidden;
}
.owl-carousel .owl-item {
  white-space: normal;
}
.owl-carousel:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 200;
  content: '';
}
.owl-carousel.owl-loaded {
  height: auto;
  overflow: visible;
}
.owl-carousel.owl-loaded:before,
.owl-carousel.owl-loaded:after {
  display: none;
  background: none;
}
.block-cat-product .owl-carousel {
  position: static;
}
.video-block {
  max-width: 100%;
  height: auto;
}
video.background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.price-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.price-wrap .price-box {
  float: left;
}
.price-wrap .discount-percent {
  float: right;
  color: #f14705;
  font-size: 14px;
}
.product-item-photo .discount-percent,
.product.media .discount-percent {
  position: absolute;
  background: #f14705;
  font-size: 14px;
  top: 0;
  right: 0;
  padding: 2px 5px;
  color: #ffffff;
  z-index: 5;
}
.widget-product {
  margin-bottom: 30px;
}
.widget-product .owl-theme .owl-nav [class*='owl-'] {
  background-color: rgba(255, 255, 255, 0.2);
  color: #cccccc;
  left: -40px;
  font-size: 30px;
}
.widget-product .owl-theme .owl-nav [class*='owl-']:hover {
  color: #000;
}
.widget-product .owl-theme .owl-nav .owl-next {
  left: auto;
  right: -40px;
}
.widget-product .owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.widget-product .owl-carousel .product-item {
  margin-bottom: 0;
}
.widget-product .heading-title {
  font-size: 24px;
  font-weight: 500;
}
.widget-nav-top .heading-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.widget-nav-top .owl-nav {
  position: absolute;
  top: 0;
  right: -10px;
  margin-top: -55px;
}
.widget-nav-top .owl-theme .owl-nav [class*='owl-'] {
  position: static;
  font-size: 20px;
  width: 30px;
  margin: 0;
}
.widget-nav-top .owl-theme .owl-nav [class*='owl-']:hover {
  color: #000;
}
.widget-heading-center .heading-title {
  background-color: #f4f4f4;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  font-size: 20px;
}
.block-cat-product .widget-product {
  margin-bottom: 0;
}
.widget-gallery-image {
  border: 1px solid #e1e1e1;
  padding: 10px 30px;
  margin-top: 30px;
}
.widget-gallery-image .heading-title {
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.widget-gallery-image.widget-product .owl-theme .owl-nav [class*='owl-'] {
  color: #cccccc;
  font-size: 16px;
  top: -36px;
  right: 0;
  left: auto;
  border: 1px solid #e1e1e1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.widget-gallery-image.widget-product .owl-theme .owl-nav [class*='owl-']:hover {
  border-color: #000000;
  color: #000000;
}
.widget-gallery-image.widget-product .owl-theme .owl-nav .owl-prev {
  right: 40px;
}
.product-item.single-discount .gallery-wrap {
  position: relative;
}
.product-item.single-discount .gallery-wrap .discount-percent {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
}
.product-item.single-discount .product-item-name {
  max-height: none;
  font-size: 18px;
}
.product-item.single-discount .special-price .price {
  font-size: 24px;
  color: #ff3300;
  font-weight: 500;
}
.product-item.single-discount .stock-wrap {
  margin: 10px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.product-item.single-discount .stock-wrap .stock {
  display: inline-block;
}
.product-item.single-discount .sold-progress {
  height: 18px;
}
.product-item.single-discount .promo-countdown {
  margin-bottom: 15px;
}
.sale-countdown {
  margin: 0 -5px;
}
.sale-countdown > div {
  display: inline-block;
  padding: 0 5px;
}
.sale-countdown.style-box {
  margin: 0 -15px;
}
.sale-countdown.style-box > div {
  padding: 0 15px;
  position: relative;
}
.sale-countdown.style-box > div:before {
  content: ':';
  position: absolute;
  right: -1px;
  line-height: 55px;
}
.sale-countdown.style-box > div:last-child:before {
  display: none;
}
.sale-countdown.style-box .num {
  color: red;
  min-width: 55px;
  height: 55px;
  border: 1px solid #d9d9d9;
  line-height: 53px;
  font-weight: 500;
  font-size: 25px;
  display: inline-block;
  text-align: center;
}
.sale-countdown.style-box .unit {
  font-size: 14px;
  color: #666666;
  text-align: center;
  display: block;
}
.product-promo-wrap {
  margin: 30px 0;
}
.product-promo-wrap .widget-sidebar {
  margin: 0;
  height: 100%;
}
.product-promo-wrap .widget-gallery-image {
  margin: 0;
  height: 100%;
}
.widget-sidebar {
  margin: 30px 0;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
}
.widget-sidebar .heading-title {
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.widget-sidebar .product-item .product-item-name {
  margin-bottom: 7px;
}
.product-sidebar {
  margin: 10px 0;
}
.product-sidebar .product-item-info {
  position: relative;
}
.product-sidebar .product-show {
  position: absolute;
  top: 0;
  left: 0;
}
.product-sidebar .product-item-details {
  padding-left: 70px;
}
.product-sidebar .product-image-container {
  max-width: 65px;
}
@media (max-width: 991px) {
  .product-promo-wrap .widget-sidebar {
    margin-top: 30px;
  }
  .sale-countdown.style-box {
    margin: 0 -10px;
  }
  .sale-countdown.style-box > div {
    padding: 0 10px;
  }
  .sale-countdown.style-box .num {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    font-size: 16px;
  }
  .sale-countdown.style-box > div:before {
    line-height: 40px;
  }
  .widget-sidebar .heading-title {
    font-size: 18px;
    padding-top: 5px;
  }
  .product-item.single-discount .product-item-name {
    font-size: 16px;
    max-resolution: 15px;
  }
  .product-promo-wrap .widget-sidebar,
  .product-promo-wrap .widget-gallery-image {
    height: auto;
  }
  .widget-product .heading-title,
  .block-main-product .top-title .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .widget-product .owl-theme .owl-nav [class*='owl-'] {
    left: -15px;
  }
  .widget-product .owl-theme .owl-nav .owl-next {
    right: -15px;
    left: auto;
  }
}
/**
     * @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.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
#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: 22px 0 0;
}
.location-details .location-name {
  font-size: 20px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#click-and-collect-store-selector-popup {
  display: none;
}
#click-and-collect-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 22px;
  padding: 0 0 11px;
  border-bottom: 1px solid #c1c1c1;
}
#click-and-collect-store-selector-popup .store-selector-popup-table {
  margin-top: 10px;
}
#store-selector-popup .get-position {
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  margin-left: 10px;
}
#store-selector-popup .get-position img {
  position: absolute;
  top: 0;
  left: 0;
}
#store-selector-popup .search-store-input button,
#store-selector-popup .search-store-input input {
  float: left;
}
#store-selector-popup .search-store-input button {
  margin-left: 10px;
}
#store-selector-popup .search-store-input input {
  width: 50%;
}
#store-selector-popup .search-store-input-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
#store-selector-popup .search-store-row {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#store-selector-popup .error-message {
  color: red;
}
.modal-content #click-and-collect-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 20px;
}
.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 22px;
}
.selected-store-pickup .pick-date-time {
  margin-top: 20px;
  margin-bottom: 20px;
}
.selected-store-pickup .datepicker {
  margin-top: 5px;
}
.selected-store-pickup .pick-up-time {
  margin-top: 5px;
}
.selected-store-pickup .pickup-time {
  margin-top: 5px;
}
/**
 * Copyright 2019 Adobe
 * All Rights Reserved.
 */
.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%;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 22px;
  margin-top: 33px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 27.5px;
  padding-left: 18px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 11px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 11px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 33px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 11px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 44px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 27.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 11px;
}
.multicheckout .item-options {
  margin: 11px 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: 11px;
}
.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: 44px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: -11px;
}
.multicheckout .box-title span {
  margin-right: 11px;
}
.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 5.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 44px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 44px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: "\e696";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.table-wrapper.billing-agreements {
  margin-bottom: 44px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.paypal.paypal-logo {
  margin-top: 10px;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 22px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 11px auto 5.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 27.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 11px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 11px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 33px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.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: 22px;
}
.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: 11px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 22px;
  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 5.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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 22px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 22px;
  padding-top: 11px;
}
.block-cart-failed {
  margin: 44px 0;
}
.block-cart-failed .block-title {
  font-size: 3rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions.secondary {
  text-align: center;
}
.block-cart-failed .actions.secondary .action {
  display: block;
  margin: 0 auto 11px;
}
.price-box .price-from {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.price-box .price-to {
  display: inline-block;
  margin-bottom: 0;
}
.bundle-options-container {
  clear: both;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.bundle-options-container .price-box .price {
  font-size: 20px;
  font-weight: 500;
}
.bundle-options-container .price-box > p {
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  display: inline-block;
}
.bundle-options-container .nested .field.qty input {
  display: inline-block;
  width: auto;
  max-width: 100px;
}
.bundle-options-container select {
  width: 100%;
}
.bundle-options-container input.qty {
  height: 32px;
}
.bundle-options-container .option-item {
  padding-right: 15px;
}
.bundle-options-container .box-tocart .field {
  display: none;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.fieldset-bundle-options {
  margin: 0;
}
.fieldset-bundle-options .option-flex {
  display: flex;
}
.fieldset-bundle-options .qty {
  text-align: center;
}
div.mage-error + div.mage-error {
  display: none !important;
}
.minisearch .field {
  position: static;
}
.minisearch .field .control {
  position: static;
}
.block-search {
  position: relative;
  width: 100%;
  padding-right: 100px;
  z-index: 8;
  font-size: 1.4rem;
}
.block-search input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 3px 0 0 3px;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  margin: 0;
}
.block-search .action.search {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 100px;
  text-align: center;
  font-size: 1.6rem;
}
.block-search button {
  border: none;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  text-transform: none;
  height: 42px;
  color: #ffffff;
  background-color: #d8372d;
  font-weight: 500;
}
.block-search .label,
.block-search .block-title {
  display: none;
}
.block-search .nested {
  display: none;
}
.block-search .search-autocomplete {
  display: none;
  width: 100% !important;
  color: #000000;
  max-height: 380px;
  overflow-y: visible;
  overflow-x: hidden;
}
.block-search .search-autocomplete > ul {
  padding: 10px 15px;
  list-style: none;
}
.block-search .search-autocomplete > ul .amount {
  color: #ccc;
  padding: 0 5px;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-confirmation .page-title-wrapper,
.multishipping-checkout-login .page-title-wrapper {
  display: none;
}
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-create .page-main,
.customer-account-confirmation .page-main,
.multishipping-checkout-login .page-main {
  background-color: #f1f1f1;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget {
  max-width: 430px;
  width: 100%;
  margin: 100px auto;
}
.login-container .fieldset,
.form.password.reset .fieldset,
.form.send.confirmation .fieldset,
.form.password.forget .fieldset {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
}
.login-container .input-text,
.form.password.reset .input-text,
.form.send.confirmation .input-text,
.form.password.forget .input-text {
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
}
.login-container button.action,
.form.password.reset button.action,
.form.send.confirmation button.action,
.form.password.forget button.action {
  width: 100%;
  height: 53px;
}
.block.block-new-customer {
  max-width: 600px;
  width: 100%;
  margin: 100px auto;
}
.block.block-new-customer .fieldset {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
}
.block.block-new-customer .input-text {
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
}
.block.block-new-customer button.action {
  width: 100%;
  height: 53px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 2rem;
}
.login-container .block .block-title a {
  color: #999999;
}
.login-container .block .block-title .active {
  color: #000000;
}
.login-container .block .block-title .title {
  display: inline-block;
  padding: 0 15px;
}
.login-container .control {
  position: relative;
}
.login-container .remind {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 48px;
  z-index: 3;
  color: inherit;
  font-size: 1.4rem;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 22px;
}
.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;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.order-status-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-info-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.order-info-wrap .order-id {
  font-size: 2rem;
  font-weight: 500;
}
.order-info-wrap .order-date {
  font-size: 1.4rem;
}
.orders-recent,
.orders-history,
.downloadable-products,
.additional-addresses {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.orders-recent table,
.orders-history table,
.downloadable-products table,
.additional-addresses table {
  border-style: hidden;
}
.box.box-information,
.box.box-newsletter,
.box.box-billing-address,
.box.box-shipping-address {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px 10px;
}
.customer-account-index .column .block {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.customer-account-index .column .block .box {
  margin-bottom: 20px;
}
.customer-account-index .column .block-title {
  padding: 15px 10px;
  margin-bottom: 15px;
  font-weight: 500;
  background: #f1f1f1;
}
.account .sidebar-additional {
  margin: 30px 0;
  background-color: #F5F5F5;
  padding: 20px 15px;
}
.account .sidebar-additional .block-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.account .sidebar-additional .block-title .counter {
  display: none;
}
.account .sidebar-additional .block-content {
  margin-bottom: 20px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.form-edit-account .legend,
.form-edit-account .legend + br {
  display: none;
}
.field.street > .label {
  display: none;
}
.account-nav {
  margin-bottom: 30px;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5.5px 18px 5.5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 500;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  display: none;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  padding: 5px 0 0;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
}
.password-strength-meter:before,
.password-strength-meter:after {
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 3px;
  z-index: -1;
  border-radius: 2px;
}
.password-strength-meter:after {
  background-color: #f4f4f4;
  z-index: -2;
  width: 100%;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin: 15px 0;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
  margin-right: 10px;
}
.block-addresses-default .block-title {
  margin-bottom: 30px;
}
.block-addresses-default .block-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.block-addresses-list .block-title {
  margin-bottom: 30px;
}
.block-addresses-list table.table > thead {
  display: none;
}
.block-addresses-list table.table > tbody > tr {
  display: block;
  border-bottom: 1px solid #ccc;
}
.block-addresses-list table.table > tbody > tr > td:first-child {
  padding-top: 15px;
}
.block-addresses-list table.table > tbody > tr > td:last-child {
  padding-bottom: 15px;
}
.block-addresses-list table.table > tbody > tr:last-child {
  border-bottom: none;
}
.block-addresses-list table.table > tbody > tr td,
.block-addresses-list table.table > tbody > tr th {
  display: block;
  border-bottom: none;
  padding: 5px 10px;
}
.block-addresses-list table.table > tbody > tr td[data-th]:before,
.block-addresses-list table.table > tbody > tr th[data-th]:before {
  padding-right: 11px;
  content: attr(data-th) ': ';
  display: inline-block;
  color: #111111;
  font-weight: 500;
}
.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 > fieldset select {
  width: 100%;
}
.form-address-edit > fieldset .legend,
.form-address-edit > fieldset .legend + br {
  display: none;
}
.form-address-edit .actions-toolbar {
  padding: 0 15px;
}
.form-address-edit .street .nested .additional {
  margin-top: 15px;
}
.fieldset > .field.choice {
  margin-bottom: 5px;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -11px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
  display: block;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e8f5";
  font-family: 'mbicon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 27.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 11px;
}
.samples-item {
  margin: 0 0 11px;
}
.field.downloads {
  margin-bottom: 11px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 11px;
  margin-bottom: 11px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #1979c3;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 22px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 5.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 22px;
  margin-bottom: 22px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 33px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 11px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 22px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 22px;
}
.gift-options-content .fieldset {
  margin: 0 0 22px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 22px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  content: "\e60d";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #000;
}
.gift-summary .action-delete:before {
  content: "\e681";
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 22px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: "\e939";
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 11px 44px 11px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333;
}
.gift-item-block .content {
  padding: 11px 0 22px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 11px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 11px;
}
.gift-messages-order {
  margin-bottom: 27.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 44px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #1979c3;
}
.table-giftregistry-items .product-image {
  margin-right: 11px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 11px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 33px;
  margin-top: -27.5px;
}
.form-giftregistry-search {
  margin-bottom: 66px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 27.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 11px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 22px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 22px 0 11px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: "\e6f6";
  font-family: 'mbicon';
  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 11px 11px 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: 11px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5.5px 0 0 5.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  content: "\e681";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #000;
}
.gift-options-content .fieldset .field {
  margin: 11px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 22px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 11px 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-wrapper.grouped {
  width: auto;
}
.table.grouped th {
  font-weight: 500;
  padding: 5px 0;
}
.table.grouped td {
  border-top: 1px solid #e1e1e1;
  padding: 5px 0;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
  padding-top: 0;
  font-size: 1.4rem;
}
.table.grouped input.qty {
  width: 60px;
  text-align: center;
  height: 26px;
  padding-right: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.table.grouped .price-box {
  display: inline-block;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 500;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .price-box .price-label {
  display: none;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 22px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  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: 30px;
  background-color: #f5f5f5;
  padding: 20px;
}
.block.filter .filter-title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.block.filter .filter-subtitle {
  display: none;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 11px;
}
.filter-current ul,
.filter-current ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-current .item {
  padding-right: 20px;
  position: relative;
}
.filter-current .item .remove {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: right;
}
.filter-current .filter-label {
  display: block;
  font-weight: 500;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
  text-align: right;
}
.filter-current + .filter-actions .clear .mbi {
  display: inline-block;
  vertical-align: middle;
}
.filter-options {
  margin: 0;
}
.filter-options ul,
.filter-options ol {
  list-style: none;
  padding: 0;
}
.filter-options .filter-options-title {
  font-size: 1.5rem;
  margin: 0;
  padding: 15px 0 5px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.filter-options .filter-options-content {
  font-size: 1.4rem;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options-item[data-collapsible="true"] .filter-options-title:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d0";
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  line-height: inherit;
}
.filter-options-item[data-collapsible="true"] .filter-options-title[aria-expanded="true"]:after {
  content: "\f3d8";
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 11px;
}
.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: 11px;
  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: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 11px;
  top: 11px;
}
.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: "\e935";
  font-family: 'mbicon';
  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: 0 0 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 11px;
}
.map-popup .map-msrp {
  margin-bottom: 11px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 11px;
}
.product-options-bottom .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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: "\e93a";
  font-family: 'mbicon';
  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: "\e939";
  font-family: 'mbicon';
  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:hover {
  background: #e8e8e8;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: "\e68c";
}
.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: 5.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: 11px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5.5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.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: 11px;
  top: 11px;
}
.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: "\e935";
  font-family: 'mbicon';
  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: 11px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 11px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 22px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 22px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 22px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 66px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 22px;
  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: 22px;
}
.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 11px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 11px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 11px 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/MageBig/martfury_layout04/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
  cursor: pointer;
}
.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/MageBig/martfury_layout04/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
  cursor: pointer;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 15px !important;
}
.grecaptcha-badge {
  box-shadow: grey 0 0 2px !important;
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #dddddd;
  font-family: 'mbicon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffcc00;
  font-family: 'mbicon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #dddddd;
  font-family: 'mbicon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffcc00;
  font-family: 'mbicon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\f4b3" "\f4b3";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\f4b3";
}
.review-control-vote:before {
  content: "\f4b2" "\f4b2" "\f4b2" "\f4b2" "\f4b2";
}
.review-items {
  padding: 0;
  list-style: none;
}
.review-items li:first-child {
  padding-top: 0;
}
#product-review-table {
  display: table;
}
#product-review-table .review-field-rating {
  display: table-row;
}
#product-review-table .review-field-rating .label,
#product-review-table .review-field-rating .review-control-vote {
  display: table-cell;
  vertical-align: top;
  line-height: 20px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 1.4rem;
}
#product-review-table .review-field-rating .review-control-vote {
  padding: 0 30px;
  min-width: 145px;
}
.review-toolbar {
  padding: 0;
  margin: 0 0 22px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 22px 0;
}
.review-toolbar .limiter {
  display: none;
  border: none;
  text-align: right;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 22px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 500;
  padding-top: 10px;
  font-size: 1.4rem;
}
.fieldset .review-field-ratings > .label {
  font-weight: 500;
  padding: 0;
  font-size: 1.4rem;
  margin: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  letter-spacing: 6px;
}
.review-field-rating .label {
  font-weight: 500;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.review-item {
  padding: 22px 0;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 11px;
  float: left;
  margin-right: 30px;
}
.review-ratings .rating-label {
  font-size: 1.4rem;
  margin: 0;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-size: 1.4rem;
  margin: 0 0 22px;
  font-weight: 500;
}
.review-content {
  font-size: 1.4rem;
}
.review-fieldset .field.required > .label {
  font-size: 1.4rem;
}
.review-fieldset .field.required > .label:after {
  content: '*';
  color: #e02b27;
  margin: 0 0 0 2px;
}
.review-field-nickname,
.review-field-summary {
  margin-bottom: 15px;
}
.review-field-nickname input,
.review-field-summary input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.review-field-text textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  display: block;
  border: 1px solid #ccc;
}
.review-form-actions {
  margin-top: 15px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 22px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.product-reviews-summary .rating-summary .rating-result {
  vertical-align: top;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  font-size: 1.4rem;
  color: #666666;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 10px;
}
.product-reviews-summary .reviews-actions > a > span {
  display: none;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 10px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 22px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 11px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 22px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 11px;
}
.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: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  margin-bottom: 22px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 22px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 27.5px;
}
.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: 27.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 11px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 22px;
}
table {
  width: 100%;
}
table caption {
  display: none;
}
.table-order-items thead th,
.table-downloadable-products thead th,
.table-additional-addresses-items thead th {
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  background: #f1f1f1;
}
.order-links {
  display: block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  margin: 0 -20px;
  overflow-x: auto;
  overflow-y: auto;
}
.order-links .item {
  display: inline-block;
  padding: 10px 20px;
}
.block-order-details-view .block-title {
  margin-bottom: 15px;
}
.order-items,
.table-wrapper.invoice,
.order-items-shipment {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.order-items table,
.table-wrapper.invoice table,
.order-items-shipment table {
  border-style: hidden;
}
.order-details-items {
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 8;
}
.order-details-items .order-title {
  padding: 0 0 11px;
  display: none;
}
.order-details-items .order-title > strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 33px;
}
.order-details-items .actions-toolbar {
  display: none;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #d1d1d1;
  width: auto;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0;
  font-size: 1.6rem;
}
.order-details-items tfoot .amount,
.order-details-items tfoot .mark {
  text-align: right;
  padding: 3px 10px;
}
.order-details-items .item-options {
  margin: 0;
  font-size: 1.4rem;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: "\e939";
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 30px 0 30px;
  display: inline-block;
  width: 100%;
}
.block-order-details-comments .comment-date {
  font-weight: 500;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view > .block-title strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.block-order-details-view .box-title strong {
  font-weight: 500;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 30px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 0 0 20px;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action a {
  color: inherit;
}
.order-actions-toolbar .action a:hover {
  color: #d8372d;
}
.action-status {
  display: inline-block;
  vertical-align: top;
}
.action-status .order-status {
  min-width: 96px;
  text-align: center;
}
.order-status {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 1.5rem;
}
.order-status.complete {
  color: green;
  border-color: green;
}
.order-status.new {
  color: #e91e63;
  border-color: #e91e63;
}
.order-status.processing {
  color: blue;
  border-color: blue;
}
.order-status.holded {
  color: #ff5722;
  border-color: #ff5722;
}
.order-status.closed,
.order-status.canceled {
  color: gray;
  border-color: gray;
}
.order-status.pending_payment,
.order-status.payment_review {
  color: darkcyan;
  border-color: darkcyan;
}
.order-status-wrap .actions-toolbar {
  float: right;
  text-align: right;
}
.form-orders-search .field:last-child {
  margin-bottom: 22px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.opc-wrapper .form-discount {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 470px;
  padding-right: 165px;
  margin-top: 5px;
}
.layout-rtl .opc-wrapper .form-discount {
  padding-right: 0;
  padding-left: 165px;
}
.opc-wrapper .form-discount .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.opc-wrapper .form-discount .actions-toolbar .primary {
  min-width: auto;
}
.opc-wrapper .form-discount .actions-toolbar button {
  border: 1px solid #d8372d;
  box-shadow: none;
  height: 42px;
  background-color: #ffffff;
  padding: 0 15px;
  border-radius: 3px;
}
.product-social-links .action.mailto.friend:before {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 16px;
  margin-right: 5px;
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.swatch-attribute-label {
  font-weight: 500;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-option {
  min-width: 50px;
  max-width: 100px;
  height: 50px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swatch-option.text {
  color: #686868;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px;
  min-width: 30px;
  width: auto;
  height: auto;
}
.swatch-option.selected {
  border: 1px solid #fcb800 !important;
  color: #000 !important;
  outline: none !important;
}
.swatch-option.text.selected {
  background-color: #FFF !important;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fcb800 !important;
  outline: none !important;
}
.swatch-option:not(.disabled):before {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  content: '';
}
.swatch-option:not(.disabled):hover:before,
.swatch-option.selected:before {
  border: 3px solid #f1f1f1;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #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%);
  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: -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: 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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.swatch-option-tooltip {
  max-width: 140px;
  /*max-height: 160px;*/
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: -1px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  /*margin: 0 0 5px;*/
  margin: 0 auto;
}
.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
/* Layered Features */
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.swatch-option-link-layered .swatch-option {
  margin: 0;
}
.swatch-option-link-layered .swatch-option:not(.text),
.swatch-option-link-layered .swatch-option:not(.text):before {
  border-radius: 50%;
}
.swatch-option-link-layered .swatch-option:not(.text),
.product-item .swatch-option:not(.text) {
  height: 30px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  max-height: 30px;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
/* Bugfix for Add To Cart button */
.swatch-opt-listing {
  margin-bottom: 10px;
}
/*.swatch-option-loading {*/
/*content: url("../../frontend/MageBig/martfury_layout01/en_US/images/loader-1.gif");*/
/*width: auto;*/
/*}*/
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
body {
  background-color: #ffffff;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 33px;
}
.page-print .nav-toggle {
  display: none;
}
.page-print .page-title-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.page-print .page-title-wrapper .page-title {
  padding: 0;
  margin: 0;
  float: left;
}
.page-print .page-title-wrapper .order-status {
  float: right;
  margin: 0;
}
.page-print .page-title-wrapper .order-date {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 11px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  padding: 10px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.8);
  border-color: #d6ca8e;
  color: #ffffff;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #d8372d;
}
.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 {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1003;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px;
}
.message.global.cookie .content {
  max-width: 1200px;
  text-align: left;
  display: inline-block;
  position: relative;
}
.message.global.cookie .content > p {
  display: inline-block;
  padding-right: 150px;
}
.message.global.cookie .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.message.global.cookie.bottom-left {
  width: 320px;
}
.message.global.cookie.bottom-left .content > p {
  padding-right: 0;
}
.message.global.cookie.bottom-left .actions {
  margin-top: 10px;
  position: static;
  text-align: center;
}
.message.global.cookie.bottom-right {
  width: 320px;
  left: auto;
  right: 0;
}
.message.global.cookie.bottom-right .content > p {
  padding-right: 0;
}
.message.global.cookie.bottom-right .actions {
  margin-top: 10px;
  position: static;
  text-align: center;
}
.message.global.demo {
  margin: 0;
  padding: 10px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.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;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker {
  display: none;
  z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0.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;
}
@media (min-width: 600px), print {
  .page-print .block-order-details-view .block-content .box {
    width: 50%;
    float: left;
  }
}
.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: 11px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 11px 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: 11px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 27.5px;
}
.rtl-layout .block-wishlist .product-item-name {
  margin-left: 27.5px;
  margin-right: 0;
}
.wishlist-toolbar {
  margin-bottom: 30px;
}
.products-grid.wishlist .label {
  display: none;
}
.products-grid.wishlist .product-items {
  overflow: inherit !important;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 11px;
}
.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;
  width: 100%;
  border: 1px solid #ccc;
  margin: 11px 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 .tocart {
  width: 100%;
}
.wishlist-action .delete {
  float: right;
  padding: 8px 0;
}
.wishlist.share textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 4px;
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 90%;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.4rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .ui-slider {
  margin: 0 5px;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  padding: 0;
  margin: -3px 0 0 -7px;
  -webkit-border-radius: 15px;
  width: 15px;
  height: 15px;
  background: #ff5501;
}
.smile-es-range-slider a.action.primary {
  padding: 0;
  min-width: 80px;
}
.filter .filter-content .item {
  margin: 10px 0;
}
.filter .block-subtitle {
  display: none;
}
.filter .field.search input[type="text"] {
  width: 100%;
  height: 32px;
  border: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.filter .field.search .control {
  position: relative;
}
.filter .field.search label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.filter .no-results-message p {
  margin: 9px 10px 0;
  background-color: #FFEEEE;
  padding: 5px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0;
  width: 55px;
  position: absolute;
  left: 11px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0;
  padding: 0;
  white-space: normal;
  width: 100%;
  padding-left: 55px;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 0.2em;
  font-size: 85%;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 63%;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: inline-block;
}
.filter-options-item .item a {
  position: relative;
}
.filter-options-item .item a input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.filter-options-item .item a label {
  cursor: pointer;
  margin: 0;
}
.filter-options-item .item a input[type='checkbox'] + label:before {
  border: 1px solid #d1d1d1;
  background: #ffffff;
  display: inline-block;
  content: " ";
  white-space: pre;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  vertical-align: text-bottom;
}
.filter-options-item .item a input[type='checkbox']:checked + label:before {
  content: "\e934";
  color: #d8372d;
  font-weight: bold;
  border-color: #000000;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter-options-item .item a input[type='checkbox']:checked + label {
  color: #d8372d;
}
.filter-options-item .nano > .nano-content {
  position: relative;
  max-height: 150px;
}
.filter-options-item .nano > .nano-pane {
  width: 6px;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.15);
}
.filter-options-item .nano > .nano-pane > .nano-slider {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.25);
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: 10px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  width: 100% !important;
  display: none;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 5.5px 44px 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #fff;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:last-child {
  border-bottom: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5.5px;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
.smile-elasticsuite-autocomplete-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-autocomplete dl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-left: 1px solid #c2c2c2;
}
.search-autocomplete dl dt.autocomplete-list-title:hover {
  background-color: transparent;
}
.search-autocomplete dl:first-child {
  border: none;
}
.product-items {
  padding: 0;
  list-style: none;
}
.product-item {
  vertical-align: top;
  margin-bottom: 30px;
}
.product-item-name {
  font-size: 1.4rem;
  margin: 0 0 10px;
  display: block;
  font-weight: normal;
}
.product-item-name a {
  color: inherit;
}
.product-item-name a:hover {
  color: #d8372d;
}
.product-item-info {
  max-width: 100%;
}
.product-item-description {
  margin: 27.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-item .tocompare:before {
  content: "\e7fc";
}
.price-box {
  margin: 0 0 10px;
}
.price-box .price {
  font-size: 1.8rem;
  white-space: nowrap;
}
.price-box .price-label {
  font-size: 14px;
  display: inline-block;
}
.price-box .price-label:after {
  content: '';
}
.special-price .price,
.minimal-price .price {
  font-size: 1.8rem;
}
.special-price .price-wrapper,
.minimal-price .price-wrapper {
  display: inline-block;
}
.special-price .price-including-tax + .price-excluding-tax,
.minimal-price .price-including-tax + .price-excluding-tax {
  display: inline-block;
}
.special-price {
  display: inline-block;
}
.special-price .price-label {
  display: none;
}
.special-price .price {
  color: #ff3300;
}
.old-price {
  display: inline-block;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  font-size: 1.4rem;
  color: #999999;
}
.minimal-price .price-container {
  display: inline-block;
}
.minimal-price-link {
  display: none;
  margin-top: 5px;
}
.minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.minimal-price-link .price {
  font-weight: 400;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}
.price-from {
  margin: 0;
  display: inline-block;
}
.price-to {
  margin: 0;
  display: none;
}
.price-to .price-label {
  display: inline-block;
}
.price-to .price-label:after {
  content: '';
}
.product-show {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.product-show > a.photo {
  display: block;
  position: relative;
}
.product-show > a.photo .main-photo {
  z-index: 1;
}
.product-show > a.photo .hover-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms, visibility 300ms;
}
.product-show > a.photo:hover .hover-photo {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-btn {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.product-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -40px;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-btn .mbi {
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  border-radius: 50%;
}
.product-btn button,
.product-btn a {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}
.product-btn button:hover,
.product-btn a:hover {
  color: #ffffff;
}
.product-btn button:hover .mbi,
.product-btn a:hover .mbi {
  background-color: #d8372d;
}
.prices-tier .benefit {
  color: red;
}
.product-item .tocompare:before {
  display: none;
}
.btn-quickview {
  display: inline-block;
}
.swatches-list {
  position: relative;
  min-height: 35px;
}
.price-container .price {
  font-weight: 500;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5.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 {
  font-size: 1.4rem;
}
.products-list .product-item {
  margin-bottom: 0;
}
.products-list .product-item-info {
  border: 1px solid transparent;
  border-top-color: #e1e1e1;
  padding: 20px 15px;
}
.products-list .product-item-info:hover {
  border: 1px solid #e1e1e1;
}
.products-list .product-image-container {
  width: 100% !important;
}
.products-list .tocart {
  width: 100%;
  margin: 20px 0;
}
.products-list .btn-quickview {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  border: none;
  z-index: 10;
  display: none;
}
.product-btn-info .col button {
  padding: 0;
  border: none;
}
.product-btn-info .col button i {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-amount {
  float: left;
  line-height: 20px;
  margin: 0 35px 0 0;
  padding: 7px 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 35px;
  padding: 7px 10px;
  background-color: #f5f5f5;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
}
.products.wrapper ~ .toolbar-products {
  padding: 0;
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products label {
  margin: 0;
}
.toolbar-products select {
  height: 31px;
  cursor: pointer;
  background-color: transparent;
}
.toolbar-products .limiter {
  float: left;
  border: 1px solid #b8b8b8;
  padding-left: 10px;
  background: #ffffff;
}
.products.wrapper ~ .toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.toolbar-products .limiter-options {
  margin: 0;
  width: auto;
  border: none;
}
.toolbar-products .sorter {
  float: left;
  border: 1px solid #b8b8b8;
  background-color: #ffffff;
  padding-left: 10px;
  position: relative;
}
.toolbar-products .sorter select {
  margin-left: -6px;
  border: none;
}
.toolbar-products .sorter .sorter-action {
  position: absolute;
  top: 0;
  right: -30px;
  color: #000000;
  font-weight: 500;
  height: 100%;
}
.toolbar-products .modes {
  float: right;
  padding: 5px 0;
}
.toolbar-products .modes .modes-label {
  float: left;
  font-weight: normal;
  padding: 2px 0;
  margin-right: 5px;
}
.products.wrapper ~ .toolbar-products .modes {
  display: none;
}
.toolbar-products .modes-mode {
  color: #000000;
  float: left;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.toolbar-products .modes-mode:not(.active):hover {
  color: #000000;
}
.toolbar-products .modes-mode:last-child {
  margin-left: 10px;
}
.toolbar-products .modes-mode.active:before {
  color: #000000;
}
.toolbar-products .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar-products .modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #999999;
  content: "\e975";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar-products .modes-mode:hover:before {
  color: #000000;
}
.toolbar-products .mode-list:before {
  content: "\e930";
}
.sorter {
  margin-right: 65px;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.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: 20px;
  line-height: 31px;
  color: #000000;
  content: "\e9b5";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #d8372d;
}
.sorter-action.sort-desc:before {
  content: "\e9b6";
}
.filter-mobile-btn {
  position: relative;
  cursor: pointer;
  padding: 13px 10px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
}
.filter-mobile-btn .text {
  font-weight: 500;
  text-transform: uppercase;
}
.layout-rtl .filter-mobile-btn .text {
  text-align: right;
}
.filter-mobile-btn i {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  height: 30px;
  width: 40px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}
.layout-rtl .filter-mobile-btn i {
  right: auto;
  left: 0;
}
.old-price,
.old.price {
  text-decoration: line-through;
  color: #999;
  vertical-align: top;
}
.product-info-price .old-price,
.product-info-price .old.price {
  vertical-align: text-bottom;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 22px;
}
.product-image-container {
  display: block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-item-photo img {
  width: 100%;
  height: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.4rem;
  margin: 11px 0;
}
.product.media .product.thumbs {
  margin: 22px 0 33px;
}
.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-add-form {
  position: relative;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
}
.product.info.detailed .item.content {
  display: none;
}
.product.info.detailed .opened + .item.content {
  display: block;
}
.additional-attributes {
  width: auto;
  margin: 0 auto;
}
.additional-attributes tbody tr {
  border-bottom: 1px solid #ccc;
}
.additional-attributes tbody tr:last-child {
  border-bottom: none;
}
.additional-attributes tr th {
  font-weight: 500;
  text-align: right;
  border-right: 1px solid #ccc;
  padding: 10px 30px;
  width: 50%;
}
.additional-attributes tr td {
  padding: 10px 30px;
}
.product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  margin-right: 22px;
  vertical-align: top;
}
.product-info-main .stock.available span {
  color: #669900;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  color: #999999;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
  font-weight: normal;
  display: inline-block;
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.product-info-main .product.attribute.overview {
  margin-top: 10px;
}
.product-info-main .product.alert {
  margin: 11px 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5.5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 5.5px;
}
.product-options-wrapper .field .note {
  display: block;
  font-style: italic;
}
.product-options-wrapper .field .note:before {
  content: '';
  display: none;
}
.product-item .price-box .price-to {
  display: none;
}
.product-info-price .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.4rem;
  font-weight: 500;
}
.product-info-price .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-price .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-price .old-price,
.product-options-bottom .old-price,
.product-info-price .special-price,
.product-options-bottom .special-price {
  display: inline-block;
}
.product-info-price .old-price .price-label,
.product-options-bottom .old-price .price-label,
.product-info-price .special-price .price-label,
.product-options-bottom .special-price .price-label {
  display: none;
}
.product-info-price .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-price .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-price .old-price .price-wrapper .price,
.product-options-bottom .old-price .price-wrapper .price {
  font-size: 1.4rem;
  color: #999;
  padding: 0 10px;
}
.product-info-price .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier .price-container {
  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;
}
.block.related .action.select {
  margin: 0 5.5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 22px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  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: 11px;
}
.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: -5.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 11px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.product-item .product-item-name {
  max-height: 40px;
  overflow: hidden;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  text-transform: capitalize;
}
.product-reviews-summary .reviews-actions .add:before {
  content: '|';
  display: inline-block;
  padding: 0 5px;
}
.product-info-stock-sku {
  margin-top: 10px;
}
.product-info-price {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.box-tocart .field {
  display: inline-block;
  vertical-align: top;
}
.box-tocart .field > label {
  display: block;
  font-size: 1.2rem;
  line-height: 15px;
  color: #666666;
  margin: 0;
}
.box-tocart .fieldset-add {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.box-tocart .fieldset-add .control {
  position: relative;
}
.box-tocart .fieldset-add .custom-qty {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box-tocart .fieldset-add .custom-qty button {
  border: none;
  height: 37px;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 37px;
  font-size: 12px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.box-tocart .fieldset-add .custom-qty.increase {
  right: 0;
  left: auto;
}
.box-tocart .fieldset-add input.input-text {
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  height: 37px;
  width: 120px;
  text-align: center;
  padding: 0 40px;
  font-size: 1.4rem;
}
.box-tocart .actions {
  display: inline-block;
  vertical-align: top;
}
.box-tocart .actions .towishlist {
  display: inline-block;
  font-size: 26px;
  line-height: 52px;
  color: #999999;
  border: none;
  padding: 0;
}
.box-tocart .actions .towishlist > span {
  line-height: inherit;
  display: block;
}
.box-tocart .actions .towishlist:hover {
  color: #d8372d;
}
.box-tocart .actions #instant-purchase {
  display: inline-block;
}
.box-tocart .field {
  margin-right: 20px;
  margin-bottom: 10px;
}
.box-tocart .actions .tocart,
.box-tocart .instant-purchase {
  display: inline-block;
  height: 52px;
  min-width: 200px;
  text-align: center;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #d8372d;
  background-color: #d8372d;
  color: #ffffff;
  margin-right: 20px;
  margin-bottom: 10px;
}
.box-tocart .actions .tocart:hover,
.box-tocart .instant-purchase:hover {
  background-color: #ffffff;
  color: #000000;
}
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 {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.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 {
  height: auto;
  max-width: 100%;
}
.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: 5.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 11px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  display: none;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
}
.cart-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cart-container .form-cart .main.actions {
  margin-bottom: 18px;
}
.cart-summary .block .content {
  padding: 5px 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 27.5px;
  padding: 0 0 27.5px;
  z-index: 10;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 500;
  margin: 12px 0;
}
.cart-summary select {
  width: 100%;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 10px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.6rem;
  font-weight: 500;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 22px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  white-space: normal;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 27.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 22px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  padding-top: 15px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 0 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 0 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 26px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
  padding: 0;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: inline-block;
  width: 100%;
  min-height: 75px;
  padding: 15px 15px 11px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  bottom: -30px;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  content: "\e60d";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #000;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e681";
}
.cart.table-wrapper .item-actions .actions-toolbar > a {
  display: none;
}
.cart.table-wrapper .item-actions-top .actions-toolbar > div {
  display: none;
}
.cart.table-wrapper .item-actions-top .actions-toolbar > a {
  display: block;
  z-index: 10;
}
.cart.table-wrapper .action {
  margin-right: 27.5px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.6rem;
  display: block;
  margin: -3px 0 5.5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 5px;
  display: inline-block;
  font-size: 1.4rem;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 11px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 22px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 27.5px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.cart-discount {
  border-bottom: 1px solid #d1d1d1;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.no-item-cart {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
#discount-coupon-form {
  position: relative;
  padding-right: 105px;
  font-size: 1.4rem;
}
#discount-coupon-form .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
#discount-coupon-form .actions-toolbar button {
  height: 42px;
  padding: 0 10px;
  min-width: 100px;
  text-align: center;
}
.checkout-cart-index .page-title {
  padding: 20px 0;
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 0 10px 0;
}
.block-minicart .subtotal .label {
  font-size: 1.8rem;
  font-weight: 500;
}
.block-minicart .subtotal .amount {
  float: right;
  color: #ff3300;
  font-weight: 500;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 33px 0 22px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content .cart-sum-wrap .actions {
  width: 100%;
  display: inline-block;
}
.block-minicart .block-content .cart-sum-wrap .actions > div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.block-minicart .block-content .cart-sum-wrap .actions .action {
  width: 100%;
  padding: 10px;
}
.block-minicart .block-content .cart-sum-wrap .actions > .primary {
  float: right;
}
.block-minicart .block-content .cart-sum-wrap .actions > .primary .action.primary {
  margin-bottom: 15px;
}
.block-minicart .block-content .cart-sum-wrap .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .empty-cart {
  margin-top: 20%;
}
.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-items .product-item:first-child .actions {
  top: 0;
}
.sticky-menu.active .minicart-wrapper .block-minicart {
  margin-top: 10px;
}
.sticky-menu.active .minicart-wrapper .action.showcart:after,
.sticky-menu.active .minicart-wrapper .action.showcart:before {
  bottom: -11px;
}
.minicart-action {
  display: inline-block;
}
.minicart-wrapper .loading-mask,
.action.showcart .loading-mask {
  background: transparent;
}
.action.showcart {
  white-space: nowrap;
  position: relative;
  display: block;
  border: none;
}
.action.showcart > i {
  font-size: 3rem;
  display: block;
  line-height: 42px;
}
.action.showcart .counter.qty {
  position: absolute;
  right: -5px;
  bottom: 0;
  background-color: #d8372d;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}
.action.showcart .counter.qty.empty {
  background-color: transparent;
}
.action.showcart .counter.qty.empty .counter-number {
  display: none;
}
.action.showcart .counter.qty .loader > img {
  max-width: 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  position: absolute;
  top: 12px;
  right: 0;
  margin: 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.cart-modal .mfp-content {
  position: static;
  padding: 0;
}
.cart-modal .block-minicart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#minicart-content-wrapper {
  overflow-x: auto;
  height: 100%;
  max-height: 100%;
  padding: 60px 15px 160px;
}
#minicart-content-wrapper .title-top {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  left: 0;
  padding: 10px 15px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#minicart-content-wrapper .title-top .qty {
  display: inline-block;
  background: #e1e1e1;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
}
.cart-sum-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px;
  background: #fff;
  z-index: 10;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-image-container {
  max-width: 65px;
}
.minicart-items .product-item {
  padding: 15px 0;
  position: relative;
  margin: 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  font-size: 1.4rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 14px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  padding: 0 5px;
  margin-top: -2px;
  font-weight: bold;
}
.minicart-items .product.active > .toggle:after {
  content: "\e939";
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 5px;
  padding-right: 25px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 75px;
}
.minicart-items .product-item-details .price {
  font-weight: 500;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5.5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 5px;
  margin-bottom: 0;
}
.minicart-items .product.options {
  font-size: 1.3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
}
.minicart-items .product.options li {
  display: table-row;
}
.minicart-items .product.options li > span {
  display: table-cell;
}
.minicart-items .product.options li > span:last-child {
  padding: 0 10px;
}
.minicart-items .cart-input-update {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
.minicart-items .cart-input-update button {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 28px;
  border: none;
  font-size: 11px;
  background: transparent;
  padding: 0 10px;
}
.minicart-items .cart-input-update button.plus {
  right: 0;
  left: auto;
}
.minicart-items .cart-input-update .item-qty {
  border: 1px solid #ebebeb;
  text-align: center;
  width: 80px;
  height: 26px;
  padding: 0 20px;
  line-height: 24px;
  font-size: 1.4rem;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
  padding: 0 10px;
  min-width: 80px;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 16px;
  color: #999;
  content: "\e60d";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #d8372d;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete {
  padding: 0 5px;
}
.minicart-items .action.delete:before {
  content: "\e681";
}
.minicart-items .action.delete[disabled="disabled"] {
  pointer-events: none;
  cursor: default;
}
.minicart-items .action.delete[disabled="disabled"]:before {
  color: #cccccc;
}
.minicart-items .action.edit {
  display: none;
}
.checkout-container {
  margin: 0 0 22px;
}
.opc-wrapper {
  margin: 0 0 22px;
}
.opc-wrapper .opc {
  display: inline-block;
  width: 100%;
}
.opc-wrapper .step-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 30px;
}
.opc-wrapper .form-login .captcha-image,
.opc-wrapper .form-login .actions-toolbar {
  text-align: center;
}
.layout06 #checkoutSteps {
  background: #fff;
  padding: 15px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  padding-right: 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  margin-top: 30px;
  margin-bottom: 15px;
  counter-reset: i;
  font-size: 0;
  text-align: center;
}
.opc-progress-bar-item {
  margin: 0 0 11px;
  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;
  line-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: #d8372d;
}
.opc-progress-bar-item._active > span {
  color: #333;
}
.opc-progress-bar-item._active > span:before {
  background: #d8372d;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar-item._complete > span:after {
  content: "\f383";
  font-family: 'mbicon';
  line-height: 1;
  font-size: 2.6rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: red;
}
.field.required > .label,
.field._required > .label {
  position: relative;
}
.field.required > .label:after,
.field._required > .label:after {
  content: "*";
  display: inline-block;
  color: red;
  margin: 0 3px;
}
.hidden-fields .label:after {
  content: "*";
  display: inline-block;
  color: red;
  margin: 0 3px;
}
.opc-wrapper .fieldset > .field .label {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.opc-wrapper .fieldset .field-tooltip {
  display: none;
}
.opc-wrapper .fieldset select {
  width: 100%;
}
.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: "\e7da";
  font-family: 'mbicon';
  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: 16px;
  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 .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 1.3rem;
  color: #666;
}
.opc-wrapper .shipping-address-items > div {
  margin-bottom: 15px;
}
.opc-wrapper .shipping-address-item {
  line-height: 1.6;
  transition: 0.3s border-color;
  padding: 15px 15px 54px;
  border: 2px solid #f1f1f1;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 16px;
  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 {
  color: #ff5501;
  content: "\e959";
  font-family: 'mbicon';
  height: 30px;
  width: 30px;
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 22px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.5px;
}
.opc-wrapper .action-select-shipping-item {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.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: 22px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 22px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 22px;
  padding-top: 22px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr {
  display: table-row;
  margin: 0;
}
.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: 11px;
  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: 33px;
}
.opc-block-shipping-information .shipping-information {
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  content: "\e672";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #000;
}
.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 22px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 30px;
}
.opc-block-summary > .title {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.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: 11px 44px 11px 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: 14px;
  line-height: 1;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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: 50%;
  margin-top: -10px;
  font-weight: 700;
}
.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: "\e939";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 385px;
  padding: 15px 15px 0 0;
  border: 0;
  overflow: auto;
}
.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 11px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media (max-width: 767px) {
  .opc-block-summary .minicart-items-wrapper {
    overflow: visible;
    max-height: none;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 27.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: 0;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.action-auth-toggle {
  margin-bottom: 10px;
  position: relative;
}
.action-auth-toggle:before {
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e71e";
}
.action-auth-toggle > span {
  vertical-align: text-bottom;
}
.block-authentication input {
  height: 40px;
}
.block-authentication .block-title {
  font-size: 2rem;
  border-bottom: 0;
  margin-bottom: 27.5px;
  text-transform: capitalize;
}
.block-authentication .block-title strong {
  font-weight: 500;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.5px;
}
.block-authentication .actions-toolbar > .secondary {
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  margin-bottom: 30px;
}
.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: 44px;
  padding-top: 44px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.block-authentication .actions-toolbar > .primary {
  margin-right: 0;
  width: 100%;
}
.block-authentication .actions-toolbar > .primary .action {
  margin-right: 0;
  width: 100%;
}
.block-authentication .actions-toolbar > .secondary {
  margin-right: 0;
  margin-bottom: 10px;
  padding-top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 22px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 22px 0;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 22px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 22px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 11px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 22px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 22px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 22px 0;
}
.checkout-payment-method .actions-toolbar {
  display: inline-block;
  width: 100%;
}
.checkout-payment-method .actions-toolbar .primary {
  float: right;
  margin: 0;
  min-width: 250px;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e939";
}
.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: 22px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  content: "\e93a";
  font-family: 'mbicon';
  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: #000;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  vertical-align: top;
  line-height: 19px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 22px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number {
  display: inline-block;
  vertical-align: top;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard .date {
  display: inline-block;
  vertical-align: top;
}
.checkout-payment-method .ccard .date .month,
.checkout-payment-method .ccard .date .year {
  display: inline-block;
  vertical-align: top;
}
.checkout-payment-method .ccard .cvv {
  display: inline-block;
  vertical-align: top;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 70px;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 22px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 33px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 22px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 22px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-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: 11px;
  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;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 22px;
}
.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: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  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: 22px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 11px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  content: "\e935";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 11px;
    left: auto;
    top: 0%;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-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: "\e936";
    font-family: 'mbicon';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modal-popup.modal-slide {
    left: 30px;
    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: none;
  }
  .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: 30px;
    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;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.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%;
  }
  .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;
  }
  .verticalmenu.navigation.side-verticalmenu {
    display: none;
  }
  .verticalmenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .verticalmenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .verticalmenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .verticalmenu.navigation li.level0.fullwidth .menu-top-block,
  .verticalmenu.navigation li.level0.staticwidth .menu-top-block,
  .verticalmenu.navigation li.level0.fullwidth .menu-right-block,
  .verticalmenu.navigation li.level0.staticwidth .menu-right-block,
  .verticalmenu.navigation li.level0.fullwidth .menu-left-block,
  .verticalmenu.navigation li.level0.staticwidth .menu-left-block,
  .verticalmenu.navigation li.level0.fullwidth .menu-bottom-block,
  .verticalmenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .verticalmenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .verticalmenu.navigation li.ui-menu-item {
    position: relative;
  }
  .verticalmenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .verticalmenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .verticalmenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .verticalmenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .verticalmenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .verticalmenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .verticalmenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .verticalmenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .verticalmenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .verticalmenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .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%;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 44px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .block-cart-failed .block-title {
    margin: 0 22px 22px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form-address-edit > fieldset {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    content: "\e6f6";
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5.5px 14px -1px -15px;
    padding: 4px 11px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #333;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    content: "\e7ff";
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #000;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 11px;
  }
  .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: 5.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: 27.5px;
  }
  .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;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .action {
    margin: 0 15px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 500;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    content: "\e68c";
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #000;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5.5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #d1d1d1;
  }
  .cart.table-wrapper {
    border-top: 1px solid #d1d1d1;
  }
  .cart.table-wrapper thead {
    display: none;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    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: 500;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .col.price {
    text-align: left;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .cart table,
  .cart.table-wrapper .cart tbody,
  .cart.table-wrapper .cart tr {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
    width: 100%;
    display: block;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .account.vault-cards-listaction .add-methods {
    gap: 27.5px;
    grid-auto-flow: row;
  }
  .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: 22px;
  }
  .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 {
    --apple-pay-button-height: 45px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-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 > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 500;
    padding-bottom: 11px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 11px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 11px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 5.5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 11px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -22px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status {
    margin: -11px 0 11px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount {
    text-align: right;
  }
  .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;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .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: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: 22px;
    color: #000;
    content: "\e681";
    font-family: 'mbicon';
    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;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 27.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 27.5px -11px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 22px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 11px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #d1d1d1;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #d1d1d1;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 8px 11px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    content: "\e681";
    font-family: 'mbicon';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .customer-review .product-name {
    margin-bottom: 5.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 22px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 11px 0 0;
  }
  #wishlist-view-form .actions-toolbar .action {
    width: 100%;
    margin-top: 10px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .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 .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .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: "\e672";
    font-family: 'mbicon';
    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: 22px;
    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;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: left;
    clear: left;
  }
  .rtl-layout .abs-blocks-2columns-s:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .rtl-layout .abs-blocks-2columns-s:nth-child(2) {
    float: left;
  }
  .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-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-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e6b1";
    font-family: 'mbicon';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 11px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 22px 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: 27.5px;
    padding-right: 27.5px;
    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: 27.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 44px;
    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%;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 15px 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2023 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 22px;
}
.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: 11px;
}
.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: 33px;
}
.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: 11px 11px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 27.5px;
}
.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: 11px 0;
  padding: 0 22px;
}
.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-grid;
  display: -ms-gridbox;
  display: grid;
  gap: 27.5px;
  grid-auto-flow: column;
  margin-bottom: 33px;
}
.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;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 11px;
}
.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: 22px;
  max-width: 610px;
  overflow-y: auto;
  padding: 44px 22px;
  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: 22px;
  top: 22px;
}
.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: 22px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 22px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-google-pay-modal span,
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-google-pay-modal p,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 33px 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;
}
apple-pay-button {
  --apple-pay-button-border-radius: 3px;
  --apple-pay-button-box-sizing: border-box;
  --apple-pay-button-height: 40px;
  --apple-pay-button-padding: 0px 0px;
  --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 11px;
}
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: 11px;
  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: 11px 11px 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: Poppins, '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-hidden,
.braintree-paypal-fieldset {
  display: none;
}
.braintree-lpm-methods,
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 22px;
}
.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: 33px;
  top: 11px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 22px 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 5.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 {
  --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;
}
.braintree-express-container {
  display: grid;
  gap: 11px;
}
.braintree-express-container .paypal-logo > div {
  display: flex;
}
.block-minicart .block-content .braintree-express-container {
  margin-top: 22px;
}
.block-minicart .block-content .braintree-express-container .paypal-logo {
  margin: 0;
}
.product-add-form .braintree-express-container {
  margin-bottom: 11px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_bootstrap.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagestore_ClickAndCollectFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_general.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_blog.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_design.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FAmasty_InvisibleCaptcha%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_MbLib%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_SmartMenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_AjaxFilter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_AjaxInfiniteScroll%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_AjaxSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_Ajaxwishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_NewsPopup%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_QuickView%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_Shopbybrand%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_WidgetPlus%5C%2Fcss%5C%2Fsource%5C%2Fowlcarousel%5C%2Fowl.carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMageBig_WidgetPlus%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FSmile_ElasticsuiteCatalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FSmile_ElasticsuiteCore%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FRokanthemes_VerticalMenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%2CCAAC%3BAACD%2CCAAC%3BEACC%2CsBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CwCAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BAAAS%3BAAAO%3BAAAQ%3BAAAY%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAM%3BAAAK%3BEAC7E%2CcAAA%3B%3BAAGF%3BEACE%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CeAAe%3BEACb%2CqBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEAClB%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CIAAI%3BAACJ%2CIAAI%3BEACF%2C0BAAA%3BEACA%2CyCAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BAACA%3BAACA%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CEAAG%3BAACH%2CEAAG%3BAACH%2CEAAG%3BAACH%2CEAAG%3BEACD%2CgBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%3BAACA%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BAACA%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CCAAC%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%3BEACf%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%2CYAAY%3BAAAQ%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%2CYAAY%3BEAChE%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CCAAC%2CIAAI%2CQAAQ%2CIAAI%2CYAAY%3BEAC3B%2CUAAA%3B%3BAAGF%3BAACA%3BAACA%3BAACA%3BEACE%2CiCAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CGAAG%2CIAAI%3BEACL%2CgBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%3BEACE%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%2CMAAM%3BEACJ%2CmBAAA%3BEACA%2C0CAAA%3B%3BAAGF%3BAACA%3BAACA%3BAACA%3BAACA%3BEACE%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BAACA%3BEACE%2CiBAAA%3B%3BAAGF%3BAACA%3BEACE%2CoBAAA%3B%3BAAGF%3BAACA%2CIAAK%3BAACL%3BAACA%3BEACE%2C0BAAA%3B%3BAAGF%2CMAAM%3BAACN%2CeAAe%3BAACf%2CcAAc%3BAACd%2CeAAe%3BEACb%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CKAAK%3BAACL%2CKAAK%3BEACH%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACH%2C2BAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%2CeAAe%3BAACf%2CeAAe%3BEACb%2CYAAA%3B%3BAAGF%3BEACE%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAGF%2CeAAe%3BAACf%2CeAAe%3BEACb%2CwBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2C0BAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CgBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACxB%3BIACE%2CgBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACxB%3BIACE%2CgBAAA%3B%3B%3BAAUJ%2CQAN2B%3BEACzB%3BIACE%2CiBAAA%3B%3B%3BAAIJ%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAGF%2CWAAc%3BAACd%2CWAAc%3BEACZ%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGF%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAS%3BAAAS%3BAAAS%3BAACnG%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAAClJ%3BAAAc%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAACrJ%3BAAAc%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAACrJ%3BAAAc%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAW%3BAAAY%3BAAAY%3BAAAY%3BAACrJ%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAA4MF%2CQAzM0B%3BEACxB%3BIACE%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3B%3BAA6MJ%2CQAzM0B%3BEACxB%3BIACE%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3B%3BAA6MJ%2CQAzM0B%3BEACxB%3BIACE%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3B%3BAA6MJ%2CQAzM2B%3BEACzB%3BIACE%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3B%3BAAIJ%3BEACE%2CmCAAA%3B%3BAAGF%3BEACE%2C8BAAA%3B%3BAAGF%3BEACE%2CiCAAA%3B%3BAAGF%3BEACE%2CiCAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BAAChC%2CMAAM%2CWAAW%3BAACjB%2CMAAM%2CWAAW%3BEACf%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BAACpC%2CMAAM%2CaAAa%3BAACnB%2CMAAM%2CaAAa%3BEACjB%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BAAChC%2CMAAM%2CWAAW%3BAACjB%2CMAAM%2CWAAW%3BEACf%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CQAAQ%3BAAAQ%2CCAAC%2CQAAQ%3BAAC1B%2CMAAM%2CQAAQ%3BAACd%2CMAAM%2CQAAQ%3BEACZ%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BAAChC%2CMAAM%2CWAAW%3BAACjB%2CMAAM%2CWAAW%3BEACf%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CUAAU%3BAAAQ%2CCAAC%2CUAAU%3BAAC9B%2CMAAM%2CUAAU%3BAAChB%2CMAAM%2CUAAU%3BEACd%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CSAAS%3BAAAQ%2CCAAC%2CSAAS%3BAAC5B%2CMAAM%2CSAAS%3BAACf%2CMAAM%2CSAAS%3BEACb%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CCAAC%2CQAAQ%3BAAAQ%2CCAAC%2CQAAQ%3BAAC1B%2CMAAM%2CQAAQ%3BAACd%2CMAAM%2CQAAQ%3BEACZ%2CyBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CwCAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2C%2BBAAA%3B%3BAAGF%3BEACE%2CgCAAA%3B%3BAAGF%3BEACE%2C8BAAA%3B%3BAAGF%3BEACE%2CoBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%3BEACE%2C0BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2C%2BBAAA%3BEACA%2CgCAAA%3B%3BAAGF%3BEACE%2CgCAAA%3BEACA%2CmCAAA%3B%3BAAGF%3BEACE%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACE%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%3BEACE%2C0BAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAGF%3BEACE%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3B%3BAAqCF%2CQAlC0B%3BEACxB%3BIACE%2CwBAAA%3B%3BEAEF%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CkBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAAsCJ%2CQAlC0B%3BEACxB%3BIACE%2CwBAAA%3B%3BEAEF%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CkBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAAsCJ%2CQAlC0B%3BEACxB%3BIACE%2CwBAAA%3B%3BEAEF%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CkBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAAsCJ%2CQAlC2B%3BEACzB%3BIACE%2CwBAAA%3B%3BEAEF%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CkBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAAsCJ%3BEAjCE%3BIACE%2CwBAAA%3B%3BEAEF%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CkBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3B%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CiBAAiB%3BEACf%2CcAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGF%2CiBAAkB%3BAAClB%2CiBAAkB%3BAAClB%2CiBAAkB%3BAAClB%2CiBAAkB%3BAAClB%2CiBAAkB%3BEAChB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGF%2CuBAAuB%3BEACrB%2CuBAAA%3B%3BAAGF%2CuBAAuB%3BEACrB%2CmBAAA%3B%3BAAGF%2CsBAAsB%3BEACpB%2CgBAAA%3B%3BAAGF%2CsBAAsB%3BEACpB%2CiBAAA%3B%3BAAGF%3BEACE%2CyCAAA%3BEACA%2CwCAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAGF%3BEACE%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CiCAAA%3B%3BAAGF%3BEACE%2CyCAAA%3BEACA%2CyCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CuCAAA%3BEACA%2CyCAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAGF%3BEACE%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAGF%3BEACE%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGF%3BEACE%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACE%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAGF%3BEACE%2CoCAAA%3BEACA%2C6BAAA%3B%3BAAGF%3BEACE%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BAAGF%3BEACE%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAAGF%3BEACE%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3B%3BAAGF%3BEACE%2CoCAAA%3BEACA%2CyBAAA%3B%3BAAGF%3BEACE%2CkCAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CqCAAA%3BEACA%2CgCAAA%3B%3BAAGF%3BEACE%2CsCAAA%3BEACA%2C4BAAA%3B%3BAAGF%3BEACE%2CyCAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CsCAAA%3BEACA%2CiCAAA%3B%3BAAGF%3BEACE%2CoCAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CqCAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CmCAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BEACE%2CsCAAA%3BEACA%2C6BAAA%3B%3BAAGF%3BEACE%2CwCAAA%3BEACA%2C%2BBAAA%3B%3BAAGF%3BEACE%2CuCAAA%3BEACA%2C8BAAA%3B%3BAA2IF%2CQAxI0B%3BEACxB%3BIACE%2CyCAAA%3BIACA%2CwCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2CyCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CyCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CiCAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAA4IJ%2CQAxI0B%3BEACxB%3BIACE%2CyCAAA%3BIACA%2CwCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2CyCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CyCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CiCAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAA4IJ%2CQAxI0B%3BEACxB%3BIACE%2CyCAAA%3BIACA%2CwCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2CyCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CyCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CiCAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAA4IJ%2CQAxI2B%3BEACzB%3BIACE%2CyCAAA%3BIACA%2CwCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2CyCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2CyCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CiCAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAEF%3BIACE%2CkCAAA%3BIACA%2CuBAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CgCAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2CiCAAA%3B%3BEAEF%3BIACE%2CoCAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CqCAAA%3BIACA%2CsBAAA%3B%3BEAEF%3BIACE%2CmCAAA%3BIACA%2CoBAAA%3B%3BEAEF%3BIACE%2CsCAAA%3BIACA%2C6BAAA%3B%3BEAEF%3BIACE%2CwCAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%3BIACE%2CuCAAA%3BIACA%2C8BAAA%3B%3B%3BAAIJ%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAeF%2CQAZ0B%3BEACxB%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3B%3BAAgBJ%2CQAZ0B%3BEACxB%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3B%3BAAgBJ%2CQAZ0B%3BEACxB%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3B%3BAAgBJ%2CQAZ2B%3BEACzB%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3B%3BAAIJ%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2C0BAAA%3B%3BAAGF%3BEACE%2CwBAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAGF%3BEACE%3BIACE%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CaAAA%3B%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CWAAW%2CUAAX%3BEACA%2CSAAA%3B%3BAAGF%2CkBAAkB%3BAAAS%2CkBAAkB%3BEAC3C%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2C0BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2CoBAAA%3B%3BAAGF%3BAACA%3BEACE%2CwBAAA%3B%3BAAGF%3BAACA%3BEACE%2C0BAAA%3B%3BAAGF%3BAACA%3BEACE%2C2BAAA%3B%3BAAGF%3BAACA%3BEACE%2CyBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BAACA%3BEACE%2CmBAAA%3B%3BAAGF%3BAACA%3BEACE%2CqBAAA%3B%3BAAGF%3BAACA%3BEACE%2CsBAAA%3B%3BAAGF%3BAACA%3BEACE%2CoBAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BAACA%3BEACE%2CkBAAA%3B%3BAAGF%3BAACA%3BEACE%2CoBAAA%3B%3BAAGF%3BAACA%3BEACE%2CqBAAA%3B%3BAAGF%3BAACA%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BAACA%3BEACE%2C2BAAA%3B%3BAAGF%3BAACA%3BEACE%2C6BAAA%3B%3BAAGF%3BAACA%3BEACE%2C8BAAA%3B%3BAAGF%3BAACA%3BEACE%2C4BAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BAACA%3BEACE%2CkBAAA%3B%3BAAGF%3BAACA%3BEACE%2CoBAAA%3B%3BAAGF%3BAACA%3BEACE%2CqBAAA%3B%3BAAGF%3BAACA%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BAACA%3BEACE%2C2BAAA%3B%3BAAGF%3BAACA%3BEACE%2C6BAAA%3B%3BAAGF%3BAACA%3BEACE%2C8BAAA%3B%3BAAGF%3BAACA%3BEACE%2C4BAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BAACA%3BEACE%2CyBAAA%3B%3BAAGF%3BAACA%3BEACE%2C2BAAA%3B%3BAAGF%3BAACA%3BEACE%2C4BAAA%3B%3BAAGF%3BAACA%3BEACE%2C0BAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BAACA%3BEACE%2CoBAAA%3B%3BAAGF%3BAACA%3BEACE%2CsBAAA%3B%3BAAGF%3BAACA%3BEACE%2CuBAAA%3B%3BAAGF%3BAACA%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BAACA%3BEACE%2CmBAAA%3B%3BAAGF%3BAACA%3BEACE%2CqBAAA%3B%3BAAGF%3BAACA%3BEACE%2CsBAAA%3B%3BAAGF%3BAACA%3BEACE%2CoBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%3BAACA%3BEACE%2C4BAAA%3B%3BAAGF%3BAACA%3BEACE%2C8BAAA%3B%3BAAGF%3BAACA%3BEACE%2C%2BBAAA%3B%3BAAGF%3BAACA%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BAACA%3BEACE%2CmBAAA%3B%3BAAGF%3BAACA%3BEACE%2CqBAAA%3B%3BAAGF%3BAACA%3BEACE%2CsBAAA%3B%3BAAGF%3BAACA%3BEACE%2CoBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%3BAACA%3BEACE%2C4BAAA%3B%3BAAGF%3BAACA%3BEACE%2C8BAAA%3B%3BAAGF%3BAACA%3BEACE%2C%2BBAAA%3B%3BAAGF%3BAACA%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BAACA%3BEACE%2C2BAAA%3B%3BAAGF%3BAACA%3BEACE%2C6BAAA%3B%3BAAGF%3BAACA%3BEACE%2C8BAAA%3B%3BAAGF%3BAACA%3BEACE%2C4BAAA%3B%3BAA6PF%2CQA1P0B%3BEACxB%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3B%3BAA8PJ%2CQA1P0B%3BEACxB%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3B%3BAA8PJ%2CQA1P0B%3BEACxB%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3B%3BAA8PJ%2CQA1P2B%3BEACzB%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CyBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%3BEACA%3BIACE%2CmBAAA%3B%3BEAEF%3BEACA%3BIACE%2CqBAAA%3B%3BEAEF%3BEACA%3BIACE%2CsBAAA%3B%3BEAEF%3BEACA%3BIACE%2CoBAAA%3B%3BEAEF%3BIACE%2CwBAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C%2BBAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2C2BAAA%3B%3BEAEF%3BEACA%3BIACE%2C6BAAA%3B%3BEAEF%3BEACA%3BIACE%2C8BAAA%3B%3BEAEF%3BEACA%3BIACE%2C4BAAA%3B%3B%3BAAIJ%3BEACE%2C8BAAA%3B%3BAAGF%3BEACE%2C8BAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2C4BAAA%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAeF%2CQAZ0B%3BEACxB%3BIACE%2C2BAAA%3B%3BEAEF%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2C6BAAA%3B%3B%3BAAgBJ%2CQAZ0B%3BEACxB%3BIACE%2C2BAAA%3B%3BEAEF%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2C6BAAA%3B%3B%3BAAgBJ%2CQAZ0B%3BEACxB%3BIACE%2C2BAAA%3B%3BEAEF%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2C6BAAA%3B%3B%3BAAgBJ%2CQAZ2B%3BEACzB%3BIACE%2C2BAAA%3B%3BEAEF%3BIACE%2C4BAAA%3B%3BEAEF%3BIACE%2C6BAAA%3B%3B%3BAAIJ%3BEACE%2CoCAAA%3B%3BAAGF%3BEACE%2CoCAAA%3B%3BAAGF%3BEACE%2CqCAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BEAClC%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CeAAe%3BAAAQ%2CCAAC%2CeAAe%3BEACtC%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BEAClC%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CUAAU%3BAAAQ%2CCAAC%2CUAAU%3BEAC5B%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CaAAa%3BAAAQ%2CCAAC%2CaAAa%3BEAClC%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CYAAY%3BAAAQ%2CCAAC%2CYAAY%3BEAChC%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CWAAW%3BAAAQ%2CCAAC%2CWAAW%3BEAC9B%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CCAAC%2CUAAU%3BAAAQ%2CCAAC%2CUAAU%3BEAC5B%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2C8BAAA%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC9lIc%2C0BAVR%2CUAEK%2COAQI%3BACnFb%2CoBAkLI%3BAC8DJ%3BACzPA%2CaAuFI%3BAC9FJ%2CYAGI%3BACKJ%3BACtBA%3BECoRA%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3B%3BAROY%2C0BAVR%2CUAEK%2COAQI%2CMS9HX%3BAR2CF%2CoBAkLI%2CWQ7NF%3BAP2RF%2CYO3RE%3BANkCF%2CaAuFI%2CwBMzHF%3BAL2BF%2CYAGI%2CKK9BF%3BAJmCF%2CiBInCE%3BAHaF%2C0BGbE%3BEACE%2CSAAA%3B%3BACoFJ%2CeAAC%3BAACD%2CeAAC%3BEH2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAG%5C%2FLA%2CeAAC%3BEH%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAGnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEHiLnB%2CYAAA%3BEG%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CuBAAC%3BAACD%2CuBAAC%3BEH2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAG%5C%2FLA%2CuBAAC%3BEH%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAGnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BEHiLnB%2CYAAA%3BEG%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BEACG%2CqBAAA%3B%3BAD6GR%3BAAymCA%2CmBAyBI%2CQAAO%3BAE13CP%2CqBACI%3BACEJ%2CaAEI%2CiBACI%3BAAkBR%2CaAUI%3BAAVJ%2CaAWI%3BACWJ%2CoBAEI%3BAb%5C%2FCI%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%3BAADN%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%3BAGsIV%2CKAAC%2CcA2EG%2CiBAoBM%3BAA%2BBF%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%3BAWtQlB%2CYAoFI%3BACpGJ%2C%2BBAMI%2C4BAOI%3BAClBR%2CwBAiFI%2C0BASI%3BAVxGR%2C0BAKI%3BAGuUA%2CeADJ%2CQACK%3BAQnPL%2CiCRm0CA%2CQAAO%3BAS11CP%2CuBT01CA%2CQAAO%3BANriCP%2CcMqiCA%2CQAAO%3BAU55CP%2CwBV2UA%2CQACK%3BAU3UL%2CuBV0UA%2CQACK%3BAW3UT%2CqBX0UI%2CQACK%3BAYlUT%2CmBZiUI%2CQACK%3BAa3UT%2CKAAK%2CKAAK%2COb0UN%2CQACK%3BEF5CL%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEG5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEDhKA%2CgBAAA%3BEF0PA%2CgBAAA%3BEAAA%2CcAAA%3B%3BACjJA%2C0BAAC%3BAC2IL%2CkBD3IK%3BACovCL%2CmBAyBI%2CQAAO%2CMD7wCN%3BAG7GD%2CqBACI%2CeH4GH%3BAI1GD%2CaAEI%2CiBACI%2CeJuGP%3BAIrFD%2CaAUI%2CaJ2EH%3BAIrFD%2CaAWI%2CeJ0EH%3BAK%5C%2FDD%2CoBAEI%2CeL6DH%3BAR5GO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUQ0Gb%3BAR3GO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUQ0Gb%3BAL4BG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBK3Hb%3BAL0JW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIK1JjB%3BAM5GD%2CYAoFI%2CmBNwBH%3BAO5HD%2C%2BBAMI%2C4BAOI%2CaP%2BGP%3BAQjID%2CwBAiFI%2C0BASI%2CeRuCP%3BAF%5C%2FID%2C0BAKI%2CaE0IH%3BAC6LG%2CeADJ%2CQACK%2COD7LJ%3BAStDD%2CiCRm0CA%2CQAAO%2CMD7wCN%3BAU7ED%2CuBT01CA%2CQAAO%2CMD7wCN%3BALwOD%2CcMqiCA%2CQAAO%2CMD7wCN%3BAW%5C%2FID%2CwBV2UA%2CQACK%2COD7LJ%3BAW9ID%2CuBV0UA%2CQACK%2COD7LJ%3BAY9IL%2CqBX0UI%2CQACK%2COD7LJ%3BAarIL%2CmBZiUI%2CQACK%2COD7LJ%3BAc9IL%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COD7LJ%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2C0BAAC%3BACsIL%2CkBDtIK%3BAC%2BuCL%2CmBAyBI%2CQAAO%2CMDxwCN%3BAGlHD%2CqBACI%2CeHiHH%3BAI%5C%2FGD%2CaAEI%2CiBACI%2CeJ4GP%3BAI1FD%2CaAUI%2CaJgFH%3BAI1FD%2CaAWI%2CeJ%2BEH%3BAKpED%2CoBAEI%2CeLkEH%3BARjHO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUQ%2BGb%3BARhHO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUQ%2BGb%3BALuBG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBKtHb%3BALqJW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIKrJjB%3BAMjHD%2CYAoFI%2CmBN6BH%3BAOjID%2C%2BBAMI%2C4BAOI%2CaPoHP%3BAQtID%2CwBAiFI%2C0BASI%2CeR4CP%3BAFpJD%2C0BAKI%2CaE%2BIH%3BACwLG%2CeADJ%2CQACK%2CODxLJ%3BAS3DD%2CiCRm0CA%2CQAAO%2CMDxwCN%3BAUlFD%2CuBT01CA%2CQAAO%2CMDxwCN%3BALmOD%2CcMqiCA%2CQAAO%2CMDxwCN%3BAWpJD%2CwBV2UA%2CQACK%2CODxLJ%3BAWnJD%2CuBV0UA%2CQACK%2CODxLJ%3BAYnJL%2CqBX0UI%2CQACK%2CODxLJ%3BAa1IL%2CmBZiUI%2CQACK%2CODxLJ%3BAcnJL%2CKAAK%2CKAAK%2COb0UN%2CQACK%2CODxLJ%3BED4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2C0BAAC%3BACiIL%2CkBDjIK%3BAC0uCL%2CmBAyBI%2CQAAO%2CMDnwCN%3BAGvHD%2CqBACI%2CeHsHH%3BAIpHD%2CaAEI%2CiBACI%2CeJiHP%3BAI%5C%2FFD%2CaAUI%2CaJqFH%3BAI%5C%2FFD%2CaAWI%2CeJoFH%3BAKzED%2CoBAEI%2CeLuEH%3BARtHO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUQoHb%3BARrHO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUQoHb%3BALkBG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBKjHb%3BALgJW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIKhJjB%3BAMtHD%2CYAoFI%2CmBNkCH%3BAOtID%2C%2BBAMI%2C4BAOI%2CaPyHP%3BAQ3ID%2CwBAiFI%2C0BASI%2CeRiDP%3BAFzJD%2C0BAKI%2CaEoJH%3BACmLG%2CeADJ%2CQACK%2CODnLJ%3BAShED%2CiCRm0CA%2CQAAO%2CMDnwCN%3BAUvFD%2CuBT01CA%2CQAAO%2CMDnwCN%3BAL8ND%2CcMqiCA%2CQAAO%2CMDnwCN%3BAWzJD%2CwBV2UA%2CQACK%2CODnLJ%3BAWxJD%2CuBV0UA%2CQACK%2CODnLJ%3BAYxJL%2CqBX0UI%2CQACK%2CODnLJ%3BAa%5C%2FIL%2CmBZiUI%2CQACK%2CODnLJ%3BAcxJL%2CKAAK%2CKAAK%2COb0UN%2CQACK%2CODnLJ%3BEDuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAGxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BADgFL%2CkBClFK%3BADkFL%2CkBCjFK%3BADiFL%2CkBChFK%3BADyrCL%2CmBAyBI%2CQAAO%2CMCptCN%3BAD2rCL%2CmBAyBI%2CQAAO%2CMCntCN%3BAD0rCL%2CmBAyBI%2CQAAO%2CMCltCN%3BACxKD%2CqBACI%2CeDqKH%3BACtKD%2CqBACI%2CeDsKH%3BACvKD%2CqBACI%2CeDuKH%3BAErKD%2CaAEI%2CiBACI%2CeFgKP%3BAEnKD%2CaAEI%2CiBACI%2CeFiKP%3BAEpKD%2CaAEI%2CiBACI%2CeFkKP%3BAEhJD%2CaAUI%2CaFoIH%3BAE9ID%2CaAUI%2CaFqIH%3BAE%5C%2FID%2CaAUI%2CaFsIH%3BAEhJD%2CaAWI%2CeFmIH%3BAE9ID%2CaAWI%2CeFoIH%3BAE%5C%2FID%2CaAWI%2CeFqIH%3BAG1HD%2CoBAEI%2CeHsHH%3BAGxHD%2CoBAEI%2CeHuHH%3BAGzHD%2CoBAEI%2CeHwHH%3BAVvKO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUUmKb%3BAVrKO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUUoKb%3BAVtKO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUUqKb%3BAVtKO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUUmKb%3BAVpKO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUUoKb%3BAVrKO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUUqKb%3BAP%5C%2FBG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBOlEb%3BAP7BG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBOjEb%3BAP9BG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBOhEb%3BAP%2BFW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIOjGjB%3BAPiGW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIOhGjB%3BAPgGW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIO%5C%2FFjB%3BAIvKD%2CYAoFI%2CmBJiFH%3BAIrKD%2CYAoFI%2CmBJkFH%3BAItKD%2CYAoFI%2CmBJmFH%3BAKvLD%2C%2BBAMI%2C4BAOI%2CaLwKP%3BAKrLD%2C%2BBAMI%2C4BAOI%2CaLyKP%3BAKtLD%2C%2BBAMI%2C4BAOI%2CaL0KP%3BAM5LD%2CwBAiFI%2C0BASI%2CeNgGP%3BAM1LD%2CwBAiFI%2C0BASI%2CeNiGP%3BAM3LD%2CwBAiFI%2C0BASI%2CeNkGP%3BAJ1MD%2C0BAKI%2CaImMH%3BAJxMD%2C0BAKI%2CaIoMH%3BAJzMD%2C0BAKI%2CaIqMH%3BADkIG%2CeADJ%2CQACK%2COCpIJ%3BADoIG%2CeADJ%2CQACK%2COCnIJ%3BADmIG%2CeADJ%2CQACK%2COClIJ%3BAOjHD%2CiCRm0CA%2CQAAO%2CMCptCN%3BAO%5C%2FGD%2CiCRm0CA%2CQAAO%2CMCntCN%3BAOhHD%2CiCRm0CA%2CQAAO%2CMCltCN%3BAQxID%2CuBT01CA%2CQAAO%2CMCptCN%3BAQtID%2CuBT01CA%2CQAAO%2CMCntCN%3BAQvID%2CuBT01CA%2CQAAO%2CMCltCN%3BAP6KD%2CcMqiCA%2CQAAO%2CMCptCN%3BAP%2BKD%2CcMqiCA%2CQAAO%2CMCntCN%3BAP8KD%2CcMqiCA%2CQAAO%2CMCltCN%3BAS1MD%2CwBV2UA%2CQACK%2COCpIJ%3BASxMD%2CwBV2UA%2CQACK%2COCnIJ%3BASzMD%2CwBV2UA%2CQACK%2COClIJ%3BASzMD%2CuBV0UA%2CQACK%2COCpIJ%3BASvMD%2CuBV0UA%2CQACK%2COCnIJ%3BASxMD%2CuBV0UA%2CQACK%2COClIJ%3BAUzML%2CqBX0UI%2CQACK%2COCpIJ%3BAUvML%2CqBX0UI%2CQACK%2COCnIJ%3BAUxML%2CqBX0UI%2CQACK%2COClIJ%3BAWhML%2CmBZiUI%2CQACK%2COCpIJ%3BAW9LL%2CmBZiUI%2CQACK%2COCnIJ%3BAW%5C%2FLL%2CmBZiUI%2CQACK%2COClIJ%3BAYzML%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COCpIJ%3BAYvML%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COCnIJ%3BAYxML%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COClIJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BADyEvB%2CkBC3EK%3BAD2EL%2CkBC1EK%3BAACD%2CQAAQ%2CUDyEZ%3BAAymCA%2CmBAyBI%2CQAAO%2CMC7sCN%3BADorCL%2CmBAyBI%2CQAAO%2CMC5sCN%3BAACD%2CQAAQ%2CUDkrCZ%2CoBAyBI%2CQAAO%3BAE13CP%2CqBACI%2CeD4KH%3BAC7KD%2CqBACI%2CeD6KH%3BAACD%2CQAAQ%2CUC%5C%2FKR%2CsBACI%3BACEJ%2CaAEI%2CiBACI%2CeFuKP%3BAE1KD%2CaAEI%2CiBACI%2CeFwKP%3BAACD%2CQAAQ%2CUE5KR%2CcAEI%2CiBACI%3BAAkBR%2CaAUI%2CaF2IH%3BAErJD%2CaAUI%2CaF4IH%3BAACD%2CQAAQ%2CUEvJR%2CcAUI%3BAAVJ%2CaAWI%2CeF0IH%3BAErJD%2CaAWI%2CeF2IH%3BAACD%2CQAAQ%2CUEvJR%2CcAWI%3BACWJ%2CoBAEI%2CeH6HH%3BAG%5C%2FHD%2CoBAEI%2CeH8HH%3BAACD%2CQAAQ%2CUGjIR%2CqBAEI%3BAb%5C%2FCI%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUU0Kb%3BAV5KO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUU2Kb%3BAACD%2CQAAQ%2CUV9KA%2CkBAAkB%2CUA5BrB%2CMAAM%2COA8BG%3BAADN%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUU0Kb%3BAV3KO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUU2Kb%3BAACD%2CQAAQ%2CUV7KA%2CeAAe%2CUA7BlB%2CMAAM%2COA8BG%3BAGsIV%2CKAAC%2CcA2EG%2CiBAoBM%2CiBO3Db%3BAPpCG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBO1Db%3BAACD%2CQAAQ%2CUPtCJ%2CMAAC%2CcA2EG%2CiBAoBM%3BAA%2BBF%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIO1FjB%3BAP0FW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIOzFjB%3BAACD%2CQAAQ%2CUPwFI%2CMA9HP%2CcAuHG%2CQAOK%2CKAAK%3BAWtQlB%2CYAoFI%2CmBJwFH%3BAI5KD%2CYAoFI%2CmBJyFH%3BAACD%2CQAAQ%2CUI9KR%2CaAoFI%3BACpGJ%2C%2BBAMI%2C4BAOI%2CaL%2BKP%3BAK5LD%2C%2BBAMI%2C4BAOI%2CaLgLP%3BAACD%2CQAAQ%2CUK9LR%2CgCAMI%2C4BAOI%3BAClBR%2CwBAiFI%2C0BASI%2CeNuGP%3BAMjMD%2CwBAiFI%2C0BASI%2CeNwGP%3BAACD%2CQAAQ%2CUMnMR%2CyBAiFI%2C0BASI%3BAVxGR%2C0BAKI%2CaI0MH%3BAJ%5C%2FMD%2C0BAKI%2CaI2MH%3BAACD%2CQAAQ%2CUJjNR%2C2BAKI%3BAGuUA%2CeADJ%2CQACK%2COC7HJ%3BAD6HG%2CeADJ%2CQACK%2COC5HJ%3BAACD%2CQAAQ%2CUD2HJ%2CgBADJ%2CQACK%3BAQnPL%2CiCRm0CA%2CQAAO%2CMC7sCN%3BAOtHD%2CiCRm0CA%2CQAAO%2CMC5sCN%3BAACD%2CQAAQ%2CUOxHR%2CkCRm0CA%2CQAAO%3BAS11CP%2CuBT01CA%2CQAAO%2CMC7sCN%3BAQ7ID%2CuBT01CA%2CQAAO%2CMC5sCN%3BAACD%2CQAAQ%2CUQ%5C%2FIR%2CwBT01CA%2CQAAO%3BANriCP%2CcMqiCA%2CQAAO%2CMC7sCN%3BAPwKD%2CcMqiCA%2CQAAO%2CMC5sCN%3BAACD%2CQAAQ%2CUPsKR%2CeMqiCA%2CQAAO%3BAU55CP%2CwBV2UA%2CQACK%2COC7HJ%3BAS%5C%2FMD%2CwBV2UA%2CQACK%2COC5HJ%3BAACD%2CQAAQ%2CUSjNR%2CyBV2UA%2CQACK%3BAU3UL%2CuBV0UA%2CQACK%2COC7HJ%3BAS9MD%2CuBV0UA%2CQACK%2COC5HJ%3BAACD%2CQAAQ%2CUShNR%2CwBV0UA%2CQACK%3BAW3UT%2CqBX0UI%2CQACK%2COC7HJ%3BAU9ML%2CqBX0UI%2CQACK%2COC5HJ%3BAACD%2CQAAQ%2CUUhNZ%2CsBX0UI%2CQACK%3BAYlUT%2CmBZiUI%2CQACK%2COC7HJ%3BAWrML%2CmBZiUI%2CQACK%2COC5HJ%3BAACD%2CQAAQ%2CUWvMZ%2CoBZiUI%2CQACK%3BAa3UT%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COC7HJ%3BAY9ML%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COC5HJ%3BAACD%2CQAAQ%2CUYhNZ%2CMAAK%2CKAAK%2COb0UN%2CQACK%3BEF5CL%2CcAAA%3BEAAA%2CYAAA%3BEG5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BADoER%2CkBAjPK%3BAAiPL%2CkBAjPe%2CIAAI%3BAA01CnB%2CmBAyBI%2CQAAO%2CMAn3CN%3BAA01CL%2CmBAyBI%2CQAAO%2CMAn3CI%2CIAAI%3BAEPf%2CqBACI%2CeFMH%3BAEPD%2CqBACI%2CeFMO%2CIAAI%3BAGJf%2CaAEI%2CiBACI%2CeHCP%3BAGJD%2CaAEI%2CiBACI%2CeHCG%2CIAAI%3BAGiBf%2CaAUI%2CaH3BH%3BAGiBD%2CaAUI%2CaH3BO%2CIAAI%3BAGiBf%2CaAWI%2CeH5BH%3BAGiBD%2CaAWI%2CeH5BO%2CIAAI%3BAIuCf%2CoBAEI%2CeJzCH%3BAIuCD%2CoBAEI%2CeJzCO%2CIAAI%3BATNP%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUSIb%3BATNO%2CiBAAkB%2CUA5BrB%2CMAAM%2COA8BG%2CUSIH%2CIAAI%3BATLP%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUSIb%3BATLO%2CcAAe%2CUA7BlB%2CMAAM%2COA8BG%2CUSIH%2CIAAI%3BANkIX%2CKAAC%2CcA2EG%2CiBAoBM%2CiBMjOb%3BANkIG%2CKAAC%2CcA2EG%2CiBAoBM%2CiBMjOH%2CIAAI%3BANgQH%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIMhQjB%3BANgQW%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%2CIMhQP%2CIAAI%3BAKNf%2CYAoFI%2CmBL9EH%3BAKND%2CYAoFI%2CmBL9EO%2CIAAI%3BAMtBf%2C%2BBAMI%2C4BAOI%2CaNSP%3BAMtBD%2C%2BBAMI%2C4BAOI%2CaNSG%2CIAAI%3BAO3Bf%2CwBAiFI%2C0BASI%2CeP%5C%2FDP%3BAO3BD%2CwBAiFI%2C0BASI%2CeP%5C%2FDG%2CIAAI%3BAHzCf%2C0BAKI%2CaGoCH%3BAHzCD%2C0BAKI%2CaGoCO%2CIAAI%3BAAmSX%2CeADJ%2CQACK%2COAnSJ%3BAAmSG%2CeADJ%2CQACK%2COAnSM%2CIAAI%3BAQgDf%2CiCRm0CA%2CQAAO%2CMAn3CN%3BAQgDD%2CiCRm0CA%2CQAAO%2CMAn3CI%2CIAAI%3BASyBf%2CuBT01CA%2CQAAO%2CMAn3CN%3BASyBD%2CuBT01CA%2CQAAO%2CMAn3CI%2CIAAI%3BAN8Uf%2CcMqiCA%2CQAAO%2CMAn3CN%3BAN8UD%2CcMqiCA%2CQAAO%2CMAn3CI%2CIAAI%3BAUzCf%2CwBV2UA%2CQACK%2COAnSJ%3BAUzCD%2CwBV2UA%2CQACK%2COAnSM%2CIAAI%3BAUxCf%2CuBV0UA%2CQACK%2COAnSJ%3BAUxCD%2CuBV0UA%2CQACK%2COAnSM%2CIAAI%3BAWxCnB%2CqBX0UI%2CQACK%2COAnSJ%3BAWxCL%2CqBX0UI%2CQACK%2COAnSM%2CIAAI%3BAY%5C%2FBnB%2CmBZiUI%2CQACK%2COAnSJ%3BAY%5C%2FBL%2CmBZiUI%2CQACK%2COAnSM%2CIAAI%3BAaxCnB%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COAnSJ%3BAaxCL%2CKAAK%2CKAAK%2COb0UN%2CQACK%2COAnSM%2CIAAI%3BEACX%2CgBAAA%3BEFsPJ%2CcAAA%3B%3BAUzRgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BACAD%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BEXyRjB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAGqDA%2C2BAAC%3BAACD%2C2BAAC%3BAO%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQP8UhB%3BAO9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQP%2BUhB%3BAQ%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR8UhB%3BAQ9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQR%2BUhB%3BEHtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAG4DA%2C2BAAC%3BAOrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQPqVhB%3BAQrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQRqVhB%3BEH5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAgBvMQ%2CcANM%2CSAIV%2CSAEK%2CKA%2BBG%2CYAII%3BEhBoKhB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAiBrNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAPuBT%2CkBADJ%2CQACK%3BAQpBO%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAC9EjB%2CcA0II%2CQAAO%3BAClBX%2CkBAKI%2CiBAAiB%2CQAAO%3BAxB5F5B%2CaAuFI%2CwBAMI%2CQAAO%2CQAAQ%3BAWkBX%2CiBAFR%2CiBACI%2CQACK%3BAc9Fb%2CqBA6BI%2CQAAO%3BAA7BX%2CqBA8BI%2CQAAO%3BAZpCS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BEToPrB%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3B%3BAmBhSA%2CcA8II%2CcjBtEJ%3BAUsCA%2CgCA8BI%2CSACI%2CcVrER%3BANmGI%2CKAAC%2CcA6JG%2CcMhQR%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAiB3EJ%2CcA8II%2CcjBtEJ%2CGAIK%3BAUkCL%2CgCA8BI%2CSACI%2CcVrER%2CGAIK%3BAN%2BFD%2CKAAC%2CcA6JG%2CcMhQR%2CGAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAAEJ%2CWiB%5C%2FEJ%2CeA8II%2CcjBtEJ%3BAAOI%2CWU%2BBJ%2CiCA8BI%2CSACI%2CcVrER%3BAAOI%2CWN4FA%2CMAAC%2CcA6JG%2CcMhQR%3BEAQQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAiBlFR%2CcA8II%2CcjBzDJ%3BAUyBA%2CgCA8BI%2CSACI%2CcVxDR%3BANsFI%2CKAAC%2CcA6JG%2CcMnPR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CWiBzFJ%2CeA8II%2CcjBzDJ%3BAAII%2CWUqBJ%2CiCA8BI%2CSACI%2CcVxDR%3BAAII%2CWNkFA%2CMAAC%2CcA6JG%2CcMnPR%3BEAKQ%2CYAAA%3B%3BAPgBR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEOyEzB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAUhKA%3BAnBmFI%2CSAAC%3BE6B7DL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAtBFA%2CoBAAC%3BAACD%2CoBAAC%3BAYtBD%2CqBZqBC%3BAYrBD%2CqBZsBC%3BAP6DG%2CSAAC%2CSO9DJ%3BAP8DG%2CSAAC%2CSO7DJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAY3BD%2CqBZ2BC%3BAPwDG%2CSAAC%2CSOxDJ%3BEACG%2CWAAA%3B%3BAEuJR%2CoBoB1JI%3BAVzBA%2CqBUyBA%3BA7B0DI%2CSAAC%2CS6B1DL%3BEAEI%2CeAAA%3BEtB8OJ%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAX%5C%2FCD%2CqBUyBA%2CeCsBC%3BA9BoCG%2CSAAC%2CS6B1DL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBxBiB%2COxBwBjB%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAX5DL%2CqBUyBA%2CeCkCC%2CMACI%3BA9BuBD%2CSAAC%2CS6B1DL%2CeCkCC%2CMACI%3BEvB6ML%2CcAAA%3B%3BAuBvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAXlEL%2CqBUyBA%2CeCwCC%2COACI%3BA9BiBD%2CSAAC%2CS6B1DL%2CeCwCC%2COACI%3BEvBuML%2CcAAA%3B%3BAsBqEA%2CoBArTA%2CeAqTC%3BAV9UD%2CqBUyBA%2CeAqTC%3BA7B3PG%2CSAAC%2CS6B1DL%2CeAqTC%3BEtBrED%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAX%5C%2FCD%2CqBUyBA%2CeAqTC%2COC%5C%2FRA%3BA9BoCG%2CSAAC%2CS6B1DL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BxOc%2CO1BwOd%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAX5DL%2CqBUyBA%2CeAqTC%2COCnRA%2CMACI%3BA9BuBD%2CSAAC%2CS6B1DL%2CeAqTC%2COCnRA%2CMACI%3BEvB6ML%2CcAAA%3B%3BAuBvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAXlEL%2CqBUyBA%2CeAqTC%2COC7QA%2COACI%3BA9BiBD%2CSAAC%2CS6B1DL%2CeAqTC%2COC7QA%2COACI%3BEvBuML%2CcAAA%3B%3BAEtFJ%2CoBoB6BI%3BAVhNA%2CqBUgNA%3BA7B7HI%2CSAAC%2CS6B6HL%3BEtByDA%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3BED0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEsBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEtB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAEtFJ%2CoBoB6BI%2CYAsBI%3BAVtOJ%2CqBUgNA%2CYAsBI%3BA7BnJA%2CSAAC%2CS6B6HL%2CYAsBI%3BEtBmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAsB3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAV9OT%2CqBUgNA%2CYAsBI%2CGAQK%3BA7B3JL%2CSAAC%2CS6B6HL%2CYAsBI%2CGAQK%3BEtB2BT%2CmBAAA%3BEsBzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAVxiBD%2CqBUgNA%2CYAuVC%3BAVviBD%2CqBUgNA%2CYAwVC%3BA7BrdG%2CSAAC%2CS6B6HL%2CYAuVC%3BA7BpdG%2CSAAC%2CS6B6HL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAVjjBD%2CqBUgNA%2CYAiWC%3BA7B9dG%2CSAAC%2CS6B6HL%2CYAiWC%3BEACG%2CiBAAA%3BEtBzSJ%2CsDAAA%3BEsB2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAVvjBD%2CqBUgNA%2CYAuWC%3BA7BpeG%2CSAAC%2CS6B6HL%2CYAuWC%3BEACG%2CiBAAA%3BEtB%5C%2FSJ%2CsDAAA%3BEsBiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAVjgBD%2CqBUgNA%2CYAiTC%3BA7B9aG%2CSAAC%2CS6B6HL%2CYAiTC%3BEtBxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAsB6PA%2CoBAtTA%2CYAsTC%3BAVtgBD%2CqBUgNA%2CYAsTC%3BA7BnbG%2CSAAC%2CS6B6HL%2CYAsTC%3BEtB7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAsBZA%2CoBAAC%3BAV7PD%2CqBU6PC%3BA7B1KG%2CSAAC%2CS6B0KJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAVhQJ%2CqBU6PC%2COAGG%3BA7B7KA%2CSAAC%2CS6B0KJ%2COAGG%3BEACI%2CcAAA%3B%3BAVjQR%2CqBVqLA%2CGAAE%3BATlGE%2CSAAC%2CSSkGL%2CGAAE%3BEACE%2CcAAA%3B%3BAiB7MJ%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAQzFhB%2COACI%2CgBAuBI%2CKACI%3BAPkMZ%2CQAoDI%2CoBACI%2CKACI%3BARnPZ%2CyBACI%2COAAM%2CIAAK%3BAA%2BEf%2CgCAwBI%2CKACI%3BAIjIR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BAAmEA%2CcANM%2CSAIV%2CSAEK%2CKA%2BBG%2CYACI%2CMAAK%3BAYlHD%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%3BE1B6MxB%2CWAAA%3BEACA%2CkBAAA%3B%3BA2B9GA%2CSAII%2CMAOI%2CQAAO%3BAlC%2BOP%2CQADJ%2CQACK%3BAAmQT%2CiBAuDI%2CMAAK%2COAID%2CQAAO%3BEKhYf%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BArBwNJ%2C6BqB0CM%3BAM5KF%2CSAII%2CMAOI%2CQAAO%2CONiKb%3BA5B8EM%2CQADJ%2CQACK%2CO4B9EP%3BA5BiVF%2CiBAuDI%2CMAAK%2COAID%2CQAAO%2CO4B5Yb%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2C6BAAC%3BAMgFD%2CSAII%2CMAOI%2CQAAO%2CON3Fd%3BA5B0UO%2CQADJ%2CQACK%2CO4B1UR%3BA5B6kBD%2CiBAuDI%2CMAAK%2COAID%2CQAAO%2CO4BxoBd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBlFS%2COxBkFT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAMmEL%2CSAII%2CMAOI%2CQAAO%2CON%5C%2FEd%2CMACI%3BA5B6TG%2CQADJ%2CQACK%2CO4B9TR%2CMACI%3BA5BgkBL%2CiBAuDI%2CMAAK%2COAID%2CQAAO%2CO4B5nBd%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2C6BADH%2COACI%3BAM6DL%2CSAII%2CMAOI%2CQAAO%2CONzEd%2COACI%3BA5BuTG%2CQADJ%2CQACK%2CO4BxTR%2COACI%3BA5B0jBL%2CiBAuDI%2CMAAK%2COAID%2CQAAO%2CO4BtnBd%2COACI%3BEvBqPL%2CWAAA%3B%3BALxOA%2CQAAQ%2CKAAM%2CEO0LZ%3BEF8CF%2CWAAA%3BEAAA%2CqBAAA%3B%3BACjJA%2CiBCmGE%2CIDnGD%3BANvFD%2CQAAQ%2CKAAM%2CEO0LZ%2CIDnGD%3BEDiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAC5IA%2CiBC8FE%2CID9FD%3BAN5FD%2CQAAQ%2CKAAM%2CEO0LZ%2CID9FD%3BED4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2CiBCyFE%2CIDzFD%3BANjGD%2CQAAQ%2CKAAM%2CEO0LZ%2CIDzFD%3BEDuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BACjJA%2CcAAC%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CcAAC%3BED4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2CcAAC%3BEDuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAY%5C%2FQA%2CKAAK%2CaAAa%2CMACd%3BAIlBJ%2CKAAK%2CSAAS%2CMACV%3BEdkQJ%2CcAAA%3B%3BAAyEI%2CeADJ%2CQACK%3BAU5UL%2CwBV2UA%2CQACK%3BAU3UL%2CuBV0UA%2CQACK%3BAW3UT%2CqBX0UI%2CQACK%3BAYlUT%2CmBZiUI%2CQACK%3BAa3UT%2CKAAK%2CKAAK%2COb0UN%2CQACK%3BEAhDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAUhSA%2CwBVgTA%2CUACI%2COACI%3BAUjTR%2CuBV%2BSA%2CUACI%2COACI%3BAWjTZ%2CqBX%2BSI%2CUACI%2COACI%3BAYxSZ%2CmBZsSI%2CUACI%2COACI%3BAajTZ%2CKAAK%2CKAAK%2COb%2BSN%2CUACI%2COACI%3BEACI%2CUAAA%3B%3BAUnTZ%2CwBVgTA%2CUAMI%2CiBAEM%3BAUvTV%2CuBV%2BSA%2CUAMI%2CiBAEM%3BAWvTd%2CqBX%2BSI%2CUAMI%2CiBAEM%3BAY9Sd%2CmBZsSI%2CUAMI%2CiBAEM%3BAavTd%2CKAAK%2CKAAK%2COb%2BSN%2CUAMI%2CiBAEM%3BEAME%2CWAAA%3B%3BAU9TZ%2CwBVgTA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAUzTjB%2CuBV%2BSA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAWzTrB%2CqBX%2BSI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAYhTrB%2CmBZsSI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAazTrB%2CKAAK%2CKAAK%2COb%2BSN%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAU3TpB%2CwBVgTA%2CUAiBI%2CQACI%3BAUjUR%2CuBV%2BSA%2CUAiBI%2CQACI%3BAWjUZ%2CqBX%2BSI%2CUAiBI%2CQACI%3BAYxTZ%2CmBZsSI%2CUAiBI%2CQACI%3BAajUZ%2CKAAK%2CKAAK%2COb%2BSN%2CUAiBI%2CQACI%3BEACI%2CSAAA%3B%3BAUnUZ%2CwBVuUA%3BAUtUA%2CuBVsUA%3BAWtUJ%2CqBXsUI%3BAY7TJ%2CmBZ6TI%3BAatUJ%2CKAAK%2CKAAK%2CObsUN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAUzUJ%2CwBVgVA%2CSACK%3BAUhVL%2CuBV%2BUA%2CSACK%3BAWhVT%2CqBX%2BUI%2CSACK%3BAYvUT%2CmBZsUI%2CSACK%3BAahVT%2CKAAK%2CKAAK%2COb%2BUN%2CSACK%3BEACG%2CgBAAA%3B%3BAGvJI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEL5KjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAmBhBA%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAW3JtB%2CMAAM%2CWA0CF%3BAVwGI%2CSADJ%2CUACK%2CMACK%3BAAsEd%2CQAiBI%2CQAAO%2CKAcH%2CSACK%3BAA6Cb%2CYAEI%3BAWzSR%2CcACI%3BACYJ%2C0BAWI%2CyBACI%2CUACI%2CQAAO%3BAC1Bf%2CsBA6DI%2CUAAS%2CSACJ%3BACjDT%2CYACI%2CuBAEI%2COAEI%3BArBlBhB%2CqBAEI%2CQACI%3BAgB6CJ%2CuBACI%3BApCkHJ%2C2BAKI%2CsBAII%2CUACM%3BAAiBd%2CuBACI%2CoBACI%3BA0CxDJ%2COAAC%2CKAEG%3BAA0KR%2CgBACI%2CiBAGI%3BAzCqFR%2CcAaI%2CcACI%3BA0C5ZR%2CYACI%2CeAWI%2COACI%3BACiER%2COADG%2CKACF%2CIAAI%3BArBWD%2CcANM%2CSAIV%2CSAEK%2CKAWG%2CaACI%3BArBggBhB%2CiBAEI%2CMAAK%2CMAAM%2COACP%3BAAHR%2CiBAEwB%2CMAAK%2CMAAM%2CQAC3B%3BAC7ZI%2CKAhCP%2CcAsBG%2CKAUK%2CIAIG%3BA0CxFhB%2COAAO%2CSAuCH%3BAzC%5C%2FIJ%2CqBACI%3BAYFJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BA8BxHR%2CwBAuFI%2COACI%3BEvCrFR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCdI%2CsBAAC%2CcAGG%2CsBAQI%3BExCOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAuBkCA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAvB7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAEyYR%2CiBoBKI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BApBPR%2CiBoBUI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BApBZR%2CiBoB0BI%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BApB5BR%2CiBoB%2BBI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BApBlCR%2CiBoB7RI%3BEtBiIA%2CkBAAA%3BEAAA%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BArB4XJ%2CiBoB7RI%2CeCqHE%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBxBiB%2COxBwBjB%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEvB6ML%2CcAAA%3B%3BAuBvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEvBuML%2CcAAA%3B%3BAsBuHA%2CiBAxPA%2CeAwPC%3BEtBvHD%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BxOc%2CO1BwOd%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEvB6ML%2CcAAA%3B%3BAuBvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEvBuML%2CcAAA%3B%3BAE4JJ%2CiBoBrNI%3BEtByDA%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3BED0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEsBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEtB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAE4JJ%2CiBoBrNI%2COAsBI%3BEtBmCJ%2CSAAA%3BEAAA%2CkBAAA%3B%3BAsB3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEtB2BT%2CmBAAA%3BEsBzBY%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%3BEtBzSJ%2CsDAAA%3BEsB2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEtB%5C%2FSJ%2CsDAAA%3BEsBiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEtB%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAsBoRA%2CiBA7UA%2COA6UC%3BEtBpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAsBZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BApByVR%2CmBqB7VE%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CmBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB0hCJ%2CmBACI%3BANn2CA%2CaAiBI%3BAcuCJ%2CiCR2yCA%3BASl0CA%2CuBTk0CA%3BAN7gCA%2CcM6gCA%3BEA9vBI%2CSAAA%3B%3BAA6vBR%2CmBACI%2COA5vBM%3BANvmBN%2CaAiBI%2COMslBE%3BAQ%5C%2FiBN%2CiCR2yCA%2COA5vBM%3BAStkBN%2CuBTk0CA%2COA5vBM%3BANjRN%2CcM6gCA%2COA5vBM%3BEFxWN%2C6BAAA%3BEEqUA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAmCQ%2CuBAAA%3BEF1WR%2CcAAA%3BEuBhOA%2CqBAAA%3B%3BArBm0CJ%2CmBACI%2COA5vBM%2CSA%5C%2FBL%3BANxkBD%2CaAiBI%2COMslBE%2CSA%5C%2FBL%3BAQhhBD%2CiCR2yCA%2COA5vBM%2CSA%5C%2FBL%3BASviBD%2CuBTk0CA%2COA5vBM%2CSA%5C%2FBL%3BANlPD%2CcM6gCA%2COA5vBM%2CSA%5C%2FBL%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAyBJ%2CeAGM%2CSqBpXJ%3BArB%2BmCN%2CmBACI%2COA5vBM%2CSqBpXJ%3BA3BnPF%2CaAiBI%2COMslBE%2CSqBpXJ%3BAb3LF%2CiCR2yCA%2COA5vBM%2CSqBpXJ%3BAZlNF%2CuBTk0CA%2COA5vBM%2CSqBpXJ%3BA3BmGF%2CcM6gCA%2COA5vBM%2CSqBpXJ%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CerBkkBM%2CSqBlkBL%3BArB6zCL%2CmBACI%2COA5vBM%2CSqBlkBL%3BA3BrCD%2CaAiBI%2COMslBE%2CSqBlkBL%3BAbmBD%2CiCR2yCA%2COA5vBM%2CSqBlkBL%3BAZJD%2CuBTk0CA%2COA5vBM%2CSqBlkBL%3BA3BiTD%2CcM6gCA%2COA5vBM%2CSqBlkBL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB0hCJ%2CmBACI%2COA5vBM%2CSAYG%3BANnnBT%2CaAiBI%2COMslBE%2CSAYG%3BAQ3jBT%2CiCR2yCA%2COA5vBM%2CSAYG%3BASllBT%2CuBTk0CA%2COA5vBM%2CSAYG%3BAN7RT%2CcM6gCA%2COA5vBM%2CSAYG%3BEACG%2CcAAA%3B%3BAA8uBhB%2CmBACI%2COA3uBI%3BANxnBJ%2CaAiBI%2COMumBA%3BAQhkBJ%2CiCR2yCA%2COA3uBI%3BASvlBJ%2CuBTk0CA%2COA3uBI%3BANlSJ%2CcM6gCA%2COA3uBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAugCR%2CiBAAA%3B%3BAqBniDA%2CerBgiBK%2COACK%2CSqBjiBT%3BArBmwCL%2CmBACI%2COApuBK%2COACK%2CSqBjiBT%3BA3B%5C%2FFD%2CaAiBI%2COM8mBC%2COACK%2CSqBjiBT%3BAbvCD%2CiCR2yCA%2COApuBK%2COACK%2CSqBjiBT%3BAZ9DD%2CuBTk0CA%2COApuBK%2COACK%2CSqBjiBT%3BA3BuPD%2CcM6gCA%2COApuBK%2COACK%2CSqBjiBT%3BEvBgKD%2CSwB%5C%2FEa%2COxB%2BEb%3B%3BAEmmCJ%2CmBACI%2COApuBK%2COAQG%3BANvoBR%2CaAiBI%2COM8mBC%2COAQG%3BAQ%5C%2FkBR%2CiCR2yCA%2COApuBK%2COAQG%3BAStmBR%2CuBTk0CA%2COApuBK%2COAQG%3BANjTR%2CcM6gCA%2COApuBK%2COAQG%3BEACI%2CcAAA%3B%3BAA4QhB%2CmBACI%3BAiBt7BA%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BAP9GnB%2CyBAEI%3BAAeJ%2C2BACI%3BAAsBJ%2CgCACI%3BAnBqDJ%2C2BACI%3BA0CgJJ%2CgBAeI%2CgBAEI%3BAzBpUR%2CwBACI%2CORm7BJ%3BAiBt7BA%2CcjBs7BA%3BASp7BA%2CcACI%2COTm7BJ%3BAkB3tBA%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%3BAY53BJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%3BAR5gBA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%3BAR3gBA%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%3BEFtpBA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgCAAA%3B%3BAEqpBJ%2CmBACI%2CaAjME%3BAAgMN%2CmBACI%2CaAjMY%3BAiBrvBZ%2CcAmLI%2CajBkkBF%3BAiBrvBF%2CcAmLI%2CajBkkBQ%3BAiBrvBZ%2CcAoLI%2CeAAe%2COjBikBjB%3BAiBrvBF%2CcAoLI%2CeAAe%2COjBikBP%3BAU%5C%2FqBZ%2CyBAEI%2CQV6qBF%3BAU%5C%2FqBF%2CyBAEI%2CQV6qBQ%3BAU9pBZ%2C2BACI%2CaV6pBF%3BAU9pBF%2C2BACI%2CaV6pBQ%3BAUvoBZ%2CgCACI%2CaVsoBF%3BAUvoBF%2CgCACI%2CaVsoBQ%3BATjlBZ%2C2BACI%2CaSglBF%3BATjlBF%2C2BACI%2CaSglBQ%3BAiChcZ%2CgBAeI%2CgBAEI%2COjC%2BaN%3BAiChcF%2CgBAeI%2CgBAEI%2COjC%2BaI%3BAQnvBZ%2CwBACI%2CORm7BJ%2CaAjME%3BAQnvBF%2CwBACI%2CORm7BJ%2CaAjMY%3BAiBrvBZ%2CcjBs7BA%2CaAjME%3BAiBrvBF%2CcjBs7BA%2CaAjMY%3BASnvBZ%2CcACI%2COTm7BJ%2CaAjME%3BASnvBF%2CcACI%2COTm7BJ%2CaAjMY%3BAkB1hBZ%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAjME%3BAkB1hBF%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAjMY%3BAY3rBhB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAjME%3BAY3rBN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAjMY%3BAR3UZ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAjME%3BAR3UF%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAjMY%3BAR1UZ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAjME%3BAR1UF%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAjMY%3BEFrdZ%2CcAAA%3B%3BANtPA%2CoBAqJI%2CMQ8mBJ%3BEF7gBA%2CmBAAA%3B%3BAU9PY%2CwBAFR%2CqCACI%2CKACK%2CMR2yBb%3BAQ3yBY%2CwBAFR%2CqCACI%2CKACK%2CMR2yBS%3BAQ1yBV%2CwBAHR%2CqCACI%2CKAEK%2CSR0yBb%3BAQ1yBY%2CwBAHR%2CqCACI%2CKAEK%2CSR0yBS%3BAS7yBV%2CcAFR%2C2BACI%2CKACK%2CMT6yBb%3BAS7yBY%2CcAFR%2C2BACI%2CKACK%2CMT6yBS%3BAS5yBV%2CcAHR%2C2BACI%2CKAEK%2CST4yBb%3BAS5yBY%2CcAHR%2C2BACI%2CKAEK%2CST4yBS%3BAR3pBd%2CoBADJ%2CKACK%2CMQ2pBT%3BAR3pBQ%2CoBADJ%2CKACK%2CMQ2pBa%3BAR1pBd%2CoBAFJ%2CKAEK%2CSQ0pBT%3BAR1pBQ%2CoBAFJ%2CKAEK%2CSQ0pBa%3BAN1oBV%2CKAxBP%2CcAsBG%2CKAEK%2CMM0oBb%3BAN1oBY%2CKAxBP%2CcAsBG%2CKAEK%2CMM0oBS%3BANzoBV%2CKAzBP%2CcAsBG%2CKAGK%2CSMyoBb%3BANzoBY%2CKAzBP%2CcAsBG%2CKAGK%2CSMyoBS%3BANxoBV%2CKA1BP%2CcAsBG%2CKAIK%2CKMwoBb%3BANxoBY%2CKA1BP%2CcAsBG%2CKAIK%2CKMwoBS%3BEAClB%2CcAAA%3BEF9iBJ%2CiBAAA%3BEEgjBI%2CcAAA%3BEACA%2CmBAAA%3B%3BAQ%5C%2FyBQ%2CwBAFR%2CqCACI%2CKACK%2CMR2yBb%2CqBAKI%3BAQhzBQ%2CwBAFR%2CqCACI%2CKACK%2CMR2yBS%2CqBAKlB%3BAQ%5C%2FyBQ%2CwBAHR%2CqCACI%2CKAEK%2CSR0yBb%2CqBAKI%3BAQ%5C%2FyBQ%2CwBAHR%2CqCACI%2CKAEK%2CSR0yBS%2CqBAKlB%3BASlzBQ%2CcAFR%2C2BACI%2CKACK%2CMT6yBb%2CqBAKI%3BASlzBQ%2CcAFR%2C2BACI%2CKACK%2CMT6yBS%2CqBAKlB%3BASjzBQ%2CcAHR%2C2BACI%2CKAEK%2CST4yBb%2CqBAKI%3BASjzBQ%2CcAHR%2C2BACI%2CKAEK%2CST4yBS%2CqBAKlB%3BARhqBI%2CoBADJ%2CKACK%2CMQ2pBT%2CqBAKI%3BARhqBI%2CoBADJ%2CKACK%2CMQ2pBa%2CqBAKlB%3BAR%5C%2FpBI%2CoBAFJ%2CKAEK%2CSQ0pBT%2CqBAKI%3BAR%5C%2FpBI%2CoBAFJ%2CKAEK%2CSQ0pBa%2CqBAKlB%3BAN%5C%2FoBQ%2CKAxBP%2CcAsBG%2CKAEK%2CMM0oBb%2CqBAKI%3BAN%5C%2FoBQ%2CKAxBP%2CcAsBG%2CKAEK%2CMM0oBS%2CqBAKlB%3BAN9oBQ%2CKAzBP%2CcAsBG%2CKAGK%2CSMyoBb%2CqBAKI%3BAN9oBQ%2CKAzBP%2CcAsBG%2CKAGK%2CSMyoBS%2CqBAKlB%3BAN7oBQ%2CKA1BP%2CcAsBG%2CKAIK%2CKMwoBb%2CqBAKI%3BAN7oBQ%2CKA1BP%2CcAsBG%2CKAIK%2CKMwoBS%2CqBAKlB%3BEACI%2CgBAAA%3B%3BAuCx0BR%2CyBAiBI%2CcvC6zBJ%3BAuC90BA%2CyBAiBI%2CcvC6zBkB%3BAI3sBtB%2CaJ2sBA%3BAI3sBA%2CaJ2sBsB%3BAI1sBtB%2CaJ0sBA%3BAI1sBA%2CaJ0sBsB%3BAPvoBtB%2CwBAqBI%2COASI%2CcOymBR%3BAPvoBA%2CwBAqBI%2COASI%2CcOymBc%3BANxzBtB%2CaMwzBA%3BANxzBA%2CaMwzBsB%3BEAClB%2CqBAAA%3BEF1jBJ%2CiBAAA%3B%3BAyCrRA%2CyBAiBI%2CcvCi0BJ%2CqBAAuB%3BAI%5C%2FsBvB%2CaJ%2BsBA%2CqBAAuB%3BAI9sBvB%2CaJ8sBA%2CqBAAuB%3BAP3oBvB%2CwBAqBI%2COASI%2CcO6mBR%2CqBAAuB%3BAN5zBvB%2CaM4zBA%2CqBAAuB%3BEACnB%2CqBAAA%3BEF9jBJ%2CiBAAA%3B%3BAyCrRA%2CyBAiBI%2CcvCi0BJ%2CqBAAuB%2CuBAGlB%3BAIltBL%2CaJ%2BsBA%2CqBAAuB%2CuBAGlB%3BAIjtBL%2CaJ8sBA%2CqBAAuB%2CuBAGlB%3BAP9oBL%2CwBAqBI%2COASI%2CcO6mBR%2CqBAAuB%2CuBAGlB%3BAN%5C%2FzBL%2CaM4zBA%2CqBAAuB%2CuBAGlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAuCt1BR%2CyBAiBI%2CcvCi0BJ%2CqBAAuB%2CuBAMlB%3BAIrtBL%2CaJ%2BsBA%2CqBAAuB%2CuBAMlB%3BAIptBL%2CaJ8sBA%2CqBAAuB%2CuBAMlB%3BAPjpBL%2CwBAqBI%2COASI%2CcO6mBR%2CqBAAuB%2CuBAMlB%3BANl0BL%2CaM4zBA%2CqBAAuB%2CuBAMlB%3BEACG%2CSAAS%2CGAAT%3B%3BAwCv0BJ%2CoBAUI%3BAATJ%2CoBASI%3BAhCrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA4BI%2C2BAcI%3BAjBFR%2CoBA8II%3BAEbA%2CKAAC%2CcAyKG%3BEMyhBR%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEF%5C%2FkBA%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAmBzCG%2CoBAUI%2CgBnB%2BBP%3BAmBxCG%2CoBASI%2CgBnB%2BBP%3BAbpED%2CwBA8BI%2CqCAgBI%2CgBasBP%3BAZpED%2CcA4BI%2C2BAcI%2CgBY0BP%3BA7B5BD%2CoBA8II%2CgB6BlHH%3BA3BqGG%2CKAAC%2CcAyKG%2CgB2B9QP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmB5UI%2CoBAUI%2CgBxC00BP%3BAwCn1BG%2CoBASI%2CgBxC00BP%3BAQ%5C%2F2BD%2CwBA8BI%2CqCAgBI%2CgBRi0BP%3BAS%5C%2F2BD%2CcA4BI%2C2BAcI%2CgBTq0BP%3BARv0BD%2CoBA8II%2CgBQyrBH%3BANtsBG%2CKAAC%2CcAyKG%2CgBM6hBP%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAqBpvBJ%2CuBAAC%3BAmBvFW%2CoBAFJ%2CgBAEK%2CSnBuFZ%3BAmBvFW%2CoBAFJ%2CgBAEK%2CSnBuFZ%3BAb9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSa8EZ%3BAZlFW%2CcAhBR%2C2BAcI%2CgBAEK%2CSYkFZ%3BA7B0DO%2CoBAFJ%2CgBAEK%2CS6B1DR%3BA3BsNW%2CKA3KP%2CcAyKG%2CgBAEK%2CS2BtNZ%3BEvBgKD%2CSwB%5C%2FEa%2COxB%2BEb%3B%3BAkChSA%2CiBAII%2CsBAII%3BAtB8CR%2CyBACI%3BEZyOJ%2CmBAAA%3B%3BAmCzKI%2COAAC%2CQjCgxBL%2CQACK%3BAiCnlBL%2CgBAeI%2CgBAKI%2CwBjC8jBR%2CQACK%3BEACG%2CkBAAA%3B%3BAiClxBJ%2COAAC%2CQjCgxBL%2CQAIK%3BAiCtlBL%2CgBAeI%2CgBAKI%2CwBjC8jBR%2CQAIK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAiCzxBJ%2COAAC%2CQjCgxBL%2CQAWK%3BAiC7lBL%2CgBAeI%2CgBAKI%2CwBjC8jBR%2CQAWK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CWiChyBI%2CQAAC%2CQjCiyBD%3BAADJ%2CWiClmBA%2CiBAeI%2CgBAKI%2CwBjC%2BkBJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAQx5BR%2CwBACI%2CORm7BJ%2CaAEM%3BAiBx7BN%2CcjBs7BA%2CaAEM%3BASt7BN%2CcACI%2COTm7BJ%2CaAEM%3BAkB7tBN%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAEM%3BAY93BV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAEM%3BAR9gBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAEM%3BAR7gBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAEM%3BEACE%2CiBAAA%3B%3BAQv7BR%2CwBACI%2CORm7BJ%2CaAKI%2CQAAO%3BAQz7BX%2CwBACI%2CORm7BJ%2CaAKkB%2CQAAO%3BAiB37BzB%2CcjBs7BA%2CaAKI%2CQAAO%3BAiB37BX%2CcjBs7BA%2CaAKkB%2CQAAO%3BASz7BzB%2CcACI%2COTm7BJ%2CaAKI%2CQAAO%3BASz7BX%2CcACI%2COTm7BJ%2CaAKkB%2CQAAO%3BAkBhuBzB%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAKI%2CQAAO%3BAkBhuBX%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAKkB%2CQAAO%3BAYj4B7B%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAKI%2CQAAO%3BAYj4Bf%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAKkB%2CQAAO%3BARjhBzB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKI%2CQAAO%3BARjhBX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKkB%2CQAAO%3BARhhBzB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKI%2CQAAO%3BARhhBX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKkB%2CQAAO%3BEACjB%2CYAAA%3BEACA%2CkBAAA%3B%3BAQ37BR%2CwBACI%2CORm7BJ%2CaAKI%2CQAAO%2CKAGF%3BAQ57BT%2CwBACI%2CORm7BJ%2CaAKkB%2CQAAO%2CKAGhB%3BAiB97BT%2CcjBs7BA%2CaAKI%2CQAAO%2CKAGF%3BAiB97BT%2CcjBs7BA%2CaAKkB%2CQAAO%2CKAGhB%3BAS57BT%2CcACI%2COTm7BJ%2CaAKI%2CQAAO%2CKAGF%3BAS57BT%2CcACI%2COTm7BJ%2CaAKkB%2CQAAO%2CKAGhB%3BAkBnuBT%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAKI%2CQAAO%2CKAGF%3BAkBnuBT%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAKkB%2CQAAO%2CKAGhB%3BAYp4Bb%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAKI%2CQAAO%2CKAGF%3BAYp4Bb%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAKkB%2CQAAO%2CKAGhB%3BARphBT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKI%2CQAAO%2CKAGF%3BARphBT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKkB%2CQAAO%2CKAGhB%3BARnhBT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKI%2CQAAO%2CKAGF%3BARnhBT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAKkB%2CQAAO%2CKAGhB%3BEAgkBT%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSsBxxCc%2COtBwxCd%3BEACA%2CeAAA%3BEAtkBY%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAQh8BZ%2CwBACI%2CORm7BJ%2CaAeI%2CQAAO%2CKAAK%3BAiBr8BhB%2CcjBs7BA%2CaAeI%2CQAAO%2CKAAK%3BASn8BhB%2CcACI%2COTm7BJ%2CaAeI%2CQAAO%2CKAAK%3BAkB1uBhB%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAeI%2CQAAO%2CKAAK%3BAY34BpB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAeI%2CQAAO%2CKAAK%3BAR3hBhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAeI%2CQAAO%2CKAAK%3BAR1hBhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAeI%2CQAAO%2CKAAK%3BEAyjBhB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSsBh5CM%2COtBg5CN%3BEACA%2CeAAA%3B%3BAQpgDA%2CwBACI%2CORm7BJ%2CaAkBI%3BAiBx8BJ%2CcjBs7BA%2CaAkBI%3BASt8BJ%2CcACI%2COTm7BJ%2CaAkBI%3BAkB7uBJ%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlBsrBlB%2CaAkBI%3BAY94BR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ03Bd%2CaAkBI%3BAR9hBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAkBI%3BAR7hBJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQygBlB%2CaAkBI%3BEACI%2CgBAAA%3B%3BAQv8BR%2CwBACI%2CORy8BJ%3BAiB58BA%2CcjB48BA%3BAS18BA%2CcACI%2COTy8BJ%3BAkBjvBA%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlB4sBlB%3BAYl5BJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZg5Bd%3BARliBA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQ%2BhBlB%3BARjiBA%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQ%2BhBlB%3BEAII%2CqBAAA%3BEACA%2CgBAAA%3B%3BAQ%5C%2F8BJ%2CwBACI%2CORy8BJ%2CWACM%3BAiB78BN%2CcjB48BA%2CWACM%3BAS38BN%2CcACI%2COTy8BJ%2CWACM%3BAkBlvBN%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlB4sBlB%2CWACM%3BAYn5BV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZg5Bd%2CWACM%3BARniBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQ%2BhBlB%2CWACM%3BARliBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQ%2BhBlB%2CWACM%3BEACE%2CgBAAA%3B%3BAQ58BR%2CwBACI%2CORy8BJ%2CWAMM%3BAiBl9BN%2CcjB48BA%2CWAMM%3BASh9BN%2CcACI%2COTy8BJ%2CWAMM%3BAkBvvBN%2CQAiBI%2CQAAO%2CKAoBH%2COAAM%2CIAAI%2CSlB4sBlB%2CWAMM%3BAYx5BV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZg5Bd%2CWAMM%3BARxiBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQ%2BhBlB%2CWAMM%3BARviBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSQ%2BhBlB%2CWAMM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAGpzBR%2CoBACI%2CoBAQI%2COHozBP%3BAG7zBD%2CoBAEI%2CkCAOI%2COHozBP%3BATt2Be%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMSs2BhB%3BAoC%5C%2F8BD%2CeAOI%2CUAEI%2COpCs8BP%3BAoC9uBD%2CeAyHI%2CaAEI%2COpCmnBP%3BAoC9uBD%2CeA0HI%2CgBACI%2COpCmnBP%3BEACG%2CSAAS%2CIAAT%3B%3BAAoBR%2CuBAMI%2CQAAO%3BATj%5C%2FBH%2CSAAC%2CMAAM%2COSi%5C%2FBX%2CQAAO%3BAT94BH%2CSAAC%2CSS84BL%2CQAAO%3BEFxtBP%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BArB09BL%2CuBAMI%2CQAAO%2CIqBh%2BBN%3BA9BjBG%2CSAAC%2CMAAM%2COSi%5C%2FBX%2CQAAO%2CIqBh%2BBN%3BA9BkFG%2CSAAC%2CSS84BL%2CQAAO%2CIqBh%2BBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjFO%2COxBiFP%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA9BlWI%2CSAAC%2CMAAM%2COS4%2BBX%2COAAO%2CMAAK%2CWACP%3BAT14BD%2CSAAC%2CSSy4BL%2COAAO%2CMAAK%2CWACP%3BEFptBL%2CmBAAA%3B%3BAPzRI%2CSAAC%2CMAAM%2COSi%5C%2FBX%2CQAAO%2CIAEF%3BATh5BD%2CSAAC%2CSS84BL%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAuRZ%2CmBAqBI%3BAiBxyCA%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BActQJ%2CsBA6DI%2CUAAS%2CSAIJ%2CUAAU%3BA5BsHnB%2CoBACI%2CaACI%2CoBAII%2CQAAO%3BAgCUnB%3BA1C0GA%2CQAuDI%3BACxUJ%2CaAiBI%2COA8BI%2CUAAS%2CSACH%3BAAhDd%2CaAiBI%2COA8BI%2CUAAS%2CSAEH%2CUAAU%3BA0C6JxB%2CeA%2BEI%2CsBAYI%2CMAAK%2CYAED%3BA1C7KZ%2CYMyoCA%3BAyCtxCA%2CkBAcI%2CczCwwCJ%3BEAnSA%2CaAAA%3B%3BAY5%2BBJ%3BEduQI%2CyBAAA%3BEE8vBA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAYj%5C%2FBJ%2C4BZ%2B%5C%2FBI%2CWACI%2CoBACI%3BAYhgCZ%2CyBZ8%5C%2FBI%2CWACI%2CoBACI%3BAYz%5C%2FBZ%2C0BZu%5C%2FBI%2CWACI%2CoBACI%3BARprBR%2CQQkrBA%2CWACI%2CoBACI%3BARnrBR%2CuBQirBA%2CWACI%2CoBACI%3BARlrBR%2CiBQgrBA%2CWACI%2CoBACI%3BARjrBR%2C0BQ%2BqBA%2CWACI%2CoBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAYngChB%2C4BZ%2B%5C%2FBI%2CWACI%2CoBACI%2CYAGI%3BAYngChB%2CyBZ8%5C%2FBI%2CWACI%2CoBACI%2CYAGI%3BAY5%5C%2FBhB%2C0BZu%5C%2FBI%2CWACI%2CoBACI%2CYAGI%3BARvrBZ%2CQQkrBA%2CWACI%2CoBACI%2CYAGI%3BARtrBZ%2CuBQirBA%2CWACI%2CoBACI%2CYAGI%3BARrrBZ%2CiBQgrBA%2CWACI%2CoBACI%2CYAGI%3BARprBZ%2C0BQ%2BqBA%2CWACI%2CoBACI%2CYAGI%3BEACI%2CaAAA%3B%3BAUh%2BBhB%2C2BAII%2CMAAK%3BAlBwVT%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEkD3MrB%2CYAAA%3B%3BA1Ck3BJ%2CkB0ClzBM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA1CizBV%2CkB0ClzBM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAhCvNN%2C2BAII%2CMAAK%2CMgCiNP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAhCtNN%2C2BAII%2CMAAK%2CMgCiNP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAlDqIN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkD3InB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAlDsIN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkD3InB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BE5CdN%2CmBAAA%3B%3BAE8zBJ%2CkB0Ch3BM%2CQAGI%2CKACI%3BA1C42Bd%2CkB0C%5C%2F2BM%2CQAEI%2CKACI%3BA1C42Bd%2CkB0C92BM%2CQACI%2CKACI%3BA1C42Bd%2CkB0Ch3BM%2CQAGI%2CKAEI%3BA1C22Bd%2CkB0C%5C%2F2BM%2CQAEI%2CKAEI%3BA1C22Bd%2CkB0C92BM%2CQACI%2CKAEI%3BAhC5JV%2C2BAII%2CMAAK%2CMgCmJP%2CQAGI%2CKACI%3BAhC3JV%2C2BAII%2CMAAK%2CMgCoJP%2CQAEI%2CKACI%3BAhC3JV%2C2BAII%2CMAAK%2CMgCqJP%2CQACI%2CKACI%3BAhC3JV%2C2BAII%2CMAAK%2CMgCmJP%2CQAGI%2CKAEI%3BAhC5JV%2C2BAII%2CMAAK%2CMgCoJP%2CQAEI%2CKAEI%3BAhC5JV%2C2BAII%2CMAAK%2CMgCqJP%2CQACI%2CKAEI%3BAlDgMV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkDzMnB%2CQAGI%2CKACI%3BAlDiMV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkDxMnB%2CQAEI%2CKACI%3BAlDiMV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkDvMnB%2CQACI%2CKACI%3BAlDiMV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkDzMnB%2CQAGI%2CKAEI%3BAlDgMV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkDxMnB%2CQAEI%2CKAEI%3BAlDgMV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkDvMnB%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BA1C02BhB%2CkB0Cr2BM%2CQACI%2CKACI%3BA1Cm2Bd%2CkB0Cr2BM%2CQACI%2CKAEI%3BAhCrKV%2C2BAII%2CMAAK%2CMgC8JP%2CQACI%2CKACI%3BAhCpKV%2C2BAII%2CMAAK%2CMgC8JP%2CQACI%2CKAEI%3BAlDuLV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkD9LnB%2CQACI%2CKACI%3BAlDwLV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMkD9LnB%2CQACI%2CKAEI%3BE5CoCV%2CgCAAA%3B%3BAgB%5C%2FNA%2CeAII%3BEhB2NJ%2CcAAA%3BEAAA%2CiBAAA%3BEEg3BA%2CmBAAA%3B%3BARlwBA%2CcACI%3BAsB9UJ%2CeACI%3BEdylCJ%2CgBAAA%3B%3BAyBnlCA%3BEzB0lCA%2CmBAAA%3B%3BAyB1lCA%2CkBzB2lCA%2CSAAQ%2CKACJ%3BAyB5lCJ%2CkBzB2lCA%2CSAAQ%2CKACO%3BEACP%2CaAAA%3B%3BAUzmCR%2CuBAKI%2COAAM%2CKV6oCV%3BEACI%2CkBAAA%3B%3BAAFR%2CeAKI%3BA2Cv4BA%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BAjCvQJ%2CyBAKI%2CyBAMI%3BAArBR%2CuBAKI%2COAAM%2CKVipCV%3BEFl7BA%2CkBAAA%3BEE47BA%2COAAO%2C0BAAP%3B%3BA4CptCQ%2CMADJ%2CSACK%3BE5C4tCT%2CkBAAA%3B%3BA6C9tCA%2CqBACI%2CaACI%2CeACI%3BAPIR%2CsBAAC%2CcAgBG%3BExCmQR%2CYAAA%3BEAAA%2CSAAA%3BEE68BA%2CUAAA%3B%3BA6CvuCA%2CqBACI%2CaACI%2CeACI%2CuB7CquCX%3BA6CxuCD%2CqBACI%2CaACI%2CeACI%2CuB7CquCD%3BAsCjuCP%2CsBAAC%2CcAgBG%2CuBtCitCP%3BAsCjuCG%2CsBAAC%2CcAgBG%2CuBtCitCG%3BEFh6BX%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEEk9BI%2CUAAA%3BEACA%2COAAA%3B%3BA6C7uCJ%2CqBACI%2CaACI%2CeACI%2CuB7C4uCX%3BAsCxuCG%2CsBAAC%2CcAgBG%2CuBtCwtCP%3BEFr9BD%2C4BAAA%3B%3BA%2BC1RA%2CqBACI%2CaACI%2CeACI%2CuB7C%2BuCX%3BAsC3uCG%2CsBAAC%2CcAgBG%2CuBtC2tCP%3BEFx9BD%2C4BAAA%3BEE09BI%2CQAAA%3B%3BAMvuCJ%2C%2BBAMI%3BATbJ%2C0BAQI%3BEC4QJ%2CcAAA%3BEAAA%2CsBAAA%3B%3BAJjIA%3BA%2BC7IA%2CkBAcI%3BEzCovCJ%2C6BAAA%3BEACA%2CiBAAA%3B%3BANtnCA%2CYMunCA%2CMACI%3BANxnCJ%2CYMunCO%2CMACH%3BAyCrwCJ%2CkBAcI%2CczCsvCJ%2CMACI%3BAyCrwCJ%2CkBAcI%2CczCsvCG%2CMACH%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAN3nCR%2CYMunCA%2CMAMI%3BAN7nCJ%2CYMunCO%2CMAMH%3BAyC1wCJ%2CkBAcI%2CczCsvCJ%2CMAMI%3BAyC1wCJ%2CkBAcI%2CczCsvCG%2CMAMH%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWNnoCR%2CaMunCA%2CMAMI%3BAAMI%2CWNnoCR%2CaMunCO%2CMAMH%3BAAMI%2CWyChxCR%2CmBAcI%2CczCsvCJ%2CMAMI%3BAAMI%2CWyChxCR%2CmBAcI%2CczCsvCG%2CMAMH%3BEAOQ%2CuBAAA%3BEACA%2CgBAAA%3B%3BANroCZ%2CYM4oCA%2COACI%3BAN7oCJ%2CYM4oCA%2COACQ%3BAyC1xCR%2CkBAcI%2CczC2wCJ%2COACI%3BAyC1xCJ%2CkBAcI%2CczC2wCJ%2COACQ%3BEACA%2CeAAA%3B%3BAN9oCR%2CYM4oCA%2COAII%3BAyC7xCJ%2CkBAcI%2CczC2wCJ%2COAII%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BANnpCR%2CYM4oCA%2COASI%3BAyClyCJ%2CkBAcI%2CczC2wCJ%2COASI%3BEACI%2C6BAAA%3BEFrhCR%2CiBAAA%3BEEuhCQ%2CmBAAA%3B%3BAACA%2CWNzpCR%2CaM4oCA%2COASI%3BAAII%2CWyCtyCR%2CmBAcI%2CczC2wCJ%2COASI%3BEAKQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAN3pCZ%2CYM4oCA%2COAkBI%3BAyC3yCJ%2CkBAcI%2CczC2wCJ%2COAkBI%3BEACI%2C6BAAA%3BEF9hCR%2CiBAAA%3B%3BAJjIA%2CYMmqCA%3BAyChzCA%2CkBAcI%2CczCkyCJ%3BEACI%2CmBAAA%3B%3BANpqCJ%2CYMsqCA%2CMAAM%2CGAAE%2CWAAY%3BAyCnzCpB%2CkBAcI%2CczCqyCJ%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BANvqCJ%2CYMyqCA%2CYACK%2CQACG%3BAN3qCR%2CYMyqCA%2CYACK%2CQACU%3BAyCxzCf%2CkBAcI%2CczCwyCJ%2CYACK%2CQACG%3BAyCxzCR%2CkBAcI%2CczCwyCJ%2CYACK%2CQACU%3BEACH%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAN9qCZ%2CYMyqCA%2CYACK%2CQAMG%2CQAAQ%3BAyC7zChB%2CkBAcI%2CczCwyCJ%2CYACK%2CQAMG%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CmBAAA%3BEFjjCZ%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BArBywCI%2CmBADJ%2CYACK%2CQAMG%2CQAAQ%2COqB3jCd%3BA3BrHF%2CYMyqCA%2CYACK%2CQAMG%2CQAAQ%2COqB3jCd%3BAoBlQF%2CkBAcI%2CczCwyCJ%2CYACK%2CQAMG%2CQAAQ%2COqB3jCd%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CmBrBkwCA%2CYACK%2CQAMG%2CQAAQ%2COqBzwCf%3BA3ByFD%2CYMyqCA%2CYACK%2CQAMG%2CQAAQ%2COqBzwCf%3BAoBpDD%2CkBAcI%2CczCwyCJ%2CYACK%2CQAMG%2CQAAQ%2COqBzwCf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA3B1MA%2CYMyqCA%2CYACK%2CQAMG%2CQAAQ%2COAIH%3BAyCj0Cb%2CkBAcI%2CczCwyCJ%2CYACK%2CQAMG%2CQAAQ%2COAIH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BANvrChB%2CYMyqCA%2CYACK%2CQAgBI%2CSACG%3BAN3rCZ%2CYMyqCA%2CYACK%2CQAgBI%2CSACU%3BAyCx0CnB%2CkBAcI%2CczCwyCJ%2CYACK%2CQAgBI%2CSACG%3BAyCx0CZ%2CkBAcI%2CczCwyCJ%2CYACK%2CQAgBI%2CSACU%3BEACH%2CgBAAA%3B%3BAqB3tChB%2CmBrBwsCA%2CYACK%2CQAgBI%2CSAIG%2CQAAQ%2COqB7tCnB%3BA3B%2BBD%2CYMyqCA%2CYACK%2CQAgBI%2CSAIG%2CQAAQ%2COqB7tCnB%3BAoB9GD%2CkBAcI%2CczCwyCJ%2CYACK%2CQAgBI%2CSAIG%2CQAAQ%2COqB7tCnB%3BEvBgKD%2CSwB%5C%2FEa%2COxB%2BEb%3B%3BAJjIA%2CYMyqCA%2CYA0BK%3BAyCh1CL%2CkBAcI%2CczCwyCJ%2CYA0BK%3BEACG%2CaAAA%3BEACA%2CgCAAA%3B%3BANrsCR%2CYMyqCA%2CYA0BK%2CQAGI%3BAyCn1CT%2CkBAcI%2CczCwyCJ%2CYA0BK%2CQAGI%3BEACG%2CkBAAA%3B%3BANvsCZ%2CYM2sCA%3BAyCx1CA%2CkBAcI%2CczC00CJ%3BEACI%2CgBAAA%3B%3BAQlxCJ%2CiCR2yCA%3BASl0CA%2CuBTk0CA%3BAN7gCA%2CcM6gCA%3BEACI%2CiBAAA%3B%3BAQ5yCJ%2CiCR2yCA%2COAGM%2CSACE%3BASt0CR%2CuBTk0CA%2COAGM%2CSACE%3BANjhCR%2CcM6gCA%2COAGM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAQjzCZ%2CiCRqzCA%3BAS50CA%2CuBT40CA%3BANvhCA%2CcMuhCA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAQxzCJ%2CiCRqzCA%2CiBAII%2CQACK%3BAQ1zCT%2CiCRqzCA%2CiBAII%2CQACgB%3BASj1CpB%2CuBT40CA%2CiBAII%2CQACK%3BASj1CT%2CuBT40CA%2CiBAII%2CQACgB%3BAN5hCpB%2CcMuhCA%2CiBAII%2CQACK%3BAN5hCT%2CcMuhCA%2CiBAII%2CQACgB%3BEACR%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAQ%5C%2FzCZ%2CiCRm0CA%2CQAAO%3BAS11CP%2CuBT01CA%2CQAAO%3BANriCP%2CcMqiCA%2CQAAO%3BEAEH%2CgBAAA%3B%3BAQr0CJ%2CiCRu0CA%3BAS91CA%2CuBT81CA%3BANziCA%2CcMyiCA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAQz0CJ%2CiCRu0CA%2CUAGM%2CSACI%3BASl2CV%2CuBT81CA%2CUAGM%2CSACI%3BAN7iCV%2CcMyiCA%2CUAGM%2CSACI%3BEACE%2CaAAA%3B%3BAQ50CZ%2CiCRg1CA%3BASv2CA%2CuBTu2CA%3BANljCA%2CcMkjCA%3BEACI%2CmBAAA%3B%3BA8Cj4CJ%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAC5CJ%3BEACI%2C0BAAA%3BE%5C%2FCmqDJ%2CiBAAA%3BE%2BCjqDI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CiBAAA%3B%3BACNJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CEAAE%3BAAAM%2CEAAE%3BEAAM%2CWAAA%3B%3BAAChB%2CMACI%3BElD2RJ%2CmBAAA%3B%3BAkDxRY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CMAVR%2CMAEM%2CKAQG%2CWACG%3BAADJ%2CMAVR%2CMAEM%2CKAQG%2CWAEG%3BEACI%2CoBAAA%3B%3BAAdpB%2CMACI%2CMAiBI%3BAAlBR%2CMACI%2CMAkBI%3BEACI%2CSAAA%3B%3BAApBZ%2CMACI%2CMAqBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAoFZ%2CQA%5C%2FE0B%3BEACtB%3BIACI%2C6BAAA%3BIN6UR%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIM5UQ%2CkBAAA%3B%3BEAJA%2CcAAC%3BIACG%2CgBAAA%3B%3BEAHR%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIN8c1C%2CYAAA%3BIACA%2CcAAA%3B%3BEMtdI%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBNidxC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEMzdA%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBNqdxC%3BIACE%2CcAAA%3B%3BEM7dA%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBNqdxC%2CQAGI%3BIACE%2CcAAA%3B%3BEMheJ%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBNqdxC%2CQAGI%2CKAGE%3BEMleJ%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBNqdxC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcMheJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBNqdxC%2CQAGI%2CKAGE%2CGAKK%2CSAAS%3BEAAV%2CcMheJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBNqdxC%2CQAGI%2CKAIE%2CGAIK%2CSAAS%3BI5CzOtB%2CmBAAA%3BI4C2OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BI5C5OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEkD9PI%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEAZpB%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAII%2CKAAE%3BIACA%2CoBAAA%3B%3BEAfpB%2CcAOI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAOI%2CKAAE%2CIAAI%3BIACJ%2CiBAAA%3B%3BEAIZ%2CcAfJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAe7B%2CsBACG%2CMACI%3BIACI%2CaAAA%3B%3BEAGA%2CcArBhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAe7B%2CsBACG%2CMAII%2CGACK%3BIACG%2CYAAA%3BIACA%2CkBAAA%3B%3BEA9BxB%2CcAoCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMACI%2CGAAG%3BIACC%2CiBAAA%3B%3BEAvChB%2CcAoCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%3BIACI%2CcAAA%3B%3BEA3CZ%2CcAoCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%2CMAEI%3BIACI%2CcAAA%3B%3BEAEA%2CcAXZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%2CMAEI%2CGAGK%2CYACG%3BEADJ%2CcAXZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%2CMAEI%2CGAGK%2CYAEG%3BIACI%2CiBAAA%3B%3BEAlDxB%2CcAoCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%2CMAYI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA1DhB%2CcAoCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%2CMAkBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAjEhB%2CcAoCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%2CMAyBI%2COAAM%3BIlD2LtB%2CiBAAA%3B%3BEkD9PI%2CcAoCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBAMnB%2CMAyBI%2COAAM%2COAEF%3BIACI%2CoBAAA%3B%3B%3BAAkBxB%2CQAV0B%3BEACtB%2CQACI%2COAAO%2CQAAM%2CKAAG%3BEADpB%2CQACwB%2COAAO%2CQAAM%2CKAAG%3BIAChC%2C6BAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3B%3BAAmChB%3BEA7BQ%3BIACI%2C0BAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CWAAA%3BIASA%2CmBAAA%3B%3BEAVJ%2CcAAe%2CMAGX%3BEAHJ%2CcAAe%2CMAGP%3BIACA%2CWAAA%3B%3BEAJR%2CcAAe%2CMAMX%3BIACI%2CsBAAA%3B%3BEAKJ%2CcAZW%2CMAYP%2CQAAQ%2CKAAE%3BIACV%2CgBAAA%3B%3BEAGR%2CyBACI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3B%3B%3BACnJZ%2CQAAQ%3BEnD%2BRR%2CSAAA%3BEAAA%2CkBAAA%3BEoDnQA%2CcAAA%3BEpDmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CkBAAA%3BEoDtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEpD2OA%2CcAAA%3B%3BAoDxOI%2CQDvDI%2CKCoDR%2CEAGK%3BEpDwOL%2CcAAA%3B%3BAoDpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEpDoOL%2CcAAA%3B%3BAmD%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjEe%2COxBiEf%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEvBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEoDrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEnD2RR%2CSAAA%3BEAAA%2CkBAAA%3BEoDnQA%2CcAAA%3BEpDmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEoDtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEpD2OA%2CcAAA%3B%3BAoDxOI%2CQDnDI%2CMCgDR%2CEAGK%3BEpDwOL%2CcAAA%3B%3BAoDpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEpDoOL%2CcAAA%3B%3BAmD3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjEe%2COxBiEf%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEvBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEoDrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEnDuRR%2CSAAA%3BEAAA%2CkBAAA%3BEoDnQA%2CcAAA%3BEpDmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CkBAAA%3BEoDtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEpD2OA%2CcAAA%3B%3BAoDxOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEpDwOL%2CcAAA%3B%3BAoDpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEpDoOL%2CcAAA%3B%3BAmDvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjEe%2COxBiEf%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEvBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEoDrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEnDmRR%2CSAAA%3BEAAA%2CkBAAA%3BEoDnQA%2CcAAA%3BEpDmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CkBAAA%3BEoDtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEpD2OA%2CcAAA%3B%3BAoDxOI%2CQD3CI%2COCwCR%2CEAGK%3BEpDwOL%2CcAAA%3B%3BAoDpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEpDoOL%2CcAAA%3B%3BAmDnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjEe%2COxBiEf%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEvBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEoDrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEnD%2BQR%2CSAAA%3BEAAA%2CkBAAA%3BEoDnQA%2CcAAA%3BEpDmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEoDtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEpD2OA%2CcAAA%3B%3BAoDxOI%2CQDvCI%2CQCoCR%2CEAGK%3BEpDwOL%2CcAAA%3B%3BAoDpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEpDoOL%2CcAAA%3B%3BAmD%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB%5C%2FDmB%2COxB%2BDnB%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEvBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEoDrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BEtDwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEsDhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEtD8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEsDxFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2CQDjDI%2CQCuBR%2CiBA0BK%3BAACD%2CQDlDI%2CQCuBR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQD1DI%2CQCuBR%2CiBAmCK%3BEtDqOL%2CiBAAA%3BEsDnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEtDgOL%2CiBAAA%3BEsD9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BEtDgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAsD1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEtD0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAsDhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BEtDgNF%2CYAAA%3B%3BAsD5MA%2CQDnFQ%2CQCmFN%2CeAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CeAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%2CGAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2C4BAA4B%2C4DAAyD%2CkDAA%2BC%2CkCAApI%3BEACA%2CoBAAoB%2CoDAAiD%2CkDAA%2BC%2CkCAApH%3BEACA%2CmBAAmB%2C0BAAnB%3BEACA%2CWAAW%2C0BAAX%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAhBJ%2CGAAG%2CWAAW%2CUAiBR%3BEACE%2CgBAAA%3BEnD2mDR%2CiBAAA%3B%3BAmDxmDI%2CGArBD%2CWAAW%2CUAqBT%3BEACG%2CSAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CGAtCD%2CWAAW%2CUAsCT%3BEACG%2CUAAA%3BEACA%2CmBAAmB%2C2BAAnB%3BEACA%2CWAAW%2C2BAAX%3B%3BAEvFR%2CKAAK%3BEvDwSL%2C0CAAA%3BEAAA%2CaAAA%3BEwD7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BED7BI%2CkBAAA%3B%3BAC%2BBJ%2CKDjCK%2CUCiCJ%3BExDuQD%2C4BwB1RgC%2C2CxB0RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEwDhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAD%5C%2FCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2CeAAA%3BEC2EJ%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BADnFA%2CaAKI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAA6B%2C6CAA7B%3BEACA%2CSAAS%2CEAAT%3B%3BAAhBR%2CaAKI%2CQAYM%3BEACE%2CwBAAA%3B%3BAAlBZ%2CaAKI%2CQAgBM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAVvDR%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CSAKM%3BAALN%2CSAMM%2CUAAU%3BEACR%2CmBAAA%3B%3BAACA%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BE7CGd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CLQ%2CSATF%2CSASG%2COACG%3BAADJ%2CSARF%2CUAAU%2CSAQP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAlBhB%2CSAKM%2CSAiBE%3BAAtBR%2CSAMM%2CUAAU%2CSAgBR%3BEACI%2CgBAAA%3B%3BAACA%2COAAO%2CIAAI%2COAAQ%2CUAnBzB%2CSAiBE%3BAAEI%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CUAAU%2CSAgBR%3BEAGQ%2CmBAAA%3B%3BAAzBhB%2CSAKM%2CSAwBE%2COAAM%3BAA7Bd%2CSAMM%2CUAAU%2CSAuBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA3BN%2CSAwBE%2COAAM%2COAGD%3BAAAD%2CSA1BN%2CUAAU%2CSAuBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAMhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACM%3BEACE%2CmBAAA%3B%3BAAGR%2CSAAS%2CKAAQ%2CMAAG%3BEAChB%2CsBAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAA0BZ%3BE7CyKF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BE6C9LA%2CgBAAA%3BEACA%2CqBAAoC%2C6CAApC%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEAaA%2CiBAAA%3B%3BAAZA%2CMAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CMAAC%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CKAAK%3BEACD%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAACA%2CMAAI%2CQAAK%3BEACL%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CWAAW%2CUAAX%3BEACA%2CSAAA%3B%3BAACA%2CMAXA%2CQAAK%2CiBAWD%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAACA%2CMAjBJ%2CQAAK%2CiBAWD%2CQAMC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3B%3BAAGR%2CMA5BA%2CQAAK%2CiBA4BJ%2CQAAW%2CQAAK%3BEACb%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CMAAI%2CQAAK%3BEACL%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CWAAW%2CUAAX%3BEACA%2CSAAA%3B%3BAACA%2CMAXA%2CQAAK%2CcAWD%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CMAlBJ%2CQAAK%2CcAWD%2CQAOC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CMA%5C%2FBA%2CQAAK%2CcA%2BBJ%2CQAAW%2CQAAK%3BEACb%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CMAAO%3BEACH%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CiBAEI%2CIAAG%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CWAAY%2CkBAJhB%2CIAAG%3BEAKK%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAIZ%3BAAAc%3BAAAe%2CGAAG%3BEAC5B%2CmBAAA%3BEACA%2CUAAA%3BE3C66CJ%2CiBAAA%3BE2C36CI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3B%3BAACA%2CYAAC%3BAAAD%2CaAAC%3BAAAD%2CGAf4B%2CWAe3B%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2C%2BCAAA%3BEACA%2CqBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2C6CAAA%3B%3BAACA%2CWAAY%2CaAbf%3BAAaG%2CWAAY%2CcAbf%3BAAaG%2CWAAY%2CIA5BY%2CWAe3B%3BEAcO%2CUAAA%3BEACA%2CUAAA%3B%3BAAGR%2CWAAY%3BAAAZ%2CWAAY%3BAAAZ%2CWAAY%2CIAjCgB%3BEAkCxB%2CWAAA%3BEACA%2COAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CwBACI%3BAADJ%2CwBACY%3BAADZ%2CwBACyB%3BEACjB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CMAAO%3BESlRP%2CkBAAA%3B%3BATkRA%2CMAAO%2CSShRP%3BEtDwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEsDhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEtD8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEsDvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMTsPG%2CSShRP%2CiBA0BK%3BAACD%2CMTqPG%2CSShRP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMT6OG%2CSShRP%2CiBAmCK%3BEtDqOL%2CiBAAA%3BEsDnOQ%2CyBAAA%3B%3BAAGJ%2CMTwOG%2CSShRP%2CiBAwCK%3BEtDgOL%2CiBAAA%3BEsD9NQ%2CyBAAA%3B%3BAA0GR%2CMT4HO%2CSShRP%2CiBAoJC%3BAACD%2CMT2HO%2CSShRP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMTuHO%2CSShRP%2CiBAyJC%3BEtD%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAsDzGA%2CMTiHO%2CSShRP%2CiBA%2BJC%3BEtDyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAsDhNA%2CMTwNO%2CSSxNL%3BEtDgNF%2CYAAA%3B%3BAsD5MA%2CMToNO%2CSSpNL%2CgBAA2B%2CMAAS%3BAACtC%2CMTmNO%2CSSnNL%2CgBAA2B%2CMAAS%3BAACtC%2CMTkNO%2CSSlNN%2CMAAO%3BEACJ%2CcAAA%3B%3BATiNJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BE1C%5C%2FEN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEHgDA%2CgBAAA%3BEAAA%2CcAAA%3BEuB9QA%2CqBAAA%3BEsB8SQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA1C%5C%2FER%2CgB0CmEM%2CyB1CnEL%3BAACD%2CgB0CkEM%2CyB1ClEL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB0C6DM%2CyB1C7DL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB0CwDM%2CyB1CxDL%3BAACD%2CgB0CuDM%2CyB1CvDL%3BAACD%2CQAAQ%2CUAAW%2CiB0CsDb%3BE1CrDF%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BA6CqBA%2CgBACM%2CyBtBlCJ%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CgBsB8RM%2CyBtB9RL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB3IgB%2COxB2IhB%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsBrCQ%2CgBAdF%2CyBAcG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAgBZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BAYrWhB%3BAC0vCA%2CQAsCI%3B%3BED9xCA%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2COAAO%3BEACH%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CQAAQ%3BEACJ%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CqBAAqB%3BEACjB%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAEJ%2CqBAAqB%3BEACjB%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2COAAO%3BEACH%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CsBAAsB%3BEAClB%2CSAAS%2COAAT%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAEJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAE9xBJ%2COAAO%2COAAO%3BEACV%2CoBAAA%3B%3BAADJ%2COAAO%2COAAO%2CSAEV%3BEACI%2CkBAAA%3B%3BAACA%2COAJD%2COAAO%2CSAEV%2CKAEK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAA6B%2C6CAA7B%3B%3BAAIZ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAA6B%2C6CAA7B%3BEACA%2CmBAAA%3B%3BAAVJ%2CiBAAkB%2CcAWd%3BEACI%2CaAAA%3B%3BAAGR%2CeAAgB%2CcAAa%3BAAc7B%2CoBAAoB%3BAAgChB%2CGATD%2C0BASE%3BEA7CD%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2C8BAA6B%2C6CAA7B%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CSAAS%2CEAAT%3B%3BAAGJ%2CQAAQ%2CWAAY%3BEAChB%2CoBAAA%3B%3BAADJ%2CQAAQ%2CWAAY%2CQAEhB%3BEACI%2C8BAA6B%2C6CAA7B%3B%3BAAGR%2COAAO%3BEACH%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAPJ%2COAAO%2CeAQH%3BEACI%2CoBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CGAAG%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3B%3BAAKJ%2CCAAC%2COAAO%3BAAAW%2CCAAC%2COAAO%3BE3DgN3B%2CqBAAA%3BEGxHA%2CqBAAA%3BEwDtFI%2CmBAAA%3B%3BAxDwFJ%2CCwD1FC%2COAAO%2CSxD0FP%3BAAAD%2CCwD1FoB%2COAAO%2CQxD0F1B%3BAACD%2CCwD3FC%2COAAO%2CSxD2FP%3BAAAD%2CCwD3FoB%2COAAO%2CQxD2F1B%3BAACD%2CCwD5FC%2COAAO%2CSxD4FP%3BAAAD%2CCwD5FoB%2COAAO%2CQxD4F1B%3BEACG%2CqBAAA%3B%3BAwDzFJ%2COAAO%3BAAAS%2COAAO%3BAAAW%2COAAO%3BAAAS%2COAAO%3BEACrD%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAACA%2COARG%2COAQF%3BAAAD%2COARmB%2CSAQlB%3BAAAD%2COARqC%2COAQpC%3BAAAD%2COARqD%2CMAQpD%3BEACG%2CcAAA%3B%3BAAGR%2COAAO%3BAAAU%2COAAO%3BEACpB%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEzDw3CJ%2CkFAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3B%3BAyDz3CI%2COAjBG%2CQAiBF%3BAAAD%2COAjBoB%2CUAiBnB%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJJ%2COAKI%3BEzD42CJ%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEyD72CQ%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAAbR%2COAKI%2CEASI%3BEACI%2CqBAAA%3B%3BAAIZ%2COAAO%3BAAAO%2COAAO%3BAAAQ%2COAAO%3BAAAQ%2COAAO%3BAAAO%2COAAO%3BAAAO%2COAAO%3BEAC3E%2CcAAA%3BEzDyhDJ%2CiBAAA%3B%3BAyDvhDI%2COAHG%2CKAGF%3BAAAD%2COAHiB%2CMAGhB%3BAAAD%2COAHgC%2CMAG%5C%2FB%3BAAAD%2COAH%2BC%2CKAG9C%3BAAAD%2COAH6D%2CKAG5D%3BAAAD%2COAH2E%2CgBAG1E%3BEACG%2CcAAA%3B%3BAAGR%2COAAO%2CKAAQ%3BEACX%2CYAAA%3B%3BAAEJ%2COAAO%3BEACH%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CqBACI%2CaAAa%3BEACT%2CgBAAA%3B%3BAAGR%2CaAAc%2CcAAa%3BAAAS%2CYAAa%2CcAAa%3BAAAS%2CYAAa%2CcAAa%3BEAC7F%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEzDkgDf%2CiBAAA%3B%3BA0DrqDA%2CQAAQ%2CKAAK%3BECyJb%2CSAAA%3BEACA%2CUAAA%3BEDxJI%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CQAAQ%2CKAAK%2CMC4JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD%5C%2FJJ%2CQAAQ%2CKAAK%2CMC4JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADlKR%2CQAAQ%2CKAAK%2CMCsKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA7D7HJ%2CQ4D9CQ%2CKAAK%2CMCsKX%2CQAAK%2CQ7DxHN%3BAACD%2CQ4D%5C%2FCQ%2CKAAK%2CMCsKX%2CQAAK%2CQ7DvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ4DpDQ%2CKAAK%2CMCsKX%2CQAAK%2CQ7DlHN%3BEACG%2CWAAA%3B%3BA6DwHA%2CQD7KI%2CKAAK%2CMCsKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD9KR%2CQAAQ%2CKAAK%2CMCmOP%2CQAAK%3BE7D%2BDX%2CiBAAA%3B%3BA4DlSA%2CQAAQ%2CKAAK%2CMCuOX%2CQAAK%2CMACD%3BE7D0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BACjJA%2CQ2DjJQ%2CKAAK%2CMCuOX%2CQAAK%2CMACD%2CU5DvFL%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CQ2DtJQ%2CKAAK%2CMCuOX%2CQAAK%2CMACD%2CU5DlFL%3BED4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BACvIA%2CQ2D3JQ%2CKAAK%2CMCuOX%2CQAAK%2CMACD%2CU5D7EL%3BEDuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA6D9BI%2CQDpQI%2CKAAK%2CMCuOX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDrQI%2CKAAK%2CMCuOX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BE7D6B9B%2CmBAAA%3B%3BA6DzBI%2CQDzQI%2CKAAK%2CMCuOX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQD1QI%2CKAAK%2CMCuOX%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQD3QI%2CKAAK%2CMCuOX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD5QI%2CKAAK%2CMCuOX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE7DsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA4DlSA%2CQAAQ%2CKAAK%2CMCoRX%2CQAAK%3BE7DcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CiBAAA%3BEAAA%2C4BAAA%3B%3BA4DlSA%2CQAAQ%2CKAAK%2CMAMT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BErCyDZ%2CqBAAA%3B%3BAAMA%2CQqCxEQ%2CKAAK%2CMAMT%2CMAAK%2CMACD%2CErCiEP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqChWY%2CQAXJ%2CKAAK%2CMAMT%2CMAAK%2CMACD%2CEAIK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAGR%2CQAjBA%2CKAAK%2CMAMT%2CMAAK%2CMAWA%2COAAQ%2CEAAC%3BEACN%2CSpCiMC%2COoCjMD%3B%3BAAEJ%2CQApBA%2CKAAK%2CMAMT%2CMAAK%2CMAcA%2COAAU%3BEACP%2CWAAA%3B%3BAArBZ%2CQAAQ%2CKAAK%2CMAwBT%3BEACI%2CSAAA%3B%3BAA8DZ%2CQA1D6B%3BEACrB%2CQAAQ%2CKAAK%3BIC3BjB%2CkBAAA%3BIACA%2CUAAA%3BIDsCQ%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAZA%2CQAFI%2CKAAK%2CMAER%3BIACG%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BE5DOZ%2CQ4DhBY%2CKAAK%2CM5DgBhB%3BEACD%2CQ4DjBY%2CKAAK%2CM5DiBhB%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4DtBY%2CKAAK%2CM5DsBhB%3BIACG%2CWAAA%3B%3BE4DvBA%2CQAAQ%2CKAAK%2CMCxBf%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDsBA%2CQAAQ%2CKAAK%2CMCxBf%2CQAAK%2CMAID%3BI7DwRN%2CYAAA%3BI6DtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDgBJ%2CQAAQ%2CKAAK%2CMCZf%2CQAAK%3BI7DgRP%2CgBAAA%3BI6D7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE7DsBJ%2CQ4DhBY%2CKAAK%2CMCZf%2CQAAK%2CQ7D4BN%3BEACD%2CQ4DjBY%2CKAAK%2CMCZf%2CQAAK%2CQ7D6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4DtBY%2CKAAK%2CMCZf%2CQAAK%2CQ7DkCN%3BIACG%2CWAAA%3B%3BE6D3BA%2CQDIQ%2CKAAK%2CMCZf%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDGJ%2CQAAQ%2CKAAK%2CMC8Cf%2CQAAK%3BI7DsNP%2CeAAA%3B%3BE4DpQI%2CQAAQ%2CKAAK%2CMC8Cf%2CQAAK%2CMAED%3BI7DoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI6D%5C%2FLQ%2CmBAAA%3BI7D%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BECjJA%2CQ2DnHY%2CKAAK%2CMC8Cf%2CQAAK%2CMAED%2CU5DmEL%3BIDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEC5IA%2CQ2DxHY%2CKAAK%2CMC8Cf%2CQAAK%2CMAED%2CU5DwEL%3BID4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BECvIA%2CQ2D7HY%2CKAAK%2CMC8Cf%2CQAAK%2CMAED%2CU5D6EL%3BIDuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6D1LI%2CQD1EQ%2CKAAK%2CMC8Cf%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD3EQ%2CKAAK%2CMC8Cf%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI7DyL9B%2CmBAAA%3B%3BE6DrLI%2CQD%5C%2FEQ%2CKAAK%2CMC8Cf%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDhFQ%2CKAAK%2CMC8Cf%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDjFQ%2CKAAK%2CMC8Cf%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDlFQ%2CKAAK%2CMC8Cf%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI7DkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6D5KI%2CQDxFQ%2CKAAK%2CMC8Cf%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQDzFQ%2CKAAK%2CMC8Cf%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD1FQ%2CKAAK%2CMC8Cf%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI7D0KtB%2CmBAAA%3B%3BE4DpQI%2CQAAQ%2CKAAK%2CMC%2BFf%2CQAAK%3BI7DqKP%2CmBAAA%3BI6DnKI%2CgBAAA%3BIACA%2C4BAAA%3BI7DkKJ%2CyBAAA%3B%3BE4DpQI%2CQAAQ%2CKAAK%2CMAeT%2CMAAK%2CMACC%3BIACE%2CkBAAA%3BIACA%2C0BAAA%3B%3BEACA%2CQAnBJ%2CKAAK%2CMAeT%2CMAAK%2CMACC%2CUAGG%3BEAAS%2CQAnBd%2CKAAK%2CMAeT%2CMAAK%2CMACC%2CUAGa%3BIACP%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CkCAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CQAhCJ%2CKAAK%2CMAeT%2CMAAK%2CMACC%2CUAgBG%3BIACG%2CUAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CQApCJ%2CKAAK%2CMAeT%2CMAAK%2CMACC%2CUAoBG%2CMAAM%3BEAAS%2CQApCpB%2CKAAK%2CMAeT%2CMAAK%2CMACC%2CUAoBmB%2CMAAM%3BIACnB%2CUAAA%3B%3BEAGR%2CQAxCA%2CKAAK%2CMAeT%2CMAAK%2CMAyBA%2COAAQ%2CEAAC%3BEAAS%2CQAxCnB%2CKAAK%2CMAeT%2CMAAK%2CMAyBmB%2COAAQ%2CEAAC%3BIACzB%2CUAAA%3B%3BEAIZ%2CQAAQ%2CKAAK%3BIACT%2CkBAAA%3B%3BEADJ%2CQAAQ%2CKAAK%2CMAEP%2CQAAK%3BIACH%2CqBAAA%3BIACA%2CWAAA%3B%3BEAJR%2CQAAQ%2CKAAK%2CMAMT%2CMAAK%3BIACD%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAEnFZ%3BEACI%2CkBAAA%3B%3BAADJ%2CMAEI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAALR%2CMAEI%2CaAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BE5DupDZ%2CiBAAA%3BE4DrpDY%2CaAAA%3B%3BAACA%2CMAfR%2CaAII%2CMAWK%3BEACG%2CyBAAA%3B%3BAADJ%2CMAfR%2CaAII%2CMAWK%2CQAEG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAArBpB%2CMAEI%2CaAII%2CMAkBI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CMA3BR%2CaAII%2CMAuBK%3BEACG%2CyBAAA%3B%3BAA9BhB%2CMAkCI%3BEACI%2CaAAA%3B%3BAAGA%2CMADJ%2CQACK%2CKAAK%3BE5D09Cd%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CS4Dh%2BC0B%2CO5Dg%2BC1B%3BEACA%2CeAAA%3BE4Dh%2BCY%2CsBAAA%3B%3BAAEJ%2CMALJ%2CQAKK%2CSAAS%3BE5Ds9ClB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CS4D59C0B%2CO5D49C1B%3BEACA%2CeAAA%3BE4D59CY%2CsBAAA%3B%3BAA5CZ%2CMAqCI%2CQASI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAhDZ%2CMAqCI%2CQAaI%3BEACI%2CaAAA%3B%3BACjDZ%2CQACI%2CiBAAmB%2CaAAW%2CQAAO%3BEACjC%2CaAAA%3B%3BAAFR%2CQAII%2CSAAS%3BEACL%2CYAAA%3B%3BAALR%2CQAII%2CSAAS%2CSAEL%3BEACI%2CaAAA%3B%3BAAPZ%2CQAII%2CSAAS%2CSAKL%3BEACI%2CmBAAA%3B%3BAAVZ%2CQAaI%3BAAbJ%2CQAac%3BEACN%2CmBAAA%3B%3BAAdR%2CQAgBI%3BEACI%2C8BAAA%3B%3BACnBR%2CYACI%3BEACI%2CUAAA%3B%3BAAFR%2CYACI%2COAEM%3BEACE%2CqBAAA%3BE9DiqDZ%2CiBAAA%3B%3BA8DrqDA%2CYACI%2COAEM%2CKAGE%3BEACI%2CmBAAA%3B%3BAAKhB%2CYAAa%2CMAAK%2CIAAI%2CaAAa%3BEAC%5C%2FB%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BACFQ%2CUAFP%2CMACG%2CQACK%3BEjEqRb%2CkBAAA%3BEiEjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEjE6QhB%2CqBAAA%3BEGzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEHgDA%2CgBAAA%3B%3BAiErRY%2CUAFP%2CMACG%2CQACK%2CM1CyQX%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CU0CfK%2CMACG%2CQACK%2CM1CaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBlFS%2COxBkFT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU0C5BC%2CMACG%2CQACK%2CM1CyBZ%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2CU0ClCC%2CMACG%2CQACK%2CM1C%2BBZ%2COACI%3BEvBqPL%2CcAAA%3B%3BAG7CA%2CU8D1OK%2CMACG%2CQACK%2CM9DwOZ%3BAACD%2CU8D3OK%2CMACG%2CQACK%2CM9DyOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8DhPK%2CMACG%2CQACK%2CM9D8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8DrPK%2CMACG%2CQACK%2CM9DmPZ%3BAACD%2CU8DtPK%2CMACG%2CQACK%2CM9DoPZ%3BAACD%2CQAAQ%2CUAAW%2CW8DvPd%2CMACG%2CQACK%3BE9DsPT%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BAiEtPA%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAjEubJ%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%3BA0C5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE1CiQR%2CiBAAA%3BE0C%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE1C%2BOR%2CiBAAA%3B%3BA0C5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE1C2OZ%2CiBAAA%3B%3BA0CjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE1CuOR%2CiBAAA%3B%3BA0DzSA%3BEACI%2CgBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CeAAA%3B%3BAAEJ%2CMAAM%2CIAAI%3BEACN%2CqBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BAAAG%2CCAAC%3BAAAQ%2CCAAC%3BEACT%2CqBAAA%3B%3BAAGA%2CCAAC%3BAAAD%2CMAAC%3BEACG%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CCAAC%3BEACG%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CKAAC%3BEACG%2CYAAA%3B%3BAAGR%2CKAAK%3BEACD%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CKAAK%2CIAAI%2CgBAAgB%2CIAAI%3BAAAqB%3BEAC9C%2CwBAAA%3B%3BAAEJ%2CKAAK%3BAAAmB%2CQAAQ%3BAAAmB%2CMAAM%3BEACrD%2C4CAAA%3B%3BAAEJ%3BAAAI%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BAAAQ%2CKAAK%3BAAAe%2CKAAK%3BAAAc%2CKAAK%3BEAChD%2C0BAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CeAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BAAAI%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExDmmDJ%2CiBAAA%3B%3BAwDhmDA%3BEACI%2CuBAAA%3B%3BAAEJ%2CSAAS%3BAAAS%2CSAAS%3BEACvB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2CkBAAkB%3BEACd%2CSAAS%2CaAAT%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAALJ%2C%2BBAOI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwEAAA%3BEACA%2CmBAAA%3BEACA%2C2EAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAEJ%2C%2BBAAC%3BEACG%2CyBAAA%3B%3BAADJ%2C%2BBAAC%2CwBAEG%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAIZ%2CKAAK%3BEACD%2CeAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAALJ%2CKAAK%2CSAMD%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CKAAK%2CSAmBD%2CUAAU%3BEACN%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwEAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C2EAAA%3BEACA%2CkBAAA%3B%3BAACA%2CKA5BH%2CSAmBD%2CUAAU%2CSASL%3BEACG%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAIZ%2CQAAQ%3BEACJ%2C8BAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2C8BAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2C8BAAA%3B%3BAAGA%2CQADI%2CKACH%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CQADI%2CKACH%2CMAGK%2CIAAC%2CYAAY%3BEACX%2CSAAA%3B%3BAAIZ%2CMAAM%2CUAAU%3BEACZ%2CSAAS%2COAAT%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CwBAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CkBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BExDo%2BCJ%2CiBAAA%3B%3BAwDj%2BCA%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2COAAO%3BE1DwFP%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3BEyDoFI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2COAAO%2CMzD5EL%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAyD0EJ%2COAAO%2CMAID%3BEACE%2CcAAA%3B%3BAALR%2COAAO%2CMAOH%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAZR%2COAAO%2CMAcH%2CQAAO%3BEACH%2CeAAA%3B%3BAAGR%2CYACI%2CQAAO%3BEACH%2CWAAA%3B%3BAAFR%2CYACI%2CQAAO%2CMAED%3BEACE%2CWAAA%3B%3BAAJZ%2CYAOI%2CYAAY%3BEACR%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CYAOI%2CYAAY%2CSAKN%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CYAiBI%2CYAAY%3BEACR%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAArBR%2CYAiBI%2CYAAY%2CUAKR%3BEACI%2CgBAAA%3B%3BAAIZ%3BEACI%2CeAAA%3B%3BAADJ%2CcAEI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAGR%2CcAAiB%3BEACb%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CcAHa%2CMAGZ%3BEACG%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGR%2CcAAiB%2CMAAG%2CYAAY%3BEAC5B%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CgBAGI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAALR%2CgBAGI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAARZ%2CgBAGI%2CWAOI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAbZ%2CgBAGI%2CWAYI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2CgBAGI%2CWAYI%2COAGI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAzBhB%2CgBA6BI%2CWAAW%3BEACP%2CcAAA%3B%3BAA9BR%2CgBAgCI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2CwEAAA%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7CR%2CgBAgCI%2CWAcI%3BEACI%2CgFAAA%3BEACA%2CwEAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CgBAgCI%2CWAcI%2CGAOI%3BEACI%2CeAAA%3B%3BAAtDhB%2CgBAgCI%2CWAcI%2CGAOI%2CGAEI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAjEpB%2CgBAgCI%2CWAcI%2CGAOI%2CGAcI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAKhB%2CgBAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CgBAGI%3BEACI%2CeAAA%3B%3BAAJR%2CgBAGI%2CcAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CgBAGI%2CcAMI%3BEACI%2CaAAA%3B%3BAAVZ%2CgBAGI%2CcASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAfZ%2CgBAkBI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2CwEAAA%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBR%2CgBAkBI%2CeAcI%3BEACI%2CgFAAA%3BEACA%2CwEAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtCZ%2CgBAkBI%2CeAcI%2CGAOI%2CGACI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9CpB%2CgBAkBI%2CeAcI%2CGAOI%2CGACI%2CEAOI%3BAA%5C%2FCpB%2CgBAkBI%2CeAcI%2CGAOI%2CGACI%2CEAOU%3BEACF%2CcAAA%3B%3BAAMpB%2CgBAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CWAGI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAANR%2CWAGI%2CSAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAATZ%2CWAGI%2CSAQI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAbZ%2CWAgBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2CwEAAA%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9BR%2CWAgBI%2CUAeI%3BEACI%2CgFAAA%3BEACA%2CwEAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAArCZ%2CWAgBI%2CUAeI%2CGAOI%2CGACI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAACA%2CWA%5C%2FBhB%2CUAeI%2CGAOI%2CGACI%2CEAQK%3BEACG%2CcAAA%3B%3BAAhDxB%2CWAgBI%2CUAeI%2CGAOI%2CGACI%2CEAWI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAMpB%2CWAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2C8CAAA%3BEACA%2CiDAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAADJ%2CUAEI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CSAAA%3B%3BAADJ%2CKAEI%3BEACI%2CqBAAA%3B%3BAAHR%2CKAKI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CWAAC%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAOJ%2CYAAY%3BEACR%2CgFAAA%3BEACA%2CwEAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAZJ%2CYAAY%2COAaR%3BEACI%2CcAAA%3B%3BAACA%2CYAfI%2COAaR%2CEAEK%3BEACG%2CcAAA%3B%3BAAhBZ%2CYAAY%2COAmBR%3BEACI%2CgBAAA%3B%3BAApBR%2CYAAY%2COAsBR%3BEACI%2CaAAA%3B%3BAAvBR%2CYAAY%2COAyBR%3BEACI%2CQAAA%3BEACA%2CiBAAA%3B%3BAAGR%2COAAO%3BEACH%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAEJ%2COAAO%3BEACH%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CuBAAA%3B%3B%3BAAGR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAGR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CaAAnB%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CkBAAnB%3B%3B%3BAAGR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAGR%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CsBAIM%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBALF%2CMAKG%3BEACG%2CeAAA%3B%3BAAVZ%2CsBAIM%2CMAQI%2CIAAI%3BEACF%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CsBAiBI%3BEACI%2CcAAA%3B%3BAACA%2CsBAFJ%2CEAEK%3BEACG%2CcAAA%3B%3BAApBZ%2CsBAuBI%2CoBAAoB%3BEAChB%2CcAAA%3B%3BAAGA%2CsBADJ%2CoBAAsB%2CKAAG%2CEACpB%3BEACG%2CcAAA%3B%3BAAIZ%2CkBACM%3BExD%2BhCN%2CeAAA%3BEwD7hCQ%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGR%3BExDyhCA%2CiBAAA%3B%3BAwDzhCA%2CYAEI%2CQAAO%2CMAAS%3BEACZ%2CiBAAA%3B%3BAAHR%2CYAKI%3BExDohCJ%2CeAAA%3BEwDlhCQ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CYAYI%2CQAAO%3BEACH%2CcAAA%3B%3BAAGR%2CSAAU%2CEAAE%3BExDygCZ%2CeAAA%3BEwDvgCI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CcAII%3BExDggCJ%2CeAAA%3BEwD9%5C%2FBQ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CcAWI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BExDi%5C%2FBR%2CiBAAA%3BEwD%5C%2F%2BBQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcAbJ%2CKAaK%3BEACG%2CaAAA%3B%3BAAMZ%3BEACI%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAPe%2CeAOd%3BEACG%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAnBe%2CeAmBd%2CMAAM%3BEACH%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CkBAAmB%3BEACf%2CwBAAA%3B%3BAAEJ%2CYAAY%2COAAQ%2CmBAAmB%3BEACnC%2CyBAAA%3B%3BAAEJ%2CYAAY%2COAAQ%2CeAAe%3BEAC%5C%2FB%2CWAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAADJ%2CcAEI%3BEACI%2CgBAAA%3BExD87BR%2CiBAAA%3BEwD57BQ%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CcAEI%2COASI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAdZ%2CcAEI%2COAcM%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CcAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAAvBR%2CcAyBI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAArCR%2CcAyBI%2CYAaI%2CQAAO%3BEACH%2CUAAA%3BEACA%2CgBAAA%3B%3BAAxCZ%2CcAyBI%2CYAaI%2CQAAO%2CUAGD%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CcAnBZ%2CYAaI%2CQAAO%2CUAGD%2CWAGG%3BEACG%2CMAAA%3B%3BAA7CpB%2CcAkDI%2CaAAe%3BEACX%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAtDR%2CcAkDI%2CaAAe%2CKAKT%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAACA%2CcAVR%2CaAAe%2CKAKT%2CIAKG%3BEACG%2CSAAS%2COAAT%3B%3BAA7DhB%2CcAkDI%2CaAAe%2CKAcX%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAACA%2CcAjBR%2CaAAe%2CKAcX%2CEAGK%3BEACG%2CcAAA%3B%3BAApEhB%2CcAwEI%2CaAAa%2CGAAE%3BEACX%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAA3ER%2CcA6EI%2CaAAe%2CKAAE%2COACX%2CIAAC%3BEACC%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcANJ%2CaAAe%2CKAAE%2COAMZ%2CMAAS%2CIAAC%3BEACP%2CyBAAA%3BEACA%2CWAAA%3B%3BAArFZ%2CcAwFI%2CaAAa%2CGAAG%2CGAAE%3BAAxFtB%2CcAwFiC%2CaAAa%2CGAAG%2CIAAG%3BEAC5C%2CUAAA%3BEACA%2CMAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CmBAGI%2CWAKI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CYAAY%2COAAQ%2CeAAe%2COAC%5C%2FB%3BEACI%2CcAAA%3B%3BAAFR%2CYAAY%2COAAQ%2CeAAe%2COAI%5C%2FB%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAADJ%2CYAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAADJ%2CYAEI%3BEACI%2CmBAAmB%2CyBAAnB%3BEACA%2CWAAW%2CyBAAX%3B%3BAAJR%2CYAMI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BExD2lBA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3B%3BAwD1lBA%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C2CAAA%3BEACA%2CiCAAA%3BEACA%2C2BAAA%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CoBACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBALJ%2CcAKK%3BEACG%2CeAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CoBAkBI%2CSACI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtBZ%2CoBAyBI%2CGAAE%2CaACE%3BEACI%2CgBAAA%3B%3BAA3BZ%2CoBAyBI%2CGAAE%2CaACE%2CGAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C2CAAA%3B%3BAAnChB%2CoBAyBI%2CGAAE%2CaACE%2CGAWI%2CKAAI%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAvChB%2CoBAyBI%2CGAAE%2CaACE%2CGAeI%2CKAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA3ChB%2CoBAyBI%2CGAAE%2CaACE%2CGAmBI%2CKAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FChB%2CoBAyBI%2CGAAE%2CaAyBG%2CKACI%3BEACG%2C2CAAA%3B%3BAApDhB%2CoBAyBI%2CGAAE%2CaA8BE%2CGAAE%2CKACE%3BEACI%2C2CAAA%3B%3BAAzDhB%2CoBA6DI%3BEACI%2CgBAAA%3B%3BAA9DR%2CoBAgEI%2CGAAE%2COACE%2CEAAC%3BEACG%2CaAAA%3B%3BAAIZ%3BAAAW%2CSAAU%3BEACjB%2CgBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CmCAAA%3B%3BAArBJ%2CiBAsBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBAVJ%2CKAUK%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3B%3BAAEJ%2CiBApBJ%2CKAoBK%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAIZ%2CYAAY%2COAAQ%2CkBAAkB%2CKAAI%3BAAAS%2CYAAY%2COAAQ%2CkBAAkB%3BAAAM%2CYAAY%2COAAQ%2CkBAAkB%2CKAAI%3BEACrI%2CsBAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3B%3BAADJ%2CsBAEI%3BEACI%2CsCAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BAACA%2CsBAJJ%2CKAIK%3BEACG%2CuCAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CmDAAA%3BEACA%2CyCAAA%3BEACA%2CmCAAA%3BEACA%2CmCAAA%3B%3BAAEJ%2CsBAhBJ%2CKAgBK%3BEACG%2CuCAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsDAAA%3BEACA%2C4CAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3B%3BAAIZ%2CsBAAsB%3BEAClB%2C6BAAA%3B%3BAADJ%2CsBAAsB%2COAElB%3BEACI%2CgBAAA%3B%3BAACA%2CsBAJc%2COAElB%2CKAEK%3BEACG%2CMAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CmCAAA%3B%3BAAEJ%2CsBAfc%2COAElB%2CKAaK%3BEACG%2CSAAA%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CcAAc%2CcAAd%3BEACA%2CWAAW%2CcAAX%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CmCAAA%3B%3BAAIZ%2CQAAS%2CGAAE%2CaAAc%2CGAAG%2CKAAI%3BEAC5B%2CiBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAJJ%2CEAAE%2CaAKE%2CGAAE%2COACG%2CKACI%3BEACG%2CkBAAA%3B%3BAARhB%2CEAAE%2CaAYE%2CGAAE%2COACG%2CKACI%3BEACG%2CkBAAA%3B%3BAAfhB%2CEAAE%2CaAmBE%2CGAAE%2COACG%2CKACI%3BEACG%2CkBAAA%3B%3BAAtBhB%2CEAAE%2CaA0BE%2CGAAE%2COACG%2CKACI%3BEACG%2CkBAAA%3B%3BAA7BhB%2CEAAE%2CaAiCE%2CGAAE%2COACG%2CKACI%3BEACG%2CkBAAA%3B%3BAApChB%2CEAAE%2CaAwCE%2CGAAE%2COACG%2CKACI%3BEACG%2CkBAAA%3B%3BAA3ChB%2CEAAE%2CaA%2BCE%2CGAAE%2COACG%2CKACI%3BEACG%2CmBAAA%3B%3BAAlDhB%2CEAAE%2CaAsDE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAzDR%2CEAAE%2CaAsDE%2CGAII%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C6CAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3B%3BAACA%2CEAtEV%2CaAsDE%2CGAII%2CEAYK%3BEACG%2CWAAA%3B%3BAAvEhB%2CEAAE%2CaAsDE%2CGAoBI%2CKAAI%3BEACA%2CaAAA%3B%3BAA3EZ%2CEAAE%2CaAsDE%2CGAuBI%2CKAAI%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAzFZ%2CEAAE%2CaA4FG%2CKACI%3BEACG%2C2CAAA%3B%3BAA9FZ%2CEAAE%2CaAiGE%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAArGR%2CEAAE%2CaAiGE%2CGAKI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAzGZ%2CEAAE%2CaAiGE%2CGAKI%2CGAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAA5GhB%2CEAAE%2CaAiGE%2CGAcI%2CGACI%2CGACI%3BEACI%2CkBAAA%3B%3BAAlHpB%2CEAAE%2CaAiGE%2CGAcI%2CGAMI%2CGACI%2CGACI%3BEACI%2CkBAAA%3B%3BAAxHxB%2CEAAE%2CaA8HE%2CGAAE%2COACG%2CIACI%2COACI%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CEAvIlB%2CaA8HE%2CGAAE%2COACG%2CIACI%2COAMI%2CcACI%3BEACG%2CaAAA%3B%3BAAOxB%2CEAAE%2CeACE%2CGACI%2CKAAI%3BEACA%2CMAAA%3B%3BAAHZ%2CEAAE%2CeACE%2CGAII%2CKAAI%3BEACA%2CMAAA%3B%3BAAIZ%2CEAAE%3BEACE%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAALR%2CQACI%2CaAKI%3BExDgaR%2CiBAAA%3BEwD9ZY%2CgBAAA%3B%3BAARZ%2CQAWI%3BEACI%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CQAiBI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAlBR%2CQAiBI%2CGAAE%2CaAEE%2CGACI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BExD6YhB%2CiBAAA%3B%3BAwD3YgB%2CQAVZ%2CGAAE%2CaAEE%2CGACI%2CEAOK%3BEACG%2CcAAA%3B%3BAA5BpB%2CQAiCI%2CeAAc%3BEACV%2CmBAAA%3BEACA%2CmBAAmB%2CyBAAnB%3BEACA%2CWAAW%2CyBAAX%3B%3BAApCR%2CQAsCI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAEA%2CQAVJ%2CgBAUK%3BEACG%2CSlChmCH%2COkCgmCG%3B%3BAAjDZ%2CQAoDI%2COAAM%2COACF%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAvDZ%2CQAoDI%2COAAM%2COAKF%3BEACI%2CcAAA%3B%3BAAIZ%2CIAAI%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C6DAAA%3BEACA%2C0DAAA%3BEACA%2CqDAAA%3BEACA%2CmCAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAACA%2CeAHJ%2CEAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAhBJ%2CEAgBK%3BEACG%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAtCJ%2CEAsCK%2CMAAM%3BAAAS%2CeAtCpB%2CEAsCqB%2CMAAM%3BEACnB%2CcAAA%3B%3BAAMZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAEI%3BEACI%2CiBAAA%3B%3BAAHR%2CiBAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAATR%2CiBAKI%2CUAKI%2CSAAS%3BEACL%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAfZ%2CiBAKI%2CUAYI%2CSAAQ%2COAAQ%3BAAjBxB%2CiBAKI%2CUAY0B%2CSAAQ%2CMAAO%3BEACjC%2CgBAAA%3B%3BAAIZ%3BEACI%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CYAEI%3BEACI%2CcAAA%3B%3BAAHR%2CYAKI%3BEACI%2CgBAAA%3B%3BAANR%2CYAQI%2CaAAa%3BEACT%2CcAAA%3BExDyPR%2CiBAAA%3B%3BAwDpPA%2CUAAW%3BEACP%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CUAAW%2CSAAS%3BEAChB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CUAAW%2CSAAS%2CgBAAkB%3BEAClC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CUAAW%2CSAAS%3BEAChB%2CUAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CUAAU%2CMAAO%3BEACb%2CcAAA%3B%3BAAEJ%2CaAAc%2CSAAQ%3BEAClB%2CwBAAA%3B%3BAAEJ%2CUAAW%2CSAAS%2CgBAAe%3BEAC%5C%2FB%2CsBAAA%3B%3BAAEJ%2CaAAc%2CUAAU%2CIAAG%3BEACvB%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CgBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAALR%2CgBAOI%2CYAAY%3BEACR%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAVR%2CgBAYI%3BEACI%2CgBAAA%3BExD0LR%2CiBAAA%3B%3BAwDvMA%2CgBAgBI%3BExDuLJ%2CiBAAA%3BEwDrLQ%2CcAAA%3B%3BAAlBR%2CgBAoBI%2CKAAO%3BEACH%2C%2BBAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2CgBAoBI%2CKAAO%2CMAGH%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAA3BZ%2CgBAoBI%2CKAAO%2CMAGH%2COAKI%3BEACI%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CgBAfJ%2CKAAO%2CMAeF%3BEACG%2CYAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2CcAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CQAAX%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3B%3BAAEJ%2CcAAC%2CMAAO%3BEACJ%2CWAAW%2CUAAX%3B%3BAAbR%2CcAeI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAApBR%2CcAeI%2CMAMI%3BExDyIR%2CiBAAA%3BEwDvIY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CcAeI%2CMAMI%2COAII%3BEACI%2CcAAA%3B%3BAA1BhB%2CcAeI%2CMAcI%3BExDiIR%2CiBAAA%3BEwD%5C%2FHY%2CcAAA%3B%3BAAKZ%3BEACI%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAALJ%2CeAMM%3BEACE%2CmBAAA%3B%3BAAPR%2CeASI%3BEACI%2CqBAAA%3BExDgHR%2CiBAAA%3BEwD9GQ%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAbR%2CeAeI%3BEACI%2CqBAAA%3B%3BAAhBR%2CeAkBI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAxBR%2CeAkBI%2CaAOM%3BEACE%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAXR%2CaAOM%2CMAIG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAhBR%2CaAOM%2CMASG%2CYAAY%3BEACT%2CaAAA%3B%3BAAnChB%2CeAkBI%2CaAOM%2CMAYE%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAAvChB%2CeA2CI%3BEACI%2CYAAA%3B%3BAA5CR%2CeA2CI%2CUAEI%3BEACI%2CcAAA%3B%3BAACA%2CeAJR%2CUAEI%2CEAEK%3BEACG%2CcAAA%3B%3BAAKhB%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2CcAMM%3BEACE%2CyBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CyBAAA%3B%3BAAEJ%2CoBAAuB%2CMAAG%2CYAAa%3BEACnC%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3B%3BAADJ%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BExDyCR%2CiBAAA%3BEwDvCQ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CeASI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAXR%2CeASI%2CGAGI%2CGAAG%3BExDiCX%2CiBAAA%3BEwD%5C%2FBY%2CcAAA%3BEACA%2CcAAA%3B%3BAACA%2CeAPR%2CGAGI%2CGAAG%2CEAIE%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlBhB%2CeAsBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1BR%2CeAsBI%2CUAKI%3BEACI%2CcAAA%3BExDiBZ%2CiBAAA%3B%3BAwDfY%2CeARR%2CUAKI%2CEAGK%3BEACG%2CcAAA%3B%3BAAKhB%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CmCAAA%3B%3BAAEJ%2CwBAAyB%2CeAAc%3BEACnC%2CiBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAADJ%2CkBAEI%3BEACI%2CyBAAA%3B%3BAAHR%2CkBAKI%3BEACI%2CgBAAA%3B%3BAANR%2CkBAQI%2CcAAc%3BEACV%2C8BAAA%3B%3BAACA%2CkBAFJ%2CcAAc%2CUAET%3BEACG%2CYAAA%3B%3BAAXZ%2CkBAcI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CkBAcI%2CcAMM%3BEACE%2C6BAAA%3B%3BAArBZ%2CkBAcI%2CcASI%3BEACI%2CaAAA%3B%3BAAEJ%2CkBAZJ%2CcAYK%2CMACG%3BEACI%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAANR%2CkBAZJ%2CcAYK%2CMACG%2CqBAMI%3BEACI%2CWAAA%3B%3BAARZ%2CkBAZJ%2CcAYK%2CMACG%2CqBAMI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAArCxB%2CkBAcI%2CcA4BI%3BEACI%2CgBAAA%3B%3BAA3CZ%2CkBAcI%2CcA4BI%2CWAEI%3BExD9CZ%2CiBAAA%3B%3BAwDEA%2CkBAcI%2CcAkCI%2CWAAW%3BExDlDnB%2CiBAAA%3B%3BAwDwDA%2CWACI%3BAADJ%2CWAC0B%3BEAClB%2CqBAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAJJ%2CgBAKI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CgBAaI%3BAAbJ%2CgBAaoB%3BEACZ%2C4BAAA%3BEACA%2CYAAA%3B%3BAAfR%2CgBAaI%2CeAGI%3BAAhBR%2CgBAaoB%2CiBAGZ%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CmBAAb%3B%3BAApBZ%2CgBAuBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKR%2CgBACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BExDlGR%2CiBAAA%3BEwDoGQ%2CmBAAA%3B%3BAALR%2CgBAOI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAATR%2CgBAOI%2CmBAGI%3BAAVR%2CgBAOI%2CmBAGoB%3BEACZ%2CSAAA%3B%3BAAXZ%2CgBAcI%2CWAAW%2CSAAS%3BEAChB%2CWAAA%3BEACA%2CwCAAA%3BEACA%2CWAAA%3B%3BAAjBR%2CgBAmBI%2CWAAW%2CSAAS%3BEAChB%2CYAAA%3BEACA%2CUAAA%3B%3BAAKR%2COAAO%3BEACH%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BExDlIR%2CiBAAA%3BEwDoIQ%2CgBAAA%3B%3BAAPR%2CYASI%3BEACI%2CcAAA%3BExDvIR%2CiBAAA%3BEwDyIQ%2CgBAAA%3B%3BAAZR%2CYAcI%3BEACI%2CcAAA%3B%3BAACA%2CYAFJ%2CEAEK%3BEACG%2CcAAA%3B%3BAAjBZ%2CYAoBI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAtBR%2CYAoBI%2CcAGI%3BEACI%2CcAAA%3B%3BAAIZ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3B%3BAAHJ%2CkBAII%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CkBAII%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BExDrKZ%2CiBAAA%3B%3BAwDuKY%2CkBAVR%2CiBAKI%2CGAKK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAEJ%2CkBApBR%2CiBAKI%2CGAeK%3BEACG%2CeAAA%3B%3BAACA%2CkBAtBZ%2CiBAKI%2CGAeK%2CYAEI%3BEACG%2CaAAA%3B%3BAAGR%2CkBA1BR%2CiBAKI%2CGAqBK%3BEACG%2CgBAAA%3B%3BAACA%2CkBA5BZ%2CiBAKI%2CGAqBK%2CWAEI%3BEACG%2CaAAA%3B%3BAAMpB%3BEACI%2C6BAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CaAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAANR%2CaAQI%3BEACI%2CcAAA%3B%3BAATR%2CaAWI%3BEACI%2CcAAA%3B%3BAAZR%2CaAcI%3BEACI%2CcAAA%3B%3BAAfR%2CaAiBI%3BEACI%2CcAAA%3B%3BAAlBR%2CaAoBI%3BEACI%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BExD5NJ%2CiBAAA%3BEwD8NI%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BExDpOJ%2CiBAAA%3B%3BAwDgOA%2CWAMI%3BEACI%2CqBAAA%3B%3BAAKR%3BEACI%2CyBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CgBAAA%3B%3BAAJR%2CmBAGI%2CaAEI%2CGAAE%3BEACE%2CcAAA%3B%3BAANZ%2CmBASI%2CGAAG%3BEACC%2CcAAA%3B%3BAACA%2CmBAFJ%2CGAAG%2CEAEE%3BEACG%2CcAAA%3B%3BAAIZ%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CkBAIM%2COACI%2CMAAG%3BEACD%2CgBAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CkBAUI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAdR%2CkBAUI%2COAKI%3BExD3QR%2CiBAAA%3BEwD6QY%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CkBAsBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BExDpRR%2CiBAAA%3B%3BAwD4PA%2CkBAsBI%2CGAII%2CGAAG%3BEACC%2CcAAA%3B%3BAACA%2CkBANR%2CGAII%2CGAAG%2CEAEE%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAMhB%3BEACI%2CiBAAA%3B%3BAADJ%2CiBAEI%3BEACI%2CcAAA%3B%3BAAKR%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CsBAII%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBAQI%2CkBACM%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBANR%2CkBACM%2CMAKG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CsBAhBR%2CkBACM%2CMAeG%3BEACG%2CeAAA%3B%3BAACA%2CsBAlBZ%2CkBACM%2CMAeG%2CYAEI%3BEACG%2CaAAA%3B%3BAAMpB%2CKAAK%2CQAAS%3BEACV%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CcAII%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CcAQI%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CcAaI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAfR%2CcAiBI%3BEACI%2CmBAAA%3B%3BAAGR%3BEACI%2CiBAAA%3B%3BAADJ%2CaAEI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAARR%2CaAEI%2CgBAOI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CaAEI%2CgBAOI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAtBhB%2CaAEI%2CgBAOI%2CGAGI%2CYAWM%3BEACE%2CiBAAA%3B%3BAAGR%2CaAzBR%2CgBAOI%2CGAkBK%2CSAAU%3BEACP%2CyBAAA%3B%3BAAEJ%2CaA5BR%2CgBAOI%2CGAqBK%2CQAAS%3BEACN%2CyBAAA%3B%3BAAEJ%2CaA%5C%2FBR%2CgBAOI%2CGAwBK%2CMAAO%3BEACJ%2CyBAAA%3B%3BAAEJ%2CaAlCR%2CgBAOI%2CGA2BK%2CIAAK%3BEACF%2CyBAAA%3B%3BAAKhB%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CUAII%3BEACI%2CcAAA%3B%3BAACA%2CUAFJ%2CEAEK%3BEACG%2CcAAA%3B%3B%3BAAMZ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAATJ%2CWAUI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CWAeI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CYAMK%2CKAAE%2COAAQ%3BAANf%2CYAMmB%2CKAAE%2COAAQ%2CIAAC%3BAAN9B%2CYAMuC%2CKAAE%2COAAQ%2CIAAC%3BEAC1C%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAATR%2CYAWK%2CKAAG%2CIAAC%3BAAXT%2CYAWkB%2CKAAG%2CIAAC%3BEACd%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAdR%2CYAgBK%2CKAAG%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAzBR%2CYA2BM%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CYAJF%2CKAIG%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYAtBF%2CKAsBG%2CYAAY%3BEACT%2CaAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C8CAAA%3B%3BAAHJ%2CyBAII%3BEACI%2CiBAAA%3B%3BAALR%2CyBAOI%3BEACI%2CSAAA%3BEACA%2CaAAA%3B%3BAATR%2CyBAWI%3BEACI%2CSAAA%3B%3BAAZR%2CyBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CyBAiBI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CyBATR%2CcACI%2CSAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%3B%3BAAlChB%2CyBAiBI%2CcACI%2CSAkBM%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CyBAjCZ%2CcACI%2CSAkBM%2CMAcG%3BEACG%2CgBAAA%3B%3BAAnDpB%2CyBAiBI%2CcACI%2CSAoCI%3BEACI%2CYAAA%3B%3BAAKhB%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2C8CAAA%3B%3BAAFJ%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CWAYI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CWAiBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CYAAY%2C6EAAZ%3BEACA%2CYAAY%2CwCAAwC%2CwCAAwC%2CqCAA5F%3BEACA%2CYAAY%2CgFAAZ%3BEACA%2CYAAY%2C2EAAZ%3BEACA%2CYAAY%2C4EAAZ%3BEACA%2CYAAY%2C8EAAZ%3B%3BAAhCR%2CWAiBI%2CWAgBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAApCZ%2CWAiBI%2CWAgBI%2CYAII%3BEACI%2CWAAA%3B%3BAAtChB%2CWA0CI%3BEACI%2CeAAA%3B%3BAA3CR%2CWA0CI%2CiBAEI%3BEACI%2CkBAAA%3B%3BAA7CZ%2CWA0CI%2CiBAKM%3BEACE%2CkBAAA%3B%3B%3BAAKZ%2CUACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAPR%2CUASI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAZR%2CUAcI%3BEACI%2CkBAAA%3B%3BAAfR%2CUAcI%2CWAEI%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAvBZ%2CUAcI%2CWAWI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAKZ%3BEACI%2C8CAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BExDzpBJ%2CiBAAA%3B%3BAwDupBA%2CiBAII%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CmBACI%3BEACI%2CeAAA%3B%3BAAGR%2CcACI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExD1qBR%2CiBAAA%3B%3BAwDqqBA%2CcAQI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAXR%2CcAQI%2CGAII%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CcAQI%2CGAII%2CGAGI%3BExDprBZ%2CiBAAA%3BEwDsrBgB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2CmCAAA%3B%3BAAtBhB%2CcAQI%2CGAII%2CGAGI%2CEAQM%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CcArBZ%2CGAII%2CGAGI%2CEAcK%3BEACG%2CkBAAA%3B%3BAAMpB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2C8CAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BExD9sBJ%2CiBAAA%3BEwDgtBI%2CkBAAA%3B%3BAAEJ%2CaAAc%2CQAAU%3BEACpB%2CsBAAA%3BEACA%2CYAAA%3B%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAACA%2CeAAC%3BEACG%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAC%3BEACG%2C2CAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAGA%2CeADH%2CMACI%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeALH%2CMAKI%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAACA%2CqBAAC%3BEACG%2CqCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAAC%3BEACG%2CqCAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGA%2CqBADH%2CMACI%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBALH%2CMAKI%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAACA%2CeAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsCAAA%3BEACA%2CyCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3B%3BAAGA%2CeADH%2CMACI%3BEACG%2CqDAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CyCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3B%3BAACA%2CeAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CWAAW%2CeAA9B%3BEACA%2CgBAAgB%2CWAAW%2CeAA3B%3BEACA%2CeAAe%2CWAAW%2CeAA1B%3BEACA%2CcAAc%2CWAAW%2CeAAzB%3BEACA%2CWAAW%2CWAAW%2CeAAtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAC%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAmB%2CSAAS%2CaAA5B%3BEACA%2CgBAAgB%2CSAAS%2CaAAzB%3BEACA%2CeAAe%2CSAAS%2CaAAxB%3BEACA%2CcAAc%2CSAAS%2CaAAvB%3BEACA%2CWAAW%2CSAAS%2CaAApB%3BEACA%2CmCAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CeAAC%3BEACG%2CsCAAA%3BEACA%2CyCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CmCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3B%3BAAGA%2CeADH%2CMACI%3BEACG%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmCAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAACA%2CeAAC%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAC%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3B%3BAAGA%2CeADH%2CMACI%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C0CAAA%3B%3BAAEJ%2CeATH%2CMASI%3BEACG%2CUAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAACA%2CeAAC%3BEACG%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAC%3BEACG%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CUAAA%3B%3BAAGA%2CeADH%2CMACI%3BEACG%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeANH%2CMAMI%3BEACG%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CYAAA%3B%3BAAIZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CeAGK%3BEACG%2CWAAA%3B%3BAAEJ%2CeAAC%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEACA%2C%2BBAA%2BB%2C8BAA%5C%2FB%3BEACA%2CuBAAuB%2C8BAAvB%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGA%2CeADH%2CMACI%3BEACG%2CUAAA%3BEACA%2C%2BBAA%2BB%2C8BAA%5C%2FB%3BEACA%2CuBAAuB%2C8BAAvB%3BEACA%2CmCAAA%3B%3BAAOZ%2CoBACI%3BEACI%2CaAAA%3B%3BAAFR%2CoBAII%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CeAAA%3B%3BAADJ%2CkBAEI%3BEACI%2CcAAA%3B%3BAAHR%2CkBAKI%3BEACI%2CmBAAA%3B%3BAANR%2CkBAQI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CWACI%3BEACI%2CWAAA%3B%3BAAGR%3BEACI%2CeAAA%3B%3BAADJ%2CaAEI%3BEACI%2CmBAAA%3B%3BAAHR%2CaAKI%3BEACI%2CmBAAA%3B%3BAANR%2CaAQI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAZR%2CaAcI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAnBR%2CaAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2CaAqBI%2CiBAEI%3BEACI%2CqBAAA%3B%3BAAKZ%2C%2BBACI%3BAAD6B%2CyBAC7B%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAJJ%2CuBAKM%3BEACE%2CgBAAA%3B%3BAAGR%2CGAAG%2COAAO%2CYACN%2CMAAK%3BAADT%2CGAAG%2COAAO%2CYACe%3BEACjB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%2CIATb%2COAAO%3BEAUF%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAY%2CYAJJ%2CIATb%2COAAO%3BEAcE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CcAEI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CqBAAsB%2CWAAW%3BEAC7B%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CKAAK%2CSAAS%2COAAQ%2COAAM%2COAAO%3BEAC%5C%2FB%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAGJ%2C0BAA0B%2CMAAM%3BAAAQ%2CmBAAmB%2CMAAM%3BAAAQ%2CkBAAkB%2CMAAM%3BAACjG%2CcAAc%2CMAAM%3BAAAQ%2CuBAAuB%2CMAAM%3BAACzD%2C4BAA4B%2CMAAO%2CiBAAgB%3BAAAQ%2C0BAA0B%2CMAAO%2CeAAc%3BEACtG%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3B%3BAARR%2CoBAEI%2C4BAOI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CoBAAC%2CKAAK%3BEACF%2CkDAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CoBAAC%2CWACG%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAjCZ%2CoBAoCI%3BEACI%2CuBAAA%3B%3BAAII%2CoBAFR%2CuBACI%2CsBACK%3BEACG%2C0BAAA%3BEACA%2C2BAAA%3B%3BAA3ChB%2CoBA%2BCI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAlDR%2CoBAoDI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3B%3BAACA%2CoBAHJ%2CeAGK%3BEACG%2CuBAAA%3B%3BAAEJ%2CqBAAsB%2CqBAN1B%3BEAOQ%2CcAAA%3B%3BAA3DZ%2CoBA8DI%3BEACI%2COAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAlER%2CoBAoEI%2C8BACI%3BEACI%2CwBAAA%3B%3BAAtEZ%2CoBAyEI%2C6BACI%3BEACI%2CiCAAA%3B%3BAA3EZ%2CoBA8EI%3BEACI%2CkCAAA%3BEACA%2C4BAAA%3B%3BAAhFR%2CoBAkFI%2CwBAAuB%2CyBAA0B%3BEAC7C%2CYAAA%3BEACA%2CiBAAA%3B%3BAApFR%2CoBAsFI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CwBAAyB%3BEACrB%2COAAA%3B%3BAAEJ%2C0BAA0B%2CMAAM%3BEAC5B%2CwBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CGALD%2CkBAKE%3BEACG%2CcAAA%3B%3BAAGR%2CqBAAsB%2CgCAAgC%3BEAClD%2CwBAAA%3B%3BAAEJ%2CGAAG%2CqBAAsB%3BEACrB%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CmBAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CeAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAACA%2CiBAAiB%2CMAAO%3BEACpB%2CcAAA%3B%3BAAGR%3BEACI%2CwCAAA%3BEACA%2CSAAA%3B%3BAAFJ%2CoBAGI%2CwBAAwB%3BEACpB%2CQAAA%3B%3BAAGR%2CoBAAoB%2CKAAK%3BEACrB%2CkEAAA%3BEACA%2CSAAA%3B%3BAAFJ%2CoBAAoB%2CKAAK%2CWAGrB%3BEACI%2CiBAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C2BAAA%3B%3BAAPJ%2CoBAAqB%2CeAQjB%3BEACI%2CgBAAA%3B%3BAAGR%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAADJ%2CoBAAoB%2CuBAGhB%3BEACI%2CUAAA%3B%3BAAGR%2CoBAAoB%2CKAChB%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CkBACI%3BEACI%2CaAAA%3B%3BAAFR%2CkBAII%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CqBACI%2CgBAAgB%3BExDv0CpB%2CiBAAA%3B%3BAwDs0CA%2CqBAII%2CgBAAgB%3BEACZ%2CiBAAA%3B%3B%3BAAMR%2CSACI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CSAMI%3BAANJ%2CSAMoB%2CgBAAgB%3BEAC5B%2CgBAAA%3B%3BAAGR%2CeACI%3BEACI%2CmBAAA%3B%3BAAFR%2CeAII%3BEACI%2CmBAAA%3B%3BAAGR%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2CQAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CmBACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2C4CAAA%3BEACA%2CmBAAA%3B%3BAALR%2CmBACI%2CWAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAXZ%2CmBACI%2CWAYI%3BEACI%2CcAAA%3B%3BAACA%2CmBAdR%2CWAYI%2CEAEK%3BEACG%2CcAAA%3B%3BAAhBhB%2CmBACI%2CWAkBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAvBZ%2CmBACI%2CWAkBI%2CeAKI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CUAAW%3BEACP%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeACI%3BEACI%2CaAAA%3BEACA%2C2CAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3B%3BAAOR%2CYACI%3BEACI%2CYAAA%3B%3BAAFR%2CYAII%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAPR%2CYAII%2CeAII%3BEACI%2CSAAA%3B%3BAATZ%2CYAYI%2CqBACI%3BEACI%2CQAAA%3B%3BAAdZ%2CYAiBI%3BEACI%2CeAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CaAAC%3BEACG%2CqBAAA%3B%3BAADJ%2CaAAC%2CMAEG%2COAAO%3BEACH%2CcAAA%3B%3BAAPZ%2CaAUI%2COAAO%3BEACH%2CcAAA%3BExDz8CR%2CiBAAA%3BEwD28CQ%2CmBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CkBAEI%3BEACI%2CmBAAA%3B%3BAAHR%2CkBAKI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CkBAKI%2CaAOI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAhBZ%2CkBAKI%2CaAaI%3BEACI%2CmBAAA%3B%3BAAnBZ%2CkBAKI%2CaAgBM%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAxBJ%2CaAwBK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CWAAA%3BEACA%2CMAAA%3BExDh%5C%2FCZ%2CeAAA%3BEwDk%5C%2FCY%2CcAAA%3B%3BAAMR%2CqBAAC%3BEACG%2CqBAAA%3B%3BAAGR%2CaAAa%2CgBACT%2CcACI%3BEACI%2CyBAAA%3B%3BAAOA%2CaAHC%2CgBACT%2CYACI%2COACK%3BEACG%2CcAAA%3B%3BAAJhB%2CaAAa%2CgBAQT%3BEACI%2CcAAA%3B%3BAAGR%2CUAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAAM%2CUAAW%2CUAAU%2CSAAQ%2CMAAO%3BEAC3E%2CyBAAA%3B%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2CeAEI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CeAMI%3BEACI%2CcAAA%3B%3BAAGR%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CiBACI%3BAADe%2CUACf%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAADJ%2CUAEI%3BEACI%2C8BAAA%3BEACA%2CgCAAA%3B%3BAAJR%2CUAEI%2CKAGM%3BEACE%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAARZ%2CUAWI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAjBR%2CUAmBI%3BEACI%2CgBAAA%3B%3BAApBR%2CUAmBI%2CMAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAvBZ%2CUA0BI%2CMAAM%2CEAAC%3BEACH%2CgBAAgB%2CeAAhB%3B%3BEACA%2CQAAQ%2CeAAR%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CmBAKI%3BEACI%2CWAAA%3B%3BAANR%2CmBAQI%3BEACI%2CkBAAA%3B%3B%3BAAKR%2CSAAS%2CgBACL%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAHR%2CSAAS%2CgBAKL%2CeAAc%3BEACV%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAARR%2CSAAS%2CgBAUL%2CeAAe%3BEACX%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CSAAS%2CgBAcL%2CaAAY%2COAAQ%2CeAAc%3BEAC9B%2CUAAA%3BEACA%2CmBAAA%3B%3BAAhBR%2CSAAS%2CgBAkBL%2CaAAY%2COAAQ%2CeAAc%2CMAAM%3BEACpC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAArBR%2CSAAS%2CgBAuBL%2CaAAY%2COAAQ%2CeAAe%3BEAC%5C%2FB%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAA1BR%2CSAAS%2CgBA4BL%2CaAAY%2COAAQ%2CeAAc%2CMAAO%3BEACrC%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CcACI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAANR%2CcAQI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAVR%2CcAYI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BExDppDR%2CiBAAA%3B%3BAwDwpDA%2CkBACI%2CaAAa%3BEACT%2CcAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CcAGM%3BAAHN%2CcAGwB%3BEAChB%2CkBAAA%3BEACA%2CWAAA%3B%3BAALR%2CcAOI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAATR%2CcAOI%2CiBAGI%3BExD3qDR%2CiBAAA%3BEwD6qDY%2CmBAAA%3BEACA%2CcAAA%3B%3BAAbZ%2CcAOI%2CiBAQI%3BEACI%2CWAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CeAGM%3BAAHN%2CeAGwB%3BEAChB%2CkBAAA%3BEACA%2CWAAA%3B%3BAALR%2CeAOI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAATR%2CeAOI%2CiBAGI%3BExD%5C%2FrDR%2CiBAAA%3BEwDisDY%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAbZ%2CeAOI%2CiBAQI%3BEACI%2CWAAA%3B%3BAAIZ%2CSACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CSACI%2CsBAOI%3BEACI%2CgBAAA%3B%3BAATZ%2CSAYI%2CeAAe%3BEACX%2CoBAAA%3B%3BAAbR%2CSAYI%2CeAAe%2CYAEX%2CQAAO%3BEACH%2CUAAA%3B%3BAACA%2CSAJR%2CeAAe%2CYAEX%2CQAAO%2CUAEF%3BEACG%2CyBAAA%3B%3BAADJ%2CSAJR%2CeAAe%2CYAEX%2CQAAO%2CUAEF%2CMAEK%3BEACE%2CcAAA%3BEACA%2CmBAAA%3B%3BAApBpB%2CSAYI%2CeAAe%2CYAEX%2CQAAO%2CUASD%2CIAAC%3BEACC%2CiBAAA%3B%3BAAxBhB%2CSAYI%2CeAAe%2CYAEX%2CQAAO%2CUASD%2CIAAC%2CUAEG%3BEACE%2CQAAA%3BEACA%2CiBAAA%3B%3BAAMpB%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAEI%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BExDlvDR%2CiBAAA%3BEwDovDQ%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGR%3BEACI%2CsBAAA%3B%3BAADJ%2CaAEI%3BEACI%2CWAAA%3B%3BAACA%2CaAFJ%2CEAEK%3BEACG%2CcAAA%3B%3BAALZ%2CaAQI%2COAAM%2COAAQ%3BEACV%2CcAAA%3B%3BAATR%2CaAWI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CaAgBI%2CUAAU%3BEACN%2CWAAA%3B%3BAAjBR%2CaAmBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvBR%2CaAmBI%2CQAKI%3BEACI%2CcAAA%3BExDjxDZ%2CiBAAA%3BEwDmxDY%2CmBAAA%3B%3BAA3BZ%2CaAmBI%2CQAUI%3BEACI%2CcAAA%3B%3BAA9BZ%2CaAiCI%2CWAAW%2CSAAS%3BEAChB%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CcAGI%3BEACI%2CmBAAA%3B%3BAAJR%2CcAGI%2CYAEI%3BEACI%2CcAAA%3B%3BAAIZ%3BEACI%2CsBAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAJR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGR%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2C0BAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAALR%2C0BAOI%2CWAAW%2COACP%3BAARR%2C0BAOI%2CWAAW%2COACJ%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAVZ%2C0BAaI%3BEACI%2CaAAA%3B%3BAAdR%2C0BAgBI%3BEACI%2CaAAA%3B%3BAAjBR%2C0BAgBI%2CuBAEI%3BExDt0DR%2CiBAAA%3BEwDw0DY%2CiBAAA%3BEACA%2C4CAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2C0BA0BI%3BEACI%2C2CAAA%3B%3BAA3BR%2C0BA6BI%2CaAAe%2CKAAK%3BExDj1DxB%2CiBAAA%3BEwDm1DQ%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAhCR%2C0BAkCI%2CaAAe%2CKAAE%3BEACb%2CaAAA%3B%3BAAnCR%2C0BAqCI%3BEACI%2C4CAAA%3B%3BAAtCR%2C0BAwCI%3BEACI%2CeAAA%3B%3BAAzCR%2C0BA2CI%2CuBAAuB%2CWAAW%3BEAC9B%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9CR%2C0BA2CI%2CuBAAuB%2CWAAW%2CSAI9B%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAnDZ%2C0BAsDI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAEM%3BEACE%2CaAAA%3B%3BAAHR%2CmBAKM%2CMAAG%3BAALT%2CmBAKkC%2CMAAG%3BEAC7B%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAlBR%2CmBAoBM%2CMAAG%3BAApBT%2CmBAoBiC%2CMAAG%3BEAC5B%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmCAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CSACI%3BEACI%2CiBAAA%3B%3BAAGR%2CSACI%3BEACI%2CiBAAA%3B%3BAAGR%2CQACI%3BEACI%2CeAAA%3B%3BAAGR%2CQACI%3BAADM%2CSACN%3BAADiB%2CSACjB%3BEACI%2CiBAAA%3B%3B%3BAAKR%2CSACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAFR%2CSAII%2COAAM%2COAAO%3BEACT%2CSAAS%2CocAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAC%2CgBACG%2CeAAc%2CMAAO%3BEACjB%2CaAAA%3B%3BAAFR%2CSAAC%2CgBAKG%2CaAAY%2COAAQ%2CeAAc%2CMAAO%3BEACrC%2CcAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAACA%2CmBAAC%3BEACG%2CYAAA%3BEACA%2CmBAAA%3B%3BAANR%2CmBAQI%3BAARJ%2CmBAQsB%3BEACd%2CYAAA%3B%3BAATR%2CmBAWI%2CaAAa%2CGAAE%3BEACX%2CgBAAA%3B%3BAAZR%2CmBAcI%2CQAAO%2CUAAW%3BEACd%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhBR%2CmBAkBI%2CaAAa%2CIAAG%2CQAAQ%3BEACpB%2CMAAA%3B%3BAAnBR%2CmBAqBI%2CQAAO%2CUAAa%3BEAChB%2CiBAAA%3B%3BAACA%2CmBAFJ%2CQAAO%2CUAAa%2CIAEf%3BEACG%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1BZ%2CmBA6BI%2CaAAe%2CKAAK%3BEAChB%2CiBAAA%3B%3BAAGR%2CkBACI%3BEACI%2C8BAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAIJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgFAAA%3BEACA%2CwEAAA%3B%3BAATJ%2CeAAe%2COAUX%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CeAAe%2COAgBX%3BAAhBJ%2CeAAe%2COAgBE%3BAAhBjB%2CeAAe%2COAgBqB%3BEAC5B%2CwBAAA%3B%3BAAjBR%2CeAAe%2COAmBX%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAA3BR%2CeAAe%2COAmBX%2CoBASI%3BEACI%2CoBAAA%3BExDhhEZ%2CeAAA%3B%3BAwDm%5C%2FDA%2CeAAe%2COAmBX%2CoBASI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAApChB%2CeAAe%2COAwCX%3BAAxCJ%2CeAAe%2COAwCF%3BEACL%2C6BAAA%3B%3BAAzCR%2CeAAe%2COA2CX%3BEACI%2C0BAAA%3B%3BAA5CR%2CeAAe%2COA8CX%2COAAS%3BEACL%2CgBAAA%3B%3BAA%5C%2FCR%2CeAAe%2COAiDX%2CYACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAACA%2CeArDG%2COAiDX%2CYACI%2CEAGK%3BEACG%2CcAAA%3B%3BAAtDhB%2CeAAe%2COAiDX%2CYACI%2CEAMI%3BEACI%2CaAAA%3B%3BAAMhB%2CqBACI%3BEACI%2CSAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CwBAII%3BEACI%2CaAAA%3B%3BAALR%2CwBAOI%3BEACI%2CgBAAA%3B%3BAARR%2CwBAUI%3BEACI%2CeAAA%3B%3BAAXR%2CwBAaI%3BEACI%2CoBAAA%3B%3BAAdR%2CwBAgBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CgBAKI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAkB%2C2DAAlB%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CwBAAX%3BEACA%2CoDAAA%3BEACA%2C2BAAA%3BEACA%2C4CAAA%3B%3BAAEJ%2CcAAC%2CgBAAgB%3BAAAS%2CcAAC%2CgBAAgB%3BEACvC%2CaAAA%3B%3BAAGR%3BEACI%3BIACI%2CWAAW%2C%2BBAAX%3B%3B%3BAAGR%2CWAAW%2CSAAS%2CIAAI%3BAAAS%2CWAAW%2CSAAS%3BEACjD%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAACA%2CWAAC%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CUAAU%3BAAAW%2CUAAU%3BEAC3B%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAANR%2CWAQI%3BAARJ%2CWAQoB%3BEACZ%2C4BAAA%3BEACA%2CYAAA%3B%3BAAVR%2CWAYI%3BEACI%2CiBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CcACI%3BEACI%2CyCAAA%3B%3BAAGR%2CaACI%3BEACI%2CwCAAA%3B%3BAAGR%2CYACI%3BEACI%2CuCAAA%3B%3B%3B%3B%3BAQp2HR%2CiBACI%3BAADe%2CeACf%3BAADgC%2CmBAChC%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGR%2COAAO%2CYAAY%2CMAAO%2CQAAO%3BEAC7B%2CQAAA%3B%3BAAEJ%2COAAO%2CYAAY%2CMAAO%2CQAAO%2COAAO%3BEACpC%2CmBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CgBACI%2CeACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CgBACI%2CeACI%2CGAKI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAThB%2CgBACI%2CeACI%2CGAKI%2CGAGI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CgBAbhB%2CeACI%2CGAKI%2CGAGI%2CEAIK%3BEhE49CrB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSsB3vCkB%2COtB2vClB%3BEACA%2CeAAA%3BEgEl%2BCwB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOxB%2CQAAS%2CQAAO%2CMAAO%3BEACnB%2C0BAAA%3B%3BAAGJ%2COAAO%3BAAAc%2CQAAS%2CQAAO%3BEACjC%2CmBAAA%3B%3BAAEJ%2COAAO%2CmBAAoB%2CeAAe%3BEACtC%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2COAAO%2CeAAgB%2CcAAc%3BEACjC%2CiBAAA%3B%3BAAEJ%2CGAAG%2CaAAc%2CkBAAkB%2CgBAAgB%3BEAC%5C%2FC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUACI%3BAADQ%2CUACR%3BEACI%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAACA%2CUAJJ%2CaAIK%3BAAAD%2CUAJJ%2CaAIK%3BEACG%2CgBAAA%3B%3BAANZ%2CUASI%2CcAAc%2CkBAAkB%3BAATxB%2CUASR%2CcAAc%2CkBAAkB%3BEAC5B%2CcAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CUAaI%3BAAbQ%2CUAaR%3BEACI%2CmBAAA%3B%3BAAdR%2CUAaI%2CcAEI%3BAAfI%2CUAaR%2CcAEI%3BEACI%2CmBAAA%3B%3BAAIZ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CUAGI%3BEACI%2CmBAAA%3B%3BAAJR%2CUAMI%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGR%2CgBACM%3BEACE%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CgBACM%2CIAGE%3BAAJR%2CgBACM%2CIAGS%3BEACH%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAATZ%2CgBACM%2CIAUE%3BEACI%2CaAAA%3B%3BAAIZ%2CUAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BAAAY%3BEACR%2CoBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAEJ%2CkBACI%3BEACI%2CgBAAA%3BEhEwiDR%2CiBAAA%3B%3BAgE1iDA%2CkBACI%2COAGI%3BEACI%2CcAAA%3B%3BAACA%2CkBALR%2COAGI%2CEAEK%3BEACG%2CcAAA%3B%3BAAPhB%2CkBAWI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CkBAWI%2CiBAGI%3BEACI%2CcAAA%3B%3BAACA%2CkBALR%2CiBAGI%2CEAEK%3BEACG%2CcAAA%3B%3BAAjBhB%2CkBAqBI%3BEACI%2CcAAA%3B%3BAAtBR%2CkBAwBI%3BEACI%2CmBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3B%3BAAEJ%2CeACI%3BEACI%2CUAAA%3B%3BAAGR%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CWACI%3BAADJ%2CWACgB%3BEACR%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAqBZ%2CQAjB8B%3BEACtB%3BEAAY%3BIACR%2CgBAAA%3B%3BEAEJ%2CWACI%3BEADJ%2CWACgB%3BIACR%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CkBACI%3BIACI%2CgBAAA%3BIhEm%2BCZ%2CiBAAA%3B%3B%3BAiE5qDA%3BEACI%2C6BAAA%3B%3BAADJ%2CcAEI%3BEACI%2CaAAA%3BEACA%2CoBAAA%3B%3BAAJR%2CcAMI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAATR%2CcAMI%2COAII%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAACA%2CcAbR%2COAII%2CKASK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CcAAC%2CKACG%3BEACI%2CcAAA%3B%3BAAKZ%3BAAAoB%3BEAChB%2CmBAAA%3B%3BAASJ%2CQAN2B%3BEACvB%2CYAAY%2COAAQ%3BIAChB%2CaAAA%3B%3B%3BAAeR%2CQAX0B%3BEACtB%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CyBAAA%3B%3B%3BAAkBR%2CQAd0B%3BEACtB%3BIACI%2CaAAA%3B%3BEAEJ%2CkBACI%2COAAO%3BEADS%2CkBAChB%2COAAO%3BEAD6B%2CeACpC%2COAAO%3BEAAM%2CkBAAC%2CKAAM%2COAAO%3BEAAd%2CkBAAC%2CKAAM%2COAAO%3BEAAd%2CeAAC%2CKAAM%2COAAO%3BIACvB%2CaAAA%3B%3BEAFR%2CkBAII%3BEAJgB%2CkBAIhB%3BEAJoC%2CeAIpC%3BIACI%2CyBAAA%3B%3B%3BAA0DZ%2CQArD2B%3BEACvB%3BIACI%2CaAAA%3B%3BEAEJ%2CUAAU%2CYAAa%2CGAAE%3BIACrB%2CcAAA%3B%3BEADJ%2CUAAU%2CYAAa%2CGAAE%2COAErB%3BIjE%2BlDR%2CiBAAA%3B%3BEiE1lDI%2CUAAU%2CYAAa%2CGAAE%2COAAU%3BIAC%5C%2FB%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CeAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CgBAAA%3B%3BEAGJ%2CcAAe%2CYAAY%2CQAAO%2CUAAa%3BIAC3C%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CSAAS%2CgBACL%2CeAAe%3BIACX%2CaAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CSAAS%2CgBAKL%2CeAAc%2CMAAO%3BIACjB%2CcAAA%3B%3BEAIR%2CSAAS%2CgBAAiB%2CeAAc%2CMAAO%3BIAC3C%2CcAAA%3B%3BEAGJ%2CiBAAkB%2CeAAe%3BIAC7B%2CaAAA%3B%3B%3BAAqDR%2CQAlD0B%3BEACtB%2CsBAAyB%3BIACrB%2CkBAAA%3B%3BEAGJ%2CgBAAiB%2CKAAO%3BIACpB%2CYAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%2CiBAAkB%3BEAAU%3BIACxB%2CaAAA%3B%3BEAGJ%2CiBAAkB%2COAAO%3BIACrB%2CaAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CkBAAA%3B%3BEAGJ%2CcAAiB%3BIACb%2CeAAA%3B%3BEAEJ%2CcAAe%2CYAAY%2CQAAO%2CUAAa%3BIAC3C%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CmBAAA%3B%3BEAEJ%3BIjE2gDJ%2CeAAA%3B%3BEiEvgDI%2CsBAAuB%3BEAAe%2C2BAA4B%3BIAC9D%2CaAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CsBAAuB%2CaAAa%3BEAAe%2C2BAA4B%2CaAAa%3BIACxF%2CcAAA%3B%3B%3BAAuXR%2CQAnX0B%3BEACtB%3BIjE6%5C%2FCJ%2CeAAA%3B%3BEiE1%5C%2FCI%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CoBACI%3BIACI%2CiBAAA%3B%3BEAEJ%2CoBAAC%3BIACG%2CkEAAA%3B%3BEAGR%3BIACI%2CwBAAA%3B%3BEAEJ%2CYAAY%2COACR%3BIACI%2CUAAA%3B%3BEAFR%2CYAAY%2COAIR%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAPR%2CYAAY%2COASR%3BIACI%2CaAAA%3B%3BEAIR%2CYAAY%2COAAQ%2CmBAAmB%3BIACnC%2CwBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CUAGI%3BIACI%2CsBAAA%3B%3BEAGR%2CSAAS%3BIACL%2CkBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEALJ%2CgBAMI%3BIACI%2CaAAA%3B%3BEAPR%2CgBASI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAHJ%2CsBAIM%3BIACE%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEARR%2CsBAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CaAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CyBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CaACI%3BIACI%2CmBAAA%3B%3BEAGR%2CiBAAiB%2CaAAc%3BIAC3B%2CWAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIjEw5CJ%2CiBAAA%3B%3BEiEp5CI%2CaAAc%3BIACV%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWAAY%2CSAAS%3BEAAS%2CWAAY%3BIACtC%2CeAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEADJ%2CYAEI%2CQAAO%3BIACH%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAZR%2CYAEI%2CQAAO%2CMAWH%3BIACI%2CaAAA%3B%3BEAdZ%2CYAEI%2CQAAO%2CMAcH%3BIACI%2CcAAA%3B%3BEAGR%2CYAAC%2CMAAO%2CQAAO%3BIACX%2CcAAA%3B%3BEADJ%2CYAAC%2CMAAO%2CQAAO%2CMAEX%3BIACI%2CgBAAA%3B%3BEAHR%2CYAAC%2CMAAO%2CQAAO%2CMAKX%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAIZ%2CUAAW%3BIACP%2CmBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEACA%2CiBAAkB%3BIACd%2CgBAAA%3B%3BEAGR%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CaAAA%3B%3BEAGJ%2CaAAc%2CeAAe%3BEAAQ%2CaAAc%2CeAAe%3BEAAQ%2CaAAc%2CWAAW%3BIjEq0CvG%2CiBAAA%3B%3BEiEj0CI%2CaAAc%2CWAAW%3BIjEi0C7B%2CiBAAA%3B%3BEiE7zCI%2CQAAQ%2COAAO%2COAAQ%2CSAAW%3BIAC9B%2CgBAAA%3B%3BEAEJ%2CQAAQ%2COAAO%2COAAQ%3BIACnB%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CYACI%2CeACI%3BEAFR%2CYACoB%2CqBACZ%3BIACI%2COAAA%3B%3BEAIZ%2CkBAAqB%2COAAO%2CMAAG%3BIAC3B%2CgBAAA%3B%3BEAEJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAChC%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CIAAI%2CWAAc%2CUAAO%3BEAAQ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CIAAI%2CWAAc%2CUAAO%3BIACxH%2CmBAAA%3B%3BEAEJ%2CsBAAuB%2CMAAM%3BIACzB%2C8BAAA%3B%3BEAEJ%2CsBAAuB%2CGAAG%3BIACtB%2CWAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2C0BAA2B%3BIACvB%2CkBAAA%3B%3BEAGJ%2CeAAe%2COAAQ%3BIACnB%2CaAAA%3B%3BEAEJ%2CeAAe%2COAAQ%3BIACnB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CeAAe%2COAAQ%2CcAGjB%3BIACE%2CWAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAGJ%2CcAAe%2CKAAO%2CMAAG%2CUAAU%3BIAC%5C%2FB%2CaAAA%3B%3BEAGJ%2CgBAAiB%3BIjE4vCrB%2CiBAAA%3BIiE1vCQ%2CgBAAA%3B%3BEAEJ%2CgBAAiB%2CKAAO%2CMAAI%3BIACxB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CgBAAiB%2CYAIb%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGR%2CgBAAiB%2CKAAO%2CMAAI%2COAAO%3BIAC%5C%2FB%2CmBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CiFAAA%3BIACA%2CyEAAA%3B%3BEATJ%2CgBAUI%3BEAVJ%2CgBAUO%3BIACC%2CWAAA%3B%3BEACA%2CgBAFJ%2CEAEK%3BEAAD%2CgBAFD%2CEAEE%3BIACG%2CcAAA%3B%3BEAIZ%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%2CeAAe%2COAAO%2CKAAI%3BIAClC%2CWAAA%3BIACA%2COAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CSAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEADJ%2CkBAEM%3BIACE%2CgBAAA%3B%3BEAGR%3BIACI%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CiBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CaAAA%3B%3BEAEJ%2CcAAe%2CiBAAiB%3BIjEkqCpC%2CeAAA%3B%3BEiE9pCI%2CQACI%3BIACI%2CQAAA%3B%3BEAFR%2CQAII%3BIACI%2CQAAA%3B%3BEAIR%2CkBACI%2CMAAM%3BIACF%2C6BAAA%3B%3BEACA%2CkBAFJ%2CMAAM%2CGAED%3BIACG%2CmBAAA%3B%3B%3BAA8ChB%2CQAxC0B%3BEACtB%3BIACI%2CgCAAA%3BIACA%2CkCAAA%3B%3BEAFJ%2CcAGM%3BIACE%2CeAAA%3B%3BEAGR%3BIACI%2CkBAAA%3B%3BEAEJ%2CkBAAmB%2CaAAa%3BIAC5B%2CaAAA%3B%3BEAEJ%2CGAAG%2CWAAY%3BEAAQ%2CGAAG%2CWAAY%2CSAAS%3BEAAS%2CGAAG%2CWAAY%3BIACnE%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CGAAG%2CWAAY%2CcAAc%2CMAAK%3BIAC9B%2CYAAA%3B%3BEAGJ%2CkBACI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CkBACI%2CgBAGI%3BIACI%2CWAAA%3B%3BEAKZ%2CEAAE%3BIACE%2CeAAA%3B%3BEADJ%2CEAAE%2CYAEE%3BIACI%2CaAAA%3B%3B%3BAAmBZ%2CQAd0B%3BEACtB%3BIACI%2CaAAA%3B%3BEAEJ%2CeAAe%2COAAQ%2CcACnB%3BIACI%2C2BAAA%3B%3BEAGR%2CGAAG%2CWAAY%2CSAAS%3BIACpB%2CaAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%2CQAAS%3BIACL%2CyBAAA%3B%3B%3BAA6BR%2CQAzB0B%3BEAElB%2CoBADgB%2CKACf%2CSAAU%3BIACP%2CkDAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAJJ%2CoBADgB%2CKACf%2CSAAU%2C4BAMP%3BIACI%2CaAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3BAAcR%2CQAV0B%3BEACtB%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3BAA0BR%2CQAtB2B%3BEACvB%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CSAAU%2CeAAe%3BIACrB%2CWAAA%3B%3BEAEJ%2CSAAS%2CgBAAiB%2CeAAe%3BIACrC%2CaAAA%3B%3B%3BAAmFR%2CQA%5C%2FE2B%3BEACvB%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAC%2CSAAS%2CgBAAiB%2CeAAe%3BEAA1C%2CSAAC%2CSAAS%2CgBAAiB%2CeAAe%3BEAA1C%2CQAAC%2CSAAS%2CgBAAiB%2CeAAe%3BIACtC%2CaAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CSAAC%2CSAAU%2CeAAe%2CYAAY%2CQAAO%3BEAA7C%2CSAAC%2CSAAU%2CeAAe%2CYAAY%2CQAAO%3BEAA7C%2CQAAC%2CSAAU%2CeAAe%2CYAAY%2CQAAO%3BIACzC%2CcAAA%3B%3BEAEJ%2CSAAC%2CSAAU%2CoBAAmB%2CcAAe%2CQAAO%3BEAApD%2CSAAC%2CSAAU%2CoBAAmB%2CcAAe%2CQAAO%3BEAApD%2CQAAC%2CSAAU%2CoBAAmB%2CcAAe%2CQAAO%3BIAChD%2CcAAA%3B%3BEATR%2CSAWI%2CmBAAmB%2CaAAa%3BEAXzB%2CSAWP%2CmBAAmB%2CaAAa%3BEAXd%2CQAWlB%2CmBAAmB%2CaAAa%3BIAC5B%2CaAAA%3B%3BEAZR%2CSAcI%2CeAAe%3BEAdR%2CSAcP%2CeAAe%3BEAdG%2CQAclB%2CeAAe%3BIACX%2CaAAA%3B%3BEAfR%2CSAkBI%2CgBACI%3BEAnBG%2CSAkBP%2CgBACI%3BEAnBc%2CQAkBlB%2CgBACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEArBZ%2CSAkBI%2CgBAKI%3BEAvBG%2CSAkBP%2CgBAKI%3BEAvBc%2CQAkBlB%2CgBAKI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAzBZ%2CSA4BI%2CmBAAmB%3BEA5BZ%2CSA4BP%2CmBAAmB%3BEA5BD%2CQA4BlB%2CmBAAmB%3BIACf%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAcZ%2CQARqB%2CkBAAuB%3BEACxC%2CaAAa%2CMAAO%3BIAChB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3B%3BAAgBZ%2CQAZyB%3BEACjB%2CaAAgB%2CIAAC%2CMAAO%3BIACpB%2CaAAA%3B%3BEADJ%2CaAAgB%2CIAAC%2CMAAO%2CaAEpB%3BIACI%2CaAAA%3B%3BEAGR%2CaAAgB%2CIAAC%2CMAAM%2CMAAO%3BIAC1B%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAC%5C%2FtBR%3BEACI%2CsBAA2B%2CYAAW%2CgBAAtC%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEAjBA%2CsBAAA%3B%3BAAoBJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BEAClD%2CsBAA2B%2CYAAW%2CgBAAtC%3BEACA%2CgBAAA%3B%3BAAEJ%3BAAAO%3BEACH%2CwBAAqB%2CYAAW%2CgBAAhC%3B%3BAAEJ%3BEACI%2CwBAA2B%2CYAAW%2CgBAAtC%3B%3BAAEJ%3BAAAY%3BAAAM%3BAAAO%3BEACrB%2CwBAAwB%2CYAAW%2CgBAAnC%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAACA%2CCAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2C0BAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CcAAA%3B%3BAACA%2CaAFU%2CEAET%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEAtDA%2CsBAAA%3B%3BAAoDJ%2CYAII%3BAAJJ%2CYAIoB%3BEACZ%2CcAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BAAAD%2CYAFY%2CUAEX%3BEACG%2CcAAA%3B%3BAAPZ%2CYAUI%3BEACI%2CcAAA%3B%3BAACA%2CYAFJ%2CEAEK%3BEACG%2CcAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEAxEA%2CsBAAA%3B%3BAAsEJ%2CYAII%3BEACI%2CcAAA%3B%3BAACA%2CYAFJ%2CEAEK%3BEACG%2CcAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEA3FA%2CmBAAA%3B%3BAAyFJ%2CiBAII%3BAAJJ%2CiBAIO%3BAAJP%2CiBAIe%3BEACP%2CcAAA%3B%3BAACA%2CiBAFJ%2CEAEK%3BAAAD%2CiBAFD%2COAEE%3BAAAD%2CiBAFO%2CQAEN%3BEACG%2CcAAA%3B%3BAAKZ%2CSAAU%3BAAAG%2CqBAAsB%3BEAC%5C%2FB%2CWAAA%3B%3BAACA%2CSAFM%2CEAEL%3BAAAD%2CqBAF%2BB%2CEAE9B%3BEACG%2CcAAA%3B%3BAAGR%3BEACI%2CWAAA%3B%3BAAGJ%2CaAAa%2CUAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAAM%2CaAAa%2CUAAW%2CUAAU%2CSAAQ%2CMAAO%3BEACrG%2CmBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CgBAAiB%2CaAAa%2CGAAE%2COAAU%3BEACtC%2CcAAA%3B%3BAACA%2CgBAFa%2CaAAa%2CGAAE%2COAAU%2CIAErC%3BEACG%2CcAAA%3B%3BAAHR%2CgBAAiB%2CaAAa%2CGAAE%2COAAU%2CIAKpC%3BEACE%2CcAAA%3B%3BAAGR%2CcAAe%3BAAAQ%3BEACnB%2CcAAA%3B%3BAAuBR%2CQApB8B%3BEACtB%2CsBAAuB%2CoBAAoB%3BIACvC%2CcAAA%3B%3BEACA%2CsBAFmB%2CoBAAoB%2CEAEtC%3BIACG%2CcAAA%3B%3BEAGR%2CsBAAuB%2CoBAAsB%2CKAAG%3BIAC5C%2CyBAAA%3B%3BEAEJ%2CYAAY%2COAAQ%2CuBAAuB%2CoBAAsB%2CKAAG%3BIAChE%2CyBAAA%3B%3BEAEJ%2CYAAY%2COAAQ%2CuBAAuB%2CoBAAoB%3BIAC3D%2CcAAA%3B%3BEACA%2CYAFQ%2COAAQ%2CuBAAuB%2CoBAAoB%2CEAE1D%3BIACG%2CcAAA%3B%3B%3BACtBR%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BErE8JA%2CYAAA%3B%3BAqEzJA%3BAACA%3BEAvGA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACA%2CiDAAA%3B%3BAAEA%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAJJ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACA%2CWAAW%2CeAAX%3B%3BAAmFR%2CYA%5C%2FEA%3BAAgFA%2CYAhFA%3BErEwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEqErOI%2CUAAA%3B%3BAAiFJ%3BErEoJA%2CUAAA%3BEAAA%2CYAAA%3B%3BAqE7NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAsER%2CYAlEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CsDAAA%3BEACA%2CsCAAA%3BEACA%2CWAAA%3B%3BAA4DA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BErEoQZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqE5SJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BErEsQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAqEtRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BErE0HJ%2CwBAAA%3B%3BAqEpJA%2CYA8BI%3BErEsHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAqEhHA%3BErEgHA%2CYAAA%3BEqExMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAkFR%2CYA9EA%3BErE8LA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEqEnVJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACA%2CWAAW%2CiBAAX%3BEACA%2C%2BCAAA%3BEACA%2C%2BBAAA%3B%3BAAqEA%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BAAIG%2CKAAM%2CaAJT%3BAAKG%2CIAAK%2CaALR%3BEAMO%2CgBAAA%3B%3BAANR%2CYAAC%2CcASG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAZb%2CcASG%3BAAII%2CKAAM%2CaAbb%2CcASG%3BAAKI%2CIAAK%2CaAdZ%2CcASG%3BEAMQ%2CgBAAA%3B%3BAAfZ%2CYAAC%2CcAmBG%3BEACI%2CgBAAA%3B%3BAAxBZ%2CYA4BI%3BAA5BJ%2CYA6BI%3BAA7BJ%2CYA8BI%3BErEkFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqEhHA%2CYAmCI%3BAAnCJ%2CYAoCI%3BErEwMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAqEpPR%2CYAyCI%3BErEuEJ%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAqEhHA%2CYA8CI%3BEACI%2CgBAAA%3BErEiER%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAqEhHA%2CYAoDI%3BEACI%2CiBAAA%3B%3BAC5MR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEnE2MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEHgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEuB9QA%2CqBAAA%3BE%2BCmBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAnE4MR%2CamEvNI%2CcnEuNH%3BAAAD%2CYmEvNI%2CcnEuNH%3BAAAD%2CYmEvNI%2CcnEuNH%3BAACD%2CamExNI%2CcnEwNH%3BAAAD%2CYmExNI%2CcnEwNH%3BAAAD%2CYmExNI%2CcnEwNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamE7NI%2CcnE6NH%3BAAAD%2CYmE7NI%2CcnE6NH%3BAAAD%2CYmE7NI%2CcnE6NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamElOI%2CcnEkOH%3BAAAD%2CYmElOI%2CcnEkOH%3BAAAD%2CYmElOI%2CcnEkOH%3BAACD%2CamEnOI%2CcnEmOH%3BAAAD%2CYmEnOI%2CcnEmOH%3BAAAD%2CYmEnOI%2CcnEmOH%3BAACD%2CQAAQ%2CUAAW%2CcmEpOf%3BAnEoOJ%2CQAAQ%2CUAAW%2CamEpOf%3BAnEoOJ%2CQAAQ%2CUAAW%2CamEpOf%3BEnEqOA%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BAsEvQA%2CaAGI%2Cc%5C%2FCwPF%3BA%2BC1PF%2CYAEI%2Cc%5C%2FCwPF%3BA%2BCzPF%2CYACI%2Cc%5C%2FCwPF%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2Ca%2BCII%2Cc%5C%2FCJH%3BAAAD%2CY%2BCII%2Cc%5C%2FCJH%3BAAAD%2CY%2BCII%2Cc%5C%2FCJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBlFS%2COxBkFT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca%2BCTA%2Cc%5C%2FCQH%2CMACI%3BAAAD%2CY%2BCTA%2Cc%5C%2FCQH%2CMACI%3BAAAD%2CY%2BCTA%2Cc%5C%2FCQH%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2Ca%2BCfA%2Cc%5C%2FCcH%2COACI%3BAAAD%2CY%2BCfA%2Cc%5C%2FCcH%2COACI%3BAAAD%2CY%2BCfA%2Cc%5C%2FCcH%2COACI%3BEvBqPL%2CcAAA%3B%3BAsEtPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEtE8OJ%2CYAAA%3B%3BAsExOI%2CYAAC%2CQAAS%3BEACN%2CgBAAA%3B%3BAAFR%2CYAII%3BEtEqOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEsEjOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAXR%2CYAcI%3BEACI%2CaAAA%3B%3BAAfR%2CYAkBI%2CQAAQ%2CSAAS%3BEACb%2CmBAAA%3B%3BAACA%2CYAFJ%2CQAAQ%2CSAAS%2COAEZ%3BEACG%2CgBAAA%3B%3BAArBZ%2CYAwBI%2CQAAQ%3BEpEolDZ%2CiBAAA%3BEoEllDQ%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAA5BR%2CYA8BI%3BEACI%2CaAAA%3B%3BAA%5C%2FBR%2CYAiCI%3BEACI%2CWAAA%3B%3BAAIR%2CYACI%3BEACI%2CaAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEtEwLA%2CwCAAA%3BEsEtLI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAC9HhB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3BAtDmBA%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEjBmXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiBrXA%2CyBAII%3BEjB2PJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3B%3BAiBxPQ%2CyBAHJ%2CQAGK%3BEjBwPT%2CgBAAA%3B%3BAiB%5C%2FPA%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%3BEjB4MJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAiBtMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEjBoLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BAiB1KA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEjB2JZ%2CeAAA%3B%3BAiBpKA%2C2BAOI%2CMACI%2CUAQM%3BEjBoJd%2C0BAAA%3B%3BAiBpKA%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%3BEjBsHA%2CgBAAA%3B%3B%3B%3B%3B%3BAwExRA%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%3BAAQJ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvBJ%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%3BE3EgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE2E3EI%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%3BEpFiRL%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEG5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEH0FA%2CgBAAA%3BEoF1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAnFuHR%2CCmFhIK%2CwBnFgIJ%3BAAAD%2CMmFhIK%2CwBnFgIJ%3BAAAD%2CGmFhIK%2CwBnFgIJ%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CCmFrIK%2CwBnFqIJ%3BAAAD%2CMmFrIK%2CwBnFqIJ%3BAAAD%2CGmFrIK%2CwBnFqIJ%3BED4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2CCmF1IK%2CwBnF0IJ%3BAAAD%2CMmF1IK%2CwBnF0IJ%3BAAAD%2CGmF1IK%2CwBnF0IJ%3BEDuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAGxFA%2CCiFzLK%2CwBjFyLJ%3BAAAD%2CMiFzLK%2CwBjFyLJ%3BAAAD%2CGiFzLK%2CwBjFyLJ%3BAACD%2CCiF1LK%2CwBjF0LJ%3BAAAD%2CMiF1LK%2CwBjF0LJ%3BAAAD%2CGiF1LK%2CwBjF0LJ%3BAACD%2CCiF3LK%2CwBjF2LJ%3BAAAD%2CMiF3LK%2CwBjF2LJ%3BAAAD%2CGiF3LK%2CwBjF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCiFhMK%2CwBjFgMJ%3BAAAD%2CMiFhMK%2CwBjFgMJ%3BAAAD%2CGiFhMK%2CwBjFgMJ%3BAACD%2CCiFjMK%2CwBjFiMJ%3BAAAD%2CMiFjMK%2CwBjFiMJ%3BAAAD%2CGiFjMK%2CwBjFiMJ%3BAACD%2CQAAQ%2CUAAW%2CEiFlMd%3BAjFkML%2CQAAQ%2CUAAW%2COiFlMd%3BAjFkML%2CQAAQ%2CUAAW%2CIiFlMd%3BEpFiRL%2CcAAA%3BEAAA%2CYAAA%3BEG5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEjF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEHiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CsBqFtRsB%2C8CrFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEG9NA%2CsBAAA%3BEACA%2CsBAAA%3BEH6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BEoFhQQ%2CgBAAA%3B%3BAjF0IR%2CCiF%5C%2FIK%2C2BjF%2BIJ%3BAAAD%2CMiF%5C%2FIK%2C2BjF%2BIJ%3BAAAD%2CGiF%5C%2FIK%2C2BjF%2BIJ%3BAACD%2CCiFhJK%2C2BjFgJJ%3BAAAD%2CMiFhJK%2C2BjFgJJ%3BAAAD%2CGiFhJK%2C2BjFgJJ%3BAACD%2CCiFjJK%2C2BjFiJJ%3BAAAD%2CMiFjJK%2C2BjFiJJ%3BAAAD%2CGiFjJK%2C2BjFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiFzDK%2C2BjFyDJ%3BAAAD%2CMiFzDK%2C2BjFyDJ%3BAAAD%2CGiFzDK%2C2BjFyDJ%3BAACD%2CCiF1DK%2C2BjF0DJ%3BAAAD%2CMiF1DK%2C2BjF0DJ%3BAAAD%2CGiF1DK%2C2BjF0DJ%3BEH2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAG%5C%2FLA%2CCiFtEK%2C2BjFsEJ%3BAAAD%2CMiFtEK%2C2BjFsEJ%3BAAAD%2CGiFtEK%2C2BjFsEJ%3BEH%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAGnLA%2CCiFlFK%2C2BjFkFJ%3BAAAD%2CMiFlFK%2C2BjFkFJ%3BAAAD%2CGiFlFK%2C2BjFkFJ%3BAACD%2CCiFnFK%2C2BjFmFJ%3BAAAD%2CMiFnFK%2C2BjFmFJ%3BAAAD%2CGiFnFK%2C2BjFmFJ%3BAACD%2CQAAQ%2CUAAW%2CEiFpFd%3BAjFoFL%2CQAAQ%2CUAAW%2COiFpFd%3BAjFoFL%2CQAAQ%2CUAAW%2CIiFpFd%3BEpFqQL%2CYAAA%3BEG%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAiF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEjFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEHiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CsBqFtRsB%2C8CrFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEG9NA%2CsBAAA%3BEACA%2CsBAAA%3BEH6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BEoFxPQ%2CgBAAA%3B%3BAjFkIR%2CCiFvIK%2C6BjFuIJ%3BAAAD%2CMiFvIK%2C6BjFuIJ%3BAAAD%2CGiFvIK%2C6BjFuIJ%3BAACD%2CCiFxIK%2C6BjFwIJ%3BAAAD%2CMiFxIK%2C6BjFwIJ%3BAAAD%2CGiFxIK%2C6BjFwIJ%3BAACD%2CCiFzIK%2C6BjFyIJ%3BAAAD%2CMiFzIK%2C6BjFyIJ%3BAAAD%2CGiFzIK%2C6BjFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiFjDK%2C6BjFiDJ%3BAAAD%2CMiFjDK%2C6BjFiDJ%3BAAAD%2CGiFjDK%2C6BjFiDJ%3BAACD%2CCiFlDK%2C6BjFkDJ%3BAAAD%2CMiFlDK%2C6BjFkDJ%3BAAAD%2CGiFlDK%2C6BjFkDJ%3BEH2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAG%5C%2FLA%2CCiF9DK%2C6BjF8DJ%3BAAAD%2CMiF9DK%2C6BjF8DJ%3BAAAD%2CGiF9DK%2C6BjF8DJ%3BEH%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAGnLA%2CCiF1EK%2C6BjF0EJ%3BAAAD%2CMiF1EK%2C6BjF0EJ%3BAAAD%2CGiF1EK%2C6BjF0EJ%3BAACD%2CCiF3EK%2C6BjF2EJ%3BAAAD%2CMiF3EK%2C6BjF2EJ%3BAAAD%2CGiF3EK%2C6BjF2EJ%3BAACD%2CQAAQ%2CUAAW%2CEiF5Ed%3BAjF4EL%2CQAAQ%2CUAAW%2COiF5Ed%3BAjF4EL%2CQAAQ%2CUAAW%2CIiF5Ed%3BEpF6PL%2CYAAA%3BEG%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAmFlHJ%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%2CeAAA%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%2CeAAA%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%3BA%5C%2FBtBZ%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%3BEb%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAahHA%2CsBbkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAarHJ%2CsBbkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAaxHR%2CsBb4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA7D7HJ%2CsB6DwHE%2CQAAK%2CQ7DxHN%3BAACD%2CsB6DuHE%2CQAAK%2CQ7DvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB6DkHE%2CQAAK%2CQ7DlHN%3BEACG%2CWAAA%3B%3BA6DwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAapIR%2CsBbyLM%2CQAAK%3BE7D%2BDX%2CiBAAA%3B%3BA0ExPA%2CsBb6LE%2CQAAK%2CMACD%3BE7D0DN%2CmBAAA%3BEAAA%2CgCAAA%3BEAAA%2C8BAAA%3BEAAA%2C%2BBAAA%3BEAAA%2C6BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BACjJA%2CsB4DsFE%2CQAAK%2CMACD%2CU5DvFL%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CsB4DiFE%2CQAAK%2CMACD%2CU5DlFL%3BED4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BACvIA%2CsB4D4EE%2CQAAK%2CMACD%2CU5D7EL%3BEDuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA6D9BI%2CsBA7BF%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBA9BF%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BE7D6B9B%2CmBAAA%3B%3BA6DzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE7DsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA0ExPA%2CsBb0OE%2CQAAK%3BE7DcP%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CiBAAA%3BEAAA%2C4BAAA%3B%3B%3B%3B%3B%3BA0GrSJ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3BACHY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACLpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACeA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CmBAAA%3B%3BAClBR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CiBAAA%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%2CeAAA%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%3BAxG%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEV2QV%2CiBAAA%3BEUzQY%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%3BAyGhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACII%2CkCADJ%2CmCACK%3BEvHmRT%2CeAAA%3BEuHjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CmBAAA%3B%3BAC5BR%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BEAEP%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACrBJ%2CuBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CaAAA%3B%3BAAGJ%3BEAQQ%2CyBAAA%3BEACA%2CYAAA%3B%3BAATR%2CgBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3B%3BAAUR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%3B%3BEAY7D%2CcAAA%3B%3BAAZR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%2CqBAEjE%2CSAAW%2CIAAC%2CIAAI%3BEACZ%2CaAAA%3B%3BAAHR%2CkBAAmB%2C8BAA8B%2CiBAAgB%2CIAAI%2CqBAOjE%2CSAAQ%2CIAAI%3BEACR%2CaAAA%3B%3BAChDR%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAA6B%2C6CAA7B%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CaAAc%2CQAAQ%3BEAClB%2CaAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CMAAM%2CaAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3B%3BAAKJ%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAAe%2CeAAc%3BEACzB%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkBAAmB%3BAACnB%2CgBAAiB%3BEACb%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BAAAmB%2CiBAAkB%2CkBAAkB%3BEACnD%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3B%3BAAGJ%2CcAAe%2CEAAC%3BEACZ%2CWAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CaAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CaAAA%3B%3BAAGJ%2CMAAM%3BAACN%2CMAAM%3BEACF%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2CIAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAU%3BAACV%2CUAAU%3BEACN%2CUAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CWAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CiBAAA%3B%3BAAGJ%2CUAAU%3BAACV%2CUAAU%3BEACN%2CUAAA%3B%3BAAGJ%2CUAAU%3BAACV%2CUAAU%3BEACN%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2COAAA%3B%3BAAGJ%2CeAAe%3BEACX%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CQAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2C%2BBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CgBAAA%3B%3B%3BAAKJ%2CGAAG%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAkBJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CSAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2CkBAAkB%3BEAC3B%2CeAAA%3B%3BAA0DJ%2CmBAvDqC%2CuBAA4B%2CqCAAiC%3B%3B%3B%3BEAI9F%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAAgB%2CIAAG%3BIACf%2CUAAA%3B%3BEAGJ%2CeAAgB%2CYAAW%3BIACvB%2CMAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CeAAgB%2CYAAY%3BIACxB%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CeAAgB%2CgBAAe%3BIAC3B%2CUAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CUAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CMAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3B%3BAAiCR%2CgBA7BkC%3BEAC9B%3BIACI%2CmBAAmB%2CWAAnB%3BIACA%2CWAAW%2CWAAX%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2C8BAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3BAAWR%2CYAAa%3BEACT%2CUAAA%3BEAEA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEAEA%2CmBAAmB%2CUAAnB%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CeAAe%2CUAAf%3BEACA%2CcAAc%2CUAAd%3BEACA%2CWAAW%2CUAAX%3B%3B%3BAAKJ%2CYAAY%2CUAAW%3BEACnB%2CUAAA%3BEAEA%2CmBAAmB%2CQAAnB%3BEACA%2CgBAAgB%2CQAAhB%3BEACA%2CeAAe%2CQAAf%3BEACA%2CcAAc%2CQAAd%3BEACA%2CWAAW%2CQAAX%3B%3B%3BAAKJ%2CYAAY%2CaAAc%3BEACtB%2CmBAAmB%2CUAAnB%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CeAAe%2CUAAf%3BEACA%2CcAAc%2CUAAd%3BEACA%2CWAAW%2CUAAX%3BEAEA%2CUAAA%3B%3B%3BAAKJ%2CYAAY%3BEACR%2CUAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3B%3BAAKJ%2CYAAY%2CUAAU%3BEAClB%2CYAAA%3B%3B%3BAAKJ%2CYAAY%2CaAAa%3BEACrB%2CUAAA%3B%3B%3B%3B%3B%3BAASJ%2CiBAAkB%3BEACd%2CUAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEAEA%2CmBAAmB%2CkBAAkB%2CmBAAmB%2CcAAxD%3BEACA%2CgBAAgB%2CkBAAkB%2CmBAAmB%2CcAArD%3BEACA%2CeAAe%2CkBAAkB%2CmBAAmB%2CcAApD%3BEACA%2CcAAc%2CkBAAkB%2CmBAAmB%2CcAAnD%3BEACA%2CWAAW%2CkBAAkB%2CmBAAmB%2CcAAhD%3B%3B%3BAAMJ%2CiBAAiB%2CUAAW%3BEACxB%2CUAAA%3BEACA%2CmBAAmB%2CcAAc%2CmBAAmB%2CUAApD%3BEACA%2CgBAAgB%2CcAAc%2CmBAAmB%2CUAAjD%3BEACA%2CeAAe%2CcAAc%2CmBAAmB%2CUAAhD%3BEACA%2CcAAc%2CcAAc%2CmBAAmB%2CUAA%5C%2FC%3BEACA%2CWAAW%2CcAAc%2CmBAAmB%2CUAA5C%3B%3B%3BAAKJ%2CiBAAiB%2CaAAc%3BEAC3B%2CUAAA%3BEAEA%2CmBAAmB%2CkBAAkB%2CmBAAmB%2CcAAxD%3BEACA%2CgBAAgB%2CkBAAkB%2CmBAAmB%2CcAArD%3BEACA%2CeAAe%2CkBAAkB%2CmBAAmB%2CcAApD%3BEACA%2CcAAc%2CkBAAkB%2CmBAAmB%2CcAAnD%3BEACA%2CWAAW%2CkBAAkB%2CmBAAmB%2CcAAhD%3B%3B%3BAAKJ%2CiBAAiB%3BEACb%2CUAAA%3BEAEA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3B%3BAAKJ%2CiBAAiB%2CUAAU%3BEACvB%2CYAAA%3B%3B%3BAAKJ%2CiBAAiB%2CaAAa%3BEAC1B%2CUAAA%3B%3BAAGJ%2CYAAY%2CUAAW%3BEACnB%2CUAAA%3BEACA%2CWAAW%2CQAAX%3B%3BAAGJ%3B%3B%3B%3B%3BAAGA%2CcAAe%3BEACX%2CUAAA%3BEACA%2CwCAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CSAAS%2CcAApB%3B%3BAAGJ%2CcAAc%3BEACV%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAc%2CUAAW%3BEACrB%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CYAApB%3B%3BAAGJ%2CcAAc%2CUAAU%3BEACpB%2CYAAA%3B%3BAAGJ%2CcAAc%2CaAAc%3BEACxB%2CWAAW%2CSAAS%2CcAApB%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAc%2CaAAa%3BEACvB%2CUAAA%3B%3BAAGJ%3B%3B%3B%3B%3BAAGA%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CoBAAoB%2CUAAW%3BEAC3B%2CUAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2CoBAAoB%2CUAAU%3BEAC1B%2CYAAA%3B%3BAAGJ%2CoBAAoB%2CaAAc%3BEAC9B%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAoB%2CaAAa%3BEAC7B%2CUAAA%3B%3BAAGJ%3B%3B%3B%3B%3BAAGA%2CkBAAmB%3BEACf%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAGJ%2CkBAAkB%3BEACd%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkBAAkB%2CUAAW%3BEACzB%2CUAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2CkBAAkB%2CUAAU%3BEACxB%2CYAAA%3B%3BAAGJ%2CkBAAkB%2CaAAc%3BEAC5B%2CWAAW%2CiBAAX%3BEACA%2CUAAA%3B%3BAAGJ%2CkBAAkB%2CaAAa%3BEAC3B%2CUAAA%3B%3BAAGJ%3B%3B%3B%3B%3BAAGA%2CcAAe%3BEACX%2CmBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAGJ%2CcAAc%3BEACV%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAc%2CUAAW%3BEACrB%2CUAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2CcAAc%2CUAAU%3BEACpB%2CYAAA%3B%3BAAGJ%2CcAAc%2CaAAc%3BEACxB%2CWAAW%2CcAAX%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAc%2CaAAa%3BEACvB%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CWAAW%2CUAAX%3B%3BAAGJ%2CaAAa%3BEACT%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CaAAa%2CUAAW%3BEACpB%2CUAAA%3BEACA%2CWAAW%2CQAAX%3B%3BAAGJ%2CaAAa%2CUAAU%3BEACnB%2CYAAA%3B%3BAAGJ%2CaAAa%2CaAAc%3BEACvB%2CWAAW%2CUAAX%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%2CaAAa%3BEACtB%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CwDAAA%3BEACA%2CgDAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CeAAtC%3B%3BEAEJ%3BIACI%2CmBAAmB%2CmBAAmB%2CgBAAgB%2CeAAtD%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CmBAAmB%2CcAAc%2CaAA5C%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CmBAAmB%2CaAAjD%3B%3BEAEJ%3BIACI%2CWAAW%2CmBAAmB%2CiBAAiB%2CkBAA%5C%2FC%3B%3B%3BAAIR%2CGAAG%3BEACC%2CwBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAATJ%2CSAAS%2CgBAWL%3BEACI%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CSAhBK%2CgBAgBJ%3BEACG%2CQAAA%3B%3BAAGJ%2CSApBK%2CgBAoBJ%3BEACG%2CaAAA%3B%3BAAGJ%2CSAxBK%2CgBAwBJ%3BEACG%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CWACI%2CUAAS%3BEACL%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CWAHJ%2CUAAS%2CgBAGJ%3BEACG%2COAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAPJ%2CUAAS%2CgBAOJ%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAVZ%2CWAaI%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3B%3BAAaR%2CCAAC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CCAAC%2CIAMK%2CIAAC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAEA%2CCAfP%2CIAMK%2CIAAC%2CYASE%3BEACG%2CoBAAA%3B%3BAAGJ%2CCAnBP%2CIAMK%2CIAAC%2CYAaE%3BEACG%2CaAAA%3B%3BAApBZ%2CCAAC%2CIAwBK%2CIAAC%3BEACC%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCR%2CCAAC%2CIAwBK%2CIAAC%2CSAcG%2CIAAC%3BEACC%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CCAAC%2CIAAY%2CMAAS%2CIAAC%3BAACvB%2CCAAC%2CSAAY%3BAACb%2CCAAC%2CSAAY%3BEACT%2CUAAA%3B%3BAAGJ%2CcAAiB%2CIAAC%2CYAAe%3BEAC7B%2CcAAA%3B%3BACj8BJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAANJ%2CoBAQI%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CoBAwBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAmB%2CwBAAnB%3BEACA%2CWAAW%2CwBAAX%3B%3BAAGJ%2CaAAa%3BEACT%2CmBAAmB%2CwBAAnB%3BEACA%2CWAAW%2CwBAAX%3BEACA%2CkBAAA%3B%3BAAEA%2CaALS%2CaAKR%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CoCAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CgBAGI%2CQAAO%2CUAAU%2COAAO%2CMAAM%3BEAC1B%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAdR%2CgBAgBI%2CQAAO%2CeAAe%2CUAAU%2COAAO%2CMAAM%3BEACzC%2CSAAA%3B%3BAAIR%2CcAAe%2CQAAO%2CeAAkB%3BEACpC%2CmCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CcAAc%2CMAAM%3BEAChB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQACI%2CaAAa%2CGAAE%2COAAU%3BEACrB%2CWAAA%3B%3BAAEA%2CQAHJ%2CaAAa%2CGAAE%2COAAU%2CIAGpB%3BEACG%2CWAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CYAOM%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CYAaI%2CUACI%2CGAAE%3BEACE%2CeAAA%3B%3BAAfZ%2CYAmBI%2CGAAE%2COACE%3BEAKI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAPA%2CYAFR%2CGAAE%2COACE%2CGACK%3BEACG%2CgBAAA%3B%3BAAtBhB%2CYAgCI%2CGAAE%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlCR%2CYAqCI%2CGAAE%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA1CR%2CYAqCI%2CGAAE%2COAOE%3BEACI%2CkBAAA%3B%3BAA7CZ%2CYAqCI%2CGAAE%2COAWE%2CGACI%3BEAsBI%2CYAAA%3B%3BAAvEhB%2CYAqCI%2CGAAE%2COAWE%2CGACI%2CGACI%3BEAMI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAbA%2CYAdhB%2CGAAE%2COAWE%2CGACI%2CGACI%2CEACK%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3B%3BAArDxB%2CYAqCI%2CGAAE%2COAWE%2CGACI%2CGACI%2CEAgBI%2CKAAI%3BEACA%2CeAAA%3B%3BAAMR%2CYApCZ%2CGAAE%2COAWE%2CGACI%2CGAwBK%3BEACG%2CgBAAA%3B%3BAA1EpB%2CYAqCI%2CGAAE%2COAWE%2CGACI%2CGA4BI%3BEACI%2CiBAAA%3B%3BAA9EpB%2CYAqCI%2CGAAE%2COAWE%2CGACI%2CGAgCI%2CGACI%2CGACI%3BEACI%2CgCAAA%3B%3BAApF5B%2CYAqCI%2CGAAE%2COAWE%2CGA0CI%2CGAAE%2COACE%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FFpB%2CYAqCI%2CGAAE%2COAWE%2CGA0CI%2CGAAE%2COAQI%3BEACE%2CgBAAA%3B%3BAAKZ%2CYAnEJ%2CGAAE%2COAmEG%2CMACK%3BEACE%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAIR%2CYA3EJ%2CGAAE%2COA2EG%2CeAAe%2CMACV%3BEACE%2CgBAAA%3B%3BAAlHhB%2CYAqCI%2CGAAE%2COAiFE%2CgBACI%2CGACI%2CGACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAlIxB%2CYAqCI%2CGAAE%2COAmGE%2CiBACI%2CgBACI%2CGAAE%2COACE%2CGACI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA9I5B%2CYAqCI%2CGAAE%2COAmGE%2CiBAYI%2CGACI%2CGAAE%2COACI%3BEACE%2C6BAAA%3B%3BAAvJxB%2CYA8JI%2CGAAE%2COAAO%3BEACL%2CgBAAA%3B%3BAA%5C%2FJR%2CYAkKI%2CGAAK%3BEACD%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1KR%2CYA6KI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FKR%2CYAkLI%2CGAAE%2COACE%2CEAAC%3BEACG%2CaAAA%3B%3BAApLZ%2CYAwLI%2CGACI%2CGAAE%3BEACE%2COAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA9LZ%2CYAwLI%2CGASI%2CIAAG%3BEACC%2COAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAtMZ%2CYAwLI%2CGAiBI%2CUACI%2CGAAE%2CWACI%2CMAAG%3BEACD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9MpB%2CYAwLI%2CGAiBI%2CUASI%2CGACI%2CUACI%2CGAAE%2CWACI%2CMAAG%3BEACD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAxN5B%2CYAwLI%2CGAiBI%2CUASI%2CGACI%2CUASI%2CGACI%2CUACI%2CGAAE%2CWACI%2CMAAG%3BEACD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAlOpC%2CYAwLI%2CGAiBI%2CUASI%2CGACI%2CUASI%2CGACI%2CUASI%2CGACI%2CUACI%2CGAAE%2CWACI%2CMAAG%3BEACD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA5O5C%2CYAwLI%2CGAiBI%2CUASI%2CGAmCI%2CIAAG%3BEACC%2CSAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CYAlEZ%2CGAiBI%2CUASI%2CGAwCK%2CMACK%2CMAAG%3BEACD%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA9PxB%2CYAwLI%2CGAiBI%2CUA0DI%2CgBACI%2CGACM%2CMAAG%3BEACD%2CkBAAA%3B%3BAAtQxB%2CYAwLI%2CGAoFI%2CGACI%3BEACI%2CmBAAA%3B%3BAA9QhB%2CYAwLI%2CGA0FI%2CgBACI%2CQACM%3BEACE%2CkBAAA%3B%3BAAEA%2CYA%5C%2FFhB%2CGA0FI%2CgBACI%2CQACM%2CIAGG%3BEACG%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAArSxB%2CYAwLI%2CGAmHI%2CiBACI%2CQACM%3BEACE%2CkBAAA%3B%3BAAEA%2CYAxHhB%2CGAmHI%2CiBACI%2CQACM%2CIAGG%3BEACG%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAA9TxB%2CYAqUI%2CGAAE%2CYAAY%2CUACR%2CMAAG%3BEACD%2CSAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAA3UZ%2CYA%2BUI%2CGAAE%2CWACI%2CMAAG%3BEACD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnVZ%2CYAuVI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CeAAA%3B%3BAAzVR%2CYA4VI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CiBAAA%3B%3BAAEA%2CYAZJ%2CIAAG%2CQAYE%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CwEAAA%3B%3BAAjXZ%2CYA4VI%2CIAAG%2CQAwBC%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAhCJ%2CIAAG%2CQAgCE%3BEACG%2CiBAAA%3B%3BAA7XZ%2CYAiYI%2CGAAE%3BEAgBE%2CkBAAA%3B%3BAAjZR%2CYAiYI%2CGAAE%2CeACE%2CUAAS%3BEACL%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGI%2CYANZ%2CGAAE%2CeACE%2CUAAS%2CQAIL%2CGAAE%2COACG%2CMACK%3BEACE%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAA3YxB%2CYAoZI%2CiBACI%2CGACI%2CGACI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzZpB%2CYAoZI%2CiBAUI%2CGAAE%2COACE%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlahB%2CYAoZI%2CiBAUI%2CGAAE%2COACE%2CGAKI%3BEACI%2CgCAAA%3B%3BAArapB%2CYAoZI%2CiBAUI%2CGAAE%2COAWE%2CGAAE%2CWACI%3BEACE%2CmBAAA%3B%3BAA3apB%2CYAoZI%2CiBAUI%2CGAAE%2COAiBE%2CGAAE%3BEACE%2CmBAAA%3B%3BAAhbhB%2CYAqbI%2CGACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAxbZ%2CYAqbI%2CGACI%2CGAII%2CGAAE%2COACE%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FbpB%2CYAqbI%2CGACI%2CGAaI%2CGAAE%2COACE%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAxcpB%2CYAqbI%2CGAwBI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CgBAAiB%2CWAAW%2CEAAC%2CUAAa%3BEACtC%2CeAAA%3B%3BAAGJ%2CUACI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALR%2CUAQI%2CEAAC%2CUAAa%3BEACV%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAXR%2CUAcI%2CEAAC%2CUAAa%3BEACV%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CSACI%3BEACI%2CeAAA%3B%3BAAIR%2CUACI%3BEACI%2CkBAAA%3B%3BAAIR%2CEAAE%2COACI%2CIACI%2COACI%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAEA%2CcAAe%2CGAR7B%2COACI%2CIACI%2COACI%3BEAMM%2CUAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CEAfd%2COACI%2CIACI%2COAYI%2CcACG%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CiBAAA%3B%3BAAQhB%2CEADF%2COAAQ%2CWACL%3BEACG%2CmBAAA%3B%3BAAEA%2CEAJN%2COAAQ%2CWACL%2CmBAGI%3BEACG%2C6BAAA%3B%3BAAIR%2CEATF%2COAAQ%2CWASL%3BEACG%2CmBAAA%3B%3BAAEA%2CEAZN%2COAAQ%2CWASL%2CcAGI%3BEACG%2C6BAAA%3B%3BAAIR%2CEAjBF%2COAAQ%2CWAiBL%3BEACG%2CmBAAA%3B%3BAAEA%2CEApBN%2COAAQ%2CWAiBL%2CcAGI%3BEACG%2C6BAAA%3B%3BAAKZ%2CEAAE%2COACI%2CIACI%2COACI%3BEACE%2CqBAAA%3BEACA%2CaAAA%3B%3BAAMhB%3BEACI%2CgBAAA%3BEACA%2CuEAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUACI%2CGAAE%2COACI%2CIACI%2COACI%3BEACE%2CYAAA%3BEACA%2CMAAA%3B%3BAAOpB%2CGAAG%3BEACC%2COAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBACI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CmBACI%2CiBAII%3BEACI%2CWAAA%3B%3BAAGJ%2CmBARJ%2CiBAQK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C8BAAA%3B%3BAAhBZ%2CmBAoBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAvBR%2CmBAoBI%2CYAKI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAhCZ%2CmBAoBI%2CYAeI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CcACI%3BEACI%2CWAAA%3B%3BAAIR%2CcACI%3BEACI%2CUAAA%3B%3BAAIR%2CcACI%3BEACI%2CmBAAA%3B%3BAAIR%2CcACI%3BEACI%2CUAAA%3B%3BAAFR%2CcAKI%2CMAAK%3BEACD%2CUAAA%3B%3BAAIR%2CcACI%3BEACI%2CUAAA%3B%3BAAFR%2CcAKI%2CMAAK%3BEACD%2CUAAA%3B%3BAAIR%2CcACI%3BEACI%2CmBAAA%3B%3BAAFR%2CcAKI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAIR%2CcACI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQACI%3BEACI%2CaAAA%3B%3BAAIR%2CUACI%3BEACI%2CaAAA%3B%3BAAFR%2CUAKI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CUALJ%2CEAKK%3BEACG%2CoBAAA%3B%3BAAXZ%2CUAeI%2CEAAI%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CUAeI%2CEAAI%2COAME%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CWACI%2CaACI%2CGACI%2CUACI%2CGACI%2CIAAG%3BEACC%2CUAAA%3BEACA%2CUAAA%3B%3BAAQA%2CWAdpB%2CaACI%2CGAUI%2CgBACI%2CQACM%2CIACG%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAASJ%2CWA1BpB%2CaACI%2CGAsBI%2CiBACI%2CQACM%2CIACG%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA9B5B%2CWAsCI%2CGAAE%2COACI%2CIACI%2COACI%3BEACE%2CUAAA%3BEACA%2CUAAA%3B%3BAAIA%2CWAThB%2CGAAE%2COACI%2CIACI%2COAMI%2CcACG%3BEACG%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CiBAAA%3B%3BAAlDxB%2CWAyDI%2CeAAe%2CGAAE%2COAAU%2CIAAI%2COAAO%3BEAClC%2CWAAA%3B%3BAA1DR%2CWA6DI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDR%2CWAkEI%2CGAAE%2CeAAgB%2CGAAG%2CKAAI%3BAAlE7B%2CWAkEyC%2CGAAE%2CeAAgB%2CGAAG%2CKAAI%3BEAC1D%2COAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtER%2CWAyEI%2CSAAS%2CGAAE%2CaAAc%2CGAAG%3BEACxB%2CuBAAA%3BEACA%2CiBAAA%3B%3BAA3ER%2CWA8EI%2CSAAS%2CGAAE%2CaAAc%2CGAAG%2CKAAI%3BEAC5B%2CgBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAjFR%2CWAoFI%2CqBAAqB%2CGAAE%2CaAAc%3BEACjC%2CiBAAA%3B%3BAArFR%2CWAwFI%2CqBAAqB%2CGAAE%2CaAAc%2CGAAG%3BEACpC%2C4BAAA%3B%3BAAzFR%2CWA4FI%2CGAAE%2CaAAc%2CGAAE%2COAAU%2CKAAK%3BEAC7B%2CmBAAA%3B%3BAA7FR%2CWAgGI%2CGAAE%2CaAAc%2CGAAE%2COAAU%2CKAAK%3BEAC7B%2CmBAAA%3B%3BAAjGR%2CWAoGI%2CGAAE%2CaAAc%2CGAAE%2COAAU%2CKAAK%3BEAC7B%2CmBAAA%3B%3BAArGR%2CWAwGI%2CGAAE%2CaAAc%2CGAAE%2COAAU%2CKAAK%3BEAC7B%2CmBAAA%3B%3BAAzGR%2CWA4GI%2CGAAE%2CaAAc%2CGAAE%2COAAU%2CKAAK%3BEAC7B%2CmBAAA%3B%3BAA7GR%2CWAgHI%2CGAAE%2CaAAc%2CGAAE%2COAAU%2CKAAK%3BEAC7B%2CmBAAA%3B%3BAAjHR%2CWAoHI%2CGAAE%2CaAAc%2CGAAE%2COAAU%2CKAAK%3BEAC7B%2CoBAAA%3B%3BAArHR%2CWAwHI%2CSAAS%2CGAAE%2CaAAc%2CGAAE%2COAAQ%2CGAAG%2CEAAC%3BEACnC%2CWAAA%3B%3BAAzHR%2CWA4HI%2CSAAS%2CGAAE%2CaAAc%2CGAAE%2COAAQ%2CGAAG%2CEAAC%3BEACnC%2CWAAA%3B%3BAA7HR%2CWAgII%2CSAAS%2CGAAE%2CaAAc%2CGAAE%2COAAQ%2CGAAG%2CEAAC%3BEACnC%2CWAAA%3B%3BAAjIR%2CWAoII%2CSAAS%2CGAAE%2CaAAc%2CGAAE%2COAAQ%2CGAAG%2CEAAC%3BEACnC%2CWAAA%3B%3BAArIR%2CWAwII%2CSAAS%2CGAAE%2CaAAc%2CGAAE%2COAAQ%2CGAAG%2CEAAC%3BEACnC%2CWAAA%3B%3BAAzIR%2CWA4II%2CSAAS%2CGAAE%2CaAAc%2CGAAE%2COAAQ%2CGAAG%2CEAAC%3BEACnC%2CWAAA%3B%3BAA7IR%2CWAgJI%2CSAAS%2CGAAE%2CaAAc%2CGAAE%2COAAQ%2CGAAG%2CEAAC%3BEACnC%2CWAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CQAGI%2CaAAa%2CGAAE%3BEACX%2CWAAA%3B%3BAAJR%2CQAOI%2CWAAU%2CYAAa%2CGAAE%3BEACrB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CQAcI%2CWAAU%2CYAAa%2CGAAE%2COAAU%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CQAqBI%2CaAAa%2CGAAG%2CIAAG%3BEACf%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAxBR%2CQA2BI%2CaAAa%2CGAAE%2COAAO%2CMAAS%3BEAC3B%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CQALJ%2CaAAa%2CGAAE%2COAAO%2CMAAS%2CYAK1B%3BEACG%2CaAAA%3B%3BAAjCZ%2CQAqCI%2CEAAC%2CUAAa%3BEACV%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA1CR%2CQAqCI%2CEAAC%2CUAAa%2CIAOR%3BEACE%2CsBAAA%3B%3BAC%5C%2FqCZ%2CsBAAuB%3BEACnB%2CkBAAA%3B%3BAACA%2CsBAFmB%2COAEf%2CQAAK%3BEACL%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CWAAW%2CUAAX%3BEACA%2CSAAA%3B%3BAACA%2CsBAbe%2COAEf%2CQAAK%2CiBAWD%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CsBApBW%2COAEf%2CQAAK%2CiBAWD%2CQAOC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CsBAjCe%2COAEf%2CQAAK%2CiBA%2BBJ%2CQAAW%2CQAAK%3BEACb%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIZ%2CgBACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CgBAMI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAATR%2CgBAWI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CgBAgBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAlBR%2CgBAoBI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvBR%2CgBAyBI%3BEACI%2CcAAA%3B%3BAA1BR%2CgBA4BI%3BEACI%2CUAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CgBAqCI%2CEAAC%2COAAO%3BEACJ%2CUAAA%3BEACA%2CeAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2COAAQ%2CgBAAgB%2CwBAAwB%3BEAC5C%2CiBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CmBAQI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CmBAQI%2CMAQI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CWAAY%2CoBAAoB%3BEAC5B%2CWAAA%3BEACA%2COAAA%3B%3BAAEJ%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CiBAMI%3BAANJ%2CiBAMqB%3BEACb%2CqBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CiBAUI%2COAAO%3BEACH%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CiBAUI%2COAAO%2CMAMD%3BEACE%2CqBAAA%3B%3BAAjBZ%2CiBAUI%2COAAO%2CMASH%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA3BZ%2CiBAUI%2COAAO%2CMASH%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAClKhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAJJ%2CWAKI%3BEACI%2CkBAAA%3B%3BAAEJ%2CcAAiB%3BEACb%2CmBAAA%3B%3BAAGR%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CMAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuCAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CYAAA%3B%3B%3BAC9CR%2CWACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAACA%2CWAAY%2CYANhB%3BEAOQ%2CWAAA%3BEACA%2CWAAA%3B%3BAAIZ%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CyCAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CWASI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAXR%2CWASI%2CSAGI%2CGACI%3BEACI%2CcAAA%3B%3BAAdhB%2CWAkBI%3BEACI%2CSAAA%3B%3BAAnBR%2CWAkBI%2CSAEI%2CGACI%3BEACI%2CgCAAA%3B%3BAACA%2CWALZ%2CSAEI%2CGACI%2CGAEK%3BEACG%2CmBAAA%3B%3BAAxBpB%2CWAkBI%2CSAEI%2CGACI%2CGAKM%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9BpB%2CWAkBI%2CSAEI%2CGACI%2CGAWI%3BEACI%2CSAAA%3B%3BAAjCpB%2CWAsCI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CWAsCI%2COAII%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%2CYATpB%2COAII%3BEAMQ%2CWAAA%3B%3BAAhDhB%2CWAoDI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAxDR%2CWA0DI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA7DR%2CWA0DI%2CGAII%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAACA%2CWAVR%2CGAII%2CGAMK%3BEACG%2CyBAAA%3B%3BAArEhB%2CWA0DI%2CGAII%2CGASI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAACA%2CWAAY%2CYAnBxB%2CGAII%2CGASI%3BEAOQ%2CYAAA%3B%3BAA9EpB%2CWA0DI%2CGAII%2CGAmBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAACA%2CWAAY%2CYA3BxB%2CGAII%2CGAmBI%3BEAKQ%2CYAAA%3B%3BAAtFpB%2CWA0DI%2CGAII%2CGAmBI%2CiBAOI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAA3FpB%2CWA0DI%2CGAII%2CGAmBI%2CiBAYI%2CgBAAe%3BEACX%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAvCZ%2CGAII%2CGAmBI%2CiBAgBK%2CWACG%3BEACI%2CgBAAA%3B%3BAAnGxB%2CWA0DI%2CGAII%2CGAmBI%2CiBAqBI%2CgBACI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA1GxB%2CWA0DI%2CGAII%2CGAmBI%2CiBAqBI%2CgBAMI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FGxB%2CWA0DI%2CGAII%2CGAmBI%2CiBAqBI%2CgBAMI%2CmBAII%3BEACI%2CkBAAA%3B%3BAAjH5B%2CWA0DI%2CGAII%2CGAmBI%2CiBAqBI%2CgBAMI%2CmBAOI%3BEACI%2CeAAA%3B%3BAApH5B%2CWA0DI%2CGAII%2CGAmBI%2CiBAqBI%2CgBAiBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3HxB%2CWA0DI%2CGAII%2CGAmBI%2CiBAqBI%2CgBAuBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAC5IxB%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeACI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BACXR%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CmBAKI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAVR%2CmBAYI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CkBAAkB%3BEAClC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CmBAAoB%2CkBAAkB%2CGAKlC%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CmBAAoB%3BEAChB%2CeAAA%3B%3BAAGJ%2CmBAAoB%2CiBAAiB%3BEACjC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAoB%2CWAAW%3BEAC3B%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CmBAAoB%2CWAAW%3BEAC3B%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%2C2BAA4B%3BEACxB%2CgBAAA%3B%3BAAoBR%2CQAjB8B%3BEACtB%2CmBAAmB%3BIACf%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CUAAA%3B%3BEAEJ%2CmBAAoB%2CiBAAiB%3BIACjC%2CWAAA%3B%3B%3BACvFR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CeAQI%3BEACI%2CcAAA%3B%3BACTR%3BEACI%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAPJ%2CEAAE%2CWAQE%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CkBAAA%3B%3BAADJ%2CkBAEI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAACA%2CWAAY%2CmBAPhB%3BEAQQ%2CSAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CkBAcI%2CaAAa%3BEACT%2CeAAA%3BEACA%2CYAAA%3B%3BAAhBR%2CkBAkBI%3BEACI%2CcAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CmBACI%2CmBAOI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CmBACI%2CmBAWI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAIZ%2CgBACI%3BEACI%2CmBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CiBAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBAfJ%2CWAeK%3BEACG%2CUAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CgBApBR%2CWAeK%2CUAKI%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CgBA3BJ%2CWA2BK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3B%3B%3B%3B%3BAC7GZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAANJ%2CmBAOI%3BAAPJ%2CmBAOsB%2CMAAK%2CSAAS%3BAAPpC%2CmBAO6C%3BEACrC%2CSAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CwBAAwB%2CoDAAxB%3B%3BAAGJ%2CmBAAoB%2CiBAAiB%2COAAO%3BEACxC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAACA%2CmBAVgB%2CiBAAiB%2COAAO%2CaAUvC%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CmBAAoB%2CiBAAiB%2COAAO%2CaAqBxC%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CWAGI%3BEACI%2CWAAA%3B%3BAACA%2CWAFJ%2CEAEK%3BEACG%2CWAAA%3B%3BAAKZ%2CmBAAoB%3BEAChB%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAoB%2CiBAAmB%2CaAAW%2CQAAO%3BEACrD%2CcAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAJJ%2CgBAKI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAATR%2CgBAWI%2COAAM%2COAAO%3BEACT%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CmBAAoB%2CSAAQ%2CMAAS%2CIAAC%2CYAAY%3BEAC9C%2CQAAA%3B%3BAAGJ%2CmBAAoB%2CSAAQ%2CQAAW%2CIAAC%2CYAAY%3BEAChD%2CQAAA%3B%3B%3BAAIJ%3BEACI%2CWAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CqBAAA%3B%3BAADJ%2CkCAAmC%2CYAE%5C%2FB%3BEACI%2CUAAA%3B%3BAAHR%2CkCAAmC%2CYAE%5C%2FB%2CYAEI%3BAAJR%2CkCAAmC%2CYAE%5C%2FB%2CYAEW%2COAAI%3BEACP%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3B%3BAAMZ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%2COAAO%2CKAAK%3BEACpB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoCAAqC%2CiBAAgB%2CWAAc%2CWAAS%3BEACxE%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoCAAqC%2CiBAAgB%2CWAAc%2CWAAS%2CQAAO%3BEAC%5C%2FE%2CYAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BAAAc%3BAAAc%3BAAAc%3BAAAc%3BAAAe%3BAAAc%3BAAAe%3BAAAc%3BAAAc%3BAAAgB%3BEAC5I%2CWAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CyBAAA%3BEACA%2C2CAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CWAAc%3BEACV%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CkBAAA%3B%3BAAGJ%2CWAAW%2COAAU%3BEACjB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CkBAAA%3B%3BAAGJ%2CWAAW%2COAAU%3BEACjB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CkBAAA%3B%3BAAGJ%2CWAAW%2COAAU%3BEACjB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkBAAA%3B%3BAAGJ%2CgBAAgB%2COAAU%3BEACtB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkBAAA%3B%3BAAGJ%2CgBAAgB%2COAAU%3BEACtB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkBAAA%3B%3BAAGJ%2CgBAAgB%2COAAU%3BEACtB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CQAAQ%3BAAAQ%2CQAAQ%3BEACpB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CQAAQ%3BAAAS%2CQAAQ%3BAAAS%2CKAAQ%2CmBAAgB%3BEACtD%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CQAAQ%2COAAO%3BAAAQ%2CQAAQ%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CQAAQ%3BAAAQ%2CQAAQ%2COAAO%3BAAAQ%2CQAAQ%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CQAAQ%3BAAAQ%2CQAAQ%2COAAO%3BAAAQ%2CQAAQ%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CQAAQ%3BEACtP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CQAAQ%3BAAAS%2CQAAQ%3BAAAS%2CKAAQ%2CmBAAgB%3BEACtD%2CsBAAA%3B%3BAAGJ%2CQAAQ%2CSAAS%3BAAAQ%2CQAAQ%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CSAAQ%3BAAAQ%2CQAAQ%2CSAAS%3BAAAQ%2CQAAQ%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CSAAQ%3BAAAQ%2CQAAQ%2CSAAS%3BAAAQ%2CQAAQ%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CSAAQ%3BEACtP%2CyBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAQ%2CcAAc%3BEAChC%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BEAC5S%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CsBAAA%3B%3BAAGJ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BEAC5S%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BAAAQ%2CYAAY%3BEAC5B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BAAAS%2CYAAY%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC9D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%2COAAO%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CYAAY%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CYAAY%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CYAAY%3BEAC1R%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BAAAS%2CYAAY%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC9D%2CsBAAA%3B%3BAAGJ%2CYAAY%2CSAAS%3BAAAQ%2CYAAY%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CaAAY%3BAAAQ%2CYAAY%2CSAAS%3BAAAQ%2CYAAY%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CaAAY%3BAAAQ%2CYAAY%2CSAAS%3BAAAQ%2CYAAY%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CaAAY%3BEAC1R%2CyBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BAAAQ%2CaAAa%3BEAC9B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BAAAS%2CaAAa%3BAAAS%2CKAAQ%2CmBAAgB%3BEAChE%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%2COAAO%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CaAAa%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CaAAa%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CaAAa%3BEACnS%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BAAAS%2CaAAa%3BAAAS%2CKAAQ%2CmBAAgB%3BEAChE%2CsBAAA%3B%3BAAGJ%2CaAAa%2CSAAS%3BAAAQ%2CaAAa%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CcAAa%3BAAAQ%2CaAAa%2CSAAS%3BAAAQ%2CaAAa%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CcAAa%3BAAAQ%2CaAAa%2CSAAS%3BAAAQ%2CaAAa%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CcAAa%3BEACnS%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BEACjR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CsBAAA%3B%3BAAGJ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BEACjR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAAe%3BAAAQ%2CeAAe%3BEAClC%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAAe%3BAAAS%2CeAAe%3BAAAS%2CKAAQ%2CmBAAgB%3BEACpE%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAAe%2COAAO%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CeAAe%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CeAAe%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CeAAe%3BEACrT%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAAe%3BAAAS%2CeAAe%3BAAAS%2CKAAQ%2CmBAAgB%3BEACpE%2CsBAAA%3B%3BAAGJ%2CeAAe%2CSAAS%3BAAAQ%2CeAAe%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CgBAAe%3BAAAQ%2CeAAe%2CSAAS%3BAAAQ%2CeAAe%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CgBAAe%3BAAAQ%2CeAAe%2CSAAS%3BAAAQ%2CeAAe%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CgBAAe%3BEACrT%2CyBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BEACjR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CsBAAA%3B%3BAAGJ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BEACjR%2CsBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BEACjR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CsBAAA%3B%3BAAGJ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BEACjR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CgBAAgB%2CiCAAhB%3B%3BAAGJ%2CWAAY%2CWAAU%3BEAClB%2CSAAS%2CEAAT%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAQ%2CcAAc%3BEAChC%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BEAC5S%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CsBAAA%3B%3BAAGJ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BEAC5S%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BAAAQ%2CaAAa%3BEAC9B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BAAAS%2CaAAa%3BAAAS%2CKAAQ%2CmBAAgB%3BEAChE%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%2COAAO%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CaAAa%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CaAAa%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CaAAa%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CaAAa%3BEACnS%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAa%3BAAAS%2CaAAa%3BAAAS%2CKAAQ%2CmBAAgB%3BEAChE%2CsBAAA%3B%3BAAGJ%2CaAAa%2CSAAS%3BAAAQ%2CaAAa%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CcAAa%3BAAAQ%2CaAAa%2CSAAS%3BAAAQ%2CaAAa%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CcAAa%3BAAAQ%2CaAAa%2CSAAS%3BAAAQ%2CaAAa%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CcAAa%3BEACnS%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAQ%2CcAAc%3BEAChC%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BEAC5S%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CsBAAA%3B%3BAAGJ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BEAC5S%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkBAAkB%3BAAAQ%2CkBAAkB%3BEACxC%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkBAAkB%3BAAAS%2CkBAAkB%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC1E%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkBAAkB%2COAAO%3BAAAQ%2CkBAAkB%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CkBAAkB%3BAAAQ%2CkBAAkB%2COAAO%3BAAAQ%2CkBAAkB%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CkBAAkB%3BAAAQ%2CkBAAkB%2COAAO%3BAAAQ%2CkBAAkB%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CkBAAkB%3BEAChV%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkBAAkB%3BAAAS%2CkBAAkB%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC1E%2CsBAAA%3B%3BAAGJ%2CkBAAkB%2CSAAS%3BAAAQ%2CkBAAkB%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CmBAAkB%3BAAAQ%2CkBAAkB%2CSAAS%3BAAAQ%2CkBAAkB%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CmBAAkB%3BAAAQ%2CkBAAkB%2CSAAS%3BAAAQ%2CkBAAkB%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CmBAAkB%3BEAChV%2CyBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BEACjR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CsBAAA%3B%3BAAGJ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BEACjR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAQ%2CcAAc%3BEAChC%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CcAAc%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CcAAc%3BEAC5S%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CcAAc%3BAAAS%2CKAAQ%2CmBAAgB%3BEAClE%2CsBAAA%3B%3BAAGJ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BAAAQ%2CcAAc%2CSAAS%3BAAAQ%2CcAAc%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CeAAc%3BEAC5S%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BEACjR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CsBAAA%3B%3BAAGJ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BEACjR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAe%3BAAAQ%2CeAAe%3BEAClC%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAe%3BAAAS%2CeAAe%3BAAAS%2CKAAQ%2CmBAAgB%3BEACpE%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAe%2COAAO%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CeAAe%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CeAAe%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CeAAe%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CeAAe%3BEACrT%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAAe%3BAAAS%2CeAAe%3BAAAS%2CKAAQ%2CmBAAgB%3BEACpE%2CsBAAA%3B%3BAAGJ%2CeAAe%2CSAAS%3BAAAQ%2CeAAe%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CgBAAe%3BAAAQ%2CeAAe%2CSAAS%3BAAAQ%2CeAAe%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CgBAAe%3BAAAQ%2CeAAe%2CSAAS%3BAAAQ%2CeAAe%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CgBAAe%3BEACrT%2CsBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BEACjR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CsBAAA%3B%3BAAGJ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BEACjR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BAAAQ%2CYAAY%3BEAC5B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BAAAS%2CYAAY%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC9D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%2COAAO%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CYAAY%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CYAAY%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CYAAY%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CYAAY%3BEAC1R%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BAAAS%2CYAAY%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC9D%2CsBAAA%3B%3BAAGJ%2CYAAY%2CSAAS%3BAAAQ%2CYAAY%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CaAAY%3BAAAQ%2CYAAY%2CSAAS%3BAAAQ%2CYAAY%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CaAAY%3BAAAQ%2CYAAY%2CSAAS%3BAAAQ%2CYAAY%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CaAAY%3BEAC1R%2CyBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BAAAQ%2CUAAU%3BEACxB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BAAAS%2CUAAU%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC1D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%2COAAO%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CUAAU%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CUAAU%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CUAAU%3BEACxQ%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BAAAS%2CUAAU%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC1D%2CsBAAA%3B%3BAAGJ%2CUAAU%2CSAAS%3BAAAQ%2CUAAU%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CWAAU%3BAAAQ%2CUAAU%2CSAAS%3BAAAQ%2CUAAU%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CWAAU%3BAAAQ%2CUAAU%2CSAAS%3BAAAQ%2CUAAU%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CWAAU%3BEACxQ%2CyBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%3BAAAQ%2COAAO%3BEAClB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%3BAAAS%2COAAO%3BAAAS%2CKAAQ%2CmBAAgB%3BEACpD%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%2COAAO%3BAAAQ%2COAAO%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2COAAO%3BAAAQ%2COAAO%2COAAO%3BAAAQ%2COAAO%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2COAAO%3BAAAQ%2COAAO%2COAAO%3BAAAQ%2COAAO%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2COAAO%3BEAC7O%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%3BAAAS%2COAAO%3BAAAS%2CKAAQ%2CmBAAgB%3BEACpD%2CsBAAA%3B%3BAAGJ%2COAAO%2CSAAS%3BAAAQ%2COAAO%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CQAAO%3BAAAQ%2COAAO%2CSAAS%3BAAAQ%2COAAO%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CQAAO%3BAAAQ%2COAAO%2CSAAS%3BAAAQ%2COAAO%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CQAAO%3BEAC7O%2CyBAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BAAAQ%2CUAAU%3BEACxB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BAAAS%2CUAAU%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC1D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%2COAAO%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CUAAU%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CUAAU%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CUAAU%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CUAAU%3BEACxQ%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAU%3BAAAS%2CUAAU%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC1D%2CsBAAA%3B%3BAAGJ%2CUAAU%2CSAAS%3BAAAQ%2CUAAU%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CWAAU%3BAAAQ%2CUAAU%2CSAAS%3BAAAQ%2CUAAU%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CWAAU%3BAAAQ%2CUAAU%2CSAAS%3BAAAQ%2CUAAU%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CWAAU%3BEACxQ%2CyBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAQ%2CWAAW%3BEAC1B%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CWAAW%2COAAO%3BAAAQ%2CKAAQ%2CmBAAgB%2CWAAW%3BEACjR%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CWAAW%3BAAAS%2CWAAW%3BAAAS%2CKAAQ%2CmBAAgB%3BEAC5D%2CsBAAA%3B%3BAAGJ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BAAAQ%2CWAAW%2CSAAS%3BAAAQ%2CWAAW%2CUAAU%3BAAAQ%2CQAAQ%2CUAAW%2CYAAW%3BEACjR%2CyBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAClqCR%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CwCAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAgB%3BAAAI%2CaAAgB%3BEAChC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CaAAgB%2CKAGZ%3BAAHgB%2CaAAgB%2CMAGhC%3BEACI%2CWAAA%3B%3BAAIR%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3B%3B%3BAAIJ%2CaAAc%2CWAAU%3BEACpB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CWAAW%2C0BAAX%3B%3BAAGJ%2CaAAc%3BAAAc%2CaAAc%3BEACtC%2CgCAAA%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CaAAc%2CUAAU%3BEACpB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAc%2CSAAQ%3BAAAW%2CaAAc%2CUAAS%3BEACpD%2CaAAA%3B%3BAAGJ%2CaAAc%2CSAAS%3BAAAW%2CaAAc%2CSAAS%3BAAAW%2CaAAc%3BEAC9E%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAc%2CSAAS%3BEACnB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CaAAa%2CMAAO%2CSAAS%3BEACzB%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%2CSAAS%2COAAM%3BAAAW%2CaAAc%2CSAAS%2COAAM%3BAAAW%2CaAAc%2COAAM%3BEAChG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAa%2CWAAc%3BAAAI%2CaAAa%2CWAAc%3BEACtD%2CcAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CUAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CUAAA%3B%3BAAGJ%2CaAAa%2CYAAa%3BEACtB%2CkBAAA%3B%3BAAGJ%2CaAAa%2CSAAU%3BEACnB%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CYAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CcAAA%3B%3BAAGJ%2CaAAa%2CQAAS%3BEAClB%2CYAAA%3B%3B%3BAAMJ%2CMAAO%3BEACH%2CcAAA%3B%3B%3B%3B%3BAAQJ%2CaAAc%3BEACV%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CmBAAmB%2CoBAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAGR%3BEACI%2CkBAAA%3B%3BAAEJ%2CWAAY%2CQAAQ%3BEAChB%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C2CAAA%3BEACA%2CmCAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2C8BAAA%3BEACA%2CsBAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CoCAAA%3B%3B%3B%3B%3BAAQJ%2CaAAc%2CUAAU%3BEACpB%2CUAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaAAc%2CUAAU%2CIAAG%3BEACvB%2CoCAAA%3BEACA%2C4BAAA%3B%3B%3B%3B%3BAAQJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2C%2BBAAhB%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CaAAc%2CqBAAoB%3BEAC9B%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3B%3BAAGJ%2CaAAc%2CmBAAmB%3BAAAe%2CaAAc%2CmBAAmB%3BEAC7E%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAAQJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CUAAW%2CSAAS%3BEAChB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CUAAW%2CSAAS%2CgBAAe%3BEAC%5C%2FB%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAW%2CSAAS%3BEAChB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CUAAW%2CSAAS%3BEAChB%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CSAAU%3BEACzB%2CgBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CUAAW%2CUAAU%3BEACjB%2CqBAAA%3B%3BAAGJ%2CUAAW%2CUAAU%2CSAAS%3BEAC1B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAAM%2CUAAW%2CUAAU%2CSAAQ%2CMAAO%3BEAC3E%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAC5bA%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CSAEI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAATR%2CSAEI%2CcAQI%3BEACI%2CmBAAA%3B%3BAAXZ%2CSAEI%2CcAYM%3BEACE%2CmBAAA%3B%3BAAfZ%2CSAEI%2CcAYM%2C2BAEI%3BEACE%2CqBAAA%3BEACA%2CWAAA%3B%3BAAlBhB%2CSAsBI%2CcAAa%3BEACT%2CaAAA%3B%3BAAvBR%2CSAyBI%2CcAAgB%3BAAzBpB%2CSAyBwB%2CcAAgB%3BEAChC%2CWAAA%3B%3BAA1BR%2CSA4BI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CaAQI%3BEACI%2CmBAAA%3B%3BAAGR%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEAIA%2CSAAS%2CEAAT%3B%3BAAEJ%2CaAAa%3BEACT%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAa%2CWAAW%3BAAAS%2CaAAa%2CWAAW%3BEACrD%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CiBAAiB%2CgBAA5B%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CWAII%3BEACI%2CWAAA%3B%3BAALR%2CWAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIR%2CmBACI%3BAADiB%2CQAAQ%2CMACzB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CeAEI%2CWAAW%2CSAAS%3BEAChB%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CeALJ%2CWAAW%2CSAAS%2CgBAKf%3BEACG%2CWAAA%3B%3BAARZ%2CeAWI%2CWAAW%2CSAAS%3BEAChB%2CUAAA%3BEACA%2CYAAA%3B%3BAAbR%2CeAeI%2CcAAc%2CSAAS%3BEACnB%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2CeAmBI%2CcAAc%3BEACV%2CgBAAA%3B%3BAApBR%2CeAsBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CeACI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAJR%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CeAYI%2CWAAW%2CSAAS%3BEAChB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAACA%2CeALJ%2CWAAW%2CSAAS%2CgBAKf%3BEACG%2CWAAA%3B%3BAAIZ%2CsBACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAGR%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CqBAII%3BEACI%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAC%2CeAAgB%2CWAAW%2CSAAS%3BEACjC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAVH%2CeAAgB%2CWAAW%2CSAAS%2CgBAUhC%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CqBAAC%2CeAAgB%2CWAAW%2CSAAS%3BEACjC%2CWAAA%3B%3BAAGR%2CaAAa%2CgBACT%3BEACI%2CkBAAA%3B%3BAAFR%2CaAAa%2CgBACT%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CaAAa%2CgBAiBT%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnBR%2CaAAa%2CgBAqBT%2CeAAe%3BEACX%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAxBR%2CaAAa%2CgBA0BT%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3B%3BAA7BR%2CaAAa%2CgBA0BT%2CYAII%3BEACI%2CqBAAA%3B%3BAA%5C%2FBZ%2CaAAa%2CgBAkCT%3BEACI%2CYAAA%3B%3BAAnCR%2CaAAa%2CgBAqCT%3BEACI%2CmBAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAADJ%2CeAEM%3BEACE%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAC%3BEACG%2CeAAA%3B%3BAADJ%2CeAAC%2CUAEK%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeALP%2CUAEK%2CMAGG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAXP%2CUAEK%2CMASG%2CWAAW%3BEACR%2CaAAA%3B%3BAAZZ%2CeAAC%2CUAeG%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAxBR%2CeAAC%2CUA0BG%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAJR%2CmBAMI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CeAII%3BEACI%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CeAYI%2CcAAc%3BEACV%2CkBAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAADJ%2CgBAEI%3BEACI%2CkBAAA%3B%3BAAHR%2CgBAKI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAARR%2CgBAUI%3BEACI%2CkBAAA%3B%3BAAXR%2CgBAaI%3BEACI%2CeAAA%3B%3BAAwCR%2CQApC0B%3BEACtB%2CmBAAoB%3BIAChB%2CgBAAA%3B%3BEAEJ%2CeAAe%3BIACX%2CeAAA%3B%3BEAEJ%2CeAAe%2CUAAa%3BIACxB%2CeAAA%3B%3BEAEJ%2CeAAe%2CUAAW%3BIACtB%2CeAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAe%2CUAAa%2CMAAG%3BIAC3B%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CaAAa%2CgBAAiB%3BIAC1B%2CeAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CmBAAoB%3BEAAiB%2CmBAAoB%3BIACrD%2CYAAA%3B%3BEAEJ%2CeAAgB%3BEAAgB%2CmBAAoB%2CWAAW%3BIAC3D%2CeAAA%3B%3B%3BAAcZ%2CQAV8B%3BEACtB%2CeAAgB%2CWAAW%2CSAAS%3BIAChC%2CWAAA%3B%3BEAEJ%2CeAAgB%2CWAAW%2CSAAS%3BIAChC%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3BApH1WJ%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BElBgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAkBlXA%2CyBAII%3BElBwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3B%3BAkBrPQ%2CyBAHJ%2CQAGK%3BElBqPT%2CgBAAA%3B%3BAkB5PA%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%3BElByMJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAkBnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CuCAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BElBiLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BAkBvLA%2CuCAeI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAARR%2CqBACI%2CcAQI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAZZ%2CqBAgBI%2CoBACI%3BAAjBR%2CqBAgBI%2CoBACY%3BEACJ%2CWAAA%3B%3BAAlBZ%2CqBAgBI%2CoBAII%3BEACI%2CiBAAA%3B%3BAArBZ%2CqBAgBI%2CoBAOI%3BEACI%2CUAAA%3B%3BAAxBZ%2CqBA4BI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BR%2CqBAiCI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAApCR%2CqBAuCI%3BEACI%2CUAAA%3B%3BAAIR%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BElBwGZ%2CeAAA%3B%3BAkBjHA%2C2BAOI%2CMACI%2CUAQM%3BElBiGd%2C0BAAA%3B%3BAkBjHA%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%3BElBmEA%2CgBAAA%3B%3BAkB%5C%2FDA%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CsBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CsBAUI%3BEACI%2CeAAA%3B%3BAAXR%2CsBAcI%3BEACI%2CeAAA%3B%3B%3B%3B%3B%3BAqHpPR%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BApHNR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CmBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CgBAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CqBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BEnBoGZ%2CcAAA%3B%3BAmBhSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEnBqFvB%2CiBAAA%3B%3BAmBtFI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzNZ%2CcA6NI%2CWACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FNZ%2CcA6NI%2CWAKM%3BEACE%2CSAAA%3B%3BAAnOZ%2CcAuOI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BEnBqC3B%2CiBAAA%3BEmBnCQ%2CmBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAWhRR%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BE9B4QR%2CqBAAA%3BEuB9QA%2CqBAAA%3BEOSY%2CcAAA%3B%3BAPHZ%2CMOtBM%2CWAeF%2COAGI%2CSPIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9KW%2COxB8KX%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAO5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAiCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2CMAAM%2CWAsCF%3BEACI%2CaAAA%3B%3BAAvCR%2CMAAM%2CWA8CF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAjDR%2CMAAM%2CWAoDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BA0GtDJ%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BArICR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2COAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAARR%2COAUI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CaAAc%2CQACR%3BEACE%2CkBAAA%3B%3BAO3BZ%2CcAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CcAgBI%2CqBAEM%3BEX4QV%2CiBAAA%3BEW1QY%2CgBAAA%3B%3BAApBZ%2CcAgBI%2CqBAMI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAUA%2CcANR%2C2BACI%2CKAKK%3BEACG%2CiBAAA%3B%3BAAEJ%2CcATR%2C2BACI%2CKAQK%3BEACG%2CkBAAA%3B%3BAAtChB%2CcAkDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAtDhB%2CcAkDI%2CcAOI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA%2BHtEJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BEvIkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEHgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEG5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBuI9OI%2CQAAO%2COvI8OV%3BAACD%2CgBuI%5C%2FOI%2CQAAO%2COvI%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBuIpPI%2CQAAO%2COvIoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBuIzPI%2CQAAO%2COvIyPV%3BAACD%2CgBuI1PI%2CQAAO%2COvI0PV%3BAACD%2CQAAQ%2CUAAW%2CiBuI3Pf%2CQAAO%3BEvI4PP%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BACjJA%2CgByI1II%2CQAAO%2COzI0IV%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CgByI%5C%2FII%2CQAAO%2COzI%2BIV%3BED4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2CgByIpJI%2CQAAO%2COzIoJV%3BEDuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAGxFA%2CgBuInMI%2CQAAO%2COvImMV%3BAACD%2CgBuIpMI%2CQAAO%2COvIoMV%3BAACD%2CgBuIrMI%2CQAAO%2COvIqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBuI1MI%2CQAAO%2COvI0MV%3BAACD%2CgBuI3MI%2CQAAO%2COvI2MV%3BAACD%2CQAAQ%2CUAAW%2CiBuI5Mf%2CQAAO%3BE1I2RX%2CcAAA%3BEAAA%2CYAAA%3BEG5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAuI3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEvIuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEHgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEG5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEuInLQ%2CkBAAA%3B%3BAvIgOR%2CsBuInOI%2CQAAO%2CUvImOV%3BAACD%2CsBuIpOI%2CQAAO%2CUvIoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuIzOI%2CQAAO%2CUvIyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuI9OI%2CQAAO%2CUvI8OV%3BAACD%2CsBuI%5C%2FOI%2CQAAO%2CUvI%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBuIhPf%2CQAAO%3BEvIiPP%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BACjJA%2CsByI%5C%2FHI%2CQAAO%2CUzI%2BHV%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CsByIpII%2CQAAO%2CUzIoIV%3BED4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2CsByIzII%2CQAAO%2CUzIyIV%3BEDuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAGxFA%2CsBuIxLI%2CQAAO%2CUvIwLV%3BAACD%2CsBuIzLI%2CQAAO%2CUvIyLV%3BAACD%2CsBuI1LI%2CQAAO%2CUvI0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBuI%5C%2FLI%2CQAAO%2CUvI%2BLV%3BAACD%2CsBuIhMI%2CQAAO%2CUvIgMV%3BAACD%2CQAAQ%2CUAAW%2CuBuIjMf%2CQAAO%3BE1IgRX%2CcAAA%3BEAAA%2CYAAA%3BEG5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAwItNJ%2CSACI%3BEACI%2CkBAAA%3BE3I8RR%2CiBAAA%3B%3BA2I3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAhHbR%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%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAA5BpB%2COACI%2CgBA%2BBI%2CeAKI%3BEACI%2CWAAA%3BE3B0PhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO2B3CI%2CgBA%2BBI%2CeAKI%2CiB3BOX%3BAACD%2CO2B5CI%2CgBA%2BBI%2CeAKI%2CiB3BQX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO2BjDI%2CgBA%2BBI%2CeAKI%2CiB3BaX%3BEACG%2CWAAA%3B%3BA2BnDJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHgEZ%3BEACI%2CWAAA%3B%3BAjHtGJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHrBZ%3BAjHhBA%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHpBZ%3BEACI%2CqBAAA%3B%3BAjHlBJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHrBZ%2CSAQI%2CEAAC%3BAjHxBL%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHpBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAjHzBR%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHPZ%2CSACI%3BE5IiQJ%2CmBAAA%3B%3BA2BhSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHGZ%2CWAKI%2CEAAC%3BE5ImPL%2CeAAA%3B%3BA2BhSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHmBZ%3BAjHxDA%2COACI%2CgBA%2BBI%2CeAKI%2CiBiHoBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAjH3DJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBAOM%3BEACE%2CgBAAA%3B%3BAAKR%2COAjDR%2CgBAgDI%2CQACK%3BE3B8Ob%2CqBAAA%3BEuB9QA%2CqBAAA%3BEIsCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAjDR%2CgBAgDI%2CQACK%2CIJkOX%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2COIvBI%2CgBAgDI%2CQACK%2CIJ1BZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjFO%2COxBiFP%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COIpCA%2CgBAgDI%2CQACK%2CIJdZ%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2COI1CA%2CgBAgDI%2CQACK%2CIJRZ%2COACI%3BEvBqPL%2CcAAA%3B%3BA2BhSA%2COACI%2CgBA4DI%3BEACI%2CaAAA%3B%3BAA9DZ%2COACI%2CgBA%2BDI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAGI%3BE3BqNJ%2CeAAA%3B%3BA2BxNA%2CkBAGI%2CaAEI%3BEACI%2CgBAAA%3B%3BAANZ%2CkBASI%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAAVR%2CkBASI%2CSAAQ%2CUAEJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAcrFZ%2CUACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CUAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CWAAA%3B%3BAADJ%2CyBAGI%2CQAAO%3BEzCkRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAyCrRA%2CyBAOI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CyBAOI%2CWAKM%3BEACE%2CqBAAA%3B%3BAAbZ%2CyBAqBI%2CQACI%2COAAM%2CIACF%3BEACI%2CqBAAA%3B%3BAAxBhB%2CyBAqBI%2CQACI%2COAAM%2CIAIF%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA7BhB%2CyBAiCI%3BEACI%2CWAAA%3B%3BAAlCR%2CyBAoCI%2CMAAK%3BEACD%2CYAAA%3B%3BAArCR%2CyBAuCI%3BEACI%2CmBAAA%3B%3BAAxCR%2CyBA0CI%2CYAAY%3BEACR%2CaAAA%3B%3BAA3CR%2CyBA8CI%2CEAAC%3BEzCuOL%2CcAAA%3B%3BAyCrRA%2CyBAkDI%3BEACI%2CWAAA%3B%3BAAGR%3BEACI%2CSAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CwBAKI%3BEACI%2CkBAAA%3B%3BAAGR%2CGAAG%2CWAAc%2CMAAG%3BEAChB%2CwBAAA%3B%3BAoG9EJ%2CWAAY%3BEACR%2CgBAAA%3B%3BAADJ%2CWAAY%2COAER%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BE3I4pDJ%2CiBAAA%3B%3BA2IhqDA%2CaAMI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAbR%2CaAeI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BE3I2oDR%2CiBAAA%3B%3BA2IhqDA%2CaAwBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhCR%2CaAkCI%3BAAlCJ%2CaAkCY%3BEACJ%2CaAAA%3B%3BAAnCR%2CaAqCI%3BEACI%2CaAAA%3B%3BAAtCR%2CaAwCI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA9CR%2CaAwCI%2CqBAOM%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjDZ%2CaAwCI%2CqBAOM%2CKAGE%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAzHjChB%2CuBACI%3BAADqB%2CgCACrB%3BAADuD%2CwBACvD%3BAADiF%2C8BACjF%3BAADiH%2C6BACjH%3BEACI%2CaAAA%3B%3BAAFR%2CuBAII%3BAAJqB%2CgCAIrB%3BAAJuD%2CwBAIvD%3BAAJiF%2C8BAIjF%3BAAJiH%2C6BAIjH%3BEACI%2CyBAAA%3B%3BAAGR%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BEAC3E%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CgBAII%3BAAJc%2CKAAK%2CSAAS%2CMAI5B%3BAAJoC%2CKAAK%2CKAAK%2CaAI9C%3BAAJ6D%2CKAAK%2CSAAS%2COAI3E%3BEACI%2CyBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAARR%2CgBAUI%3BAAVc%2CKAAK%2CSAAS%2CMAU5B%3BAAVoC%2CKAAK%2CKAAK%2CaAU9C%3BAAV6D%2CKAAK%2CSAAS%2COAU3E%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BElBynDR%2CiBAAA%3B%3BAkBroDA%2CgBAeI%2COAAM%3BAAfQ%2CKAAK%2CSAAS%2CMAe5B%2COAAM%3BAAf8B%2CKAAK%2CKAAK%2CaAe9C%2COAAM%3BAAfuD%2CKAAK%2CSAAS%2COAe3E%2COAAM%3BEACF%2CWAAA%3BEACA%2CYAAA%3B%3BAAGR%2CMAAM%3BEACF%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CMAAM%2CmBAIF%3BEACI%2CyBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAARR%2CMAAM%2CmBAUF%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BElBqmDR%2CiBAAA%3B%3BAkBjnDA%2CMAAM%2CmBAeF%2COAAM%3BEACF%2CWAAA%3BEACA%2CYAAA%3B%3BAAKA%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BElBmlDZ%2CeAAA%3B%3BAkB7lDA%2CgBACI%2COAOI%2CaAII%3BEACI%2CcAAA%3B%3BAAbhB%2CgBACI%2COAOI%2CaAOI%3BEACI%2CcAAA%3B%3BAAhBhB%2CgBACI%2COAOI%2CaAUI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAApBhB%2CgBAwBI%3BEACI%2CkBAAA%3B%3BAAzBR%2CgBA2BI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BElB4jDR%2CiBAAA%3B%3BAkBvjDA%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEACI%2CiBAAA%3B%3BAAOA%2CSADJ%2CUACK%2CMACK%2CSAGI%3BEACE%2CWAAA%3B%3BAAWpB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CgBAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAANR%2CgBAQI%3BEACI%2CiBAAA%3B%3BAAIR%3BAAAgB%3BAAAiB%3BAAAwB%3BEACrD%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CcAGI%3BAAHY%2CeAGZ%3BAAH6B%2CsBAG7B%3BAAHqD%2CqBAGrD%3BEACI%2CoBAAA%3B%3BAAIR%2CIAAI%3BAAAkB%2CIAAI%3BAAAiB%2CIAAI%3BAAAsB%2CIAAI%3BEACrE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CuBAAwB%2CQACpB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CuBAAwB%2CQACpB%2COAII%3BEACI%2CmBAAA%3B%3BAANZ%2CuBAAwB%2CQASpB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CQACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CQACI%2CoBAII%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAARZ%2CQACI%2CoBAII%2CaAII%3BEACI%2CaAAA%3B%3BAAVhB%2CQACI%2CoBAYI%3BEACI%2CmBAAA%3B%3BAAdZ%2CQAiBI%2CQAAO%2CKACH%3BEACI%2CaAAA%3B%3BAAnBZ%2CQAiBI%2CQAAO%2CKAKH%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAzBZ%2CQAiBI%2CQAAO%2CKAKH%2CSAII%3BEACI%2CWAAA%3B%3BAA3BhB%2CQA0CI%2CeACI%3BEACI%2CkBAAA%3B%3BAAEA%2CQAJR%2CeACI%2CQAGK%3BEACG%2CeAAA%3B%3BAAahB%2CkBACI%3BAADJ%2CkBACa%2CQAAU%3BEACf%2CaAAA%3B%3BAAKR%2CMAAM%2COACA%3BEACE%2CaAAA%3B%3BAAQR%3BEACI%2CmBAAA%3B%3BAADJ%2CYAMI%3BEpBdJ%2CmBAAA%3BEoBgBQ%2CeAAA%3B%3BAARR%2CYAWI%3BEACI%2CSAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CaAAA%3B%3BAAfZ%2CYAWI%2CMAOI%3BAAlBR%2CYAWI%2CMAQM%3BEAEE%2CkCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3BAAvBZ%2CYAWI%2CMAeI%3BEACI%2CqBAAA%3B%3BAAEA%2CYAlBR%2CMAeI%2CEAGK%3BEpBrCb%2CmBAAA%3B%3BAoB0CQ%2CYAvBJ%2CMAuBK%2CQACG%3BAADJ%2CYAvBJ%2CMAuBK%2CQAEG%3BEpB5CZ%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAoB0CQ%2CYAvBJ%2CMAuBK%2CQAQG%3BEpBlDZ%2CqBAAA%3B%3BAoBQA%2CYAWI%2CMAoCI%3BEACI%2CaAAA%3B%3BAASZ%2CMAAM%2CSACF%3BEpBkDJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAoBzFR%2CMAAM%2CSACF%2CSAII%3BEpB0FR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAoBjGT%2CMAAM%2CSACF%2CSAQI%3BEpBsFR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEoBtFG%2CUAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BElB%2ByCJ%2CiBAAA%3B%3BAkB5yCI%2CwBAAC%3BAAAS%2CwBAAC%3BEACP%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBADkB%2CyBACjB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAQ%3BEACJ%2CcAAA%3B%3BAADJ%2CQAAQ%2CcAEJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CwBAII%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CqBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CqBAII%2CMAAK%2CMACC%3BEACE%2CaAAA%3B%3BAAEJ%2CqBAJJ%2CMAAK%2CMAIE%2CQAAQ%3BEACP%2CcAAA%3BEACA%2C6BAAA%3B%3BAACA%2CqBAPR%2CMAAK%2CMAIE%2CQAAQ%2CKAGJ%2CKAAE%3BEACD%2CiBAAA%3B%3BAAEJ%2CqBAVR%2CMAAK%2CMAIE%2CQAAQ%2CKAMJ%2CKAAE%3BEACD%2CoBAAA%3B%3BAAEJ%2CqBAbR%2CMAAK%2CMAIE%2CQAAQ%2CKASN%3BEACG%2CmBAAA%3B%3BAAIR%2CqBAlBJ%2CMAAK%2CMAkBE%2CQAAQ%2CKAAG%3BAAAI%2CqBAlBtB%2CMAAK%2CMAkBoB%2CQAAQ%2CKAAG%3BEAC5B%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAxBJ%2CMAAK%2CMAwBE%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BAAAS%2CqBAxBtC%2CMAAK%2CMAwBoC%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BEACvD%2CmBAAA%3BEACA%2CSAAS%2CcAAc%2CIAAvB%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIZ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CkBAQM%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAbR%2CkBAQM%2CWAME%3BEACI%2CWAAA%3B%3BAAfZ%2CkBAQM%2CWASE%3BAAjBR%2CkBAQM%2CWASW%2CQAAU%3BEACf%2CaAAA%3B%3BAAlBZ%2CkBAqBI%3BEACI%2CeAAA%3B%3BAAtBR%2CkBAwBI%2CQAAQ%2CQAAQ%3BEACZ%2CgBAAA%3B%3BAAGR%2CSAAY%2CSAAM%3BEACd%2CkBAAA%3B%3BAW9fR%2CcAII%3BE%5C%2FB2RA%2CiBAAA%3BE%2BBzRI%2CiBAAA%3BEACA%2CqBAAA%3BE%5C%2FBwRJ%2CiBAAA%3B%3BAgC%5C%2FRJ%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAJR%2C4BAMI%2CQAAO%3BEhCyRP%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAAMA%2C4BSjBA%2CQAAO%2CSTiBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBxGY%2COxBwGZ%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAS3VJ%2C0BACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHR%2C0BAMI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAYR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAGR%2CMAAM%3BEACF%2CmBAAA%3B%3BAACA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAFpE%2CUAEwE%3BEACtE%2CWAAA%3B%3BAAHR%2CMAAM%2CUAKF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMARF%2CUAKF%2CiBAGK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAVZ%2CMAAM%2CUAaF%3BEACI%2CeAAA%3B%3BAACA%2CMAfF%2CUAaF%2CqBAEK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CMAlBF%2CUAaF%2CqBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAsBF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEhC6NJ%2CiBAAA%3B%3BAgCrPJ%2CMAAM%2CUA2BF%2COAAM%3BEACF%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEAEA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEAMA%2CkBAAA%3B%3BAAzCR%2CMAAM%2CUA2BF%2COAAM%2COASF%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMA5CF%2CUA2CF%2COACK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAA9CZ%2CMAAM%2CUAiDF%2CQAAO%3BEACH%2CYAAA%3B%3BAAEJ%2CMApDE%2CUAoDD%2CIACG%3BEhCgMJ%2CcAAA%3BEAAA%2CqBAAA%3BEgC9LQ%2CeAAA%3B%3BA%5C%2FB6CR%2CM%2BBpGE%2CUAoDD%2CIACG%2CO%5C%2FB%2BCH%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CM%2BBzGE%2CUAoDD%2CIACG%2CO%5C%2FBoDH%3BED4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2CM%2BB9GE%2CUAoDD%2CIACG%2CO%5C%2FByDH%3BEDuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAgCjMA%2CMApDE%2CUAoDD%2CIAKG%3BEACI%2CUAAA%3B%3BAAGR%2CMA7DE%2CUA6DD%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BACzGR%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAANR%2CsBACI%2CiBAMI%2COAAM%3BEACF%2CoBAAA%3B%3BAARZ%2CsBAWI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAdhB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%3BEACE%2CcAAA%3BEACA%2CoBAAA%3B%3BAACA%2CsBAThB%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%2COAGG%3BEACG%2CgBAAA%3B%3BAArBxB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBAQZ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CsBAnBR%2CmBACI%2CWAkBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CsBAoCI%3BEACI%2CcAAA%3B%3BAArCR%2CsBAuCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA1CR%2CsBAuCI%2CkBAII%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7CZ%2CsBAgDI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjDR%2CsBAmDI%3BEACI%2CmBAAA%3B%3BAApDR%2CsBAsDI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAC5DR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAAQZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CYAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CYAUI%2CuBAGI%3BEACI%2CgBAAA%3B%3BA7BXZ%2CaACI%2COACI%3BEL6QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAKpQQ%2CKAFH%2CcACD%2CWACK%3BELoQT%2C6BAAA%3B%3BAKtQA%2CKAAK%2CcACD%2CWAII%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CaAEI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BELiPA%2CgBAAA%3BEK%5C%2FOI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CaAEI%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANhB%2CaAUI%3BAAVJ%2CaAWI%3BEL2NJ%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAlBwCA%2CaAUI%2CakBgNF%3BAlB1NF%2CaAWI%2CekB%2BMF%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CalB4CI%2CakB5CH%3BAAAD%2CalB6CI%2CekB7CH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBvLS%2COxBuLT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CalB%2BBA%2CakBhCH%2CMACI%3BAAAD%2CalBgCA%2CekBjCH%2CMACI%3BEvB2PL%2CWAAA%3B%3BAuBrPI%2CalByBA%2CakB1BH%2COACI%3BAAAD%2CalB0BA%2CekB3BH%2COACI%3BEvBqPL%2CWAAA%3B%3BAuBzKA%2CalBtCI%2CekBsCH%3BEvByKD%2CSwBpLS%2COxBoLT%3B%3BAKzMA%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAQR%2CKAAK%2CcACD%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAACA%2CKARH%2CcACD%2CcAOK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAASZ%3BELwKA%2CgCAAA%3BEKtKI%2CSAAA%3B%3BAAGQ%2CgBAFP%2CQACG%2COACK%3BELmKb%2CSwB%5C%2FEa%2COxB%2BEb%3B%3BAKxKA%2CgBAWI%3BEL6JJ%2CcAAA%3BEK3JQ%2CeAAA%3BEL2JR%2CcAAA%3BEuBhOA%2CqBAAA%3BElBgFQ%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAkB5ER%2CgBlB6DI%2COkB7DH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBlBgDA%2COkBjDH%2CMACI%3BEvB6ML%2CWAAA%3B%3BAKxKA%2CgBA6BI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAaI%2CoBAJR%2CoBAGI%2CGACK%3BAAAD%2CoBAHR%2CkCAEI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAANhB%2CoBACI%2CoBAWI%3BAAZR%2CoBAEI%2CkCAUI%3BEACI%2CWAAA%3B%3BAAbZ%2CoBACI%2CoBAcI%2CcACI%3BAAhBZ%2CoBAEI%2CkCAaI%2CcACI%3BELgHZ%2CgBAAA%3BEK9GgB%2CcAAA%3B%3BAAmBhB%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAO3MJ%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%3BAAapB%2CqBAEI%2CQAAO%3BEZuQX%2CcAAA%3B%3BAYlQA%2CyBAII%3BEZ8PJ%2CkBAAA%3BEY5PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CgBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAYhB%2CuBACI%3BEZmOJ%2CmBAAA%3BEAAA%2CmBAAA%3B%3BAY1NA%3BEACI%2CmBAAA%3B%3BAAMQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAkBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CgCAII%2CMACI%3BEACI%2CSAAA%3B%3BAANZ%2CgCASI%3BEACI%2CgCAAA%3B%3BAAVR%2CgCAYI%2CKACI%3BEACI%2CqBAAA%3B%3BAAdZ%2CgCAYI%2CKAII%3BEZkKR%2CiBAAA%3BEYhKY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CgCA8BI%2CSACI%3BEAGI%2CSAAA%3B%3BAAEJ%2CgCANJ%2CSAMK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgCAXJ%2CSAWK%3BEZyIT%2CiBAAA%3BEYvIY%2CcAAA%3BEACA%2CiBAAA%3B%3BANzIZ%3BEN%2BQA%2CgBAAA%3BEM7QI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAKI%3BENoQJ%2CmBAAA%3BEAAA%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BAjBzCA%2CmBAKI%2CUiBwPF%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CmBjB1CI%2CUiB0CH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBxKe%2COxBwKf%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAjBlUQ%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%3BENkOb%2CsBAAA%3BEMhOgB%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%3BEAEI%2CwBAAA%3BEN4MR%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAjB8DA%2CoBAEI%2CeiBkMF%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CoBjB0DI%2CeiB1DH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBpLS%2COxBoLT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBjB6CA%2CeiB9CH%2CMACI%3BEvB2PL%2CWAAA%3B%3BAuBrPI%2CoBjBuCA%2CeiBxCH%2COACI%3BEvBqPL%2CWAAA%3B%3BAM%5C%2FLA%2CqBACI%2CUACI%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYACI%2CUAAS%2CaAAc%2COAAM%3BEACzB%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAEI%3BAAHR%2CkBACI%2CeAEI%3BEACI%2CWAAA%3B%3BAALZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%3BAANR%2CkBACI%2CeAKI%3BEAEI%2CSAAA%3B%3BAATZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CSAGM%3BAATd%2CkBACI%2CeAKI%2CSAGM%3BEACE%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%3BAwIvJZ%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CMAAM%2CQAKF%3BEACI%2C6BAAA%3BEACA%2CcAAA%3B%3BAAPR%2CMAAM%2CQASF%2CgBACM%3BEACE%2CaAAA%3BEACA%2CcAAA%3BE5IkpDZ%2CiBAAA%3B%3BA4I9pDA%2CMAAM%2CQAgBF%2CMAAK%3BEACD%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CMAAM%2CQAsBF%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1BR%2CMAAM%2CQA4BF%3BEACI%2CqBAAA%3B%3BAA7BR%2CMAAM%2CQA4BF%2CWAEI%3BEACI%2CSAAA%3B%3BAA%5C%2FBZ%2CMAAM%2CQA4BF%2CWAKI%3BEACI%2CgBAAA%3B%3BAAlCZ%2CMAAM%2CQA4BF%2CWAQI%2CWACI%3BEACI%2CmBAAA%3B%3BAAtChB%2CMAAM%2CQA4BF%2CWAaI%3BEACI%2CaAAA%3B%3BAA1CZ%2CMAAM%2CQA6CF%2COAAM%3BEACF%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAjIrDZ%2CqBAOI%3BAAPJ%2CqBAQI%2COAAM%3BEbuRN%2CgBAAA%3B%3BAanRI%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAEJ%2CqBAJJ%2CQAIK%3BEbgRL%2CqBAAA%3BEuB9QA%2CqBAAA%3BEVIQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBAJJ%2CQAIK%2CIUoQH%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CqBVZA%2CQAIK%2CIUQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjFO%2COxBiFP%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBVzBJ%2CQAIK%2CIUoBJ%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2CqBV%5C%2FBJ%2CQAIK%2CIU0BJ%2COACI%3BEvBqPL%2CcAAA%3B%3BA6BlSA%2CMAAM%3BEACF%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CMAAM%2COAIF%3BE3BiqDJ%2CiBAAA%3BE2B%5C%2FpDQ%2CyBAAA%3B%3BAANR%2CMAAM%2COAQF%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeACI%3BAADJ%2CeACQ%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAJR%2CeAMI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CeAMI%2CMAGI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhBZ%2CeAmBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CeAHJ%2CcAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAvBZ%2CeA0BM%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5BR%2CeA0BM%2CkBAGE%2COAAO%3BEACH%2CqBAAA%3BEACA%2CsBAAA%3B%3BAASZ%3BEACI%2CSAAA%3B%3BAADJ%2CeAEI%3BAAFJ%2CeAEQ%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAJR%2CeAMI%3BE3BumDJ%2CiBAAA%3BE2BrmDQ%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAbR%2CeAeI%3BE3B8lDJ%2CiBAAA%3BE2B5lDQ%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAtBR%2CeAeI%2CwBAQI%3BEACI%2CkBAAA%3B%3BAAxBZ%2CeA2BI%3BE7B%2BMJ%2CcAAA%3B%3BA6B7MQ%2CeAFJ%2COAEK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CeALJ%2COAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIZ%2CoBAAoB%2CyBAChB%2CsBAAqB%3BE3Bk6CzB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSsB7vCiB%2COtB6vCjB%3BEACA%2CeAAA%3BE2Bx6CQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CoBAAoB%2CyBAShB%2CsBAAqB%2CsBAAsB%3BEACvC%2CSLsKO%2COKtKP%3B%3BAAGR%2CSACI%3BEACI%2CcAAA%3B%3BAAFR%2CSAII%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CSAII%2CMAII%3BEACI%2CgBAAA%3B%3BAATZ%2CSAII%2CMAOI%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGR%2CSAAI%3BEACA%2CmBAAA%3B%3BAkHvHI%2CkBAFP%2CMACG%2CQACK%3BE%5C%2FI4Rb%2CSAAA%3B%3BA%2BIrRA%3BE%5C%2FIqRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEgJlJA%2CaAAA%3BEACA%2CUAAA%3B%3BADpIA%2CUCsEA%3BEhJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BIrRA%2CUCsEA%2CcAGI%3BEhJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BA%2BIrRA%2CUC4FA%2CeACI%2CQAAO%3BEhJwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEGzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEHgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BA%2BIrRA%2CUC4FA%2CeACI%2CQAAO%2CMzH4KT%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CUyH%2BEA%2CeACI%2CQAAO%2CMzHhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBlFS%2COxBkFT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUyHkEJ%2CeACI%2CQAAO%2CMzHpEV%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2CUyH4DJ%2CeACI%2CQAAO%2CMzH9DV%2COACI%3BEvBqPL%2CcAAA%3B%3BAG7CA%2CU6I5IA%2CeACI%2CQAAO%2CM7I2IV%3BAACD%2CU6I7IA%2CeACI%2CQAAO%2CM7I4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU6IlJA%2CeACI%2CQAAO%2CM7IiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU6IvJA%2CeACI%2CQAAO%2CM7IsJV%3BAACD%2CU6IxJA%2CeACI%2CQAAO%2CM7IuJV%3BAACD%2CQAAQ%2CUAAW%2CW6IzJnB%2CeACI%2CQAAO%3BE7IyJP%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BAgJ%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BADvIJ%2CUASI%3BEAEI%2CgBAAA%3B%3BAAXR%2CUASI%2CgBAGI%3BEACI%2CgBAAA%3B%3BAAEI%2CUANZ%2CgBAGI%2CWAEI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAMZ%2CUADJ%2CQACK%3BEACG%2CkBAAA%3B%3BAAvBZ%2CUA0BI%3BEACI%2CmBAAA%3B%3BAA3BR%2CUA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CUAgCI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAEI%3BEACI%2C6BAAA%3B%3BAAOJ%2CcAAC%2CIAAI%3BAAAL%2CaAFU%2CeAET%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%2CuBAAwB%2CWACpB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAtJrEJ%2CSAAC%2CMAAM%3BE6B0IX%2CqBAAA%3BEACA%2CkBAAA%3BE7B7HQ%2CsBAAA%3B%3BAOuBR%2CSPrCK%2CMAAM%2COOqCV%3BAACD%2CSPtCK%2CMAAM%2COOsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSP3CK%2CMAAM%2COO2CV%3BEACG%2CWAAA%3B%3BAP5CA%2CSAAC%2CMAAM%2CO6B0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BA7B5bA%2CSAAC%2CMAAM%2CO6B%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BA7BjcA%2CSAAC%2CMAAM%2CO6B%2BcX%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BA7BjdA%2CSAAC%2CMAAM%2CO6BodX%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BA7BvdA%2CSAAC%2CMAAM%2CO6BwJX%3BEtBiIA%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BA9BzDI%2CSAAC%2CMAAM%2CO6BwJX%2CeCqHE%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CS9B%5C%2FDK%2CMAAM%2CO6BwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS9B5EC%2CMAAM%2CO6BwJX%2CeC7EC%2CMACI%3BEvB6ML%2CWAAA%3B%3BAuBvMI%2CS9BlFC%2CMAAM%2CO6BwJX%2CeCvEC%2COACI%3BEvBuML%2CcAAA%3B%3BAsBuHA%2CS7BhZK%2CMAAM%2CO6BwJX%2CeAwPC%3BEtBvHD%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BADuVA%2CS7BhZK%2CMAAM%2CO6BwJX%2CeAwPC%2COCnIC%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CS9B%5C%2FDK%2CMAAM%2CO6BwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB%5C%2FEa%2COxB%2BEb%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS9B5EC%2CMAAM%2CO6BwJX%2CeAwPC%2COCrUA%2CMACI%3BEvB6ML%2CWAAA%3B%3BAuBvMI%2CS9BlFC%2CMAAM%2CO6BwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BEvBuML%2CcAAA%3B%3BAPzRI%2CSAAC%2CMAAM%2CO6BgOX%3BEtByDA%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3BED0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEsBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEtB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAPzRI%2CSAAC%2CMAAM%2CO6BgOX%2COAsBI%3BEtBmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAsB3BQ%2CS7B9PH%2CMAAM%2CO6BgOX%2COAsBI%2CGAQK%3BEtB2BT%2CmBAAA%3BEsBzBY%2CeAAA%3B%3BAAuTZ%2CS7BvjBK%2CMAAM%2CO6BgOX%2COAuVC%3BAACD%2CS7BxjBK%2CMAAM%2CO6BgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CS7BjkBK%2CMAAM%2CO6BgOX%2COAiWC%3BEACG%2CiBAAA%3BEtBzSJ%2CsDAAA%3BEsB2SI%2CWAAA%3B%3BAAGJ%2CS7BvkBK%2CMAAM%2CO6BgOX%2COAuWC%3BEACG%2CiBAAA%3BEtB%5C%2FSJ%2CsDAAA%3BEsBiTI%2CWAAA%3B%3BAAzDJ%2CS7BjhBK%2CMAAM%2CO6BgOX%2COAiTC%3BEtBxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAsB6PA%2CS7BthBK%2CMAAM%2CO6BgOX%2COAsTC%3BEtB7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAsBZA%2CS7B7QK%2CMAAM%2CO6B6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CS7B7QK%2CMAAM%2CO6B6QV%2COAGG%3BEACI%2CcAAA%3B%3BA7BjRJ%2CSAAC%2CMAAM%2COAiBH%3BEACI%2CgBAAA%3B%3BAAGQ%2CSArBf%2CMAAM%2COAiBH%2COAEI%2CMACK%2CWACI%3BEOoQrB%2CmBAAA%3B%3BAuBzKA%2CiB9BpF0B%2CUA5BrB%2CMAAM%2COA8BG%2CUAEG%2CM8BgFhB%3BAAAD%2Cc9BnFuB%2CUA7BlB%2CMAAM%2COA8BG%2CUAEG%2CM8BgFhB%3BEvByKD%2CSwBnLQ%2COxBmLR%3B%3BAPlPgB%2CiBAXU%2CUA5BrB%2CMAAM%2COA8BG%2CUASG%3BAAAD%2CcAVO%2CUA7BlB%2CMAAM%2COA8BG%2CUASG%3BAACD%2CiBAZU%2CUA5BrB%2CMAAM%2COA8BG%2CUAUG%3BAAAD%2CcAXO%2CUA7BlB%2CMAAM%2COA8BG%2CUAUG%3BAACD%2CiBAbU%2CUA5BrB%2CMAAM%2COA8BG%2CUAWG%3BAAAD%2CcAZO%2CUA7BlB%2CMAAM%2COA8BG%2CUAWG%3BEOgPjB%2CWAAA%3B%3BAP1OgB%2CiBAnBU%2CUA5BrB%2CMAAM%2COA8CG%2CUAAO%2COACJ%3BAAAD%2CcAlBO%2CUA7BlB%2CMAAM%2COA8CG%2CUAAO%2COACJ%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAJW%2CUAzDtB%2CMAAM%2COA4DC%2CQACK%3BAAAD%2CqBAHc%2CUA1DzB%2CMAAM%2COA4DC%2CQACK%3BAAAD%2CiBAFU%2CUA3DrB%2CMAAM%2COA4DC%2CQACK%3BAACD%2CkBALW%2CUAzDtB%2CMAAM%2COA4DC%2CQAEK%3BAAAD%2CqBAJc%2CUA1DzB%2CMAAM%2COA4DC%2CQAEK%3BAAAD%2CiBAHU%2CUA3DrB%2CMAAM%2COA4DC%2CQAEK%3BEO2NjB%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAPvNgB%2CkBATW%2CUAzDtB%2CMAAM%2COA4DC%2CQAMK%3BAAAD%2CqBARc%2CUA1DzB%2CMAAM%2COA4DC%2CQAMK%3BAAAD%2CiBAPU%2CUA3DrB%2CMAAM%2COA4DC%2CQAMK%3BEACG%2CUAAA%3B%3BAAKZ%2CKAAK%2CcAAe%2CUAxEvB%2CMAAM%3BEAyEC%2CmBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUAxEvB%2CMAAM%2COA2EG%2CUACG%3BEACG%2CkBAAA%3B%3BAAMhB%2CSAAC%2COAAO%3BEACJ%2CsBAAA%3BEOqMR%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEgJlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAvJrDI%2CSAAC%2COAAO%2CMuJTZ%3BEhJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAPtMI%2CSAAC%2COAAO%2CMuJTZ%2CcAGI%3BEhJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAPtMI%2CSAAC%2COAAO%2CMuJaZ%2CeACI%2CQAAO%3BEhJwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEGzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEHgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAPtMI%2CSAAC%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CMzH4KT%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CS9BkEK%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CMzHhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBlFS%2COxBkFT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CS9BqDC%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CMzHpEV%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2CS9B%2BCC%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CMzH9DV%2COACI%3BEvBqPL%2CcAAA%3B%3BAG7CA%2CSVzJK%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CM7I2IV%3BAACD%2CSV1JK%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CM7I4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSV%5C%2FJK%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CM7IiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSVpKK%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CM7IsJV%3BAACD%2CSVrKK%2COAAO%2CMuJaZ%2CeACI%2CQAAO%2CM7IuJV%3BAACD%2CQAAQ%2CUAAW%2CUVtKd%2COAAO%2CMuJaZ%2CeACI%2CQAAO%3BE7IyJP%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BAgJ%5C%2FIA%2CSvJvDK%2COAAO%2CMuJuDX%3BEACG%2CUAAA%3B%3BAvJpDI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEO6LL%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEgJhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSvJpEK%2CQuJoEJ%3BEhJyHD%2CYAAA%3BEgJrHQ%2CyBAAA%3B%3BAvJtEA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUZ%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAWZ%2C0BAhBJ%2CUAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAhBJ%2CUAgBK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAzBJ%2CUAyBK%3BEOoJT%2CcAAA%3BEPlJY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2C0BAjCR%2CUAgCK%2CQACI%3BAACD%2C0BAlCR%2CUAgCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BAtCR%2CUAgCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAIR%2C0BA3CJ%2CUA2CK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEOuHJ%2CmBAAA%3BEPrHQ%2CgBAAA%3B%3BAAUR%2C8BAKI%3BEACI%2CkBAAA%3B%3BAAYR%2C0BACI%3BEOwFJ%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAPzFA%2C0BACI%2CaAGM%3BEACE%2CgBAAA%3B%3BAALZ%2C0BASI%3BEACI%2CWAAA%3B%3BAAVR%2C0BAaI%3BEACI%2CiBAAA%3B%3BAAdR%2C0BAiBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAtBhB%2C0BA2BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA7BR%2C0BAgCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAwJ7OR%2CyBAAC%3BEACG%2C4EAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAZR%2CyBAeI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%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%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CcASI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BACxFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3BAAGR%3BEACI%2CmCAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BA%5C%2FGLJ%2CKAAK%2COAAQ%3BEnCkSb%2CcAAA%3B%3BAmChSI%2CKAFC%2COAAQ%2CSAER%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CKALC%2COAAQ%2CSAKR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGR%3BEgHkFA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAhHnFA%2CegHsFA%3BEnJmMA%2CWAAA%3BEmJjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BEnJ2FA%2CcAAA%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEmJxEA%2CS3H0DQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO2H1DR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAhHzMA%2CegHsFA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BEnJ2FA%2CcAAA%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEmJxEA%2CS3H0DQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO2H1DR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAhHzMA%2CegHsFA%2CeAsBM%2COAiBE%3BEnJhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCjBA%2CwBACI%2CgBgHiIJ%3BAhHlI0B%2CcACtB%2CgBgHiIJ%3BEnJxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmCZA%3BEgHNA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BEnJqRD%2CcAAA%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEmJ1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CS3H0DQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO2H1DR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAhHTJ%2CoBgHYA%2CMAAK%3BEnJPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmJMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAhHnBhB%2CoBgHyBA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAhH5BJ%2CoBgHyBA%2CMAKI%3BEnJzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmJsBI%2CoBATJ%2CMASK%3BEnJ%2BOL%2CcAAA%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEmJ1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CoBApBR%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CoBAzBZ%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BAhHnDhB%2CoBgH4II%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS3H0DQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO2H1DR%3B%3BAhHzMA%2CoBgH4II%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS3H0DQ%2CQAAA%2CQAAA%2CQAAA%2CO2H1DR%3B%3BAhHzMA%2CoBgH4II%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS3H0DQ%2CQAAA%2CQAAA%2CO2H1DR%3B%3BAhHzMA%2CoBgH4II%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS3H0DQ%2CQAAA%2CO2H1DR%3B%3BAhHzMA%2CoBgH4II%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS3H0DQ%2CO2H1DR%3B%3BAhHvMI%2CoBAAC%3BEgHuML%2CS3HyDe%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO2HzDf%3B%3BAhHhMA%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAGI%2CGAAE%3BEACE%2CcAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAADJ%2CqBAEI%3BEACI%2CkBAAA%3B%3BAAHR%2CqBAEI%2CqBAEI%3BAAJR%2CqBAEI%2CqBAEY%3BEACJ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEjC2nDZ%2CiBAAA%3B%3BAiCpoDA%2CqBAEI%2CqBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKR%2COAAC%3BEACG%2CUAAA%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%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEAUA%2CmBAAA%3B%3BAAbJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CSAAA%3B%3BAALR%2CSAAU%2CQAAC%2COAAO%2COAOd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEjC8kDZ%2CiBAAA%3B%3BAiCzkDI%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEjCskDZ%2CiBAAA%3BEiCpkDY%2CSAAA%3B%3BAAGR%2COAAC%2CaAAc%2CMAAK%3BAAAS%2COAAC%2CaAAa%3BEACvC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAGR%2COAAC%2CKACG%2CaAAa%3BEnCkLrB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAmC9KI%2COAAC%3BEACG%2CeAAA%3BEACA%2CSAAA%3B%3BAnC5DR%2COmC0DK%2CKnC1DJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAmC4DA%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAALJ%2COAAC%2CQAOG%3BEjCqiDR%2CiBAAA%3BEiCniDY%2CSAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAEG%3BEACI%2CgBAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3B%3BAAKJ%2COAAC%3BEjCohDL%2CiBAAA%3BEiClhDQ%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2COAAC%3BEjC%2BgDL%2CiBAAA%3B%3BAiC3gDA%2CgBAAiB%2COAAM%2CSAAY%3BEjC2gDnC%2CiBAAA%3B%3BAiCzgDI%2CgBAFa%2COAAM%2CSAAY%2CSAE9B%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGR%3BAAAwB%3BEACpB%2CmBAAA%3B%3BAADJ%2CsBAEI%3BAAFoB%2CqBAEpB%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CkBACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAEJ%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAUZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAGR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKACG%2CSAAQ%2CQAAQ%3BAADnC%2CSAAS%2COAAO%2CKAC2B%2CSAAQ%3BEAC3C%2CmBAAA%3B%3BAAIJ%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAFR%2CwBAII%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CwBAII%2CgBAII%3BEACI%2CmBAAA%3B%3BAATZ%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAfR%2CwBAYI%2CiBAII%3BEjCu8CR%2CiBAAA%3BEiCr8CY%2CcAAA%3B%3BAAlBZ%2CwBAYI%2CiBAQI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAArBZ%2CwBAYI%2CiBAWM%2CIAAI%3BEACF%2CaAAA%3B%3BAAIZ%2CkBACI%3BAADgB%2CgBAChB%3BEACI%2CkBAAA%3B%3BAAYR%2CwBACI%2COACI%3BEnCwCR%2CmBAAA%3B%3BAmCtCY%2CwBAHR%2COACI%2CMAEK%3BEACG%2CgBAAA%3B%3BAALhB%2CwBASI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAFJ%2CcAEK%2CIAAI%3BEnC%2BBb%2CoBAAA%3B%3BAmC1CA%2CwBAeI%2CgBACI%3BEnC0BR%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAmCpBA%2CcACI%3BAADY%2CwBACZ%3BEnCmBJ%2CgBAAA%3B%3BAmCfA%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAiCR%2CgBAQI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CgBAeI%3BEACI%2CSAAA%3B%3BAAhBR%2CgBAeI%2CgBAKI%3BEnCzCR%2CmBAAA%3B%3BAmCqBA%2CgBAeI%2CgBAKI%2CwBAEI%3BEnC3CZ%2CmBAAA%3B%3BAmC6CgB%2CgBATZ%2CgBAKI%2CwBAEI%2CMAEK%3BEACG%2CgBAAA%3B%3BAAzBpB%2CgBAeI%2CgBAeI%3BEnCnDR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAmCqBA%2CgBAeI%2CgBAmBI%3BEACI%2CSAAA%3BEnCxDZ%2CmBAAA%3B%3BAmCqBA%2CgBAeI%2CgBAuBI%3BEnC3DR%2CcAAA%3B%3BAoJ%5C%2FRJ%2CkBACI%3BEpJ8RA%2CiBAAA%3BEoJ5RI%2CqBAAA%3B%3BAAKA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAATZ%2CkBAKI%2CcAMI%3BAAXR%2CkBAMI%2CcAKI%3BAAXR%2CkBAOI%2CiBAII%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAtIbZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAEM%3BEACE%2CaAAA%3B%3BAAQJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAJZ%2CmBAOI%2COAAM%3BEACF%2CgBAAA%3B%3BAAWR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CuBACI%2CkBAQI%3BEACI%2CmBAAA%3B%3BAACA%2CuBAVR%2CkBAQI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAZhB%2CuBAgBI%3BEACI%2CmBAAA%3B%3BApB9CJ%3BEACI%2CWAAA%3B%3BAADJ%2CKAEI%3BEACI%2CaAAA%3B%3BAAGR%2CkBACI%2CMAAM%3BAADU%2C4BAChB%2CMAAM%3BAADwC%2CiCAC9C%2CMAAM%3BEACF%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CYASI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CmBAAA%3B%3BAAGJ%3BAAAc%2CcAAc%3BAAAU%3BEAClC%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CYAGI%3BAAHU%2CcAAc%2CQAGxB%3BAAHkC%2CqBAGlC%3BEACI%2CoBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPJ%2CoBASI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAAXR%2CoBASI%2CaAIM%3BEQ4mDV%2CiBAAA%3BER1mDY%2CgBAAA%3B%3BAAfZ%2CoBASI%2CaASI%3BEACI%2CqBAAA%3B%3BAAnBZ%2CoBAuBI%3BEACI%2CSAAA%3B%3BAAEA%2CoBAHJ%2CeAGK%2CIAAI%3BEACD%2CmBAAA%3B%3BAA3BZ%2CoBA%2BBI%3BEACI%2CaAAA%3B%3BAAhCR%2CoBAmCI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2CgCAAA%3BEACA%2CWAAA%3B%3BAAIA%2CoBAPR%2CmBAMI%2CMACQ%3BEACA%2C6BAAA%3B%3BAAGJ%2CQAAS%2CqBAXjB%2CmBAMI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAAhDpB%2CoBAmCI%2CmBAMI%2CMAWI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAvBZ%2CmBAMI%2CMAgBI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBA7BZ%2CmBAMI%2CMAgBI%2CKAOK%3BEACG%2CiBAAA%3B%3BAAjEpB%2CoBAmCI%2CmBAMI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAvEpB%2CoBAmCI%2CmBAMI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAA3EpB%2CoBAmCI%2CmBAMI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAAjFhB%2CoBAmCI%2CmBAkDI%3BEACI%2CSAAA%3BEQmiDZ%2CiBAAA%3B%3BARznDA%2CoBA2FI%2CMACI%3BAA5FR%2CoBA2FI%2CMAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FFZ%2CoBAmGI%3BEACI%2CSAAA%3BEQqhDR%2CiBAAA%3B%3BARznDA%2CoBAmGI%2CcAII%3BEACI%2CSAAA%3B%3BAAxGZ%2CoBAmGI%2CcAQI%3BEACI%2CgBAAA%3B%3BAACA%2CoBAVR%2CcAQI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAIR%2CoBAfJ%2CcAeK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAnBZ%2CcAeK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBAfJ%2CcAeK%2CMASG%3BEACI%2CSAAA%3B%3BAA5HhB%2CoBAiII%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAuBJ%2CoBADJ%2CQACK%3BEM4FT%2CqBAAA%3BEuBhOA%2CqBAAA%3BEvBgOA%2CWAAA%3B%3BAN5FQ%2CoBADJ%2CQACK%2CK6BgFP%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CoB7B6HI%2CQACK%2CK6B9HR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoB7BmEI%2CQACK%2CKAWI%2CS6B%5C%2FEZ%3BEvBgKD%2CSwB%5C%2FEa%2COxB%2BEb%3B%3BANtPA%2CoBA8KI%3BEMwEJ%2CiBAAA%3B%3BANtPA%2CoBAkLI%2CWAEI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBAPR%2CWAMI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOJ%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAOZ%2CoBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CoBAAC%2CSAIG%3BEACI%2CgBAAA%3B%3BAALR%2CoBAAC%2CSAQG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAKK%2CeAAa%3BEQ45CvB%2CiBAAA%3BER15CY%2CgBAAA%3B%3BAAPR%2CoBAAC%2CKAUG%2CWAAW%3BEACP%2CgBAAA%3B%3BAAXR%2CoBAAC%2CKAcG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAjBhB%2CoBAAC%2CKAcG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAArBhB%2CoBAAC%2CKAcG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBA1BnB%2CKAcG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAKK%3BEACE%2CaAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CqBAAA%3B%3BAALR%2CeAQI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%2CQAII%3BEACI%2CcAAA%3B%3BAACA%2CsBANR%2CQAII%2CEAEK%3BEACG%2CcAAA%3B%3BAAMhB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CaAAC%3BEACG%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAC%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaAAC%3BEACG%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAC%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaAAC%3BAAAS%2CaAAC%3BEACP%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAC%3BAAAkB%2CaAAC%3BEAChB%2CeAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAaA%2CmBADJ%2COACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAaI%2CcAKI%2COAAM%3BEACF%2CqBAAA%3B%3BA0CjaZ%2CYACI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%2CaAPhB%3BEAQQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2CYACI%2CeAgBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAArBZ%2CYACI%2CeAgBI%2CiBAKI%3BEACI%2CeAAA%3B%3BAAvBhB%2CYACI%2CeAgBI%2CiBAQI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BArBzBnB%2CqBADqB%2CQAAO%2COAAO%2COAClC%3BEbw%5C%2FCE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSa9%5C%2FCY%2COb8%5C%2FCZ%3BEACA%2CeAAA%3BEa9%5C%2FCF%2CiBAAA%3B%3B%3B%3B%3B%3BAsIZE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CuBAAuB%3BEACnB%2CmBAAA%3B%3BAAEJ%2CuBAAuB%2CmBAAmB%3BEACtC%2CSAAS%2CGAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CcAAc%2CKAAK%3BEACf%2CsBAAA%3B%3BAAEJ%2CcAAc%2CIAAI%2CWAAW%3BEACzB%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CcAAc%2CIAAI%2CWAAW%3BEACzB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2CcAAc%2CIAAI%2CWAAW%2CMAAM%3BAAAS%2CcAAc%2CSAAS%3BEAC%5C%2FD%2CyBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CeAAA%3B%3BAAEJ%2CcAAc%2CSAAS%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C0NAAZ%3BEACA%2CQAAQ%2CyDAAyD%2CyBAAyB%2C4BAA1F%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CsBAAuB%3BAACvB%2C8BAA%2BB%3BEAC3B%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CQAAO%3BAAC9B%2C8BAA%2BB%2CQAAO%3BEAClC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CsDAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAuB%2CQAAO%3BAAC9B%2C8BAA%2BB%2CQAAO%3BEAClC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyDAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BAACvB%2C8BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BEAEA%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAJJ%2C2BAKI%3BEACI%2CSAAA%3B%3BAAGR%2C2BAA4B%2CeAAc%2CIAAI%3BAAAS%2C2BAA4B%2CeAAc%2CIAAI%2COAAO%3BEACxG%2CkBAAA%3B%3BAAEJ%2C2BAA4B%2CeAAc%2CIAAI%3BAAAS%2CaAAc%2CeAAc%2CIAAI%3BEACnF%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C2BAA2B%2CMAAS%3BEAChC%2C%2BBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C2BAA2B%2CMAAS%3BEAChC%2CcAAA%3B%3BAAEJ%2CyBAA0B%2C%2BBAA%2BB%3BEACrD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CuBAAuB%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CcAAc%2CcAAd%3BEACA%2CgBAAgB%2CcAAhB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BAAMJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAhHxMJ%3BErCwPA%2CyBAAA%3B%3BAqCpPA%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAKZ%2CWACI%3BEACI%2CaAAA%3B%3BAAFR%2CWAII%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CWAII%2CoBAII%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CWAII%2CoBASI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAAfZ%2CWAII%2CoBAaI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAUR%2COALG%2CKAKF%3BErC8ML%2CmBAAA%3BEAAA%2CaAAA%3BEqC3MQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAQR%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQALI%2COAKH%3BAACD%2CQANI%2COAMH%3BErCuLL%2CkBAAA%3BEoDnQA%2CcAAA%3BEpDmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2C8BAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEqCrLQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSenDL%3BAfoDI%2CQANI%2COAMH%2COepDL%3BEpD2OA%2CcAAA%3B%3BAoDxOI%2CQf2CI%2COAKH%2CSenDL%2CEAGK%3BAAAD%2CQf2CI%2COAMH%2COepDL%2CEAGK%3BEpDwOL%2CcAAA%3B%3BAoDpOI%2CQfuCI%2COAKH%2CSenDL%2CEAOK%3BAAAD%2CQfuCI%2COAMH%2COepDL%2CEAOK%3BEpDoOL%2CcAAA%3B%3BAqClLI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEnCgjDR%2CiBAAA%3BEmC9iDQ%2CkBAAA%3BEACA%2CaAAA%3B%3BAARJ%2CQAXI%2COAWH%2COASG%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CQAXI%2COAWH%2COASG%2CSAKM%3BEACE%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAhBZ%2CQAXI%2COAWH%2COAoBG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEJ%2CQApCA%2COAWH%2COAyBI%3BEACG%2CYAAA%3B%3BAADJ%2CQApCA%2COAWH%2COAyBI%2CYAEG%2CSACM%3BEACE%2CgBAAA%3B%3BAAJZ%2CQApCA%2COAWH%2COAyBI%2CYAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CQAjDA%2COAWH%2COAsCI%3BEACG%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAHJ%2CQAjDA%2COAWH%2COAsCI%2CaAIG%2CSACM%3BEACE%2CgBAAA%3B%3BAANZ%2CQAjDA%2COAWH%2COAsCI%2CaASG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CQAlEI%2COAkEH%3BErC2HL%2CSAAA%3BEAAA%2CkBAAA%3BEoDnQA%2CcAAA%3BEpDmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEqCzHQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAlEI%2COAkEH%2CKehHL%3BEpD2OA%2CcAAA%3B%3BAoDxOI%2CQf2CI%2COAkEH%2CKehHL%2CEAGK%3BEpDwOL%2CcAAA%3B%3BAoDpOI%2CQfuCI%2COAkEH%2CKehHL%2CEAOK%3BEpDoOL%2CcAAA%3B%3BAqChHA%3BEAEI%2CgBAAA%3B%3BAAcJ%3BEACI%2CWAAA%3B%3BAAeJ%2CcACI%3BEACI%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BAAAqB%2CcAAe%3BEAC%5C%2FC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%2C0BAA0B%3BAAAM%2CcAAe%2C0BAA0B%3BEACpF%2CyDAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CSAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CUAAA%3B%3BAAEJ%2CcAAe%2CoBAAoB%3BAAAM%2CcAAe%2CoBAAoB%3BEACxE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CyDAAA%3B%3BAAEJ%2CcAAe%2CoBAAoB%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CyDAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAe%2CqBAAqB%3BEAChC%2CcAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CcAAe%2COAAM%3BEACjB%2CWAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%2CGAAG%3BAAAM%2CcAAe%2CGAAG%3BEACtC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%2C0BAA0B%3BEACrC%2CYAAA%3B%3BAAEJ%2CcAAe%2C0BAA0B%2COAAM%3BEAC3C%2CWAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%2CoBAAmB%3BEAClC%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%2CoBAAmB%3BEAClC%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CYAAA%3B%3BAAEJ%2CkBAAmB%2C0BAA0B%3BEACzC%2CWAAA%3B%3BAAEJ%2CkBAAmB%2C0BAA0B%2COAAM%3BEAC%5C%2FC%2CYAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CYAAA%3B%3BAAEJ%2CkBAAmB%2C0BAA0B%3BEACzC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CkBAAmB%2C4BAA4B%3BEAC3C%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAG%3BEAClB%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAG%3BEAClB%2CoBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAG%3BEAClB%2CwBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CwDAAA%3BEACA%2CgDAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CcAAe%2CqBAAqB%3BEAChC%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%2CqBAAqB%3BEAChC%2CUAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%3BEACnC%2CyBAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%2CGAAG%3BEACtC%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%2CGAAG%3BEACtC%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%3BEACnC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%3BEACnC%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%3BEACnC%2CmBAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%3BEACnC%2CmBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAG%3BEAClB%2CqBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CiBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%3BEACnC%2CmBAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%2CmBAAmB%3BEACtD%2CcAAA%3B%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BEACA%2CWAAA%3B%3BEACA%2CQAAQ%2CMAAR%3B%3BEACA%2CSAAA%3B%3BEACA%2CUAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CaAAA%3B%3B%3BAAGJ%2CkBAAmB%3BEACf%2CaAAA%3B%3BAASR%2CQAN6B%3BEACrB%2CWAAY%2C0BAA0B%2CeAAe%3BIACjD%2CUAAA%3BIACA%2CWAAA%3B%3B%3BArBheR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4B4JjC%2CQAGI%2CKACI%3BA5BhKV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4B6JjC%2CQAEI%2CKACI%3BA5BhKV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4B8JjC%2CQACI%2CKACI%3BA5BhKV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4B4JjC%2CQAGI%2CKAEI%3BA5BjKV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4B6JjC%2CQAEI%2CKAEI%3BA5BjKV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4B8JjC%2CQACI%2CKAEI%3BE5CyHV%2C6BAAA%3B%3BAgB1RA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4BuKjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BA5B3KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4BwKjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BA5B3KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4ByKjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BA5B3KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4BuKjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BA5B5KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4BwKjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BA5B5KV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4ByKjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BA5B7KZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CS4BkLjC%2CQAAQ%3BE5CwGV%2C6BAAA%3B%3BAgB1RA%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%2CKAAK%2CSACD%3BEAEI%2CmBAAA%3B%3BAACA%2CKAJH%2CSACD%2CSAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CKAPH%2CSACD%2CSAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeAOI%3BEACI%2CoBAAA%3B%3BAACT%2CWAAY%2CgBAFP%3BEAGJ%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIA%3BEACI%2CmBAAA%3B%3BAAEJ%2CcAAc%2CSACV%3BEACI%2CaAAA%3B%3BAAGT%2CcALe%2CSAIV%2CSACJ%3BEAAQ%2C4BAAA%3B%3BAAEI%2CcAPE%2CSAIV%2CSAEK%2CKACI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAXE%2CSAIV%2CSAEK%2CKAKI%3BEACG%2CaAAA%3B%3BAANR%2CcANM%2CSAIV%2CSAEK%2CKAQG%3BEACI%2CSAAA%3B%3BAAOJ%2CcAtBE%2CSAIV%2CSAEK%2CKAgBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcA7BE%2CSAIV%2CSAEK%2CKAuBI%2CQACK%3BEACE%2CkBAAA%3B%3BAACA%2CcAhCN%2CSAIV%2CSAEK%2CKAuBI%2CQACK%2CIAEG%3BEACG%2CeAAA%3B%3BAA3BhB%2CcANM%2CSAIV%2CSAEK%2CKA%2BBG%2CYAII%3BEAEI%2CWAAA%3B%3BAAMpB%2CgBACI%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAAS%2CMACL%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAsI1IR%2CsBAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALR%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAcI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBALJ%2CwBAKK%3BEtJyQT%2CcAAA%3BEAAA%2CiBAAA%3BEsJvQY%2CUAAA%3B%3BAArBZ%2CsBAyBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAA3BR%2CsBA8BI%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAhCR%2CsBAmCI%3BEACI%2CUAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAzCR%2CsBA4CI%2CEAAC%2COAAO%3BEACJ%2CUAAA%3BEACA%2CeAAA%3B%3BAAIR%2COACI%2CgBAAgB%3BEACZ%2CcAAA%3B%3BAAFR%2COAKI%3BEACI%2CaAAA%3B%3BAANR%2COASI%2COAAM%2COACF%2CMAAK%3BEACD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2COASI%2COAAM%2COAOF%3BEACI%2CkBAAA%3B%3BAAjBZ%2COASI%2COAAM%2COAUF%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3BZ%2COA%2BBI%2CoBAAoB%3BEAChB%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CuCACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANR%2CuCASI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CuCAkBI%2CcACI%3BEACI%2CSAAA%3B%3BAApBZ%2CuCAwBI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA7BR%2CuCAgCI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAApCR%2CuCAuCI%2CWACI%2CKAAI%3BEACA%2CqBAAA%3B%3BAAIZ%2CoBACI%2CMAAM%3BEACF%2CkBAAA%3B%3BAAFR%2CoBACI%2CMAAM%2CEAEF%2CMAAK%3BEACD%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAATZ%2CoBACI%2CMAAM%2CEAUF%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAAbZ%2CoBACI%2CMAAM%2CEAcF%2CMAAK%2CiBAAoB%2CQAAK%3BEAC1B%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAA3BZ%2CoBACI%2CMAAM%2CEA4BF%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAClC%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAzCZ%2CoBACI%2CMAAM%2CEA0CF%2CMAAK%2CiBAAiB%2CQAAW%3BEAC7B%2CcAAA%3B%3BAA5CZ%2CoBA%2BCI%2CMAAQ%3BEACJ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAjDR%2CoBAmDI%2CMAAM%3BEACF%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3B%3BAAxDR%2CoBA0DI%2CMAAM%2CaAAW%3BEACb%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2C%2BBAAA%3B%3BACpMR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAARJ%2CoBAUI%3BEvJiRJ%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3B%3BAsJjHA%2CoBAUI%2CGAEI%3BEvJ%2BQR%2C6BAAA%3BEuJvQY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAZA%2CoBAHR%2CGAEI%2CGACK%2CIAAI%3BEvJ8QjB%2CgBAAA%3BEuJ3QgB%2CaAAA%3BEACA%2CgBAAA%3B%3BAASJ%2CoBAhBR%2CGAEI%2CGAcK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAnBR%2CGAEI%2CGAiBK%3BAACD%2CoBApBR%2CGAEI%2CGAkBK%3BEvJ6Pb%2CmBAAA%3B%3BAuJ3RA%2CoBAUI%2CGAwBI%3BEvJyPR%2C6BAAA%3BEuJhPY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAbA%2CoBAzBR%2CGAwBI%2CGACK%2CIAAI%3BEvJwPjB%2CgBAAA%3BEAAA%2CyBAAA%3BEuJrPgB%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAASJ%2CoBAvCR%2CGAwBI%2CGAeK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBA1CR%2CGAwBI%2CGAkBK%3BEACG%2CmBAAA%3B%3BAAEJ%2CoBA7CR%2CGAwBI%2CGAqBK%3BAACD%2CoBA9CR%2CGAwBI%2CGAsBK%3BEvJmOb%2CmBAAA%3B%3BAuJ3RA%2CoBAUI%2CGAwBI%2CGAyBI%3BEvJgOZ%2CWAAA%3BEuJ9NgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FDhB%2CoBAUI%2CGAwBI%2CGA%2BBI%3BEACI%2CWAAA%3B%3BAAKhB%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAANJ%2CoBAAqB%2CGAOjB%2CGAAE%2CwBAAwB%3BEACtB%2C6BAAA%3B%3BAAGR%2CoBAAqB%2CGAAE%3BEACnB%2CYAAA%3B%3BAClFA%2CQAAC%3BEACG%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAHH%2CKAGI%3BEtJgpDT%2CiBAAA%3BEsJ9oDY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CQAHH%2CKAGI%2CKAKG%3BEACI%2CcAAA%3B%3BAACA%2CQAVX%2CKAGI%2CKAKG%2CEAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CQAfH%2CKAeI%3BEACG%2CeAAA%3B%3BAAEJ%2CQAlBH%2CKAkBI%3BEACG%2CgBAAA%3B%3BAAnBR%2CQAAC%2CKAqBG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAvBZ%2CQAAC%2CKAqBG%2CyBAII%3BEtJ0nDZ%2CiBAAA%3B%3BAqB5iDA%2CQiIvGK%2CKA6BG%2CWjI0EP%3BEvByKD%2CSwB%5C%2FHa%2COxB%2BHb%3B%3BAwJ9OA%3BEACI%2CgBAAA%3B%3BAADJ%2CUAEI%3BEtJ%2BmDJ%2CiBAAA%3BEsJ7mDQ%2CmBAAA%3B%3BAAJR%2CUAMI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAACA%2CUAHJ%2CaAGK%3BEACG%2CSAAS%2CEAAT%3B%3BAAIZ%2CcACI%3BAADY%2CcACZ%3BEtJkmDJ%2CiBAAA%3B%3BAsJnmDA%2CcAII%3BAAJY%2CcAIZ%3BEACI%2CqBAAA%3B%3BAALR%2CcAOI%2CqBAAuB%3BAAPX%2CcAOZ%2CqBAAuB%3BEACnB%2CqBAAA%3B%3BAAGR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAEI%3BEACI%2CaAAA%3B%3BAAHR%2CcAKI%3BEACI%2CcAAA%3B%3BAAGR%3BEACI%2CqBAAA%3B%3BAADJ%2CUAEI%3BEACI%2CaAAA%3B%3BAAHR%2CUAKI%3BEtJ0kDJ%2CiBAAA%3BEsJxkDQ%2CcAAA%3B%3BAAGR%2CcACI%3BEACI%2CqBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CmBAGI%3BExJ0LJ%2CcAAA%3BEAAA%2CiBAAA%3B%3BAwJ7LA%2CmBAOI%3BEACI%2CgBAAA%3B%3BAAGR%3BAAAqB%3BAAAsB%3BEACvC%2CmBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CqBAAA%3B%3BAACA%2CSAFM%2CaAEL%3BEACG%2CSAAS%2CEAAT%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CaAIM%2CIAAC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAANR%2CaAIM%2CIAAC%2CMAGC%3BEACI%2CUAAA%3B%3BAARZ%2CaAIM%2CIAAC%2CMAMC%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3B%3BAAEJ%2CaAhBF%2CIAAC%2CMAgBE%2CMAAO%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CaAAa%2CMAAO%3BEAChB%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEtJs0CJ%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2CwEAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3B%3BAsJr1CA%2CYAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAlBR%2CYAoBI%3BAApBJ%2CYAoBY%3BEACJ%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAA5BR%2CYA8BI%2COAAM%3BAA9BV%2CYA8BkB%2CEAAC%3BEACX%2CcAAA%3B%3BAA%5C%2FBR%2CYA8BI%2COAAM%2CMAEF%3BAAhCR%2CYA8BkB%2CEAAC%2CMAEX%3BEACI%2CyBAAA%3B%3BAAIZ%2CYAAa%3BEACT%2CUAAA%3B%3BAAEJ%2CaAAc%2CWAAU%3BEACpB%2CaAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CgBAII%2CqBAAuB%3BAAJ3B%2CgBAIiD%3BEACzC%2CiBAAA%3B%3BAALR%2CgBAOI%2CqBAAuB%3BAAP3B%2CgBAOiD%3BAAPjD%2CgBAOwD%2CqBAAuB%2CuBAAqB%3BAAPpG%2CgBAO4G%2CMAAM%3BAAPlH%2CgBAO0H%2CMAAQ%2CuBAAoB%3BAAPtJ%2CgBAO%2BJ%2CMAAQ%2CuBAAqB%3BExJyE5L%2CiBAAA%3B%3BAwJrEQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAEJ%2CgBAJJ%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CgBARR%2CMAOM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAKhB%3BEtJ27CA%2CiBAAA%3B%3BAsJ37CA%2CcAEI%3BEACI%2CgBAAA%3B%3BAAHR%2CcAKI%3BEACI%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CcAJJ%2CmBAIK%3BEACG%2CyBAAA%3B%3BAAVZ%2CcAaI%3BEACI%2CsBAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAlBR%2CcAoBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGR%2CiBACI%2CKAAK%3BEACD%2CUAAA%3BEACA%2CYAAA%3B%3BAAHR%2CiBACI%2CKAAK%2COAGD%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BACzQZ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEvJipDJ%2CiBAAA%3B%3BAuJ%5C%2FoDI%2CSAAS%2CQAAW%3BEAChB%2CUAAA%3BEACA%2C6BAAA%3B%3BAATR%2CiBAYI%3BEACI%2CaAAA%3B%3BAACA%2CSAAS%2CQAAW%2CoBAFxB%3BEAGQ%2CcAAA%3B%3BAAfZ%2CiBAkBI%3BEACI%2CSAAA%3B%3BAAnBR%2CiBAqBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAxBR%2CiBA0BI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CoBALxB%3BEAMQ%2CaAAA%3B%3BAAhCZ%2CiBA0BI%2CSAQI%3BEACI%2CqBAAA%3B%3BAAnCZ%2CiBAsCI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzCR%2CiBA2CI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAhDR%2CiBA2CI%2CQAMI%3BEACI%2CiBAAA%3BEACA%2CYAAA%3B%3BAAnDZ%2CiBA2CI%2CQAUI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA3DZ%2CiBA8DI%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAAhER%2CiBA8DI%2COAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAS%2CQAAW%2CoBATxB%3BEAUQ%2CaAAA%3B%3BAAxEZ%2CiBA2EI%3BEzJwMJ%2CcAAA%3BEyJtMQ%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEzJmMR%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAkI6EY%2CiBAPR%2CYAMK%2CIAAI%2CSACA%3BEzJiMb%2CcAAA%3B%3BAyJ7LQ%2CiBAXJ%2CYAWK%3BEACG%2CiBAAA%3B%3BAAEJ%2CiBAdJ%2CYAcK%2COAAO%3BEzJ0LhB%2CcAAA%3B%3BAyJnRA%2CiBA2EI%2CYlI4LF%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CiBkIgEI%2CYlIhEH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB5DO%2COxB4DP%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBkImDA%2CYlIpDH%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBzKA%2CiBkIZI%2CWlIYH%3BEvByKD%2CSwBrFQ%2COxBqFR%3B%3BAyJjLA%3BEACI%2CkBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEzJ0KJ%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAkImGA%2CclI%2BJE%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CcAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBvDiB%2COxBuDjB%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcADH%2CMACI%3BEvB2PL%2CcAAA%3B%3BAyJxKI%2CcAAC%2CUAAU%3BEACP%2CSjIiHU%2COiIjHV%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CkBAMI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CWAAY%2CmBAHhB%3BEAIQ%2CiBAAA%3B%3BAAVZ%2CkBAaI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAAY%2CmBAVhB%3BEAWQ%2CWAAA%3BEACA%2COAAA%3B%3BA9J%5C%2FHZ%3BAAAY%2CIAAI%3BEACZ%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAACA%2CmBAAoB%3BAAApB%2CmBAAoB%2CKAJR%3BEAKR%2C2BAAA%3B%3BAAOQ%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CYANZ%2CiBACI%2CqBACM%2CuBAIG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAARpB%2CYACI%2CiBAWI%2CMAAK%3BEACD%2CeAAA%3B%3BAAbZ%2CYACI%2CiBAWI%2CMAAK%2CYAED%3BEKoPZ%2CiBAAA%3B%3BALjPY%2CYAhBR%2CiBAWI%2CMAAK%2CYAKA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3B%3BAAKhB%3BEACI%2CgBAAA%3B%3BAAMA%2CSAAC%2CMACG%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGR%2CSAAC%3BAAAQ%2CSAAC%3BEACN%2CmBAAA%3B%3BAAOJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGR%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CYAAA%3B%3BAAKJ%2CQAAQ%2CMAIJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAALR%2CQAAQ%2CMAOJ%3BEK%2BKJ%2CcAAA%3BEAAA%2CiBAAA%3BEL5KQ%2CcAAA%3B%3BAAVR%2CQAAQ%2CMAYJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAbR%2CQAAQ%2CMAeJ%2COAAM%3BEKuKV%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3B%3BANZA%2CQAAQ%2CMAeJ%2COAAM%2COMGR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BANpBJ%2CQAAQ%2CMAeJ%2COAAM%2COAEF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAAEJ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CQAAQ%2CKAAK%2CSAKT%2CMAAK%3BEACD%2CaAAA%3B%3BAANR%2CQAAQ%2CKAAK%2CSAQT%2CQAAU%2CQAAK%3BEACX%2CcAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CsBAGI%2CMAAM%3BEACJ%2C6BAAA%3B%3BAACE%2CsBAFJ%2CMAAM%2CGAED%3BEACG%2CmBAAA%3B%3BAANZ%2CsBASI%2CGAAG%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAdR%2CsBAgBI%2CGAAG%3BEACC%2CkBAAA%3B%3BAAGR%2CkBACI%2CoBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CkBADJ%2COACK%3BAAAY%2CkBADjB%2COACkB%3BEACV%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBANJ%2COAMK%2CUAAW%3BEACR%2CcAAA%3B%3BAAKA%2CkBAFR%2CSACK%2CUACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CkBAFR%2CSACK%2CUACI%2CIAIK%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAPR%2CkBAFR%2CSACK%2CUACI%2CIASG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBAfhB%2CSACK%2CUACI%2CIASG%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIZ%2CkBApBR%2CSACK%2CUAmBI%3BEACG%2CgBAAA%3B%3BAAGR%2CkBAxBJ%2CSAwBK%3BEACG%2CcAAA%3B%3BAAIZ%2CwBACI%2CgCACI%3BEK4ER%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BELxEY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAII%2CwBAZZ%2CgCAUK%2CSACG%2CQACK%3BAAAD%2CwBAZZ%2CgCAUiB%2CUACT%2CQACK%3BEACG%2CSAAS%2CGAAT%3BEKgEpB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAL9EA%2CwBAqBI%2COACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CwBAJR%2COACI%2CMAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAQhB%2CaAAc%2CWAAW%3BEACrB%2CaAAA%3B%3BAAEJ%2CmBACI%2CWACI%2CeAAe%3BAAFF%2CuBACjB%2CWACI%2CeAAe%3BEOy6CvB%2CiBAAA%3BEPv6CY%2CgBAAA%3B%3BAAJZ%2CmBACI%2CWAKI%3BAANa%2CuBACjB%2CWAKI%3BEACI%2CmBAAA%3B%3BAAPZ%2CmBAUI%2CeACI%2CaAAe%3BAAXF%2CuBAUjB%2CeACI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAZZ%2CmBAeI%3BAAfiB%2CuBAejB%3BAAfJ%2CmBAegB%3BAAfK%2CuBAeL%3BEACR%2CqBAAA%3B%3BAAhBR%2CmBAeI%2CWAEI%3BAAjBa%2CuBAejB%2CWAEI%3BAAjBR%2CmBAegB%2CeAER%3BAAjBa%2CuBAeL%2CeAER%3BEACI%2CaAAA%3B%3BAACA%2CmBAJR%2CWAEI%2CaAEK%3BAAAD%2CuBAJR%2CWAEI%2CaAEK%3BAAAD%2CmBAJI%2CeAER%2CaAEK%3BAAAD%2CuBAJI%2CeAER%2CaAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAApBhB%2CmBAwBI%2CWAAW%2CeAAe%3BAAxBT%2CuBAwBjB%2CWAAW%2CeAAe%3BEOm5C9B%2CiBAAA%3BEPj5CQ%2CWAAA%3BEACA%2CeAAA%3B%3BAA3BR%2CmBA6BI%2CQAAO%3BAA7BU%2CuBA6BjB%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAGR%2CYAEI%3BEACI%2CqBAAA%3B%3BAAHR%2CYAKI%3BAALJ%2CYAK0B%3BAAL1B%2CYAKgD%3BEACxC%2CqBAAA%3B%3BAANR%2CYAKI%2CqBAEI%3BAAPR%2CYAK0B%2CqBAElB%3BAAPR%2CYAKgD%2CMAExC%3BEKDR%2CiBAAA%3BELGY%2CgBAAA%3B%3BAAIZ%3BEKPA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEG5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAFvDA%2CyBAAC%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CyBAAC%3BED4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACvIA%2CyBAAC%3BEDuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAGxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEH%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEG5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BARoFJ%2CMAAM%2CQACF%2CQAAO%3BEACH%2CeAAA%3B%3BAAMR%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQAJR%2CeACI%2CcAGK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CQAJR%2CeACI%2CcAGK%2CKAGG%3BEACI%2COAAA%3BEACA%2CkBAAA%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%3BEKlDR%2CcAAA%3BEAAA%2CiBAAA%3BELqDY%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%2CQA6DI%3BEAEI%2CmBAAA%3B%3BAA%5C%2FDR%2CQA6DI%2CsBAGI%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnEZ%2CQAyEI%2CqBACI%3BEACI%2CmBAAA%3B%3BAA3EZ%2CQAyEI%2CqBAII%3BEACI%2CSAAA%3B%3BAAIZ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAFJ%2CwBAAyB%2CiBAGrB%2CKAAI%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CWACI%2COAGM%3BEACE%2CcAAA%3BEOiwCZ%2CiBAAA%3BEP%5C%2FvCY%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAATZ%2CWAYI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CWAYI%2CcAII%3BEACI%2CkBAAA%3B%3BAAjBZ%2CWAYI%2CcAOI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3BAAvBZ%2CWAYI%2CcAOI%2CYAKI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CWA3BR%2CcAOI%2CYAoBK%3BEACG%2CQAAA%3BEACA%2CUAAA%3B%3BAAzChB%2CWAYI%2CcAgCI%2CMAAK%3BEACD%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEOotCZ%2CiBAAA%3B%3BAPtwCA%2CWAsDI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAxDR%2CWAsDI%2CSAGI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FDZ%2CWAsDI%2CSAGI%2CYAOM%3BEACE%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAdR%2CSAGI%2CYAWK%3BEACG%2CcAAA%3B%3BAArEhB%2CWAsDI%2CSAkBI%3BEACI%2CqBAAA%3B%3BAAzEZ%2CWA4EI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA9ER%2CWAgFI%2CSAAS%3BAAhFb%2CWAgFsB%3BEACd%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWAbJ%2CSAAS%2CQAaJ%3BAAAD%2CWAbc%2CkBAab%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAA8FZ%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAOI%2CMAAK%3BAAPT%2CiBAOiB%2CGAAE%3BEACX%2C%2BBAAA%3B%3BAARR%2CiBAUI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAZR%2CiBAUI%2CMAGI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAPJ%2CMAOK%2CQAAQ%3BAAAO%2CiBAPpB%2CMAOqB%2CQAAQ%3BEACrB%2CgCAAA%3B%3BAAEJ%2CiBAVJ%2CMAUK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CiBAjBJ%2CMAiBK%3BEKhWT%2CiBAAA%3B%3BALgWQ%2CiBAjBJ%2CMAiBK%2CUAEG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FBhB%2CiBAmCI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CiBAuCI%3BEACI%2CcAAA%3B%3BAAxCR%2CiBA0CI%3BAA1CJ%2CiBA0C2B%3BAA1C3B%2CiBA0CuC%2CSAAQ%3BAA1C%5C%2FC%2CiBA0CwD%3BEAChD%2CcAAA%3BEACA%2CcAAA%3B%3BAA5CR%2CiBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CiBA8CI%2CqBAEI%2CQAAO%3BAAhDf%2CiBA8CI%2CqBAEmB%2CQAAO%3BEKrX9B%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BALqUA%2CiBA8CI%2CqBAKI%2CQAAO%3BEACH%2CUAAA%3B%3BAApDZ%2CiBAuDI%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA1DR%2CiBA%2BDI%2CsBACM%2CmBACI%3BEACE%2CgBAAA%3B%3BAAKR%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAIZ%2CWAAW%3BEACP%2CaAAA%3B%3BACzqBJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CeAII%2CWACI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAMZ%2CaAAc%2COAAO%3BEACjB%2CiBAAA%3B%3BAAEJ%3BEI%2BPA%2CmBAAA%3BEJ5PI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAALJ%2CaAMM%3BEM4nDN%2CiBAAA%3BEN1nDQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%3BEACI%2CWAAA%3B%3BAAdR%2CaAiBI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAApBhB%2CaAiBI%2COAOI%3BEACI%2CgBAAA%3B%3BAAzBZ%2CaAiBI%2COAWI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAdR%2COAWI%2COAGK%3BEACG%2CaAAA%3B%3BAAhChB%2CaAiBI%2COAmBI%2CiBACM%3BEACE%2CgBAAA%3B%3BAAtChB%2CaAiBI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BEAEH%2CWAAA%3B%3BAA1CpB%2CaAiBI%2COAsCI%2COACI%3BEM0kDZ%2CiBAAA%3BENxkDgB%2CgBAAA%3B%3BAA1DhB%2CaAiBI%2COA6CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FDZ%2CaAiBI%2COA6CI%2CcAGI%2COACI%3BEACI%2CWAAA%3B%3BAAnEpB%2CaAiBI%2COA6CI%2CcAGI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAAnFZ%2CaAuFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA3FR%2CaAuFI%2CwBAMI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3BEACA%2CmBAAA%3B%3BAAhGZ%2CaAuFI%2CwBAYI%3BEACI%2CqBAAA%3B%3BAAEA%2CaAfR%2CwBAYI%2CMAGK%3BEACG%2CgBAAA%3B%3BAAvGhB%2CaA4GI%3BEACI%2CkBAAA%3B%3BAA7GR%2CaA4GI%2CSAGM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOJ%2CaADJ%2CQACK%3BEACG%2CcAAA%3B%3BAAMZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAAOR%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAACA%2CKAxBP%2CcAsBG%2CKAEK%3BAACD%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAhCP%2CcAsBG%2CKAUK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAhCP%2CcAsBG%2CKAUK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BM%3BEIoEd%2CcAAA%3BEAAA%2CiBAAA%3BEJjEgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAvEZ%2CKAAC%2CcA2EG%3BEAEI%2CkBAAA%3B%3BAA7ER%2CKAAC%2CcA2EG%2CiBAIM%3BAA%5C%2FEV%2CKAAC%2CcA2EG%2CiBAKM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEIkChB%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BA3ByJI%2CKAAC%2CcA2EG%2CiBAIM%2Ce2B0BZ%3BA3BzGE%2CKAAC%2CcA2EG%2CiBAKM%2CiB2ByBZ%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CK3BmJK%2CcA2EG%2CiBAIM%2Ce2BlOb%3BAAAD%2CK3BmJK%2CcA2EG%2CiBAKM%2CiB2BnOb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBvLS%2COxBuLT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CK3BsIC%2CcA2EG%2CiBAIM%2Ce2BtNb%2CMACI%3BAAAD%2CK3BsIC%2CcA2EG%2CiBAKM%2CiB2BvNb%2CMACI%3BEvB2PL%2CWAAA%3B%3BAuBrPI%2CK3BgIC%2CcA2EG%2CiBAIM%2Ce2BhNb%2COACI%3BAAAD%2CK3BgIC%2CcA2EG%2CiBAKM%2CiB2BjNb%2COACI%3BEvBqPL%2CWAAA%3B%3BAJrHI%2CKAAC%2CcA2EG%2CiBAoBM%3BEAEE%2CQAAA%3B%3BA2BrJhB%2CK3BoDK%2CcA2EG%2CiBAoBM%2CiB2BnJb%3BEvByKD%2CSwBpLS%2COxBoLT%3B%3BAJrHI%2CKAAC%2CcAwGG%2CcAAc%2CiBACR%3BEACE%2CaAAA%3B%3BAA1GZ%2CKAAC%2CcA6GG%2CkBAAkB%2CiBACZ%3BEACE%2CaAAA%3B%3BAA%5C%2FGZ%2CKAAC%2CcA6GG%2CkBAAkB%2CiBAIZ%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAAnHZ%2CKAAC%2CcAuHG%3BEACI%2CoBAAA%3B%3BAAEA%2CKA1HP%2CcAuHG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKA9HP%2CcAuHG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKArIP%2CcAoIG%2CSACK%3BEACG%2CcAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKA%5C%2FIP%2CcAoIG%2CSAWK%3BEMy2Cb%2CiBAAA%3BENv2CgB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CKAvJP%2CcAsJG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAxJZ%2CKAAC%2CcA6JG%3BEACI%2CgBAAA%3B%3BAA9JR%2CKAAC%2CcAmKG%2CmBAAqB%3BEACjB%2CeAAA%3BEACA%2CqBAAA%3BEMm1CZ%2CiBAAA%3B%3BANx%5C%2FCI%2CKAAC%2CcAgLG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlLR%2CKAAC%2CcAqLG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgCAAA%3B%3BAAIJ%3BEACI%2CgCAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEMuwCJ%2CiBAAA%3B%3BANzwCA%2CqBAII%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2CqBAII%2CiBAII%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CiBAAA%3B%3BAA0IA%2CMAAC%3BEIvRL%2CeAAA%3BEJyRQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BAAqNf%2CQAXyB%3BEAKV%2CKAFP%2CcACG%2CSACK%3BIACG%2CeAAA%3B%3B%3BA0C9vBhB%2CeACI%2CaACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CeAOI%3BEACI%2CkBAAA%3B%3BAARR%2CeAOI%2CUAEI%3BEpC4oDR%2CiBAAA%3BEoC1oDY%2CgBAAA%3B%3BAAXZ%2CeAOI%2CUAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1BpB%2CeAgCI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA7CZ%2CeAiDI%2CeACI%2CeAAe%3BEACX%2CWAAA%3BEACA%2CqBAAA%3B%3BAApDZ%2CeAiDI%2CeACI%2CeAAe%2CSAGT%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAxDhB%2CeAiDI%2CeACI%2CeAAe%2CSAQX%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAA5DhB%2CeAiDI%2CeACI%2CeAAe%2CSAYT%3BEACE%2CYAAA%3B%3BAAEI%2CeAhBhB%2CeACI%2CeAAe%2CSAYT%2CWAEE%2CQACK%3BEACG%2CmBAAA%3B%3BAACA%2CeAlBpB%2CeACI%2CeAAe%2CSAYT%2CWAEE%2CQACK%2CQAEI%3BEACG%2CgBAAA%3B%3BAApE5B%2CeA4EI%3BEACI%2CeAAA%3B%3BAA7ER%2CeAgFI%3BAAhFJ%2CeAiFI%3BAAjFJ%2CeAkFI%3BAAlFJ%2CeAmFI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CeAAgB%2CcAAa%2CYAAa%3BEACtC%2CMAAA%3B%3BAAEJ%2CYAAY%2COACR%2CkBAAkB%3BEACd%2CgBAAA%3B%3BAAFR%2CYAAY%2COAIR%2CkBAAkB%2CQAAO%2CSAAS%3BAAJtC%2CYAAY%2COAIkC%2CkBAAkB%2CQAAO%2CSAAS%3BEACxE%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3B%3BAAEJ%2CiBAAkB%3BAAAe%2COAAO%2CSAAU%3BEAC9C%2CuBAAA%3B%3BAAEJ%2COAAO%3BEACH%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAJJ%2COAAO%2CSAKD%3BEpCuiDN%2CeAAA%3BEoCriDQ%2CcAAA%3BEACA%2CiBAAA%3B%3BAARR%2COAAO%2CSAWH%2CSAAQ%3BEACJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEpCyhDR%2CiBAAA%3BEoCvhDQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COAzBD%2CSAWH%2CSAAQ%2CIAcH%3BEACG%2C6BAAA%3B%3BAADJ%2COAzBD%2CSAWH%2CSAAQ%2CIAcH%2CMAEG%3BEACI%2CaAAA%3B%3BAA5BhB%2COAAO%2CSAWH%2CSAAQ%2CIAqBJ%2CQACM%3BEtCwId%2CeAAA%3B%3BAsC9HA%2CiBACI%2CgBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CiBAOI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAbZ%2CiBAOI%2CSACI%2CSAOM%3BAAfd%2CiBAOI%2CSACI%2CSAQM%3BEACE%2CeAAA%3B%3BAAjBhB%2CiBAsBI%3BEACI%2CgBAAA%3B%3BAAIR%2CWACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CWAKI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAJJ%2CyBAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAbR%2CyBAKI%2CWASI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEtCiDA%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3B%3BAqCyHA%2CeAEI%3BEACI%2CeAAA%3B%3BAAHR%2CeAKI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CeALJ%2CcAKK%2CIAAI%3BEtCuCb%2C6BAAA%3B%3BAsCnCQ%2CeATJ%2CcASK%3BEACG%2CcAAA%3B%3BAAfZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3BEpC25CZ%2CiBAAA%3B%3BAoCp7CA%2CeA8BI%3BEACI%2CoBAAA%3B%3BAA%5C%2FBR%2CeAkCI%2CSACM%3BAAnCV%2CeAkCI%2CSAEM%3BEACE%2CWAAA%3B%3BAArCZ%2CeAkCI%2CSAMI%3BEtCSR%2CcAAA%3BEuBhOA%2CqBAAA%3BEegOY%2CeAAA%3BEACA%2CkBAAA%3B%3BAf3NZ%2Cee2MI%2CSAMI%2CQfjNP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAetEY%2CeAlBR%2CSAMI%2CQAYK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAfvKhB%2CeeiJI%2CSA0BK%2COACK%2CUf5Kb%3BEvBgKD%2CSwB%5C%2FEa%2COxB%2BEb%3B%3BAsCjDA%2CeAsEI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAzER%2CeAsEI%2CmBAII%3BEtCzBR%2CcAAA%3B%3BAsCjDA%2CeA%2BEI%3BEACI%2CkBAAA%3B%3BAAhFR%2CeA%2BEI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAnFZ%2CeA%2BEI%2CsBAOI%3BAAtFR%2CeA%2BEI%2CsBAQI%3BEACI%2CiBAAA%3B%3BAAxFZ%2CeA%2BEI%2CsBAYI%2CMAAK%3BEtC1Cb%2CiBAAA%3B%3BAsCjDA%2CeA%2BEI%2CsBAmBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAApGZ%2CeAwGI%2CSAAQ%3BEpC40CZ%2CiBAAA%3BEoC10CQ%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA7GR%2CeAwGI%2CSAAQ%2CQAMJ%3BEACI%2CkBAAA%3B%3BAA%5C%2FGZ%2CeAwGI%2CSAAQ%2CQAMJ%2CGAEM%3BEACE%2CmBAAA%3B%3BAACA%2CeAVZ%2CSAAQ%2CQAMJ%2CGAEM%2COAEG%3BEACG%2CeAAA%3B%3BAAnHpB%2CeAgII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnIR%2CeAgII%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAbR%2CmBAII%2COASK%3BEACG%2CQAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIhB%2CeAgII%2CmBAkBI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEpC4xCZ%2CiBAAA%3B%3BAoCp7CA%2CeA6JI%3BEtC5GJ%2CiBAAA%3BEsC8GQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAjKR%2CeAoKI%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEtCzHT%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAesYQ%2CeADJ%2CQACK%2CKfpIP%3BAeqIM%2CeAFJ%2CQAEK%2COfrIP%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2Cee%2BXI%2CQACK%2CKfhYR%3BAAAD%2Cee%2BXI%2CQAEK%2COfjYR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBvLS%2COxBuLT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeekXA%2CQACK%2CKfpXR%2CMACI%3BAAAD%2CeekXA%2CQAEK%2COfrXR%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2Cee4WA%2CQACK%2CKf9WR%2COACI%3BAAAD%2Cee4WA%2CQAEK%2COf%5C%2FWR%2COACI%3BEvBqPL%2CcAAA%3B%3BAsCoIQ%2CeAbJ%2CQAaK%3BEACG%2CcAAA%3B%3BAf9SZ%2CeegSI%2CQAaK%2COf7SR%3BEvByKD%2CSwBpLS%2COxBoLT%3B%3BAsCyIY%2CeAlBR%2CQAaK%2COAKI%3BEACG%2CoBAAA%3BEACA%2CeAAA%3B%3BAACA%2CeArBZ%2CQAaK%2COAKI%2CqBAGI%3BEACG%2CcAAA%3B%3BAAKZ%2CeA3BJ%2CQA2BK%3BEACG%2CaAAA%3B%3BAzC9ZZ%3BEG2QA%2CgBAAA%3B%3BAHtQA%3BEGsQA%2CgBAAA%3B%3BAHtQA%2CYAGI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAALR%2CYASI%3BEKgoDJ%2CeAAA%3BEL9nDQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CYAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CYAmBI%2CYACI%3BAApBR%2CYAmBI%2CYACoB%3BEACZ%2CkBAAA%3B%3BAAIZ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BA6JlER%3BE1J2RA%2C6BAAA%3BE0JvRI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CsBASI%3BE1JkRJ%2CeAAA%3BEAAA%2CgBAAA%3BE0J%5C%2FQQ%2CWAAA%3B%3BAAZR%2CsBASI%2CiBAKI%3BEACI%2CkBAAA%3B%3BAAOI%2CsBAHZ%2CkBACI%2CQACK%2CSACI%3BE1JqQjB%2CWAAA%3B%3BAF9PA%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEEqPA%2CgBAAA%3BEFnPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEE6OL%2CmBAAA%3BEAAA%2CWAAA%3BEF1OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEEkOT%2C0BAAA%3B%3BAF5NQ%2CsBADH%2CWACI%3BEE4NT%2C0BAAA%3B%3BAFrPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEEmNR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAFxMQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEEuMT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEFlMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA5BF%2COA4BG%3BEE2LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEFpLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEEmLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAFtKQ%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAFR%2CsBAAC%2CQAKK%3BEEkKV%2CWAAA%3B%3BAF%5C%2FJY%2CsBARP%2CQAKK%2COAGG%3BEE%2BJb%2CmBAAA%3B%3BAFzJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAGK%3BEEsJV%2CWAAA%3B%3BAFnJY%2CsBANP%2CUAGK%2COAGG%3BEEmJb%2CSwB3BU%2COxB2BV%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA8CnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BE9C2QR%2CiBAAA%3B%3BA8CtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE9CkQZ%2CiBAAA%3B%3BA8C7PI%2CMAAC%2CSACK%3BAADM%2CMAAC%2CUACP%3BEACE%2CkBAAA%3B%3BAACA%2CMAHP%2CSACK%2CSAEG%3BAAAD%2CMAHK%2CUACP%2CSAEG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAMZ%2CcADW%2COACV%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAIR%2CYACI%2CUACM%2CSACG%3BEACG%2CgBAAA%3BE5CumDhB%2CiBAAA%3BE4CrmDgB%2CkBAAA%3B%3BAANhB%2CYACI%2CUAQI%3BEACI%2CaAAA%3B%3BAAVZ%2CYACI%2CUAWI%3BEACI%2CWAAA%3B%3BA6GzCZ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE3J8PL%2CYAAA%3B%3BA2J9PI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE3JsPb%2CWAAA%3B%3BA2JpQA%2CcAoBI%3BE3JgPJ%2CqBAAA%3BEuB9QA%2CqBAAA%3B%3BAoIUA%2CcAoBI%2CsBpIoOF%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CcoIwBI%2CsBpIxBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBpIkB%2COxBoIlB%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcoIWA%2CsBpIZH%2CMACI%3BEvB2PL%2CWAAA%3B%3BA2JrOY%2CUAAW%2CeAXnB%2CsBAUK%3BE3JsOT%2CYAAA%3B%3BA2JrOY%2CUAAW%2CeAXnB%2CsBAUK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAXnB%2CsBAUK%2CMAQQ%3BE3J8NjB%2CWAAA%3B%3BA2JpQA%2CcA6CI%3BE3JuNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE2JhNQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE3JqPT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE2J%5C%2FLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE3JyLT%2C2BAAA%3B%3BA2JrLQ%2CcAlCJ%2CuBAkCK%3BE3JqLT%2C2BAAA%3BE2JnLY%2CUAAA%3BEACA%2CUAAA%3B%3BApJ3EZ%2CYAMI%2CYAEI%2CUACI%3BAATZ%2CYAOI%2CuBACI%2CUACI%3BELunDZ%2CiBAAA%3BEKrnDgB%2CWAAA%3B%3BAAXhB%2CYAgBI%2CwBACM%3BEACE%2CmBAAA%3B%3BAAlBZ%2CYAsBI%3BEAEI%2CgBAAA%3BEPqOR%2C6BAAA%3BEOnOQ%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEPyNT%2CqBAAA%3B%3BAOtNY%2CYAjBR%2CuBAcK%2CcAGI%3BEPsNb%2CcAAA%3BEAAA%2CSwB%5C%2FDmB%2COxB%2BDnB%3BEAAA%2CayBtSe%2CQzBsSf%3BEOlNgB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAdR%2CYAdJ%2CuBAcK%2CcAiBG%3BEAEI%2CkBAAA%3B%3BAAvDhB%2CYAkEI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CoBAAA%3B%3BAAxEhB%2CYA6EI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjFR%2CYAoFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEPgIR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAO3HY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBhB%2C%2BBAOI%2CMAaI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAACA%2C%2BBAhBR%2CMAaI%2CGAGK%2CYACG%3BEACI%2CgBAAA%3B%3BAAzBpB%2C%2BBAOI%2CMAsBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAiCjLhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BExCgRR%2CcAAA%3BEwC9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BExCmQR%2CYAAA%3BEwC%5C%2FPY%2CSAAA%3B%3BAhCdZ%2C%2BBACI%3BER4QJ%2CaAAA%3BEQ1QQ%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C%2BBAMI%3BERuQJ%2C6BAAA%3BEQpQQ%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2C%2BBAMI%2C4BAOI%3BERgQR%2CMAAA%3BEAAA%2CqBAAA%3BEuB9QA%2CqBAAA%3BEf0BY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA3BZ%2C%2BBAMI%2C4BAOI%2CaeoPN%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2C%2BBfCI%2C4BAOI%2CaeRP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBrLM%2COxBqLN%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBfZA%2C4BAOI%2CaeIP%2CMACI%3BEvB2PL%2CWAAA%3B%3BAuBrPI%2C%2BBflBA%2C4BAOI%2CaeUP%2COACI%3BEvBqPL%2CWAAA%3B%3BAQ7QA%2C%2BBA%2BBI%3BER8OJ%2CiBAAA%3B%3BAQ7QA%2C%2BBA%2BBI%2C8BAEI%3BEACI%2CcAAA%3B%3BAAlCZ%2C%2BBAsCI%3BAAtCJ%2C%2BBAuCI%3BEACI%2CgBAAA%3B%3BAmCzCR%3BE3C8QA%2CmBAAA%3BEAAA%2CaAAA%3BE2C1QI%2CgBAAA%3B%3BAAJJ%2CkBAMM%3BEzC2oDN%2CeAAA%3BEyCzoDQ%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CkBAkBI%2CMACI%3BE3C2PR%2CWAAA%3BE2CzPY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE3CiPhB%2CiBAAA%3BE2C%5C%2FOgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAAlCpB%2CkBAwCI%3BEACI%2CkBAAA%3B%3BAAzCR%2CkBAiDI%2CeACM%3BEACE%2CgCAAA%3BE3C2NZ%2CyBAAA%3BE2CzNY%2CeAAA%3BE3CyNZ%2CcAAA%3BEuBhOA%2CqBAAA%3BEoBiBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhEZ%2CkBAiDI%2CeACM%2CSpBgNR%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuB2CA%2CkBoBHI%2CeACM%2CSpBET%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoBrRY%2CkBAjBR%2CeACM%2CSAgBG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAvEhB%2CkBAiDI%2CeACM%2CSAwBE%3BE3CoMZ%2CiBAAA%3BE2ClMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BApBiChB%2CkBoB7DI%2CeAgCK%2COACK%2CSpB4Bb%3BEvBgKD%2CSwB%5C%2FEa%2COxB%2BEb%3B%3BA2C9QA%2CkBAiDI%2CeAyCI%3BEACI%2CkBAAA%3B%3BAA3FZ%2CkBAgGI%3BE3C8KJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2C1KQ%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAA3GZ%2CkBA%2BGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnHZ%2CkBA%2BGI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAzHZ%2CkBA%2BGI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9HZ%2CkBA%2BGI%2CcAkBI%3BE3C6IR%2CiBAAA%3BE2C3IY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%3BEACA%2CSAAA%3B%3BAADJ%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBAGA%3BE3CoIhB%2CeAAA%3B%3BA2C9QA%2CkBAiJI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAnJR%2CkBAiJI%2CiBAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3JZ%2CkBAiJI%2CiBAII%2CWAQI%3BEACI%2CSAAA%3B%3BAAWpB%2CQAN8B%3BEACtB%2CkBAAmB%3BIACf%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAtB9KR%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CeAAA%3B%3BAAGR%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CmBAAC%3BEACG%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAdR%2CmBAgBM%3BEACE%2C2BAAA%3B%3BAAIR%2CqBACI%3BEACI%2CYAAA%3B%3BAAFR%2CqBAII%3BEnB6mDJ%2CeAAA%3BEmB3mDQ%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAARR%2CqBAII%2CaAMI%3BEACI%2CgBAAA%3B%3BAAXZ%2CqBAeI%2COACI%3BEACI%2CgBAAA%3B%3BAAjBZ%2CqBAqBI%3BEACI%2CoBAAA%3B%3BAAtBR%2CqBAqBI%2CiBAGM%3BEACE%2CgBAAA%3B%3BAAzBZ%2CqBAkCI%2COAAM%3BEACF%2CSAAA%3B%3BAAnCR%2CqBAkCI%2COAAM%2COAEF%3BEACI%2CmBAAA%3B%3BAArCZ%2CqBAkCI%2COAAM%2COAKF%2COACI%3BAAxCZ%2CqBAkCI%2COAAM%2COAKF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAbJ%2COAAM%2COAaE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAnBR%2COAAM%2COAaE%2CSAMC%3BErByLb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEqBpLgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAAMhB%2CqBACI%2CiBACM%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAAJZ%2CqBACI%2CiBACM%2CWAGE%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAPhB%2CqBACI%2CiBAUM%3BEACE%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAZ%5C%2FHZ%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BET8PZ%2C0BAAA%3B%3BASlRA%2CwBAsCI%3BET4OJ%2CeAAA%3BES1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BET2NR%2CmBAAA%3B%3BASxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BETyMJ%2CeAAA%3B%3BASlRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BEToLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAS7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAAUR%2CwBACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CwBACI%2CiBAGI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BA8BhIQ%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSf0LX%2COe1LW%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEvCwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAuC%5C%2FQA%2CwBAuBI%2CsBAII%3BEvCoPR%2CqBAAA%3BEuBhOA%2CqBAAA%3B%3BAAMA%2CwBgB9BI%2CsBAII%2CehB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwB9Ee%2COxB8Ef%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBgB3CA%2CsBAII%2CehBsCP%2CMACI%3BEvB6ML%2CWAAA%3B%3BAuBvMI%2CwBgBjDA%2CsBAII%2CehB4CP%2COACI%3BEvBuML%2CWAAA%3B%3BAuCzOY%2CwBAfR%2CsBAII%2CeAWK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAxChB%2CwBA6CI%3BEvCkOJ%2CsBAAA%3B%3BAuC%5C%2FQA%2CwBAiDI%3BEACI%2CgBAAA%3B%3BAAlDR%2CwBAqDI%3BEACI%2CUAAA%3B%3BAAtDR%2CwBAqDI%2CmBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBATR%2CmBAGI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBATR%2CmBAGI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAjBR%2CmBAGI%2CMAcK%3BEACG%2CYAAA%3B%3BAAvEhB%2CwBAqDI%2CmBAGI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7EhB%2CwBAqDI%2CmBA4BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAAnFZ%2CwBAuFI%2COAKI%2CQACI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FFhB%2CwBAuFI%2COAYI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAuFI%2COAkBI%2CMACI%3BEACI%2CWAAA%3B%3BAA3GhB%2CwBAuFI%2COAwBI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAjHZ%2CwBAuFI%2COAwBI%2CQAGI%3BEACI%2CYAAA%3B%3BAAnHhB%2CwBAuFI%2COA%2BBI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAxHZ%2CwBAuFI%2COA%2BBI%2CMAGI%3BAAzHZ%2CwBAuFI%2COA%2BBI%2CMAGY%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA3HhB%2CwBAuFI%2COAuCI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAhIZ%2CwBAuFI%2COAuCI%2CKAGI%3BEACI%2CWAAA%3B%3BAxCnJhB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BA6J1BA%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BE5JgQZ%2CiBAAA%3B%3BA4JlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BACzCR%2CmBAAC%3BAAAD%2CeAAC%3BE7J4RL%2CmBAAA%3B%3BA6J1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BAjIvBR%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%3BE5ByPb%2CqBAAA%3BEuB9QA%2CqBAAA%3BEK2BgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQA%5C%2FCR%2CgBA8CI%2CQACK%2CIL6OX%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CQKhCI%2CgBA8CI%2CQACK%2CILfZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwBjFO%2COxBiFP%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQK7CA%2CgBA8CI%2CQACK%2CILHZ%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2CQKnDA%2CgBA8CI%2CQACK%2CILGZ%2COACI%3BEvBqPL%2CcAAA%3B%3BA4B%5C%2FOY%2CQAzDR%2CgBA8CI%2CQAWK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQA7DR%2CgBA8CI%2CQAeK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAjER%2CgBA8CI%2CQAmBK%3BE5BuOb%2CqBAAA%3BEGzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEHgDA%2CgBAAA%3B%3BA4BvOY%2CQAjER%2CgBA8CI%2CQAmBK%2COL2NX%3BEvBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuBHA%2CQKhCI%2CgBA8CI%2CQAmBK%2COLjCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEvB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSwBlFS%2COxBkFT%3BEAAA%2CayBtSe%2CQzBsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEuBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQK7CA%2CgBA8CI%2CQAmBK%2COLrBZ%2CMACI%3BEvB2PL%2CcAAA%3B%3BAuBrPI%2CQKnDA%2CgBA8CI%2CQAmBK%2COLfZ%2COACI%3BEvBqPL%2CcAAA%3B%3BAG7CA%2CQyB3PI%2CgBA8CI%2CQAmBK%2COzB0LZ%3BAACD%2CQyB5PI%2CgBA8CI%2CQAmBK%2COzB2LZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQyBjQI%2CgBA8CI%2CQAmBK%2COzBgMZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQyBtQI%2CgBA8CI%2CQAmBK%2COzBqMZ%3BAACD%2CQyBvQI%2CgBA8CI%2CQAmBK%2COzBsMZ%3BAACD%2CQAAQ%2CUAAW%2CSyBxQf%2CgBA8CI%2CQAmBK%3BEzBwMT%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BA8J5QA%2CwBAJ%2BC%3BE5JovC%5C%2FC%3BIFp%2BBA%2CYAAA%3BIAAA%2CSAAA%3BIE68BA%2CUAAA%3B%3BEACA%2CiDAAC%3BEAAS%2CiDAAC%3BIFh6BX%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BIEk9BI%2CUAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiDAAC%3BIFr9BD%2C4BAAA%3B%3BEEw9BA%2CiDAAC%3BIFx9BD%2C4BAAA%3BIE09BI%2CQAAA%3B%3B%3BA4JluCJ%2CwBAJqD%3BE5JiYrD%3BIFjYA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEE%2B8BA%3BETlsBQ%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%3BIOTZ%2CcAAA%3BIuB9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BE9BgRO%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%2CK8BjRX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwBjFO%2COxBiFP%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8CxHI%2CYAAC%3BIrE%2BCL%2CUAAA%3BIAAA%2CYAAA%3B%3BEqE7NA%2CYA8KK%2CYA9KJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEA2KJ%2CYAAC%2CYAvKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CsDAAA%3BIACA%2CsCAAA%3BIACA%2CWAAA%3B%3BEA%2BJA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEClHZ%3BIDnGA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACA%2CiDAAA%3BIrEsPA%2CUAAA%3BIAAA%2CYAAA%3B%3BEqEpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACA%2C6BAAA%3B%3BEAJJ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACA%2CWAAW%2CeAAX%3B%3BECgFR%2CaD5EA%3BIrEwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIqErOI%2CUAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEC8DR%2CaD1DA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CsDAAA%3BIACA%2CsCAAA%3BIACA%2CWAAA%3B%3BECqDA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaASI%3BItEmJJ%2CyBAAA%3BIsEjJQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BItEqIR%2CwCAAA%3B%3BEsE5HI%2CYAAC%2CYACG%2CkBAAiB%3BItE2HzB%2CyBAAA%3B%3BEsEtHY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEEzHhB%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%3BES7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEyEXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEnEgBJ%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%3BE5BrDJ%3BIACI%2CwBAAA%3B%3BEuFqaA%2CaADS%2CWACR%3BIACG%2CaAAA%3B%3BEAFR%2CaAAa%2CWAIT%2CSAAQ%3BIACJ%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CaARK%2CWAIT%2CSAAQ%2COAIH%3BIACG%2CmBAAA%3BIACA%2CYAAA%3B%3BEAIJ%2CaAdK%2CWAaT%2CGAAE%2COACG%2CYACK%3BIACE%2CsBAAA%3B%3BEAGR%2CaAnBK%2CWAaT%2CGAAE%2COAMG%2CUACG%3BEADS%2CaAnBR%2CWAaT%2CGAAE%2COAMgB%2CYACV%3BEADJ%2CaAnBK%2CWAaT%2CGAAE%2COAMG%2CUACoB%3BEADR%2CaAnBR%2CWAaT%2CGAAE%2COAMgB%2CYACO%3BEADrB%2CaAnBK%2CWAaT%2CGAAE%2COAMG%2CUACuC%3BEAD3B%2CaAnBR%2CWAaT%2CGAAE%2COAMgB%2CYAC0B%3BEADxC%2CaAnBK%2CWAaT%2CGAAE%2COAMG%2CUACyD%3BEAD7C%2CaAnBR%2CWAaT%2CGAAE%2COAMgB%2CYAC4C%3BIAClD%2CaAAA%3B%3BEArBhB%2CaAAa%2CWAaT%2CGAAE%2COAWE%3BIACI%2CaAAA%3B%3BEAzBZ%2CaAAa%2CWA4BT%2CGAAE%3BIACE%2CkBAAA%3B%3BEA7BR%2CaAAa%2CWA4BT%2CGAAE%2CaAGI%3BIACE%2CkBAAA%3B%3BEAhCZ%2CaAAa%2CWA4BT%2CGAAE%2CaAMI%3BIACE%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEA1CZ%2CaAAa%2CWA6CT%2CKAAI%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CaA1DK%2CWA6CT%2CKAAI%2CUAaC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaAnEK%2CWA6CT%2CKAAI%2CUAsBC%3BIACG%2CyBAAA%3B%3BEAEA%2CaAtEC%2CWA6CT%2CKAAI%2CUAsBC%2CiBAGI%3BIACG%2C2BAAA%3B%3BEAGR%2CaA1EK%2CWA6CT%2CKAAI%2CUA6BC%3BIACG%2CyBAAA%3B%3BEAEA%2CaA7EC%2CWA6CT%2CKAAI%2CUA6BC%2CiBAGI%3BIACG%2C2BAAA%3B%3BEAGR%2CaAjFK%2CWA6CT%2CKAAI%2CUAoCC%3BIACG%2CyBAAA%3B%3BEAEA%2CaApFC%2CWA6CT%2CKAAI%2CUAoCC%2CiBAGI%3BIACG%2C2BAAA%3B%3BE1BnhBhB%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEpHmbZ%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEuHhcR%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%3BE%5C%2FGwEZ%2CkBACI%3BIACI%2CmBAAA%3B%3BEP%2BZR%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CkBACM%3BIACE%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEandR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAII%2CiBACI%3BIACI%2CYAAA%3B%3BEAIZ%2CMAAM%3BIACF%2CWAAA%3B%3BE5B2HJ%2CaACI%2CiBACI%3BIL0ER%2CeAAA%3BIKxEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3BILiEJ%2C6BAAA%3B%3BEK9DQ%2CgBADJ%2COACK%3BIL8DT%2CiBAAA%3BIK5DY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEARZ%2CgBAWI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAGJ%2CKAAK%2CcACD%3BIL4CJ%2CqBAAA%3BIuBhOA%2CqBAAA%3B%3BElBmLA%2CKAAK%2CcACD%2CakBgCF%3BIvBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuB2CA%2CKlB6KK%2CcACD%2CakB9KH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSwBxKe%2COxBwKf%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CsBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKlBgKC%2CcACD%2CakBlKH%2CMACI%3BIvB6ML%2CWAAA%3B%3BEuBvMI%2CKlB0JC%2CcACD%2CakB5JH%2COACI%3BIvBuML%2CWAAA%3B%3BEKjCQ%2CKAZH%2CcACD%2CaAWK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3B%3BEACA%2CKAjBP%2CcACD%2CaAWK%2CQAKI%3BIACG%2CWAAA%3B%3BEAlBhB%2CKAAK%2CcAsBD%3BIACI%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEOnER%2CKAAK%2CcACD%3BIZ8EJ%2CqBAAA%3BIuB9QA%2CqBAAA%3B%3BEX%2BLA%2CKAAK%2CcACD%2CqBWkEF%3BIvBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuBHA%2CKXyLK%2CcACD%2CqBW1LH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSwB9HO%2COxB8HP%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CsBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKX4KC%2CcACD%2CqBW9KH%2CMACI%3BIvB2PL%2CWAAA%3B%3BEuBrPI%2CKXsKC%2CcACD%2CqBWxKH%2COACI%3BIvBqPL%2CWAAA%3B%3BEM5HA%3BIN4HA%2CgCAAA%3BIM1HI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAGR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEuB1DhB%2CiBACI%2CSACI%3BI7B0TR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BI5WT%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BIACI%2CqBAAA%3B%3BEACA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BEtJ4JR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAMA%2C0BATR%2CUAEK%2COAOI%3BIACG%2CgCAAA%3BIOyBhB%2CmBAAA%3BIPvBgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAfZ%2CUAEK%2COAOI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BATR%2CUAEK%2COAOI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAtBhB%2CUAEK%2COAOI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA1BhB%2CUAEK%2COAOI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BATR%2CUAEK%2COAOI%2CMAUG%2CMAWI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BAnCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAKK%3BIOAzB%2CmBAAA%3B%3BEPeQ%2C0BAlDJ%2CUAkDK%2CMACG%3BIOhBZ%2CiBAAA%3B%3BEPsBQ%2C0BAzDJ%2CUAyDK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAQJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CmBAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BEC8GR%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BIACI%2CcAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAGJ%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAKI%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEARZ%2CQACI%2CmBAUI%2CQAAO%3BIACH%2CaAAA%3B%3BEAkBZ%2CoBAKI%3BIACI%2CcAAA%3B%3BEANR%2CoBASI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEAnBhB%2CoBAwBI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAzCZ%2CoBAmCI%2CeAAiB%2C0BASb%3BEA5CR%2CoBAoCI%2CwBAA0B%2C0BAQtB%3BIMpQR%2CiBAAA%3BINsQY%2CeAAA%3B%3BEAEA%2CoBAbR%2CeAAiB%2C0BASb%2CKAIK%3BEAAD%2CoBAZR%2CwBAA0B%2C0BAQtB%2CKAIK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBAjBR%2CeAAiB%2C0BASb%2CKAQK%3BEAAD%2CoBAhBR%2CwBAA0B%2C0BAQtB%2CKAQK%3BIACG%2CoBAAA%3B%3BEAQhB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEsBlaR%2CKAAK%2CcACD%3BIhB8HJ%2CqBAAA%3BIuB9QA%2CqBAAA%3B%3BEP%2BIA%2CKAAK%2CcACD%2CmBOkHF%3BIvBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuBHA%2CKPyIK%2CcACD%2CmBO1IH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSwBnLQ%2COxBmLR%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CsBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKP4HC%2CcACD%2CmBO9HH%2CMACI%3BIvB2PL%2CWAAA%3B%3BEuBrPI%2CKPsHC%2CcACD%2CmBOxHH%2COACI%3BIvBqPL%2CWAAA%3B%3BELsOA%2CqBACI%2CSAAQ%3BIKvEZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BELgFT%2CMAAM%2CQACF%2CQAAO%3BIACH%2CcAAA%3BIACA%2CeAAA%3B%3BEAGR%3BEAAU%2CoBAAqB%2CQAAO%3BEAAY%2CqBAAsB%2CmBAAqB%2CUAAO%3BEAAY%3BIAC5G%2CaAAA%3B%3BEC1EJ%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2CgCAAA%3B%3BEAIA%2CKAAC%3BIACG%2C6BAAA%3B%3BEADJ%2CKAAC%2CcAEG%3BIACI%2CaAAA%3B%3BEAEI%2CKALX%2CcAEG%2CMAEI%2CKACK%3BEACD%2CKANX%2CcAEG%2CMAEI%2CKAEK%3BEACD%2CKAPX%2CcAEG%2CMAEI%2CKAGK%3BEACD%2CKARX%2CcAEG%2CMAEI%2CKAIK%3BEACD%2CKATX%2CcAEG%2CMAEI%2CKAKK%3BIACG%2CaAAA%3B%3BEAMR%2CKAhBP%2CcAeG%2CKACK%3BEACD%2CKAjBP%2CcAeG%2CKAEK%3BEACD%2CKAlBP%2CcAeG%2CKAGK%3BEACD%2CKAnBP%2CcAeG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKA1BX%2CcAeG%2CKACK%2CIAUI%3BEAAD%2CKA1BX%2CcAeG%2CKAEK%2CMASI%3BEAAD%2CKA1BX%2CcAeG%2CKAGK%2CSAQI%3BEAAD%2CKA1BX%2CcAeG%2CKAIK%2CKAOI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIMyqCpB%2CiBAAA%3B%3BENpqCY%2CKAnCP%2CcAeG%2CKAoBK%3BIACG%2CmBAAA%3B%3BEAEJ%2CKAtCP%2CcAeG%2CKAuBK%3BIACG%2CgBAAA%3B%3BEAvCZ%2CKAAC%2CcA2CG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEA5CR%2CKAAC%2CcA%2BCG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEAIZ%2CKAAK%2CcAAe%2CMAChB%3BEADJ%2CKAAK%2CcAAe%2CMACT%3BEADX%2CKAAK%2CcAAe%2CMACF%3BIACV%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CKAAK%2CcAAe%2CMAAQ%2CKAAK%2CKAAE%3BIAC%5C%2FB%2CSAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CKAAM%2COAAM%2CMAAO%2CKAAI%3BIACnB%2CkBAAA%3B%3BEa3YJ%2CwBACI%3BIT8HJ%2CaAAA%3B%3BES%5C%2FHA%2CwBAKI%3BIT0HJ%2CoBAAA%3B%3BES%5C%2FHA%2CwBASI%2C0BACI%3BIACI%2CgBAAA%3B%3BE8BbZ%2CwBACI%3BIvCgIJ%2CeAAA%3B%3BEuCjIA%2CwBACI%2CgBAGI%3BIvC6HR%2CaAAA%3B%3BEuCjIA%2CwBACI%2CgBAOI%3BIvCyHR%2CoBAAA%3B%3BE4JxOA%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3BEMyKZ%2CQAAQ%2CuBACJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CQAAQ%2CuBACJ%2CaAIM%3BIACE%2CuBAAA%3B%3BEANZ%2CQAAQ%2CuBACJ%2CaAIM%2CMAGI%2CMAAG%3BIACD%2CmBAAA%3B%3BEAThB%2CQAAQ%2CuBACJ%2CaAIM%2CMAGI%2CMAAG%2CYAGD%3BIACI%2CkBAAA%3B%3BEAZpB%2CQAAQ%2CuBAkBJ%3BIACI%2CgBAAA%3B%3BECwQR%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%2C%2BBAAA%3B%3B%3BALzgBZ%2CwBAJqD%3BE5JuXrD%3BE8BjRQ%2C4BADJ%2CKAAI%2CMACC%3BEpBgDD%2CyBADJ%2CKAAI%2CQACC%3BIZ1JT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEEyeQ%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEiB%5C%2FMT%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAEH%2CIAAI%3BIFpOb%2CgCAAA%3B%3BEEyOgB%2C0BAPZ%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BEiBpNb%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAGR%2C0BAXR%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEAAM%2C0BAXf%2CMAAQ%2CKAKF%2CKAAE%2CIAMQ%3BEAAQ%2C0BAXxB%2CMAAQ%2CKAKF%2CKAAE%2CIAMiB%3BEiBxNzB%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEiBxNT%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIAMQ%3BEiBxNhB%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIAMiB%3BIACb%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2C0BAjBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAMI%3BEAAD%2C0BAjBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMQ%2CMAMH%3BEAAD%2C0BAjBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMiB%2CSAMZ%3BEiB9Nb%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAMI%3BEiB9Nb%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIAMQ%2CMAMH%3BEiB9Nb%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIAMiB%2CSAMZ%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2C0BAxBR%2CMAAQ%2CKAKF%2CKAAE%2CIAmBC%3BEiBrOT%2CcAAC%2CaAkBG%2CMAAK%2CMjB2LT%2CMAAQ%2CKAKF%2CKAAE%2CIAmBC%3BIACG%2CSAAA%3B%3BEA1BhB%2C0BA8BI%3BEiB1OA%2CcAAC%2CaAkBG%2CMAAK%2CMjBwNT%3BIACI%2CSAAA%3B%3BEA6KR%2C0BACI%2CMACI%3BIACI%2CiBAAA%3B%3BEACA%2C0BAHR%2CMACI%2CKAEK%3BIACG%2CoBAAA%3B%3BEALhB%2C0BASI%2CMACI%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAZZ%2C0BASI%2CMAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAhBZ%2C0BASI%2CMASI%2COAAM%3BIF%5C%2Fbd%2CiBAAA%3B%3BEE6aA%2C0BASI%2CMASI%2COAAM%2COAEF%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2C0BASI%2CMASI%2COAAM%2COAMF%3BIACI%2CoBAAA%3BIACA%2CcAAA%3B%3BEA1BhB%2C0BASI%2CMASI%2COAAM%2COAMF%2CQAGI%3BIACI%2CgBAAA%3B%3BEA0CpB%3BE6B1uBA%2CcAAc%3BEqHhBd%2CcAAc%3BIpJuQd%2CiBAAA%3B%3BEEmgBI%2CkBAAC%3BEA6kBL%2C0BACI%2CGA9kBC%3BEA6kBL%2C0BAII%2CGAjlBC%3BEsIjxBO%2CQAHR%2C0BAEI%2CKACK%2CQtIixBR%3BEsIjxBO%2CQAFR%2CkCACI%2CKACK%2CQtIixBR%3BEU9nBL%2CQACI%2CoBACI%2CKAAI%2CQV4nBP%3BE4InuBL%2CMAAM%2CQAKA%2CQAEI%2CKAAK%2CK5I4tBV%3BEiCtgBL%2CQACI%2CeACI%2CKAAI%2CQjCogBP%3BEN7WL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKM2WP%3BEN7WL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGM0WjB%3BEN7VL%2CYACI%2CQM06BA%2CGA9kBC%3BEN7VL%2CYACI%2CQM66BA%2CGAjlBC%3BIF%5C%2FwBL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEEm%5C%2FBA%3BEKv8BQ%2CYAdJ%2CuBAcK%2CcAiBG%3BIL66BZ%2CaAAA%3B%3BEA0DA%2CwBACI%2CWACI%2CoBACI%3BEY%5C%2F%2BBZ%2C4BZ6%2BBI%2CWACI%2CoBACI%3BEY9%2BBZ%2CyBZ4%2BBI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAII%3BEYl%5C%2FBZ%2C4BZ6%2BBI%2CWACI%2CoBAII%3BEYj%5C%2FBZ%2CyBZ4%2BBI%2CWACI%2CoBAII%3BIAEI%2CoBAAA%3B%3BEA6BhB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEAsFR%3BE6BnpCA%2CcAAc%3BEjB6Dd%2CcAAc%3BIZulCV%2CaAAA%3B%3BEAQJ%3BIACI%2CgBAAA%3B%3BEA0KJ%2C0BAUI%3BENp7BJ%2CYACI%2CQMm7BA%3BIACI%2CiBAAA%3B%3BEQ3wCA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE2GtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BElG8QI%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CoBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEArCxB%2CcAgDI%2CiBACI%3BIACI%2CqBAAA%3B%3BEAlDZ%2CcAgDI%2CiBAKM%3BIACE%2CqBAAA%3BIACA%2CeAAA%3B%3BEqH3TZ%2CmBACI%3BIACI%2CWAAA%3B%3BE7HuDA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAMI%3BIACI%2CqBAAA%3B%3BEgBUR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2COANR%2CgBAKI%2CQACK%3BI3ByLb%2CqBAAA%3BIGzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIHgDA%2CgBAAA%3B%3BE2BzLY%2COANR%2CgBAKI%2CQACK%2COJ6KX%3BIvBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuBHA%2COIyEI%2CgBAKI%2CQACK%2COJ%5C%2FEZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSwBpLS%2COxBoLT%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COI4DA%2CgBAKI%2CQACK%2COJnEZ%2CMACI%3BIvB2PL%2CcAAA%3B%3BEuBrPI%2COIsDA%2CgBAKI%2CQACK%2COJ7DZ%2COACI%3BIvBqPL%2CcAAA%3B%3BEG7CA%2COwBlJI%2CgBAKI%2CQACK%2COxB4IZ%3BEACD%2COwBnJI%2CgBAKI%2CQACK%2COxB6IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwBxJI%2CgBAKI%2CQACK%2COxBkJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwB7JI%2CgBAKI%2CQACK%2COxBuJZ%3BEACD%2COwB9JI%2CgBAKI%2CQACK%2COxBwJZ%3BEACD%2CQAAQ%2CUAAW%2CQwB%5C%2FJf%2CgBAKI%2CQACK%3BIxB0JT%2CoBAAA%3BIH%2BBJ%2CYAAA%3B%3BEoBwOA%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEYtZR%2C0BAA2B%3BIACvB%2CqBAAA%3B%3BEAEJ%2C4BACI%3BIACI%2CcAAA%3BIhCsKR%2CoBAAA%3B%3BEgC7JA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEpBkCJ%2CyBAOI%2COAAM%3BEAPV%2CyBAQI%2COAAM%3BIACF%2CqBAAA%3B%3BEAGR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAII%3BIACI%2CgBAAA%3B%3BEAGR%2CgCACI%3BIACI%2CmBAAA%3B%3BEAFR%2CgCAII%3BIACI%2CaAAA%3B%3BEkI1IR%2CMAAM%2CQACA%2CQAAQ%2CKAAK%3BIACX%2CmBAAA%3BIACA%2CgCAAA%3B%3BEAHR%2CMAAM%2CQAKA%3BIACE%2CgCAAA%3B%3BEANR%2CMAAM%2CQAKA%2CQAEI%2CKAAK%3BIAEH%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CMAZN%2CQAKA%2CQAEI%2CKAAK%2CKAKF%3BIACG%2CSAAA%3B%3BEjIxCR%2CqBADJ%2CQACK%3BIb2PT%2CqBAAA%3BIuB9QA%2CqBAAA%3B%3BEVmBQ%2CqBADJ%2CQACK%2COU%2BOP%3BIvBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuBHA%2CqBVYI%2CQACK%2COUbR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSwBpLS%2COxBoLT%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBVDA%2CQACK%2COUDR%2CMACI%3BIvB2PL%2CcAAA%3B%3BEuBrPI%2CqBVPA%2CQACK%2COUKR%2COACI%3BIvBqPL%2CcAAA%3B%3BEmCsEA%2CgBACI%3BInCvEJ%2CoBAAA%3B%3BEmCsEA%2CgBAII%2CyBACI%3BIACI%2CcAAA%3BInC5EZ%2CoBAAA%3B%3BEcvNA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAII%2COAAM%3BIACF%2CgBAAA%3B%3BEAQZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CWAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEEyDxB%2CmBAAoB%2CiBAChB%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEpB2RR%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BEC7WZ%2CYACI%3BIG8MJ%2CeAAA%3BIH5MQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEUgHR%2CYACI%3BIP0FJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEO3FA%2CYAOI%3BEAPJ%2CYAQI%3BIPmFJ%2CgBAAA%3B%3BEO3FA%2CYAYI%3BIACI%2CWAAA%3B%3BEAbR%2CYAgBI%3BIP2EJ%2CqBAAA%3BIuB9QA%2CqBAAA%3BIhB6MQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA7BR%2CYAgBI%2CmBgB%2BDF%3BIvBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuBHA%2CYhB6LI%2CmBgB7LH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwBrLM%2COxBqLN%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CsBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYhBgLA%2CmBgBjLH%2CMACI%3BIvB2PL%2CcAAA%3B%3BEuBrPI%2CYhB0KA%2CmBgB3KH%2COACI%3BIvBqPL%2CcAAA%3B%3BEwCnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIxC6OR%2CYAAA%3BIwC3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BE2HkdhB%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAL5eJ%2CwBAJsD%3BEzG6DtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEsG8BR%2CYACI%2CeACI%3BI3JqKR%2CYAAA%3B%3B%3BA8JzPJ%2CgBAH2C%3BE5JsHvC%3BIA5BA%2CUAAA%3B%3BEACA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEACA%2CWAAY%2CuBAHf%2CUAAU%3BIAIH%2CYAAA%3BIACA%2CYAAA%3B%3BEAGR%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEACA%2CsBAFH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEAEJ%2CWAAY%2CuBALf%2CUAAU%3BIAMH%2CWAAA%3B%3BEAqIR%3BEiB0EQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIjBlIhB%2CcAAA%3B%3BEAwJA%3BIFvYA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEEgcA%2C0BAtBA%2CUACI%3BIFtKJ%2CmBAAA%3BIoK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIpKhqBA%2CUAAA%3BIoKmqBA%2CmBAAA%3B%3BElK5fQ%2C0BAFR%2CUACI%2COACK%2CeAAe%3BEAAK%2C0BAF7B%2CUACI%2COAC0B%2CeAAe%3BIACjC%2CgBAAA%3B%3BEkK6fZ%2C0BlKhgBA%2CUACI%2COkK%2BfA%3BIACA%2CWAAA%3B%3BElK3eJ%2C0BAtBA%2CUACI%2COAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAkCZ%3BIF%5C%2FMA%2CWAAA%3B%3BEEoiBA%3BIFpiBA%2CqBAAA%3BIuB9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwBzKU%2COxByKV%3BIAAA%2CayBtSe%2CQzBsSf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIuBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BErB8cA%2CmBAAC%3BIACG%2C0BAAA%3B%3BE%2BD1vBA%2CUAAC%3BIACG%2CYAAA%3B%3BEiDPR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BE%5C%2FFiSJ%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CiBAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEQ7UR%2COAFR%2CgBACI%2CQACK%3BIxBsGb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIHgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIG5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIwBlEgB%2CeAAA%3B%3BExB%2BGhB%2COwBpHI%2CgBACI%2CQACK%2COxBkHZ%3BEACD%2COwBrHI%2CgBACI%2CQACK%2COxBmHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwB1HI%2CgBACI%2CQACK%2COxBwHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwB%5C%2FHI%2CgBACI%2CQACK%2COxB6HZ%3BEACD%2COwBhII%2CgBACI%2CQACK%2COxB8HZ%3BEACD%2CQAAQ%2CUAAW%2CQwBjIf%2CgBACI%2CQACK%3BIxBgIT%2CoBAAA%3BIH%2BBJ%2CYAAA%3B%3BECjJA%2CO0BhBI%2CgBACI%2CQACK%2CO1BcZ%3BIDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEC5IA%2CO0BrBI%2CgBACI%2CQACK%2CO1BmBZ%3BID4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BECvIA%2CO0B1BI%2CgBACI%2CQACK%2CO1BwBZ%3BIDuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEGxFA%2COwBzEI%2CgBACI%2CQACK%2COxBuEZ%3BEACD%2COwB1EI%2CgBACI%2CQACK%2COxBwEZ%3BEACD%2COwB3EI%2CgBACI%2CQACK%2COxByEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COwBhFI%2CgBACI%2CQACK%2COxB8EZ%3BEACD%2COwBjFI%2CgBACI%2CQACK%2COxB%2BEZ%3BEACD%2CQAAQ%2CUAAW%2CQwBlFf%2CgBACI%2CQACK%3BI3B%2BJb%2CcAAA%3BIAAA%2CYAAA%3BIG5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BETuXJ%2CoBACI%2CaACI%3BIACI%2CmBAAA%3B%3BEkK5fZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAMvFR%2CQAAQ%2CuBACJ%3BEACI%2CmBAAA%3B%3BAAFR%2CQAAQ%2CuBACJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CQAAQ%2CuBACJ%2CsCAGM%2CMAKI%3BEACE%2CgBAAA%3B%3BAAVhB%2CQAAQ%2CuBAeJ%2COAAM%3BAAfV%2CQAAQ%2CuBAgBJ%2COAAM%2COAAO%2CIAAI%3BAAhBrB%2CQAAQ%2CuBAiBJ%2COAAM%2COAAO%2CIAAI%3BAAjBrB%2CQAAQ%2CuBAkBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAnBR%2CQAAQ%2CuBAsBJ%3BEACI%2CaAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhCR%2CQAAQ%2CuBAmCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAArCR%2CQAAQ%2CuBAmCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA3CJ%2CuBAmCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAA5ChB%2CQAAQ%2CuBAmCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAAjDZ%2CQAAQ%2CuBAqDJ%3BEACI%2CmBAAA%3B%3BAAtDR%2CQAAQ%2CuBAyDJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA5DR%2CQAAQ%2CuBA%2BDJ%3BElKyNJ%2CiBAAA%3BEkKvNQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAvER%2CQAAQ%2CuBA4EJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAnFR%2CQAAQ%2CuBAsFJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAxFR%2CQAAQ%2CuBA2FJ%3BElKiTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEkKjTQ%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FFR%2CQAAQ%2CuBAkGJ%3BElK0SJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEkK7VA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA5GA%2CuBAkGJ%2CYAUK%3BEACG%2CqBAAA%3B%3BAA7GZ%2CQAAQ%2CuBAkGJ%2CYAcM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAkGJ%2CYAcM%2CMAOE%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzHhB%2CQAAQ%2CuBAkGJ%2CYA2BI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlIZ%2CQAAQ%2CuBAkGJ%2CYA2BI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA5IhB%2CQAAQ%2CuBAkGJ%2CYA2BI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAhJpB%2CQAAQ%2CuBAkGJ%2CYA2BI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAAnJxB%2CQAAQ%2CuBA0JJ%3BElKkPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEkKrSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQArKA%2CuBA0JJ%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%2CQAnLA%2CuBA0JJ%2CYAyBK%3BE%5C%2FJ4CT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEHgDA%2CgBAAA%3BEkKnGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA%5C%2FJkDZ%2CQ%2BJ3OQ%2CuBA0JJ%2CYAyBK%2Cc%5C%2FJwDR%3BAACD%2CQ%2BJ5OQ%2CuBA0JJ%2CYAyBK%2Cc%5C%2FJyDR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BJjPQ%2CuBA0JJ%2CYAyBK%2Cc%5C%2FJ8DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BJtPQ%2CuBA0JJ%2CYAyBK%2Cc%5C%2FJmER%3BAACD%2CQ%2BJvPQ%2CuBA0JJ%2CYAyBK%2Cc%5C%2FJoER%3BAACD%2CQAAQ%2CUAAW%2CS%2BJxPX%2CuBA0JJ%2CYAyBK%3BE%5C%2FJsEL%2CoBAAA%3BEH%2BBJ%2CYAAA%3B%3BAkK5FQ%2CQA5LA%2CuBA0JJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAhMA%2CuBA0JJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAjMZ%2CQAAQ%2CuBAqMJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAxMZ%2CQAAQ%2CuBAqMJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAA5MZ%2CQAAQ%2CuBAqMJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAlNZ%2CQAAQ%2CuBAsNJ%2CsBAGI%3BAAzNR%2CQAAQ%2CuBAuNJ%2CkBAEI%3BAAzNR%2CQAAQ%2CuBAsNJ%2CsBAII%3BAA1NR%2CQAAQ%2CuBAuNJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAA5NZ%2CQAAQ%2CuBAoOJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BAChOZ%3BEnKqYA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEmKrYI%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%2CqCAAA%3BEACA%2CyCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3B%3BAAOJ%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%3BEnKoBhB%2CiBAAA%3BEmKlBgB%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%3BEnK3BpB%2CiBAAA%3BEmK6BoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsB9E9TU%2C8C8E8TV%3BEnKxCZ%2CiBAAA%3BEmK0CY%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%3BEnKxDZ%2CiBAAA%3BEmK0DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%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%3BEnKxGR%2CiBAAA%3BEmK0GQ%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%2CgBAAA%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%2C%2BBAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAFJ%2C4BAII%2CaACM%3BEACE%2CaAAA%3B%3BAAKZ%2CeAAgB%2CeACZ%3BEACI%2CgBAAA%3B%3BAAFR%2CeAAgB%2CeACZ%2C6BAGI%3BEACI%2CSAAA%3B%3BAAKZ%2CiBAAkB%3BEACd%2CmBAAA%22%7D */body {
    font-family: 'Poppins';
    font-size: 16px;
        color: #645d55 !important;
}
a{color: #333!important;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .smartmenu {
    font-family: 'Poppins';
}
.footer-last {
    background: #645d55!important;
}
.page-header{
    background: #fff;
}
.block-search button {
    background-color: #D8372D;
}
.action.primary, .action.secondary{
     background-color: #D8372D;
         border: 1px solid #D8372D;
}
.page-footer {
    background-color: #fff;
}
.subscribe .input-box button{
    background-color: #D8372D;
}
.contact-footer .desc {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.contact-footer .desc.none-padding {
    padding: 0;
    margin-top: 20px;
}
.contact-footer .desc span {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}
.block-wellcome.text-center {
    display: none;
}
.block-banner-04 {
    display: none;
}
.block-banner {
    display: none;
}
.footer .fa {
    font-size: 18px;
    color: #d8372d;
}
.header-top-inner {
    display: none;
}
.page-bottom {
    background-color: #fff;
}
.widget-product .heading-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.product-item-name a {
    color: #D8372D;
}
.item-service1 .service-icon {
    width: 100px;
    display: table-cell;
    vertical-align: top;
}
.item-service1 .service-icon a, .item-service4 .service-icon a {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    position: relative;
    font-size: 30px !important;
        color: #d8372d;
    border: 1px dashed #d8372d;
}
.item-service1 .service-icon a::before {
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: 1px dashed #d8372d;
}
.item-service1 .service-icon a i {
    position: relative;
    font: normal normal normal 30px/1 FontAwesome;
        color: #D8372D!important;

}
.item-service1 .service-info {
    vertical-align: middle;
    padding-left: 20px;
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.item-service1 .service-icon a:hover {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
}
.item-service1 .service-icon a:hover::before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 1;
}


.item-service1 .service-icon a::before {
    border: 1px dashed #d8372d;
}

.item-slider .text-large {
    /* font-weight: 500; */
    text-shadow: 0px 1px 0px #000 !important;
    font-size: 70px !important;
    top: -80px !important;
    color: #ffffff !important;
}
.item-slider .action.primary{
    background-color: #D8372D;
    border: 1px solid #D8372D;
    box-shadow: 2px 1px 4px #000 !important;
    color: #fff !important;
    background: #d8372d !important;
    border: 2px solid #fff;
    border-radius: 0;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.box-tocart .actions .tocart, .box-tocart .instant-purchase {
       background-color: #D8372D;
         border: 1px solid #D8372D;
     }


.wrapper-breadcrums li a {
    color: #D8372D;
}
.cat-links a {
    color: #D8372D;
}
.product-info-main-content .sidebar-product-wrap {
    display: none;
}
.catalog-category-view .page-title {
    text-align: left;
}
.sidebar .block {
    padding: 20px!important;
}
.navigation.custommenu {
    display: none;
}
.minicart-items .product-item-name a{
    color: #D8372D;
}
.view-more-btn {
    border: 2px solid #D8372D;
    width: 158px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 15px;
    background: #D8372D;
    border-radius: 18px;
    margin-bottom: 33px;
}
.view-more-btn a: hover,.view-more-btn a{color: #fff}
.newsletter-box {
    padding: 50px 0;
        background: #d8372d;
}
.list-inline-block {
    margin: 0;
    padding: 0;
    list-style: none;
        color: #fff;
}
.inner-newsletter li {
    margin-right: 30px;
    vertical-align: middle;
    display: inline-block;
}
.inner-newsletter p {
    margin: 0 0 0 20px;
    width: 225px;
}
.inner-newsletter .title30 i {
    margin-right: 10px;
}
.view-more-btn a {
    color: #fff!important;
}
.subscribe .input-box{
    position: relative;
    padding-right: 186px;
    width: 520px;
}
.subscribe .input-box input{
    display: block;
    width: 100%;
    height: 50px;
    color: #999;
    background: #fff;
    border-radius: 25px;
    border: none;
    padding: 0 25px;
    vertical-align: top;
}

.subscribe .input-box button{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    background: transparent;
    padding: 0 40px;
    text-transform: uppercase;
}

.fa-envelope-open:before {
    content: "\f2b6";
}
div#footer-widgets {
    background: #645d55 !important;
    padding-top: 30px;
}
.footer-main .title{color: #fff}
.page-footer a {
    color: #fff!important;
}
.contact-footer .desc{color: #fff;}
.text-copyright {
    color: #fff;
}
.mr-payment li {
    display: inline-block;
    color: #fff;
}
.footer-container p {
    color: #fff;
}

.page-footer a:hover {
    color: #000;
}

.block-blog-main.block-main-product H2 {
    display: none;
}
div.post-content .post-description .post-ftimg-hld img{
    width: 100%;
}
.table-content-tab-detail {
    border: 1px solid #e8e8e8;
    display: table;
    margin-top: -1px;
}
.title-table-detail {
    border-right: 1px solid #e8e8e8;
    display: table-cell;
    padding: 30px 15px;
    width: 90px;
}
.icon-table-detail {
    display: table-cell;
    text-align: center;
    width: 60px;
    padding: 30px 15px;
}
.info-table-detail {
    color: #666;
    display: table-cell;
    padding: 30px 0;
}
.title-table-detail span {
    text-transform: uppercase;
}
.info-table-detail p {
    margin: 0;
    padding: 0 20px 0 0;
}
.post-list .post-content .post-read-more {
    padding-top: 10px;
    float: left!important;
    display: inline-block;
    color: #fff!important;
    border-radius: 18px;
    height: 36px;
    line-height: 17px;
    padding: 0 18px;
    text-align: center;
    position: relative;
    border: none;
    background: #d8372d;
    margin: 30px 0;
}
.row.post-list .col-12 {
    margin-bottom: 50px;
    border: 1px solid #e5e5e5;
   
}
.post-list-wrapper .title {
    padding: 30px 0px 0px 0px;
}
.post-view, .post-list-wrapper {
    padding-right: 0;
}
.sidebar .block-title strong{text-transform: uppercase;}
.sidebar .widget.block .block-title {
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar.sidebar-additional{  border: 1px solid #e5e5e5;}

.top-cat-row.top-cat-layout04.fea {
    display: none;
}
.magebig-nav li.level0 ul li.groups>a {
    color: #D8372D;
    text-transform: uppercase;
}
.horizontal-menu .magebig-nav li.level0>a {
    color: #D8372D;
}
.fa-envelope-open:before {
    content: "\f2b6";
}

.product-months .product-image-container{margin: 0 auto;}
.product-months .product.details.product-item-details {
    width: 50%!important;
    float: left;
    margin-top: 40px;
}
.product-months .price-wrap .price-box {
    float: none;
    text-align: center;
}
.horizontal-menu .magebig-nav li.level0>a {
    color: #D8372D;
    text-transform: uppercase;
    font-weight: 600;
}
div#widgetplus-2900364904 .product-item {
    /* display: flex; */
    margin: auto;
    text-align: center;
    width: 100%;
}
 
div#widgetplus-2900364904 .price-wrap {
    text-align: center;
    margin: auto;
    width: inherit;
}
.subcategories-grid-view.subcategories-content .product-item-info {
    max-width: 33%;
    float: left;
    text-align: center;
    border: 1px solid #e1e1e1;
}
.subcategories-grid-view.subcategories-content .product-item-info {
    border: 1px solid #e1e1e1;
    border-top-color: #e1e1e1;
    padding: 0;
    margin:22px 22px 22px 0;
}
.subcategories-grid-view.subcategories-content .product-image-container {
    width: 240px!important;
}

.subcategories-grid-view.subcategories-content .product-item-photo img {
    width: auto;
    height: auto;
    padding-top: 30px;

}
.subcategories-grid-view.subcategories-content .product-image-wrapper {

    padding-bottom: 75%!important;
}
.subcategories-grid-view.subcategories-content .product.details.product-item-details {
    margin-top: 20px;
}
.subcategories-grid-view.subcategories-content .all-loaded {
   
    margin-bottom: 0px;
}
.magebig-nav{
     display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-block a strong {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
        color: #fff;
   
}
.contact-block {
    background: #645d55!important;
    padding: 30px 0px 30px !important;
}
.contact-block span,.contact-block a{color: #fff}
.subcategories-content {
    padding-bottom: 0;
    float: left;
    width: 100%;
}
.subcategories-grid-view.subcategories-content .content-heading {
    display: none;
}

.subcategories-grid-view.subcategories-content .product-item {
    vertical-align: top;
    margin-bottom: -23px;
}
.catalog-category-view #widgetplus-3222962551 {
    display: none;
}
.recently-viewed.block-viewed-products-grid{display: none;}
#widgetplus-2900364904 .product-item-info {
    max-width: 100%;
    width: 100%;
    float: left;
}
#widgetplus-2900364904 .product-show {
    float: left;
    width: 50%;
}
#widgetplus-2900364904 .product-months .product.details.product-item-details {
    width: 50%;
    float: right;
}


#widgetplus-2900364904 .product-item-name a{font-size: 18px;}

#widgetplus-2900364904 .product-item .product-item-name {
    max-height: inherit;
}
.block-blog-main{margin-bottom: 44px;}
.bestt {
    display: none;
}
 .bestt2{
            display: none;
        }
.description-widget {
    display: none;
}
#widgetplus-2900364904 .description-widget {
    display: block;
}
.page-header a:hover {
    color: #000;
}   
.smartmenu .mbi{padding-left: 7px;}
#mb-collapsible-mobile {
    display: none;
}
.inner-newsletter .title30 i{display: none;}
.mobile-bannerslider {
    display: none;
}
/* footer-new-same as live start*/
.main-footer {
    background: #645d55 !important;
        padding: 50px 0;
}
.footer-box .title24 {
    margin-bottom: 20px;
}
.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.menu-footer li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.contact-footer .desc {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.contact-footer .desc span {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #d8372d;
}
.social-payment {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 70px;
    padding-top: 30px;
}
.list-inline-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-payment .list-inline-block li {
    vertical-align: middle;
    display: inline-block;
}
.social-payment .list-inline-block li .title24 {
    margin-right: 10px;
    font-size: 24px;
}
.social-network {
    margin: 0 -3px;
}
.list-inline-block>li a, .list-inline-block>li>div a {
    color: #999;
}

.social-network a {
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
}
.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
}
.social-payment .list-inline-block.text-right {
    margin-top: 5px;
}
.social-payment .list-inline-block li {
    vertical-align: middle;
    display: inline-block;
}
.social-payment .list-inline-block li .title24 {
    margin-right: 10px;
    font-size: 24px;
}
.bottom-fotter {
    background: #6b6763 !important;
    padding: 25px 0 20px;
}
.footer-box .title24 {
    color: #fff;
    font-weight: normal;

}
.copyright {
    display: block;
    width: 100%;
   border-top: 0px solid rgba(204,204,204,0.5)!important; 
    padding-top: 0px!important;
     padding-bottom: 0px!important;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}
.menu-footer li::before {
    background: #d8372d;
}

/* footer-new-same as live end*/
.additional-attributes tr th{display: none;}
.box-tocart .actions {
    display: inline-block;
    vertical-align: bottom;
}
.box-tocart .actions .tocart {

    width: auto;
    padding: 0 20px;
    color: #fff;
    border: none;
    display: inline-block;
    margin: 0 3px;
    height: 36px;
    line-height: 32px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    min-width: auto;
}
.catalog-product-view .social-share {
    display: none;
}
.catalog-product-view .product-info-main-top{margin-top: 20px;}

.catalog-category-view .page-title-wrapper{margin-top: 20px;}

.catalog-product-view .box-tocart .actions .towishlist { margin-top: -8px;}  

.catalog-product-view .box-tocart .actions {
    display: inline-block;
    margin-top: 16px;
    vertical-align: bottom;
}


.header-menu-content {

    padding: 20px 0;
}
.horizontal-menu .magebig-nav li.level0:first-child a {
    background: #d8372d;
    color: #fff!important;
    display: block;
    font-weight: 700;
   
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 20px;
}
h3.service-info span {
    font-size: 24px;
}

div#widgetplus-2900364904 .product-btn {
    position: unset; width: 30%;    margin: 0 auto;}
.social-payment .list-inline-block li .title24{font-weight: normal}

.products-list .tocart {
    width: 100%;
    margin: 20px 0;
    width: auto;
    padding: 0 20px;
    color: #fff;
    border: none;
    display: inline-block;
    /* margin: 0 3px; */
    height: 36px;
    line-height: 32px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    min-width: auto;
}
.block-main-product .top-title{text-align: center;}
.post-list-wrapper .title a {
    color: #666;
}
.post-list-wrapper .post-categories a {
    color: #494237;
}
.price-container .price {
    color: #999;
}
.widget-product .heading-title{    color: #645d55;}
#widgetplus-2900364904 .description-widget {

    color: #555;
}
.block-main-product .top-title a {
    color: #645d55!important;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
h2.heading-title.text-center span {
    color: #645d55;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.top-cat-layout04 .heading-title, .brand-row .heading-title{text-transform: capitalize;}
.widget-product .heading-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.product-months .product-show {
    float: left;
    width: 50%;
}
.product-months .description-widget {
    display: block;
    color: #666;
}
.product-months .product-btn{position: unset;width: 30%; margin: 0 auto;}
.product-months .product.details.product-item-details .price-wrap .price-box {
    width: 100%;
    text-align: center;
}
.sidebar ul.nav-collapse li a {
    color: #645d55;
}

.contact-block span, .contact-block a{color: #fff!important;}
.main-newsletter-inner .field-error, .field-notice, div.mage-error[generated]{right: auto;}
.logo-top.d-table-cell.new-logo {
    display: none!important;
}
.checkout-index-index .logo-top.d-table-cell.new-logo {
    display: block!important;
}
.checkout-index-index .header.content {
    display: none;
}
.catalog-product-view #reviews {
    display: none!important;
}
.catalog-product-view #tab-label-reviews {
    display: inline-block;
}
/*ankur css start*/
/* 25-03-21 */
strong.footer-last {
  line-height: 24px;
}
.product-months
  .widgetplus.widget-product.featured.lazyloaded:last-child
  .product-item-name
  a {
  font-size: 18px;
  color: #645d55 !important;
}
.post-list-wrapper .title a {
  color: #645d55 !important;
}
.block-main-product .top-title {
  border: unset !important;
}
.view-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-featured img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.post-list-wrapper .title {
  padding-top: unset !important;
  font-size: 14px !important;
}
.block-main-product .top-title .title {
  padding-bottom: 15px !important;
}
.magebig-nav li.level0 ul li.groups > a {
  font-weight: bold;
}
.cms-page-view .page-title h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-top: 30px;
}
.cms-catalog_request .contact-title.text-center {
    display: none;
}
a.action.continue{color: #333!important;}

a.action.primary{color: #fff!important;}

.checkout-cart-index .page-title {
    text-align: left;
}
strong.footer-last {
    padding-left: 12px!important;
    padding-right: 12px!important;
}
.account .sidebar .block {
    padding: 0px!important;
}

.post-list-wrapper .title{margin-top: 10px;}
.pages .pages-items .item.current strong{color: #fff;}
.blog-page .share-tag {
    display: none;
}
.catalog-category-view .sidebar-main strong {
    font-weight: 600;
    font-size: 20px!important;
    text-transform: uppercase;}
.catalog-category-view .sidebar.sidebar-main .options dt {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.catalog-category-view .sidebar.sidebar-main li.item {
    padding: 0 0 5px;
    margin-bottom: 5px;
}
.checkout-cart-index .cart.main .continue, a.action.primary {
  
}
.checkout-index-index .header.content {
  text-align: center;
  margin-top: 12px;
}
.cms-customer-service .main-wrap a{
    color: #645d55!important;
}
 .cms-customer-service .main-wrap p{
      color: #645d55 !important;
}
.cms-customer-service .main-wrap h2, 
.cms-customer-service .main-wrap h3, .cms-customer-service .main-wrap h4, .cms-customer-service .main-wrap h5, .cms-customer-service .main-wrap h6 {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 24px;
} 
.new-btn-cart {
    width: auto;
    padding: 0 20px;
    color: #fff;
    border: none;
    display: inline-block;
    margin: 0 3px;
    height: 36px;
    line-height: 32px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
     background: #d8372d;
    color: #fff;
    border: 1px solid #d8372d;
    border-radius: 18px!important;
}
.new-btn-cart:hover {
   background: #645d55;
    color: #fff;
    border: 1px solid #645d55;
}
.product-months .new-btn-cart {
    margin-top: 12px;
}
form#mb-newsletter-form {
    display: none;
}
.newsletter-content .newsletter_text .text_desc{color: #fff;font-size: 20px;}
#magebig_newsletter {
    background: #d8372d;
    text-align: center;
    color: #fff;
        max-width: 700px;
}
.newsletter-content .newsletter-inner{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#magebig_newsletter .mfp-close {
    background-color: transparent;}

#magebig_newsletter .text-center.col-12.col-sm-7.col-md-7.col-lg-7{padding: 0;}
#magebig_newsletter .newsletter-content .newsletter-title h3{margin: 0;}
#magebig_newsletter .newsletter-content .newsletter_text {
    padding: 0;
}
.newsletter-content .newsletter_text .text_desc{padding: 0;}
.cms-page-view .page-title span {
    font-size: 18px;
    color: #444;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
}
.cms-page-view strong {
    font-weight: 700;
}

.cms-page-view .page-title p {
    margin-bottom: 10px;
}
.cms-page-view .container.main-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cms-page-view .container.main-container span {
    line-height: 24px;
}
.cms-page-view {
    line-height: 24px;
}
.cms-about-us strong span {
    font-weight: 700;
}
.cms-about-us.cms-page-view .page-title span{
  font-size: medium;
    color: #645d55;
    text-transform: capitalize;
    font-family: 'times new roman', times;
    font-weight: normal;
}
.cms-customer-service .main-wrap h1 {font-size: 36px;font-weight: normal;}
ul.disc{padding-left: 0px;}
ul.disc li {
    list-style: none;
}
table.new-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
table.new-table{
    border: 1px solid #ececec;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
table.new-table2 {
    border: 1px solid #ececec;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
.new-table2 td {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border: 1px solid #ececec;
}
table.new-table2 table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ececec;
}
.new-table2 th{
    padding: 8px 10px;
}
.product.media {
    border: 1px solid #e1e1e1;
}
/* 25-03-21 */
/* ankur css start*/
body {
  font-size: 14px;
}
h2.heading-title {
  font-size: 30px;
  font-weight: 700 !important;
}
.product-item-name a {
  font-size: 14px;
  color: #645d55 !important;
}
.post-categories a {
  font-size: 18px;
}
.product-months
  .widgetplus.widget-product.featured.lazyloaded:last-child
  .product-item-info {
  display: flex;
}
.product-months
  .widgetplus.widget-product.featured.lazyloaded:last-child
  .product-btn {
  width: 50% !important;
}
.product-months
  .widgetplus.widget-product.featured.lazyloaded:last-child
  .product-show {
  width: 45% !important;
}
.product-months
  .widgetplus.widget-product.featured.lazyloaded:last-child
  .product-item
  .product-item-name {
  width: inherit;
  text-align: left;
}
.product-months
  .widgetplus.widget-product.featured.lazyloaded:last-child
  .description-widget {
  display: block;
  text-align: left;
}
.product-months .product.details.product-item-details {
  width: 95% !important;
  text-align: left;
}
.product-months .product.details.product-item-details .price-wrap .price-box {
  width: 100%;
  text-align: left !important;
}
.catalog-category-view .page-title {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700 !important;
}
.product.details.product-item-details {
  text-align: center;
}
.product.details.product-item-details .price-wrap .price-box {
  width: 100%;
}
.item-service1 .service-info {
  width: unset !important;
}
.post-list-wrapper .post-categories a:hover {
  color: #d8372d !important;
}
#social-login-popup .social-login-title {
  background-color: #d8372d;
}
.opc-progress-bar-item._active:before {
  background: #d8372d;
}
.opc-progress-bar-item._active > span:before {
  background: #d8372d;
}
.catalog-product-view .fieldset-add {
  display: flex !important;
  align-items: center !important;
}
.view-more-btn {
  font-size: 14px;
  font-weight: normal;
}
.catalog-product-view .box-tocart .actions {
  margin-top: 10px;
}
div#layered-filter-block {
  display: none !important;
}
h2.block-title {
  font-size: 30px !important;
}
h2.block-title strong {
  font-weight: 700 !important;
}
.block.block-new-customer {
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .list-service1 .row {
    justify-content: space-around;
  }
  span.d-none.d-md-block {
    display: none !important;
  }
}

@media screen and (max-width: 426px) {
  .product-months
    .widgetplus.widget-product.featured.lazyloaded:last-child
    .product-item-info {
    flex-wrap: wrap;
    height: 500px;
  }
  .product-months
    .widgetplus.widget-product.featured.lazyloaded:last-child
    .product-item-info
    > div {
    width: 100% !important;
  }
  .img-native-wrap img {
    margin-bottom: unset;
  }
  .col-md-12.col-sm-12.col-xs-12.contact-block {
    display: flex;
    flex-direction: column;
  }
  .col-md-6.col-sm06.col-xs-12 ul.list-inline-block.text-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .col-md-6.col-sm06.col-xs-12 ul.list-inline-block.text-right li:first-child {
    flex-basis: 100%;
    text-align: left;
  }
  .col-md-6.col-sm06.col-xs-12
    ul.list-inline-block.text-right
    h2.title24.white {
    text-align: center;
  }
  .col-md-6.col-sm06.col-xs-12 ul.list-inline-block.text-left {
    display: flex;
    justify-content: center;
  }
}

/*ankur css end*/



@media only screen and (max-width: 600px) {
    .footer-copyright-vertical {
         margin-bottom: 0;
    }  
    .subscribe .input-box button {
         position: inherit;
         margin-top: 12px;
    }  
    .inner-newsletter p {
        margin: 0;
        width: 225px;
        margin-bottom: 12px;
   }
   .item-slider .text-large{font-size: 57px !important;}
   .subscribe .input-box input{width: 84%;}
   #widgetplus-2900364904 .product-show {
    float: left;
    width: 100%;
    }
    #widgetplus-2900364904 .product-months .product.details.product-item-details {
        width: 100%;
        float: left;
    }


    #widgetplus-2900364904 .product-item-name a{font-size: 14px;}

    #widgetplus-2900364904 .product-item .product-item-name {
        max-height: unset;
        overflow: unset;
    }
    .product-months .product.details.product-item-details {
    width: 100%;
   }
   .subcategories-grid-view.subcategories-content .product-item-info{
    max-width: 100%; margin: 22px;
   }
   .subcategories-grid-view.subcategories-content .product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
          .bestt {
            display: block;
          }

        .block-product-layout04.besst1 {
            display: none;
          }
        .bestt .widget-product .owl-carousel .product-item{
           display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .bestt .price-wrap,.bestt .product.details.product-item-details{display: flex;
          flex-wrap: wrap;
          justify-content: center;}
        .bestt3 {
            display: none;
        }
        .bestt2 .widget-product .owl-carousel .product-item{
           display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .bestt2 .price-wrap,.bestt .product.details.product-item-details{display: flex;
          flex-wrap: wrap;
          justify-content: center;}
         .bestt2 .product.details.product-item-details {
                text-align: center;
            }
            .inner-newsletter p{width: auto;}
            ul.inner-newsletter.white.list-inline-block{text-align: center;}
            .subscribe .input-box input {
                width: 100%;
            }
            .subscribe .input-box {
                position: relative;
                padding-right: 0;
                width: 100%;
            }
            .inner-newsletter li {
               margin-right: 0;}
            .mobile-bannerslider {
               display: block;
               margin-top: 20px;
            }
            .main-slider-full {
           display: none;
        }
        .product-months .product-show {
    float: left;
    width: 100%;
     }
     .bestt2 {
    display: block;
   }
   .product-months .product.details.product-item-details {
    width: 95%!important;
    text-align: center;
  }
  div.box-tocart .field, div.box-tocart .actions .tocart, div.box-tocart .instant-purchase {
    margin-right: 12px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.service-info span{font-size: 16px;}
    .inner-newsletter p {
            margin: 0;
            width: auto;
        }
        .itemgrid-1col .item {
            width: 25%;
        }
        .subcategories-grid-view.subcategories-content .product-item-info {
            max-width: 29%;
        }
}

@media only screen and (min-width: 820px) and (orientation: portrait) {
    .service-info span{font-size: 16px;}
    .inner-newsletter p {
            margin: 0;
            width: auto;
        }
        .itemgrid-1col .item {
            width: 25%;
        }
        .subcategories-grid-view.subcategories-content .product-item-info {
            max-width: 29%;
        }
 }



@media only screen and (min-width: 1180px){
        .widget-product.recently-viewed.block-viewed-products-grid .owl-carousel .owl-item{
           
        }
        .product-items.widget-product-grid.owl-carousel .owl-item{
          
        }
        .itemgrid-1col .item {
            width: 25%;
        }
       .subcategories-grid-view.subcategories-content .product-item-info {
            max-width: 29%;
        }
}


@media only screen and (min-width: 1280px) {

        .neww-product .product-items.widget-product-grid.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item {
            
        }
        .product-month .product-items.widget-product-grid.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item {
            
        }
        .widget-product.recently-viewed.block-viewed-products-grid .owl-carousel .owl-item{
          
        }
        .product-items.widget-product-grid.owl-carousel .owl-item{
            
        }
        .itemgrid-1col .item {
            width: 25%;
        }
        /*
        .level0.submenu.show-sub {
            width: 1200px!important;
                left: -55px;
        }*/
}/*!
 *  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/MageBig/martfury_layout01/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/MageBig/martfury_layout01/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/MageBig/martfury_layout01/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/MageBig/martfury_layout01/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/MageBig/martfury_layout01/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/MageBig/martfury_layout01/en_US/Mageplaza_Core/css/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}/* Global css start */
.container-all-responsive .main-heading .heading-title span{
    color:#333333;
    font-size:32px;
    line-height:normal;
}
.container-all-responsive .main-heading{
    margin-top: 60px;
    margin-bottom: 30px;
}
body .product-item-name a{
    color:#333333 !important;
    font-size:16px;
    font-weight:400;
    
}
.price-container .price{
    color:#333;
    font-size:20px;
    font-weight:600;
}
.add-to-cart-below-price {
    padding-bottom: 18px;
}
.add-to-cart-below-price .action.primary, .action.secondary{
    background:transparent;
    color:#D8372D;
    border-color: #D8372D;
    border-radius: 30px;
}
h1#page-title-heading {
    color: #333333;
    font-size: 32px;
    line-height: normal;
    
}
h1.page-title {
    color: #333333;
    font-size: 32px;
    line-height: normal;
    text-align: left !important;
    font-weight: 700;
}
.catalog-category-view .page-title-wrapper{
    margin-top: 40px;
    margin-bottom: 20px;
}
.nav-open .magebig-mobile-menu .nav-bar .nav-logo{
    width:100px;
}
.nav-open .magebig-mobile-menu .nav-bar .nav-logo:last-child{
    display:none;
}
.mfp-content ul.header.links:last-child {
    display: none !important;
}
.main-heading a{
    cursor:pointer;
    text-transform: uppercase;
    color: #645D55 !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
/* Global css end */

/* Header css start */
.magebig-nav li.level0 ul li.groups > a{
color: #D8372D !important;
}
.horizontal-menu .magebig-nav li.level0:first-child a{
    background: transparent;
    color: #333 !important;
    padding: 0px;
}
.block-search{
    padding-right: 0;
    z-index: 99999;
}
.magebig-nav li.level0.mega_fullwidth:hover > .show-sub {
    margin-top: -9px;
    width: calc(187% - 24px) !important;
}
.header-main-content.sticky-menu.active .vertical-menu .level0.mega_fullwidth > .submenu {
    width: calc(300% - 24px) !important;
    margin-top: 0px !important;
}
.block-search .action.search{
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.block-search .action.search svg{
    display:flex;
}
.header-content-action.row.no-gutters ul.header.links {
    display: none;
}
.mfp-container.mfp-s-ready.mfp-inline-holder ul.header.links{
    display:block;
}
.menu.container {
    width: 100%;
    max-width: 100%;
    padding: 12px 0px;
}
.menu.container .horizontal-menu .magebig-nav li.level0 > a{
    font-size:16px;
    text-transform:capitalize;
    font-weight:400;
    font-family:'Poppins';
    color:#333333;
}
.menu.container ul.smartmenu.magebig-nav {
    justify-content: start;
}
.container-all-responsive  .menu.container .row {
    align-items:center;
}
.search-socail-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.search-socail-container .search {
    max-width: 305px;
}
.catalogsearch-result-index h1.page-title{
   margin-top:40px;
}
.header-menu-content{
    padding: 0px;
}
.logo img{
    width:64px;
    max-width:100%;
    object-fit:contain;
}
.customer .header-content-action > div{
    margin:0;
}
.customer .header-content-action{
    display:flex;
    gap:25px;
}
ul.header.links li a{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: normal;
}
.magebig-nav li.level0 .groups-wrapper ul li a{
     font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: normal;
    color: #333;
}
.cms-home-onecolumn{
    background: #F8F8F8;
}
.footer-above-bg.page-bottom{
    background: #F8F8F8;
}
.cms-index-index .faq-wrapper{
    padding:40px 0px 60px 0px;
    margin:0;
}

.faq-heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.faq-wrapper .visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.cms-index-index .widget.block.block-static-block {
    padding: 0;
    margin: 0;
    background: #F8F8F8;
}
/* sttcky prperty css start */

.header-main-content.sticky-menu.active.fadeindown {
    display: block;
}
.header-main-content.sticky-menu {
    display: none;
}
.sticky-wrap {
    height: unset;
    min-height: unset !important;
}
/* sttcky prperty css start */
.block-static-block.widget, .block-cms-link.widget{
    margin: 0;
}
.logo-parent{
    padding: 0;
}
.menu-custome-container{
    padding: 0;
}
/* Header css end */

/* Home page slider page css start */
.main-slider-full{
    margin-bottom: 0;
}
.main-slider-full .item-slider .block-content a.btn-shopnow.action.primary:hover{
    color:#fff !important;
}
.main-slider-full .owl-stage .item-slider h2 {
    font-size: 54px !important;
    line-height:normal;
    text-transform: capitalize;
    font-weight: 600;
}

.main-slider-full .item-slider .container{
    width:100%;
    max-width:100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0 !important;
    padding: 0;
    margin: 0;
    left:0;
    right:0;
    top:unset;
}
.main-slider-full .item-slider .block-content{
    bottom: 43px;
}
.main-slider-full .item-slider .block-content .block-center{
    left:0;
    text-align:center;
    right:0;
}
.main-slider-full .item-slider .block-content .block-center p{
    font-size:20px;
    color:#fff;
    font-weight:500;
    font-family:'Poppins'
}
.main-slider-full .item-slider .block-content a.btn-shopnow.action.primary {
    border:none;
    border-radius:39px;
}
.main-slider-full .slider-2 .owl-dots {
    bottom: 53px;
}
body .main-slider-full .owl-theme:hover .owl-nav {
    display: none;
}

/* Home page slider page css end */

/* Selling section css start */
.container-con-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0 auto;
  }
  .container-con-info .left-box{
    background: #645D55;
    padding: 20px;
    text-align: center;
  }
  .container-con-info .right-box{
    background: #514A43;
    padding: 20px;
    text-align: center;
  }
  .container-con-info .content p{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }
  .container-con-info .content span{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
  }
  .container-con-info .content a{
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    display: block;

  }
    .container-con-info .content h3{
    font-size: 20px;
    font-weight: 600;
    color: #fff;

  }

  /* Selling section css start */

/* Product weight section start */

.product-items.widget-product-grid.owl-carousel .owl-item{
    background:#fff;
    border-radius: 6px;
}
.container-all-responsive .widget-product .main-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.container-all-responsive .widget-product .main-heading a {
    color:#645D55 !important;
    font-size:14px;
    font-weight:400;
    text-transform: uppercase;
}
.container-all-responsive .widget-product .main-heading .heading-title{
    margin: 0;
}
.product-item-info .row.no-gutters {
    padding: 0px 40px;
}

/* Product weight section end */

/* Shop By Category section css start */

.top-cat-item{
    border:0;
   background:#fff;
}
body .top-cat-row .img-native-wrap img{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    position: static;
    height: 280px !important;
    object-fit: cover;
}
.top-cat-item .title{
 padding:22px 0px;
}

.top-cat-item .title a{
 font-size:22px;
 font-weight:500;
 line-height:normal;
}
a.product-img-wrapper {
    height: 280px;
    display: block;
}
/* Shop By Category section css end */


/* Blog page css start */
.top-cat-row span.img-native-wrap{
    display:inline
}
.block-blog-main{
    display: block;
}
.post-sharing.post-sharing-bottom {
    display: none;
}
.post-list-wrapper .post-item{
    margin-bottom:0;
}
.container-all-responsive.block-blog-main .main-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-all-responsive .post-list-wrapper .post-categories{
    margin-top:18px;
    margin-bottom:8px;
    text-align: center;
}
.container-all-responsive .post-list-wrapper .post-item p.date {
    font-size: 14px;
    font-weight: 400;
    color: #645D55;
    text-align:center;
    margin:0;
    padding:0;
}
body .post-list-wrapper .img-native-wrap img{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    position: static;
    height: 280px !important;
    object-fit: cover;
}
.post-list-wrapper span.img-native-wrap{
    display:inline
}
.page-bottom-content{
    background: #fff;
}
div.post-content .post-description .post-ftimg-hld img{
  height:460px;
  border-radius:10px;
}
/* Blog page css end */

/* Testimonilas css start */
.container-all-responsive .main-heading .heading-title span{
    color:#333333;
    font-size:32px;
    line-height:normal;
}
.container-all-responsive .main-heading{
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-testimonials{
    background: #fff;
    padding-top: 1px;
    padding-bottom: 60px;
}
.container-all-responsive .ebizon-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.ebizon-card {
    background: #F8F8F8;
    padding: 24px;
    border-radius: 8px;
}

.ebizon-header .view-all {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}


.ebizon-card .quote {
    font-size: 60px;
    color: #777;
    margin: 0;
    padding: 0;
    text-align: center;
}

.ebizon-card .avatar {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.ebizon-card .avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.ebizon-card .content {
    font-size: 15px;
    color: #645D55;
    line-height: 1.6;
    margin-bottom: 12px;
    font-weight: 400;
}

.ebizon-card .name a{
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.ebizon-card .name {
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

/* Newsletter section css start */
footer.page-footer {
    background: #D8372D;    
}
.footer-top {
    border: none;
}

.footer-top-content.container {
 width:100%;
 max-width:100%;
 border: none;
}
.subscribe.align-items-center {
    max-width: 492px;
    margin: auto;
}
.news-tittle{
    text-align:center;
}
.news-tittle .title span,
.news-tittle h2.title span{
    font-size:28px;
    font-weight:600;
    color:#fff;
}
.subscribe .text{
    margin:0px 0px 20px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.subscribe .input-box{
    padding: 0;
    width: 100%;
    display: flex;
    max-width: 400px;
    margin: auto;
}
.subscribe .input-box button{
    background:#333333;
    border:0;
    border-radius:0;
    position:static;
    height: 54px;
    width: 109px;
    font-size: 14px;
    padding: 0px 20px;
    margin: 0;
    max-width: 109px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer.content {
    border: 0;
}
.block-content .input-box input{
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0;
    height: 54px;
}

/* Slider pre and next button css start */
.owl-theme .owl-nav [class*='owl-'] > * {
    background: #D8372D;
    border-radius:100%;
    width:50px;
    height:50px;
    color:#fff;
}
.mbi-chevron-left:before{
    font-size:20px;
    font-weight:600;
}
.mbi-chevron-right:before{
     font-size:20px;
    font-weight:600;
}
.widget-product .owl-theme .owl-nav .owl-next{
    right:-10px;
}
.widget-product .owl-theme button.owl-prev {
    left: -10px !important;
}
i.mbi-chevron-up:before {
    content: "\e939";
    background: #333333;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Footer section css start */

.footer-box .footer-scoial img{
    width: 192px;
}
.payment-container h2{
    font-size:16px;
    color:#fff;
    margin-top:40px
}
.payment-custom-flex{
    display:flex;
    align-items:center;
    gap:10px;
}
.payment-custom-flex img {
    display: block;
    width: 40px;
}
.menu-container-two {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 100px;
}
.menu-container-two ul{
    list-style:none;
}
.footer-box .title24 {
    font-weight: 600;
    font-size: 20px;
}
.menu-container-two ul li{
    padding: 5px 0px
}
.menu-container-two ul li a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    line-height:normal;
}

.contact-footer .fa{
    color:#fff;
}
.contact-footer .fa-mobile:before {
    content: "\f10b";
    font-size: 25px !important;
    text-align:center;
}
.contact-footer .fa-home:before{
    font-size: 20px !important;
}
.contact-footer .fa:before{
    font-size:15px
}
.bottom-fotter{
    padding: 20px 0px 5px 0px;
}
/* Product page css start */
.catalog-category-view .container.main-container {
   max-width:1424px;
    width:95%;
    margin:auto;
}
.product-show > a.photo .main-photo{
    display:block;
}
.product-image-container{
    width: 100%;
    padding: 0;
    margin: 0;
}
.product-item-photo img{
    border-radius:6px;
    width: 100%;
    max-width: 100%;
}
.catalog-category-view  .action.primary, .action.secondary{
    background:transparent;
    color:#D8372D;
    border-radius:30px;
    width:240px;
    font-size:20px;
    text-transform:capitalize;
}

.subcategories-grid-view.subcategories-content .product-item-info{
    width:100%;
    max-width:100%;
    margin:0;
}

.page-products .subcategories-grid-view.subcategories-content .product-item{
    margin:0;
    padding:0;
}

.page-products ol.products.list.items.product-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 50px;
}

.page-products .columns.row {
    display:flex;
    padding:0;
    margin:0;
    width:100%;
    max-width:100%;
    flex-direction:column;
}
.page-products .column.main.main-wrap.col-12.col-lg-8.col-xl-9 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.page-products .subcategories-grid-view.subcategories-content .product-image-container {
    margin: auto;
}
.page-products li.item.product.product-item.col-xl-3.col-lg-4.col-md-4.col-sm-6.col-6 {
    width: 100%;
    max-width: 100%;
}
.page-products .column.main.main-wrap.col-12 {
    padding:0;
}

/* Product list type css start */

.products.wrapper.list.products-list ol.products.list.items.product-items.row {
    display: block;
}
.products.wrapper.list.products-list ol.products.list.items.product-items.row .col-12.col-sm-9 .row {
    display:block;
    text-align:left;
}
.products.wrapper.list.products-list .product-item-name a{
    font-weight:600;
}

.products.wrapper.list.products-list .product.description.product-item-description {
    padding:0;
    margin-top:0;
    font-size:14px;
    color:#645D55; 
}
.products.wrapper.list.products-list .product-item-info .row.no-gutters{
    padding: 0;
}
.products.wrapper.list.products-list .product-item-photo img{
    border-radius:10px;
}
.products.wrapper.list.products-list .col-12.col-sm-8 {
    width: 100%;
    max-width: 100%;
}

/* Cart Page css start */
.checkout-cart-index .container.main-container {
    max-width: 1424px;
    width: 95%;
    margin: auto;
}
.checkout-cart-index td.col.subtotal {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before{
   content: unset;
}
.cart.table-wrapper .actions-toolbar{
    display: none;
}
.cart.table-wrapper tbody td.custom-remove {
    padding: 0;
    margin: 0;
}
.custom-price-container{
    display:flex;
    gap:5px;
    font-size:16px;
    align-items: center;
}
.cart-totals .grand strong, .opc-block-summary .table-totals .grand strong{
    font-weight: 600;
    color: #333;
}
tr.grand.totals .amount strong span{
    color:#D8372D;
    font-weight:600;
}
span.custom-cart-price span{
    font-weight:400;
    color:#333;
    font-size:16px;
    padding:0;
    margin:0;
}
.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: unset;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete{
    position:absolute;
    bottom: -75px;
    transform: translateY(0px);
}
.checkout-cart-index a.action.continue {
    border-radius:30px;
    font-size:20px;
    font-weight:600;
    text-transform:capitalize;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout-cart-index a.action.continue span{
      color:#D8372D;
}
.checkout-cart-index button.action.update {
     color:#D8372D;
    border-radius:30px;
    font-size:20px;
    font-weight:600;
    text-transform:capitalize;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:auto;
     background:#fff;
}
.checkout-cart-index button.action.update {
    border-color: #999999;
    color: #999999;
}
.checkout-cart-index button.action.update span{
    color: #999999;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout{
  background:#D8372D;
  font-size:18px;
  text-transform:capitalize;
  font-weight:600;
  border-radius:30px;
  height:53px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover{
  color:#fff;
}
.catalog-category-view .action.primary, .action.secondary{
    color:#D8372D !important;
}
button.qty-btn.qty-minus {
    margin: 0;
    height: 38px;
    border:0;
    padding: 0;
    font-size: 20px;
    color:#999;
    width: 30px;
}
.cart.table-wrapper .col.qty .input-text{
    margin:0;
    height: 38px;
    border:0;
    font-size: 20px;
    color:#999;
}
button.qty-btn.qty-plus {
    margin: 0;
    height: 38px;
    border:0;
    font-size: 20px;
    color:#999;
}

.qty-wrapper {
    border:1px solid #ccc;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.checkout-cart-index{
    background:#F8F8F8;
}
.checkout-cart-index .custom-cart-wrapper {
    background: #fff;
    padding: 10px 0px;
}
.checkout-cart-index .cart.main.actions {
    padding: 0px 20px;
}
.checkout-cart-index .cart-summary {
    background: #fff;
}
.custom-res-mobile{
    display:none;
}


/* Product category page css start */

.custom-product-category-container ol.products.list.items.product-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 50px;
}
.custom-product-category-container .product-item-info {
    border-radius:10px;
}

/* Blog Page css start */

/* sorting pagination start */
.pages .pages-items .item{
    background: #F0F0F0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    font-size:16px;
    font-weight:500;
    cursor: pointer;
}

.pages .pages-items .item span{
    color:#999;
}
 li.item.pages-item-next span{
    font-size:0;
    border-radius:5px;
    display: none;
}
.pages .action.previous span{
    display: none;
}
.pages .pages-items .item:hover span{
    color:#fff !important;
    font-size:16px;
    font-weight:500;
}
.pages .pages-items .item:hover .next:after{
    color:#fff !important;
    font-weight: 600;
}
.pages .pages-items .item:hover .action.previous:before{
    color:#fff !important;
    font-weight: 600;
}
.category-product-count{
    margin-bottom:10px;
    font-size:16px;
    color:#645D55;
}

li.item.current strong span{
    color: #FFf !important;
   font-weight:500;
}

.blog-page .container.main-container {
    max-width: 1424px;
    width: 95%;
    margin: auto;
}
.post-list-wrapper .row.post-list {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:24px;
}
.post-list-wrapper .row.post-list .col-6{
    width:100%;
    max-width:100%;
}
.post-list-wrapper .row.post-list p a{
    color:#D8372D !important;
}
.post-list-wrapper .row.post-list .img-featured img{
    height:220px !important;
    border-radius:8px;
    object-fit: fill !important;
}
.post-list-wrapper .row.post-list .title a{
    color:  #333 !important;
    font-weight:500;
    font-size: 16px;
}
.post-list-wrapper .row.post-list p{
    color:#645D55;
    font-size: 14px;
    padding: 15px;
}
.post-list-wrapper .cusom-block {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.blog-index-index{
   background:#F8F8F8; 
}
.post-list-wrapper .post-posed-date{
    font-size:14px;
    font-weight:400;
}
.post-nextprev-hld.clearfix {
    display: none;
}
.checkout-cart-index .product-item-photo img{
    position:relative;
}
.checkout-cart-index .product-image-wrapper{
    position:static;
    width: 150px;
    height: 100px;
}
.checkout-cart-index .product-item-photo img {
    position: static;
    width: 80px !important;
    border-radius: 5px;
    margin: 0px 0px;
}
.checkout-cart-index td.col.qty {
    width: 150px;
}
.checkout-cart-index .product-image-container{
   height: 100px;
}
.checkout-cart-index .cart.main .continue, a.action.primary:hover{
    color: #D8372D !important;
}

/* Blog details page css start */
.blog-post-view .widget.block.block-recent-posts.block-list-posts {
    padding: 0 !important;
    border: none;
}
/* blog sidebar hide using css */
.blog-page-list .sidebar-wrap.col-12.col-lg-4.col-xl-3.order-1.order-md-3 {
    display: none;
}

.blog-page-list .column.main.main-wrap.col-12.col-lg-8.col-xl-9.order-2.order-md-2 {
    width: 100%;
    max-width: 100%;
}

.blog-page-list .columns.row {
    display: block;
}
.blog-post-view .img-native-wrap img {
  height: 80px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog-post-view .widget.block-list-posts .block-content .item .post-image{
    height: 80px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blog-post-view .blog-date-ttile {
    padding: 10px 10px;
}

.blog-post-view .sidebar .widget.block .block-title{
    border:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-post-view .sidebar.sidebar-additional{
    border:none;
}
.blog-post-view .widget.block-list-posts .block-content .item{
    padding:0;
    margin-bottom:15px;
     background:#F8F8F8;
    border-radius:10px;
}
.blog-post-view .post-text-hld span{
  font-size:14px;
}

.blog-post-view .post-text-hld span strong{
  font-size:24px;
  color:#333
}

.blog-post-view .sidebar .block-title{
    margin-bottom:20px;
}
.blog-post-view .sidebar .block-title strong{
    font-size:24px;
    color:#333;
    font-weight:600;
    text-transform:capitalize;
}
.blog-post-view .sidebar .block-title .view-all{
    font-size:14px;
    color:#645D55;
    font-weight:400;
}
.search.results dl.block {
    margin-bottom:50px
}
.message.notice {
    margin-bottom: 50px;
}

/* PDP page css start */
.widget-product.related{
    display:block !important;
}
.fotorama__nav.fotorama__nav--thumbs {
    display: flex;
}
.catalog-product-view .gallery-placeholder .fotorama__stage__frame .fotorama__img{
	    margin:auto;
	    width:100%;
        object-fit: contain;
	}

	.catalog-product-view .gallery-placeholder.horizontal .fotorama__stage{
	    height: 400px !important;
	    padding: 0px;
	}
    .catalog-product-view .widget-heading-center .heading-title{
        background: transparent;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .catalog-product-view p{
        font-size: 14px;
    }
    .catalog-product-view .table-content-tab-detail span{
        color:#333;
        font-weight:500;
        text-transform:capitalize;
    }
    .catalog-product-view .container-all-responsive.custome-pdp-related-container {
    width:100%;
    max-width:100%;
    padding:0px;
    margin:0;
    margin-bottom: 60px;
   }
   .catalog-product-view .gallery-placeholder .fotorama-item{
    position: relative !important;
   }
  .catalog-product-view  .product.media{
    border: 0;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal.fotorama__nav-wrap{
    position:relative;
    margin-top:0;
}
.catalog-product-view .fotorama__nav.fotorama__nav--thumbs {
    margin-top: 20px !important;
}
.catalog-product-view  .product.data.items.mage-tabs-disabled{
    margin-top: 120px;
}
.catalog-product-view button#product-addtocart-button {
    height: 46px;
    border-radius: 30px;
    width: 260px;
}
.catalog-product-view .box-tocart .fieldset-add input.input-text{
    height: 46px;
    width: 180px;
}
.catalog-product-view .box-tocart .fieldset-add .custom-qty{
    height:46px;
}
.catalog-product-view .product-add-form {
    margin-bottom: 20px;
}
.catalog-product-view .box-tocart .fieldset-add .custom-qty button{
    height: 46px;
}
.catalog-product-view .cat-links {
    background: #F0F0F0;
    padding: 11px 10px;
    border: 0px;
    border-radius: 10px;
}
.catalog-product-view .box-tocart .field > label{
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}
.catalog-product-view {
     background: #F8F8F8
}
.catalog-product-view .product-info-main-top{
    border: 0;
}
.catalog-product-view .product-info-main-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.catalog-product-view .product.data.items.mage-tabs-disabled {
    background: #fff;
    padding: 20px;
}
.catalog-product-view .fieldset-add{
    flex-wrap: wrap;
}
.catalog-product-view .braintree-paypal-logo.oneclick-container{
 display: none;
}
.catalog-product-view .box-tocart .actions{
    display: flex;
    gap: 5px;
}
.needsclick.kl-private-reset-css-Xuajs1 img{
    object-fit:contain !important;
    max-width: 95%;
}
.needsclick.kl-private-reset-css-Xuajs1 svg path {
    fill: #000;
    stroke: #000;
    stroke-width: 1.5;
    stroke-linejoin: round;
    stroke-linecap: round;
}

/* PDP List css start */
.add-wishist-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.add-wishist-container button.action.tocart.primary {
    background: #D8372D;
    height: 40px;
    
}
.add-wishist-container button.action.tocart.primary span{
    color: #fff;
    font-size:14px;
    font-weight:500;
}

.add-wishist-container .col.btn-wishlist button {
    display: flex;
    align-items: center;
    gap: 5px;
    color:#645D55;
}

/* Order checkout sucessfully start css */
.checkout-onepage-success .checkout-success {
    text-align: left;
}
.checkout-onepage-success .column.main.main-wrap.col-12 {
    margin-bottom:60px
}
.checkout-onepage-success .print{
    text-align:left;
    color: #D8372D !important;
    font-weight:500;
}
.checkout-onepage-success div#registration {
    text-align: left;
}
.checkout-onepage-success a.action.primary:hover{
    color:#D8372D !important;
}
/* checkout page css start */
.checkout-index-index{
    background: #F8F8F8;
}
.checkout-index-index ol#checkoutSteps{
    padding: 20px;
    background: #fff;
    margin: 0;
}
.checkout-index-index .opc-block-summary {
    display: flex;
    flex-direction: column;
}
 
/* Show cart items block first */
.checkout-index-index .opc-block-summary .block.items-in-cart {
    order: 1;
}
 
/* Show totals table after */
.checkout-index-index .opc-block-summary .table-totals {
    order: 2;
}
.checkout-index-index div#opc-sidebar{
    background: #fff;
    margin: 0;
}
.opc-block-summary{
    background: transparent;
}
.opc-block-shipping-information .shipping-information{
    background: transparent;
}
.checkout-index-index .shq-method-carrier-logo img{
    box-shadow: none;
}
.checkout-index-index .columns.row {
    width:100%;
    max-width:100%;
    padding:0;
    margin:0;
    display: flex;
    flex-direction: column;
}
.checkout-index-index .opc-progress-bar-item{
    width:100%;
    max-width:100%;
}

.checkout-index-index ul.opc-progress-bar {
    display:flex;
}

.checkout-index-index .opc-wrapper .step-title {
    font-size: 24px;
}
.checkout-index-index .label{
    font-size:14px;
    color:#999999;
    font-weight:400;
}
.checkout-index-index input.input-text{
    height:40px;
}
.checkout-index-index .opc-wrapper .fieldset select{
    height:40px;
    color:#999999;
}
.checkout-index-index button.action.social-login.action-auth-toggle {
    color: #D8372D;
    height: 53px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.checkout-payment-method .ccard .number .input-text{
    width: 100%;
}
.checkout-payment-method .ccard .date .month, .checkout-payment-method .ccard .date .year {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}
.checkout-payment-method .ccard .date  .fields.group.group-2 {
    display:flex;
    gap:24px;
}
.checkout-payment-method .ccard .cvv{
    max-width:436px;
}
.checkout-payment-method .ccard .cvv .input-text{
    width:100%;
}
.checkout-index-index .opc-block-summary > .title{
    font-size:16px;
    color:#333;
    font-weight:500;
    margin: 0;
    padding: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details{
   font-size:14px;
}
.opc-block-shipping-information .shipping-information-content{
   font-size:14px;
}
.opc-block-shipping-information .shipping-information-title {
    font-size: 16px;
    color: #333;
}
.field > input[type="checkbox"] + label{
   color:#333;
}
.checkout-index-index .column.main.main-wrap.col-12{
 margin-bottom: 50px;
 margin-top: 30px;
}
#social-login-popup .social-login-title h2{
    color: #fff;
}
#social-login-popup .mfp-close:hover, .mfp-close:focus{
color: #fff;
cursor: pointer;
}

.checkout-index-index .opc-progress-bar-item{
    cursor: pointer;
}

::placeholder {
   color: #cccccc;
}

#newsletter-newsletter-above-footer {
    background: #ffffff;
    color: #111111;
}

#newsletter-newsletter-above-footer::placeholder {
    color: #555555;
}.container-all-responsive{
    max-width:1424px;
    width:95%;
    margin:auto;
}
.wrapper-breadcrums .breadcrumbs {
    min-height: 40px;
    max-width: 1424px;
    width: 95%;
    margin: auto;
}
.checkout-index-index .page-main .container{
    max-width:1424px;
    width:95%;
    margin:auto;
}
.account .container.main-container {
     max-width:1424px;
    width:95%;
    margin:auto;
}
.catalogsearch-result-index .container.main-container {
     max-width:1424px;
    width:95%;
    margin:auto; 
}
.catalog-product-view .container.main-container{
     max-width:1424px;
    width:95%;
    margin:auto;
}
.checkout-onepage-success .container.main-container {
    max-width:1424px;
    width:95%;
    margin:auto;
}
.cms-page-view .container.main-container {
      max-width:1424px;
    width:95%;
    margin:auto; 
}
@media (max-width:767px){
    .container-all-responsive{
        width: 90% !important;
    }
    .checkout-onepage-success .container.main-container{
          width: 90% !important;
    }
    .cms-page-view .container.main-container{
         width: 90% !important;
    }
    .account .container.main-container{
         width: 90% !important;
    }
    .catalogsearch-result-index .container.main-container{
         width: 90% !important;
    }
    .wrapper-breadcrums .breadcrumbs {
   width: 90% !important;
}
    .catalog-category-view .container.main-container {
      width: 90% !important;
}
.checkout-cart-index .container.main-container {
     width: 90% !important;
}
.blog-page .container.main-container{
     width: 90% !important;
}
.catalog-product-view .container.main-container{
     width: 90% !important;
}
}
.container.main-container{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}/* Media Queies start */

@media (max-width:1023px){
    .header-menu-content{
        display:flex !important
    }
.menu.container .menu-custome-container{
    display:none;
}
.container-all-responsive .menu.container .row{
    display:block;
}
.sticky-menu.active .menu-logo{
    width:100% !important;
}
.sticky-menu.active .logo img{
    padding:5px;
}
.logo-parent{
    width:100%;
    margin:0 auto;
    max-width: 100% !important;
    display: flex;
    justify-content: center
}
.menu.container .customer {
    display:none;
}
.search-socail-container{
    display:block;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0;
}
.search-socail-container .search{
    max-width:100%;
}
h1.logo.text-hide {
    width:71px;
    margin-bottom: 10px;
}
.menu-container-two {
    gap: 50px;
}
.page-products ol.products.list.items.product-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 50px;
}
div.post-content .post-description .post-ftimg-hld img{
     height: 360px;
}
.subcategories-grid-view.subcategories-content .product-image-container{
    width: 100% !important;
}
.cart.table-wrapper .product-item-details{
    display: block !important;
    padding: 0px 10px;
}
.logo img{
    margin-bottom: 10px;
}

}

@media (max-width:767px){
  body .item-slider .text-large{font-size: 25px !important;}
  .container-all-responsive .ebizon-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.logo img{
    width:64px;
    max-width:100%;
    object-fit:contain;
    margin-bottom: 0px;
}
.menu-logo{
     width:64px !important;
}
    .cart.table-wrapper .product-item-details {
        padding: 0px;
    }
    .cart.table-wrapper .product-item-name{
        padding-left: 20px;
        margin: 0;
    }
    .cart .table.items .col.qty{
    display:flex;
}
.catalog-category-view .action.primary, .action.secondary {
    color: #D8372D !important;
    font-size: 14px;
}
a.footer-scoial {
    margin-top: 40px;
    display: block;
}

.product-item-info .row.no-gutters{
    padding: 0;
}
.custom-product-category-container ol.products.list.items.product-items{
     grid-template-columns: 1fr;
}
i.mbi.mbi-chevron-up {
    margin-bottom: 20px;
}
.d-block.d-md-none.col-btn-actions {
    padding: 7px 0px;
    height: 82px;
}
.container-all-responsive .main-heading .heading-title span{
    font-size:24px;
}
.header-content-action .menu-btn-text{
    font-size:13px;
    font-weight:400;
    color:#000;
    line-height:normal;
    padding-top:8px;
}
.container-all-responsive .main-heading{
    margin-top: 20px;
    margin-bottom: 10px;
}
.menu-container-two {
    gap: 20px;
}
div.post-content .post-description .post-ftimg-hld img{
     height: 300px;
}
.page-products ol.products.list.items.product-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 50px;
}
.post-list-wrapper .row.post-list .img-featured img{
    height: 140px !important;
}
.post-list-wrapper .row.post-list {
    display:grid;
    grid-template-columns:1fr 1fr;
}
.catalog-product-view .col-12.col-md-6.col-xl-6 {
    min-height: 430px;
}
.catalog-product-view  .product.data.items.mage-tabs-disabled{
    margin-top: 60px;
}

    .custom-res-mobile{
    display:block;
    margin-top: 20px !important;
}
td.col.subtotal {
    display: flex !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
  td.custom-res-desktop.custom-remove {
    display: none !important;
}
.cart .table.items .col.qty {
        display: flex;
        width: 85%;
        margin: auto;
        text-align: center;
        justify-content: center;
        margin-top:20px;
    }
.qty-wrapper {
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 0px 10px;
}
.checkout-cart-index .cart.main.actions{
    display:flex;
    justify-content:space-between;
    padding: 0px 10px;
}
.checkout-cart-index .cart.main.actions span{
    font-size:14px;
}
.catalog-product-view .product-info-main .product-info-price{
 margin-top: 60px;
}
.main-footer ul{
    padding:0;
}
 .main-slider-full .item-slider .block-content {
    bottom: 70px;
}
.slider-2 .owl-carousel{
height: 450px !important;
}
.main-slider-full .slider-2 .owl-dots {
    bottom: 23px;
}
.main-slider-full .owl-stage .item-slider h2{
    font-size:32px !important;
}
.main-slider-full .item-slider .block-content .block-center p{
    font-size:16px;
}
.widget-product .owl-theme .owl-nav .owl-next{
    right: 0;
}

}
@media (max-width:640px){
    a.product-img-wrapper{
        height:158px;
    }
body .top-cat-row .img-native-wrap img{
    height:150px !important
}
.top-cat-item .title a{
    font-size: 14px;
}
.menu-container-two {
    display: block;
}
.post-list-wrapper .row.post-list {
    display:grid;
    grid-template-columns:1fr;
}
}

@media only screen and (max-width: 600px) {
    .main-slider-full {
        display: block;
    }
    .mobile-bannerslider{
        display: none;
    }
    .item-slider .block-content .block-center{
        top: unset;
    }
}/** 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
}/* ==========================================================================
   Caprine Supply – WCAG accessibility overrides
   ========================================================================== */

/* FAQ accordion (homepage CMS block footer_above_about_faq) */
.faq-wrapper .faq-header {
    background: #b71c1c !important;
    border: 2px solid #b71c1c !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.faq-wrapper .faq-header:hover,
.faq-wrapper .faq-header:focus {
    background: #8e0000 !important;
    border-color: #8e0000 !important;
    color: #ffffff !important;
}

.faq-wrapper .faq-header:focus-visible {
    outline: 3px solid #1a1a1a;
    outline-offset: 2px;
}

.faq-wrapper .read-more {
    color: #8e0000 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.faq-wrapper .read-more:focus-visible {
    outline: 3px solid #1a1a1a;
    outline-offset: 2px;
}

/* Visually hidden utility */
.visually-hidden,
.faq-wrapper .visually-hidden,
.form.subscribe label.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* Focus indicators */
.form.subscribe .input-box input:focus-visible {
    outline: 3px solid #1a1a1a;
    outline-offset: 2px;
}

/* Newsletter input – WCAG contrast */
#newsletter-newsletter-above-footer,
#newsletter-form-subscribe {
    color: #1a1a1a;
    background-color: #ffffff;
    border: 1px solid #767676;
}

#newsletter-newsletter-above-footer::placeholder,
#newsletter-form-subscribe::placeholder {
    color: #595959;
    opacity: 1;
}

/* Product page SKU – #999999 fails 4.5:1 on white */
.product-info-main .product.attribute.sku > .value,
.product.attribute.sku > .value,
div.value[itemprop="sku"] {
    color: #595959 !important;
}

/* Product page stock status – #669900 fails 4.5:1 on white */
.product-info-main .stock.available span,
.stock.available > span,
.stock.available span {
    color: #2e7d00 !important;
}

.product-info-main .stock.unavailable span,
.stock.unavailable > span,
.stock.unavailable span {
    color: #b71c1c !important;
}

/* Product tabs – inactive tab text fails 4.5:1 at #999 on white */
.product.data.items .data.item.title .data.switch,
.product.data.items .data.item.title > a.data.switch,
.product.data.items .data.item.title > span.data.switch,
#tab-label-shipping-payment-title {
    color: #595959 !important;
}

.product.data.items .data.item.title.active .data.switch,
.product.data.items .data.item.title.opened .data.switch {
    color: #1a1a1a !important;
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 15px;
  color: inherit;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-single div b:before{
  font-family: 'FontAwesome';
  content: "\f0d7";
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 15px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e8e8e8;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #b11e22;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #fafafa;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end *//*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/MageBig/martfury_layout04/en_US/Rokanthemes_RokanBase/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}.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/MageBig/martfury_layout04/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/MageBig/martfury_layout04/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout04%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D *//**
 * Magestore
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category    Magestore
 * @package     Magestore_RewardPoints
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */

/* ============ Reward Points Stylesheets ============ */

/* Cart Sidebar - MiniCart */
.rewardpoints-cart-sidebar {min-height: 22px; text-align: left; clear: both; margin: 10px 10px 15px;}
.rewardpoints-cart-sidebar img {margin-right: 3px;}
/* ============ Reward Points Slider ============ */
h5.note-spend{padding:0;margin:10px 0;font-size: 13px;}
.payment-reward-spending._loading,.cart-discount._loading{position: relative;pointer-events: none;}
.payment-reward-spending._loading .content-spend-point,.cart-discount._loading .content-spend-point{opacity: 0.3}
.payment-reward-spending._loading::before,.cart-discount._loading::before{opacity:1;display:block;width:50px;height:50px;background: url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Rewardpoints/css/images/spin.gif');content:"";position:absolute;top:32%;z-index:2;margin:0 auto;left:0;right:0}
.rewardpoints-slider-input{clear:both} 
#rewardpoints-slider-container {}
#rewardpoints-slider { position: relative; z-index: 9; height: 18px; margin: 12px auto 18px; padding: 0 24px; cursor: pointer; width: 209px; float: left;}
#rewardpoints-slider-zoom-out { position: absolute; left: 1px; top: 0px;}
#rewardpoints-track { position: relative; height: 18px; background: url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Rewardpoints/css/images/reward_rule.gif') -1px 0px repeat-x;}
#rewardpoints-handle { position: absolute; top: -1px; width: 9px; height: 22px; background: url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Rewardpoints/css/images/magnifier_handle.gif') 0 0 no-repeat;}
#rewardpoints-slider-zoom-in { position: absolute; right: 1px; top: 0px;}
.rewardpoints-slider-label { margin: 5px 0 0 5px; float: left;}

#rewardpoints-login-msg, #rewardpoints-needmore-msg { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px;line-height:13px; background:url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Rewardpoints/css/images/validation_advice_bg.gif') 2px 0 no-repeat; color:#eb340a;}
#rewardpoints-needmore-msg{clear:none}

#rewardpoints-needmore-points { font-size: 13px; font-weight: bold;}

/* ============ Cart Page ============ */
.onestepcheckout-payment-methods .rewards-sales-rules {padding-left: 0 !important}
.rewards-sales-rules dt {margin-top: 7px;}
.rewards-sales-rules dt label {font-weight: bold; color: #666;}
.rewards-sales-rules #rewardpoints-slider {margin-bottom: 10px;}
.onestepcheckout-payment-methods .rewards-sales-rules #rewardpoints-slider {margin-bottom: 10px; margin-left: -16px}
.rewards-sales-rules #reward_sales_rule {width: 157px; margin-left: 3px;}
.onestepcheckout-payment-methods .rewards-sales-rules #reward_sales_rule {width: 140px !important; margin-left: 3px;}
.rewardpoints-slider-input .input-point {/* text-align: center; */ display: inline-block; width: 300px;}
.rewardpoints-slider-input .input-max {margin-top: 5px;}
.rewardpoints-slider-input .input-max input {float: left; margin-right: 3px; margin-top: 2px;}
#reward_sales_point {width: 49px !important;}
#reward_ajax_loading {margin: 10px; text-align: center; font-style: italic;float:right;}

.rule_refreshing_label {color: #666; font-style: italic;}

/* ============ Checkout Page ============ */
.sp-methods #cart-rewards-form {width: 280px;}
.onestepcheckout-payment-methods .sp-methods #cart-rewards-form {width: 260px !important;}
.sp-methods #cart-rewards-form .rewards-sales-rules label {float: none;}
.sp-methods .rewards-sales-rules dd label {font-weight: normal; color: #000;}

/* ============ One Step Checkout Page ============ */
#cart-rewards-form dd.rewards-slider {margin-left: 17px;}


/* ============ Rewards Points Summary ============ */
.rewardpoints-money {color: #3182be; font-size: 13px;}
.product-view .add-to-cart .qty-wrapper img{margin-bottom: 2px;}
.dashboard .box-rewardpoints-summary, .box-rewardpoints-summary{ 
    color:#333; 
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 15px;
}
.dashboard .box-rewardpoints-summary, .box-rewardpoints-summary .info-summary{
    padding-top:5px;
}
.block-dashboard-rewardpoints .rewardpoints strong {
    background: url("../../frontend/MageBig/martfury_layout04/en_US/Magestore_Rewardpoints/css/images/rewards.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 25px;
    display: inline-block;
    background-position: 2px;
}

.block-dashboard-rewardpoints .rewardpoints-transactions strong {
    background: url("../../frontend/MageBig/martfury_layout04/en_US/Magestore_Rewardpoints/css/images/transactions.png") no-repeat scroll 0 center transparent;
    padding: 0 0 0 25px;
    display: inline-block;
    background-position: 2px;
}
.rewardpoints-name-img img{display:inline;}
img.rewardpoint-img{display: inline;}
#rewardpoints-referfriends-popup-body .referfriends-body-left-product{margin-top:20px}


/* ============ Header Link - Fix for IE ============ */
.links span.rewardpoints-name {position: relative\9; padding-right: 18px\9;}
.links span.rewardpoints-name img {/*position: absolute\9;margin-bottom: 8px;*/ margin: 0 !important;vertical-align: middle;}

.discount .discount-form .rewards-sales-rules .input-max{
     margin-top: 15px
}
.discount .discount-form .rewards-sales-rules .input-max #reward_max_points_used{
    margin: 4px;
}
#behavior-ajax-loader {

}
.share-login #behavior-ajax-loader a img {vertical-align:top !important}
.rewardpoints-product-view-earning{margin-bottom:20px; clear:both}
.rewardpointsbehavior-checkout-action a img, 
#rewardpoints-navigation-rewardpoints.navigation a img, 
a.rewardpoints-name-img img {
	margin-bottom:-2px;
} 
.rewardpoints-title{font-size: 15px; color: #3182be;}
.rewardpoints-title-link{text-decoration: none; color: #3182be; font-weight: bold;}
.rewardpoints-title-rate{margin-top: 5px;}
.rewardpoints-dashboard-list{margin-bottom: 10px;}
.rewardpoints-dashboard-ul {list-style: circle !important; margin: 0 0 0 2em !important; }
.rewardpointsrule-rule-name-policy {color: #3182be;font-style: italic;}

strong.rewardpoints-title{ text-transform: uppercase;}
.rewardpoints-paginate .pages{float:right}
#rewardpoints-settings ul.form-list{list-style: none}
.payment-reward-spending {
    padding-left:22px;
}
.irs-bar , .irs-line , .irs-slider ,.payment-reward-spending .payment-reward-spending-title {
    cursor: pointer !important;
}
.payment-reward-spending .payment-reward-spending-title .action-toggle {
    color: #1979c3;
}
.payment-reward-spending .payment-reward-spending-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.payment-reward-spending._active .payment-reward-spending-title .action-toggle:after {
    content: '\e621';
}/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url("../../frontend/MageBig/martfury_layout04/en_US/Magestore_Rewardpoints/css/images/sprite-skin-modern.png") repeat-x;
}

.irs {
    height: 50px;
}
.irs-with-grid {
    height: 70px;
}
.irs-line {
    height: 6px; top: 25px;
}
    .irs-line-left {
        height: 6px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 6px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 6px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 6px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 6px; width: 6px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 5px; top: 25px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 11px; height: 18px;
    top: 31px;
    background-position: 0 -120px;
}
.irs-slider.state_hover{
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #20b426;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs-grid {
    height: 34px;
}
.irs-grid-pol {
    background: #c0c0c0;
}
.irs-grid-text {
    bottom: 12px;
    color: #c0c0c0;
}

.irs-disable-mask {

}
.irs-disabled {

}
.lt-ie9 .irs-disabled {

}/*
 * Copyright © 2017 Magestore. All rights reserved.
 * See COPYING.txt for license details.  
 */

/**
* Giftvoucher reward template
*/
#giftvoucher_container ul, #giftvoucher_container ol, #giftvoucher_container li{
    list-style: outside none none;
}

.giftvoucher-discount-code ul{
    padding-left: 0 !important;
}

.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;
}
/*.input-select.validation-failed
{
    border-color: red;
}*/

span#giftvoucher_wait{
    color: #2F2F2F;
}

.giftvoucher-discount-code{
    color: #008000;
}
.giftvoucher-discount-code button{
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
    cursor: pointer;
}

.giftvoucher-media{
    border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
    border-bottom: 2px solid #F7F9F9;
    padding: 7px;
    color: #F18200;
    font-size: 15px;
}

#giftmedia pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
    overflow: hidden;
    width: 265px;
    position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
    width: 100%;
    height: 88px;
}

.giftvoucher-product-info #recipient_address{
    width: 325px;
    height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
    width: 100%;
}

#giftvoucher-result{
    font-size: 15px;
}

#giftvoucher-result label{
    width: 160px;
}

/** giftvoucher_index_index */
.gift-codes-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.gift-codes-actions__note {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-right: 15px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #3399cc;
    font-size: 11px;
    font-style: italic;
}

.gift-codes-actions__right-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.gift-codes-actions__add, .gift-codes-actions__search {
    flex-shrink: 0;
    margin-bottom: 16px;
    padding-left: 24px;
}

@media only screen and (max-width: 780px) {
    .gift-codes-actions__add, .gift-codes-actions__search {
        padding-left: 0;
        width: 100%;
    }

    .gift-codes-actions__note, .gift-codes-actions__add button {
        width: 100%;
    }
}

/* Search Gift Code miniform */
.gift-codes-search {
    position: relative;
}

.gift-codes-search__label, .gift-codes-search__submit > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gift-codes-search__input.input-text {
    position: static;
    margin: 0;
    padding-right: 35px;
}

.gift-codes-search__submit.action {
    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;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}

.gift-codes-search__submit::before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.gift-codes-search__submit:hover::before {
    color: #333;
}

.customer-account-giftcard .toolbar {
    position: relative;
}

.gift-card-sent-friend {
    background-color: #F6B26B;
}

/** /giftvoucher_index_index */

/** giftvoucher_index_add */
#add-giftvoucher-code .form-group {
    clear: both;
    margin-top: 32px;
}

@media all and (min-width: 768px), print {
    #add-giftvoucher-code .fieldset {
        width: 48%;
    }
    #add-giftvoucher-code .form-group {
        margin: 0;
        padding-top: 32px;
    }
}
/** /giftvoucher_index_add */

/** giftvoucher_index_email */
.table.gift-code-basic {
    margin-bottom: 32px;
}

.table.gift-code-basic > tbody > tr > td {
    border-top: 0;
}

@media all and (min-width: 768px), print {
    #email-giftcard-tofriend .field-name {
        float: left;
        width: 48%;
    }
    #email-giftcard-tofriend .field-email {
        float: left;
        width: 48%;
        padding-left: 4%;
    }
}

.actions-toolbar.actions-toolbar__sketch .primary {
    float: right;
}

.actions-toolbar.actions-toolbar__sketch .form-group {
    float: left;
}

.actions-toolbar.actions-toolbar__sketch .form-group .back-link {
    margin-top: .6rem;
    margin-bottom: .4rem;
}
/** /giftvoucher_index_email */

/*Hai.Tran*/
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
    width: 0;
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
    /*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    /*    z-index: 10;*/
    background-image: url(../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 160px;
}
#popup-giftcard{
    position: fixed;
    z-index: 10000;
    width: 600px;
    left: 50%;
    top: 20%;
    margin-left: -300px;
    text-align: left;
}
/*#bg-fade{*/
    /*background: #000;*/
    /*position: absolute;*/
    /*z-index: 9999;*/
    /*width: 100%;*/
    /*min-height: 800px;*/
    /*float: left;*/
    /*top: 0;*/
    /*left: 0;*/
    /*opacity: 0.8;*/
    /*filter:alpha(opacity=80);*/
/*}*/

#giftvoucher-view-condition {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

#giftvoucher-view-condition:hover {
    text-decoration: initial;
}

#giftvoucher-tooltip{
    margin: 5px;
    background-color: #FFFFFF;
    border: 1px solid rgb(199, 203, 204);
    padding: 10px;
    /*width: 300px;*/
    z-index: 1000;
    box-shadow: 2px 4px 17px rgb(179, 184, 183);
    border-radius: 7px;
    position: relative;
}
.calendar{
    z-index: 99999;
}

.calendar .button{
    display: table-cell;
}

/* stee */
.ajax-file-upload-progress {
    width: 95% !important;
}
.ajax-file-upload-green {
    display: none !important;
}
.ajax-file-upload-abort {
    display: none !important;
}
.ajax-file-upload-statusbar {
    width: 88% !important;
}

/****************************Template 02 _ top*************************************/

#giftcard-template-top{
    /*overflow:hidden;*/
    /*max-height: 550px;*/
    font-size: 14px;
    width: 100%;
    /*height: 365px;*/
    float: left;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-top .giftcard-template-content{
    margin-left:0px;
    padding: 0;
    position: relative;
}
#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
    /*height: 190px;*/
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#giftcard-template-top .giftcard-template-content-temp2{
    padding-top: 0px;
    background-repeat: repeat;
    background-size: 100%
}
.logo-title.logo-title-top {
    padding-left: 15px;
    float: left;
    height: 84px;
}
.logo-title.logo-title-top img{
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    background-position: 15px 0px !important;
}
.name-value-top{
    float: left;
    width: 100%;
    background: url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    background-size: 103% 105%;
    margin-top: 55px;
    height: 50px;
    position: absolute;
    bottom: 0;
}
.name-value-top .giftcard-title{
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 48px;
    font-weight: 600;
}
#giftcard-template-top .giftcard-value{
    margin: 5px;
}
.name-value-top .giftcard-value .giftcard-text-color{
    float: left;
    font-size: 12px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.name-value-top .giftcard-value .giftcard-price-change {
    float: right;
    margin-left: 15px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.name-value-top .value-price span {
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -3px;
}
.name-value-top .giftcard-value .giftcard-price-change .price {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-date-top{
    width: 59%;
    float:left;
    padding-top: 10px;
}
.giftcard-date-top .giftcard-from-to{
    float: left;
    font-size: 16px;
    color: #636363 !important;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-from-to .giftcard-from{
    float: left;
    max-height: 25px;
}
.giftcard-date-top .giftcard-from-to .giftcard-text-color,
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.giftcard-information {
    float: left;
    clear: both;
    width: 342px;
    margin-top: 8px;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-barcode {
    float: right;
    text-align: right;
    padding-right: 15px;
}
.giftcard-date-top span.giftcard-barcode img {
    max-width: 100%;
    float: right;
    height: 40px;
}
.giftcard-date-top .giftcard-barcode {
    padding-right: 15px;
    margin-top: -10px;
}
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    color: orange;
    font-size: 16px
}
.giftcard-date-top .giftcard-to{
    margin-left:0px;
    max-height: 25px;
    float:left;
    clear:both;
}
.giftcard-date-top .giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
}
.name-value-top .value-price{
    float: right;
    line-height: 55px;
}
.giftcard-date-top .giftcard-message{
    padding: 6px;
    padding-bottom: 14px;
    padding-top: 3px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border:1px solid #cecece;
    text-align: left;
}
.barcode-note .giftcard-code{
    float: right;
    margin-right: 15px;
}
.barcode-note .barcode{
    text-align: right;
    float: right;
    width: 158px;
    height: 40px;
}

.barcode-note .barcode img{
    height: 40px;
    max-width: 100%;
    float: right;
}
.giftcard-date-top .giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    background: none;
    border: none;
}
.barcode-note .giftcard-note{
    margin-top: 5px;
    float: right;
    width: 215px;
    text-align: right;
    overflow: hidden;
    height: 90px;
    position: absolute;
    bottom: 10px;
}
.barcode-note .giftcard-note .giftcard-text-color{
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#timezone_to_send{visibility: visible !important;}
#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}
#giftcard-template-top .giftcard-template-content{
    width:100%;
    background-size:100% auto !important;
    float: left;
    height: 95px;
}
#giftcard-template-top .giftcard-title-top{
    width:100%;
    position: relative;
}
.hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
#giftcard-template-top .title{width:60% !important;}
#giftcard-template-top .barcode-note{
    width: 230px;
    float: right;
    margin-top: 5px;
    position: relative;
    height: 170px;
}
#giftcard-template-top .giftcard-value-bottom {display: none}

/*---Detail Template 3---*/
/*#giftcard-template-back .giftcard-template-content{display: none; height: 0px}*/
.title-value.giftcard-logo-background {
    float: left;
    width: 100%;
    background: url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    height: 50px;
    background-size: 100%;
}
.giftcard-logo-background .giftcard-value-color {
    float: right;
    background: url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 20px;
    line-height: 48px;
}
.from-to-barcode-background{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.giftcard-change-image-background-popup .giftcard-logo {
    float: left;
    height: 84px;
    margin-left: 15px;
}
.giftcard-change-image-background-popup .giftcard-logo img {
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    float: left;
}
.giftcard-logo-background .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
    font-size: 26px;
    margin-top: 6px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    /*    float: right;*/
    line-height: 52px;
}

.giftcard-logo-background .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 52px;
    font-weight: 600;
}
.from-to-barcode-background .from-to {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 15px;
}
.from-to-barcode-background .from-to .giftcard-form{
    float: left;
    text-align: left;
    margin-top: 10px;
}
.from-to-barcode-background .from-to .giftcard-to {
    float: left;
    text-align: left;
    clear: both;
}
.giftcard-text {
    height: 90px;
}
.from-to-barcode-background span img {
    height: 40px;
    max-width: 100%;
}
.from-to-barcode-background .from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.from-to-barcode-background .from-to .giftcard-style-color{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-box-background{
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
.giftcard-box-background .giftcard-text-box{
    background: #fff;
    border-radius: 5px;
    border:1px solid #cccccc;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    display:table-cell;
    vertical-align: middle;
}
.giftcard-box-background .giftcard-text-color.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px;
}
.from-to-barcode-background .giftcard-barcode{
    float: right;
    margin-right: 15px;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    font-size: 14px;
    line-height: 30px;
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-note-background{
// margin-top: 8px;
    float:left;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 30px
}
.giftcard-note-background .form-note{
    width: 100%;
    margin: 0 auto;
}
.giftcard-note-background .giftcard-text-color{
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}
#giftcard-template-back {
    font-size: 14px;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd
}
#giftcard-template-back .top-content-back{
    margin-top: 10px;
}
#giftcard-template-back .giftcard-change-image{
    height: 270px;
}
.top-content-back .top-logo, .top-content-back .top-barcode {
    display: flex;
    height: 90px;
}
.top-content-back .top-logo img, .top-content-back .top-barcode img {
    margin: auto;
}
#giftcard-template-back .giftcard-change-image-background-popup{
    width: 100%;
    position: absolute;
    top: 0%;
}
.giftcard-box-background .giftcard-text-box {
    display: inherit !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 98px;
    text-align: left;
}
.giftcard-box-background {
    width: 93% !important;
    height: 95px;
    padding: 5px 3%;
    margin-top: 0px !important;
    box-sizing: content-box;
    float: left;
}
.from-to-barcode-background .giftcard-number{
    float: right;
    text-align: right;
}
.from-to-barcode-background .giftcard-barcode span.barcode  {
    float: right;
}

/*****template 03 width devices*******/
.giftcard-change-image-background-popup img#img-type-background{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
#giftcard-template-back img#img-type-background{width: 100%}
#giftcard-preview-template img#img-type-background{width: 100%}
#giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
    width: 100% !important;
    top: 0%;
    position: absolute;
}


.giftcard-product-media{
    float:Left;
    width:600px;
    height:500px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.product-img-box {
// overflow: hidden\0;
}
#close-popup-giftcard {
    background: url('../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    font-size: 14px;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px;
    height: 288px;
    display:block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{
    margin-right: 15px;
    overflow: hidden;
    /*display: table-cell;*/
    /*float: left;*/
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-to{max-height: 25px;}
.giftcard-box{
    /*overflow: hidden;*/
    margin-top: 10px;
}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;
    height: 90px;
    vertical-align: middle;
    background:#fff;
    margin-top: 10px;
    text-align: left;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px;
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left;
    clear: both;
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;
}
.giftcard-number{
    margin: 5px 0;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.giftcard-custom-message{
    margin: 0;
    /*white-space: pre-wrap;*/
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    background: none;
    border: none;
    clear: both;
}
.giftcard-barcode  .giftcard-style-color{
    font-size: 14px;
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
#giftcard-template-left .giftcard-logo{
    display: flex;
    height: 70px;
    width: 50%;
}
.giftcard-template-left img{margin:auto}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-left {
    background-position: 0;
    background-size: 100%;
    width: 334px;
    display: block;
    margin-left: 0;
    float: right;
    height: 368px;
    background-repeat: repeat;
    box-sizing: content-box;
    margin: 10px 10px 10px 0px;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
}
#giftcard-template-left{width: 100% !important}
#giftcard-template-left .giftcard-change-image {
    width:250px;
    background-position:inherit !important;
    background-size: 100% 100% !important;
    height:376px;
    padding-bottom: 0;
    position: relative;
    margin: 5px 0px 5px 5px;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
.giftcard-template-content-left .giftcard-logo{
    position: absolute;
    top: 280px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
    margin: 15px 10px 0 15px;
    text-align: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
    float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
    width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}
/*#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}*/
#giftcard-template-show-images {overflow: hidden;position: relative;height: 60px;}
#giftcard-template-show-images .images-for-slide{
    float:left;
    position: absolute;
    height: 60px;
    left: 0;
}
.giftcard-template-control{
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 27px;
    height: 31px;
    background: url("../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/icon-nav.png") left 1px no-repeat transparent;
    text-decoration: none !important;
    outline: none !important;
}
#giftcard-template-prev{left:0;}
#giftcard-template-next{
    right: 0;
    background: url("../../frontend/MageBig/martfury_layout04/en_US/Magestore_Giftvoucher/css/magestore/giftvoucher/icon-nav.png") left -41px no-repeat transparent;
}

/***************checkout cart by Sally***************/
.gift-card .discount{display: inline-block;width: 100%;}
.gift-card .discount .form-group label{display: inline;}
.discount .giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: -1px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.gift-card .table .col-xs-12 .label{float:left;  margin-bottom: 5px;}
.gift-card .table .col-xs-12 .v-middle{float:left;margin-top: 3px;margin-left: 3px;}
/***********View giftcard*************/
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-email .form-list li{width:100%; float: left;}
/******History balance*******/


.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/
.gift-card .sub-title{
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 5px;
    padding:0;
}
.gift-card label em{
    color: red;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

/***********End Detail Popup Template 3*************/

/******************Send email***************/

.giftvoucher-product-info .giftcard-date-box img {display: inline;vertical-align: middle;}
.giftvoucher-product-info .giftcard-date-box .col-xs-12 button {float: left; position: absolute;}
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{
    margin-left: 15px;
    margin-right: 0;
    margin-top: -1px;
    position: relative;
}
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{
    margin-left: 15px;
    margin-right: 0;
    margin-top: -1px;
    position: relative;
}
.fieldset #giftvoucher_container{float:left; padding-bottom: 12px; width: 100% !important;}
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;}
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{margin:5px 0;}
#payment_form_giftvoucher_credit #gift_credit_message{float: left; width: 100%;}
li.giftvoucher-discount-code strong{float:none;}
.giftcard-code-hidden{display:none;}

/**********add giftcard by Sally************/
#giftcard-template-left .giftcard-template-content .hidden-giftcard {
    height: 65px !important;
}
#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/


    /*view giftcard*/


    /**********check giftcard************/

}
@media  (max-width:880px){
    /************my account***********/



    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/
}
@media  (max-width:640px){
    /************my account by Sally***********/

}

@media  (max-width:440px){
    /**********check giftcard by Sally************/
    .page-title h1{font-size:18px !important;}
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    .button{padding:5px !important;}


    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}
.giftcard-date-box .ui-datepicker-trigger{
    font-family: 'luma-icons';
    content: '\e612';
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    overflow: hidden;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#discount-giftcard-form ul, #discount-giftcard-form ol, #discount-giftcard-form li{
    list-style: outside none none;
    margin-bottom: 0px;
}

#discount-giftcard-form #buy_giftcard_message, #discount-giftcard-form #buy_giftcard_message ul, #discount-giftcard-form #buy_giftcard_message li{
    padding-left: 0px !important;
}

#discount-giftcard-form #buy_giftcard_message{
    width: 100%;

}

#discount-giftcard-form #buy_giftcard_message{
    float: left;
    margin-bottom: 10px;
}

#discount-giftcard-form .form-control{
    max-width: 325px;
    display: block;
}

#discount-giftcard-form {
    float: left;
}

#giftvoucher_container .form-control{
    max-width: 325px;
    display: block;
}

#giftvoucher_container .message{
    width: 100%;
}

#giftvoucher_container .message ul, #giftvoucher_container .message li{
    padding-left: 0px;
}
.ui-datepicker-trigger::before{
    font-family: 'luma-icons';
    content: '\e612';
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    overflow: hidden;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#day_to_send-error{float:left}
#day_to_send_content .ui-datepicker-trigger{
    padding: 0;
    background-color: transparent;
    border: none;
}
#day_to_send_content .ui-datepicker-trigger span{
    display: none;
}

#giftvoucher_container ul.form-group{
    padding-left: 15px;
}

#giftvoucher_container #payment_form_giftvoucher #giftvoucher_message{
    padding-left: 0px;
}

#giftvoucher_container #payment_form_giftvoucher #giftvoucher_message ul{
    padding-left: 0px;
}
.top-content-back .two-border, .top-content-top .two-border{
    border-left: 1px solid #ddd;
    border-right: 1px solid #dddddd;
}
.top-content-top .top-logo, .top-content-top .top-barcode{
    display: flex;
    height: 90px;
}

.top-content-top .top-logo img, .top-content-top .top-barcode img{
    margin: auto;
}
.value-price .giftcard-text-color{
    font-size: 36px;
    line-height: 1;
}
.top-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top: 1px solid #ddd;
    min-height: 90px;
}
.top-content-left .two-border{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 10px;
    height: 90px;
    float: left;
}
.top-content-left .top-barcode{
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    height: 90px;
    float: right;
}
.top-content-left .top-barcode img{
    margin: auto;
}
.top-content-left{
    margin-top: 45px;
}
.giftcard-template-left .giftcard-message{
    margin-top: 165px;
    margin-top: 165px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}
.top-qrcode{
    height: 90px;
}
.top-qrcode img{
    height: 90%;
}
button.gc-amount-selected, button.gc-template-selected{border-color: #e77600}
#amount_dropdown_buttons .gc-amount {float: left; margin-right: 10px; margin-bottom: 5px;}
#amount_dropdown_buttons .gc-amount button{padding: 7px 4px; background: #fff;}
#template_buttons .template{float: left; margin-right: 10px; margin-bottom: 5px; }
#template_buttons .template button{padding: 7px 4px; background: #fff;}

#popup-giftcard{
    position: fixed;
    z-index: 10000;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    text-align: left;
}
/*#bg-fade{*/
    /*background: #000;*/
    /*position: absolute;*/
    /*z-index: 9999;*/
    /*width: 100%;*/
    /*min-height: 800px;*/
    /*float: left;*/
    /*top: 0;*/
    /*left: 0;*/
    /*opacity: 0.8;*/
    /*filter:alpha(opacity=80);*/
/*}*/

/* ----- Simple template ------ */
#giftcard-template-amazon {

    /*float:left;*/
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-amazon .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-amazon{
    font-family: Arial,sans-serif;
}
#giftcard-template-amazon .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-amazon  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}

#giftcard-template-amazon .form-group.giftcard-value,
#giftcard-template-amazon .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}
#giftcard-template-amazon .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-amazon .logo-title{
    padding: 0;
    float: none;
    height: auto;
}

#giftcard-template-amazon .table-middle,
#giftcard-template-amazon .table-top td,
#giftcard-template-amazon .table-middle tbody tr > td table #mainImageContainer{
    width:590px;
}
#giftcard-template-amazon img{
    display: inline;
}
#giftcard-template-amazon .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-amazon .simple-content-top .col-xs-4,#giftcard-template-amazon .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-amazon .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-amazon .giftcard-change-image{background-size:100%;}

.popup-giftcard-amazon .a-popover-wrapper .a-popover-inner{
    background-color: #fff;
}

.popup-giftcard-amazon {
    width: 740px;

}
.popup-giftcard-amazon .a-popover-header {
    position: relative;
    text-align: left;
    background: #f2f2f2;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
    background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-color: rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 0 14px;
    margin: 0;
    z-index: 10;
}

.popup-giftcard-amazon .a-button-close {
    display: block;
    zoom: 1;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    float: right;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -13px 0 0;
    line-height: 8px;
    font-weight: bold;
}

.popup-giftcard-amazon .a-popover-header .a-popover-header-content {
    min-height: 35px;
    line-height: 16px;
    padding: 10px 0 9px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    margin: 0;
    text-transform: none;
    color: #000;
    font-family: Arial,sans-serif;
}

.popup-giftcard-amazon .a-popover-inner {
    overflow-y: hidden!important;
}
.popup-giftcard-amazon .a-popover-inner {
    padding: 14px 18px;
    text-align: left;
    overflow-x: hidden;
}
.popup-giftcard-amazon #gc-preview-modal-wrapper {
    margin: -14px -18px;
}
.popup-giftcard-amazon #gc-preview-wrapper {
    overflow-wrap: break-word;
    word-break: break-all;
    max-width: 704px;
}

.popup-giftcard-amazon #gc-preview-header-recipient-email-box-wrapper {
    border-bottom: 1px solid #ddd;
}
.popup-giftcard-amazon .a-size-base {
    font-size: 13px!important;
    line-height: 19px!important;
}
.popup-giftcard-amazon .a-color-base {
    color: #111!important;
}

.popup-giftcard-amazon .a-row {
    width: 100%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-column {
    float: none!important;
    display: table-cell!important;
    zoom: 1;
    padding-right: 14px;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span1 {
    width: 8.68%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span10 {
    width: 87.43%;
}

.popup-giftcard-amazon .a-section {
    margin-bottom: 22px;
}

#gc-preview-modal-wrapper,
#gc-preview-template-wrapper,
#gc-preview-wrapper{
    margin: 0;
}
.popup-giftcard-amazon .a-spacing-top-extra-large {
    margin-top: 26px!important;
}

.popup-giftcard-amazon .a-text-bold {
    font-weight: 700!important;
}

.popup-giftcard-amazon .gc-hide {
    display: none;
}
.popup-giftcard-amazon .gc-text-hidden {
    display: none;
}

.popup-giftcard-amazon #gc-preview-template-wrapper {
    background-color: #f3f3f3;
}
.popup-giftcard-amazon #gc-preview-template-wrapper #gc-preview-main-sections{
    background-color: #fff;
}

.popup-giftcard-amazon #gc-preview-wrapper td {
    vertical-align: middle;
}

.popup-giftcard-amazon #gc-preview-wrapper td img{
    display: inline;
    max-width: 100%;
}
.popup-giftcard-amazon{
    /*width: auto !important;*/
    position: absolute !important;
    margin-top: 0;
    font-family: Arial,sans-serif;
    text-rendering: optimizeLegibility;
}
.popup-giftcard-amazon #close-popup-giftcard{
    background: transparent;
    top:0;
    right:0;
    z-index: 10000;
}
.popup-giftcard-amazon #close-popup-giftcard:hover{
    text-decoration: none;
}


#giftcard-template-amazon .giftcard-style-color{
    display: block;
}
.popup-giftcard-amazon .giftcard-style-color{
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    color: #868686;
    font-weight: 600;
    display: block;
}


/* fix css*/
.giftvoucher-product-info #message {
    clear: both;
    max-width: none;
}

.popup-giftcard-amazon {
    top: 10% !important;
}

.images-for-slider li {
    width: 70px; height: 55px;
}

.images-for-slider img {
    width: 100%;
    height: 100%;
}

.images-for-slider ul, .images-for-slider li {
    list-style: none;
}

#discount-giftcard-form.cart-page #payment_form_giftvoucher{padding:5px 0px}