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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
.wrap-collabsible {
    margin-bottom: 16px;
}
.wrap-collabsible input[type='checkbox'] {
    display: none;
}
.lbl-toggle {
    background-color: #4e8476;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease-out;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.lbl-toggle::after {
    border-bottom: 9px solid transparent;
    border-left: 9px solid white;
    border-top: 9px solid transparent;
    content: ' ';
    display: inline-block;
    margin-right: .7rem;
    margin-top: 5px;
    transform: translateY(-2px);
    transition: transform 0.2s ease-out;
    vertical-align: middle;
    float: right;
}
.toggle:checked + .lbl-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.toggle:checked + .lbl-toggle::after {
    transform: rotate(90deg) translateX(-3px);
}
.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: min-content;
}
.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.collapsible-content .content-inner {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}
.backendorf-installment .best-installment {
    color: black;
    font-weight: 300;
    margin: 5px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
}
.backendorf-installment .best-installment strong {
    color: #4e8476;
}
.backendorf-installment .footer-message {
    color: #a9a9a9;
    font-size: 9px;
    line-height: 1.2;
}
.backendorf-installment .installments.title {
    font-size: 1.4rem;
    margin-bottom: 1px;
}
.backendorf-installment .installments-options {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 1px;
}
.backendorf-installment .installments-options .installment-option {
    list-style: none;
    margin: 5px 0;
}
.backendorf-installment .installments-options .installment-option strong {
    color: #4e8476;
    font-weight: 500;
}
.backendorf-installment .installments-options .installment-option span {
    font-size: 13px;
}
.backendorf-installment .discounts .item strong {
    color: #4e8476;
}
.backendorf-installment .discounts ul {
    list-style: none;
    padding: 0;
    font-size: 17px;
    color: #000;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: var(--text__color);
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
abbr[title] {
  border-bottom: 1px dotted #e6e6e6;
  cursor: help;
}
b,
strong {
  font-weight: var(--heading__font-weight__base);
}
em,
i {
  font-style: italic;
}
mark {
  background: #fff;
  color: #3cc7dd;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 24px;
  margin-top: 24px;
}
sub,
sup {
  font-size: 78.57142856999999%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3.8rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
}
h2 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
h4 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h5 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h6 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #666;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
}
a,
.alink {
  color: var(--link__color);
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: var(--link__color);
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
a:active,
.alink:active {
  color: #222;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.4rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 24px;
  margin-top: 0;
}
dt {
  font-weight: var(--heading__font-weight__base);
  margin-bottom: 6px;
  margin-top: 0;
}
dd {
  margin-bottom: 12px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #fff;
  color: var(--heading__color__base);
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #fff;
  color: var(--heading__color__base);
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: var(--heading__color__base);
  line-height: 1.75;
  margin: 0 0 12px;
  padding: 12px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  margin: 0 0 5rem;
  padding: 3rem 1.5rem 3rem 6rem;
  color: var(--text__color);
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #666;
  line-height: 1.75;
  font-size: 1.1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '“';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 12px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #999999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #999999;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.75;
  padding: 4px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.75;
  margin: 0;
  padding: 12px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}
input[type="checkbox"] {
  margin: 2px 6px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 6px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Breacrumbs background */
.hidden {
  display: none;
}
.w-max-45 {
  max-width: 45% !important;
}
.color_primary {
  color: #2f6f62;
}
.color_heading {
  color: var(--heading__color__base);
}
.body-full-checkout .opc-wrapper .opc,
.full-checkout .checkout-agreements-items,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.block-wishlist-management .wishlist-select-items,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.body-full-checkout .opc-wrapper .opc > li,
.full-checkout .checkout-agreements-items > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.block-wishlist-management .wishlist-select-items > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: var(--button__border-radius);
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart .product .item-options dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 12px 6px 0;
}
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart .product .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart .product .item-options dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 6px;
  word-break: break-all;
}
.full-checkout .form-logout .actions-toolbar .button.action.primary,
.full-checkout .form-account-create .actions-toolbar .button.action.primary,
.full-checkout .form-logout .actions-toolbar .button.action.primary,
.full-checkout .form-account-create .actions-toolbar .button.action.primary {
  width: 100%;
}
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-reorder .block-title,
.block-compare .block-title,
.widget .block-title,
.block-wishlist .block-title,
.block-wishlist-search-results .block-title {
  margin-bottom: 15px;
}
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-reorder .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.block-wishlist-search-results .block-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 6px;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 12px;
}
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 24px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.block-wishlist-info-items .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 48px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.navigation .level0 .submenu .product-item-name,
.navigation .level0 .submenu .product.name a,
.product-item .product-item-name,
.product-item .product.name a,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.navigation .level0 .submenu .product-item-name > a,
.navigation .level0 .submenu .product.name a > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:visited,
.navigation .level0 .submenu .product-item-name > a:visited,
.navigation .level0 .submenu .product.name a > a:visited,
.product-item .product-item-name > a:visited,
.product-item .product.name a > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:hover,
.navigation .level0 .submenu .product-item-name > a:hover,
.navigation .level0 .submenu .product.name a > a:hover,
.product-item .product-item-name > a:hover,
.product-item .product.name a > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-product-link > a:active,
.navigation .level0 .submenu .product-item-name > a:active,
.navigation .level0 .submenu .product.name a > a:active,
.product-item .product-item-name > a:active,
.product-item .product.name a > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: var(--link__hover__color);
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.opc-block-identification-information .identification-information-title .action-edit,
.full-checkout .modal-popup .modal-footer .action-hide-popup,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link,
.full-checkout .action-auth-toggle,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit,
.full-checkout .checkout-agreements-block .action-show,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.paypal-button-widget .paypal-button,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action {
  line-height: 1.75;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.opc-block-identification-information .identification-information-title .action-edit:visited,
.full-checkout .modal-popup .modal-footer .action-hide-popup:visited,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:visited,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:visited,
.full-checkout .action-auth-toggle:visited,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:visited,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:visited,
.full-checkout .checkout-agreements-block .action-show:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.paypal-button-widget .paypal-button:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited {
  color: var(--link__color);
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.opc-block-identification-information .identification-information-title .action-edit:hover,
.full-checkout .modal-popup .modal-footer .action-hide-popup:hover,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:hover,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:hover,
.full-checkout .action-auth-toggle:hover,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:hover,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:hover,
.full-checkout .checkout-agreements-block .action-show:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.paypal-button-widget .paypal-button:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-action-button-as-link:active,
.opc-block-identification-information .identification-information-title .action-edit:active,
.full-checkout .modal-popup .modal-footer .action-hide-popup:active,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:active,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:active,
.full-checkout .action-auth-toggle:active,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:active,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:active,
.full-checkout .checkout-agreements-block .action-show:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.paypal-button-widget .paypal-button:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active {
  color: #222;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.opc-block-identification-information .identification-information-title .action-edit:hover,
.opc-block-identification-information .identification-information-title .action-edit:active,
.opc-block-identification-information .identification-information-title .action-edit:focus,
.full-checkout .modal-popup .modal-footer .action-hide-popup:hover,
.full-checkout .modal-popup .modal-footer .action-hide-popup:active,
.full-checkout .modal-popup .modal-footer .action-hide-popup:focus,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:hover,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:active,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:focus,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:hover,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:active,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:focus,
.full-checkout .action-auth-toggle:hover,
.full-checkout .action-auth-toggle:active,
.full-checkout .action-auth-toggle:focus,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:hover,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:active,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:focus,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:hover,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:active,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:focus,
.full-checkout .checkout-agreements-block .action-show:hover,
.full-checkout .checkout-agreements-block .action-show:active,
.full-checkout .checkout-agreements-block .action-show:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button: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 {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.opc-block-identification-information .identification-information-title .action-edit.disabled,
.opc-block-identification-information .identification-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-identification-information .identification-information-title .action-edit,
.full-checkout .modal-popup .modal-footer .action-hide-popup.disabled,
.full-checkout .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .full-checkout .modal-popup .modal-footer .action-hide-popup,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .full-checkout .checkout-payment-method .checkout-billing-address .action-cancel,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link.disabled,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .body-full-checkout .checkout-container .opc-wrapper .edit-address-link,
.full-checkout .action-auth-toggle.disabled,
.full-checkout .action-auth-toggle[disabled],
fieldset[disabled] .full-checkout .action-auth-toggle,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .full-checkout .opc-block-shipping-information .shipping-information-title .action-edit,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit.disabled,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit[disabled],
fieldset[disabled] .full-checkout .opc-block-identification-information .identification-information-title .action-edit,
.full-checkout .checkout-agreements-block .action-show.disabled,
.full-checkout .checkout-agreements-block .action-show[disabled],
fieldset[disabled] .full-checkout .checkout-agreements-block .action-show,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.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 {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.opc-block-identification-information .identification-information-title .action-edit:active,
.opc-block-identification-information .identification-information-title .action-edit:not(:focus),
.full-checkout .modal-popup .modal-footer .action-hide-popup:active,
.full-checkout .modal-popup .modal-footer .action-hide-popup:not(:focus),
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:active,
.full-checkout .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:active,
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link:not(:focus),
.full-checkout .action-auth-toggle:active,
.full-checkout .action-auth-toggle:not(:focus),
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:active,
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:active,
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:not(:focus),
.full-checkout .checkout-agreements-block .action-show:active,
.full-checkout .checkout-agreements-block .action-show: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),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button: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) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.75;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 12px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: var(--link__color);
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #222;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 36px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 36px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.payment-method .field-to-pay._hidden,
.payment-method .fieldset .field.number .credit-card-types .item._hidden,
.body-full-checkout .page-title-wrapper,
.full-checkout .checkout-payment-method .field-select-billing > .label,
.full-checkout .checkout-payment-method .payments .legend,
.full-checkout .checkout-payment-method .ccard .legend,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.filter-options-content .filter-count-label,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.payment-method .checkout-payment-method .payments .legend,
.payment-method .fieldset.payment-mercadopago .legend,
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-action span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method .checkout-payment-method .payments .legend:before,
.payment-method .checkout-payment-method .payments .legend:after,
.body-full-checkout .checkout-container:before,
.body-full-checkout .checkout-container:after,
.body-full-checkout .checkout-header:before,
.body-full-checkout .checkout-header:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.full-checkout .opc-estimated-wrapper:before,
.full-checkout .opc-estimated-wrapper:after,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart .product .item-options:before,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart .product .item-options:after,
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-details:before,
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-details:after,
.body-full-checkout .checkout-container .opc-wrapper .field.addresses:before,
.body-full-checkout .checkout-container .opc-wrapper .field.addresses:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method .checkout-payment-method .payments .legend:after,
.body-full-checkout .checkout-container:after,
.body-full-checkout .checkout-header:after,
.checkout-onepage-success:after,
.full-checkout .opc-estimated-wrapper:after,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart .product .item-options:after,
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-details:after,
.body-full-checkout .checkout-container .opc-wrapper .field.addresses:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.body-full-checkout .full-checkout .opc-block-summary,
.body-full-checkout .checkout-container .opc-wrapper .shipping-address-item,
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 6px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 6px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 6px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.product-info-main .product-addto-links .action,
.product-options-bottom .product-addto-links .action,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.product-info-main .product-addto-links .action > span,
.product-options-bottom .product-addto-links .action > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.product-info-main .product-addto-links .action:before,
.product-options-bottom .product-addto-links .action:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: var(--heading__color__base);
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.product-info-main .product-addto-links .action:hover:before,
.product-options-bottom .product-addto-links .action:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #666;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.full-checkout .form-logout .actions-toolbar .button.action.primary,
.full-checkout .form-account-create .actions-toolbar .button.action.primary,
.form-logout .actions-toolbar .action.primary,
.actions-identification .actions-toolbar .action.primary,
.full-checkout .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.body-full-checkout .methods-shipping .actions-toolbar .action.primary,
.full-checkout .form-logout .actions-toolbar .button.action.primary,
.full-checkout .form-account-create .actions-toolbar .button.action.primary,
.full-checkout .actions-identification .actions-toolbar .action.primary,
.full-checkout .theme-full-checkout-block-authentication .action.action-register,
.full-checkout .theme-full-checkout-block-authentication .action.action-login,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  line-height: 2.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 2.24rem;
  padding: 7px 25px;
}
.bundle-actions {
  margin: 12px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -12px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.multicheckout .block-title,
.multicheckout .block-content .title,
.block-wishlist-search-form .block-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 6px;
  padding-right: 30px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 6px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.no-display,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .table-caption,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 24px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7ddae8;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: var(--button__border-radius);
  font-weight: var(--heading__font-weight__base);
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 6px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 12px;
  width: calc(100% - 40px - 12px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 12px;
  width: calc(100% - 24px - 12px - 6px);
}
.full-checkout .modal-popup .field-tooltip .field-tooltip-content,
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -12px;
  top: 40px;
  left: auto;
}
.full-checkout .modal-popup .field-tooltip .field-tooltip-content:before,
.full-checkout .modal-popup .field-tooltip .field-tooltip-content:after,
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content:before,
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content:after,
.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: 12px;
  left: auto;
  top: 0;
}
.full-checkout .modal-popup .field-tooltip .field-tooltip-content:before,
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.full-checkout .modal-popup .field-tooltip .field-tooltip-content:after,
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content:after,
.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-identification-information .identification-information-title,
.block-verification-code .step-title,
.body-full-checkout .full-checkout .opc-block-summary > .title,
.full-checkout .opc-block-shipping-information .shipping-information-title,
.full-checkout .opc-block-identification-information .identification-information-title,
.full-checkout .checkout-agreements-items .checkout-agreements-item-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  color: var(--text__color);
  font-weight: 300;
  font-size: 2.6rem;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .grand .mark,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 24px;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: var(--heading__font-weight__base);
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 12px;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-summary .mark,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-summary .amount,
.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 #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.body-full-checkout .full-checkout .opc-block-summary .table-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,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.body-full-checkout .full-checkout .opc-block-summary .table-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 {
  position: absolute;
  right: -5px;
  top: -12px;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-summary.expanded .amount,
.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,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 36px 7px 6px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 48px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 24px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #ddd;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: var(--link__color);
}
.message.info a:hover {
  color: var(--link__hover__color);
}
.message.info a:active {
  color: var(--link__hover__color);
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: var(--link__color);
}
.message.error a:hover {
  color: var(--link__hover__color);
}
.message.error a:active {
  color: var(--link__hover__color);
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: var(--link__color);
}
.message.warning a:hover {
  color: var(--link__hover__color);
}
.message.warning a:active {
  color: var(--link__hover__color);
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: var(--link__color);
}
.message.notice a:hover {
  color: var(--link__hover__color);
}
.message.notice a:active {
  color: var(--link__hover__color);
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: var(--link__color);
}
.message.success a:hover {
  color: var(--link__hover__color);
}
.message.success a:active {
  color: var(--link__hover__color);
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  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: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #383838;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: pointer;
}
.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: 12px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  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,
#loading-page-ready-browser {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.loading-mask .loader,
#loading-page-ready-browser .loader,
.loading-mask .browser-loader,
#loading-page-ready-browser .browser-loader {
  display: inline-block;
  color: transparent;
  border: 3px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  margin: auto;
}
.loading-mask .loader > img,
#loading-page-ready-browser .loader > img,
.loading-mask .browser-loader > img,
#loading-page-ready-browser .browser-loader > img,
.loading-mask .loader > p,
#loading-page-ready-browser .loader > p,
.loading-mask .browser-loader > p,
#loading-page-ready-browser .browser-loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 30px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 24px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 24px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 6px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #999999;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #999999;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #999999;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 12px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 6px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 12px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 6px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 6px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 12px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 12px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  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: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #383838;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: pointer;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7ddae8;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 24px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 6px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: var(--button__border-radius);
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  padding: 7px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.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 6px;
}
.product.data.items > .item.title > .switch {
  background: #f6f6f6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 1.3rem 24px 1.3rem 24px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #fff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #fff;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #2f6f62;
}
.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: #2f6f62;
  color: #fff;
  text-decoration: none;
  padding-bottom: 1.3rem;
}
.product.data.items > .item.content {
  background: #2f6f62;
  border: 0;
  margin: 0 0 6px;
  padding: 3rem 0 0 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: var(--text-weight);
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.5rem;
  letter-spacing: normal;
  margin: 0 10px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #222;
  display: inline-block;
  text-decoration: none;
}
.pages a.page:visited {
  color: #222;
}
.pages a.page:hover {
  background: #fff;
  color: #ec0101;
  text-decoration: none;
}
.pages a.page:active {
  color: #ec0101;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 3.5rem;
  letter-spacing: normal;
  color: #ec0101;
  display: inline-block;
  font-weight: var(--text-weight);
}
.pages .action {
  color: #222;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #222;
}
.pages .action:hover {
  background: #fff;
  color: #2f6f62;
  text-decoration: none;
}
.pages .action:active {
  color: #ec0101;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #222;
}
.pages .action.next:active:before {
  color: #ec0101;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #222;
  content: "→";
  font-family: 'icons-blank-theme';
  margin: 0 0 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #2f6f62;
}
.pages .action.next:active:before {
  color: #ec0101;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #222;
}
.pages .action.previous:active:before {
  color: #ec0101;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #222;
  content: "←";
  font-family: 'icons-blank-theme';
  margin: 0 0 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #2f6f62;
}
.pages .action.previous:active:before {
  color: #ec0101;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 12px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 12px;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 5rem;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: var(--heading__color__base);
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #666;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #666;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #666;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  color: #999;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: var(--heading__font-weight__base);
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  width: 100%;
}
body .modal-custom-overlay,
body .modals-overlay {
  background: transparent;
}
.modal-custom,
.modal-popup {
  -webkit-animation: fadeOutRightShort 0.3s;
  -moz-animation: fadeOutRightShort 0.3s;
  -ms-animation: fadeOutRightShort 0.3s;
  animation: fadeOutRightShort 0.3s;
}
.modal-custom._show,
.modal-popup._show {
  -webkit-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -moz-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -ms-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
}
.modals-wrapper:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
}
._has-modal .modals-wrapper:after,
._has-modal-custom .modals-wrapper:after {
  opacity: 1;
  pointer-events: initial;
}
._has-modal .modals-wrapper:after,
._has-modal-custom .modals-wrapper:after {
  pointer-events: none;
}
.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-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  -moz-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  -ms-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  animation: 0.5s ease 0s 1 normal forwards running fadeIn;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
  min-height: unset !important;
}
.modal-slide .modal-inner-wrap[class] {
  background: #fff !important;
}
.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;
}
body .modal-popup .modal-title {
  font-weight: var(--heading__font-weight__base);
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.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;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 3rem / 2.5;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}
.modal-popup .modal-footer .action-accept {
  min-width: 11rem;
  margin-left: 1rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-header .action-close {
  margin: 0 !important;
}
.modal-content .block-title {
  text-transform: uppercase;
  font-weight: var(--heading__font-weight__base);
  background-color: #fff;
  color: #222;
  text-align: left;
  letter-spacing: 1px;
  padding: 1.3rem 0 1.3rem 1.8rem;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: 0;
  position: relative;
  margin-bottom: 0 !important;
  font-size: 1.4rem !important;
  text-align: left: !important;
}
.modal-content .block-content {
  padding: 1.8rem;
  min-width: 30rem;
}
.modal-content .block-content .actions-toolbar > div {
  float: none;
  display: block;
  margin: 1.5rem 0 0;
  padding: 0;
}
.modal-content .block-content .actions-toolbar > div button,
.modal-content .block-content .actions-toolbar > div .action,
.modal-content .block-content .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.modal-content .block-content .actions-toolbar > div .action-gift {
  width: 100%;
  float: none;
  text-align: center;
  border-radius: 0;
}
.modal-content .block-content .actions-toolbar .primary button,
.modal-content .block-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.modal-content .block-content .actions-toolbar .primary .action-gift {
  background-color: #2f6f62;
  border-color: #2f6f62;
  color: #fff;
}
.modal-content .block-content .actions-toolbar .secondary .action {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.modal-content .block-content .actions-toolbar .secondary .action:focus,
.modal-content .block-content .actions-toolbar .secondary .action:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.modal-content .block-content .actions-toolbar .secondary .action:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.modal-content .block-content .actions-toolbar .secondary .action.disabled,
.modal-content .block-content .actions-toolbar .secondary .action[disabled],
fieldset[disabled] .modal-content .block-content .actions-toolbar .secondary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: var(--header-icons-color);
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #4d4d4d;
}
.modal-custom .action-close {
  margin: 30px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 12px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 12px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -15.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
}
#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: 24px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
}
.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 24px;
  padding: 0 0 12px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 24px;
}
/**
 * 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/bluesky/bluesky_kalles_default/pt_BR/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/bluesky/bluesky_kalles_default/pt_BR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.24rem;
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0 10px 10px 0;
  padding: 7px 25px;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: var(--link__color);
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #222;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
  border-radius: var(--button__border-radius);
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
  border-radius: var(--button__border-radius);
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--layout__max-width);
}
[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: var(--layout__max-width);
  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 6px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f6f6f6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 1.3rem 24px 1.3rem 24px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #fff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #fff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #2f6f62;
}
.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: #2f6f62;
  color: #fff;
  text-decoration: none;
  padding-bottom: 1.3rem;
}
.pagebuilder-accordion > .item.content {
  background: #2f6f62;
  border: 0;
  margin: 0 0 6px;
  padding: 3rem 0 0 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 6px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 36px;
}
.paypal-fastlane-shipping-change-address-form button,
.paypal-fastlane-shipping-change-address-form .cart.table-wrapper .actions-toolbar > .action,
.paypal-fastlane-shipping-change-address-form .action-gift {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 36px;
  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 12px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 24px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 24px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 12px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 12px;
}
.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 36px;
}
.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 #e6e6e6;
  margin: 0 0 48px;
  padding: 12px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/* gobal popup-ajaxsuite style */
.hside_opened {
  overflow: hidden;
}
.modal-popup .action-close,
.modal-custom .action-close,
.modal-slide .action-close {
  padding: 0;
}
.modal-popup .action-close:before,
.modal-custom .action-close:before,
.modal-slide .action-close:before {
  display: none;
}
.popup-ajaxsuite {
  max-width: 76rem;
  margin: auto;
}
.popup-ajaxsuite.modal-popup._inner-scroll .modal-inner-wrap {
  min-width: unset;
}
.popup-ajaxsuite.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  padding: 0;
}
.popup-ajaxsuite .block-customer-login {
  padding: 0 !important;
}
.popup-ajaxsuite .block-customer-login .block-content {
  padding: 3rem;
}
.popup-ajaxsuite #mb-ajaxsuite-popup-wrapper {
  padding: 2rem;
}
.popup-ajaxsuite .block-form-login .block-title,
.popup-ajaxsuite .pupup-suc-added-to-your-bag {
  text-transform: uppercase;
  font-weight: var(--heading__font-weight__base);
  background-color: #fff;
  color: #222;
  text-align: left;
  letter-spacing: 1px;
  padding: 1.3rem 0 1.3rem 1.8rem;
  border: 1px solid #e6e6e6;
  border-top: 0;
  position: relative;
  margin-bottom: 0;
}
.popup-ajaxsuite .block-form-login .block-title strong,
.popup-ajaxsuite .pupup-suc-added-to-your-bag strong {
  color: #222;
}
.popup-ajaxsuite .block-form-login .block-title:after,
.popup-ajaxsuite .pupup-suc-added-to-your-bag:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modals-wrapper .modal-popup._inner-scroll {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  width: fit-content;
  position: relative;
  box-shadow: none;
  transform: none;
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication {
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-title {
  font-size: 1.4rem;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .fieldset {
  margin-bottom: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .fieldset label {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #999999;
  display: inline-block;
  margin-bottom: 4px;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .password .action {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  color: #999;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary {
  float: none;
  display: block;
  margin-bottom: 1.7rem;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary button,
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary .action-gift {
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register,
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login {
  display: block;
  width: 100%;
  text-align: center;
  float: none;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register {
  margin-top: 1.5rem;
}
#mb-ajaxsuite-popup-wrapper {
  text-align: center;
}
#mb-ajaxsuite-popup-wrapper .photo.image {
  max-width: 35.5rem;
  width: 100%;
  height: 100%;
}
#mb-ajaxsuite-popup-wrapper .product-name {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
#mb-ajaxsuite-popup-wrapper .product-name strong {
  color: var(--heading__color__base);
  display: block;
  margin-bottom: 6px;
  font-size: 1.6rem;
}
#mb-ajaxsuite-popup-wrapper .product-name .greycolor {
  color: #999;
  font-size: 14px;
}
#mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons button,
#mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons .cart.table-wrapper .actions-toolbar > .action,
#mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons .action-gift {
  display: block;
  width: 100%;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .pupup-suc-added-to-your-bag {
  top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
  margin-bottom: 3rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-infor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
  margin: 0;
  text-align: left;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag {
  font-weight: var(--heading__color__base);
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: var(--heading__color__base);
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-qty-price {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0.7rem;
  font-size: 1.6rem;
  color: var(--heading__color__base);
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-qty-price .pupup-suc-added-ajax-cart-qty {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
.action.towishlist.loading,
.action.tocompare.loading,
.action.link-quickview.loading,
.action.towishlist.disabled,
.action.tocompare.disabled,
.action.link-quickview.disabled {
  opacity: 1;
}
.action.towishlist.loading:before,
.action.tocompare.loading:before,
.action.link-quickview.loading:before,
.action.towishlist.disabled:before,
.action.tocompare.disabled:before,
.action.link-quickview.disabled:before {
  content: "" !important;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border-color: #5f5f5f #797979 #ccc #fff;
  line-height: 1;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
  display: inline-block;
}
.action.tocart span {
  position: relative;
}
.action.tocart span:before {
  content: "" !important;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border-color: #5f5f5f #797979 #ccc #fff;
  line-height: 1;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
  display: inline-block;
  margin-right: 3px;
  opacity: 0;
  position: relative;
  top: 2px;
  left: -2px;
}
.action.tocart.loading span:before {
  opacity: 1;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
svg.checkmark {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
body header.page-header:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  opacity: 0;
  background: #2f6f62;
  transition: width 0.25s ease-in-out;
  z-index: 100;
  pointer-events: none;
}
body.ajax_ld header.page-header:before {
  width: 40%;
  opacity: 1;
}
body.ajax_end header.page-header:before {
  width: 100%;
  opacity: 1;
}
/* Ipad and lager srceen */
/* Mobile screen */
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bls-overlay-active:after {
  opacity: 1;
  pointer-events: initial;
}
@keyframes bls-spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes bls-spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes bls-scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bls-scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.bls-scale {
  -webkit-animation-name: bls-scale;
  animation-name: bls-scale;
}
@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
@keyframes fadeOutRightShort {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fadeOutRightShort {
  -webkit-animation-name: fadeOutRightShort;
  animation-name: fadeOutRightShort;
}
.mfp-wrap.mfp-close-btn-in,
.modals-overlay,
.modal-custom-overlay {
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
}
.slick-slider {
  padding-left: 0;
  margin-bottom: 0;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev:before,
.slick-next:before {
  font-size: 38px;
  opacity: 1;
}
.slick-prev {
  left: 0;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}
.slick-prev:before {
  padding-right: 5px;
}
.slick-next {
  right: 0;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
.slick-next:before {
  padding-left: 5px;
}
div .slick-prev,
div .slick-next,
div .slick-next:not(.primary),
div .slick-prev:not(.primary) {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 40%;
  z-index: 3;
}
div .slick-prev::before,
div .slick-next::before,
div .slick-next:not(.primary)::before,
div .slick-prev:not(.primary)::before {
  color: #222;
  font-size: 3.6rem;
  padding: 0;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}
div .slick-prev,
div .slick-next,
div .slick-next:not(.primary),
div .slick-prev:not(.primary),
div .fotorama__arr .fotorama__arr__arr {
  width: 36px;
  height: 36px;
  border: 2px solid var(--heading__color__base);
  background: transparent;
  border-radius: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
div .slick-prev:before,
div .slick-next:before,
div .slick-next:not(.primary):before,
div .slick-prev:not(.primary):before,
div .fotorama__arr .fotorama__arr__arr:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 3.6rem;
}
div .slick-prev:hover,
div .slick-next:hover,
div .slick-next:not(.primary):hover,
div .slick-prev:not(.primary):hover,
div .fotorama__arr .fotorama__arr__arr:hover,
div .slick-prev:focus,
div .slick-next:focus,
div .slick-next:not(.primary):focus,
div .slick-prev:not(.primary):focus,
div .fotorama__arr .fotorama__arr__arr:focus {
  background: #2f6f62;
  border-color: #2f6f62;
}
div .slick-prev:hover:before,
div .slick-next:hover:before,
div .slick-next:not(.primary):hover:before,
div .slick-prev:not(.primary):hover:before,
div .fotorama__arr .fotorama__arr__arr:hover:before,
div .slick-prev:focus:before,
div .slick-next:focus:before,
div .slick-next:not(.primary):focus:before,
div .slick-prev:not(.primary):focus:before,
div .fotorama__arr .fotorama__arr__arr:focus:before {
  color: #fff;
}
div .slick-prev:before,
div .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e686";
}
div .slick-next:before,
div .fotorama__arr--next .fotorama__arr__arr:before {
  content: "\e684";
}
div .fotorama__arr .fotorama__arr__arr {
  box-sizing: content-box;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 2.5rem 0 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.fotorama__nav--dots .fotorama__dot,
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #222;
  box-shadow: none;
  cursor: pointer;
  display: block;
  padding: 0;
  text-indent: -99999px;
  position: relative;
  overflow: hidden;
}
.fotorama__nav--dots .fotorama__dot:after,
.slick-dots li button:after,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:after,
.slick-dots li .action-gift:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #222;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.fotorama__nav--dots .fotorama__dot:hover,
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 2px solid #222;
}
.fotorama__nav--dots .fotorama__dot:hover:after,
.slick-dots li button:hover:after,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:after,
.slick-dots li .action-gift:hover:after {
  height: 100%;
}
.fotorama__nav--dots .fotorama__dot:active,
.slick-dots li button:active,
.fotorama__nav--dots .fotorama__dot:focus,
.slick-dots li button:focus,
.fotorama__nav--dots .fotorama__dot:not(.primary),
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots .slick-active button,
.fotorama__nav--dots .fotorama__active button,
.slick-dots .slick-active .fotorama__dot,
.fotorama__nav--dots .fotorama__active .fotorama__dot,
.slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.fotorama__nav--dots .fotorama__active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots .slick-active .action-gift,
.fotorama__nav--dots .fotorama__active .action-gift {
  border-color: #222;
}
.slick-dots .slick-active button:after,
.fotorama__nav--dots .fotorama__active button:after,
.slick-dots .slick-active .fotorama__dot:after,
.fotorama__nav--dots .fotorama__active .fotorama__dot:after,
.slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action:after,
.fotorama__nav--dots .fotorama__active .cart.table-wrapper .actions-toolbar > .action:after,
.slick-dots .slick-active .action-gift:after,
.fotorama__nav--dots .fotorama__active .action-gift:after {
  height: 100%;
  background: #222;
}
.slick-track .slick-slide {
  justify-content: flex-start;
}
.slick-track .slick-slide > div {
  width: 100%;
}
.fotorama__active .fotorama__dot {
  border: 2px solid #222 !important;
  background-color: #222 !important;
}
.slick-list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.slick-list .slick-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.margin_item-- .slick-list,
.margin_item-- .row,
.margin_item-- .products-list .product-item-info {
  margin-left: 0;
  margin-right: 0;
}
.margin_item-- .slick-list .slick-slide,
.margin_item-- .row .slick-slide,
.margin_item-- .products-list .product-item-info .slick-slide,
.margin_item-- .slick-list > *[class*="col"],
.margin_item-- .row > *[class*="col"],
.margin_item-- .products-list .product-item-info > *[class*="col"],
.margin_item-- .slick-list .product_item_images,
.margin_item-- .row .product_item_images,
.margin_item-- .products-list .product-item-info .product_item_images,
.margin_item-- .slick-list .product-item-details,
.margin_item-- .row .product-item-details,
.margin_item-- .products-list .product-item-info .product-item-details {
  padding-left: 0;
  padding-right: 0;
}
.margin_item--:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
.margin_item--:not(.widget-product-advanced) .products-list .product-item-info > *[class*="col"]:not(.has-children) {
  margin-bottom: 0;
}
.margin_item--10 .slick-list,
.margin_item--20 .slick-list,
[data-space-between-item="10"] .slick-list,
[data-space-between-item="20"] .slick-list,
.margin_item--10 .row,
.margin_item--20 .row,
[data-space-between-item="10"] .row,
[data-space-between-item="20"] .row,
.margin_item--10 .products-list .product-item-info,
.margin_item--20 .products-list .product-item-info,
[data-space-between-item="10"] .products-list .product-item-info,
[data-space-between-item="20"] .products-list .product-item-info {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.margin_item--10 .slick-list .slick-slide,
.margin_item--20 .slick-list .slick-slide,
[data-space-between-item="10"] .slick-list .slick-slide,
[data-space-between-item="20"] .slick-list .slick-slide,
.margin_item--10 .row .slick-slide,
.margin_item--20 .row .slick-slide,
[data-space-between-item="10"] .row .slick-slide,
[data-space-between-item="20"] .row .slick-slide,
.margin_item--10 .products-list .product-item-info .slick-slide,
.margin_item--20 .products-list .product-item-info .slick-slide,
[data-space-between-item="10"] .products-list .product-item-info .slick-slide,
[data-space-between-item="20"] .products-list .product-item-info .slick-slide,
.margin_item--10 .slick-list > *[class*="col"],
.margin_item--20 .slick-list > *[class*="col"],
[data-space-between-item="10"] .slick-list > *[class*="col"],
[data-space-between-item="20"] .slick-list > *[class*="col"],
.margin_item--10 .row > *[class*="col"],
.margin_item--20 .row > *[class*="col"],
[data-space-between-item="10"] .row > *[class*="col"],
[data-space-between-item="20"] .row > *[class*="col"],
.margin_item--10 .products-list .product-item-info > *[class*="col"],
.margin_item--20 .products-list .product-item-info > *[class*="col"],
[data-space-between-item="10"] .products-list .product-item-info > *[class*="col"],
[data-space-between-item="20"] .products-list .product-item-info > *[class*="col"],
.margin_item--10 .slick-list > div[class*="product"],
.margin_item--20 .slick-list > div[class*="product"],
[data-space-between-item="10"] .slick-list > div[class*="product"],
[data-space-between-item="20"] .slick-list > div[class*="product"],
.margin_item--10 .row > div[class*="product"],
.margin_item--20 .row > div[class*="product"],
[data-space-between-item="10"] .row > div[class*="product"],
[data-space-between-item="20"] .row > div[class*="product"],
.margin_item--10 .products-list .product-item-info > div[class*="product"],
.margin_item--20 .products-list .product-item-info > div[class*="product"],
[data-space-between-item="10"] .products-list .product-item-info > div[class*="product"],
[data-space-between-item="20"] .products-list .product-item-info > div[class*="product"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.margin_item--10 .slick-list .slick-slide > div,
.margin_item--20 .slick-list .slick-slide > div,
[data-space-between-item="10"] .slick-list .slick-slide > div,
[data-space-between-item="20"] .slick-list .slick-slide > div,
.margin_item--10 .slick-list > *[class*="col"] > div,
.margin_item--20 .slick-list > *[class*="col"] > div,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div,
[data-space-between-item="20"] .slick-list > *[class*="col"] > div,
.margin_item--10 .slick-list > div[class*="product"] > div,
.margin_item--20 .slick-list > div[class*="product"] > div,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div,
[data-space-between-item="20"] .slick-list > div[class*="product"] > div {
  margin-bottom: 20px;
}
.margin_item--10 .slick-list .slick-slide > div:last-child,
.margin_item--20 .slick-list .slick-slide > div:last-child,
[data-space-between-item="10"] .slick-list .slick-slide > div:last-child,
[data-space-between-item="20"] .slick-list .slick-slide > div:last-child,
.margin_item--10 .slick-list > *[class*="col"] > div:last-child,
.margin_item--20 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="20"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--10 .slick-list > div[class*="product"] > div:last-child,
.margin_item--20 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="20"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--10 .products-list .product-item .product-item-info,
.margin_item--20 .products-list .product-item .product-item-info,
[data-space-between-item="10"] .products-list .product-item .product-item-info,
[data-space-between-item="20"] .products-list .product-item .product-item-info {
  max-width: unset;
}
.margin_item--10 .products-list .product-item:not(:last-of-type),
.margin_item--20 .products-list .product-item:not(:last-of-type),
[data-space-between-item="10"] .products-list .product-item:not(:last-of-type),
[data-space-between-item="20"] .products-list .product-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.margin_item--10:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--20:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="10"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="20"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--10:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
.margin_item--20:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="10"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="20"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
  margin-bottom: 1rem;
}
.margin_item--10 .slick-list .slick-slide > div,
[data-space-between-item="10"] .slick-list .slick-slide > div,
.margin_item--10 .slick-list > *[class*="col"] > div,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div,
.margin_item--10 .slick-list > div[class*="product"] > div,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div {
  margin-bottom: 10px;
}
.margin_item--10 .slick-list .slick-slide > div:last-child,
[data-space-between-item="10"] .slick-list .slick-slide > div:last-child,
.margin_item--10 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--10 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--30 .slick-list,
[data-space-between-item="30"] .slick-list,
.margin_item--30 .row,
[data-space-between-item="30"] .row,
.margin_item--30 .products-list .product-item-info,
[data-space-between-item="30"] .products-list .product-item-info {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.margin_item--30 .slick-list .slick-slide,
[data-space-between-item="30"] .slick-list .slick-slide,
.margin_item--30 .row .slick-slide,
[data-space-between-item="30"] .row .slick-slide,
.margin_item--30 .products-list .product-item-info .slick-slide,
[data-space-between-item="30"] .products-list .product-item-info .slick-slide,
.margin_item--30 .slick-list > *[class*="col"],
[data-space-between-item="30"] .slick-list > *[class*="col"],
.margin_item--30 .row > *[class*="col"],
[data-space-between-item="30"] .row > *[class*="col"],
.margin_item--30 .products-list .product-item-info > *[class*="col"],
[data-space-between-item="30"] .products-list .product-item-info > *[class*="col"],
.margin_item--30 .slick-list > *[class*="product"],
[data-space-between-item="30"] .slick-list > *[class*="product"],
.margin_item--30 .row > *[class*="product"],
[data-space-between-item="30"] .row > *[class*="product"],
.margin_item--30 .products-list .product-item-info > *[class*="product"],
[data-space-between-item="30"] .products-list .product-item-info > *[class*="product"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.margin_item--30 .slick-list .slick-slide > div,
[data-space-between-item="30"] .slick-list .slick-slide > div,
.margin_item--30 .slick-list > *[class*="col"] > div,
[data-space-between-item="30"] .slick-list > *[class*="col"] > div,
.margin_item--30 .slick-list > div[class*="product"] > div,
[data-space-between-item="30"] .slick-list > div[class*="product"] > div {
  margin-bottom: 30px;
}
.margin_item--30 .slick-list .slick-slide > div:last-child,
[data-space-between-item="30"] .slick-list .slick-slide > div:last-child,
.margin_item--30 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="30"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--30 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="30"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--30:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="30"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--30:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="30"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
  margin-bottom: 1.5rem;
}
.margin_item--30 .products-list .product-item:not(:last-of-type),
[data-space-between-item="30"] .products-list .product-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.margin_item--40 .slick-list,
[data-space-between-item="40"] .slick-list,
.margin_item--40 .row,
[data-space-between-item="40"] .row,
.margin_item--40 .products-list .product-item-info,
[data-space-between-item="40"] .products-list .product-item-info {
  margin-left: -1rem;
  margin-right: -1rem;
}
.margin_item--40 .slick-list .slick-slide,
[data-space-between-item="40"] .slick-list .slick-slide,
.margin_item--40 .row .slick-slide,
[data-space-between-item="40"] .row .slick-slide,
.margin_item--40 .products-list .product-item-info .slick-slide,
[data-space-between-item="40"] .products-list .product-item-info .slick-slide,
.margin_item--40 .slick-list > *[class*="col"],
[data-space-between-item="40"] .slick-list > *[class*="col"],
.margin_item--40 .row > *[class*="col"],
[data-space-between-item="40"] .row > *[class*="col"],
.margin_item--40 .products-list .product-item-info > *[class*="col"],
[data-space-between-item="40"] .products-list .product-item-info > *[class*="col"],
.margin_item--40 .slick-list > div[class*="product"],
[data-space-between-item="40"] .slick-list > div[class*="product"],
.margin_item--40 .row > div[class*="product"],
[data-space-between-item="40"] .row > div[class*="product"],
.margin_item--40 .products-list .product-item-info > div[class*="product"],
[data-space-between-item="40"] .products-list .product-item-info > div[class*="product"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.margin_item--40 .slick-list .slick-slide > div,
[data-space-between-item="40"] .slick-list .slick-slide > div,
.margin_item--40 .slick-list > *[class*="col"] > div,
[data-space-between-item="40"] .slick-list > *[class*="col"] > div,
.margin_item--40 .slick-list > div[class*="product"] > div,
[data-space-between-item="40"] .slick-list > div[class*="product"] > div {
  margin-bottom: 40px;
}
.margin_item--40 .slick-list .slick-slide > div:last-child,
[data-space-between-item="40"] .slick-list .slick-slide > div:last-child,
.margin_item--40 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="40"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--40 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="40"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--40:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="40"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--40:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="40"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
  margin-bottom: 2rem;
}
.margin_item--40 .products-list .product-item .product-item-info,
[data-space-between-item="40"] .products-list .product-item .product-item-info {
  max-width: unset;
}
.margin_item--40 .products-list .product-item:not(:last-of-type),
[data-space-between-item="40"] .products-list .product-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.navigation .level0 .submenu a.data-bgset-image-wrapper,
.data-bgset-image-wrapper {
  padding-top: calc(100%/(0 + var(--aspect-ratio, 16/9)));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
}
.navigation .level0 .submenu a.data-bgset-image-wrapper .item-link,
.data-bgset-image-wrapper .item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.navigation .level0 .submenu a.data-bgset-image-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lazyloaded:not(.products-image-hover) {
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -moz-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -ms-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
}
/* fade image in while loading and show a spinner as background image (good for progressive images) */
img.lazyload,
img.lazyloading,
img.swatch-option-loading {
  margin: auto;
  height: 100%;
  background-color: var(--lazyload_bg_color);
  background-size: var(--lazyload_bg_size);
  background-repeat: no-repeat;
  background-position: center;
}
body .fotorama__spinner {
  background-size: var(--lazyload_bg_size);
  background-repeat: no-repeat;
  background-position: center;
}
body .fotorama__wrap--css3 .fotorama__spinner {
  animation: none;
}
p.rs-p-wp-fix + rs-module-wrap {
  background-color: var(--lazyload_bg_color) !important;
  visibility: visible !important;
  min-height: 40rem;
}
p.rs-p-wp-fix + rs-module-wrap:after {
  content: "";
  border: 1px solid;
  color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border-color: #5f5f5f #797979 #ccc #fff;
  line-height: 1;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
p.rs-p-wp-fix + rs-module-wrap.has_background--image:after {
  display: none;
}
div[class*="background-image"][data-bgset].lazyload,
div[class*="background-image"][data-bgset].lazyloading {
  position: relative;
}
div[class*="background-image"][data-bgset].lazyload:before,
div[class*="background-image"][data-bgset].lazyloading:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: var(--lazyload_bg_size);
  background-color: var(--lazyload_bg_color);
  background-repeat: no-repeat;
  background-position: center;
}
div[class*="background-image"][data-bgset].lazyload .pagebuilder-poster-content,
div[class*="background-image"][data-bgset].lazyloading .pagebuilder-poster-content {
  opacity: 0;
}
.lazyload .category-view-info,
.lazyloading .category-view-info,
.lazyload .pagebuilder-poster-content,
.lazyloading .pagebuilder-poster-content {
  opacity: 0;
}
.data-bgset-image-wrapper.lazyload,
.data-bgset-image-wrapper.lazyloading {
  position: relative;
}
.data-bgset-image-wrapper.lazyload:after,
.data-bgset-image-wrapper.lazyloading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: var(--lazyload_bg_size);
  background-color: var(--lazyload_bg_color);
  background-repeat: no-repeat;
  background-position: center;
}
.data-bgset-image-wrapper.lazyload .pagebuilder-poster-content,
.data-bgset-image-wrapper.lazyloading .pagebuilder-poster-content {
  opacity: 0;
}
img.swatch-option-loading {
  content: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/swatch_loading.png');
}
@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes skeletonAnimation {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}
.button-close,
.action-close,
.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-decoration: none;
  text-shadow: none;
  font-weight: 400;
  z-index: 2;
}
.button-close:focus,
.action-close:focus,
.action.close:focus,
.button-close:active,
.action-close:active,
.action.close:active {
  background: none;
  border: none;
}
.button-close:hover,
.action-close:hover,
.action.close:hover {
  background: none;
  border: none;
}
.button-close.disabled,
.action-close.disabled,
.action.close.disabled,
.button-close[disabled],
.action-close[disabled],
.action.close[disabled],
fieldset[disabled] .button-close,
fieldset[disabled] .action-close,
fieldset[disabled] .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.button-close:focus,
.action-close:focus,
.action.close:focus,
.button-close:active,
.action-close:active,
.action.close:active {
  background: none;
  border: none;
}
.button-close:hover,
.action-close:hover,
.action.close:hover {
  background: none;
  border: none;
}
.button-close.disabled,
.action-close.disabled,
.action.close.disabled,
.button-close[disabled],
.action-close[disabled],
.action.close[disabled],
fieldset[disabled] .button-close,
fieldset[disabled] .action-close,
fieldset[disabled] .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.button-close:after,
.action-close:after,
.action.close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .button-close:hover,
  .action-close:hover,
  .action.close:hover,
  .button-close:active,
  .action-close:active,
  .action.close:active {
    color: var(--heading__color__base);
  }
  .button-close:hover:after,
  .action-close:hover:after,
  .action.close:hover:after,
  .button-close:active:after,
  .action-close:active:after,
  .action.close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.button-close:before,
.action-close:before,
.action.close:before {
  display: none;
}
.modal-popup .button-close,
.modal-popup .action-close,
.modal-popup .action.close {
  right: 0;
  background-color: #222;
  border-radius: 0;
}
.modal-popup .button-close:after,
.modal-popup .action-close:after,
.modal-popup .action.close:after {
  color: #fff;
}
.modal-popup .button-close:focus,
.modal-popup .action-close:focus,
.modal-popup .action.close:focus,
.modal-popup .button-close:active,
.modal-popup .action-close:active,
.modal-popup .action.close:active,
.modal-popup .button-close:hover,
.modal-popup .action-close:hover,
.modal-popup .action.close:hover {
  background-color: #222;
}
.lazyload-image .brand-image,
.lazyload-image .post-list-wrapper .blog-post-thumb .post-ftimg-hld a,
.lazyload-image .product img[data-src],
.lazyload-image .absolute-content-image.lazyload-content:not(.col-banner),
.lazyload-image .absolute-content-image .banner-img,
.lazyload-image .default-banner-image img[data-src] {
  background-image: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/lazy-load.svg);
  background-size: 23px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.lazyload-image .default-banner-image img[data-src] {
  min-width: 23px;
}
.lazyload-image img.lazy-loaded {
  -webkit-animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
  -moz-animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
  -ms-animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
  animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
}
.lazyload-image .lazyload-content .content,
.lazyload-image .lazyload-content .thumb-infor {
  z-index: -1 !important;
}
#purchase-fake-order.purchase-order {
  width: 35rem;
  background-color: #fff;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: transition;
  -moz-transition: transition;
  -ms-transition: transition;
  transition: transition;
}
#purchase-fake-order.purchase-order:after,
#purchase-fake-order.purchase-order:before {
  content: "";
  display: table;
  clear: both;
}
#purchase-fake-order.purchase-order .product-purchase {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
#purchase-fake-order.purchase-order .purchase-image img {
  width: 70px;
}
#purchase-fake-order.purchase-order .dib {
  margin-bottom: 5px;
  display: block;
}
#purchase-fake-order.purchase-order .dib,
#purchase-fake-order.purchase-order .minutes-ago {
  color: #222;
}
#purchase-fake-order.purchase-order .minutes-ago {
  display: inline-flex;
  margin-bottom: 0;
  margin-right: 5px;
}
#purchase-fake-order.purchase-order .price-box {
  font-size: 14px;
  color: var(--heading__color__base);
}
#purchase-fake-order.purchase-order .purchase-info {
  padding-left: 15px;
}
#purchase-fake-order.purchase-order .purchase-info .title {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  font-weight: var(--heading__font-weight__base);
  text-align: left;
  margin: 0 0 0.7rem;
}
#purchase-fake-order.purchase-order .purchase-info .title a:not(:hover) {
  color: var(--heading__color__base);
}
#purchase-fake-order.purchase-order .purchase-info .title a:hover {
  color: var(--link__hover__color);
}
#purchase-fake-order.purchase-order .purchase-close {
  position: absolute;
  right: 4px;
  top: 10px;
  display: inline-block;
  text-decoration: none;
}
#purchase-fake-order.purchase-order .purchase-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#purchase-fake-order.purchase-order .purchase-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 20px;
  color: var(--heading__color__base);
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#purchase-fake-order.purchase-order .btnProductQuickview {
  color: var(--heading__color__base);
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 0 4px;
}
#purchase-fake-order.purchase-order .btnProductQuickview:before {
  color: #0ca940;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f058";
  font-size: 1.5rem;
}
#newsletter_pop_up {
  display: none;
}
.newletter_popup_close {
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  background-color: var(--button__background);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  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;
  display: inline-flex;
}
.newletter_popup_close:focus,
.newletter_popup_close:active {
  background: none;
  border: none;
}
.newletter_popup_close:hover {
  background: none;
  border: none;
}
.newletter_popup_close.disabled,
.newletter_popup_close[disabled],
fieldset[disabled] .newletter_popup_close {
  pointer-events: none;
  opacity: 0.5;
}
.newletter_popup_close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .newletter_popup_close:hover,
  .newletter_popup_close:active {
    color: var(--heading__color__base);
  }
  .newletter_popup_close:hover:after,
  .newletter_popup_close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.col-newsletter-popup {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.col-newsletter-popup .content-popup {
  padding: 30px;
  text-align: center;
  font-size: 1.4rem;
  text-transform: capitalize;
  overflow: auto;
  flex: 1;
}
.col-newsletter-popup .content-popup h3 {
  color: var(--heading__color__base);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.col-newsletter-popup .content-popup .subscribe-bottom {
  font-size: 12px;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
}
.col-newsletter-popup .content-popup .subscribe-bottom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  z-index: 1;
}
.col-newsletter-popup .content-popup .subscribe-bottom .checkmark {
  display: inline-flex;
  height: 15px;
  width: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box input#newsletter_popup_dont_show_again:checked ~ .checkmark {
  background-color: #fff;
}
.col-newsletter-popup .content-popup .subscribe-bottom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box input#newsletter_popup_dont_show_again:checked ~ .checkmark:after {
  display: block;
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #222;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.col-newsletter-popup .content-popup .subscribe-bottom label {
  color: inherit;
}
.col-newsletter-popup .form.subscribe {
  position: relative;
  margin: 11px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  border-radius: var(--button__border-radius);
  border: 1px solid #222;
  padding: 2px 2px 2px 15px;
}
.col-newsletter-popup .form.subscribe .field.newsletter {
  flex: 1;
}
.col-newsletter-popup .form.subscribe input[type="email"] {
  border: 0;
}
.col-newsletter-popup .form.subscribe .actions button,
.col-newsletter-popup .form.subscribe .actions .cart.table-wrapper .actions-toolbar > .action,
.col-newsletter-popup .form.subscribe .actions .action-gift {
  height: 100%;
  padding: 0 20px;
}
.cms-page-has-uploaded-image-banner {
  padding: 6vh 0;
  max-height: 30rem;
  text-align: center;
  margin: 0 0 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cms-page-has-uploaded-image-banner .page-title-wrapper {
  margin: 1rem 0;
  text-align: inherit;
  position: relative;
  z-index: 1;
}
.cms-page-has-uploaded-image-banner .page-title-wrapper .page-title {
  max-width: var(--layout__max-width);
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  margin: auto;
}
.cms-page-has-uploaded-image-banner .breadcrumbs {
  position: relative;
  z-index: 2;
  background: transparent;
  min-height: 24.5px;
  margin: 1rem 0;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items {
  padding-top: 0;
  padding-bottom: 0;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items a {
  color: #fff;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items .item {
  color: #ededed;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items .item:not(:last-child):after {
  color: #ededed;
}
.cms-page-has-uploaded-image-banner:before {
  content: '';
  opacity: 0.54;
  position: absolute;
  background: #222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.top-header-banner-image-cms-page:not(.cms-page-has-uploaded-image-banner) {
  padding-top: 0;
}
.hide__rating .product-item .product-reviews-summary {
  display: none !important;
}
.hide__price .product-item .price-box {
  display: none !important;
}
.hide__quickview .product-item .button_quickview {
  display: none !important;
}
.hide__compare .product-item a.action.tocompare {
  display: none !important;
}
.hide__wishlist .product-item a.action.towishlist {
  display: none !important;
}
.hide__addtocart .product-item .actions-primary {
  display: none !important;
}
.hide__addtocart--related .block.related .products-grid .product-items .product-item .field.choice.related {
  display: none;
}
.hide__addtocart--related .section.block.related .rokan-title .short_description {
  display: none;
}
canvas#confettiCanvas {
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .navigation.nav-sections {
    padding: 0;
    min-height: 100vh;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .navigation.nav-sections .menu-item-has-children > .submenu-item,
  .navigation.nav-sections .menu-item-has-children .submenu:not(:first-child) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    min-width: unset;
    margin: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    -moz-transform: translate3d(-104%, 0, 0);
    -ms-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 500;
    width: 100%;
    max-width: 340px;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 3rem;
  }
  .submenu-mobile-title {
    background-color: #f5f5f5;
    padding: 15px 30px;
    margin: 0 -30px;
    border-bottom: 1px solid #e6e6e6;
    color: #575757;
    font-size: 14px;
    font-weight: var(--navigation-level0-item__font-weight);
  }
  .submenu-mobile-title i {
    margin-right: 1rem;
  }
  .submenu-mobile-title i.icon-chevron-left::before {
    content: "\f053";
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
  }
  .navigation.nav-sections {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    min-width: unset;
    margin: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    -moz-transform: translate3d(-104%, 0, 0);
    -ms-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 500;
    width: 100%;
    max-width: 340px;
  }
  .navigation.nav-sections .close-menu-mobile {
    opacity: 0;
    visibility: hidden;
  }
  .navigation.nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: var(--heading__font-weight__base);
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .navigation.nav-sections .switcher .label {
    display: block;
    margin-bottom: 6px;
  }
  .navigation.nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation.nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation.nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation.nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .navigation.nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 12px 0;
  }
  .navigation.nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .navigation.nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .navigation.nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: var(--heading__font-weight__base);
    padding: 0.8rem 0;
  }
  .navigation.nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .header.links a,
  .navigation.nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: var(--heading__font-weight__base);
    padding: 0.8rem 0;
  }
  .navigation.nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-open body {
    overflow: hidden;
  }
  .nav-open .nav-sections {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-open .nav-toggle:after {
    opacity: 1;
    pointer-events: initial;
  }
  .nav-open .navigation.nav-sections .close-menu-mobile {
    opacity: 1;
    visibility: visible;
  }
  .navigation.nav-sections .level1.menu-item-has-children.opened-is > .submenu-item,
  .navigation.nav-sections .level2.menu-item-has-children.opened-is > .submenu-item,
  .navigation.nav-sections .level3.menu-item-has-children.opened-is > .submenu-item,
  .navigation.nav-sections .level4.menu-item-has-children.opened-is > .submenu-item,
  .navigation .menu-item-has-children.opened-is .submenu:not(:first-child) {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: var(--navigation__background);
    border: 1px solid var(--navigation__background);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 30px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: var(--navigation__background);
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: var(--navigation-level0-item__font-weight);
    padding: 10px 48px 10px 15px;
    text-transform: var(--navigation-level0-item__text-transform);
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #666;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #222;
    border-style: solid;
    border-width: 0;
    color: #222;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #222;
    border-style: solid;
    border-width: 0;
    color: #222;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #666;
  }
  .navigation .submenu:not(:first-child) {
    background: var(--submenu__background);
    font-size: 16px;
    font-weight: var(--text-weight);
    line-height: 1.5;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: var(--submenu-item__color);
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #666;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #222;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  body .navigation a,
  body .navigation .level0 > .level-top {
    padding: 10px 0;
  }
  .nav-open .page-header {
    z-index: 502;
  }
  .nav-open body .navigation .mobile-menu-content > ul > li.block_content a::after {
    display: none;
  }
  .nav-horizontal .vertical-menu-container .nav-toggle {
    display: none;
  }
  .navigation .logo_menu {
    display: none !important;
  }
  .navigation .close-main-menu,
  .navigation .close-menu {
    font-size: 0;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 50px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding: 0;
  }
  .navigation .close-main-menu:after,
  .navigation .close-menu:after {
    content: "\e680";
    font-family: iconKalles;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1;
    font-display: swap;
    font-family: Pe-icon-7-stroke;
    font-weight: 600;
  }
  .navigation .close-main-menu:after {
    color: inherit;
  }
  .navigation .menu-mobile-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    position: relative;
    background-color: var(--heading__color__base);
    color: #888888;
    padding: 0 6rem 0 1.5rem;
    font-weight: var(--navigation-level0-item__font-weight);
    display: flex !important;
  }
  .navigation .menu-mobile-title a {
    color: inherit;
    padding: 1.5rem;
    position: relative;
  }
  .navigation .menu-mobile-title a:hover {
    color: #fff;
  }
  .navigation .menu-mobile-title a span {
    position: relative;
    z-index: 1;
  }
  .navigation .menu-mobile-title a.active {
    color: #fff;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a::after,
  .navigation .menu-item-has-children > a::after {
    right: 0 !important;
    width: auto;
    height: auto;
    background-color: transparent;
    content: "\f054";
    font-family: iconKalles;
    font-size: 12px;
    color: inherit;
    line-height: 1;
    font-display: swap;
    margin-top: -5px;
    transform: none !important;
    background: transparent !important;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a strong::before,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a strong::before,
  .navigation .menu-item-has-children > a strong::before,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a strong::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a strong::after,
  .navigation .menu-item-has-children > a strong::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a::before,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a::before,
  .navigation .menu-item-has-children > a::before {
    display: none;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency.show.switcher-currency > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language.show.switcher-currency > a::after,
  .navigation .menu-item-has-children.show.switcher-currency > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency.show.switcher-language > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language.show.switcher-language > a::after,
  .navigation .menu-item-has-children.show.switcher-language > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a.ui-state-active::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a.ui-state-active::after,
  .navigation .menu-item-has-children > a.ui-state-active::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .navigation .submenu .row {
    margin: 0;
  }
  .navigation ul {
    width: 100%;
  }
  .navigation ul li .submenu:not(:first-child) ul > li.level1 > a {
    font-weight: var(--navigation-level0-item__font-weight);
    color: #575757;
  }
  .navigation ul li.append-content a,
  .navigation ul li.switcher-option:not(:last-child) a,
  .navigation ul li.level0 li.ui-menu-item:not(:last-child) a,
  .navigation ul li > a.level-top {
    border-bottom: 1px solid #e6e6e6;
  }
  .navigation ul li > a:hover {
    color: #575757;
  }
  .menu-bottom-block,
  .menu-top-block,
  .menu-right-block,
  .menu-left-block {
    display: none;
  }
  .menu-item-has-children,
  .navigation.nav-sections li.level0.switcher-currency,
  .navigation.nav-sections li.level0.switcher-language,
  .level0.block_content {
    position: relative;
  }
  .menu-item-has-children > a,
  .navigation.nav-sections li.level0.switcher-currency > a,
  .navigation.nav-sections li.level0.switcher-language > a,
  .level0.block_content > a,
  .menu-item-has-children > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong,
  .level0.block_content > .switcher-trigger strong,
  .menu-item-has-children > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong,
  .level0.block_content > .switcher-trigger strong {
    position: relative;
  }
  .menu-item-has-children > a::after,
  .navigation.nav-sections li.level0.switcher-currency > a::after,
  .navigation.nav-sections li.level0.switcher-language > a::after,
  .level0.block_content > a::after,
  .menu-item-has-children > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong::after,
  .level0.block_content > .switcher-trigger strong::after,
  .menu-item-has-children > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong::after,
  .level0.block_content > .switcher-trigger strong::after,
  .menu-item-has-children > a:before,
  .navigation.nav-sections li.level0.switcher-currency > a:before,
  .navigation.nav-sections li.level0.switcher-language > a:before,
  .level0.block_content > a:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .menu-item-has-children > a:after,
  .navigation.nav-sections li.level0.switcher-currency > a:after,
  .navigation.nav-sections li.level0.switcher-language > a:after,
  .level0.block_content > a:after,
  .menu-item-has-children > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:after,
  .level0.block_content > .switcher-trigger strong:after,
  .menu-item-has-children > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:after,
  .level0.block_content > .switcher-trigger strong:after {
    width: 1px;
    height: 12px;
  }
  .menu-item-has-children > a:before,
  .navigation.nav-sections li.level0.switcher-currency > a:before,
  .navigation.nav-sections li.level0.switcher-language > a:before,
  .level0.block_content > a:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before {
    width: 12px;
    height: 1px;
    opacity: 1;
  }
  .menu-item-has-children > a.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active:before,
  .level0.block_content > a.ui-state-active:before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
  .level0.block_content > .switcher-trigger strong.ui-state-active:before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
  .level0.block_content > .switcher-trigger strong.ui-state-active:before,
  .menu-item-has-children > a.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active:after,
  .level0.block_content > a.ui-state-active:after,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
  .level0.block_content > .switcher-trigger strong.ui-state-active:after,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
  .level0.block_content > .switcher-trigger strong.ui-state-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .menu-item-has-children > a.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active::before,
  .level0.block_content > a.ui-state-active::before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
  .level0.block_content > .switcher-trigger strong.ui-state-active::before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
  .level0.block_content > .switcher-trigger strong.ui-state-active::before {
    opacity: 0;
  }
  .menu-item-has-children .open-children-toggle,
  .navigation.nav-sections li.level0.switcher-currency .open-children-toggle,
  .navigation.nav-sections li.level0.switcher-language .open-children-toggle,
  .level0.block_content .open-children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    min-width: 45px;
    min-height: 58px;
    z-index: 2;
    cursor: pointer;
  }
  .menu-item-has-children .submenu,
  .navigation.nav-sections li.level0.switcher-currency .submenu,
  .navigation.nav-sections li.level0.switcher-language .submenu,
  .level0.block_content .submenu,
  .menu-item-has-children .switcher-content,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content,
  .navigation.nav-sections li.level0.switcher-language .switcher-content,
  .level0.block_content .switcher-content {
    background-image: none !important;
    text-align: left;
  }
  .menu-item-has-children .submenu:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child) ul,
  .level0.block_content .submenu:not(:first-child) ul,
  .menu-item-has-children .switcher-content:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child) ul,
  .level0.block_content .switcher-content:not(:first-child) ul {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .navigation.nav-sections .switcher-trigger strong {
    font-weight: var(--navigation-level0-item__font-weight);
    color: #575757;
  }
  .navigation.nav-sections .switcher-trigger.active + .switcher-dropdown {
    display: block;
    padding: 0;
  }
  .navigation.nav-sections li.level0.switcher-language.show > a:before,
  .navigation.nav-sections li.level0.switcher-currency.show > a:before,
  .navigation.nav-sections li.level0.switcher-language.show > a strong:before,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong:before,
  .navigation.nav-sections li.level0.switcher-language.show > a:after,
  .navigation.nav-sections li.level0.switcher-currency.show > a:after,
  .navigation.nav-sections li.level0.switcher-language.show > a strong:after,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .navigation.nav-sections li.level0.switcher-language.show > a::before,
  .navigation.nav-sections li.level0.switcher-currency.show > a::before,
  .navigation.nav-sections li.level0.switcher-language.show > a strong::before,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong::before {
    opacity: 0;
  }
  .nav-open body .navigation {
    padding: 0;
    overflow: visible;
  }
  .nav-open body .navigation #close-menu {
    display: inline-flex;
  }
  .nav-open body .navigation .mobile-menu-content {
    -webkit-animation: 1s fadeIn;
    -moz-animation: 1s fadeIn;
    -ms-animation: 1s fadeIn;
    animation: 1s fadeIn;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .nav-open body .navigation .mobile-menu-content > ul.menu,
  .nav-open body .navigation .mobile-menu-content > ul.verticalmenu-list {
    flex: 1;
    padding: 0 2rem;
  }
  .nav-open body .navigation .mobile-menu-content > ul.header-links-account {
    padding: 2rem 2rem 5rem;
  }
  .nav-open body .navigation .mobile-menu-content > ul.header-links-account svg {
    display: none;
  }
  .nav-open body .navigation .mobile-menu-content > ul > li {
    padding: 0 1rem;
    text-align: left;
  }
  .nav-horizontal.nav-open body .navigation .mobile-menu-content {
    justify-content: space-between;
  }
  .navigation.vertical-menu-container .title-menu-dropdown {
    display: none;
  }
  .vertical-before-open {
    overflow: hidden;
  }
  .vertical-menu-container.navigation {
    display: none;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 28px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
  .blog-page-list .post-holder {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hidden-l {
    display: none !important;
  }
  html:not(.nav-open) .header-container .not-visible-mobile {
    height: 0;
    visibility: hidden;
  }
  .header__menu {
    flex: 1;
    order: -1;
  }
  .header__action {
    flex: 1;
  }
  .menu-thumb-icon {
    margin-right: 5px !important;
  }
  .header-container.layout-5 .header__action {
    flex: unset;
  }
  .header-container.layout-5 .logo-container .nav-toggle {
    display: block;
    margin-right: 2rem;
  }
  .products.wrapper.list .products.list.items.product-items .product-item-details {
    position: static;
  }
  .products.wrapper.list .products.list.items.product-items .product-item-actions .actions-secondary {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 2;
  }
  .furniture_banner .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .furniture_banner .pagebuilder-column-group > .pagebuilder-column {
    width: 100% !important;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a:after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a:after,
  .navigation .menu-item-has-children > a:after {
    font-size: 28px;
    background: 0 0 !important;
    content: '\e622';
    font-family: 'icons-blank-theme';
    left: auto;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    right: -22px !important;
    top: 28px;
    font-weight: 600;
  }
  .submenu-mobile-title i.icon-chevron-left:before {
    font-weight: 900;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
  }
}
@media all and (min-width: 576px) {
  .container-products-packery [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 100%;
  }
  .container-products-packery .product-item .product-item-info {
    position: relative;
    overflow: hidden;
  }
  .container-products-packery .product-item .product-item-info:hover .product-item-details {
    opacity: 1;
    visibility: visible;
  }
  .container-products-packery .product-item .product_item_images {
    margin: 0;
  }
  .container-products-packery .product-item .product-item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    -moz-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    -ms-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  }
  .container-products-packery .product-item .product-item-details .product-item-name > a {
    color: #fff;
  }
  .container-products-packery .product-item .product-item-details .price-final_price *,
  .container-products-packery .product-item .product-item-details .old-price,
  .container-products-packery .product-item .product-item-details .price-box {
    color: rgba(255, 255, 255, 0.7);
  }
  .container-products-packery .product-item .product-item-details .price-box .special-price * {
    color: #ec0101;
  }
  .container-products-packery .product-item .product-item-details div[class*="swatch-opt"] {
    background: none;
  }
  .container-products-packery .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .container-products-packery .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-attribute-options {
    justify-content: flex-start;
    margin: 0.5rem 0 0;
  }
  .container-products-packery .pagebuilder-column {
    flex-basis: unset;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .fieldset {
    margin: 2rem 0 0 !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 24px 0 0;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 0;
    width: 100% / 3;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info {
    display: table-row;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info .product_item_images,
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info .product-item-details {
    display: table-cell;
    vertical-align: top;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info .product_item_images {
    max-width: 180px;
    margin-bottom: 0;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item .product-item-details {
    padding-left: 3rem;
  }
}
.rokantheme-instagram .item-row .intagram-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.rokantheme-instagram .intagram-item a {
  display: block;
  overflow: hidden;
}
.rokantheme-instagram .intagram-item a img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.rokantheme-instagram .intagram-item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rokantheme-instagram .intagram-item a.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rokantheme-instagram .intagram-item a.circle img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:not(.has-caption) {
  position: relative;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:not(.has-caption):before {
  content: "\f16d";
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:not(.has-caption):hover:before {
  opacity: 1;
  visibility: visible;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:after,
.rokantheme-instagram .intagram-item a.has-caption:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:hover:after,
.rokantheme-instagram .intagram-item a.has-caption:hover:after {
  opacity: 1;
  visibility: visible;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon.circle:after,
.rokantheme-instagram .intagram-item a.has-caption.circle:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rokantheme-instagram .intagram-item a.has-caption figcaption {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 10%;
  text-align: center;
  z-index: 2;
}
.rokantheme-instagram .intagram-item a.has-caption:after {
  opacity: 1;
  visibility: visible;
}
.rokantheme-instagram .instagram-connect-error {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.rokantheme-instagram .instagram-connect-error p {
  margin-bottom: 0;
}
.rokantheme-instagram .instagram-connect-error p strong {
  display: block;
  margin-bottom: 8px;
}
body.load-end #layered_ajax_overlay:after {
  width: 100%;
  opacity: 1;
}
body.load-end header.page-header:before {
  width: 100%;
  opacity: 1;
}
body.ajax-filter header.page-header:before {
  width: 70%;
  opacity: 1;
}
#layered_ajax_price_attribute {
  overflow: hidden;
  padding-right: 10px;
}
#layered_ajax_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  display: none;
  z-index: 3;
}
#layered_ajax_overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  opacity: 1;
  background: var(--theme__color__primary);
  transition: width 0.25s ease-in-out;
  z-index: 100;
  pointer-events: none;
  z-index: 6;
}
#layered_ajax_overlay:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
  opacity: 1;
  visibility: visible;
  cursor: progress;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#layered_ajax_overlay div {
  display: none;
}
.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;
  font-size: 12px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.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);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.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;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 30px;
  height: 2px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #000;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e5e5e5;
}
.irs--flat .irs-handle {
  top: 22px;
  position: absolute;
  background: #fff;
  height: 18px;
  width: 18px;
  border: 5px solid #000;
  border-radius: 100%;
  cursor: ew-resize;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #ffffff;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #000;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-family: var(--heading__font-family__base);
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  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: #f2f2f2;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  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--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  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: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  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: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: var(--navigation__background);
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: var(--header-icons-color);
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #2f6f62;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-toggle:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
}
:root {
  --navigation-level1-item_color: #222;
  --naviation-level0-item__font-size: 14px;
  --vertical_submenu__background: #f6f6f8;
}
.navigation * {
  box-sizing: border-box;
}
.navigation .level0 > a,
.navigation .submenu {
  text-align: left;
}
.navigation .level0 > a .label,
.navigation .submenu .label {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: capitalize;
  padding: 4px 7px !important;
  border-radius: 30px;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  margin-left: 5px !important;
}
.navigation .level0 > a {
  font-family: var(--navigation-level0-item__font-family);
  text-transform: var(--navigation-level0-item__text-transform);
  font-weight: var(--navigation-level0-item__font-weight);
  font-size: var(--naviation-level0-item__font-size);
  cursor: pointer;
}
.navigation .level0 > a:hover {
  color: var(--link__hover__color);
}
.navigation .level0 > a .menu-thumb-icon {
  margin-right: 5px;
  max-width: 3rem;
  vertical-align: sub;
  font-size: 22px;
}
.navigation .level0 .products-grid .product-item .product_item_images .product-item-actions_middle > * {
  width: auto;
  display: block;
}
.navigation .level0 .elementor-category-thumbnail-image-item .category-thumbnail__image:hover {
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.navigation.horizontal .level0 > a .menu-thumb-icon {
  margin: auto;
  max-width: 9.6rem;
  vertical-align: middle;
}
.vertical-menu-container.navigation {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin-left: 0;
}
.vertical-menu-container.navigation ul,
.vertical-menu-container.navigation ol {
  list-style: none;
}
.vertical-menu-container.navigation .expand-category-link a:before {
  content: '+';
  padding-right: 5px;
  vertical-align: middle;
}
.vertical-menu-container.navigation .expand-category-link.expanding a:before {
  content: '-';
}
.nav-toggle {
  position: static;
  text-align: left;
}
.nav-toggle:before {
  display: none;
}
.navigation .menu-item-has-children.default_dropdown .subchildmenu li:hover > .submenu-item > .subchildmenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: unset;
}
.widget-menu-container .widget-menu-html {
  background: var(--navigation__background);
  box-sizing: border-box;
}
.widget-menu-container .widget-menu-html ul {
  margin: 0;
  padding: 0;
}
.widget-menu-container .widget-menu-html li {
  margin: 0;
}
.widget-menu-container .widget-menu-html a {
  display: block;
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 0;
}
.widget-menu-container .widget-menu-html a,
.widget-menu-container .widget-menu-html a:hover {
  color: #575757;
  text-decoration: none;
}
.widget-menu-container .widget-menu-html .level0 {
  font-size: 1.4rem;
}
.widget-menu-container .widget-menu-html .level0 > .level-top {
  font-weight: var(--navigation-level0-item__font-weight);
  padding: 10px 48px 10px 15px;
  text-transform: var(--navigation-level0-item__text-transform);
  word-wrap: break-word;
}
.widget-menu-container .widget-menu-html .level0 > .level-top:hover {
  color: #666;
}
.widget-menu-container .widget-menu-html .level0.active .all-category .ui-state-focus {
  border-color: #222;
  border-style: solid;
  border-width: 0;
  color: #222;
  padding-left: 7px;
  display: inline-block;
}
.widget-menu-container .widget-menu-html .level0 > .level1 {
  font-weight: 600;
}
.widget-menu-container .widget-menu-html .level0.active > a:not(.ui-state-active),
.widget-menu-container .widget-menu-html .level0.has-active > a:not(.ui-state-active) {
  border-color: #222;
  border-style: solid;
  border-width: 0;
  color: #222;
}
.widget-menu-container .widget-menu-html .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.widget-menu-container .widget-menu-html .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: -8px;
}
.widget-menu-container .widget-menu-html .submenu > li {
  word-wrap: break-word;
}
.widget-menu-container .widget-menu-html .submenu > li > a:hover {
  color: #666;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) {
  background: var(--submenu__background);
  font-size: 16px;
  font-weight: var(--text-weight);
  line-height: 1.5;
  left: auto !important;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  top: auto !important;
  transition: left 0.3s ease-out;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) > li > a {
  padding-left: 15px;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) > li:last-child {
  margin-bottom: 0;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul {
  display: block;
  padding-left: 0;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul > li {
  margin: 0;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul > li a {
  color: var(--submenu-item__color);
  display: block;
  line-height: normal;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul > li a:hover {
  color: #666;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child).expanded {
  display: block !important;
  padding-right: 0;
  top: 0 !important;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) .active > a {
  border-color: #222;
  border-style: solid;
  border-width: 0 0 0 8px;
  padding-left: 7px;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) .level1.active > a {
  padding-left: 7px;
}
.widget-menu-container * {
  box-sizing: border-box;
}
.widget-menu-container .title-menu-dropdown,
.widget-menu-container .verticalmenu-list {
  width: 100%;
}
.widget-menu-container .title-menu-dropdown {
  background: #007e91;
  font-size: var(--navigation-desktop__font-size);
  text-transform: uppercase;
  color: #fff;
  line-height: 55px;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.widget-menu-container .title-menu-dropdown > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.widget-menu-container .title-menu-dropdown:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 20px;
  color: inherit;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.widget-menu-container .title-menu-dropdown:before {
  padding-right: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .widget-menu-container .title-menu-dropdown {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .widget-menu-container .title-menu-dropdown {
    padding: 0 15px;
  }
}
.widget-menu-container .title-menu-dropdown .icon {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 4%;
}
@media (min-width: 1199px) {
  .widget-menu-container .title-menu-dropdown .icon {
    padding-right: 30px;
  }
}
.widget-menu-container .title-menu-dropdown .icon-down {
  vertical-align: middle;
}
.widget-menu-container .level0 > a .label,
.widget-menu-container .submenu .label {
  display: inline-block;
  line-height: 1.1;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: capitalize;
  padding: 4px 7px !important;
  border-radius: 30px;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  margin-left: 5px !important;
}
.widget-menu-container .level0 > a {
  font-family: var(--navigation-level0-item__font-family);
  text-transform: var(--navigation-level0-item__text-transform);
  cursor: pointer;
}
.widget-menu-container .level0 > a:hover {
  color: var(--link__hover__color);
}
.widget-menu-container .level0 > a .menu-thumb-icon {
  margin-right: 5px;
  max-width: 3rem;
  vertical-align: sub;
}
.widget-menu-container .nav-open body .navigation {
  padding: 0;
  width: 80%;
  overflow: visible;
}
.widget-menu-container .nav-open body .navigation #close-menu {
  display: inline-flex;
}
.widget-menu-container .nav-open body .navigation > ul {
  height: calc(100% - 48.5px);
  overflow: auto;
  -webkit-animation: 1s fadeIn;
  -moz-animation: 1s fadeIn;
  -ms-animation: 1s fadeIn;
  animation: 1s fadeIn;
}
.widget-menu-container .nav-open body .navigation .menu-mobile-title {
  display: flex !important;
}
.widget-menu-container .menu-mobile-title {
  font-weight: var(--heading__font-weight__base);
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  background-color: var(--heading__color__base);
  color: #888888;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: var(--navigation-level0-item__font-weight);
  text-transform: var(--navigation-level0-item__text-transform);
  padding-left: 0;
  font-size: var(--naviation-level0-item__font-size);
}
.widget-menu-container .menu-mobile-title a {
  flex: 1;
  color: inherit;
  padding: 0;
  text-align: center;
  position: relative;
}
.widget-menu-container .menu-mobile-title a:hover {
  color: #fff;
}
.widget-menu-container .menu-mobile-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  bottom: -12px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #2f6f62;
}
.widget-menu-container .menu-mobile-title a span {
  position: relative;
  z-index: 1;
}
.widget-menu-container .menu-mobile-title a.active:after {
  opacity: 1;
}
.widget-menu-container .menu-mobile-title [data-menu="horizontal-list"]:after {
  left: 0;
}
.widget-menu-container [data-menu="horizontal-list"] ~ [data-menu="verticalmenu-list"] {
  padding-left: 15px;
}
.widget-menu-container [data-menu="horizontal-list"] ~ [data-menu="verticalmenu-list"]:before {
  content: '';
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.widget-menu-container .append-content {
  display: block;
}
.widget-menu-container .widget-menu-html .submenu .row {
  margin: 0;
}
.widget-menu-container .widget-menu-html ul {
  width: 100%;
}
.widget-menu-container .widget-menu-html ul li > a {
  border-top: 1px solid #e6e6e6;
}
.widget-menu-container .widget-menu-html ul li > a:hover {
  background-color: rgba(82, 12, 12, 0.04);
}
.widget-menu-container .widget-menu-html .level0.block_content .submenu-block-content {
  border-top: 1px solid #e6e6e6;
}
.widget-menu-container .widget-menu-html .level0.block_content .submenu-block-content .menu-block-content {
  padding-left: 25px;
}
.widget-menu-container .menu-item-has-children,
.widget-menu-container .widget-menu-html li.level0.switcher-currency,
.widget-menu-container .widget-menu-html li.level0.switcher-language,
.widget-menu-container .level0.block_content {
  position: relative;
}
.widget-menu-container .menu-item-has-children > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a,
.widget-menu-container .level0.block_content > a,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong,
.widget-menu-container .level0.block_content > .switcher-trigger strong,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong,
.widget-menu-container .level0.block_content > .switcher-trigger strong {
  position: relative;
}
.widget-menu-container .menu-item-has-children > a::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after,
.widget-menu-container .level0.block_content > a::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after,
.widget-menu-container .menu-item-has-children > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before,
.widget-menu-container .level0.block_content > a:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before {
  position: relative;
}
.widget-menu-container .menu-item-has-children > a::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after::after,
.widget-menu-container .level0.block_content > a::after::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after::after,
.widget-menu-container .menu-item-has-children > a:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before::after,
.widget-menu-container .level0.block_content > a:before::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before::after,
.widget-menu-container .menu-item-has-children > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after:before,
.widget-menu-container .level0.block_content > a::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before:before,
.widget-menu-container .level0.block_content > a:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.widget-menu-container .menu-item-has-children > a::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after:after,
.widget-menu-container .level0.block_content > a::after:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:after,
.widget-menu-container .menu-item-has-children > a:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before:after,
.widget-menu-container .level0.block_content > a:before:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:after {
  width: 1px;
  height: 12px;
}
.widget-menu-container .menu-item-has-children > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after:before,
.widget-menu-container .level0.block_content > a::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before:before,
.widget-menu-container .level0.block_content > a:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.widget-menu-container .menu-item-has-children > a:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:after,
.widget-menu-container .level0.block_content > a:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:after {
  width: 1px;
  height: 12px;
  right: 21px;
}
.widget-menu-container .menu-item-has-children > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before,
.widget-menu-container .level0.block_content > a:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.widget-menu-container .menu-item-has-children > a.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a.ui-state-active:before,
.widget-menu-container .level0.block_content > a.ui-state-active:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .menu-item-has-children > a.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a.ui-state-active:after,
.widget-menu-container .level0.block_content > a.ui-state-active:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.widget-menu-container .menu-item-has-children > a.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a.ui-state-active::before,
.widget-menu-container .level0.block_content > a.ui-state-active::before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active::before {
  opacity: 0;
}
.widget-menu-container .menu-item-has-children .open-children-toggle,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .open-children-toggle,
.widget-menu-container .widget-menu-html li.level0.switcher-language .open-children-toggle,
.widget-menu-container .level0.block_content .open-children-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  min-width: 45px;
  min-height: 45px;
  z-index: 2;
  cursor: pointer;
}
.widget-menu-container .menu-item-has-children .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .subchildmenu,
.widget-menu-container .level0.block_content .subchildmenu {
  display: none;
}
.widget-menu-container .menu-item-has-children .subchildmenu > li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .subchildmenu > li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .subchildmenu > li > a,
.widget-menu-container .level0.block_content .subchildmenu > li > a {
  padding-left: 15px;
}
.widget-menu-container .menu-item-has-children .subchildmenu.opened,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .subchildmenu.opened,
.widget-menu-container .widget-menu-html li.level0.switcher-language .subchildmenu.opened,
.widget-menu-container .level0.block_content .subchildmenu.opened {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.widget-menu-container .menu-item-has-children .submenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu,
.widget-menu-container .level0.block_content .submenu,
.widget-menu-container .menu-item-has-children .switcher-content,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content,
.widget-menu-container .level0.block_content .switcher-content {
  background-image: none !important;
  max-width: 100%;
  transition: none;
  display: none;
}
.widget-menu-container .menu-item-has-children .submenu .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu .subchildmenu .subchildmenu,
.widget-menu-container .level0.block_content .submenu .subchildmenu .subchildmenu,
.widget-menu-container .menu-item-has-children .switcher-content .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content .subchildmenu .subchildmenu,
.widget-menu-container .level0.block_content .switcher-content .subchildmenu .subchildmenu {
  display: none;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child),
.widget-menu-container .level0.block_content .submenu:not(:first-child),
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child),
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) {
  transition: none;
  overflow: visible;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul {
  padding-left: 0 !important;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li > a {
  padding-left: 25px;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li li > a {
  padding-left: 40px;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li li li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li li li > a {
  padding-left: 55px;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li li li li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li li li li > a {
  padding-left: 70px;
}
.widget-menu-container .menu-item-has-children .submenu.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu.opened > .subchildmenu,
.widget-menu-container .level0.block_content .submenu.opened > .subchildmenu,
.widget-menu-container .menu-item-has-children .switcher-content.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content.opened > .subchildmenu,
.widget-menu-container .level0.block_content .switcher-content.opened > .subchildmenu,
.widget-menu-container .menu-item-has-children .submenu.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu.opened > .row > .subchildmenu,
.widget-menu-container .level0.block_content .submenu.opened > .row > .subchildmenu,
.widget-menu-container .menu-item-has-children .switcher-content.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content.opened > .row > .subchildmenu,
.widget-menu-container .level0.block_content .switcher-content.opened > .row > .subchildmenu {
  display: block;
}
.widget-menu-container .menu-item-has-children .switcher-content li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content li > a,
.widget-menu-container .level0.block_content .switcher-content li > a {
  padding-left: 25px;
}
.widget-menu-container .widget-menu-html .switcher-trigger strong {
  font-weight: var(--navigation-level0-item__font-weight);
  color: #575757;
}
.widget-menu-container .widget-menu-html .switcher-trigger.active strong:before,
.widget-menu-container .widget-menu-html .switcher-trigger.active strong:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.widget-menu-container .widget-menu-html .switcher-trigger.active strong::before {
  opacity: 0;
}
.widget-menu-container .widget-menu-html .switcher-trigger.active + .switcher-dropdown {
  display: block;
  padding: 0;
}
:root {
  --post_item_title-size: 1.6rem;
  --post_item_title-weight: 600;
}
.post-image,
.post-ftimg-hld {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.2rem;
}
.post-title {
  max-width: unset;
  padding: 0;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}
.post-title > a {
  font-size: var(--post_item_title-size);
  font-weight: var(--post_item_title-weight);
}
.post-title > a:not(:hover) {
  color: var(--heading__color__base);
}
.post-info {
  flex: unset;
  max-width: unset;
  width: auto;
  color: var(--text__color);
  padding: 0;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: var(--text-weight);
  font-style: normal;
}
.post-info .item {
  display: inline-flex;
  align-items: center;
}
.post-info .label {
  font-weight: var(--text-weight);
  padding-right: 2px;
}
.post-info .value {
  font-style: normal;
  color: var(--heading__color__base);
}
.post-info .value a {
  color: #222;
}
.post-info .post-title a:not(:hover) {
  color: var(--heading__color__base);
}
.post-description {
  line-height: 1.75;
  font-size: 14px;
  margin: 1rem 0 0;
}
.btn.post-read-more {
  float: none;
  margin: 1.5rem 0 0;
}
.page-wrapper:not(.lazyload-image) .post-item .blog-post-thumb a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-blog-posts-slider-carousel4 .post-title {
  margin-top: 1rem;
}
.widget-blog-posts-slider-carousel4 .post-info .value {
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item {
  position: relative;
  overflow: hidden;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item .post-image {
  margin-bottom: 0;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item .post-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  justify-content: center;
  padding: 1.5rem 2.2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item .post-info .post-text-hld {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item:hover .post-image a {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item:hover::before {
  opacity: 1;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item:hover .post-info {
  opacity: 1;
  visibility: visible;
}
div[class*="widget-blog-posts-grid"],
.widget-blog-post-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
div[class*="widget-blog-posts-grid"] li,
.widget-blog-post-list li {
  margin: 0;
}
div[class*="widget-blog-posts-grid"] .post-image,
.widget-blog-post-list .post-image {
  margin-bottom: 0;
}
div[class*="widget-blog-posts-grid"] .post-image a,
.widget-blog-post-list .post-image a {
  line-height: 0;
}
.widget-blog-posts-grid-default .widget-blog-post-grid,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child {
  position: relative;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  z-index: 1;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info {
  position: relative;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info::before,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info::before,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info::before {
  content: '';
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  z-index: -1;
  background: #fff;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:not(:first-child),
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child),
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-image,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-image,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-image {
  flex: 0 0 45%;
  margin-right: 2rem;
  max-width: 20rem;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-description,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-description,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-blog-posts-grid-default .elementor-blog-post-item:not(:first-child) .post-read-more {
  display: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item:first-child .post-content {
  max-width: 80%;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item:not(:first-child) .post-image {
  display: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more {
  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;
  margin: 1.5rem 0 0;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:focus,
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:active {
  background: none;
  border: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:hover {
  background: none;
  border: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more.disabled,
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more[disabled],
fieldset[disabled] .widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more {
  pointer-events: none;
  opacity: 0.5;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:hover {
  color: #2f6f62;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:first-child {
  border: 1px solid #e6e6e6;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:first-child .post-info {
  width: 80%;
  margin: -2rem auto 0;
  background: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:not(:first-child) {
  flex-direction: row-reverse;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3rem;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:not(:first-child) .post-image {
  margin-right: 0 !important;
  margin-left: 2rem;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:not(:first-child) .post-info {
  flex: 1;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-image {
  flex: 0 0 40%;
  margin-right: 3rem;
  max-width: 35rem;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-info {
  flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-date {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  background: #222;
  color: #fff;
  text-transform: uppercase;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-date .year {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more {
  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;
  margin: 1.5rem 0 0;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:focus,
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:active {
  background: none;
  border: none;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:hover {
  background: none;
  border: none;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more.disabled,
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more[disabled],
fieldset[disabled] .widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more {
  pointer-events: none;
  opacity: 0.5;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:hover {
  color: #2f6f62;
}
.blog-page-list .blog-list-post-featured {
  margin-bottom: 6rem;
}
.blog-list-post-featured .slick-list {
  margin: 0;
}
.blog-list-post-featured .slick-list .slick-slide {
  padding: 0;
}
.blog-list-post-featured .item {
  position: relative;
  overflow: hidden;
}
.blog-list-post-featured .item:hover .post-image a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.blog-list-post-featured .item:hover .post-image a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.blog-list-post-featured .item .post-image {
  margin: 0;
}
.blog-list-post-featured .item .post-image a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
}
.blog-list-post-featured .item .post-image a::after {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}
.blog-list-post-featured .item .post-image a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.blog-list-post-featured .item .post-top {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #878787;
  text-align: center;
  min-height: 153px;
}
.blog-list-post-featured .item .cat-links a {
  font-size: 1.2rem;
  color: #fff;
}
.blog-list-post-featured .item .post-item-title {
  margin: 10px 0 5px;
}
.blog-list-post-featured .item .post-item-title a {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.blog-layout-masonry .post-list .post-holder {
  margin: 0 0 4rem;
}
.blog-layout-masonry .post-list .post-title {
  margin: 10px 0 5px;
}
.blog-layout-masonry .post-list .post-title a {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1.428;
  font-size: 1.4rem;
}
.blog-layout-masonry .post-list .post-author {
  font-size: 1.2rem;
}
.blog-layout-masonry .post-list .post-author a {
  color: #fff;
}
.blog-layout-masonry .post-list .post-info .label {
  display: none;
}
.blog-layout-masonry .post-list .post-info .value {
  color: var(--text__color);
}
.blog-layout-masonry .post-list .post-header {
  position: relative;
  overflow: hidden;
}
.blog-layout-masonry .post-list .post-header .post-ftimg-hld {
  margin: 0;
}
.blog-layout-masonry .post-list .post-header .inside-thumb {
  padding: 20px 20px 25px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  color: #878787;
}
.blog-layout-masonry .post-list .post-content {
  background: #f6f6f8;
  padding: 25px;
  text-align: center;
  display: block !important;
}
.blog-layout-masonry .post-list .post-content .post-text-hld {
  margin-bottom: 1.3rem;
}
.blog-layout-masonry .post-list .post-content .post-read-more {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 40px;
  padding: 9px 25px;
  margin: 10px 0 20px;
}
.blog-layout-masonry .post-list .post-content .post-read-more:focus,
.blog-layout-masonry .post-list .post-content .post-read-more:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.blog-layout-masonry .post-list .post-content .post-read-more:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.blog-layout-masonry .post-list .post-content .post-read-more.disabled,
.blog-layout-masonry .post-list .post-content .post-read-more[disabled],
fieldset[disabled] .blog-layout-masonry .post-list .post-content .post-read-more {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.navigation .level0 .submenu .category-thumbnail__info .category-thumbnail__title,
.category-thumbnail__info .category-thumbnail__title {
  font-size: 1.4rem;
  text-transform: capitalize;
  margin: 0;
}
.navigation .level0 .submenu .category-thumbnail__info .category-thumbnail__title a,
.category-thumbnail__info .category-thumbnail__title a {
  color: var(--heading__color__base);
  padding: 0;
  display: block;
}
.elementor-category-thumbnail-image-item {
  position: relative;
  height: 100%;
}
.elementor-category-thumbnail-image-item .category-thumbnail__image {
  display: block;
  height: 100%;
}
.elementor-category-thumbnail-image-item .category-thumbnail__image.radius {
  border-radius: 50%;
}
.elementor-category-thumbnail-image-item .category-thumbnail__info {
  text-align: center;
  padding: 1.5rem 0 0;
}
.elementor-category-thumbnail-image-item .category-thumbnail__info.absolute {
  position: absolute;
}
.elementor-category-thumbnail-image-item .category-thumbnail__info.absolute.center-bottom {
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-category-thumbnail-image-item .category-thumbnail__info.absolute.left-center {
  top: 0;
  left: 3rem;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transform: none;
  text-align: left;
}
.elementor-category-thumbnail-image-item .link-shop-now {
  color: var(--heading__color__base);
}
.widget-category-thumbnail-image-slider-carousel4 .elementor-category-thumbnail-image-item .category-thumbnail__image {
  margin-bottom: 20px;
  border-radius: 50%;
}
.widget-category-thumbnail-image-slider-carousel4 .elementor-category-thumbnail-image-item .category-thumbnail__info.absolute.center-bottom {
  transform: none;
  right: 0;
  left: 0;
  background: #fff;
}
.widget-category-thumbnail-image-slider-carousel6 .slick-list {
  border-right: 1px solid #e6e6e6;
}
.widget-category-thumbnail-image-slider-carousel6 .slick-slide {
  line-height: 0;
}
.widget-category-thumbnail-image-slider-carousel6 .category-thumbnail_img {
  width: 50%;
  border: 2px solid #222;
  border-radius: 50%;
  margin: auto;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item {
  padding: 15px;
  position: relative;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #e6e6e6;
  border-right: 0;
  pointer-events: none;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item .category-thumbnail__image {
  background-size: initial;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item .category-thumbnail__title {
  min-height: 4rem;
  font-weight: var(--text-weight);
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__image {
  margin-bottom: 20px;
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__info {
  padding-top: 0;
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__info .category-thumbnail__title {
  font-size: 1.8rem;
  font-weight: var(--text-weight);
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__info .count-products-for-categories {
  display: none;
}
div[class*="widget-category-thumbnail-image-grid"] .category-thumbnail__title,
.widget-category-thumbnail-image-slider-carousel .category-thumbnail__title {
  padding: 12px 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
div[class*="widget-category-thumbnail-image-grid"] .category-thumbnail__title:hover,
.widget-category-thumbnail-image-slider-carousel .category-thumbnail__title:hover {
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
.column.main .widget-category-thumbnail-image-grid-default6 .row-level-2 .col-12 .col-6 {
  margin-bottom: 0;
}
.cat-style-button-2 .category-thumbnail__info .category-thumbnail__title {
  background: #000;
  box-shadow: none;
  font-weight: 500;
}
.cat-style-button-2 .category-thumbnail__info .category-thumbnail__title a {
  color: #fff;
}
div[class*="widget-category-thumbnail-image-grid"] * {
  box-sizing: border-box;
}
div[class*="widget-category-thumbnail-image-grid"] .row-level-2 {
  height: 100%;
}
div[class*="widget-category-thumbnail-image-grid"] .elementor-category-thumbnail-image-item {
  height: 100%;
}
div[class*="widget-category-thumbnail-image-grid"] .elementor-category-thumbnail-image-item .category-thumbnail__image {
  height: 100%;
  background-position: center;
}
.cricle_line .widget-category-thumbnail-image-slider .slick-slide:last-of-type {
  border-right: 1px solid #e6e6e6;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item {
  -webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -moz-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -ms-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  margin: 0;
  padding: 2.5rem 1.5rem;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .category-thumbnail__image {
  background-size: unset;
  border: 2px solid #222;
  border-radius: 50%;
  background-size: initial;
  padding: 0;
  width: 89px;
  height: 89px;
  margin: auto;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .data-bgset-image-wrapper.lazyloading:after {
  border-radius: 50%;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .category-thumbnail__info {
  margin-top: 0;
  position: static;
  transform: none;
  padding-left: 1px;
  padding-right: 1px;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .category-thumbnail__info .category-thumbnail__title {
  font-weight: var(--text-weight);
  min-height: 4rem;
}
.header-daily-deal-container .container-countdown-time {
  display: inline-flex;
  align-items: center;
  background-color: #2f6f62;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 4px 20px;
}
.header-daily-deal-container .container-countdown-time .final-text-daily-deal {
  padding-right: 1rem;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal {
  display: inline-block;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal .countdown_ti {
  display: inline-block;
  min-width: 15px;
  text-align: center;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal > span {
  display: inline-block;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal > span::after {
  content: ":";
  padding-left: 5px;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal > span:last-child::after {
  display: none;
}
.widget-daily-deal-wrapper .product-item {
  margin-top: 0;
}
.container-sold-salable-quantity .container-sold-percent {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
  margin: 10px 0 0;
  display: inline-block;
}
.container-sold-salable-quantity .container-sold-percent .sold-percent {
  background-color: #2f6f62;
  height: 100%;
}
.container-sold-salable-quantity .container-sold-number {
  font-size: 1.4rem;
  color: #383838;
}
.container-sold-salable-quantity .container-sold-number .number-sold {
  font-weight: 600;
  padding-left: 2px;
}
.widget-daily-deal-slider .product-item-info .product-item-details {
  text-align: left;
}
.widget-daily-deal-slider .product-item-info .product-item-details .price-box {
  text-align: left;
  justify-content: flex-start;
}
.widget-daily-deal-slider .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
}
.widget-daily-deal-slider .product-item-info .product-item-details .product-item-name {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}
.percent-2 .container-sold-salable-quantity .container-sold-percent,
.percent-3 .container-sold-salable-quantity .container-sold-percent {
  height: 8px;
  border-radius: 5px;
  background-color: #ededed;
}
.percent-2 .container-sold-salable-quantity .container-sold-percent .sold-percent,
.percent-3 .container-sold-salable-quantity .container-sold-percent .sold-percent {
  background-image: -webkit-linear-gradient(215deg, #5fbd74 0%, #b7e0c0 100%);
  background-image: linear-gradient(235deg, #5fbd74 0%, #b7e0c0 100%);
  border-radius: 4px;
}
.percent-3 .container-sold-salable-quantity .container-sold-percent .sold-percent {
  background-image: -webkit-linear-gradient(215deg, #000000 0%, #e9e9e9 100%);
  background-image: linear-gradient(235deg, #000000 0%, #e9e9e9 100%);
}
[data-daily-style="daily__style-3"] .header-daily-deal-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header {
  margin-right: 2.5rem;
  margin-bottom: 0;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header .elementor__headline {
  margin-bottom: 0;
  color: #FC360A;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header .elementor__headline:after,
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header .elementor__headline:before {
  display: none;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .container-countdown-time {
  background-color: #FC360A;
  font-weight: var(--text-weight);
  font-size: 14px;
  padding: 2px 10px;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item {
  -webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
  -moz-box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
  -ms-box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
  box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .container-sold-salable-quantity {
  display: none;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .product-item-details {
  margin-bottom: 0 !important;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .product-item-details .product-item-name,
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .product-item-details .price-box .price {
  font-size: inherit;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .container-sold-salable-quantity {
  display: none;
}
.ul-list-faqs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ul-list-faqs li {
  margin: 0 0 1rem;
}
.pagebuilder-faq-item .pagebuilder-image-empty-preview,
.pagebuilder-faq-item:not(.clicked_faq) > .data-content-faqs {
  display: none;
}
.data-header-faqs {
  position: relative;
  overflow: hidden;
}
.data-header-faqs .faq-title {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 2.2rem 7rem 2.2rem 3rem;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.data-header-faqs .click-toggle-faqs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  left: 0;
  text-align: right;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.data-header-faqs .click-toggle-faqs span {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.data-header-faqs .click-toggle-faqs span::after,
.data-header-faqs .click-toggle-faqs span:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.data-header-faqs .click-toggle-faqs span:after {
  width: 1px;
  height: 12px;
}
.data-header-faqs .click-toggle-faqs span:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.faq-active .click-toggle-faqs span:before,
.faq-active .click-toggle-faqs span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-active .click-toggle-faqs span::before {
  opacity: 0;
}
.faq-active [data-element="question"] {
  color: #fff;
  background-color: #2f6f62;
}
.data-content-faqs {
  font-size: 1.4rem;
  padding: 2rem 3rem;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.bg_grey .data-header-faqs .faq-title {
  background-color: #f6f6f8;
  color: #222;
  padding: 1.2rem 4rem 1.2rem 3rem;
}
.bg_grey .data-header-faqs .click-toggle-faqs {
  right: 0;
}
.bg_grey .data-header-faqs .click-toggle-faqs span {
  border-radius: 0;
  background-color: #222;
}
.bg_grey .data-header-faqs .click-toggle-faqs span::before,
.bg_grey .data-header-faqs .click-toggle-faqs span:after {
  background-color: #fff;
}
.bg_grey .data-header-faqs .click-toggle-faqs span:after {
  width: 2px;
}
.bg_grey .data-header-faqs .click-toggle-faqs span::before {
  height: 2px;
}
.ul-list-faqs li.faq-style2 {
  max-width: 770px;
  margin: 0 auto 10px;
}
.ul-list-faqs li.faq-style2 .faq-title {
  background: #fff;
}
.ul-list-faqs li.faq-style2 .click-toggle-faqs span {
  background: #2f6f62;
  color: #fff;
}
.ul-list-faqs li.faq-style2 .data-content-faqs {
  background: #fff;
}
.ul-list-faqs li.faq-style2 .faq-active [data-element="question"] {
  color: #fff;
  background-color: #2f6f62;
}
.ul-list-faqs li.faq-style2 .faq-active .click-toggle-faqs span {
  color: #2f6f62;
  background-color: #fff;
}
.pswp .pswp__ui--fit .pswp__top-bar,
.pswp .pswp__ui--fit .pswp__caption,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  background-color: rgba(33, 43, 54, 0.9);
}
.pswp .pswp__bg {
  background-color: #fff;
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  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;
}
.pswp .pswp__button--arrow--left:focus,
.pswp .pswp__button--arrow--right:focus,
.pswp .pswp__button--arrow--left:active,
.pswp .pswp__button--arrow--right:active {
  background: none;
  border: none;
}
.pswp .pswp__button--arrow--left:hover,
.pswp .pswp__button--arrow--right:hover {
  background: none;
  border: none;
}
.pswp .pswp__button--arrow--left.disabled,
.pswp .pswp__button--arrow--right.disabled,
.pswp .pswp__button--arrow--left[disabled],
.pswp .pswp__button--arrow--right[disabled],
fieldset[disabled] .pswp .pswp__button--arrow--left,
fieldset[disabled] .pswp .pswp__button--arrow--right {
  pointer-events: none;
  opacity: 0.5;
}
.pswp .pswp__button:hover {
  background-color: unset;
  border: none;
}
.mr_20 .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-right: 20px;
}
.elementor-icon-box-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
.elementor-icon-box-wrapper .elementor-icon-box-content {
  flex: 1;
}
.elementor-icon-box-wrapper .elementor-icon-box-content a:not(:hover) {
  color: var(--text__color);
}
.elementor-icon-box-icon {
  line-height: 1;
}
.elementor-icon-box-title {
  font-size: 1.4rem;
  margin: 0 0 5px;
}
.elementor-icon-box-description {
  margin: 0;
}
[data-icon-box-position="top"] .elementor-icon-box-wrapper {
  flex-direction: column;
}
[data-icon-box-position="top"] .elementor-icon-box-icon {
  margin: 0 0 1rem;
}
[data-icon-box-position="left"] .elementor-icon-box-icon {
  margin: 0 5px 0 0;
}
[data-icon-box-position="right"] .elementor-icon-box-icon {
  order: 2;
  margin: 0 0 0 5px;
}
[data-icon-box-view="stacked"] .elementor-icon-box-icon,
[data-icon-box-view="framed"] .elementor-icon-box-icon {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
}
[data-icon-box-view="framed"] .elementor-icon-box-icon {
  border: 1px solid #e6e6e6;
  background: #fff;
}
[data-icon-box-view="stacked"] .elementor-icon-box-icon {
  border: 1px solid #222;
  background: #222;
  color: #fff;
}
[data-justify-content="center"] .elementor-icon-box-wrapper {
  align-items: center;
}
.elementor-image-box-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
.elementor-image-box-wrapper .elementor-image-box-content {
  flex: 1;
}
.elementor-image-box-title {
  font-size: 1.8rem;
  margin: 0 0 3px;
}
.elementor-image-box-description {
  margin: 0;
}
[data-image-box-position="top"] .elementor-image-box-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
[data-image-box-position="top"] .elementor-image-box-img {
  margin: 0 0 20px;
}
[data-image-box-position="left"] .elementor-image-box-img {
  margin: 0 20px 0 0;
  max-width: 35%;
}
[data-image-box-position="right"] .elementor-image-box-img {
  order: 2;
  margin: 0 0 0 20px;
  max-width: 35%;
}
.body-font .elementor-image-box-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: var(--font-family-name__base);
}
.widget-instagram-slider .slick-slide > div {
  line-height: 0;
}
.elementor-instagram-item {
  overflow: hidden;
  position: relative;
}
.elementor-instagram-item.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.elementor-instagram-item .instagram-content {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.elementor-instagram-item .instagram-content .instagram-icon {
  line-height: 1;
}
.elementor-instagram-item .instagram-content .instagram-icon:before {
  content: "\f16d";
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.elementor-instagram-item .instagram-content figcaption {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.elementor-instagram-item:hover .instagram-content {
  opacity: 1;
  visibility: visible;
}
.instagram-connect-error {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.instagram-connect-error p {
  margin-bottom: 0;
}
.instagram-connect-error p strong {
  display: block;
  margin-bottom: 8px;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.widget-lookbook-wrapper .elementor-lookbook-item {
  padding: 0;
}
.widget-lookbook-wrapper .slick-slide > div {
  line-height: 0;
}
.elementor-lookbook-item .lookbook-item-preview {
  position: relative;
  overflow: hidden;
}
.elementor-lookbook-item .lookbook-item-title {
  margin: 1rem 0 2rem;
  display: none;
}
.lookbook-icon {
  position: absolute;
}
.lookbook-icon > a {
  cursor: pointer;
  text-align: center;
  z-index: 10;
  padding: 0;
  backface-visibility: hidden;
  font-size: 14px;
  text-shadow: none;
  font-weight: 600;
  opacity: 1;
}
.lookbook-icon > a span {
  min-width: 30px;
  min-height: 30px;
  border: 2px solid #000;
  border-color: #fff;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  color: var(--heading__color__base);
  position: relative;
  z-index: 2;
  -webkit-transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lookbook-icon > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 11;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
}
.lookbook-icon > a::before {
  content: '';
  background: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-animation: ripple 2s infinite;
  -moz-animation: ripple 2s infinite;
  -ms-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}
.lookbook-icon.dark > a span {
  background-color: var(--heading__color__base);
  color: #fff;
  border: 2px solid #fff;
}
.lookbook-icon.dark > a::after {
  border-left-color: #fff;
}
.pin-icon-style2 .lookbook-icon > a span {
  background: #65affa;
  border-color: #65affa;
  color: #fff;
  font-weight: normal;
}
.home-lookbook .lookbook-icon > a span {
  background: #f0807f;
  border-color: #f0807f;
  color: #fff;
}
.home-lookbook .slick-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-lookbook .slick-list .slick-slide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.widget-lookbook-slider .slick-slide > div {
  line-height: 0;
}
.widget-lookbook-slider .slick-slide > div > div {
  line-height: initial;
}
.widget-lookbook-slider .slick-slide > div:last-child {
  margin-bottom: 0;
}
.widget-lookbook-wrapper .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  bottom: 12px;
}
.blueskytechco_quickview-product-shortview .page-main {
  padding: 0;
  background: #fff;
}
body.product-short-magnific-popup .mfp-content {
  max-width: 315px !important;
}
body.product-short-magnific-popup .mfp-content .mfp-iframe-scaler {
  padding-top: 145%;
}
body.product-short-magnific-popup .mfp-container.mfp-iframe-holder .mfp-close {
  top: -4px;
  right: -3px;
}
body.product-short-magnific-popup .mfp-container.mfp-iframe-holder .mfp-close::after {
  font-size: 3rem;
}
.short-product-info-main {
  padding: 25px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.short-product-info-main:hover .elementor-image-short-product > a .short-products-view-hover {
  opacity: 1;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.short-product-info-main .elementor-image-short-product {
  position: relative;
  overflow: hidden;
}
.short-product-info-main .elementor-image-short-product > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.short-product-info-main .elementor-image-short-product > a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.short-product-info-main .elementor-image-short-product > a .short-products-view-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.short-product-info-main .container-product-name {
  margin: 20px 0 5px;
  text-align: center;
}
.short-product-info-main .container-product-name .page-title {
  font-size: 1.5rem;
  margin: 0;
}
.short-product-info-main .container-product-name .page-title a {
  color: var(--heading__color__base);
}
.short-product-info-main .short-product-info-price {
  text-align: center;
}
.short-product-info-main .short-product-info-price .price-box {
  display: inline-flex;
  align-items: center;
  grid-gap: 0 10px;
  color: #696969;
}
.short-product-info-main .short-product-info-price .price-box .price-label {
  display: none;
}
.short-product-info-main .short-product-info-price .price-box .special-price {
  color: #ec0101;
}
@media only screen and (max-width: 767px) {
  .product-short-magnific-popup .mfp-container.mfp-iframe-holder .mfp-content {
    height: auto;
  }
}
.abs-product-link > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a,
.navigation .level0 .submenu .product-item-name > a,
.navigation .level0 .submenu .product.name a > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a {
  line-height: 1.4;
  display: block;
}
.product-items .product-addto-links .action,
.products.list.items .product-addto-links .action,
.table-comparison .product-addto-links .action,
#checkout .product-addto-links .action,
.product-info-main .product-addto-links .action,
.product-items .product-item .action,
.products.list.items .product-item .action,
.table-comparison .product-item .action,
#checkout .product-item .action,
.product-info-main .product-item .action,
.product-items .minicart-wrapper .action,
.products.list.items .minicart-wrapper .action,
.table-comparison .minicart-wrapper .action,
#checkout .minicart-wrapper .action,
.product-info-main .minicart-wrapper .action,
.product-items .field.choice.related .action,
.products.list.items .field.choice.related .action,
.table-comparison .field.choice.related .action,
#checkout .field.choice.related .action,
.product-info-main .field.choice.related .action,
.product-items .product-addto-links label,
.products.list.items .product-addto-links label,
.table-comparison .product-addto-links label,
#checkout .product-addto-links label,
.product-info-main .product-addto-links label,
.product-items .product-item label,
.products.list.items .product-item label,
.table-comparison .product-item label,
#checkout .product-item label,
.product-info-main .product-item label,
.product-items .minicart-wrapper label,
.products.list.items .minicart-wrapper label,
.table-comparison .minicart-wrapper label,
#checkout .minicart-wrapper label,
.product-info-main .minicart-wrapper label,
.product-items .field.choice.related label,
.products.list.items .field.choice.related label,
.table-comparison .field.choice.related label,
#checkout .field.choice.related label,
.product-info-main .field.choice.related label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.product-items .product-addto-links .action.towishlist:before,
.products.list.items .product-addto-links .action.towishlist:before,
.table-comparison .product-addto-links .action.towishlist:before,
#checkout .product-addto-links .action.towishlist:before,
.product-info-main .product-addto-links .action.towishlist:before,
.product-items .product-item .action.towishlist:before,
.products.list.items .product-item .action.towishlist:before,
.table-comparison .product-item .action.towishlist:before,
#checkout .product-item .action.towishlist:before,
.product-info-main .product-item .action.towishlist:before,
.product-items .minicart-wrapper .action.towishlist:before,
.products.list.items .minicart-wrapper .action.towishlist:before,
.table-comparison .minicart-wrapper .action.towishlist:before,
#checkout .minicart-wrapper .action.towishlist:before,
.product-info-main .minicart-wrapper .action.towishlist:before,
.product-items .field.choice.related .action.towishlist:before,
.products.list.items .field.choice.related .action.towishlist:before,
.table-comparison .field.choice.related .action.towishlist:before,
#checkout .field.choice.related .action.towishlist:before,
.product-info-main .field.choice.related .action.towishlist:before,
.product-items .product-addto-links label.towishlist:before,
.products.list.items .product-addto-links label.towishlist:before,
.table-comparison .product-addto-links label.towishlist:before,
#checkout .product-addto-links label.towishlist:before,
.product-info-main .product-addto-links label.towishlist:before,
.product-items .product-item label.towishlist:before,
.products.list.items .product-item label.towishlist:before,
.table-comparison .product-item label.towishlist:before,
#checkout .product-item label.towishlist:before,
.product-info-main .product-item label.towishlist:before,
.product-items .minicart-wrapper label.towishlist:before,
.products.list.items .minicart-wrapper label.towishlist:before,
.table-comparison .minicart-wrapper label.towishlist:before,
#checkout .minicart-wrapper label.towishlist:before,
.product-info-main .minicart-wrapper label.towishlist:before,
.product-items .field.choice.related label.towishlist:before,
.products.list.items .field.choice.related label.towishlist:before,
.table-comparison .field.choice.related label.towishlist:before,
#checkout .field.choice.related label.towishlist:before,
.product-info-main .field.choice.related label.towishlist:before {
  content: "\e805";
  color: #fff;
  font-size: 1.6rem;
  font-family: fakalles;
  line-height: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .product-addto-links .action.tocompare:before,
.products.list.items .product-addto-links .action.tocompare:before,
.table-comparison .product-addto-links .action.tocompare:before,
#checkout .product-addto-links .action.tocompare:before,
.product-info-main .product-addto-links .action.tocompare:before,
.product-items .product-item .action.tocompare:before,
.products.list.items .product-item .action.tocompare:before,
.table-comparison .product-item .action.tocompare:before,
#checkout .product-item .action.tocompare:before,
.product-info-main .product-item .action.tocompare:before,
.product-items .minicart-wrapper .action.tocompare:before,
.products.list.items .minicart-wrapper .action.tocompare:before,
.table-comparison .minicart-wrapper .action.tocompare:before,
#checkout .minicart-wrapper .action.tocompare:before,
.product-info-main .minicart-wrapper .action.tocompare:before,
.product-items .field.choice.related .action.tocompare:before,
.products.list.items .field.choice.related .action.tocompare:before,
.table-comparison .field.choice.related .action.tocompare:before,
#checkout .field.choice.related .action.tocompare:before,
.product-info-main .field.choice.related .action.tocompare:before,
.product-items .product-addto-links label.tocompare:before,
.products.list.items .product-addto-links label.tocompare:before,
.table-comparison .product-addto-links label.tocompare:before,
#checkout .product-addto-links label.tocompare:before,
.product-info-main .product-addto-links label.tocompare:before,
.product-items .product-item label.tocompare:before,
.products.list.items .product-item label.tocompare:before,
.table-comparison .product-item label.tocompare:before,
#checkout .product-item label.tocompare:before,
.product-info-main .product-item label.tocompare:before,
.product-items .minicart-wrapper label.tocompare:before,
.products.list.items .minicart-wrapper label.tocompare:before,
.table-comparison .minicart-wrapper label.tocompare:before,
#checkout .minicart-wrapper label.tocompare:before,
.product-info-main .minicart-wrapper label.tocompare:before,
.product-items .field.choice.related label.tocompare:before,
.products.list.items .field.choice.related label.tocompare:before,
.table-comparison .field.choice.related label.tocompare:before,
#checkout .field.choice.related label.tocompare:before,
.product-info-main .field.choice.related label.tocompare:before {
  content: "\f021";
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  line-height: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .product-addto-links .action.tocompare span,
.products.list.items .product-addto-links .action.tocompare span,
.table-comparison .product-addto-links .action.tocompare span,
#checkout .product-addto-links .action.tocompare span,
.product-info-main .product-addto-links .action.tocompare span,
.product-items .product-item .action.tocompare span,
.products.list.items .product-item .action.tocompare span,
.table-comparison .product-item .action.tocompare span,
#checkout .product-item .action.tocompare span,
.product-info-main .product-item .action.tocompare span,
.product-items .minicart-wrapper .action.tocompare span,
.products.list.items .minicart-wrapper .action.tocompare span,
.table-comparison .minicart-wrapper .action.tocompare span,
#checkout .minicart-wrapper .action.tocompare span,
.product-info-main .minicart-wrapper .action.tocompare span,
.product-items .field.choice.related .action.tocompare span,
.products.list.items .field.choice.related .action.tocompare span,
.table-comparison .field.choice.related .action.tocompare span,
#checkout .field.choice.related .action.tocompare span,
.product-info-main .field.choice.related .action.tocompare span,
.product-items .product-addto-links label.tocompare span,
.products.list.items .product-addto-links label.tocompare span,
.table-comparison .product-addto-links label.tocompare span,
#checkout .product-addto-links label.tocompare span,
.product-info-main .product-addto-links label.tocompare span,
.product-items .product-item label.tocompare span,
.products.list.items .product-item label.tocompare span,
.table-comparison .product-item label.tocompare span,
#checkout .product-item label.tocompare span,
.product-info-main .product-item label.tocompare span,
.product-items .minicart-wrapper label.tocompare span,
.products.list.items .minicart-wrapper label.tocompare span,
.table-comparison .minicart-wrapper label.tocompare span,
#checkout .minicart-wrapper label.tocompare span,
.product-info-main .minicart-wrapper label.tocompare span,
.product-items .field.choice.related label.tocompare span,
.products.list.items .field.choice.related label.tocompare span,
.table-comparison .field.choice.related label.tocompare span,
#checkout .field.choice.related label.tocompare span,
.product-info-main .field.choice.related label.tocompare span {
  padding-top: 0.1rem;
}
.product-items .product-addto-links .action.link-quickview:before,
.products.list.items .product-addto-links .action.link-quickview:before,
.table-comparison .product-addto-links .action.link-quickview:before,
#checkout .product-addto-links .action.link-quickview:before,
.product-info-main .product-addto-links .action.link-quickview:before,
.product-items .product-item .action.link-quickview:before,
.products.list.items .product-item .action.link-quickview:before,
.table-comparison .product-item .action.link-quickview:before,
#checkout .product-item .action.link-quickview:before,
.product-info-main .product-item .action.link-quickview:before,
.product-items .minicart-wrapper .action.link-quickview:before,
.products.list.items .minicart-wrapper .action.link-quickview:before,
.table-comparison .minicart-wrapper .action.link-quickview:before,
#checkout .minicart-wrapper .action.link-quickview:before,
.product-info-main .minicart-wrapper .action.link-quickview:before,
.product-items .field.choice.related .action.link-quickview:before,
.products.list.items .field.choice.related .action.link-quickview:before,
.table-comparison .field.choice.related .action.link-quickview:before,
#checkout .field.choice.related .action.link-quickview:before,
.product-info-main .field.choice.related .action.link-quickview:before,
.product-items .product-addto-links label.link-quickview:before,
.products.list.items .product-addto-links label.link-quickview:before,
.table-comparison .product-addto-links label.link-quickview:before,
#checkout .product-addto-links label.link-quickview:before,
.product-info-main .product-addto-links label.link-quickview:before,
.product-items .product-item label.link-quickview:before,
.products.list.items .product-item label.link-quickview:before,
.table-comparison .product-item label.link-quickview:before,
#checkout .product-item label.link-quickview:before,
.product-info-main .product-item label.link-quickview:before,
.product-items .minicart-wrapper label.link-quickview:before,
.products.list.items .minicart-wrapper label.link-quickview:before,
.table-comparison .minicart-wrapper label.link-quickview:before,
#checkout .minicart-wrapper label.link-quickview:before,
.product-info-main .minicart-wrapper label.link-quickview:before,
.product-items .field.choice.related label.link-quickview:before,
.products.list.items .field.choice.related label.link-quickview:before,
.table-comparison .field.choice.related label.link-quickview:before,
#checkout .field.choice.related label.link-quickview:before,
.product-info-main .field.choice.related label.link-quickview:before {
  content: "\e904";
  color: #fff;
  font-size: 1.6rem;
  font-family: iconKalles;
  line-height: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .product-addto-links .action.showcart:before,
.products.list.items .product-addto-links .action.showcart:before,
.table-comparison .product-addto-links .action.showcart:before,
#checkout .product-addto-links .action.showcart:before,
.product-info-main .product-addto-links .action.showcart:before,
.product-items .product-item .action.showcart:before,
.products.list.items .product-item .action.showcart:before,
.table-comparison .product-item .action.showcart:before,
#checkout .product-item .action.showcart:before,
.product-info-main .product-item .action.showcart:before,
.product-items .minicart-wrapper .action.showcart:before,
.products.list.items .minicart-wrapper .action.showcart:before,
.table-comparison .minicart-wrapper .action.showcart:before,
#checkout .minicart-wrapper .action.showcart:before,
.product-info-main .minicart-wrapper .action.showcart:before,
.product-items .field.choice.related .action.showcart:before,
.products.list.items .field.choice.related .action.showcart:before,
.table-comparison .field.choice.related .action.showcart:before,
#checkout .field.choice.related .action.showcart:before,
.product-info-main .field.choice.related .action.showcart:before,
.product-items .product-addto-links label.showcart:before,
.products.list.items .product-addto-links label.showcart:before,
.table-comparison .product-addto-links label.showcart:before,
#checkout .product-addto-links label.showcart:before,
.product-info-main .product-addto-links label.showcart:before,
.product-items .product-item label.showcart:before,
.products.list.items .product-item label.showcart:before,
.table-comparison .product-item label.showcart:before,
#checkout .product-item label.showcart:before,
.product-info-main .product-item label.showcart:before,
.product-items .minicart-wrapper label.showcart:before,
.products.list.items .minicart-wrapper label.showcart:before,
.table-comparison .minicart-wrapper label.showcart:before,
#checkout .minicart-wrapper label.showcart:before,
.product-info-main .minicart-wrapper label.showcart:before,
.product-items .field.choice.related label.showcart:before,
.products.list.items .field.choice.related label.showcart:before,
.table-comparison .field.choice.related label.showcart:before,
#checkout .field.choice.related label.showcart:before,
.product-info-main .field.choice.related label.showcart:before,
.product-items .product-addto-links .action.tocart:before,
.products.list.items .product-addto-links .action.tocart:before,
.table-comparison .product-addto-links .action.tocart:before,
#checkout .product-addto-links .action.tocart:before,
.product-info-main .product-addto-links .action.tocart:before,
.product-items .product-item .action.tocart:before,
.products.list.items .product-item .action.tocart:before,
.table-comparison .product-item .action.tocart:before,
#checkout .product-item .action.tocart:before,
.product-info-main .product-item .action.tocart:before,
.product-items .minicart-wrapper .action.tocart:before,
.products.list.items .minicart-wrapper .action.tocart:before,
.table-comparison .minicart-wrapper .action.tocart:before,
#checkout .minicart-wrapper .action.tocart:before,
.product-info-main .minicart-wrapper .action.tocart:before,
.product-items .field.choice.related .action.tocart:before,
.products.list.items .field.choice.related .action.tocart:before,
.table-comparison .field.choice.related .action.tocart:before,
#checkout .field.choice.related .action.tocart:before,
.product-info-main .field.choice.related .action.tocart:before,
.product-items .product-addto-links label.tocart:before,
.products.list.items .product-addto-links label.tocart:before,
.table-comparison .product-addto-links label.tocart:before,
#checkout .product-addto-links label.tocart:before,
.product-info-main .product-addto-links label.tocart:before,
.product-items .product-item label.tocart:before,
.products.list.items .product-item label.tocart:before,
.table-comparison .product-item label.tocart:before,
#checkout .product-item label.tocart:before,
.product-info-main .product-item label.tocart:before,
.product-items .minicart-wrapper label.tocart:before,
.products.list.items .minicart-wrapper label.tocart:before,
.table-comparison .minicart-wrapper label.tocart:before,
#checkout .minicart-wrapper label.tocart:before,
.product-info-main .minicart-wrapper label.tocart:before,
.product-items .field.choice.related label.tocart:before,
.products.list.items .field.choice.related label.tocart:before,
.table-comparison .field.choice.related label.tocart:before,
#checkout .field.choice.related label.tocart:before,
.product-info-main .field.choice.related label.tocart:before {
  content: "\e903";
  color: #fff;
  font-size: 1.6rem;
  font-family: iconKalles;
  line-height: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .field.choice.related,
.products.list.items .field.choice.related,
.table-comparison .field.choice.related,
#checkout .field.choice.related,
.product-info-main .field.choice.related {
  overflow: hidden;
}
.product-items {
  list-style: none;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.product-image-photo,
.products-image-hover {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.product-item .products-image-hover {
  z-index: 1;
  opacity: 0;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.swatch-option {
  float: left;
}
.swatch-attribute:not(.color) .swatch-option {
  height: auto;
}
.swatch-attribute .swatch-attribute-options {
  margin: 0.7rem 0 0;
}
.review-list .rating-summary,
.product-reviews-summary .rating-summary {
  left: 0 !important;
  z-index: 1;
}
.review-list .rating-summary .rating-result,
.product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
  width: 7.1rem !important;
  vertical-align: baseline;
}
.review-list .rating-summary .rating-result::before,
.product-reviews-summary .rating-summary .rating-result::before,
.review-list .rating-summary .rating-result > span:before,
.product-reviews-summary .rating-summary .rating-result > span:before {
  font-weight: bold !important;
}
.product-reviews-summary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.product-reviews-summary.no-rating .reviews-actions {
  min-height: 1.4rem;
}
.product-reviews-summary.no-rating .reviews-actions:before {
  font-family: "Font Awesome 5 Free";
  color: #e6e6e6;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.product-reviews-summary > div {
  display: inline-flex;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.product-reviews-summary .reviews-actions a:not(:hover) {
  color: #999;
}
.product-reviews-summary .reviews-actions a.action.view {
  margin: 0 1rem;
  padding: 0 1rem;
  border: 1px solid #e6e6e6;
  border-width: 0 1px;
  display: inline-block;
  line-height: 1;
}
.product-reviews-summary .reviews-actions .action.view:before {
  content: '(';
  margin-right: -2.5px;
}
.product-reviews-summary .reviews-actions .action.view:after {
  content: ')';
  margin-left: -1.5px;
}
.product-info-main .price-final_price *,
.product-item .price-final_price *,
.product-info-main .price-configured_price *,
.product-item .price-configured_price * {
  color: #696969;
}
.product-info-main .special-price .price,
.product-item .special-price .price,
.product-info-main .minimal-price .price,
.product-item .minimal-price .price {
  font-weight: 400;
}
.product-info-main .special-price .price-wrapper,
.product-item .special-price .price-wrapper,
.product-info-main .minimal-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-info-main .special-price .price-including-tax + .price-excluding-tax,
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-info-main .minimal-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-info-main .special-price *,
.product-item .special-price *,
.product-info-main .minimal-price *,
.product-item .minimal-price *,
.product-info-main .special-price .price-final_price *,
.product-item .special-price .price-final_price *,
.product-info-main .minimal-price .price-final_price *,
.product-item .minimal-price .price-final_price * {
  color: #ec0101;
}
.product-info-main .old-price,
.product-item .old-price {
  color: #878787;
  text-decoration: line-through;
}
.product-info-main .old-price *,
.product-item .old-price *,
.product-info-main .old-price .price-final_price *,
.product-item .old-price .price-final_price * {
  color: #878787;
  font-size: 1.4rem;
  font-weight: 400;
}
.product-info-main .regular-price .price-label,
.product-item .regular-price .price-label {
  display: none;
}
.product-info-main .minimal-price .price-container,
.product-item .minimal-price .price-container {
  display: block;
}
.product-info-main .minimal-price-link,
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-info-main .minimal-price-link .price-label,
.product-item .minimal-price-link .price-label {
  color: var(--link__color);
  font-size: 1.4rem;
}
.product-info-main .minimal-price-link .price,
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-info-main .minimal-price-link,
.product-item .minimal-price-link,
.product-info-main .price-excluding-tax,
.product-item .price-excluding-tax,
.product-info-main .price-including-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-info-main .price-from,
.product-item .price-from,
.product-info-main .price-to,
.product-item .price-to {
  margin: 0;
}
.product-info-main .price-to,
.product-item .price-to {
  margin-left: 1rem;
}
.product-info-main .prices-tier .price-container .price-including-tax + .price-excluding-tax:before,
.product-item .prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.product-info-main .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after,
.product-item .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.product-info-main .prices-tier .price-container .weee[data-label],
.product-item .prices-tier .price-container .weee[data-label] {
  display: inline;
}
.product-info-main .prices-tier .price-container .weee[data-label] .price,
.product-item .prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.product-info-main .prices-tier .price-container .weee[data-label]:before,
.product-item .prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.product-info-main .actual-price,
.product-item .actual-price {
  font-weight: var(--heading__font-weight__base);
}
.product-item .price-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.product-item .price-box .price {
  font-weight: 400;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  display: none;
  font-size: 12px;
  color: #666;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .price-box > span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.product-item .price-box > span:last-child {
  margin: 0;
}
.product-info-main .brand img {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  max-width: 115px;
  margin-bottom: 10px;
}
.navigation .level0 .submenu .product-item-name,
.navigation .level0 .submenu .product.name a {
  margin-top: 0;
  margin-bottom: 0;
  white-space: initial;
}
.product-item .image_hover_effects--zoom .product-image-wrapper img:only-child,
.product-item .image_hover_effects--zoom .products-image-hover {
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom .products-image-hover {
  opacity: 0;
}
.product-item .image_hover_effects--zoom .product_item_images:hover .products-image-hover,
.product-item .image_hover_effects--zoom .product_item_images:hover .product-image-wrapper img:only-child {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  opacity: 1;
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom-overlay .product-image-wrapper {
  position: relative;
}
.product-item .image_hover_effects--zoom-overlay .product-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .image_hover_effects--zoom-overlay .product-image-wrapper img:only-child,
.product-item .image_hover_effects--zoom-overlay .products-image-hover {
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .product-image-wrapper img:only-child,
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .products-image-hover {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  opacity: 1;
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .product-image-wrapper::before,
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .products-image-hover::before {
  opacity: 1;
}
.product-item .image_hover_effects--overlay .product-image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .image_hover_effects--overlay .product_item_images:hover .product-image-wrapper::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:before,
.product-item .image_hover_effects--box-effect .product-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:before {
  width: 0;
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:after {
  height: 0;
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:before,
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.product-item .product_item_images {
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.product-item .product-item-name,
.product-item .product.name a {
  margin-top: 0;
  margin-bottom: 0;
}
.product-item .product-reviews-summary {
  margin: 6px 0;
  display: block;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.product-item .product-reviews-summary .reviews-actions a span {
  font-size: 0;
}
.product-item .product-reviews-summary .reviews-actions .action.view {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  top: -1px;
}
.product-item .product-reviews-summary .reviews-actions .action.view span {
  font-size: 0;
}
.product-item .product-item-details div[class*="swatch-opt-"] {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 3;
  min-height: 1.6rem;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.color {
  width: 100%;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.color .swatch-option {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin: 0 8px 6px 0;
  min-width: unset;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.color .swatch-option.image {
  width: 1.6rem !important;
  height: 1.6rem !important;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.size .swatch-option {
  margin: 0 3px 0 0;
  min-width: unset;
}
.product-label {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--heading__font-family__base);
  text-transform: capitalize;
  z-index: 3;
  bottom: auto;
  font-size: 1rem;
}
.product-label .label-product {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.product-label .onsale {
  color: #fff;
  background: #ff4e00;
  margin-bottom: 3px;
}
.product-label .newlabel {
  background: #109533;
  color: #fff;
}
.products-grid .product_item_images {
  margin-bottom: 1rem;
}
.products-grid .product-item-photo {
  display: block;
}
.products-list .product-item .product-image-container {
  transform: none;
}
.products-list .product-item:hover .product-image-container {
  transform: none;
}
.products-list .product-item:hover .product-image-container::before {
  display: none;
}
.products-list .product-item:hover .img-hover {
  opacity: 0;
  visibility: hidden;
}
.pagebuilder-products .products-grid,
[data-content-type='products'] .products-grid {
  margin-left: 0;
}
.pagebuilder-products .product-item,
[data-content-type='products'] .product-item {
  margin: 0;
}
.block.widget .product-items {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.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;
}
.msg_validation--product-options.message-error {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -moz-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -ms-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  padding-left: 40px;
}
.msg_validation--product-options.message-error > *:first-child:before {
  content: "\f071";
  margin-top: -13px;
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  width: auto;
  left: 15px;
}
.products-list .product-item {
  width: 100%;
}
.products-list .product-item-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.products-list .product-item:hover .product-item-photo {
  transform: none;
}
.products-list .product_item_images {
  line-height: 1;
  max-width: 50%;
}
[data-content-type='products'] .swatch-attribute-label {
  font-weight: var(--heading__font-weight__base);
  position: relative;
}
[data-content-type='products'] .swatch-attribute-label.required {
  padding-right: 12px;
}
[data-content-type='products'] .swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: var(--heading__font-weight__base);
  position: absolute;
  right: -11px;
  top: -2px;
}
[data-content-type='products'] .swatch-attribute-selected-option {
  color: #2f6f62;
  padding-left: 17px;
}
[data-content-type='products'] .swatch-attribute-options {
  margin: 12px 0;
}
[data-content-type='products'] .swatch-attribute-options:focus {
  box-shadow: none;
}
[data-content-type='products'] .swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #fff;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
[data-content-type='products'] .swatch-attribute.size .swatch-option,
[data-content-type='products'] .swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  color: var(--heading__color__base);
}
[data-content-type='products'] .swatch-attribute.size .swatch-option.selected,
[data-content-type='products'] .swatch-attribute.manufacturer .swatch-option.selected {
  background: var(--button__hover__background);
  border: 1px solid var(--button__hover__background);
  color: var(--button__hover__color);
}
[data-content-type='products'] .swatch-option {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 12px 6px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
[data-content-type='products'] .swatch-option:focus {
  box-shadow: none;
}
[data-content-type='products'] .swatch-option.text {
  background: #fff;
  color: var(--heading__color__base);
  font-size: 12px;
  font-weight: var(--heading__font-weight__base);
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 3px 7px;
}
[data-content-type='products'] .swatch-option.text.selected {
  background-color: #2f6f62 !important;
}
[data-content-type='products'] .swatch-option.selected {
  color: #2f6f62;
}
[data-content-type='products'] .swatch-option:not(.disabled):hover {
  color: #2f6f62;
}
[data-content-type='products'] .swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
[data-content-type='products'] .swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
[data-content-type='products'] .swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
[data-content-type='products'] .swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
[data-content-type='products'] .swatch-option-tooltip {
  color: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 6px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #383838;
}
[data-content-type='products'] .swatch-option-tooltip .corner,
[data-content-type='products'] .swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
[data-content-type='products'] .swatch-option-tooltip .corner:before,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:before,
[data-content-type='products'] .swatch-option-tooltip .corner:after,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
[data-content-type='products'] .swatch-option-tooltip .corner:before,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
[data-content-type='products'] .swatch-option-tooltip .corner:after,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
[data-content-type='products'] .swatch-option-tooltip .image,
[data-content-type='products'] .swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
[data-content-type='products'] .swatch-option-tooltip-layered {
  border: 1px solid #e6e6e6;
  color: #fff;
  background: #383838;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
[data-content-type='products'] .swatch-option-tooltip .title {
  color: #fff;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
[data-content-type='products'] .swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
[data-content-type='products'] .swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #2f6f62;
}
[data-content-type='products'] .swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
[data-content-type='products'] .swatch-opt {
  margin: 24px 0;
}
[data-content-type='products'] .swatch-opt-listing {
  margin-bottom: 12px;
}
[data-content-type='products'] .swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
[data-content-type='products'] .swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
[data-content-type='products'] .swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
[data-content-type='products'] .swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
[data-content-type='products'] .clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.product-item .product-item-details {
  position: relative;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option {
  position: relative;
  overflow: visible;
  border: 0;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: transparent;
  border: 1px solid #e6e6e6;
  z-index: 1;
  border-radius: 50%;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option.selected::before {
  border-color: #222;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  position: absolute;
  top: -1.7rem;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option {
  background: transparent;
  border: 0;
  min-width: unset;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0 5px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0;
  float: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option:hover,
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option.selected {
  color: #2f6f62;
  text-shadow: none;
}
.product-item:hover .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item .actions-secondary .action,
.products-grid .field.choice.related .action,
.products-grid .product-item .actions-secondary label,
.products-grid .field.choice.related label {
  width: 3rem;
  height: 3rem;
}
.products-grid:not(.slick-slider) .product-item,
.products-grid .product-items:not(.slick-slider) .product-item {
  margin-top: 3rem;
}
.products-grid .slick-slide .product-item {
  margin-top: 0;
}
.products-grid .product-item {
  position: relative;
}
.products-grid .product-item::only-child.col-xxl-12.col-xl-12.col-lg-12.col-md-12.col-sm-12 {
  margin-top: 0;
}
.products-grid .product-item .actions-primary {
  width: 100%;
}
.products-grid .product-item .actions-primary .stock.unavailable {
  background-image: none;
  background: var(--button__background);
  border: 0;
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  margin: 0;
  padding: 8px 20px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: inherit;
  width: 100%;
  border-radius: var(--button__border-radius);
  background-color: #e6e6e6;
  text-transform: var(--button__text_transform);
  text-align: center;
}
.products-grid .product-item .actions-primary .stock.unavailable:focus,
.products-grid .product-item .actions-primary .stock.unavailable:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.products-grid .product-item .actions-primary .stock.unavailable:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.products-grid .product-item .actions-primary .stock.unavailable.disabled,
.products-grid .product-item .actions-primary .stock.unavailable[disabled],
fieldset[disabled] .products-grid .product-item .actions-primary .stock.unavailable {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.products-grid .product-item .actions-primary .stock.unavailable span {
  display: block !important;
}
.products-grid .product-item .actions-secondary {
  z-index: 2;
}
.products-grid.products-related .product-items .product-item:before {
  bottom: 0;
  transform: none;
}
.products-grid.products-related .product-items .product-item:before .product-item-info:after {
  display: none;
}
.elementor__header + .products-grid:not(.slick-slider) {
  margin-top: -3rem;
}
.container-products-packery [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 100%;
}
.product__style-3 .products-grid .product-item {
  font-size: 1.6rem;
}
.product__style-3 .products-grid .product-item .product_item_images {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  margin-top: 12px;
  margin-bottom: 2.5rem;
}
.product__style-3 .products-grid .product-item .product-item-details {
  text-align: center;
}
.product__style-3 .products-grid .product-item .product-item-details .price-box {
  justify-content: center;
}
.product__style-3 .products-grid .product-item .product-item-details .price-container .price {
  font-size: 1.6rem;
}
.product__style-3 .products-grid .product-item .product-item-details .product-reviews-summary .rating-summary {
  display: block;
  text-align: center;
}
.product__style-3 .products-grid .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  top: -3rem;
}
.product__style-3 .products-grid .swatch-attribute .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product__style-3 .products-grid .swatch-attribute.color .swatch-attribute-options {
  margin-left: 8px;
}
.product__style-3 .products-grid:not(.slick-slider) .product-item,
.product__style-3 .products-grid .product-items:not(.slick-slider) .product-item {
  margin-top: 2rem;
}
.product__style-6 .products-grid .product-item {
  -webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -moz-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -ms-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  margin: 0;
  padding: 1.5rem;
}
.product__style-6 .products-grid .product-item .product-item-details {
  text-align: center;
}
.product__style-6 .products-grid .product-item .product-item-details .price-box {
  text-align: center;
  justify-content: center;
}
.product__style-6 .products-grid .product-item .product-item-details .swatch-attribute .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product__style-6 .products-grid .product-item .product-item-details div[class*="swatch-opt-"] {
  min-height: unset;
}
.product__style-6 .products-grid .product-item .product-item-name,
.product__style-6 .products-grid .product-item .product.name a {
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__style-6 .products-grid:not(.slick-slider) .product-item,
.product__style-6 .products-grid .product-items:not(.slick-slider) .product-item {
  margin-top: 0;
  margin-bottom: 0;
}
.product__style-6 .container-products-switch .products-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.product__style-6 .container-products-switch .products-grid .product-item {
  width: 100% !important;
}
@media only screen and (max-width: 1199px) {
  .product__style-6 .container-products-switch .products-grid {
    grid-template-columns: repeat(3, 33.3333%);
  }
}
@media only screen and (max-width: 575px) {
  .product__style-6 .container-products-switch .products-grid {
    grid-template-columns: repeat(2, 50%);
  }
}
.product__style-6 .container-products-switch .products-grid.category_page_grid_5 {
  grid-template-columns: repeat(5, 20%);
}
.product__style-6 .container-products-switch .products-grid.category_page_grid_3 {
  grid-template-columns: repeat(3, 33.333%);
}
.product__style-6 .container-products-switch .products-grid.category_page_grid_2 {
  grid-template-columns: repeat(2, 50%);
}
.product__style-6 .products-grid.wishlist .product-items,
.product__style-6 .products-grid .products.list.items:not(.slick-slider) {
  margin-left: 0;
  margin-right: 0;
}
.product__style-6 .section.block.related .product-item {
  border-bottom: 1px solid #e6e6e6;
}
.abs-product-link,
.navigation .level0 .submenu .product-item-name,
.navigation .level0 .submenu .product.name a,
.product-item .product-item-name,
.product-item .product.name a,
.product-item-name,
.product.name a {
  font-weight: 500;
}
.abs-product-link > a,
.navigation .level0 .submenu .product-item-name > a,
.navigation .level0 .submenu .product.name a > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:visited,
.navigation .level0 .submenu .product-item-name > a:visited,
.navigation .level0 .submenu .product.name a > a:visited,
.product-item .product-item-name > a:visited,
.product-item .product.name a > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:hover,
.navigation .level0 .submenu .product-item-name > a:hover,
.navigation .level0 .submenu .product.name a > a:hover,
.product-item .product-item-name > a:hover,
.product-item .product.name a > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-product-link > a:active,
.navigation .level0 .submenu .product-item-name > a:active,
.navigation .level0 .submenu .product.name a > a:active,
.product-item .product-item-name > a:active,
.product-item .product.name a > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: var(--link__hover__color);
  text-decoration: none;
}
.final-date-product-countdown-timers {
  text-align: center;
  margin: 15px 0 10px;
}
.final-date-product-countdown-timers > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 40px;
  min-height: 40px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(34, 34, 34, 0.1);
  padding: 5px;
  margin: 0 2px 5px;
}
.final-date-product-countdown-timers .countdown_ti {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 1;
}
.final-date-product-countdown-timers .countdown_tx {
  font-size: 14px;
  line-height: 1;
}
.desgin_product_price_countdown--dark .final-date-product-countdown-timers > * {
  background-color: #222;
}
.desgin_product_price_countdown--dark .final-date-product-countdown-timers .countdown_ti {
  color: #fff;
}
.desgin_product_price_countdown--dark .final-date-product-countdown-timers .countdown_tx {
  color: #999;
}
.desgin_product_price_countdown--light .final-date-product-countdown-timers > * {
  background-color: #fff;
}
.desgin_product_price_countdown--light .final-date-product-countdown-timers .countdown_ti {
  color: #222;
}
.desgin_product_price_countdown--light .final-date-product-countdown-timers .countdown_tx {
  color: #999;
}
*[class*=widget-product-countdown-timers] .product_item_images {
  margin-bottom: 0;
}
*[class*=widget-product-countdown-timers] .product-item-details {
  text-align: center;
}
*[class*=widget-product-countdown-timers] .product-item-details .price-box {
  justify-content: center;
  margin-top: 5px;
}
.widget-product-countdown-timers-slider .product-item {
  margin-top: 0;
}
.widget-product-countdown-timers-grid .product-item-photo {
  overflow: hidden;
}
.product-countdown-layout2 .final-date-product-countdown-timers {
  position: static;
  opacity: 1 !important;
  text-align: left;
  margin: 30px 0 0;
}
.product-countdown-layout2 .product-image-photo,
.product-countdown-layout2 .products-image-hover {
  background-color: #f5f5f5;
  transform: none !important;
}
.product-countdown-layout2 .product-item-info .product_item-images {
  padding-bottom: 20px;
}
.product-countdown-layout2 .product-item-info .product_item-details {
  margin-bottom: 30px;
}
.product-countdown-layout2 .product-item-info .product_item-details .product-item-name {
  font-size: 3.2rem;
  font-weight: var(--heading__font-weight__base);
  margin-bottom: 10px;
}
.product-countdown-layout2 .product-item-info .product_item-details .price-box {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.product-countdown-layout2 .product-item-info .product_item-details .price-box .price {
  font-size: 22px;
}
.product-countdown-layout2 .variations_button {
  display: flex;
  align-items: center;
}
.product-countdown-layout2 .variations_button .actions-secondarys {
  display: flex;
  align-items: center;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action {
  position: relative;
  min-width: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #222;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action span {
  display: none;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action::before {
  color: #222;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action:hover {
  background: #2f6f62;
  color: #fff;
  border-color: #2f6f62;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action:hover::before {
  color: #fff;
}
.product-countdown-layout2 .variations_button .actions-primary {
  width: auto;
}
.product-countdown-layout2 .variations_button .actions-primary button,
.product-countdown-layout2 .variations_button .actions-primary .cart.table-wrapper .actions-toolbar > .action,
.product-countdown-layout2 .variations_button .actions-primary .action-gift {
  min-width: 160px;
  border-radius: 5px;
  min-height: 40px;
}
.product-countdown-layout2 .variations_button .actions-primary button::before,
.product-countdown-layout2 .variations_button .actions-primary .cart.table-wrapper .actions-toolbar > .action::before,
.product-countdown-layout2 .variations_button .actions-primary .action-gift::before {
  display: none;
}
.product-countdown-layout2 .variations_button .actions-primary button:focus,
.product-countdown-layout2 .variations_button .actions-primary .cart.table-wrapper .actions-toolbar > .action:focus,
.product-countdown-layout2 .variations_button .actions-primary .action-gift:focus {
  background: #2f6f62;
  color: #fff;
  border-color: #2f6f62;
}
.product-countdown-layout2 .product-share-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.product-countdown-layout2 .product-share-links .share-links {
  display: inline-flex;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-countdown-layout2 .product-share-links .share-links a {
  color: var(--text__color);
}
.product-countdown-layout2 .product-share-links .share-dialog {
  margin: 0;
}
.product-countdown-layout2 .final-date-product-countdown-timers > span {
  background: none;
  color: var(--text__color);
  min-width: unset;
  min-height: unset;
  border: 0;
  box-shadow: none;
  margin: 0;
}
.product-countdown-layout2 .final-date-product-countdown-timers .countdown_ti {
  min-width: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ddd;
  color: var(--heading__color__base);
  font-weight: 600;
}
.product-countdown-layout2 .final-date-product-countdown-timers .countdown_tx {
  text-transform: uppercase;
}
[data-content-type='htmlquote'] {
  position: relative;
  background: #f1f1f1;
  padding: 30px 25px 30px 60px;
  margin: 20px 0;
  font-family: var(--other_font_family);
  font-style: italic;
}
[data-content-type='htmlquote']:before {
  content: open-quote;
  font-size: 50px;
  margin: 0 15px 0;
  position: absolute;
  left: 5px;
  top: 20px;
  display: block;
  width: auto;
  background: transparent;
  text-shadow: none;
  opacity: 1;
  height: auto;
  color: inherit;
  visibility: visible;
  line-height: 1;
}
.quote-author {
  margin: 15px 0;
  font-size: 14px;
}
.quote-description p {
  margin-bottom: 0;
}
.elementor-testimonial-item {
  text-align: center;
}
.testimonial-customer img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  object-fit: cover;
}
.testimonial-name {
  font-weight: 500;
  color: #222;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.testimonial-content {
  font-weight: 300;
  margin: 0 auto 10px;
  max-width: 525px;
}
.testimonial-job {
  font-weight: 500;
  color: #222;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.testimonial-rating .rating-summary .rating-result {
  margin: auto;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item {
  text-align: left;
  padding: 4rem 2.5rem;
  border: 1px solid #e6e6e6;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-img {
  margin-right: 1.5rem;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-img img {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-content {
  margin-bottom: 3rem;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-name {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-job {
  font-weight: 400;
  color: var(--text__color);
}
.widget-testimonial-slider-design--2 .testimonial-info {
  text-align: center;
}
.elementor-newsletter-wrapper .form-subscribe {
  border: 1px solid var(--text__color);
  border-radius: var(--button__border-radius);
  padding: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.elementor-newsletter-wrapper .form-subscribe .field-newsletter {
  flex: 1;
}
.elementor-newsletter-wrapper input {
  height: 40px;
  font-size: 1.3rem;
  border: 0;
  border-radius: var(--button__border-radius);
  background-color: transparent;
}
.elementor-newsletter-wrapper button,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action,
.elementor-newsletter-wrapper .action-gift {
  border-radius: var(--button__border-radius);
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.elementor-newsletter-wrapper button:focus,
.elementor-newsletter-wrapper button:active,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:focus,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:active,
.elementor-newsletter-wrapper .action-gift:focus,
.elementor-newsletter-wrapper .action-gift:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button:hover,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:hover,
.elementor-newsletter-wrapper .action-gift:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button.disabled,
.elementor-newsletter-wrapper button[disabled],
fieldset[disabled] .elementor-newsletter-wrapper button,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action.disabled,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action,
.elementor-newsletter-wrapper .action-gift.disabled,
.elementor-newsletter-wrapper .action-gift[disabled],
fieldset[disabled] .elementor-newsletter-wrapper .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.elementor-newsletter-wrapper button:focus,
.elementor-newsletter-wrapper button:active,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:focus,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:active,
.elementor-newsletter-wrapper .action-gift:focus,
.elementor-newsletter-wrapper .action-gift:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button:hover,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:hover,
.elementor-newsletter-wrapper .action-gift:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button.disabled,
.elementor-newsletter-wrapper button[disabled],
fieldset[disabled] .elementor-newsletter-wrapper button,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action.disabled,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action,
.elementor-newsletter-wrapper .action-gift.disabled,
.elementor-newsletter-wrapper .action-gift[disabled],
fieldset[disabled] .elementor-newsletter-wrapper .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.style_2 .elementor-newsletter-wrapper .form-subscribe {
  padding: 0;
  border-radius: 0;
}
.style_2 .elementor-newsletter-wrapper .form-subscribe input,
.style_2 .elementor-newsletter-wrapper .form-subscribe button,
.style_2 .elementor-newsletter-wrapper .form-subscribe .cart.table-wrapper .actions-toolbar > .action,
.style_2 .elementor-newsletter-wrapper .form-subscribe .action-gift {
  border-radius: 0;
}
.larger .elementor-newsletter-wrapper .form-subscribe {
  border-color: #eee;
}
.larger .elementor-newsletter-wrapper .form-subscribe input {
  height: 58px;
  padding-left: 15px;
  font-size: 1.6rem;
  color: #000;
}
.larger .elementor-newsletter-wrapper .form-subscribe button,
.larger .elementor-newsletter-wrapper .form-subscribe .cart.table-wrapper .actions-toolbar > .action,
.larger .elementor-newsletter-wrapper .form-subscribe .action-gift {
  min-height: 58px;
}
@media only screen and (max-width: 575px) {
  .larger .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .larger .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
  }
  .larger .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .larger .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action,
  .larger .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .action-gift {
    width: 100%;
  }
  .larger .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.larger.newl_des_4 .elementor-newsletter-wrapper .form-subscribe {
  border-color: #ddd;
}
.larger.newl_des_4 .elementor-newsletter-wrapper .form-subscribe button,
.larger.newl_des_4 .elementor-newsletter-wrapper .form-subscribe .cart.table-wrapper .actions-toolbar > .action,
.larger.newl_des_4 .elementor-newsletter-wrapper .form-subscribe .action-gift {
  min-width: 200px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
.color_white .elementor-newsletter-wrapper .form-subscribe {
  border: 0;
}
.color_white .elementor-newsletter-wrapper .form-subscribe .field-newsletter {
  margin-right: 10px;
}
.color_white .elementor-newsletter-wrapper .form-subscribe ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.color_white .elementor-newsletter-wrapper .form-subscribe :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.color_white .elementor-newsletter-wrapper .form-subscribe ::placeholder {
  color: #fff;
}
.color_white .elementor-newsletter-wrapper .form-subscribe input {
  color: #fff;
  border: 1px solid #fff;
  margin-right: 2px;
  height: 50px;
}
.newsletter-style2 .elementor-newsletter-wrapper .form-subscribe {
  border: 0;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.newsletter-style2 .elementor-newsletter-wrapper .field-newsletter {
  flex: 1;
}
.newsletter-style2 .elementor-newsletter-wrapper .field-newsletter input {
  height: 50px;
  border: 1px solid #878787;
  border-radius: 0;
}
.newsletter-style2 .elementor-newsletter-wrapper .actions-subscribe button,
.newsletter-style2 .elementor-newsletter-wrapper .actions-subscribe .cart.table-wrapper .actions-toolbar > .action,
.newsletter-style2 .elementor-newsletter-wrapper .actions-subscribe .action-gift {
  height: 50px;
  min-width: 200px;
  border-radius: 0;
}
@media only screen and (max-width: 575px) {
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
  }
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action,
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .action-gift {
    width: 100%;
  }
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.newsletter-style3 .elementor-newsletter-wrapper {
  max-width: 525px;
  margin: auto;
}
.newsletter-style3 .elementor-newsletter-wrapper .form-subscribe {
  border-radius: 0;
  border-color: #222222;
}
.newsletter-style3 .elementor-newsletter-wrapper input {
  height: 50px;
  color: #222;
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.newsletter-style3 .elementor-newsletter-wrapper input::placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input::-webkit-input-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter-style3 .elementor-newsletter-wrapper input:-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus:-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input::-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus::-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:-ms-input-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
.newsletter-style3 .elementor-newsletter-wrapper button,
.newsletter-style3 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action,
.newsletter-style3 .elementor-newsletter-wrapper .action-gift {
  border-radius: 0;
  height: 50px;
  min-width: 200px;
  font-size: 1.6rem;
}
.newsletter-style3 .elementor-newsletter-wrapper button::after,
.newsletter-style3 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action::after,
.newsletter-style3 .elementor-newsletter-wrapper .action-gift::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
}
@media only screen and (max-width: 575px) {
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
  }
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action,
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .action-gift {
    width: 100%;
  }
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.h-55 .elementor-newsletter-wrapper {
  max-width: 530px;
  margin: auto;
}
.h-55 .elementor-newsletter-wrapper .form-subscribe {
  border-color: #222;
}
.h-55 .elementor-newsletter-wrapper input {
  height: 50px;
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.h-55 .elementor-newsletter-wrapper input::placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input::-webkit-input-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
.h-55 .elementor-newsletter-wrapper input:-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus:-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input::-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus::-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:-ms-input-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
.h-55 .elementor-newsletter-wrapper button,
.h-55 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action,
.h-55 .elementor-newsletter-wrapper .action-gift {
  min-width: 200px;
}
@media only screen and (max-width: 575px) {
  .h-55 .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
  }
  .h-55 .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid var(--heading__color__base);
  }
  .h-55 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .h-55 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action,
  .h-55 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .action-gift {
    width: 100%;
    min-height: 50px;
  }
  .h-55 .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.footer-container.layout-5 .elementor-newsletter-wrapper .form-subscribe {
  border-radius: 0;
  border: 0;
}
.footer-container.layout-5 .elementor-newsletter-wrapper .field-newsletter input {
  border: 1px solid var(--text__color);
  border-radius: 0;
}
.footer-container.layout-5 .elementor-newsletter-wrapper .actions-subscribe button,
.footer-container.layout-5 .elementor-newsletter-wrapper .actions-subscribe .cart.table-wrapper .actions-toolbar > .action,
.footer-container.layout-5 .elementor-newsletter-wrapper .actions-subscribe .action-gift {
  border-radius: 0;
  border: 0;
  background-color: #2f6f62;
}
[data-content-type="staticmenu-item"] > * {
  margin: 0 0 12.5px;
  display: inline-block;
}
[data-content-type="staticmenu-item"] style {
  display: none;
}
.header-static-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: var(--heading__color__base);
  position: relative;
}
footer [data-content-type="heading"] {
  margin: 0 0 3rem;
}
footer .elementor-static-menu-title {
  color: var(--footer-title-color);
}
footer .static-menu-click:after,
footer .static-menu-click:before {
  background: var(--footer-title-color);
}
footer [data-content-type="heading"],
.elementor-static-menu-title {
  font-size: 1.6rem;
  color: var(--heading__color__base);
  font-weight: 500;
  text-transform: capitalize;
}
.elementor-static-menu-title {
  margin: 0;
}
.static-menu-click {
  color: inherit;
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.static-menu-click::after,
.static-menu-click:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.static-menu-click:after {
  width: 1px;
  height: 12px;
}
.static-menu-click:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.static-menu-click.less-action:before,
.static-menu-click.less-action:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.static-menu-click.less-action::before {
  opacity: 0;
}
.static-menu-click:before,
.static-menu-click:after {
  background-color: var(--heading__color__base);
}
.elementor-content-static-menu a:not(:hover),
.staticmenu-container a:not(:hover) {
  color: var(--text__color);
}
.header-static-menu + .elementor-content-static-menu {
  display: none;
  margin: 3rem 0 0;
}
.hozital-menu [data-content-type="staticmenu-item"],
.hozital-menu.staticmenu-container > * {
  margin: 0;
  display: inline-block;
  padding: 0 10px;
}
.footer-container.layout-6 {
  color: #fff;
}
.footer-container.layout-6 .header-static-menu {
  color: #fff;
}
.footer-container.layout-6 footer [data-content-type="heading"],
.footer-container.layout-6 .elementor-static-menu-title {
  color: #fff;
}
.footer-container.layout-6 .elementor-icon-box-description a:not(:hover),
.footer-container.layout-6 .elementor-content-static-menu a:not(:hover),
.footer-container.layout-6 .staticmenu-container a:not(:hover) {
  color: #fff;
}
.footer-container.layout-6 ul.social-link li a {
  color: #fff;
}
.footer-container.layout-6 .elementor-newsletter-wrapper .field-newsletter input {
  color: #fff;
  border-color: #fff;
}
.footer-container.layout-6 .elementor-newsletter-wrapper button,
.footer-container.layout-6 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action,
.footer-container.layout-6 .elementor-newsletter-wrapper .action-gift {
  font-weight: normal;
}
.footer-container.layout-6 .static-menu-click:before,
.footer-container.layout-6 .static-menu-click:after {
  background-color: #fff;
}
[data-content-type="cbanner"] .pagebuilder-banner-wrapper [data-element='content'] {
  min-height: unset;
}
[data-content-type="cbanner"] div[class*="pagebuilder-banner-wrapper background-image"] {
  position: relative;
  overflow: hidden;
}
[data-content-type="cbanner"][data-image-hover-effects="zoom"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading) .pagebuilder-overlay,
[data-content-type="cbanner"][data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading) .pagebuilder-overlay {
  z-index: 2;
}
[data-content-type="cbanner"][data-image-hover-effects="zoom"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading):after,
[data-content-type="cbanner"][data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: inherit;
}
[data-content-type="cbanner"][data-justify-content="flex-end"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  align-items: flex-end;
}
[data-content-type="cbanner"][data-justify-content="flex-start"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  align-items: flex-start;
}
.elementor__heading.medium h1,
.elementor__heading.medium h2,
.elementor__heading.medium h3,
.elementor__heading.medium h4,
.elementor__heading.medium h5,
.elementor__heading.medium h6 {
  font-weight: inherit;
}
.elementor__heading.margin_0 h1,
.elementor__heading.margin_0 h2,
.elementor__heading.margin_0 h3,
.elementor__heading.margin_0 h4,
.elementor__heading.margin_0 h5,
.elementor__heading.margin_0 h6 {
  margin: 0;
}
:root {
  --button__font-weight: 600;
  --button__text_transform: none;
  --button__border-radius: 40px;
  --other_font_family: 'Libre Baskerville', serif;
}
/*  Large button */
.pagebuilder-column-group:not(.empty-child) {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.pagebuilder-column-group:not(.empty-child) .pagebuilder-column {
  padding-left: 15px;
  padding-right: 15px;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.page-main-full-width [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
.page-main-full-width .column.main > [data-content-type='row'][data-appearance='contained'] {
  padding-left: 15px;
  padding-right: 15px;
}
.pagebuilder-button-secondary {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 25px;
}
@media only screen and (min-width: 576px) {
  .flex-basic-xs-100 .pagebuilder-column {
    flex-basis: unset;
  }
}
.light {
  font-weight: 300;
}
.light .post-info {
  font-weight: 300;
}
.light a,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.regular a,
.regular h1,
.regular h2,
.regular h3,
.regular h4,
.regular h5,
.regular h6 {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.medium .post-info {
  font-weight: 500;
}
.medium a,
.medium h1,
.medium h2,
.medium h3,
.medium h4,
.medium h5,
.medium h6 {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.light .post-info {
  font-weight: 300;
}
.light a,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.bold a,
.bold h1,
.bold h2,
.bold h3,
.bold h4,
.bold h5,
.bold h6 {
  font-weight: 700;
}
.bold a strong,
.bold h1 strong,
.bold h2 strong,
.bold h3 strong,
.bold h4 strong,
.bold h5 strong,
.bold h6 strong {
  font-weight: 700;
}
.btn {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: var(--button__border-radius);
}
.btn:focus,
.btn:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.btn:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}
figure {
  margin: 0;
}
.col-15 {
  width: 20%;
  flex: 0 0 auto;
}
.uppercase {
  text-transform: uppercase;
}
.high-light {
  color: #ec0101;
}
.size-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1366px) {
  .hidden-xl {
    display: none !important;
  }
}
.border_top {
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.border_left {
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
}
.border_right {
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
}
.border_bottom {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
}
.margin_0 {
  margin-top: 0;
  margin-bottom: 0;
}
.margin_0 hr {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.p_margin_0 p {
  margin-bottom: 0;
}
.margin_bottom_0 {
  margin-bottom: 0;
}
.margin_bottom_0 h2,
.margin_bottom_0 h3,
.margin_bottom_0 h4,
.margin_bottom_0 h5,
.margin_bottom_0 p {
  margin-bottom: 0;
}
.mb_23 {
  margin-bottom: 2.3rem;
}
.ls__1 {
  letter-spacing: 1px;
}
.ls__2 {
  letter-spacing: 2px;
}
.ls__3 {
  letter-spacing: 3px;
}
.ls__4 {
  letter-spacing: 4px;
}
.fs__0 {
  font-size: 0;
}
.fs__45 {
  font-size: 45px;
}
.fs__45 h3 span,
.fs__45 h3 strong {
  font-size: 45px;
}
.max-width-640 {
  max-width: 640px;
}
.z-index--2 {
  position: relative;
  z-index: 2;
}
.bg_white .pagebuilder-button-secondary {
  background-color: #fff;
}
.color_white {
  color: #fff;
}
.color_white .pagebuilder-button-secondary {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.dark_color {
  color: #222;
}
.dark_color a:not(:hover) {
  color: #222;
}
figure.full-width img {
  width: 100%;
}
ul.social-link.footer li a {
  color: var(--footer-links-color);
}
@media only screen and (max-width: 993px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
[data-element="heading_text_editer"] > h2:not(:last-of-type),
[data-element="heading_text_editer"] > h3:not(:last-of-type),
[data-element="heading_text_editer"] > h4:not(:last-of-type),
[data-element="heading_text_editer"] > h5:not(:last-of-type),
[data-element="heading_text_editer"] > h6:not(:last-of-type),
[data-element="heading_text_editer"] > p:not(:last-of-type) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .size-26 span {
    font-size: 26px !important;
  }
  .size-40 span {
    font-size: 40px !important;
  }
  .size-16 span {
    font-size: 16px !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
}
div[data-content-type="tabs"] .tabs-navigation,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation {
  border: 0;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header {
  background: var(--button__background);
  margin: 0 0.2rem;
  border: 1px dashed transparent;
  border-radius: var(--button__border-radius) !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:last-child,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header:last-child {
  border: 1px dashed transparent;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: var(--text__color);
  font-size: 1.4rem;
  font-weight: var(--text-weight);
  padding: 0.7rem 2.5rem;
  text-transform: capitalize;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  border-color: var(--heading__color__base);
  z-index: 3;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active:after,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active:after {
  display: none;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active:last-child,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active:last-child {
  border: 1px dashed var(--heading__color__base);
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  color: var(--heading__color__base);
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:hover a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header:hover a.tab-title {
  color: var(--heading__color__base);
}
div[data-content-type="tabs"] .tabs-content,
.pagebuilder-content-type.pagebuilder-tabs .tabs-content {
  border: 0;
  margin: 0;
  z-index: 3;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  -webkit-animation: fadeIn 1s ease;
  -moz-animation: fadeIn 1s ease;
  -ms-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
div[data-content-type='tabs'].vertical-tab,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container {
  border: 1px solid #e6e6e6;
}
div[data-content-type='tabs'].vertical-tab .tabs-navigation,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container .tabs-navigation {
  padding: 20px 0;
}
div[data-content-type='tabs'].vertical-tab .tabs-navigation li.tab-header,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container .tabs-navigation li.tab-header {
  border: 0 !important;
}
div[data-content-type='tabs'].vertical-tab .tabs-navigation li.tab-header.ui-state-active a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  color: #2f6f62;
}
html body #maincontent div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
[data-content-type="image"] {
  line-height: 0;
}
.elementor__item--hover,
[data-content-type="image"] {
  position: relative;
  overflow: hidden;
}
.image_hover_effects--zoom .elementor__item--hover .data-bgset-image-wrapper,
.image_hover_effects--zoom .elementor__item--hover .post-image-effect img,
.image_hover_effects--zoom .elementor__item--hover [data-content-type="image"] img,
.image_hover_effects--zoom .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: 0.6s ease-in-out;
}
.image_hover_effects--zoom .elementor__item--hover:hover .data-bgset-image-wrapper,
.image_hover_effects--zoom .elementor__item--hover:hover .post-image-effect img,
.image_hover_effects--zoom .elementor__item--hover:hover [data-content-type="image"] img,
.image_hover_effects--zoom .elementor__item--hover:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
[data-image-hover-effects="zoom"] .data-bgset-image-wrapper,
[data-image-hover-effects="zoom"] .post-image-effect img,
[data-image-hover-effects="zoom"] [data-content-type="image"] img,
[data-image-hover-effects="zoom"] div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: 0.6s ease-in-out;
}
[data-image-hover-effects="zoom"]:hover .data-bgset-image-wrapper,
[data-image-hover-effects="zoom"]:hover .post-image-effect img,
[data-image-hover-effects="zoom"]:hover [data-content-type="image"] img,
[data-image-hover-effects="zoom"]:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.image_hover_effects--overlay .elementor__item--hover {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.image_hover_effects--overlay .elementor__item--hover .data-bgset-image-wrapper::before,
.image_hover_effects--overlay .elementor__item--hover .post-image-effect::before,
.image_hover_effects--overlay .elementor__item--hover [data-content-type="image"]::before,
.image_hover_effects--overlay .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: inherit;
  z-index: 1;
}
.image_hover_effects--overlay .elementor__item--hover:hover .data-bgset-image-wrapper::before,
.image_hover_effects--overlay .elementor__item--hover:hover .post-image-effect::before,
.image_hover_effects--overlay .elementor__item--hover:hover [data-content-type="image"]::before,
.image_hover_effects--overlay .elementor__item--hover:hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  background-color: rgba(0, 0, 0, 0.2);
}
[data-image-hover-effects="overlay"] {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
[data-image-hover-effects="overlay"] .data-bgset-image-wrapper::before,
[data-image-hover-effects="overlay"] .post-image-effect::before,
[data-image-hover-effects="overlay"] [data-content-type="image"]::before,
[data-image-hover-effects="overlay"] div[class*="pagebuilder-banner-wrapper background-image"]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: inherit;
  z-index: 1;
}
[data-image-hover-effects="overlay"]:hover .data-bgset-image-wrapper::before,
[data-image-hover-effects="overlay"]:hover .post-image-effect::before,
[data-image-hover-effects="overlay"]:hover [data-content-type="image"]::before,
[data-image-hover-effects="overlay"]:hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.image_hover_effects--zoom-overlay .elementor__item--hover .data-bgset-image-wrapper::before,
.image_hover_effects--zoom-overlay .elementor__item--hover .post-image-effect::before,
.image_hover_effects--zoom-overlay .elementor__item--hover [data-content-type="image"]::before,
.image_hover_effects--zoom-overlay .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}
.image_hover_effects--zoom-overlay .elementor__item--hover .data-bgset-image-wrapper,
.image_hover_effects--zoom-overlay .elementor__item--hover .post-image-effect img,
.image_hover_effects--zoom-overlay .elementor__item--hover [data-content-type="image"] img,
.image_hover_effects--zoom-overlay .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .data-bgset-image-wrapper::before,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .post-image-effect::before,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover [data-content-type="image"]::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .data-bgset-image-wrapper,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .post-image-effect img,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover [data-content-type="image"] img,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
[data-image-hover-effects="zoom-overlay"] .data-bgset-image-wrapper::before,
[data-image-hover-effects="zoom-overlay"] .post-image-effect::before,
[data-image-hover-effects="zoom-overlay"] [data-content-type="image"]::before,
[data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]::before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}
[data-image-hover-effects="zoom-overlay"] .data-bgset-image-wrapper,
[data-image-hover-effects="zoom-overlay"] .post-image-effect img,
[data-image-hover-effects="zoom-overlay"] [data-content-type="image"] img,
[data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
[data-image-hover-effects="zoom-overlay"]:hover .data-bgset-image-wrapper::before,
[data-image-hover-effects="zoom-overlay"]:hover .post-image-effect::before,
[data-image-hover-effects="zoom-overlay"]:hover [data-content-type="image"]::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
[data-image-hover-effects="zoom-overlay"]:hover .data-bgset-image-wrapper,
[data-image-hover-effects="zoom-overlay"]:hover .post-image-effect img,
[data-image-hover-effects="zoom-overlay"]:hover [data-content-type="image"] img,
[data-image-hover-effects="zoom-overlay"]:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:before,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:before,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:before,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:before,
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:after,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:after,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:after,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s linear;
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:before,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:before,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:before,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:before {
  width: 0;
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:after,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:after,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:after,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  height: 0;
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:before,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:before,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:before,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:before,
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:after,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:after,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:after,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  background-color: rgba(255, 255, 255, 0.15);
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:before,
[data-image-hover-effects="box-effect"] .post-image-effect:before,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:before,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:before,
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:after,
[data-image-hover-effects="box-effect"] .post-image-effect:after,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:after,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s linear;
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:before,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:before,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:before,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:before {
  width: 0;
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:after,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:after,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:after,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  height: 0;
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:before,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:before,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:before,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:before,
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:after,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:after,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:after,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark_button {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.dark_button:focus,
.dark_button:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button.disabled,
.dark_button[disabled],
fieldset[disabled] .dark_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.rokan-title,
.elementor__header,
.block .title.rokan-title {
  margin-bottom: 3rem;
  text-align: center;
}
.rokan-title .module-title,
.elementor__header .module-title,
.block .title.rokan-title .module-title,
.rokan-title .elementor__headline,
.elementor__header .elementor__headline,
.block .title.rokan-title .elementor__headline,
.rokan-title h3 strong,
.elementor__header h3 strong,
.block .title.rokan-title h3 strong,
.rokan-title h3,
.elementor__header h3,
.block .title.rokan-title h3 {
  font-size: 2.4rem;
  text-transform: capitalize;
  margin-bottom: 0;
}
.rokan-title h3 strong,
.elementor__header h3 strong,
.block .title.rokan-title h3 strong {
  margin-top: 0;
}
.rokan-title .short_description,
.elementor__header .short_description,
.block .title.rokan-title .short_description,
.rokan-title .short-description,
.elementor__header .short-description,
.block .title.rokan-title .short-description,
.rokan-title .elementor__description,
.elementor__header .elementor__description,
.block .title.rokan-title .elementor__description,
.rokan-title .des,
.elementor__header .des,
.block .title.rokan-title .des,
.rokan-title .short-des,
.elementor__header .short-des,
.block .title.rokan-title .short-des {
  font-size: 1.4rem;
  font-family: var(--other_font_family);
  margin-bottom: 0;
}
.rokan-title .short_description .action.select,
.elementor__header .short_description .action.select,
.block .title.rokan-title .short_description .action.select,
.rokan-title .short-description .action.select,
.elementor__header .short-description .action.select,
.block .title.rokan-title .short-description .action.select,
.rokan-title .elementor__description .action.select,
.elementor__header .elementor__description .action.select,
.block .title.rokan-title .elementor__description .action.select,
.rokan-title .des .action.select,
.elementor__header .des .action.select,
.block .title.rokan-title .des .action.select,
.rokan-title .short-des .action.select,
.elementor__header .short-des .action.select,
.block .title.rokan-title .short-des .action.select {
  font-family: var(--other_font_family);
  padding-left: 5px;
  margin: 0;
}
.rokan-title.has-see-all,
.elementor__header.has-see-all,
.block .title.rokan-title.has-see-all {
  position: relative;
}
.rokan-title.has-see-all .module-title,
.elementor__header.has-see-all .module-title,
.block .title.rokan-title.has-see-all .module-title {
  padding-right: 10%;
  position: relative;
}
.rokan-title.has-see-all .see-all,
.elementor__header.has-see-all .see-all,
.block .title.rokan-title.has-see-all .see-all {
  position: absolute;
  right: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
}
.rokan-title.has-see-all .see-all:not(:hover),
.elementor__header.has-see-all .see-all:not(:hover),
.block .title.rokan-title.has-see-all .see-all:not(:hover) {
  color: var(--text__color);
}
.rokan-title.has-see-all .see-all:after,
.elementor__header.has-see-all .see-all:after,
.block .title.rokan-title.has-see-all .see-all:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.rokan-title.container-header-widget-product-advanced,
.elementor__header.container-header-widget-product-advanced,
.block .title.rokan-title.container-header-widget-product-advanced {
  margin-bottom: 0;
}
.rokan-title .module-title,
.elementor__header .module-title,
.block .title.rokan-title .module-title,
.rokan-title .elementor__headline,
.elementor__header .elementor__headline,
.block .title.rokan-title .elementor__headline,
.rokan-title h3,
.elementor__header h3,
.block .title.rokan-title h3 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.rokan-title .module-title:after,
.elementor__header .module-title:after,
.block .title.rokan-title .module-title:after,
.rokan-title .elementor__headline:after,
.elementor__header .elementor__headline:after,
.block .title.rokan-title .elementor__headline:after,
.rokan-title h3:after,
.elementor__header h3:after,
.block .title.rokan-title h3:after,
.rokan-title .module-title:before,
.elementor__header .module-title:before,
.block .title.rokan-title .module-title:before,
.rokan-title .elementor__headline:before,
.elementor__header .elementor__headline:before,
.block .title.rokan-title .elementor__headline:before,
.rokan-title h3:before,
.elementor__header h3:before,
.block .title.rokan-title h3:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 2px;
  background: var(--heading__color__base);
}
.rokan-title .module-title:after,
.elementor__header .module-title:after,
.block .title.rokan-title .module-title:after,
.rokan-title .elementor__headline:after,
.elementor__header .elementor__headline:after,
.block .title.rokan-title .elementor__headline:after,
.rokan-title h3:after,
.elementor__header h3:after,
.block .title.rokan-title h3:after {
  margin-left: 3rem;
}
.rokan-title .module-title:before,
.elementor__header .module-title:before,
.block .title.rokan-title .module-title:before,
.rokan-title .elementor__headline:before,
.elementor__header .elementor__headline:before,
.block .title.rokan-title .elementor__headline:before,
.rokan-title h3:before,
.elementor__header h3:before,
.block .title.rokan-title h3:before {
  margin-right: 3rem;
}
@media all and (max-width: 576px) {
  .rokan-title .module-title:after,
  .elementor__header .module-title:after,
  .block .title.rokan-title .module-title:after,
  .rokan-title .elementor__headline:after,
  .elementor__header .elementor__headline:after,
  .block .title.rokan-title .elementor__headline:after,
  .rokan-title h3:after,
  .elementor__header h3:after,
  .block .title.rokan-title h3:after,
  .rokan-title .module-title:before,
  .elementor__header .module-title:before,
  .block .title.rokan-title .module-title:before,
  .rokan-title .elementor__headline:before,
  .elementor__header .elementor__headline:before,
  .block .title.rokan-title .elementor__headline:before,
  .rokan-title h3:before,
  .elementor__header h3:before,
  .block .title.rokan-title h3:before {
    width: 3rem;
  }
  .rokan-title .module-title:after,
  .elementor__header .module-title:after,
  .block .title.rokan-title .module-title:after,
  .rokan-title .elementor__headline:after,
  .elementor__header .elementor__headline:after,
  .block .title.rokan-title .elementor__headline:after,
  .rokan-title h3:after,
  .elementor__header h3:after,
  .block .title.rokan-title h3:after {
    margin-left: 1rem;
  }
  .rokan-title .module-title:before,
  .elementor__header .module-title:before,
  .block .title.rokan-title .module-title:before,
  .rokan-title .elementor__headline:before,
  .elementor__header .elementor__headline:before,
  .block .title.rokan-title .elementor__headline:before,
  .rokan-title h3:before,
  .elementor__header h3:before,
  .block .title.rokan-title h3:before {
    margin-right: 1rem;
  }
}
.other_font,
.post-view .post-posed-date .value,
#post-comments .publish-date {
  font-family: var(--other_font_family);
  font-style: italic !important;
}
ul.social-link {
  padding-left: 0;
  margin-bottom: 0;
}
ul.social-link li {
  display: inline-flex;
  margin-bottom: 1rem;
}
ul.social-link li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: false;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  border-radius: 0;
  color: var(--text__color);
  font-size: 16px;
}
ul.social-link li a .text {
  display: none;
}
ul.social-link li:not(:last-of-type) {
  margin-right: 2rem;
}
ul.social-link li:hover a {
  -webkit-transform: translateY(-4px) translateZ(0);
  -moz-transform: translateY(-4px) translateZ(0);
  -ms-transform: translateY(-4px) translateZ(0);
  transform: translateY(-4px) translateZ(0);
}
.product-share-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.3rem;
}
.product-share-links .share-links .share-links-click {
  text-transform: capitalize;
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
}
.product-share-links .share-links .share-links-click:before {
  content: "\e9f2";
  font-family: iconKalles;
  font-size: 16px;
  color: var(--text__color);
  line-height: 1;
  font-display: swap;
  position: relative;
  padding-right: 1rem;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-share-links .share-links .share-links-click:not(:hover) {
  color: var(--text__color);
}
.product-share-links .share-links .share-links-click:hover:before {
  color: #2f6f62;
}
.product-share-links {
  justify-content: center;
}
.product-share-links .share-links {
  display: none;
}
.product-share-links .share-dialog {
  margin-left: 0;
  margin-top: 3.5rem;
}
.product-share-links .share-dialog a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.product-share-links .share-dialog a .icon {
  background-color: transparent !important;
  font-size: 1.8rem;
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-share-links .share-dialog a:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product-share-links .share-dialog a:hover .fa-facebook-f {
  color: #3b5998;
}
.product-share-links .share-dialog a:hover .fa-twitter {
  color: #1da1f2;
}
.product-share-links .share-dialog a:hover .fa-pinterest {
  color: #e61b27;
}
.product-share-links .share-dialog a:hover .fa-google {
  color: #ed3c32;
}
.share-dialog {
  margin-left: 1rem;
}
.share-dialog a .icon {
  color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  border-radius: 50%;
}
.share-dialog a .icon.fa-facebook-f {
  background: #3b5998;
}
.share-dialog a .icon.fa-twitter {
  background: #1da1f2;
}
.share-dialog a .icon.fa-pinterest {
  background: #e61b27;
}
.share-dialog a .icon.fa-google {
  background: #ed3c32;
}
.share-dialog a:not(:last-child) {
  margin-right: 0.4rem;
}
.no-padding .pagebuilder-column-group {
  padding: 0;
  margin: 0;
}
.bottom .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: flex-end;
}
.border-1 {
  border: 1px solid #ddd;
}
.icons a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icons a span::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icons a span:hover {
  opacity: 0.8;
}
.icons a span:hover::after {
  -webkit-transform: translateX(0.25rem);
  -moz-transform: translateX(0.25rem);
  -ms-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.pagebuilder-gallery.style2 {
  text-align: center;
}
.pagebuilder-gallery.style2 .elementor-img-item {
  max-width: 110px;
  margin: auto;
}
.pagebuilder-gallery.style2 .elementor-img-item figure a {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
}
.pagebuilder-gallery.style2 .elementor-img-item figure:hover a {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.pagebuilder-gallery.style3 {
  text-align: center;
}
.pagebuilder-gallery.style3 .elementor-img-item {
  max-width: 105px;
  margin: auto;
}
.pagebuilder-gallery.style3 .elementor-img-item figure:hover a {
  -webkit-animation: 0.5s bounceIn;
  -moz-animation: 0.5s bounceIn;
  -ms-animation: 0.5s bounceIn;
  animation: 0.5s bounceIn;
}
.elementor__heading.style2 h3 span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.elementor__heading.style2 h3 span::after {
  content: "";
  display: block;
  position: relative;
  width: 60%;
  max-width: 150px;
  height: 2px;
  background-color: currentColor;
  margin: 12px auto 0;
}
.elementor__heading.style3 {
  display: inline-block;
  padding: 10px;
  background-color: #222;
}
.elementor__heading.style3 > div {
  border: 1px solid #fff;
  padding: 15px 57px;
}
.elementor__heading.style5 {
  max-width: 800px;
  margin: auto;
  padding: 45px 15px;
  background: rgba(255, 255, 255, 0.85);
}
.title_9 h3 span {
  position: relative;
}
.title_9 h3 span:after {
  content: "";
  height: 8px;
  background-color: #2f6f62;
  position: absolute;
  bottom: 4px;
  opacity: 0.3;
  left: 0;
  width: 100%;
  z-index: -1;
}
a.pagebuilder-button-link {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 2.24rem;
  color: var(--button__color) !important;
  border-bottom: 2px solid var(--button__color);
  transition: all 0.3s;
}
a.pagebuilder-button-link:hover {
  color: var(--link__hover__color) !important;
  border-bottom: 2px solid var(--button__color);
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header {
  border: 0 !important;
  border-radius: 0 !important;
  background: none;
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header a {
  padding: 2.5px 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header a span {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header a span::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header.ui-state-active a span::after {
  width: 100%;
  background-color: var(--heading__color__base);
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header a {
  display: inline-flex;
  align-items: center;
  padding: 2.5px 0;
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header a::after {
  content: "";
  height: 14px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: bottom;
  width: 1px;
  background-color: #adadad;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header.ui-state-active a span {
  color: #2f6f62;
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header.ui-state-active a span::after {
  background-color: #2f6f62;
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header:last-child a::after {
  display: none;
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-content {
  margin-top: 30px;
}
div[data-content-type="tabs"].tab-button-style2.tab-se .tabs-navigation li.tab-header a span::after {
  display: none;
}
div[data-content-type="tabs"].tab-button-style2.tab-se .tabs-navigation li.tab-header.ui-state-active a span {
  color: #2f6f62;
}
@media only screen and (max-width: 991px) {
  div[data-content-type="tabs"].tab-button-style2.tab-se .tabs-navigation {
    text-align: center !important;
  }
}
div[data-content-type='tabs'].ovf_vsb .tabs-content {
  overflow: visible;
}
.button_dark .pagebuilder-button-secondary {
  padding: 11px 45px;
  background-color: #222;
  border-color: #222;
  color: #fff;
  border-radius: 0;
  margin: 0;
  font-weight: 500;
}
.button_dark .pagebuilder-button-secondary [data-element="link_text"]::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f063";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button_dark .pagebuilder-button-secondary:hover {
  opacity: 0.8;
}
.button_dark .pagebuilder-button-secondary:hover span::after {
  -webkit-transform: translateX(0.25rem);
  -moz-transform: translateX(0.25rem);
  -ms-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.button_dark .pagebuilder-button-primary {
  padding: 7px 40px ;
  background-color: #222;
  border-color: #222;
  color: #fff;
  border-radius: 0;
  margin: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button_dark.se .pagebuilder-button-primary {
  background-color: transparent;
  color: #222;
}
.button_dark.icon .pagebuilder-button-primary {
  font-size: 1.3rem;
  font-weight: normal;
}
.button_dark.icon .pagebuilder-button-primary [data-element="link_text"]::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button_dark.icon .pagebuilder-button-primary:hover {
  background-color: #222;
  border-color: #222;
  opacity: 0.8;
}
.button_dark.icon .pagebuilder-button-primary:hover span::after {
  -webkit-transform: translateX(0.25rem);
  -moz-transform: translateX(0.25rem);
  -ms-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.instagram__headline .widget-instagram-slider-default {
  position: relative;
}
.instagram__headline .elementor__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  margin: auto;
  padding: 23px 10px;
  pointer-events: none;
  background-color: rgba(246, 246, 248, 0.8);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
}
.instagram__headline .elementor__header .elementor__headline {
  color: var(--heading__color__base);
  font-family: var(--other_font_family);
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize;
}
.instagram__headline .elementor__header .elementor__headline::after,
.instagram__headline .elementor__header .elementor__headline::before {
  display: none;
}
.instagram__headline .elementor__header .elementor__description {
  font-style: normal;
  font-family: var(--font-family-name__base);
}
.instagram__headline .elementor__header .elementor__description h4 {
  margin: 0;
}
.button-slick2 .slick-slider .slick-arrow {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background-color: #222;
  border-color: #222;
}
.button-slick2 .slick-slider .slick-arrow::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
}
.button-slick3 .slick-slider .slick-arrow {
  border-radius: 0;
  background-color: #2f6f62;
  border-color: #2f6f62;
  color: #fff;
}
.button-slick3 .slick-slider .slick-arrow::before {
  color: #fff;
}
.button-slick3 .slick-slider .slick-arrow:hover {
  opacity: 0.7;
}
.nt_shipping .elementor-image-box-wrapper .elementor-image-box-img {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.nt_shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.nt_shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  color: #fff;
}
.ft_3-shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ft_3-shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  color: var(--text__color);
}
.fl_2-shipping .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 10px;
}
.fl_2-shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 17px;
  margin-bottom: 5px;
}
.icon-box-w .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-right: 2rem;
  color: #fff;
}
.icon-box-w .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  color: #fff;
}
.icon-box-w .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  color: #fff;
}
.daily_deal-boder .widget-daily-deal-slider-carousel {
  padding: 0 30px 48px;
  border: 2px solid #2f6f62;
  border-radius: 5px;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header {
  text-align: left;
  background: #fff;
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  transform: translateY(-26px);
  padding: 5px 20px;
  display: inline-block;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header .elementor__headline,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header h3 {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.1;
  margin-right: 18px;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header .elementor__headline::after,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header h3::after,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header .elementor__headline::before,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header h3::before {
  display: none;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .container-countdown-time {
  margin-bottom: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-20px);
}
@media only screen and (max-width: 767px) {
  .daily_deal-boder .widget-daily-deal-slider-carousel .container-countdown-time {
    position: static;
    transform: none;
  }
}
.daily_deal-boder .header-daily-deal-container {
  position: relative;
}
.tt_divider {
  margin: 5px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tt_divider > span {
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #dcdcdc;
}
.tt_divider > i {
  display: inline-block;
  margin: 0 8px;
  font-size: 22px;
}
.section-top-header {
  position: relative;
}
.section-top-header .btn__top--header--banner--close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  padding-left: 10px;
  font-size: 1.2rem;
}
.section-top-header .btn__top--header--banner--close::after,
.section-top-header .btn__top--header--banner--close::before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.section-top-header .btn__top--header--banner--close:hover {
  opacity: 0.7;
}
.section-top-header .btn__top--header--banner--close:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-top-header .btn__top--header--banner--close:hover::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.style1 .header-daily-deal-container .container-countdown-time {
  background: none;
  font-size: 1.2rem;
  font-weight: normal;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .style1 .header-daily-deal-container .container-countdown-time {
    display: flex;
    flex-direction: column;
  }
}
.style1 .header-daily-deal-container .final-date-daily-deal {
  font-weight: 600;
  font-size: 1.4rem;
}
.style1 .final-text-daily-deal-2 {
  padding-left: 5px;
  cursor: pointer;
}
.style1 .final-text-daily-deal-2::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.style1.f-10 .header-daily-deal-container .container-countdown-time {
  font-size: 1rem;
}
.style1.f-10 .header-daily-deal-container .final-date-daily-deal {
  font-size: 1.2rem;
}
.style1.f-10 .final-text-daily-deal-2::after {
  display: none;
}
.portfolio [data-content-type="image"] {
  position: relative;
}
.portfolio [data-content-type="image"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.portfolio [data-content-type="image"] figcaption {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  background-color: #fff;
  color: #222;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 20px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.portfolio [data-content-type="image"]:hover:after {
  opacity: 0.1;
}
.portfolio [data-content-type="image"]:hover figcaption {
  opacity: 1;
  bottom: 2rem;
}
#products-popup-common .mfp-close:hover::after,
#newsletter-popup-common .mfp-close:hover::after {
  opacity: 1;
}
#products-popup-common .widget-product-advanced,
#newsletter-popup-common .widget-product-advanced {
  background-color: #fff;
  padding: 30px;
}
#products-popup-common .widget-product-advanced .product-item-actions,
#newsletter-popup-common .widget-product-advanced .product-item-actions {
  display: none !important;
}
#products-popup-common .newsletter-popup__container,
#newsletter-popup-common .newsletter-popup__container {
  position: relative;
}
#products-popup-common .newsletter-popup__container .popup-new__checkzone,
#newsletter-popup-common .newsletter-popup__container .popup-new__checkzone {
  width: fit-content;
  font-size: 12px;
  text-align: center;
  margin: auto;
  margin-top: -30px;
}
#products-popup-common .heading_text_editer h4,
#newsletter-popup-common .heading_text_editer h4 {
  margin-top: 0;
}
#newsletter-popup-common {
  position: relative;
}
.newsletter-popup__container {
  padding-bottom: 30px;
}
.new-popup-1 .pagebuilder-column-group:not(.empty-child) {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-popup-2 .pagebuilder-column {
    max-width: 400px !important;
    margin: auto;
  }
}
body .mfp-close {
  font-size: 0 !important;
  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;
}
body .mfp-close:focus,
body .mfp-close:active {
  background: none;
  border: none;
}
body .mfp-close:hover {
  background: none;
  border: none;
}
body .mfp-close.disabled,
body .mfp-close[disabled],
fieldset[disabled] body .mfp-close {
  pointer-events: none;
  opacity: 0.5;
}
body .mfp-close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  body .mfp-close:hover,
  body .mfp-close:active {
    color: var(--heading__color__base);
  }
  body .mfp-close:hover:after,
  body .mfp-close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
body .mfp-bg {
  background-color: transparent;
  opacity: 1;
}
body .mfp-bg:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
}
body .mfp-bg.mfp-ready:after {
  opacity: 1;
  pointer-events: initial;
}
body .mfp-bg.mfp-ready.mfp-removing:after {
  opacity: 0;
}
body .mfp-content {
  max-height: 95vh;
  max-width: 910px;
  overflow: hidden;
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
}
body .mfp-zoom-in {
  /* animate in */
  /* animate out */
}
body .mfp-zoom-in .mfp-content {
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
}
body .mfp-zoom-in.mfp-ready .mfp-content {
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
}
body .mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
}
body .mfp-iframe-scaler .mfp-iframe {
  box-shadow: none;
  background: transparent;
}
body .mfp-iframe-scaler * {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}
body .mfp-ready .mfp-iframe-scaler * {
  opacity: 1;
}
.blueskytechco_quickview-product-view {
  overflow: hidden;
}
.blueskytechco_quickview-product-view.not(.thumb_slide) {
  overflow-y: auto;
}
.blueskytechco_quickview-product-view .page.messages {
  position: relative;
  z-index: 2;
}
.blueskytechco_quickview-product-view .column.main > div {
  box-sizing: border-box;
}
.blueskytechco_quickview-product-view .product-reviews-summary .reviews-actions {
  display: none;
}
.blueskytechco_quickview-product-view .product-options-bottom {
  float: none !important;
  width: 100% !important;
}
.blueskytechco_quickview-product-view .bundle-options-container .legend.title {
  font-size: 3rem;
}
.blueskytechco_quickview-product-view .bundle-options-container .bundle-options-wrapper,
.blueskytechco_quickview-product-view .bundle-options-container .product-options-wrapper,
.blueskytechco_quickview-product-view .bundle-options-container .block-bundle-summary {
  float: none !important;
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
.blueskytechco_quickview-product-view .page-title-wrapper .page-title {
  font-size: 3rem;
}
.blueskytechco_quickview-product-view .product-info-main {
  padding: 20px;
}
.blueskytechco_quickview-product-view .field.downloads > .label {
  font-weight: bold;
  margin: 0 0 8px;
  display: inline-block;
}
.blueskytechco_quickview-product-view .page-wrapper #maincontent {
  padding: 0;
  background: #fff;
  width: 100% !important;
}
.blueskytechco_quickview-product-view .vertical_left .fotorama__stage[style*="lef"] {
  margin-left: 10px;
}
.blueskytechco_quickview-product-view .vertical_right .fotorama__stage[style*="lef"] {
  margin-left: 0;
}
.blueskytechco_quickview-product-view > *:not(.page-wrapper, .swatch-option-tooltip, .modals-wrapper) {
  display: none;
}
.blueskytechco_quickview-product-view .modals-wrapper .checkmark {
  display: none;
}
.blueskytechco_quickview-product-view .page-wrapper > *:not(#maincontent, .ajaxsuite-popup-wrapper) {
  display: none;
}
.mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  right: 10px;
  width: auto;
  color: #838383;
  font-weight: normal;
  padding: 5px;
}
.mfp-container.mfp-iframe-holder .mfp-iframe-scaler {
  padding-top: 68.7%;
}
.mfp-container.mfp-iframe-holder .mfp-preloader {
  display: inline-block;
  color: transparent;
  border: 3px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vertical_right .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  left: auto;
  right: 0;
}
.vertical_right .fotorama__stage {
  left: 0 !important;
}
.vertical_right .fotorama__stage .fotorama__img {
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.vertical_left .fotorama__stage .fotorama__img {
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.button_quickview {
  display: inline-block;
  vertical-align: middle;
}
.button_quickview .link-quickview {
  display: inline-block;
  text-decoration: none;
}
.button_quickview .link-quickview > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.button_quickview .link-quickview:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.button_quickview .link-quickview span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
body {
  overflow-x: hidden;
}
.block-search {
  z-index: 6;
}
.block-search .products {
  margin: 0;
}
.block-search .mini_search_header .widget-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
}
.block-search .quick-search {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.block-search .quick-search .quick-search-title {
  white-space: nowrap;
  margin: 0 5px 0 0;
}
.block-search .quick-search .quick-search-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-search .quick-search .quick-search-list li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 3px;
}
.block-search .quick-search .quick-search-list li a:not(:hover) {
  color: var(--text__color);
}
.block-search .top-search .icon-search {
  font-style: normal;
}
.block-search .top-search .icon-search:before {
  content: '\e914';
  font-family: 'iconKalles';
  font-size: 2.2rem;
  color: var(--header-icons-color);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.block-search .top-search .icon-search:hover:before {
  color: #2f6f62;
}
.block-search .top-search .icon-search:hover {
  color: #2f6f62;
}
.block-search .top-search .text,
.block-search .top-search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search button.action.search,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search,
.block-search .action-gift.action.search {
  display: block;
  background: #2f6f62;
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.block-search button.action.search:before,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search:before,
.block-search .action-gift.action.search:before {
  content: '\e914';
  font-family: 'iconKalles';
  font-size: 2.2rem;
  color: #222;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.block-search button.action.search:hover:before,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search:hover:before,
.block-search .action-gift.action.search:hover:before {
  color: #2f6f62;
}
.block-search button.action.search .text,
.block-search button.action.search span,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search .text,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search span,
.block-search .action-gift.action.search .text,
.block-search .action-gift.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .result-header {
  padding: 10px 20px;
  box-shadow: 0 3px 10px 0 rgba(129, 129, 129, 0.2);
  color: var(--heading__color__base);
  margin: 15px 0;
  font-weight: 500;
  margin-top: 0;
}
.block-search .title-view-all-search {
  padding: 2rem;
  font-weight: var(--heading__font-weight__base);
  border-top: 1px solid #e6e6e6;
}
.block-search .title-view-all-search .see-all:not(:hover) {
  color: var(--heading__color__base);
}
.block-search .auto-complete-result {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
}
.block-search .auto-complete-result .products-list {
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.block-search .auto-complete-result .products-list .product-item-info {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.block-search .auto-complete-result .products-list .product-item-info .product-item-photo {
  padding: 0 15px 0 0;
  flex: 0 0 45%;
  max-width: 95px;
  margin: 0;
  line-height: 0;
}
.block-search .auto-complete-result .products-list .product-item-info .product-item-details {
  flex: 1;
}
.block-search .auto-complete-result .products-list .product-item-info .product-reviews-summary .reviews-actions .action.add {
  white-space: inherit;
}
.block-search .auto-complete-result .title {
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  margin: 0;
}
.block-search .auto-complete-result .no-result {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.block-search .auto-complete-result .no-result svg {
  max-width: 35px;
  max-height: 35px;
  margin: auto;
  display: block;
  margin-top: 12px;
}
.block-search #search_mini_form .product-items {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-search #search_mini_form.loading .rokan-autocomplete-wrapper {
  position: relative;
}
.block-search #search_mini_form.loading .rokan-autocomplete-wrapper:after {
  background-color: #2f6f62;
  height: 13px;
  width: 13px;
  top: 0;
  -webkit-animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -moz-animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -ms-animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
}
.block-search #search_mini_form.loading .products-list .product-items {
  opacity: 0;
  visibility: hidden;
}
.block-search.block-quick-search {
  width: auto;
}
.block-search.block-quick-search .label {
  display: none;
}
.block-search .search-form .field.search {
  position: relative;
}
.block-search .search-form .field.search .control {
  border: 0;
}
.block-search .search-form .field.search .control .input-text {
  background-color: transparent;
  padding-left: 1.5rem;
  position: static;
  margin: 0;
  box-shadow: none;
  font-size: 1.3rem;
  border-radius: var(--button__border-radius);
  border-color: #e6e6e6;
}
.block-search .search-form .field-by-cat-search select {
  border-radius: var(--button__border-radius);
}
.block-search .search-form .field-by-cat-search .chosen-container {
  width: auto !important;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: static;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single {
  border-radius: 30px 0 0 30px;
  display: inline-flex;
  align-items: center;
  padding: 2px 1.7rem 2px 1.5rem;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single span {
  margin-right: 1rem;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single div b {
  display: inline-block;
  text-decoration: none;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single div b:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-drop {
  min-width: 180px;
  width: auto;
  font-size: 1.2rem;
}
.block-search .search-form .field-by-cat-search .chosen-container.chosen-with-drop .chosen-drop li.highlighted {
  background-color: #2f6f62;
}
.block-search .search-form .field-by-cat-search .items-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-bottom: 1rem;
}
.block-search .search-form .field-by-cat-search .items-list > li {
  display: inline-block;
  vertical-align: top;
}
.block-search .search-form .field-by-cat-search .items-list li {
  margin: 0.5rem;
}
.block-search .search-form .field-by-cat-search .items-list li a:not(:hover) {
  color: var(--text__color);
}
.block-search .search-form .field-by-cat-search .items-list li.selected a {
  text-decoration: underline;
  color: #2f6f62;
}
.block-search .minisearch .control::after {
  content: "";
  color: transparent;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  display: inline-block;
  position: absolute;
  opacity: 0;
  right: 40px;
  top: 30%;
  pointer-events: none;
}
.block-search .minisearch.loading .control::after {
  opacity: 1;
  pointer-events: initial;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 2px;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) .field-by-cat-search .chosen-container .chosen-single {
  border: 0;
  border-right: 1px solid #ddd;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) .field.search {
  position: relative;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) .field.search input {
  border: 0;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) select {
  border-width: 0 1px 0 0;
}
.block-search.search_type_defaut {
  width: auto;
  float: none;
}
.block-search.search_type_defaut #search-form .rokan-autocomplete-wrapper {
  margin-top: 10px;
}
.block-search.search_type_defaut .search-form:not(.type-list-categories) .field.search {
  flex: 1;
  display: flex;
  align-items: center;
}
.block-search.search_type_defaut .search-form:not(.type-list-categories) .control {
  flex: 1;
  position: relative;
}
.block-search.search_type_defaut .actions .search {
  background: none;
}
.block-search.search_type_defaut .search-clear {
  right: 10px;
}
.block-search.search_type_defaut .minisearch .control::after {
  right: 15px;
}
.block-search.search_type_canvas .dropdown-toggle {
  position: relative;
  z-index: 2;
}
.block-search.search_type_canvas .chosen-container {
  position: relative;
}
.block-search.search_type_canvas #search-form {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(104%, 0, 0);
  -moz-transform: translate3d(104%, 0, 0);
  -ms-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.block-search.search_type_canvas #search-form.opend {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.block-search.search_type_canvas .search-form {
  flex-direction: column;
  border: 0;
}
.block-search.search_type_canvas .mini_search_header {
  padding: 10px 5px 10px 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-search.search_type_canvas .mini_search_header .widget-title {
  margin: 0;
}
.block-search.search_type_canvas .form.minisearch,
.block-search.search_type_canvas .rokan-autocomplete-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.block-search.search_type_canvas .form.minisearch .auto-complete-result,
.block-search.search_type_canvas .rokan-autocomplete-wrapper .auto-complete-result,
.block-search.search_type_canvas .form.minisearch .result-header + div,
.block-search.search_type_canvas .rokan-autocomplete-wrapper .result-header + div {
  flex: 1;
}
.block-search.search_type_canvas .auto-complete-result {
  position: static;
}
.block-search.search_type_canvas .auto-complete-result .result-header {
  margin: 0;
}
.block-search.search_type_canvas .auto-complete-result .result-header + div {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block-search.search_type_canvas .search-category-dropdown {
  margin-bottom: 20px;
  position: relative;
}
.block-search.search_type_canvas .search-category-dropdown .chosen-container {
  width: 100% !important;
}
.block-search.search_type_canvas .search-category-dropdown .chosen-container .chosen-single {
  width: 100%;
  border-radius: var(--button__border-radius);
  min-height: 40px;
}
.block-search.search_type_canvas .search-category-dropdown .chosen-container .chosen-container .chosen-results li.highlighted {
  background-color: #2f6f62;
}
.block-search.search_type_canvas button.action.search,
.block-search.search_type_canvas .cart.table-wrapper .actions-toolbar > .action.action.search,
.block-search.search_type_canvas .action-gift.action.search {
  background: transparent;
  color: initial;
}
.block-search.search_type_canvas button.action.search:before,
.block-search.search_type_canvas .cart.table-wrapper .actions-toolbar > .action.action.search:before,
.block-search.search_type_canvas .action-gift.action.search:before {
  font-size: 1.8rem;
  color: var(--heading__color__base);
}
.block-search.search_type_canvas .form-minisearch-search-product {
  padding: 30px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.block-search.search_type_canvas .products-list {
  position: relative;
  flex: 1;
  margin: 0;
  max-height: unset;
}
.block-search.search_type_canvas .products-list .product-items {
  padding: 30px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  margin: 0;
}
.block-search.search_type_canvas .products-list .product-items li:last-of-type .product-item-info {
  margin-bottom: 0;
}
.block-search.search_type_dropdown .mini_search_header,
.block-search.search_type_defaut .mini_search_header {
  display: none;
}
.block-search.search_type_dropdown #search-form,
.block-search.search_type_defaut #search-form {
  position: relative;
}
.block-search.search_type_dropdown #search-form .quick-search,
.block-search.search_type_defaut #search-form .quick-search {
  padding: 10px 20px;
}
.block-search.search_type_dropdown #search-form .quick-search,
.block-search.search_type_defaut #search-form .quick-search,
.block-search.search_type_dropdown #search-form .auto-complete-result,
.block-search.search_type_defaut #search-form .auto-complete-result {
  margin-top: 0;
}
.block-search.search_type_dropdown #search-form .rokan-autocomplete-wrapper,
.block-search.search_type_defaut #search-form .rokan-autocomplete-wrapper {
  max-height: 80vh;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.block-search.search_type_dropdown #search-form .rokan-autocomplete-wrapper .products-list,
.block-search.search_type_defaut #search-form .rokan-autocomplete-wrapper .products-list {
  padding: 0 25px 25px;
}
.block-search.search_type_dropdown .auto-complete-result {
  position: static;
  margin-top: 1.5rem;
}
.block-search.search_type_dropdown #search-form {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}
.block-search.search_type_dropdown #search-form .result-header {
  margin-top: 0;
}
.block-search.search_type_dropdown #search-form .search-form {
  border-radius: 0;
  background-color: #fff;
}
.block-search.search_type_dropdown #search-form .search-form .field.search {
  width: 100%;
}
.block-search.search_type_dropdown .block-search .minisearch .control:after {
  right: 6rem;
}
.block-search.search_type_dropdown .search-clear {
  right: 6rem;
}
.block-search.search_type_popup {
  z-index: 6;
}
.block-search.search_type_popup .button-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.block-search.search_type_popup .dropdown-toggle {
  position: relative;
  z-index: 1;
}
.block-search.search_type_popup #search-form {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  padding: 6rem 3rem;
  z-index: 6;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block-search.search_type_popup #search-form.opend {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.block-search.search_type_popup #search-form > * {
  width: 95%;
  max-width: var(--layout__max-width);
  margin: auto;
}
.block-search.search_type_popup #search-form .field-by-cat-search .items-list {
  text-align: center;
  margin-bottom: 2rem;
}
.block-search.search_type_popup #search-form .field-by-cat-search .items-list li a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-search.search_type_popup #search-form .mini_search_header .widget-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 3rem;
  text-transform: capitalize;
}
.block-search.search_type_popup #search-form .field.search .control .input-text {
  height: 5rem;
  padding-left: 2rem;
  font-size: 1.6rem;
}
.block-search.search_type_popup #search-form .field.search .control .search-clear {
  right: 6rem;
}
.block-search.search_type_popup #search-form .field.search .control::after {
  right: 6rem;
}
.block-search.search_type_popup #search-form .field.search button.action.search,
.block-search.search_type_popup #search-form .field.search .cart.table-wrapper .actions-toolbar > .action.action.search,
.block-search.search_type_popup #search-form .field.search .action-gift.action.search {
  border-radius: var(--button__border-radius);
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #222;
}
.block-search.search_type_popup #search-form .field.search button.action.search:before,
.block-search.search_type_popup #search-form .field.search .cart.table-wrapper .actions-toolbar > .action.action.search:before,
.block-search.search_type_popup #search-form .field.search .action-gift.action.search:before {
  color: #fff;
}
.block-search.search_type_popup #search-form .field.search button.action.search:hover,
.block-search.search_type_popup #search-form .field.search .cart.table-wrapper .actions-toolbar > .action.action.search:hover,
.block-search.search_type_popup #search-form .field.search .action-gift.action.search:hover {
  background-color: #222;
}
.block-search.search_type_popup #search-form .quick-search {
  font-size: 1.3rem;
}
.block-search.search_type_popup #search-form .result-header {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e6e6e6;
}
.block-search.search_type_popup #search-form .auto-complete-result {
  position: static;
}
.block-search.search_type_popup #search-form .auto-complete-result .rokan-autocomplete-wrapper {
  box-shadow: none;
  padding: 15px 0 0;
}
.block-search.search_type_popup #search-form .title-view-all-search {
  padding-left: 0;
}
.block-search.search_type_popup .dropdown-toggle a:after,
.block-search.search_type_canvas .dropdown-toggle a:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
}
.open-search {
  overflow: hidden;
}
.open-search .block-search .dropdown-toggle a:after {
  opacity: 1;
  pointer-events: initial;
}
.search-clear {
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  font-size: 0;
  right: 30px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
}
.search-clear:focus,
.search-clear:active {
  background: none;
  border: none;
}
.search-clear:hover {
  background: none;
  border: none;
}
.search-clear.disabled,
.search-clear[disabled],
fieldset[disabled] .search-clear {
  pointer-events: none;
  opacity: 0.5;
}
.search-clear:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 24px;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .search-clear:hover,
  .search-clear:active {
    color: var(--heading__color__base);
  }
  .search-clear:hover:after,
  .search-clear:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.search-clear.hidden {
  display: none;
}
.form.minisearch.loading .search-clear {
  display: none;
}
.setproduct {
  margin-bottom: 0;
  position: relative;
}
.setproduct > img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.setproduct .product-item .product-icon .view-detail .text {
  color: black;
  font-size: 2.2rem;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.setproduct .product-item .product-icon .view-detail .loading::after {
  content: '';
  background: #fff;
  opacity: 0.3;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border-radius: 50%;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}
.setproduct .product-item > .product {
  position: absolute;
  left: 10rem;
  top: 0;
  -webkit-font-smoothing: antialised;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  opacity: 0;
  padding: 3rem;
  background: #fff;
  border-radius: 3px;
  width: 390px;
  max-width: max-content;
  text-align: center;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .setproduct .product-item > .product {
    display: none;
  }
}
.setproduct .product-item > .product::before {
  content: '';
  position: absolute;
  left: -27px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 100px solid #fff;
  border-bottom: 30px solid transparent;
  z-index: 1;
}
.setproduct .product-item > .product .product-item-info {
  padding: 1rem 0 0;
}
.setproduct .product-item > .product .product-item-info .product-item-name {
  margin: 0 0 5px;
}
.setproduct .product-item > .product .product-item-info .product-reviews-summary {
  justify-content: center;
}
.setproduct .product-item > .product .product-item-info .product-top {
  margin: 0 0 1.9rem;
}
.setproduct .product-item > .product .product-item-info .product-top .price-box {
  justify-content: center;
  align-items: center;
  font-family: var(--heading__font-family__base);
}
.setproduct .product-item > .product .product-item-info .view-details .view-detail-link {
  display: block;
  padding: 13px;
  border: 1px solid var(--heading__color__base);
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: white;
}
.setproduct .product-item > .product .product-item-info .view-details .view-detail-link:hover {
  background-color: var(--heading__color__base);
  border-color: var(--heading__color__base);
  color: white;
}
.setproduct .product-item > .product .product-item-info .view-detail a {
  color: #bc8246;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  padding-bottom: 3px;
  border-bottom: 2px solid #bc8246;
  font-weight: 600;
  text-transform: uppercase;
}
.setproduct .product-item.active > .product {
  top: 0;
  left: 10rem;
  transform: translateY(-5%) translateZ(0);
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1400px) {
  .setproduct .product-item > .product {
    width: 270px;
    transform: translatex(-42%);
    left: 0;
    top: 100px;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  }
  .setproduct .product-item > .product::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -48px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fff;
    z-index: 1;
    transform: translateX(-50%);
  }
  .setproduct .product-item.active > .product {
    top: 85px;
    opacity: 1;
    left: 0;
    visibility: visible;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
    transform: translateX(-42%);
  }
}
.column_left .today_time {
  width: 100%;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  margin-top: 10px;
  padding: 5px 15px 5px 15px;
  background: #f5f5f5;
  font-size: 14px;
  color: var(--heading__color__base);
}
.column_left .today_time .locator_arrow {
  margin-left: auto;
}
.column_left .all_today_time {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px;
  background: #f5f5f5;
  border-top: 1px solid #e6e6e6;
}
.column_left .all_today_time > div {
  padding: 3px 0;
  text-transform: capitalize;
  display: block;
}
.column_left .all_today_time .active {
  font-weight: 500;
  color: #2f6f62;
}
#locator_filter .column_left {
  /* width */
  /* Track */
  /* Handle */
}
#locator_filter .column_left ::-webkit-scrollbar {
  width: 3px;
}
#locator_filter .column_left ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}
#locator_filter .column_left ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}
#locator_filter .column_left .block-content {
  margin-bottom: 30px;
}
#locator_filter .column_left .location-information {
  flex: 1;
  padding-left: 2rem;
}
#locator_filter .column_left .location-information h2 {
  font-size: 1.8rem;
  font-weight: var(--button__font-weight);
  margin-bottom: 0;
}
#locator_filter .column_left .location-information .view-detail {
  margin: 10px 0 0;
}
#locator_filter .column_left .location-information .view-detail a {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-weight: 500;
}
#locator_filter .column_left .center {
  overflow: auto;
  height: 90vh;
  max-height: 710px;
}
#locator_filter .column_left .center #store_list .list {
  display: flex;
  margin-bottom: 35px;
  overflow: auto;
  font-size: 14px;
  cursor: pointer;
  flex-wrap: wrap;
}
#locator_filter .column_left .center #store_list .list .image {
  flex: 0 0 40%;
  max-width: 150px;
}
#locator_filter .column_right {
  min-height: 40rem;
}
#locator_filter .column_right #bst-map-load button,
#locator_filter .column_right #bst-map-load .cart.table-wrapper .actions-toolbar > .action,
#locator_filter .column_right #bst-map-load .action-gift {
  background: #fff !important;
  color: inherit !important;
  border-color: inherit !important;
}
#locator_filter .column_right .gm-style-iw-d h2 {
  margin-bottom: 0;
}
#locator_filter .column_right .locator-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: var(--button__font-weight);
}
#locator_filter .column_right .locator-title a {
  color: #222;
}
#locator_filter-store .column_right #bst-map-view button,
#locator_filter-store .column_right #bst-map-view .cart.table-wrapper .actions-toolbar > .action,
#locator_filter-store .column_right #bst-map-view .action-gift {
  background: #fff !important;
  color: inherit !important;
  border-color: inherit !important;
}
#locator_filter-store .image {
  font-size: 0;
}
#locator_filter-store .location-information {
  background-color: #f5f5f5;
  padding: 3rem;
}
#locator_filter-store .map-directions {
  margin-top: 2rem;
}
.gm-style .gm-style-iw-c {
  border-radius: var(--button__border-radius) !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
  font-size: 1.4rem;
}
.gm-style .gm-style-iw-c .gm-style-iw-d > div {
  padding: 0 15px 15px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store {
  display: flex;
  margin: 15px 0;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .image {
  flex: 0 0 40%;
  max-width: 150px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .image img {
  max-width: 100%;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .info {
  padding-left: 15px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .info p {
  margin: 0 0 5px;
}
.gmnoprint .gm-svpc img {
  max-width: inherit;
  max-height: inherit;
}
.bstlocator_input {
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E4;
}
.bstlocator_input .input-box {
  flex: 1;
  border: 0;
}
.bstlocator_input .input-box input {
  border: 0;
}
.bstlocator_input button,
.bstlocator_input .cart.table-wrapper .actions-toolbar > .action,
.bstlocator_input .action-gift {
  background-color: transparent !important;
  font-size: 0;
  border: 0;
  padding: 0 15px;
  height: 55px;
  display: inline-flex;
  align-items: center;
}
.bstlocator_input button::before,
.bstlocator_input .cart.table-wrapper .actions-toolbar > .action::before,
.bstlocator_input .action-gift::before {
  font-family: Flaticon;
  font-style: normal;
  content: "\f100";
  font-size: 21px;
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
/* Modal Acabamentos – corrigir título cortado (tema Bluesky/Kalles) */
.ilumini-acabamentos__ui-modal.modal-popup .modal-inner-wrap .modal-header {
  padding: 18px 60px 14px 24px !important;
  /* espaço p/ título + botão X */
  overflow: visible !important;
}
.ilumini-acabamentos__ui-modal.modal-popup .modal-inner-wrap .modal-header .modal-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.25;
}
.ilumini-acabamentos__ui-modal.modal-popup .action-close {
  right: 16px !important;
  top: 14px !important;
}
.payment-method-content .payment-method-title.mercadopago-header-twocc {
  box-sizing: border-box;
  padding-left: 16px;
  border-radius: 4px;
  background: #F5F5F5;
}
.mp-display-form {
  visibility: hidden;
  height: 0;
}
.mp-twocc-card-header {
  display: inline-flex;
  width: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 4px;
  background: #F5F5F5;
}
.open {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.mp-twocc-legend {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FFFFFF;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
}
.mp-twocc-legend .credit-card-types .item {
  display: inline-flex;
  list-style: none;
  margin: 0;
  text-align: right;
  vertical-align: top;
}
.mp-twocc-legend .credit-card-types .item img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 32px;
}
.mp-twocc-form {
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 0px 0px 4px 4px;
}
.mp-twocc-badge-info {
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  padding: 0px;
  height: 70px;
  padding: 15px 16px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  margin-bottom: 16px;
}
.payment-method-content .mp-twocc-badge-info .mp-twocc-badge-circle {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.payment-method-content .mp-twocc-badge-info .mp-twocc-badge-circle img {
  width: 23px;
  margin: 0 auto;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  padding-left: 16px;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments .mp-twocc-badge-card {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments .mp-twocc-badge-installments {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.55);
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment .mp-twocc-badge-edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment .mp-twocc-edit-img {
  margin: 4px;
}
.mp-twocc-form .fieldset:last-child {
  margin-bottom: 0;
}
.form-mercadopago .mp-twocc-form .fieldset.mp-twocc {
  padding-bottom: 0;
  border: 1px solid;
  border-color: #bbb;
  background-color: #fff;
  border-radius: 3px;
  padding-bottom: 10px;
}
.payment-method-label-subtitle-amount {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.mp-twocc-amount-selector {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 0;
  width: 324px;
  box-sizing: border-box;
}
.mp-twocc-amount-selector > div {
  padding: 15px 0 15px 15px;
}
.mp-twocc-amount-selector input {
  border: none !important;
  padding: 15px !important;
  margin: 0 !important;
  height: auto !important;
  background: transparent;
}
.mp-twocc-amount-selector input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payment-method .payment-method-label .payment-method-label-icon.mp-icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  box-sizing: border-box;
  margin-left: 11px;
  margin-right: 6px;
}
.payment-method .payment-method-label .payment-method-label-icon.mp-icon-background .mp-icon-twocc {
  display: flex;
  margin: 4px;
}
.payment-method .payment-method-content .actions-toolbar .mp-flex-baseline {
  display: flex;
  align-items: baseline;
}
.payment-method .payment-method-content .actions-toolbar .mp-flex-baseline .mp-mr-20 {
  margin-right: 20px;
}
.modal-inner-wrap {
  margin: auto !important;
  margin-top: 5% !important;
  width: 70% !important;
  height: fit-content !important;
  left: 0% !important;
  padding-left: 10px;
  justify-content: center;
}
.iframe-div {
  justify-content: center ;
  display: flex;
}
.modal-header {
  padding: 15px !important;
  width: 95% !important;
}
.modal-title {
  font-size: 20px !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  width: 100% !important;
}
#loading-challenge {
  padding: 10px;
  height: 500px;
  display: block;
  text-align: center;
}
.loading-message {
  font-size: 1.5rem;
}
.custom-loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3483FA;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader-area {
  padding-top: 100px;
}
.loading-area {
  text-align: center;
  justify-content: center;
  height: 350px;
}
.messages {
  width: 100%;
}
@media screen and (max-width: 472px) {
  .modal-inner-wrap {
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    justify-content: flex-start;
    margin-left: 0px;
  }
  .modal-header {
    padding: 10px !important;
    width: 90% !important;
  }
  .modal-title {
    width: 90% !important;
  }
  .action-close {
    padding: 10px;
    padding-left: 0px;
    margin-left: 1px;
  }
  .modal-3ds-challenge {
    width: 100%;
  }
  .messages {
    display: flex;
  }
}
.yape-title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  padding-bottom: 8px;
  margin: 0;
}
.yape-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.55);
}
.yape-form {
  display: inline-flex;
  column-gap: 16px;
  grid-template-columns: 276px 1fr 2fr;
  margin: 22px 20px 0 0;
  flex-wrap: wrap;
}
.phone-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 32px;
  flex-grow: 1;
  width: 272px;
}
.otp-area {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-bottom: 32px;
}
.yape-code-inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tooltip-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
}
.help-tooltip {
  position: relative;
}
.help-tooltip .tooltip-content {
  transform: translate(4px, -32px);
}
.help-tooltip .tooltip-content {
  background: #f4f4f4;
  margin: 10px;
  max-width: 360px;
  padding: 16px;
  z-index: 1000;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  font-family: var(--font-family-name__base);
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 1.4rem;
  margin-left: 8px;
  left: 100%;
  top: 0;
}
.help-tooltip .tooltip-content:after,
.help-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.help-tooltip .tooltip-content:after {
  border-width: 8px;
  border-color: transparent;
}
.help-tooltip .tooltip-content:before {
  border-width: 8px;
  border-color: transparent;
}
.help-tooltip .tooltip-content:after,
.help-tooltip .tooltip-content:before {
  right: 100%;
}
.help-tooltip .tooltip-content:after {
  border-right-color: #f4f4f4;
  margin-top: -8px;
  top: 47%;
}
.help-tooltip .tooltip-content:before {
  border-right-color: #f4f4f4;
  margin-top: -8px;
  top: 47%;
}
.help-tooltip .tooltip-toggle {
  cursor: pointer;
}
.help-tooltip .tooltip-toggle:hover + .tooltip-content,
.help-tooltip .tooltip-toggle:focus + .tooltip-content,
.help-tooltip:hover .tooltip-content {
  display: block;
}
.help-tooltip > a:before {
  font-family: 'luma-icons';
  font-size: 16px;
  color: #333333;
  content: '\e623';
}
.yape-info {
  color: #035C83 !important;
  background-color: #DCF4FF !important;
  font-size: 13px !important;
}
.otp-input-row {
  display: flex;
  gap: 8px;
}
.otp-middle {
  margin-right: 8px;
}
.otp-input-row input {
  width: 38px;
  text-align: center;
}
input[type=number].yape-incomplete-numbers {
  border: solid red 1px;
}
input[type=text].yape-incomplete-numbers {
  border: solid red 1px;
}
.yape-error-text {
  color: #f23d4f !important;
  text-align: left;
}
p#yape-code-empty,
p#yape-code-incomplete,
p#yape-phone-empty,
p#yape-phone-incomplete {
  margin-bottom: 0;
}
p.yape-error {
  display: none;
  font-weight: 600;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
p.yape-error img {
  padding-right: 3px;
  margin-left: 6px;
  border: 0;
}
.otp-tooltip {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
input[type="text"]#yape-phone::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.message.info.message-info.yape-info {
  all: none;
  display: flex !important;
  padding: 14.5px;
  align-items: center;
}
.message.info.message-info.yape-info .icon-info:before {
  content: "\e60c";
}
.message.info.message-info.yape-info :before {
  font-size: 24px;
  line-height: 24px;
  color: #035C83;
  font-family: 'luma-icons';
  margin: 0;
  position: unset;
}
div[id*="adbpayment_yape"].payment-method.form-mercadopago .message-error.error {
  margin-bottom: 32px;
}
@media screen and (max-width: 472px) {
  .help-tooltip {
    position: relative;
  }
  .help-tooltip .tooltip-content {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #333;
    color: white;
    padding: 8px;
    text-align: left;
    transform: translate(-92%);
    top: 16px;
  }
  .help-tooltip .tooltip-content:before,
  .help-tooltip .tooltip-content:after {
    top: -8px;
  }
  .help-tooltip .tooltip-content {
    background: #f4f4f4;
    margin: 10px;
    max-width: 360px;
    padding: 16px;
    z-index: 1000;
    display: none;
    position: absolute;
    text-align: left;
    color: #333333;
    font-family: var(--font-family-name__base);
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 1.4rem;
    margin-top: 8px;
    left: 0;
    top: 100%;
  }
  .help-tooltip .tooltip-content:after,
  .help-tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
  }
  .help-tooltip .tooltip-content:after {
    border-width: 8px;
    border-color: transparent;
  }
  .help-tooltip .tooltip-content:before {
    border-width: 8px;
    border-color: transparent;
  }
  .help-tooltip .tooltip-content:after,
  .help-tooltip .tooltip-content:before {
    bottom: 100%;
  }
  .help-tooltip .tooltip-content:after {
    border-bottom-color: #f4f4f4;
    left: 92%;
    margin-left: -8px;
  }
  .help-tooltip .tooltip-content:before {
    border-bottom-color: #f4f4f4;
    left: 92%;
    margin-left: -8px;
  }
  .help-tooltip .tooltip-toggle {
    cursor: pointer;
  }
  .help-tooltip .tooltip-toggle:hover + .tooltip-content,
  .help-tooltip .tooltip-toggle:focus + .tooltip-content,
  .help-tooltip:hover .tooltip-content {
    display: block;
  }
  .payment-method .actions-toolbar .mp-flex-baseline.yape {
    display: block;
  }
  .payment-method .actions-toolbar .mp-flex-baseline.yape .mp-mr-20 {
    margin-right: 20px;
  }
}
.payment-method .payment-method-content {
  width: 95%;
  margin-top: 12px;
}
.payment-method .payment-method-content .mp-header-two-cards {
  font-family: 'Open Sans';
  font-style: normal;
}
.payment-method .payment-method-content .mp-header-two-cards .mp-header-title-one {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.8);
  margin: 5px 0px 16px 0px;
}
.payment-method .payment-method-content .mp-header-two-cards .mp-header-subtitle {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.payment-method .payment-method-content .mp-header-two-cards .mp-subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.55);
  margin: 4px 0px 16px 0px;
}
.payment-method .payment-method-content .mp-header-two-cards .mp-message {
  color: red;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin: 4px 0px 16px 0px;
  display: none;
}
.payment-method .payment-method-content .mp-header-two-cards input {
  box-sizing: border-box;
  width: 328px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 12px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 10px;
}
.payment-method .payment-method-content .mp-header-two-cards input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.payment-method .payment-method-content .mp-header-two-cards input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.payment-method .payment-method-content .mp-header-two-cards input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.payment-method .payment-method-content .mp-header-two-cards input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.payment-method .payment-method-content .mp-header-two-cards .mp-progress-bar {
  width: 324px;
  height: 4px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.payment-method .payment-method-content .mp-header-two-cards .mp-progress-bar div {
  height: 100%;
  background-color: #3483FA;
  border-radius: 5px;
  width: 0px;
}
.payment-method .payment-method-content .mp-header-title-two {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.8);
  margin: 16px 0px;
}
.payment-method .payment-method-content .mp-footer {
  display: flex;
  margin-top: 22px;
  align-items: center;
}
.payment-method .payment-method-content .mp-footer .mp-footer-subtitle {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #BFBFBF;
  margin-left: 8px;
}
.payment-method .payment-method-content .mp-footer .mp-footer-logo {
  width: 39px;
  height: 28px;
}
.payment-method .payment-method-content .mp-divider {
  width: 100;
  height: 1px;
  background: #CCCCCC;
  margin: 38px 0px 16px 0px;
}
.payment-method .payment-mercado-credits-banner {
  padding: 0px 40px 0px 0px;
  margin-left: -10px;
}
.payment-method .payment-mercado-credits-banner .thumbnails {
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
}
.payment-method .payment-mercado-credits-banner .thumbnails div:nth-child(1) p {
  max-width: 566px;
  margin-bottom: 16px;
}
.payment-method .payment-mercado-credits-banner .thumbnails div:nth-child(2) p {
  max-width: 566px;
  margin-bottom: 16px;
}
.payment-method .payment-mercado-credits-banner .thumbnails div:nth-child(3) p {
  max-width: 554px;
  margin-bottom: 0px;
}
.payment-method .row-fluid-title-mercado-credits {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  margin-bottom: 32px;
}
.payment-method .row-fluid-title-mercado-credits strong {
  font-weight: 600;
}
.payment-method .row-fluid-box-mercado-credits {
  height: 18px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 16px;
}
.payment-method .row-fluid-box-mercado-credits p {
  margin-bottom: 0px;
}
.payment-method .row-fluid-box-mercado-credits strong {
  font-weight: 600;
}
.payment-method .payment-mercado-credits-icon span {
  color: #3483fa;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  margin-right: 8px;
}
.payment-method .mp-credits-message-box {
  width: 95%;
  background-color: #F5F5F5;
  max-width: 582px;
  border-radius: 6px;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 16px 0px 16px 0px;
  margin: 8px 40px 20px 0px;
  vertical-align: middle;
}
.payment-method .mp-credits-message-box img {
  margin-right: 8px;
  padding-top: 2px;
}
.payment-method .mp-credits-message-box span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.55);
}
.payment-method .mp-redirect-message {
  height: 15px;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  margin-left: 20px;
}
.payment-method .mp-redirect-message span {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}
.payment-method .mp-redirect-message span strong {
  font-weight: 600;
}
.payment-method .mp-credit-line {
  margin-left: 20px;
}
.payment-method .row-text-mercado-credits {
  color: rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}
.payment-method .mp-tax-info {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  margin-left: 6px;
  color: #737373;
}
.payment-method .text-tea {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #737373;
}
.payment-method .text-tna {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #737373;
}
.payment-method .text-cft {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #737373;
}
.payment-method .text-tea:not(:last-child)::before,
.payment-method .text-tna:not(:last-child)::before {
  content: "-";
  margin: 0 6px;
}
.payment-method .payment-method-title.field {
  display: inline-flex;
  width: 100%;
}
.payment-method .control-mp-iframe {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 48px;
  position: relative;
}
.payment-method .control-mp-iframe.has-error {
  border-color: #e02b27;
}
.payment-method .control-mp-iframe .field-tooltip {
  height: 0;
  right: 6px;
  text-align: right;
  top: 12px;
  width: 28px;
}
.payment-method .control-mp-iframe .input-mp-iframe {
  height: 100%;
  position: absolute;
  width: 90%;
}
.payment-method .control-mp-iframe .label {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  overflow: hidden;
  padding: 13px 15px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  width: 70%;
}
.payment-method .control-mp-iframe.in-focus .label,
.payment-method .control-mp-iframe.is-valid .label {
  font-size: 10px;
  padding-bottom: calc(13px/3) !important;
  padding-top: calc(13px/3) !important;
}
.payment-method .mp-message-error {
  display: block;
  color: #e02b27;
  font-size: 1.2rem;
}
.payment-method .payment-method-label {
  display: table;
  vertical-align: middle;
}
.payment-method .payment-method-label .payment-method-label-icon {
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
}
.payment-method .payment-method-label .payment-method-label-title {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}
.payment-method .payment-method-label .payment-method-label-icon.yape-image img {
  width: 32px;
}
.payment-method .checkout-payment-method .form {
  margin-bottom: 24px;
}
.payment-method .payment-methods-off-input {
  float: left;
  margin-right: 10px;
}
.payment-method .payment-methods-off-option {
  width: 40%;
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
}
.payment-method .payment-methods-off-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
}
.payment-method .payment-methods-off-logo-container {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
}
.payment-method .payment-methods-off-logo-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100% !important;
  position: inherit !important;
  float: none !important;
  margin: 0 !important;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.payment-method .legend .credit-card-types .item {
  display: inline-flex;
  list-style: none;
  margin: 0;
  text-align: right;
  vertical-align: top;
}
.payment-method .legend .credit-card-types .item img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 20px;
}
.payment-method .field-to-pay {
  margin: 0 12px;
}
.payment-method .field-to-pay.new-chopro {
  margin: 0;
}
.payment-method .chopro {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
}
.payment-method .chopro .chopro-info-block {
  padding: 0 0 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
}
.payment-method .chopro .chopro-info-block p {
  margin: 0;
  padding: 0;
}
.payment-method .chopro .chopro-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  text-align: left;
}
.payment-method .chopro .chopro-info .chopro-info-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  line-height: 20px;
}
.payment-method .chopro .chopro-info .chopro-info-row p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
  padding: 0;
}
.payment-method .chopro .chopro-info .chopro-info-row p .strong {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 600;
}
.payment-method .chopro .chopro-info .chopro-info-row img {
  padding-top: 2px;
  width: 16px;
  height: 16px;
}
.payment-method .chopro .chopro-flags {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px 0;
}
.payment-method .chopro .chopro-flags .chopro-flags-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.payment-method .chopro .chopro-flags .chopro-flags-row li {
  margin: 0;
  padding: 0;
  height: 24px;
}
.payment-method .chopro .chopro-footer {
  padding: 20px;
  background: #F5F5F5;
  border-radius: 6px;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 12px;
  gap: 8px;
}
.payment-method .chopro .chopro-footer p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: rgba(0, 0, 0, 0.55);
}
.payment-method .chopro .chopro-footer .chopro-footer-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
  font-size: 12px;
}
.payment-method .fieldset.fieldset-ajust-margin-bottom {
  margin-bottom: 24px;
}
.payment-method .fieldset.payment-mercadopago {
  border: 1px solid;
  border-color: #bbb;
  /* stylelint-disable-next-line CssSyntaxError */
  background-color: #fff;
  border-radius: 3px;
  padding-bottom: 12px;
}
.payment-method .fieldset.payment-mercadopago .legend {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid;
  border-color: #bbb;
  padding: 10px 20px;
  background-color: #f4f4f4;
  width: 100%;
}
.payment-method .fieldset.payment-mercadopago .legend-icon {
  margin-right: 0;
  text-align: right;
}
.payment-method .fieldset.payment-mercadopago .not-editable-title {
  padding: 24px;
  text-align: center;
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.payment-method .fieldset .field.choice {
  margin-bottom: 24px;
}
.payment-method .fieldset .field.mercadopago-input-group {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.payment-method .fieldset .field.mercadopago-input-group .control input[type='text'],
.payment-method .fieldset .field.mercadopago-input-group .control input[type='password'],
.payment-method .fieldset .field.mercadopago-input-group .control input[type='url'],
.payment-method .fieldset .field.mercadopago-input-group .control input[type='tel'],
.payment-method .fieldset .field.mercadopago-input-group .control input[type='search'],
.payment-method .fieldset .field.mercadopago-input-group .control input[type='number'],
.payment-method .fieldset .field.mercadopago-input-group .control input[type='datetime'],
.payment-method .fieldset .field.mercadopago-input-group .control input[type='email'],
.payment-method .fieldset .field.mercadopago-input-group .control select {
  height: unset;
  padding: 13px 15px;
  width: 100%;
}
.payment-method .fieldset .field.mercadopago-input-group .control input::placeholder {
  color: transparent;
}
.payment-method .fieldset .field.mercadopago-input-group .control input::-webkit-input-placeholder {
  color: transparent;
}
.payment-method .fieldset .field.mercadopago-input-group .control input::-ms-input-placeholder {
  color: transparent;
}
.payment-method .fieldset .field.mercadopago-input-group .control input::-moz-placeholder {
  color: transparent;
}
.payment-method .fieldset .field.mercadopago-input-group .control .label {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  overflow: hidden;
  padding: 13px 15px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  width: 80%;
}
.payment-method .fieldset .field.mercadopago-input-group .control select:not(:checked),
.payment-method .fieldset .field.mercadopago-input-group .control input:not(:placeholder-shown) {
  padding-bottom: calc(13px / 3) !important;
  padding-top: calc(13px + 13px * (2 / 3)) !important;
}
.payment-method .fieldset .field.mercadopago-input-group .control select:not(:checked) ~ .label,
.payment-method .fieldset .field.mercadopago-input-group .control input:not(:placeholder-shown) ~ .label {
  font-size: 10px;
  padding-bottom: calc(13px/3) !important;
  padding-top: calc(13px/3) !important;
}
.payment-method .fieldset .field.document-number {
  float: right;
  padding-left: 10px;
  width: 70%;
}
.payment-method .fieldset .field.document-type {
  float: left;
  width: 30%;
}
.payment-method .fieldset .field.number {
  float: left;
  width: 70%;
}
.payment-method .fieldset .field.number .credit-card-types .item._active {
  line-height: 2;
}
.payment-method .fieldset .field.number .credit-card-types .item img {
  -webkit-filter: unset;
  -webkit-transition: all 0.6s ease;
  filter: unset;
  margin-right: 10px;
  transition: all 0.6s ease;
  width: 32px;
}
.payment-method .fieldset .field.cvv {
  float: right;
  padding-left: 10px;
  width: 30%;
}
.payment-method .fieldset .field.cvv input {
  padding-right: 20px;
}
.payment-method .fieldset .field.date {
  margin-bottom: 0;
}
.payment-method .fieldset .field.date .group-2 {
  display: inline-flex;
  width: 100%;
}
.payment-method .fieldset .field.date .group-2 .month {
  padding-left: 0;
}
.payment-method .fieldset .field.date .group-2 .year {
  padding-left: 10px;
  padding-right: 0;
}
.payment-method .fieldset .field.first-payment-amount .ui-slider-horizontal {
  border-radius: 0;
}
.payment-method .details-payment-amount {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
.payment-method .details-payment-amount h4 {
  margin-top: 0;
}
.payment-method .first-payment-amount {
  margin-top: 24px;
}
.checkout-onepage-success .mercadopago-payment-success-details {
  text-align: left;
  margin-top: 24px;
}
.checkout-onepage-success .mercadopago-payment-success-details p:nth-of-type(3) {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.checkout-onepage-success a.action.primary.continue {
  margin-top: 0;
}
.checkout-onepage-success .mercadopago-input-group {
  position: relative;
}
.checkout-onepage-success .field .control._with-tooltip input {
  margin-right: 0;
  padding-right: 48px;
  width: 100%;
}
.checkout-onepage-success .field .control._with-tooltip button,
.checkout-onepage-success .field .control._with-tooltip .cart.table-wrapper .actions-toolbar > .action,
.checkout-onepage-success .field .control._with-tooltip .action-gift {
  margin-top: -1px;
}
.checkout-onepage-success a {
  margin-top: 5px;
}
.checkout-onepage-success .field.mercadopago-input-group {
  max-width: 500px;
  padding-bottom: 24px;
}
.checkout-onepage-success .mercadopago-payment-success-details-two-cc {
  padding-top: 24px;
}
.checkout-onepage-success .mercadopago-payment-success-details-two-cc p:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-onepage-success .mercadopago-payment-success-details-two-cc span {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-onepage-success .mercadopago-payment-success-details-two-cc .title {
  width: 330px;
  height: 66px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}
.checkout-onepage-success .mercadopago-payment-logo {
  flex-basis: 15%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 96.89px;
  height: 38px;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.mercadopago-instruction .instruction-information {
  margin-bottom: 12px;
}
.full-checkout .checkout-payment-method .payment-method-content {
  /**
				 * @codingStandardsIgnoreStart
				 */
}
.full-checkout .checkout-payment-method .payment-method-content .fieldset:not(:last-child).fieldset-ajust-margin-bottom {
  margin-bottom: 24px;
}
.form-mercadopago .mp-spacing-right {
  margin-right: 8px;
}
@media screen and (max-width: 472px) {
  .mp-redirect-message {
    margin-left: 0 ;
  }
  .mp-credit-line {
    margin-left: 0;
  }
  .payment-method-content {
    padding: 0;
  }
  .payment-method .payment-mercado-credits-banner {
    padding: 0px 20px 0px 20px;
    margin-left: 0;
  }
  .payment-method .row-fluid-box-mercado-credits {
    height: 36px;
  }
  .payment-method .row-text-mercado-credits {
    white-space: normal;
  }
  .payment-method .mp-credits-message-box {
    margin-left: -10px;
    text-align: left;
    padding: 16px 20px 16px 10px;
  }
  .redirect-message-text {
    width: 100%;
    white-space: nowrap;
  }
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.fieldset {
  margin-left: -6px;
  margin-right: -6px;
}
.fieldset .field {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
}
.fieldset .field.parent-field::after {
  clear: none;
  content: ' ';
  float: left;
}
.fieldset .field.break-line::after {
  clear: both;
  content: ' ';
  float: right;
}
.fieldset .field.a-hundred-percent {
  width: 100%;
}
.fieldset .field.sixty-percent {
  width: 60%;
}
.fieldset .field.fifty-percent {
  width: 50%;
}
.fieldset .field.thirty-three-percent {
  width: 33%;
}
.fieldset .field.thirty-three-percent.break-line {
  padding-right: 0;
}
.fieldset .field.twenty-percent {
  width: 20%;
}
.fieldset .field .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .g-recaptcha {
  margin-bottom: 24px;
}
.form-logout .actions-toolbar .action.primary {
  margin: 24px 0 0;
}
a.action {
  cursor: pointer;
}
.persistent .control._with-tooltip {
  display: inline-flex;
}
.persistent .control._with-tooltip .input-checkbox {
  width: auto;
}
.actions-identification .actions-toolbar .action.primary {
  margin: 24px 0 0;
}
.is-customer,
.is-new-customer {
  background-color: #f4f4f4;
}
.is-customer .fieldset,
.is-new-customer .fieldset {
  padding: 36px;
}
.fieldset.identification {
  margin-bottom: 0;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.opc-block-identification-information {
  padding: 0 36px;
}
.opc-block-identification-information .identification-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 24px;
  position: relative;
}
.opc-block-identification-information .identification-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-identification-information .identification-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-identification-information .identification-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: var(--header-icons-color);
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-identification-information .identification-information-title .action-edit:hover:before {
  color: #666;
}
.opc-block-identification-information .identification-information-title .action-edit:active:before {
  color: var(--header-icons-color);
}
.opc-block-identification-information .identification-information-content {
  line-height: 27px;
}
.opc-block-identification-information .identification-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-identification-information .identification-to {
  margin: 0 0 24px;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.block-verification-code {
  max-width: 500px;
}
.block-verification-code .fieldset {
  margin-bottom: 24px;
}
ul.social-login {
  margin-top: 24px;
  padding: 0;
  list-style: none;
}
ul.social-login .btn-social-link {
  text-align: center;
  width: 100%;
  max-width: 500px;
  position: relative;
  line-height: 3.2rem;
  border: none;
}
ul.social-login .btn-facebook {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  line-height: 3.2rem;
  display: inline-block;
}
ul.social-login .btn-facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.social-login .btn-facebook:hover:before {
  color: inherit;
}
ul.social-login .btn-facebook:active:before {
  color: inherit;
}
ul.social-login .btn-facebook:focus,
ul.social-login .btn-facebook:active {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-facebook:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-facebook.disabled,
ul.social-login .btn-facebook[disabled],
fieldset[disabled] ul.social-login .btn-facebook {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
ul.social-login .btn-facebook span {
  margin-left: 10px;
}
ul.social-login .btn-facebook:before {
  background-image: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-facebook.svg");
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
ul.social-login .btn-facebook:before {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-facebook:after {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-facebook::before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.social-login .btn-google {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: 1px 1px 1px grey;
  line-height: 3.2rem;
  display: inline-block;
}
ul.social-login .btn-google:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.social-login .btn-google:hover:before {
  color: inherit;
}
ul.social-login .btn-google:active:before {
  color: inherit;
}
ul.social-login .btn-google:focus,
ul.social-login .btn-google:active {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-google:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-google.disabled,
ul.social-login .btn-google[disabled],
fieldset[disabled] ul.social-login .btn-google {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
ul.social-login .btn-google span {
  margin-left: 10px;
}
ul.social-login .btn-google:before {
  background-image: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-google.svg");
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
ul.social-login .btn-google:before {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-google:after {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-google::before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.social-login .btn-windowslive {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  line-height: 3.2rem;
  display: inline-block;
}
ul.social-login .btn-windowslive:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.social-login .btn-windowslive:hover:before {
  color: inherit;
}
ul.social-login .btn-windowslive:active:before {
  color: inherit;
}
ul.social-login .btn-windowslive:focus,
ul.social-login .btn-windowslive:active {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-windowslive:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-windowslive.disabled,
ul.social-login .btn-windowslive[disabled],
fieldset[disabled] ul.social-login .btn-windowslive {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
ul.social-login .btn-windowslive span {
  margin-left: 10px;
}
ul.social-login .btn-windowslive:before {
  background-image: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-windowslive.svg");
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
ul.social-login .btn-windowslive:before {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-windowslive:after {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-windowslive::before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.social-login .btn-form-verify {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  line-height: 3.2rem;
  display: inline-block;
}
ul.social-login .btn-form-verify:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.social-login .btn-form-verify:hover:before {
  color: inherit;
}
ul.social-login .btn-form-verify:active:before {
  color: inherit;
}
ul.social-login .btn-form-verify:focus,
ul.social-login .btn-form-verify:active {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-form-verify:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  color: #000;
}
ul.social-login .btn-form-verify.disabled,
ul.social-login .btn-form-verify[disabled],
fieldset[disabled] ul.social-login .btn-form-verify {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
ul.social-login .btn-form-verify span {
  margin-left: 10px;
}
ul.social-login .btn-form-verify:before {
  background-image: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-verify-code.svg");
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
ul.social-login .btn-form-verify:before {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-form-verify:after {
  height: 43px;
  width: 43px;
}
ul.social-login .btn-form-verify::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-social-login {
  list-style: none;
  padding: 0;
}
.list-social-login .btn-social-link {
  border: none;
  line-height: 3.2rem;
  max-width: 500px;
  position: relative;
  text-align: center;
  width: 100%;
}
.list-social-login .btn-facebook {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  line-height: 3.2rem;
  display: inline-block;
}
.list-social-login .btn-facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.list-social-login .btn-facebook:hover:before {
  color: inherit;
}
.list-social-login .btn-facebook:active:before {
  color: inherit;
}
.list-social-login .btn-facebook:focus,
.list-social-login .btn-facebook:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-facebook:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-facebook.disabled,
.list-social-login .btn-facebook[disabled],
fieldset[disabled] .list-social-login .btn-facebook {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.list-social-login .btn-facebook:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-facebook.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.list-social-login .btn-facebook:before {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-facebook:after {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-facebook span {
  margin-left: 10px;
}
.list-social-login .btn-facebook::before {
  left: 0;
  position: absolute;
  top: 0;
}
.list-social-login .btn-google {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  line-height: 3.2rem;
  display: inline-block;
}
.list-social-login .btn-google:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.list-social-login .btn-google:hover:before {
  color: inherit;
}
.list-social-login .btn-google:active:before {
  color: inherit;
}
.list-social-login .btn-google:focus,
.list-social-login .btn-google:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-google:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-google.disabled,
.list-social-login .btn-google[disabled],
fieldset[disabled] .list-social-login .btn-google {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.list-social-login .btn-google:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-google.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.list-social-login .btn-google:before {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-google:after {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-google span {
  margin-left: 10px;
}
.list-social-login .btn-google::before {
  left: 0;
  position: absolute;
  top: 0;
}
.list-social-login .btn-form-verify {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  line-height: 3.2rem;
  display: inline-block;
}
.list-social-login .btn-form-verify:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.list-social-login .btn-form-verify:hover:before {
  color: inherit;
}
.list-social-login .btn-form-verify:active:before {
  color: inherit;
}
.list-social-login .btn-form-verify:focus,
.list-social-login .btn-form-verify:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-form-verify:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-form-verify.disabled,
.list-social-login .btn-form-verify[disabled],
fieldset[disabled] .list-social-login .btn-form-verify {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.list-social-login .btn-form-verify:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-verify-code.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.list-social-login .btn-form-verify:before {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-form-verify:after {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-form-verify span {
  margin-left: 10px;
}
.list-social-login .btn-form-verify::before {
  left: 0;
  position: absolute;
  top: 0;
}
.list-social-login .btn-windowslive {
  background-image: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  line-height: 3.2rem;
  display: inline-block;
}
.list-social-login .btn-windowslive:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.list-social-login .btn-windowslive:hover:before {
  color: inherit;
}
.list-social-login .btn-windowslive:active:before {
  color: inherit;
}
.list-social-login .btn-windowslive:focus,
.list-social-login .btn-windowslive:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-windowslive:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.list-social-login .btn-windowslive.disabled,
.list-social-login .btn-windowslive[disabled],
fieldset[disabled] .list-social-login .btn-windowslive {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.list-social-login .btn-windowslive:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_SocialLogin/images/btn-windowslive.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.list-social-login .btn-windowslive:before {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-windowslive:after {
  height: 43px;
  width: 43px;
}
.list-social-login .btn-windowslive span {
  margin-left: 10px;
}
.list-social-login .btn-windowslive::before {
  left: 0;
  position: absolute;
  top: 0;
}
.label-or {
  border: 1px solid #c1c1c1;
  margin: 36px 0;
  position: relative;
}
.label-or::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;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.abs-theme-full-checkout-title-sessions,
.body-full-checkout .opc-wrapper .step-title,
.full-checkout .checkout-payment-method .step-title,
.full-checkout .checkout-payment-method .payment-group + .payment-group .step-title,
.body-full-checkout .checkout-shipping-method .step-title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border-bottom: unset;
  margin-bottom: 30px;
  margin-top: unset;
  padding-bottom: unset;
}
.abs-theme-full-checkout-title-session-payment-desktop-margin {
  margin-bottom: 18px;
  margin-left: unset;
  margin-right: unset;
}
.abs-theme-full-checkout-sub-title-methods,
.full-checkout .checkout-payment-method .payment-method .payment-method-title,
.full-checkout .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  font-size: 1.6rem;
  border-bottom: unset;
  border-top: 1px solid #ccc;
  margin-bottom: unset;
  margin-top: unset;
  padding-left: 24px;
  padding-right: 24px;
}
.abs-theme-full-checkout-sub-title-sessions {
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  margin-bottom: unset;
  margin-top: unset;
}
.abs-theme-full-checkout-sub-title-sessions-border-bottom,
.full-checkout .opc-wrapper .is-customer .fieldset .legend,
.full-checkout .opc-wrapper .is-new-customer .fieldset .legend {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
  margin-left: unset;
  margin-top: 18px;
}
.abs-theme-full-checkout-title-collapsible > .title,
.theme-full-checkout-payment-additional > .title,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart > .title,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block > .title {
  padding: 12px 48px 12px 0;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.abs-theme-full-checkout-title-collapsible > .title > span,
.theme-full-checkout-payment-additional > .title > span,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart > .title > span,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-theme-full-checkout-title-collapsible > .title:after,
.theme-full-checkout-payment-additional > .title:after,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart > .title:after,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-theme-full-checkout-title-collapsible > .title::after,
.theme-full-checkout-payment-additional > .title::after,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart > .title::after,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block > .title::after {
  position: absolute;
  top: 12px;
  right: 0;
}
.abs-theme-full-checkout-title-collapsible > .title strong,
.theme-full-checkout-payment-additional > .title strong,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart > .title strong,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-theme-full-checkout-title-collapsible.active > .title:after,
.theme-full-checkout-payment-additional.active > .title:after,
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart.active > .title:after,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block.active > .title:after {
  content: '\e621';
}
.abs-theme-full-checkout-discount-code,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount {
  display: table;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
.abs-theme-full-checkout-discount-code .description-of-use,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount .description-of-use {
  margin-bottom: 24px;
  display: table-caption;
}
.abs-theme-full-checkout-discount-code .theme-full-checkout-form-discount-inner,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount .theme-full-checkout-form-discount-inner {
  display: table-cell;
}
.abs-theme-full-checkout-discount-code .theme-full-checkout-form-discount-inner > .field,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount .theme-full-checkout-form-discount-inner > .field {
  padding-left: 0;
  padding-right: 0;
}
.abs-theme-full-checkout-discount-code .theme-full-checkout-form-discount-inner > .field > .label,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount .theme-full-checkout-form-discount-inner > .field > .label {
  display: none;
}
.abs-theme-full-checkout-discount-code .actions-toolbar,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-theme-full-checkout-discount-code .actions-toolbar .primary,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount .actions-toolbar .primary {
  float: left;
}
.abs-theme-full-checkout-discount-code .actions-toolbar .primary .action,
.theme-full-checkout-payment-additional .theme-full-checkout-form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-width: 1px;
  margin: 0;
  white-space: nowrap;
  width: auto;
}
@keyframes swing {
  15% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(3px);
  }
  65% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.checkout-loader {
  width: 100%;
}
.body-full-checkout .checkout-container {
  margin: 0;
}
.body-full-checkout .checkout-container .fieldset:last-child {
  margin-bottom: unset;
}
.body-full-checkout .checkout-header {
  max-width: 500px;
  margin-top: 12px;
}
.body-full-checkout .checkout-header .logo-checkout {
  width: 100%;
  text-align: center;
}
.body-full-checkout .checkout-header .logo-checkout .img-logo-checkout {
  max-width: 150px;
}
.body-full-checkout .opc-wrapper {
  margin: 0 0 24px;
}
.body-full-checkout .opc-wrapper .step-content {
  margin: 0 0 48px;
}
.body-full-checkout .nav-sections,
.body-full-checkout .nav-toggle {
  display: none;
}
.body-full-checkout .logo {
  margin-left: 0;
}
.checkout-onepage-success .page-main {
  display: inline-block;
  text-decoration: none;
}
.checkout-onepage-success .page-main:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #fff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-onepage-success .page-main::before {
  width: 50px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
}
.checkout-onepage-success.account .column.main {
  background-color: unset;
  box-shadow: unset;
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.checkout-onepage-success.account .column.main .block {
  margin-bottom: 48px;
}
.checkout-onepage-success.account .column.main .block-title {
  margin-bottom: 48px;
}
.checkout-onepage-success.account .column.main .block .title {
  font-weight: normal;
  margin-bottom: 0;
}
.checkout-onepage-success.account .column.main .block dd {
  margin-bottom: 0;
}
.checkout-onepage-success.account .column.main .print {
  display: none !important;
  visibility: hidden;
}
.checkout-onepage-success.account .column.main .field.theme-full-checkout-fields-floating-label {
  margin: 0 auto;
  max-width: 545px;
}
.checkout-onepage-success.account .return-status,
.checkout-onepage-success.account .order-status {
  background-color: #2f6f62;
}
.checkout-onepage-success.account .success-heading .block.block-order-details-view .block-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.checkout-onepage-success.account .order-details-items {
  background-color: #fff;
}
.checkout-onepage-success.account .block-order-details-view .box-title {
  font-weight: 300;
  margin-bottom: 24px;
}
.checkout-onepage-success .page-title-wrapper {
  text-align: center;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 0 !important;
}
.checkout-onepage-success .print {
  display: none !important;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success .action {
  margin: 6px;
}
.checkout-onepage-success .action.order {
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  margin: 0;
  line-height: 2.24rem;
  background-image: none;
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  padding: 7px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.checkout-onepage-success .action.order:focus,
.checkout-onepage-success .action.order:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.checkout-onepage-success .action.order:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.checkout-onepage-success .action.order.disabled,
.checkout-onepage-success .action.order[disabled],
fieldset[disabled] .checkout-onepage-success .action.order {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-onepage-success .action.order:focus,
.checkout-onepage-success .action.order:active {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.checkout-onepage-success .action.order:hover {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.checkout-onepage-success .action.order.disabled,
.checkout-onepage-success .action.order[disabled],
fieldset[disabled] .checkout-onepage-success .action.order {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-onepage-success th.middle,
.checkout-onepage-success td.middle {
  vertical-align: middle;
}
.checkout-onepage-success .page-main .block.no-margin-bottom {
  margin-bottom: 0;
}
.checkout-onepage-success .order-success.success-heading,
.checkout-onepage-success .order-success.success-data,
.checkout-onepage-success .order-success.success-items {
  margin-top: 48px;
}
.checkout-onepage-success table > thead > tr > th,
.checkout-onepage-success table > tbody > tr > th,
.checkout-onepage-success table > tfoot > tr > th,
.checkout-onepage-success table > thead > tr > td,
.checkout-onepage-success table > tbody > tr > td,
.checkout-onepage-success table > tfoot > tr > td {
  padding-left: 0;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 -18px 18px;
  padding: 18px 15px;
}
.full-checkout .opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: var(--heading__font-weight__base);
}
.full-checkout .opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 6px;
}
.full-checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.full-checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart:focus,
.full-checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart:active {
  background: none;
  border: none;
}
.full-checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
  background: none;
  border: none;
}
.full-checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart.disabled,
.full-checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart[disabled],
fieldset[disabled] .full-checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.fieldset input:focus {
  box-shadow: none;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) {
  position: relative;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control {
  float: unset;
  width: unset;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control .control-row {
  display: table;
  width: 100%;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-information {
  display: table-cell;
  width: 100%;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input {
  display: table-cell;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='text'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='password'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='url'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='tel'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='search'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='number'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='datetime'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='email'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='file'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select {
  background-color: transparent;
  border-radius: 3px;
  font-weight: 600;
  height: unset;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 36px;
  padding-top: 18px;
  width: 100%;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='text']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='password']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='url']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='tel']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='search']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='number']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='datetime']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='email']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='file']::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea::focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select::focus {
  box-shadow: 0 0 5px #317365;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='text']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='password']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='url']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='tel']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='search']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='number']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='datetime']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='email']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='file']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select::placeholder {
  color: transparent;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='text']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='password']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='url']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='tel']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='search']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='number']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='datetime']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='email']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='file']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select::input-placeholder {
  color: transparent;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='text']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='password']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='url']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='tel']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='search']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='number']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='datetime']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='email']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='file']::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea::input-placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select::input-placeholder {
  color: transparent;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='text']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='password']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='url']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='tel']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='search']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='number']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='datetime']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='email']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='file']::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea::placeholder,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select::placeholder {
  color: transparent;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select:not(:checked),
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input:not(:placeholder-shown),
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea:not(:placeholder-shown),
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea:focus {
  box-shadow: none;
  padding-bottom: calc(18px / 3);
  padding-top: calc(18px + 18px * (2 / 3));
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select:not(:checked) ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input:not(:placeholder-shown) ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea:not(:placeholder-shown) ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input select:focus ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input:focus ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input textarea:focus ~ .label {
  color: #2f6f62;
  font-size: 12px;
  padding-bottom: calc(18px / 3);
  padding-left: 18px;
  padding-top: calc(18px / 3);
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input[type='radio'] {
  box-shadow: none;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input .label {
  color: #2f6f62;
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  overflow: hidden;
  padding: 18px 18px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  width: 70%;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input div.mage-error[generated] {
  position: absolute;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-addtional {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift {
  border-bottom-left-radius: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password {
  background-image: none;
  background: transparent;
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 16px 12px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  border-left-width: 0;
  border-bottom-left-radius: 0;
  line-height: 1;
  /**
                                             * @codingStandardsIgnoreStart
                                             */
  display: inline-block;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password > span,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password > span,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e606';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:hover:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:hover:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:hover:before {
  color: inherit;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:active:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:active:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:active:before {
  color: inherit;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:active,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:active,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:active {
  background: transparent;
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:hover,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:hover,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:hover {
  background: transparent;
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password.disabled,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password[disabled],
fieldset[disabled] .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password.disabled,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password[disabled],
fieldset[disabled] .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password.disabled,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password[disabled],
fieldset[disabled] .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:hover,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:hover,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:hover,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:focus {
  background-color: transparent;
  border-left-width: 0;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_ThemeFullCheckout/images/eye.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:before {
  height: 18px;
  width: 18px;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password:after,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password:after,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password:after {
  height: 18px;
  width: 18px;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password._view,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password._view,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password._view {
  display: inline-block;
  /**
                                                 * @codingStandardsIgnoreStart
                                                 */
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password._view:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password._view:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password._view:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_ThemeFullCheckout/images/eye-slash-fill.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password._view:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password._view:before,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password._view:before {
  height: 18px;
  width: 18px;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional button.icon-view-password._view:after,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action.icon-view-password._view:after,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-addtional .action-gift.icon-view-password._view:after {
  height: 18px;
  width: 18px;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-element-input input {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-information .password-strength-meter-label {
  font-size: 12px;
  padding-top: 12px;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-button ._additional-information .password-strength-meter {
  height: 6px;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional {
  background-image: none;
  background: transparent;
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  border-color: #ccc;
  border-left-width: 0;
  border-radius: 3px;
  display: table-cell;
  padding: 16px 12px;
  vertical-align: middle;
  width: 1%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional:focus,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional:active {
  background: transparent;
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional:hover {
  background: transparent;
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional.disabled,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional[disabled],
fieldset[disabled] .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional:hover,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional:focus {
  background-color: transparent;
  border-left-width: 0;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional .field-tooltip {
  position: relative;
  right: unset;
  top: unset;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-addtional .field-tooltip .field-tooltip-action::before {
  line-height: 1;
  font-size: 1.8rem;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control._with-tooltip ._additional-element-input input {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error {
  animation: swing 2s ease;
  animation-delay: 10s;
  animation-iteration-count: 2;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error .field-error {
  background: transparent;
  border: 1px solid #e02b27;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 12px 24px;
  position: relative;
  z-index: 100;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error .field-error::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e02b27;
  content: ' ';
  height: 0;
  left: 26px;
  position: absolute;
  top: -8px;
  width: 0;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='text'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='password'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='url'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='tel'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='search'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='number'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='datetime'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='email'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input[type='file'],
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input textarea,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input select {
  border-color: #ed8380;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input select:not(:checked) ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input:not(:placeholder-shown) ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input textarea:not(:placeholder-shown) ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input select:focus ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input input:focus ~ .label,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control ._additional-element-input textarea:focus ~ .label {
  color: #e02b27;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-button ._additional-element-addtional,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-tooltip ._additional-element-addtional {
  background-color: transparent;
  border-color: #ed8380;
}
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-button ._additional-element-addtional button,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-tooltip ._additional-element-addtional button,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-button ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-tooltip ._additional-element-addtional .cart.table-wrapper .actions-toolbar > .action,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-button ._additional-element-addtional .action-gift,
.fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error.theme-full-checkout-fields-floating-label .control._with-tooltip ._additional-element-addtional .action-gift {
  background-color: transparent;
  border-color: #ed8380;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .modal-popup.modal-slide {
  left: 0;
}
.full-checkout .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.body-full-checkout .full-checkout .opc-block-summary {
  background: unset;
  margin: 0 0 24px;
  padding: 0 96px 36px;
}
.body-full-checkout .full-checkout .opc-block-summary > .title {
  display: block;
}
.body-full-checkout .full-checkout .opc-block-summary .block {
  margin-bottom: 0;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals {
  border-top: unset;
}
.body-full-checkout .full-checkout .opc-block-summary .mark .value {
  color: #ccc;
  display: block;
}
.body-full-checkout .full-checkout .opc-block-summary .grand.incl + .grand.excl .mark,
.body-full-checkout .full-checkout .opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.body-full-checkout .full-checkout .opc-block-summary .grand.incl + .grand.excl .mark strong,
.body-full-checkout .full-checkout .opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.body-full-checkout .full-checkout .opc-block-summary .not-calculated {
  font-style: italic;
}
.body-full-checkout .full-checkout .opc-block-summary .items-in-cart .product {
  padding: 0;
  position: relative;
}
.body-full-checkout .full-checkout .opc-block-summary .minicart-items-wrapper {
  margin: 0 -18px 0 0;
  max-height: 370px;
  padding: 18px 18px 0 0;
  border: 0;
}
.column.main .body-full-checkout .full-checkout .opc-block-summary .product-item {
  padding: 0;
  padding-top: 24px;
}
.column.main .body-full-checkout .full-checkout .opc-block-summary .product-item::first-child {
  padding-top: 0;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item {
  font-size: 1.3rem;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-details {
  padding-left: 0;
  width: 100%;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-image-container {
  flex: 1;
  flex-shrink: 1;
  margin: 0;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-name-block {
  display: block;
  flex: 3;
  flex-shrink: 3;
  margin-left: 24px;
  padding-right: 6px;
  text-align: left;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-name-block .product-item-name {
  font-size: 1.5rem;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .subtotal {
  display: block;
  flex: 1;
  flex-shrink: 1;
  text-align: left;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .price {
  font-size: 1.3rem;
  font-weight: 400;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.body-full-checkout .full-checkout .opc-block-summary .product-item .message {
  margin-top: 10px;
}
.body-full-checkout .full-checkout .opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.body-full-checkout .full-checkout .opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #e6e6e6;
  display: block;
  margin: -1px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.body-full-checkout .full-checkout .opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
  line-height: 2;
}
.body-full-checkout .full-checkout .opc-block-previous-steps-information {
  padding: 0 96px 36px;
}
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block .previous-steps-information-block-items {
  margin-top: 24px;
}
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block .previous-steps-information-title,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block .identification-information-title,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block .shipping-information-title {
  font-size: 1.4rem;
  line-height: 40px;
}
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block .opc-block-identification-information,
.body-full-checkout .full-checkout .opc-block-previous-steps-information .previous-steps-information-block .opc-block-shipping-information {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-inner {
    display: flex;
  }
  .body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .body-full-checkout .full-checkout .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.body-full-checkout .full-checkout .opc-progress-bar {
  padding-left: unset;
  padding-right: unset;
  margin-top: 36px;
  margin-bottom: 36px;
  counter-reset: i;
  display: block;
  font-size: 0;
}
.body-full-checkout .full-checkout .opc-progress-bar-item {
  margin: 0;
  width: calc(100% / 3);
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.body-full-checkout .full-checkout .opc-progress-bar-item::before {
  background: #ccc;
  border: 1px solid #ccc;
  top: 24px/2;
  transition: background 0.3s;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.body-full-checkout .full-checkout .opc-progress-bar-item:first-child::before {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.body-full-checkout .full-checkout .opc-progress-bar-item:last-child::before {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.body-full-checkout .full-checkout .opc-progress-bar-item .step-item {
  display: inline-block;
  padding-top: 26px;
  width: 100%;
  word-wrap: break-word;
  color: #ccc;
  font-weight: 300;
  font-size: 1.2rem;
}
.body-full-checkout .full-checkout .opc-progress-bar-item .step-item::before,
.body-full-checkout .full-checkout .opc-progress-bar-item .step-item::after {
  background: #ccc;
  border: 1px solid #ccc;
  height: 24px;
  margin-left: -12px;
  transition: background 0.3s;
  width: 24px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.body-full-checkout .full-checkout .opc-progress-bar-item .step-item::after {
  background: #fff;
  height: 18px;
  margin-left: -9px;
  top: 3px;
  width: 18px;
  content: counter(i);
  counter-increment: i;
  color: #2f6f62;
  font-weight: 600;
  font-size: 1.2rem;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete {
  cursor: pointer;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete::before {
  background: #2f6f62;
  border-color: #2f6f62;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete:hover::before {
  background: #bfbfbf;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete:hover .step-item::before {
  background: #bfbfbf;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete .step-item {
  color: #2f6f62;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete .step-item::before {
  background: #2f6f62;
  border-color: #2f6f62;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete .step-item::after {
  color: #fff;
  background: #2f6f62;
  border-color: #2f6f62;
  font-family: 'icons-blank-theme';
  content: '\e610';
}
.body-full-checkout .full-checkout .opc-progress-bar-item._active::before {
  background: #2f6f62;
  border-color: #2f6f62;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._active .step-item {
  color: #2f6f62;
  font-weight: 600;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._active .step-item::before {
  background: #2f6f62;
  border-color: #2f6f62;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._active .step-item::after {
  color: #fff;
  background: #2f6f62;
  border-color: #2f6f62;
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1.5;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .form-login .fieldset.hidden-fields {
  margin: 0;
}
.full-checkout .form-login .fieldset.hidden-fields .actions-toolbar {
  margin-left: 6px;
  margin-right: 6px;
}
.full-checkout .checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.full-checkout .checkout-payment-method .payment-method .payment-method-title.choice {
  padding-top: 0;
  padding-bottom: 0;
  display: table;
  line-height: 4;
}
.full-checkout .checkout-payment-method .payment-method .payment-method-title.choice .label {
  display: table-cell;
  cursor: pointer;
  line-height: 2;
  padding-left: 12px;
  vertical-align: middle;
  width: 95%;
}
.full-checkout .checkout-payment-method .payment-method .payment-method-title.choice .radio {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.full-checkout .checkout-payment-method .payment-method .fieldset {
  margin-left: 0;
  margin-right: 0;
}
.full-checkout .checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.full-checkout .checkout-payment-method .payment-method-content {
  /**
				 * @codingStandardsIgnoreStart
				 */
}
.full-checkout .checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.full-checkout .checkout-payment-method .payment-method-title:first-child {
  border-top: 0;
}
.full-checkout .checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.full-checkout .checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 6px;
}
.full-checkout .checkout-payment-method .forms-payment-methods .payment-method {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
}
.full-checkout .checkout-payment-method .forms-payment-methods .payment-method:first-child {
  border-top: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.full-checkout .checkout-payment-method .forms-payment-methods .payment-method:last-child {
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.full-checkout .checkout-payment-method .forms-payment-methods .payment-method._active .payment-method-title {
  border-bottom: 1px solid #ccc;
}
.full-checkout .checkout-payment-method .payment-method-content {
  display: none;
  background-color: #f9f9f9;
  padding: 12px 18px 48px;
  margin: 0 0 0 0;
}
.full-checkout .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 0 0;
}
.full-checkout .checkout-payment-method .payment-method-content .checkout-billing-address {
  margin: unset;
}
.full-checkout .checkout-payment-method .payment-group {
  margin-bottom: 18px;
}
.full-checkout .checkout-payment-method .field-select-billing,
.full-checkout .checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.full-checkout .checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 12px;
}
.full-checkout .checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.full-checkout .checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.full-checkout .checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.full-checkout .checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 12px;
}
.full-checkout .checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.full-checkout .checkout-payment-method .no-payments-block {
  margin: 24px 0;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .checkout-payment-method .payment-option._active .payment-option-title .action-toggle::after {
  content: '\e621';
}
.full-checkout .checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.full-checkout .checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.full-checkout .checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 24px 0;
}
.full-checkout .checkout-payment-method .payment-option-title .action-toggle {
  color: var(--link__color);
  display: inline-block;
  text-decoration: none;
}
.full-checkout .checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: var(--header-icons-color);
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.full-checkout .checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #2f6f62;
}
.full-checkout .checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: var(--header-icons-color);
}
.full-checkout .checkout-payment-method .payment-option-content {
  padding: 12px 18px 48px;
}
.full-checkout .checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.full-checkout .checkout-payment-method .payment-option-inner {
  margin: 0 0 24px;
}
.full-checkout .checkout-payment-method .ccard .fields > .year {
  padding-left: 6px;
}
.full-checkout .checkout-payment-method .ccard .fields .select {
  padding-left: 6px;
  padding-right: 6px;
}
.full-checkout .checkout-payment-method .ccard .month .select {
  width: 140px;
}
.full-checkout .checkout-payment-method .ccard .year .select {
  width: 80px;
}
.full-checkout .checkout-payment-method .ccard .captcha .input-text,
.full-checkout .checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.full-checkout .checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 24px;
}
.full-checkout .checkout-payment-method .ccard .cvv .label {
  display: block;
}
.full-checkout .checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.full-checkout .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.body-full-checkout .checkout-container .opc-wrapper .form-login,
.body-full-checkout .checkout-container .opc-wrapper .form-shipping-address {
  margin-top: unset;
  margin-bottom: 28px;
}
.body-full-checkout .checkout-container .opc-wrapper .form-login .fieldset .field .label,
.body-full-checkout .checkout-container .opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.body-full-checkout .checkout-container .opc-wrapper .form-login .fieldset .note,
.body-full-checkout .checkout-container .opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 12px;
}
.body-full-checkout .checkout-container .opc-wrapper .form-login .fieldset.hidden-fields {
  margin: 0;
}
.body-full-checkout .checkout-container .opc-wrapper .form-login .fieldset.hidden-fields .actions-toolbar {
  margin-left: 6px;
  margin-right: 6px;
}
.body-full-checkout .checkout-container .opc-wrapper .shipping-address-items {
  display: grid;
  font-size: 0;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}
.body-full-checkout .checkout-container .opc-wrapper .shipping-address-item {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 24px;
  transition: 0.3s border-color;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.body-full-checkout .checkout-container .opc-wrapper .shipping-address-item.selected-item {
  border-color: #2f6f62;
}
.body-full-checkout .checkout-container .opc-wrapper .shipping-address-item.selected-item::after {
  background: #2f6f62;
  color: #fff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.body-full-checkout .checkout-container .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.body-full-checkout .checkout-container .opc-wrapper .action-show-popup {
  margin: 0 0 24px;
}
.body-full-checkout .checkout-container .opc-wrapper .action-show-popup > span::before {
  content: '+';
  padding-right: 6px;
}
.body-full-checkout .checkout-container .opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 24px 0 0;
}
.body-full-checkout .checkout-container .opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.body-full-checkout .full-checkout-shipping-methods {
  margin-bottom: 18px;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options {
  background-color: #fff;
  cursor: pointer;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options:first-child {
  border-top: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options:last-child {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options:last-child .shipping-information-method-option {
  border-bottom: unset;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options .shipping-information-method-option {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  display: table;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options .shipping-information-method-input {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options .shipping-information-method-title {
  display: table-cell;
  padding-left: 12px;
  width: 98%;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options .shipping-information-method-title .shipping-carrier-title {
  font-size: 1.2rem;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options .shipping-information-method-title .shipping-method-title {
  font-size: 1.6rem;
}
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options .shipping-information-method-price {
  display: table-cell;
  font-weight: 600;
  vertical-align: middle;
  width: 1%;
}
.body-full-checkout .checkout-shipping-method .no-quotes-block {
  margin: 24px 0;
}
.body-full-checkout .methods-shipping {
  padding-top: unset;
}
.body-full-checkout .methods-shipping .actions-toolbar .action.primary {
  margin: 24px 0 0;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .checkout-shipping-method {
  position: relative;
}
.full-checkout .shipping-policy-block.field-tooltip {
  left: 0;
  top: 24px;
}
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-action {
  color: var(--link__color);
  cursor: pointer;
}
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-action::before {
  display: none;
}
.full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  left: 0;
  top: 36px;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .form-logout .g-recaptcha,
.full-checkout .form-account-create .g-recaptcha {
  margin-bottom: 24px;
}
.full-checkout a.action {
  cursor: pointer;
}
.full-checkout .persistent .control._with-tooltip {
  display: inline-flex;
}
.full-checkout .persistent .control._with-tooltip .input-checkbox {
  width: auto;
}
.full-checkout .actions-identification .actions-toolbar .action.primary {
  margin: 24px 0 0;
}
.full-checkout .actions-identification .actions-toolbar .action.primary.continue-as-guest {
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
}
.full-checkout .actions-identification .actions-toolbar .action.primary.continue-as-guest:focus,
.full-checkout .actions-identification .actions-toolbar .action.primary.continue-as-guest:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.full-checkout .actions-identification .actions-toolbar .action.primary.continue-as-guest:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.full-checkout .fieldset.identification {
  margin-bottom: 0;
  padding: 0;
}
.full-checkout .opc-wrapper .is-customer,
.full-checkout .opc-wrapper .is-new-customer {
  background-color: #fff;
}
.full-checkout .opc-wrapper .is-customer .fieldset,
.full-checkout .opc-wrapper .is-new-customer .fieldset {
  padding: 12px 18px 48px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 -18px 18px;
}
.full-checkout .opc-wrapper .is-customer .fieldset {
  margin: 24px -12px 18px;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .authentication-dropdown {
  box-sizing: border-box;
}
.full-checkout .authentication-dropdown .modal-inner-wrap {
  padding: 30px;
}
.full-checkout .authentication-wrapper {
  float: right;
  margin-top: -72px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .full-checkout .authentication-wrapper {
  z-index: 900;
}
.full-checkout .theme-full-checkout-block-authentication .block-title {
  font-size: 2.4rem;
  border-bottom: 0;
  margin-bottom: 30px;
}
.full-checkout .theme-full-checkout-block-authentication .block-title strong {
  font-weight: 300;
}
.full-checkout .theme-full-checkout-block-authentication .field .label {
  font-weight: 400;
}
.full-checkout .theme-full-checkout-block-authentication .actions-toolbar {
  margin-bottom: 6px;
}
.full-checkout .theme-full-checkout-block-authentication .actions-toolbar > .secondary {
  padding-top: 30px;
  text-align: left;
}
.full-checkout .theme-full-checkout-block-authentication .block[class] {
  margin: 0;
}
.full-checkout .theme-full-checkout-block-authentication .block[class] ul {
  list-style: none;
  padding-left: 12px;
}
.full-checkout .theme-full-checkout-block-authentication .block[class] .field .control,
.full-checkout .theme-full-checkout-block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.full-checkout .theme-full-checkout-block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 48px;
  padding-top: 48px;
  position: relative;
}
.full-checkout .theme-full-checkout-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;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .opc-block-shipping-information {
  padding: 0 36px;
}
.full-checkout .opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 24px;
  position: relative;
}
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
}
.full-checkout .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;
}
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: var(--header-icons-color);
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #2f6f62;
}
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: var(--header-icons-color);
}
.full-checkout .opc-block-shipping-information .shipping-information-title .action-edit:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_ThemeFullCheckout/images/pen.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.full-checkout .opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.full-checkout .opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.full-checkout .opc-block-shipping-information .ship-to,
.full-checkout .opc-block-shipping-information .ship-via {
  margin: 0 0 24px;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .opc-block-identification-information {
  padding: 0 36px;
}
.full-checkout .opc-block-identification-information .identification-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 24px;
  position: relative;
}
.full-checkout .opc-block-identification-information .identification-information-title .action-edit {
  top: 2px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
}
.full-checkout .opc-block-identification-information .identification-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;
}
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: var(--header-icons-color);
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:hover:before {
  color: #2f6f62;
}
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:active:before {
  color: var(--header-icons-color);
}
.full-checkout .opc-block-identification-information .identification-information-title .action-edit:before {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/O2TI_ThemeFullCheckout/images/pen.svg');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 26px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.full-checkout .opc-block-identification-information .identification-information-content {
  line-height: 1;
}
.full-checkout .opc-block-identification-information .identification-information-content .actions-toolbar {
  margin-left: 0;
}
.full-checkout .opc-block-identification-information .identification-to {
  margin: 0 0 24px;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.full-checkout .checkout-agreements-block .checkout-agreements {
  margin-bottom: 24px;
}
.full-checkout .checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.full-checkout .checkout-agreements-block .checkout-agreement.field.required label::after {
  content: none;
}
.full-checkout .checkout-agreements-block .checkout-agreement.field.required .action-show::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.full-checkout .checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.full-checkout .checkout-agreements-items {
  padding-bottom: 36px;
}
.full-checkout .checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 24px;
}
.full-checkout .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.full-checkout .checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.field.theme-full-checkout-fields-floating-label .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip._active {
  z-index: 100;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip._active .field-tooltip-content {
  display: block;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip._active .field-tooltip-action::before {
  color: #2f6f62;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field.theme-full-checkout-fields-floating-label .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.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #2f6f62;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-action:hover:before {
  color: #2f6f62;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-action::before {
  padding-left: 1px;
}
._keyfocus .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-action:focus::before {
  color: #2f6f62;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
  background: #ccc;
  border: 1px solid #2f6f62;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 150px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::before,
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #ccc;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::before {
  border-right-color: #112723;
}
.field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::after {
  border-right-color: #ccc;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 992px) {
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::before,
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #2f6f62;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #ccc;
    top: 1px;
  }
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 12px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 24px;
  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 6px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 12px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 24px;
}
.block-cart-failed {
  margin-top: 48px;
}
.block-cart-failed .block-title {
  font-size: 3rem;
}
.block-cart-failed .block-title strong {
  font-weight: var(--heading__font-weight__base);
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 12px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 48px;
}
.bundle-options-container .legend.title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 36px;
}
.bundle-options-container .action.back {
  margin-bottom: 36px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 12px 24px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 36px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 12px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 12px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 24px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
  margin: 0 0 6px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #666;
  padding: 12px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 12px;
}
.block-category-event .block-title {
  margin: 0 0 12px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 48px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.column.main .cart-summary .block > .title,
.column.main .paypal-review-discount .block > .title {
  text-align: left;
  padding-left: 2rem;
  line-height: 1;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-weight: var(--heading__font-weight__base);
  font-size: 1.5rem;
}
.column.main .cart-summary .block > .title:after,
.column.main .paypal-review-discount .block > .title:after {
  right: 10px;
}
.cart-summary {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.cart-summary > .title {
  display: block;
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  padding-left: 2rem;
  padding-top: 2rem;
  text-align: left;
  font-size: 1.8rem;
}
.cart-summary .block {
  margin-bottom: 0;
  margin-top: 10px;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block > .title:after {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-summary .block .fieldset {
  margin: 15px 0 15px;
}
.cart-summary .block .fieldset.rate {
  margin-top: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 12px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary #block-shipping .table-wrapper,
.cart-summary .block.discount .table-wrapper,
.cart-summary #block-shipping .content,
.cart-summary .block.discount .content {
  padding-left: 16px;
  padding-right: 16px;
}
.cart-summary .block.discount > .title {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-totals {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals .grand .mark,
.cart-totals .mark {
  padding-top: 8px;
}
.cart-totals .grand .amount,
.cart-totals .amount {
  padding-top: 8px;
}
.block.discount #discount-coupon-form {
  margin-bottom: 3rem;
}
.cart.table-wrapper {
  margin-bottom: 3rem;
}
.cart.table-wrapper .items {
  border: 1px solid #e6e6e6;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #e6e6e6;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #fff;
}
.cart.table-wrapper tbody th,
.cart.table-wrapper tr th {
  border-bottom: 0;
}
.cart.table-wrapper tbody th,
.cart.table-wrapper tr th,
.cart.table-wrapper tbody td,
.cart.table-wrapper tr td {
  border: 1px solid #e6e6e6;
}
.cart.table-wrapper tbody td:first-child,
.cart.table-wrapper tr td:first-child {
  border: 0;
}
.cart.table-wrapper .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 12px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 75px;
  padding: 1.5rem 0;
  position: relative;
}
.cart.table-wrapper .box-tocart .up-down {
  margin: auto;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12px;
  margin-right: 12px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .actions-toolbar a {
  display: block;
  font-size: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar a > 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 a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: var(--heading__color__base);
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar a.action-edit {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar a.action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 24px;
  color: var(--heading__color__base);
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar a.action-delete:before {
  content: '\e616';
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 12px;
}
.cart.table-wrapper .item-options dt {
  color: var(--heading__color__base);
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 24px;
}
.cart-container .checkout-methods-items {
  padding: 0 2rem 2rem;
  margin-top: 2rem;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 12px;
}
.cart-container .checkout-methods-items .item .action:not(:hover) {
  color: var(--button__color);
}
.cart-container .checkout-methods-items .item .action.multicheckout:not(:hover) {
  color: var(--heading__color__base);
}
.cart-products-toolbar .toolbar-amount {
  margin: 30px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 30px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #e6e6e6;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col {
  text-align: center;
}
.account .order-items.table-wrapper .col {
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
  width: auto;
}
.account .order-items.table-wrapper thead tr th.col {
  border-bottom: 0;
}
.account .order-details-items {
  border-bottom: 0;
}
.account .order-details-items .item-options {
  margin-bottom: 0;
}
.account .order-details-items .item-options dd {
  margin-bottom: 0.8rem;
}
.block-minicart .items-total {
  float: left;
  margin: 0 12px;
}
.block-minicart .items-total .count {
  font-weight: var(--heading__font-weight__base);
}
.block-minicart .subtotal {
  margin: 0 12px 12px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 36px 0 24px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 12px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: var(--header-icons-color);
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #2f6f62;
}
.minicart-wrapper .action.showcart:active:before {
  color: var(--header-icons-color);
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: var(--header-icons-color);
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #2f6f62;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: var(--header-icons-color);
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 3rem;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #222;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #e6e6e6;
  margin: 0 -3rem;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 24px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 6px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 24px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 12px;
}
.minicart-items .product-item-name a {
  color: var(--link__color);
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: var(--heading__font-weight__base);
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 6px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 12px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 24px;
}
.opc-wrapper {
  margin: 0 0 24px;
}
.opc-wrapper .step-content {
  margin: 0 0 48px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 6px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: var(--button__color);
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: var(--button__hover__color);
}
.opc-progress-bar {
  margin: 0 0 24px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 12px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #666;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #222;
}
.opc-progress-bar-item._active > span {
  color: #666;
}
.opc-progress-bar-item._active > span:before {
  background: #222;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #666;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #666;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #666;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #666;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 24px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 12px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 24px;
  padding: 24px 41px 24px 24px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #222;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #222;
  color: #fff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 24px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 6px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 24px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 24px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 24px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 24px;
  padding-top: 24px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 12px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: var(--link__color);
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 36px;
}
.opc-block-shipping-information {
  padding: 0 36px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 24px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: var(--header-icons-color);
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #666;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: var(--header-icons-color);
}
.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 24px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 36px;
  margin: 0 0 24px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 48px 12px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 12px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 12px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 6px;
  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 #e6e6e6;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 30px;
}
.authentication-wrapper {
  float: right;
  margin-top: -72px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.4rem;
  border-bottom: 0;
  margin-bottom: 30px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 6px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 30px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 12px;
}
.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: 48px;
  padding-top: 48px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 24px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 6px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 24px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 24px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 24px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 12px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 24px;
}
.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: 24px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 24px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 24px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: var(--link__color);
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: var(--header-icons-color);
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #666;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: var(--header-icons-color);
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 24px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 24px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: var(--heading__font-weight__base);
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 6px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 6px;
  padding-right: 6px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 24px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 24px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 36px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 24px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 12px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 24px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 6px 18px 6px 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: #222;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #222;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 12px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 12px;
}
.block .title strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.column.main .block .title strong {
  font-size: 24px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 6px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 12px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 24px;
}
.downloadable.samples dd {
  margin: 0 0 12px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 30px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 6px 8px;
  font-size: 1.1rem;
  margin-top: 24px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 24px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 24px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 36px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 24px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 24px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 12px;
}
.gift-message .field {
  margin-bottom: 24px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 24px;
}
.gift-options-content .fieldset {
  margin: 0 0 24px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 12px 24px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 12px 0 24px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: var(--heading__font-weight__base);
  border-radius: 3px;
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.gift-item-block .title:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 12px 24px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 12px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 24px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 48px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 12px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 6px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 12px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 72px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 30px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #e6e6e6;
}
.block-giftregistry-shared-items .col {
  padding: 24px 8px 12px;
}
.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: var(--heading__font-weight__base);
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 12px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 6px;
}
.gift-wrapping .label {
  margin: 0 0 6px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 12px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 24px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 24px 0 12px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 12px 12px 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: 12px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 6px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 6px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 24px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 12px 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: var(--heading__font-weight__base);
}
.order-options .item {
  padding-bottom: 24px;
}
.order-options .product {
  margin-bottom: 12px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 12px;
}
.order-options .gift-wrapping {
  margin-bottom: 12px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #ddd;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #ddd;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 12px;
}
.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: 12px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.map-popup .popup-content {
  margin: 12px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 12px;
  top: 12px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 24px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 12px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: var(--link__color);
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #222;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-top: 36px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: var(--text__color);
}
.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: 30px;
  padding-left: 20px;
}
.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: var(--heading__font-weight__base);
  margin-right: 12px;
}
.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: var(--heading__font-weight__base);
  margin-right: 12px;
}
.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: 36px;
}
.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: 12px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 48px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 30px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 12px;
}
.multicheckout .item-options {
  margin: 12px 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 #e6e6e6;
  padding-bottom: 12px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #93e0ec;
}
.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: 48px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: -12px;
}
.multicheckout .box-title span {
  margin-right: 12px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: var(--heading__font-weight__base);
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 6px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 48px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 6px 6px 12px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 12px 6px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 24px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 12px;
}
.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 #e6e6e6;
  margin: 24px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 12px 0 24px;
}
.fotorama-video-container:after {
  background: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7ddae8;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 6rem;
  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: #e6e6e6;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  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: #fdbc00;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #e6e6e6;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  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: #fdbc00;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  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: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\f005" "\f005" "\f005";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\f005" "\f005";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\f005";
}
.block.add.review {
  margin-bottom: 48px;
}
.block.add.review > .title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  margin: 0 0 24px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 6px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 48px;
}
.block.reviews.list .review.title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 24px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 24px;
}
.product-reviews-summary {
  display: table;
  margin: 12px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -6px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 1.2rem;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 6px;
}
.customer-review .product-details {
  margin-bottom: 48px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 24px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 12px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.customer-review .review-details .review-content {
  margin-bottom: 24px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 12px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 24px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 24px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.review-form .action.submit.primary:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.fieldset .review-legend.legend {
  margin-bottom: 24px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 57.6px;
  margin-top: 12px;
}
.review-list {
  margin-bottom: 36px;
}
.review-list .block-title strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 24px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 12px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  margin: 0 0 24px;
}
.review-content {
  margin-bottom: 24px;
}
.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: 30px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 12px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 0;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 24px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e6e6e6;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 24px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 30px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: var(--heading__font-weight__base);
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 12px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: var(--heading__font-weight__base);
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #2f6f62;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 12px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #fff;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  color: var(--heading__color__base);
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: var(--button__hover__background);
  border: 1px solid var(--button__hover__background);
  color: var(--button__hover__color);
}
.swatch-option {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 12px 6px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: none;
}
.swatch-option.text {
  background: #fff;
  color: var(--heading__color__base);
  font-size: 12px;
  font-weight: var(--heading__font-weight__base);
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #2f6f62;
}
.swatch-option.selected {
  color: #2f6f62;
}
.swatch-option:not(.disabled):hover {
  color: #2f6f62;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-tooltip {
  color: #fff;
  background: #383838;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 6px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #383838;
  border: 1px solid #e6e6e6;
  color: #fff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #fff;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #2f6f62;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 24px 0;
}
.swatch-opt-listing {
  margin-bottom: 12px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  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: var(--link__color);
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #222;
  text-decoration: none;
}
.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: var(--link__color);
  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.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 24px;
}
.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: var(--link__color);
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #222;
  text-decoration: none;
}
.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: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.toolbar-blog-posts {
  text-align: center;
  margin: 0;
  padding: 0;
}
.toolbar.toolbar-blog-posts .pages {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 6rem;
  margin-top: 2rem;
  margin: 0;
  padding: 3.5rem 0 0;
}
.widget.block-list-posts.block-featured-posts .block-content .item .post-image {
  width: 8rem;
  padding-top: 8rem;
  height: 0;
  border: 0;
}
.widget.block-list-posts.block-featured-posts .block-content .item .post-image .post-item-link img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
body .page-wrapper .post-list {
  margin-bottom: 0;
  padding-left: 0;
}
body .page-wrapper .post-holder .post-header .addthis_toolbox {
  float: none;
  padding: 0;
}
body .page-wrapper .blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
  width: auto;
  float: none;
}
body .page-wrapper .blog-widget-recent .post-description .post-text-hld {
  min-height: unset;
  overflow-y: hidden;
}
.post-holder .post-content .post-description img[class*="m"] {
  margin: initial;
}
.blog-page.blog-post-view .post-bottom .block.related {
  margin-bottom: 6rem;
}
.blog-page.blog-post-view .post-bottom .block.related .rokan-title .module-title {
  font-size: 1.8rem;
}
.blog-page.blog-post-view .post-bottom .block.related .post-item .post-description {
  display: none;
}
.blog-page.blog-post-view .post-bottom .block.related.mfblog-replated-posts-block .post-list {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
  display: block;
}
.page-wrapper:not(.lazyload-image) .post-item .blog-post-thumb a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sidebar .block-reorder {
  display: none;
}
.sidebar .blog-search {
  width: auto;
  padding: 0;
  float: none;
  position: static;
  margin-bottom: 3rem !important;
}
.sidebar .blog-search .block-content .control {
  position: relative;
  padding-bottom: 0;
}
.sidebar .blog-search .block-content .control input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.sidebar .blog-search .block-content .actions .action.search {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
}
.sidebar .blog-search .block-content .actions .action.search:before {
  background: none;
  width: auto;
  height: auto;
  content: '\e914';
  font-family: iconKalles;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}
.sidebar .block-recent-posts.block-list-posts .block-content .item .post-image {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.sidebar .block-recent-posts.block-list-posts .block-content .item {
  padding-top: 0;
}
.sidebar .block-recent-posts.block-list-posts .block-content .item:not(:last-of-type) {
  margin: 0 0 2rem;
}
.sidebar .block-recent-posts.block-list-posts .block-content .item .post-image {
  width: 8rem;
  margin: 0 1rem 0 0;
}
.sidebar .block-recent-posts.block-list-posts .block-content .item > .post-item-link {
  display: block;
  line-height: 1.6;
  position: relative;
  top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
}
.sidebar .widget.block-tagclaud .tagclaud-hld span {
  line-height: 1 !important;
  font-size: 1.3rem;
}
.sidebar .widget.block-tagclaud .tagclaud-hld span a {
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  display: inline-block;
  text-transform: capitalize;
}
.sidebar .widget.block-tagclaud .tagclaud-hld span a:not(:hover) {
  color: var(--heading__color__base);
  background: #f5f5f5;
}
.sidebar .widget.block-tagclaud .tagclaud-hld span a:hover {
  color: var(--button__hover__color);
  background-color: var(--button__hover__background);
}
.sidebar .widget.block-categories ul li {
  padding-left: 0;
}
.sidebar .widget.block-categories ul li a {
  font-weight: inherit;
}
.sidebar .widget.block-categories ul li:first-child {
  padding-top: 0;
}
.sidebar .widget.block-categories ul li:last-child {
  padding-bottom: 0;
}
.sidebar .widget.block-archive .item {
  padding: 5px 0;
}
.sidebar .widget.block-archive .archive-item-link {
  font-weight: inherit;
}
.blog-page-list .post-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.blog-page-list .post-list .post-holder {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  border: 0;
  margin: 0 0 5rem;
}
.post-holder:hover .post-ftimg-hld > a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.post-holder:hover .post-ftimg-hld > a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.post-holder .post-ftimg-hld > a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
}
.post-holder .post-ftimg-hld > a::after {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}
.post-holder .post-ftimg-hld > a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.blog-post-view .post-view > .post-holder .post-header {
  margin: 0 0 6rem;
}
.blog-post-view .post-view > .post-holder .post-header .post-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}
.blog-post-view .post-view > .post-holder .post-info {
  color: #fff !important;
}
.blog-post-view .post-view > .post-holder .post-info .value {
  color: #fff !important;
}
.blog-post-view .post-view > .post-holder .post-info a:not(:hover) {
  color: #fff !important;
}
.blog-post-view .post-view > .post-holder .post-holder {
  padding: 0;
  margin-bottom: 0;
}
.blog-post-view .post-view > .post-holder .main > .post-bottom {
  margin-top: 3rem;
}
.blog-post-view .post-tag-comment {
  color: var(--text__color);
  font-size: 1.4rem;
  text-transform: none;
  font-weight: var(--text-weight);
}
.blog-post-view .post-tag-comment a:not(:hover) {
  color: var(--heading__color__base);
}
.blog-post-view .addthis_toolbox {
  margin: 4rem 0 0;
  text-align: center;
}
.blog-post-view .addthis_toolbox *[class*="addthis_button"] {
  padding: 0 1rem;
  float: none;
}
.blog-post-view .addthis_toolbox *[class*="addthis_button"]:hover .at-icon-wrapper {
  -webkit-transform: translateY(-4px) translateZ(0);
  -moz-transform: translateY(-4px) translateZ(0);
  -ms-transform: translateY(-4px) translateZ(0);
  transform: translateY(-4px) translateZ(0);
}
.blog-post-view .addthis_toolbox .at-icon-wrapper {
  width: 3.2rem !important;
  height: 3.2rem !important;
  background-color: #000 !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-post-view .addthis_toolbox .at-icon-wrapper svg {
  width: 1.8rem !important;
  height: 1.8rem !important;
}
.post-bottom .post-nextprev-hld {
  margin-bottom: 6rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-bottom .post-nextprev-hld a {
  font-size: 1.6rem;
  font-weight: var(--heading__font-weight__base) !important;
  flex: 1;
}
.post-bottom .post-nextprev-hld a:not(:hover) {
  color: var(--heading__color__base);
}
.post-bottom .post-nextprev-hld a.next-link {
  text-align: right;
}
.post-bottom .post-nextprev-hld:after {
  display: none;
}
.post-bottom #post-comments {
  padding-top: 6rem;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.post-bottom #post-comments .c-count,
.post-bottom #post-comments .c-comments {
  margin-bottom: 3rem;
}
.post-bottom #post-comments .c-count {
  order: 1;
}
.post-bottom #post-comments .c-comments {
  order: 2;
}
.post-bottom #post-comments .c-comments .p-info {
  margin-bottom: 0.8rem;
}
.post-bottom #post-comments .c-comments .p-info .p-name {
  text-transform: uppercase;
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  font-size: 1.3rem;
}
.post-bottom #post-comments .c-comments .c-comment:not(:last-of-type) {
  margin-bottom: 3rem;
}
.post-bottom #post-comments .c-comments .c-comment .p-replies {
  margin-top: 3rem;
  padding-left: 3rem;
}
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment {
  margin-top: 1.5rem;
}
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button:not(.cancel),
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action:not(.cancel),
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift:not(.cancel) {
  float: left;
}
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button.cancel,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.cancel,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift.cancel {
  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;
  margin-top: 1rem;
  float: right;
}
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button.cancel:focus,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button.cancel:active,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.cancel:focus,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.cancel:active,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift.cancel:focus,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift.cancel:active {
  background: none;
  border: none;
}
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button.cancel:hover,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.cancel:hover,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift.cancel:hover {
  background: none;
  border: none;
}
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button.cancel.disabled,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button.cancel[disabled],
fieldset[disabled] .post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld button.cancel,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.cancel.disabled,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.cancel[disabled],
fieldset[disabled] .post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .cart.table-wrapper .actions-toolbar > .action.cancel,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift.cancel.disabled,
.post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift.cancel[disabled],
fieldset[disabled] .post-bottom #post-comments .c-comments .c-comment .c-replyform-comment .c-btn-hld .action-gift.cancel {
  pointer-events: none;
  opacity: 0.5;
}
.post-bottom #post-comments .c-comments .p-actions {
  margin-left: -0.5rem;
}
.post-bottom #post-comments .c-comments .reply-action {
  font-size: 1.3rem;
  display: inline-block;
  text-decoration: none;
}
.post-bottom #post-comments .c-comments .reply-action:not(:hover) {
  color: #999;
}
.post-bottom #post-comments .c-comments .reply-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  content: '\e60e';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.post-bottom #post-comments .c-reply.cf {
  order: 3;
}
.post-bottom .block.comments .c-count {
  border-bottom: 0;
  color: var(--heading__color__base);
}
.post-bottom .block.comments .c-count strong {
  border: 0;
  padding: 0;
  font-weight: var(--heading__font-weight__base);
  text-transform: uppercase;
}
.post-bottom .block.comments form .lr-hld {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin: 2rem -15px 3rem;
}
.post-bottom .block.comments form .lr-hld > div {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
}
div[class*="block-recent-posts"][style*="background-image"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-post-view .page-title-wrapper,
.blog-post-view .breadcrumbs {
  display: none;
}
.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc((-100vw/2 + 100%/2));
  margin-right: calc((-100vw/2 + 100%/2));
}
.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header .post-ftimg-hld {
  margin-bottom: 0;
}
.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header .category-comment {
  display: none;
}
.products-grid .product-item {
  display: inline-block;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: var(--product_item-size);
  vertical-align: top;
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 6px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 1.5rem 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 6px;
}
.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) ': ';
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 24px;
}
.toolbar {
  margin: 4.5rem 0 0;
  padding: 3.5rem 0 0;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products:not(:last-child) {
  background: #fff;
  color: var(--text__color);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.toolbar-products:not(:last-child):after,
.toolbar-products:not(:last-child):before {
  display: none;
}
.toolbar-products:not(:last-child) .toolbar-amount {
  order: 1;
  flex: 1;
}
.toolbar-products:not(:last-child) .modes {
  order: 2;
}
.toolbar-products:not(:last-child) .grid-mode-show-type-products {
  order: 3;
}
.toolbar-products:not(:last-child) .sorter {
  order: 4;
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.toolbar-products:not(:last-child) label,
.toolbar-products:not(:last-child) .sorter-action {
  color: var(--text__color);
}
.toolbar-products select {
  height: auto;
  padding: 0;
  padding: 7px 10px;
  border-radius: var(--button__border-radius);
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter label {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: inherit;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #2f6f62;
}
.sorter .sorter-label {
  display: none;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: inline-flex;
  align-items: center;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  display: inline-flex;
  align-items: center;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.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: var(--heading__font-weight__base);
}
.product.name a {
  font-weight: 500;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 24px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7ddae8;
  font-size: 1.2rem;
  margin: 12px 0;
}
.product.media .product.thumbs {
  margin: 24px 0 36px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .table-wrapper {
  margin-bottom: 0;
}
.product.info.detailed .additional-attributes {
  width: 100%;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 6px 12px 6px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 36px 12px 0;
}
.product.info.detailed .additional-attributes tbody tr th {
  font-weight: var(--heading__font-weight__base);
  color: var(--heading__color__base);
}
.product.info.detailed .additional-attributes tbody tr th,
.product.info.detailed .additional-attributes tbody tr td {
  padding: 0.8rem 0;
}
.product.info.detailed .additional-attributes tbody tr:not(:only-child, :last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 0.7rem;
  text-align: left;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
}
.product-info-main .stock.available:before,
.product-info-main .stock.unavailable:before {
  content: attr(title) ':';
  font-weight: var(--text-weight);
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  font-weight: var(--text-weight);
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.product-info-main .product.attribute.overview {
  margin: calc(24px - 2px) 0 calc(24px + 3px);
}
.product-info-main .product.attribute.overview th {
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  width: 1%;
  padding-right: 1.4rem !important;
}
.product-info-main .product.alert {
  margin: 12px 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.3rem;
  line-height: 1;
}
.product-info-main .product-options-bottom {
  margin: 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: var(--heading__font-weight__base);
  margin: 0 0 6px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 12px;
}
.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.2rem;
  margin: 0 0 0 6px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-label,
.product-options-bottom .price-box .price-label {
  display: none !important;
}
.product-info-main .price-box .old-price .price,
.product-options-bottom .price-box .old-price .price {
  margin-left: 1rem;
  font-weight: 400;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin-right: 1.3rem;
  margin-bottom: 1.3rem;
}
.product-info-main .box-tocart .fieldset,
.product-options-bottom .box-tocart .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
}
.product-info-main .box-tocart .fieldset #paypal-smart-button,
.product-options-bottom .box-tocart .fieldset #paypal-smart-button {
  text-align: left;
  margin-top: 1rem;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 2rem;
  margin-bottom: 0;
}
.product-info-main .box-tocart .field.qty label,
.product-options-bottom .box-tocart .field.qty label {
  display: none;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  text-align: center;
  width: 40px;
  font-weight: var(--heading__font-weight__base);
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.3rem;
}
.product-info-main .product-addto-links .action,
.product-options-bottom .product-addto-links .action {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-info-main .product-addto-links .action span,
.product-options-bottom .product-addto-links .action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.product-info-main .product-addto-links .action:not(:last-child),
.product-options-bottom .product-addto-links .action:not(:last-child) {
  margin-right: 1.3rem;
}
.product-info-main .product-addto-links .action:not(:hover),
.product-options-bottom .product-addto-links .action:not(:hover) {
  color: var(--text__color);
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: middle;
}
.product-options-bottom {
  margin: 0.7rem 0 1.7rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prices-tier {
  background: #f5f5f5;
  margin: 12px 0;
  padding: 12px 18px;
}
.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: var(--heading__font-weight__base);
}
.ui-dialog-titlebar-close {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: var(--link__color);
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #222;
  text-decoration: none;
}
.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: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 6px;
}
.block-compare .block-title .counter,
.block-wishlist .block-title .counter {
  display: none;
}
.sidebar .product-items .product-item {
  margin-bottom: 24px;
  position: relative;
  background: transparent;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.sidebar .product-items .product-item-info > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  flex: 1;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 0;
}
.sidebar .product-items .product-item-actions > div {
  margin-bottom: 0.8rem;
}
.sidebar .product-items .product-item-actions .actions-primary {
  margin-right: 1rem;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 1.3rem;
  border-bottom: 2px solid;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:focus,
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:active {
  background: none;
  border: none;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:hover {
  background: none;
  border: none;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart.disabled,
.sidebar .product-items .product-item-actions .actions-primary .action.tocart[disabled],
fieldset[disabled] .sidebar .product-items .product-item-actions .actions-primary .action.tocart {
  pointer-events: none;
  opacity: 0.5;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:not(:hover) {
  color: var(--heading__color__base);
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:hover {
  color: var(--link__hover__color);
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:before {
  display: none;
}
.sidebar .product-items .product-item-actions .button_quickview a:before {
  display: none;
}
.sidebar .product-items .product-item-actions .button_quickview a:not(:hover) {
  color: var(--heading__color__base);
}
.sidebar .product-items .price-box {
  display: block;
  margin: 3px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7ddae8;
  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 .actions-toolbar .primary .action {
  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 .actions-toolbar .primary .action:focus,
.sidebar .actions-toolbar .primary .action:active {
  background: none;
  border: none;
}
.sidebar .actions-toolbar .primary .action:hover {
  background: none;
  border: none;
}
.sidebar .actions-toolbar .primary .action.disabled,
.sidebar .actions-toolbar .primary .action[disabled],
fieldset[disabled] .sidebar .actions-toolbar .primary .action {
  pointer-events: none;
  opacity: 0.5;
}
.sidebar .actions-toolbar .primary .action:not(:hover) {
  color: var(--heading__color__base);
}
.sidebar .actions-toolbar .primary .action:hover {
  color: var(--link__hover__color);
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.delete:before {
  font-size: 2rem;
}
.sidebar .product-items-images {
  margin-left: -6px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 6px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 12px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
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 #ddd;
}
.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 #ddd;
}
.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: 6px 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: 12px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  font-weight: var(--text-weight);
}
.block-compare .action.delete {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-compare .actions-toolbar {
  margin: 2rem 0 0;
}
.block-compare .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.search-autocomplete {
  margin-top: 0;
}
.block-search {
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  display: none;
}
.block-search .action.search {
  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;
  padding: 6px 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: var(--header-icons-color);
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: inherit;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus:before {
  color: #333;
}
.block-search input {
  margin: 0;
}
.block-search input::-webkit-input-placeholder {
  color: #999999;
}
.block-search input:-moz-placeholder {
  color: #999999;
}
.block-search input::-moz-placeholder {
  color: #999999;
}
.block-search input:-ms-input-placeholder {
  color: #999999;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 6px 48px 6px 12px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #ccc;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 6px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.form.contact {
  float: none;
  width: 100%;
  margin-bottom: 3rem;
}
.form.contact .row.field {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.form.contact .row.field > div {
  margin-bottom: 24px;
}
.form.contact .control {
  line-height: 1;
}
.form.contact .actions-toolbar > .primary,
.form.contact .actions-toolbar > .secondary {
  text-align: left;
}
.filter-options .filter-options-title,
.block .filter-options-title,
.filter-options .block-title strong,
.block .block-title strong {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--heading__color__base);
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: #2f6f62;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 6px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1em;
  padding-bottom: 1.8rem;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 6px 12px;
  padding-left: 0;
}
.filter-current .item {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  color: var(--heading__color__base);
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 12px;
}
.filter-current .action.remove {
  left: -5px;
  position: absolute;
}
.filter-actions {
  margin-bottom: 30px;
}
.filter-actions a:not(:hover) {
  color: var(--heading__color__base);
}
.filter-label {
  font-weight: var(--heading__font-weight__base);
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: var(--text__color);
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-content {
  margin: 0;
}
.filter-options-content ul,
.filter-options-content ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.filter-options-content .item {
  margin: 12px 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content a {
  color: var(--heading__color__base);
  margin-right: -5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: var(--text__color);
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.3rem;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.filter-options-content .swatch-attribute .swatch-option {
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 0.85714rem;
  padding: 0;
  margin: 0 7px 5px 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
  outline: none;
  background-size: cover !important;
}
.filter-options-content .swatch-attribute .swatch-option:focus {
  box-shadow: none;
  border-color: #2f6f62;
}
.block.newsletter {
  position: relative;
  z-index: 2;
}
.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: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.block.newsletter .field .control .input-focus {
  flex: 1;
}
.block.newsletter input {
  padding: 0 0 0 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .action.subscribe {
  margin-left: -1px;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.block.newsletter div.mage-error[generated] {
  position: absolute;
}
body {
  background-color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  background-color: var(--header__background-color);
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
}
.header.content {
  padding-top: 12px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 12px 48px;
  max-width: 50%;
  position: relative;
  z-index: 3;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 36px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 12px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: var(--text__color);
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: var(--link__color);
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: var(--link__hover__color);
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #222;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 12px;
}
.message.global.demo {
  margin: 0 0 12px;
  padding: 12px 24px;
  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: var(--link__color);
}
.message.global.demo a:hover {
  color: var(--link__hover__color);
}
.message.global.demo a:active {
  color: #222;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #e6e6e6;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block {
  margin: 24px 0;
}
.ui-datepicker td {
  padding: 0;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ddd;
}
.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 #ddd;
}
.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 #ddd;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 12px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 12px 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: 12px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 12px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: var(--heading__font-weight__base);
}
.block-wishlist .product-item-name {
  margin-right: 30px;
}
.products-grid.wishlist .product-item {
  margin: 0 0 3rem;
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 12px;
}
.products-grid.wishlist .product-item-info {
  width: 100%;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item .price-as-configured {
  margin-bottom: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 60px;
  margin: 12px 0 8px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 1rem 0 0;
}
.products-grid.wishlist .product-item .box-tocart .fieldset > * {
  margin-bottom: 1rem;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty {
  padding-right: 5px;
  display: block;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty label {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty > .control {
  float: none;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty > .control input {
  border-radius: 2px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions {
  flex: 1;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
  border-radius: 2px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .actions-primary .tocart:before {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions {
  margin: 0;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions .action.edit:not(:hover),
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions .action.delete:not(:hover) {
  color: #999;
}
.wishlist-index-index .actions-toolbar .primary .update,
.wishlist-index-index .actions-toolbar .primary .share {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: var(--heading__color__base);
  font-weight: var(--text-weight);
}
.wishlist-index-index .actions-toolbar .primary .tocart {
  background-color: var(--button__hover__background);
  border-color: var(--button__hover__background);
  color: var(--button__hover__color);
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: var(--heading__color__base);
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #666;
}
.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: var(--heading__color__base);
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #666;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #666;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid var(--heading__color__base);
  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: 6px 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: 12px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 6px;
}
.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 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.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: 12px;
  top: 12px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 12px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 12px;
}
.block-wishlist-management .wishlist-notice {
  color: #7ddae8;
  display: inline-block;
  margin-right: 24px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 24px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 24px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 72px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 24px;
}
.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: 24px;
}
.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 12px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 12px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 12px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 12px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 24px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 24px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 12px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 24px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 12px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 12px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  padding: 7px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 24px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 24px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 24px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
/* link color */
/**
//  * Copyright © Bluesky, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
@-webkit-keyframes fadeInsTicky {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInsTicky {
  -webkit-animation-name: fadeInsTicky;
  animation-name: fadeInsTicky;
}
.header_scroll_up .sticky-header,
.header_scroll_up.sticky-header {
  animation-name: fadeInsTicky;
  animation-duration: 1s;
  animation-fill-mode: inherit;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.columns .column.main {
  padding-bottom: 0;
}
.columns .column.main .block:last-of-type {
  margin-bottom: 0;
}
.container-min {
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
rs-slide .container,
rs-slide .container-larger {
  position: relative;
}
.page-main,
.page-header .header.panel,
.footer.content,
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.wrapper-the-blue-sky-slider .nivo-controlNav,
.js-marquee-wrapper,
.breadcrumbs .items {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#cookie-status {
  text-align: center;
  padding: 10px 0;
}
body .container-products-mode-list .grid-mode-show-type-products {
  display: none !important;
}
select {
  color: var(--text__color);
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/icon-select.png);
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  padding-right: 3rem !important;
}
.btn.small {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 5%;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn.small:focus,
.btn.small:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.btn.small:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.btn.small.disabled,
.btn.small[disabled],
fieldset[disabled] .btn.small {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary,
.action-primary {
  line-height: 22.4px;
}
.action.as-dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
  border: 2px solid var(--button__color);
}
.flex-layout {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.flex-layout.center {
  align-items: center;
  justify-content: center;
}
.flex-layout.column {
  flex-direction: column;
}
.flex-layout.no-wrap {
  flex-wrap: nowrap;
}
.flex-layout.flex-end {
  justify-content: flex-end;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.center_hozital {
  justify-content: center;
}
.center_vertical {
  align-items: center;
}
[class*="my-tooltip"] .tooltip-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  display: block !important;
  text-align: center;
}
[class*="my-tooltip"] .tooltip-content.no-wrap {
  white-space: nowrap;
}
[class*="my-tooltip"]:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.my-tooltip {
  position: relative;
}
.my-tooltip .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  top: 100%;
}
.my-tooltip .tooltip-content:after {
  border-top-color: #383838;
  left: 15px;
  margin-left: -5px;
}
.my-tooltip .tooltip-content:before {
  left: 15px;
  margin-left: -5px;
}
.my-tooltip .tooltip-toggle {
  cursor: pointer;
}
.my-tooltip .tooltip-toggle:hover + .tooltip-content,
.my-tooltip .tooltip-toggle:focus + .tooltip-content,
.my-tooltip:hover .tooltip-content {
  display: block;
}
.my-tooltip-left {
  position: relative;
}
.my-tooltip-left .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-right: 5px;
  right: 100%;
  top: 0;
}
.my-tooltip-left .tooltip-content:after,
.my-tooltip-left .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip-left .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-left .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-left .tooltip-content:after,
.my-tooltip-left .tooltip-content:before {
  left: 100%;
}
.my-tooltip-left .tooltip-content:after {
  border-left-color: #383838;
  margin-top: -5px;
  top: 15px;
}
.my-tooltip-left .tooltip-content:before {
  margin-top: -5px;
  top: 15px;
}
.my-tooltip-left .tooltip-toggle {
  cursor: pointer;
}
.my-tooltip-left .tooltip-toggle:hover + .tooltip-content,
.my-tooltip-left .tooltip-toggle:focus + .tooltip-content,
.my-tooltip-left:hover .tooltip-content {
  display: block;
}
.my-tooltip-top {
  position: relative;
}
.my-tooltip-top .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.my-tooltip-top .tooltip-content:after,
.my-tooltip-top .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip-top .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-top .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-top .tooltip-content:after,
.my-tooltip-top .tooltip-content:before {
  top: 100%;
}
.my-tooltip-top .tooltip-content:after {
  border-top-color: #383838;
  left: 15px;
  margin-left: -5px;
}
.my-tooltip-top .tooltip-content:before {
  left: 15px;
  margin-left: -5px;
}
.my-tooltip-top .tooltip-toggle {
  cursor: pointer;
}
.my-tooltip-top .tooltip-toggle:hover + .tooltip-content,
.my-tooltip-top .tooltip-toggle:focus + .tooltip-content,
.my-tooltip-top:hover .tooltip-content {
  display: block;
}
.swatch-option-tooltip {
  min-height: unset;
  min-width: 6rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
}
.swatch-option-tooltip .image {
  display: none !important;
}
.swatch-option-tooltip .title {
  margin-bottom: 0;
  line-height: 1;
  min-height: unset;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip .corner:after {
  border-color: #383838 transparent transparent transparent;
}
.swatch-option-tooltip .corner:before {
  top: -3px;
  left: 6px;
}
.swatch-option-tooltip .corner:after {
  top: -4px;
  left: -11px;
}
.swatch-option-tooltip[style*="display: none"] {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
}
.swatch-option-tooltip[style*="display: block"] {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  padding: 8px 1rem;
  clip: auto;
  height: auto;
  width: auto;
  opacity: 1;
  visibility: visible;
}
.hidden-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.row_5 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row_5 [class*="col-"],
.row_5 .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row_10 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row_10 [class*="col-"],
.row_10 .col {
  padding-left: 1rem;
  padding-right: 1rem;
}
.hozital-menu ul,
ul.hozital-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-bottom: 0;
}
.hozital-menu ul li,
ul.hozital-list li {
  display: inline-flex;
  line-height: 1;
  margin: 0;
  align-items: center;
}
.hozital-menu ul li em,
ul.hozital-list li em,
.hozital-menu ul li i,
ul.hozital-list li i {
  padding-right: 3px;
}
.container_lager {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* Typography */
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300 !important;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
h1 .regular,
h2 .regular,
h3 .regular,
h4 .regular,
h5 .regular,
h6 .regular {
  font-weight: 400;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* p:only-of-type {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.btn:visited,
a.alink:visited {
  color: var(--button__color);
}
ul,
ol {
  padding-left: 1.7rem;
}
blockquote {
  background: #f1f1f1;
}
blockquote::before {
  content: '“';
  font-size: 5rem;
}
.btn,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: var(--button__border-radius);
  text-transform: var(--button__text_transform);
}
.btn:focus,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:focus,
.btn:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.btn:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.btn.disabled,
.block-cart-failed .action.continue.disabled,
.cart-container .form-cart .action.continue.disabled,
.btn[disabled],
.block-cart-failed .action.continue[disabled],
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .block-cart-failed .action.continue,
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.btn.transparent,
.block-cart-failed .action.continue.transparent,
.cart-container .form-cart .action.continue.transparent {
  background: transparent;
  border: 2px solid;
}
.btn.light:not(:hover),
.block-cart-failed .action.continue.light:not(:hover),
.cart-container .form-cart .action.continue.light:not(:hover) {
  background-color: #fff;
  color: var(--heading__color__base);
}
.btn + .btn {
  margin-left: 1rem;
}
button,
.action.primary,
.action.secondary,
.action.btn,
.action-gift,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: var(--button__text_transform);
  border-radius: var(--button__border-radius);
}
button:active,
.action.primary:active,
.action.secondary:active,
.action.btn:active,
.action-gift:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > th {
  vertical-align: middle;
  border: 1px solid #ddd;
}
.message.global.cookie {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  background: #fff;
  line-height: 1.75;
  z-index: 4;
}
.message.global.cookie .content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.message.global.cookie .content > * {
  padding: 5px 0;
  margin: 0;
}
.message.global.cookie .content strong {
  color: #222;
}
.message.global.cookie .content button,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action,
.message.global.cookie .content .action-gift {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.product.info.detailed,
.block.related,
.block.upsell {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .product.info.detailed,
  .block.related,
  .block.upsell {
    margin-bottom: 50px;
  }
}
.product.info.detailed.full-width,
.block.related.full-width,
.block.upsell.full-width {
  width: 100vw;
  position: relative;
  left: calc((-1 * (100vw - 100%)/2));
}
.product.info.detailed .block-static-block.widget,
.block.related .block-static-block.widget,
.block.upsell .block-static-block.widget,
.product.info.detailed .block-cms-link.widget,
.block.related .block-cms-link.widget,
.block.upsell .block-cms-link.widget {
  margin-bottom: 0;
}
.block.related,
.block.upsell {
  margin-top: 60px;
}
section.container_horizontal_tab_postions .ui-tabs-nav,
.section.container_horizontal_tab_postions .ui-tabs-nav {
  margin-bottom: 1.5rem;
}
section.has-white-bg,
.section.has-white-bg {
  padding: 60px 0;
  background-color: #fff;
}
section.has-bg,
.section.has-bg {
  padding: 60px 0;
}
.page-title-wrapper {
  margin: 5rem 0;
  text-align: center;
}
.page-title-wrapper .page-title {
  font-size: 3rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.top-banner-blog-container {
  display: none;
}
div[class="top-banner-blog-container"][style*="background-image"] {
  display: block;
  padding: 7rem 0;
  text-align: center;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
div[class="top-banner-blog-container"][style*="background-image"] .top-banner-blog-title {
  color: #fff;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  div[class="top-banner-blog-container"][style*="background-image"] .top-banner-blog-title {
    font-size: 6.25vw;
  }
}
.title {
  margin-bottom: 5.2rem;
  text-align: center;
}
.title h2 {
  margin-bottom: 1rem;
  font-size: 4.8rem;
}
.title h2 span {
  color: #2f6f62;
}
.block-title,
.block-authentication .block-title {
  font-family: var(--heading__font-family__base);
  color: var(--heading__color__base);
  margin-bottom: 2rem;
}
.block.related .block-actions button,
.block.upsell .block-actions button,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.related .block-actions .action-gift,
.block.upsell .block-actions .action-gift {
  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;
}
.block.related .block-actions button:focus,
.block.upsell .block-actions button:focus,
.block.related .block-actions button:active,
.block.upsell .block-actions button:active,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action:focus,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action:focus,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action:active,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action:active,
.block.related .block-actions .action-gift:focus,
.block.upsell .block-actions .action-gift:focus,
.block.related .block-actions .action-gift:active,
.block.upsell .block-actions .action-gift:active {
  background: none;
  border: none;
}
.block.related .block-actions button:hover,
.block.upsell .block-actions button:hover,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action:hover,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action:hover,
.block.related .block-actions .action-gift:hover,
.block.upsell .block-actions .action-gift:hover {
  background: none;
  border: none;
}
.block.related .block-actions button.disabled,
.block.upsell .block-actions button.disabled,
.block.related .block-actions button[disabled],
.block.upsell .block-actions button[disabled],
fieldset[disabled] .block.related .block-actions button,
fieldset[disabled] .block.upsell .block-actions button,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action[disabled],
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .block.related .block-actions .cart.table-wrapper .actions-toolbar > .action,
fieldset[disabled] .block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.related .block-actions .action-gift.disabled,
.block.upsell .block-actions .action-gift.disabled,
.block.related .block-actions .action-gift[disabled],
.block.upsell .block-actions .action-gift[disabled],
fieldset[disabled] .block.related .block-actions .action-gift,
fieldset[disabled] .block.upsell .block-actions .action-gift {
  pointer-events: none;
  opacity: 0.5;
}
.block-newsletter-form {
  padding: 40px 0;
}
.block-newsletter-form input {
  border-radius: 0;
}
.cms-index-index .page.messages {
  position: fixed;
  cursor: pointer;
  right: 35px;
  top: 140px;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: bounceOutRight 1.5s ease-in 4s forwards;
  -moz-animation: bounceOutRight 1.5s ease-in 4s forwards;
  -ms-animation: bounceOutRight 1.5s ease-in 4s forwards;
  animation: bounceOutRight 1.5s ease-in 4s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cms-index-index .page.messages .messages {
  display: inline-block;
}
body .modal-custom .modal-inner-wrap,
body .modal-popup .modal-inner-wrap,
body .modal-slide .modal-inner-wrap {
  border-radius: 0;
  box-shadow: none;
}
body .modal-custom .modal-title,
body .modal-popup .modal-title,
body .modal-slide .modal-title {
  padding-top: 12px;
  text-align: center;
}
.pswp .pswp__button:hover {
  background: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}
.pswp .pswp__button.pswp__button--close {
  background-position: 0 -44px;
}
.pswp .pswp__button.pswp__button--share {
  background-position: -44px -44px;
}
.pswp .pswp__button.pswp__button--zoom {
  background-position: -88px 0;
}
.breadcrumbs {
  background: #f6f6f8;
  padding: 0 !important;
  min-height: 44.5px;
}
.breadcrumbs .items {
  margin: auto;
  padding: 1rem 0;
  max-width: var(--layout__max-width);
  padding-left: 15px;
  padding-right: 15px;
}
.page-header {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
  border-bottom: 0;
}
._has-modal-custom .page-header {
  z-index: 2;
}
.container-setting-language-currency .switcher-label {
  display: none;
}
.container-setting-language-currency .switcher {
  display: inline-block;
  margin-right: 0;
  line-height: 1;
  padding: 0 2px 0 2px;
  border-right: 1px solid;
  border-color: rgba(245, 245, 245, 0.15);
}
.container-setting-language-currency .switcher:first-child {
  padding-left: 0;
}
.container-setting-language-currency .switcher:last-child {
  padding-right: 0;
  border-right: 0;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle {
  line-height: 1;
  white-space: nowrap;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle * {
  line-height: 1;
  text-transform: capitalize;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle:after {
  vertical-align: middle;
  margin-left: -4px;
  line-height: 0.7;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle strong,
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  margin: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 30px);
  right: 0;
  padding: 1rem 0;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  transition: top 0.3s ease;
  min-width: 180px;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown:before,
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown:after {
  display: none;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li {
  font-size: 1.2rem;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li:hover {
  background: transparent;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li a {
  padding: 0.2rem 2rem;
  line-height: 2.6rem;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li a:not(:hover) {
  color: var(--text__color);
}
.container-setting-language-currency .switcher .switcher-options.active .dropdown.switcher-dropdown {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 12px);
}
.header-container .container {
  width: 100% !important;
}
.header-container .header_middle {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-container:not(.sticky) .logo-sticky {
  display: none;
}
.header-container:not(.sticky) .action-sticky.show-on-sticky {
  display: none;
}
.header-container .logo-container {
  display: inline-flex;
  align-items: center;
}
.header-container .logo-container .nav-toggle {
  display: none;
}
.header-container .logo {
  max-width: 100%;
  margin: 0;
  float: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.header-container .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.header-container .header.links .greet.welcome,
.header-container .header.links .customer-welcome + .authorization-link {
  display: none;
}
.header-container .header.links li {
  margin-bottom: 0;
  border-width: 0 1px;
  white-space: nowrap;
}
.header-container .header.links li:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
}
.header-container .header.links li.customer-welcome {
  margin-right: 0;
}
.header-container .header.links li.compare .compare {
  display: block;
}
.header-container .header.links li:not(:hover) a {
  color: var(--topbarcolor);
}
.header-container .header.links li.customer-welcome .customer-name .action.switch,
.header-container .header.links li.authorization-link .action.switch,
.header-container .header.links li.customer-welcome .customer-name a[href*="login"],
.header-container .header.links li.authorization-link a[href*="login"] {
  font-size: 0;
}
.header-container .header.links li.customer-welcome .customer-name .action.switch:before,
.header-container .header.links li.authorization-link .action.switch:before,
.header-container .header.links li.customer-welcome .customer-name a[href*="login"]:before,
.header-container .header.links li.authorization-link a[href*="login"]:before {
  content: "\e90e";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  padding-right: 2px;
  color: var(--header-icons-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-container .header.links li.customer-welcome .customer-name .action.switch:hover::before,
.header-container .header.links li.authorization-link .action.switch:hover::before,
.header-container .header.links li.customer-welcome .customer-name a[href*="login"]:hover::before,
.header-container .header.links li.authorization-link a[href*="login"]:hover::before {
  color: #2f6f62;
}
.header-container .header.links li.authorization-link {
  border-right: 0;
  margin-top: -1px;
  margin-right: 0;
  padding-right: 0;
  white-space: nowrap;
}
.header-container .header.links li.authorization-link a[href*="logout"]:after {
  display: none;
}
.header-container .header__action-default .minicart-wrapper .action.showcart .counter.qty,
.header-container .header__action-default li .counter.qty {
  position: absolute;
  right: -1rem;
  top: -5px;
  width: 1.5rem;
  min-width: 1.5rem;
  font-size: 10px;
  height: 1.5rem;
  color: #fff;
  background-color: #000;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 0;
}
.header-container .header__action-default .minicart-wrapper .action.showcart .counter.qty.empty,
.header-container .header__action-default li .counter.qty.empty {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .header-container .header__action-default .minicart-wrapper .action.showcart .counter.qty,
  .header-container .header__action-default li .counter.qty {
    min-width: 1.8rem;
    min-height: 1rem;
    height: 1.8rem;
  }
}
.header-container .hotline,
.header-container .address {
  margin: 0 1.5rem 0 0.9rem;
}
.header-container .hotline .icon,
.header-container .address .icon {
  line-height: 1;
  margin-right: 0.8rem;
  color: var(--header-icons-color);
}
.header-container .hotline .icon > *,
.header-container .address .icon > * {
  margin-right: -2.5px;
  vertical-align: middle;
}
.header-container .hotline p,
.header-container .address p {
  margin-bottom: 0;
}
.header-container .hotline h5,
.header-container .address h5 {
  margin: 0;
}
.header-container.sticky .logo-container {
  z-index: 4;
}
.header-container.sticky .header__logo + .header__menu .next-back-menu-custom {
  margin-left: 1.5rem;
}
.header-container.sticky .logo-sticky,
.header-container.sticky .sticky-logo {
  display: inline-flex;
  align-items: center;
  max-width: 25rem;
}
.header-container.sticky .sticky-header,
.header-container.sticky.sticky-header {
  background-color: var(--header_sticky_bg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 23;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header-container.sticky .sticky-header.center-element .logo-sticky,
.header-container.sticky.sticky-header.center-element .logo-sticky,
.header-container.sticky .sticky-header.center-element .action-sticky,
.header-container.sticky.sticky-header.center-element .action-sticky {
  flex: 1;
}
.header-container.sticky .sticky-header.center-element .logo-sticky .header__action-default,
.header-container.sticky.sticky-header.center-element .logo-sticky .header__action-default,
.header-container.sticky .sticky-header.center-element .action-sticky .header__action-default,
.header-container.sticky.sticky-header.center-element .action-sticky .header__action-default {
  justify-content: flex-end;
}
.header-container.sticky .sticky-header.center-element .header__menu,
.header-container.sticky.sticky-header.center-element .header__menu {
  flex: 2;
  justify-content: center;
}
.header-container.sticky .sticky-header.center-element .header__menu,
.header-container.sticky.sticky-header.center-element .header__menu {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .header-container.sticky.sticky-header .static-sticky {
    position: static;
  }
  .header-container.sticky.sticky-header .header__menu.show-menu {
    max-width: 60%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-container.sticky.sticky-header .header__menu.show-menu .custommenu > ul {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.header-container.sticky .fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart {
  height: 100vh;
}
.header-container.sticky .action-sticky {
  justify-content: flex-end;
}
.header-container.sticky .action-sticky .minicart-wrapper {
  margin-left: 0;
}
.header-container.sticky .action-sticky .header__action-default > li {
  margin: 0 0.5rem;
}
.header-container.sticky .action-sticky .header__action-default > li > a:before,
.header-container.sticky .action-sticky .header__action-default > li .minicart-wrapper > a:before {
  font-size: 2.6rem;
  color: var(--navigation-level0-item__color);
}
.header-container.sticky .action-sticky .header__action-default > li:last-child {
  margin-right: 0;
}
.header-container.sticky .action-sticky .minicart-wrapper .action.showcart .counter.qty,
.header-container.sticky .action-sticky li .counter.qty {
  min-width: 2rem;
  min-height: 1rem;
  height: 2rem;
  line-height: 1;
}
.header-container.sticky .hidden-sticky {
  display: none !important;
}
.unvisible {
  display: none;
}
html:not(.hside_opened) .header-container.kalles_scroll_up .sticky-header,
html:not(.hside_opened) .header-container.kalles_scroll_up.sticky-header {
  animation-name: fadeInsTicky;
  animation-duration: 1s;
  animation-fill-mode: inherit;
}
.topbar {
  background-color: var(--topbarbg);
  color: var(--topbarcolor);
  font-size: var(--topbar-size);
  padding: 4px 0;
}
.topbar.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.topbar .elementor-icon-box-wrapper .elementor-icon-box-content a:not(:hover) {
  color: var(--topbarcolor);
}
.topbar .topbar__section {
  padding: 6px 0;
}
.topbar .topbar__section [data-content-type='row'][data-appearance='contained'] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.topbar .topbar__section [data-content-type='row'][data-appearance='contained'] .pagebuilder-column-group {
  margin-left: 0;
  margin-right: 0;
}
.topbar a:not(:hover) {
  color: var(--topbarcolor);
}
.topbar .action strong,
.topbar .action.toggle::after {
  color: var(--topbarcolor);
}
.topbar p,
.topbar ul {
  margin-bottom: 0;
}
.topbar ul.social-link {
  margin: 0;
  padding: 0;
}
.topbar ul.social-link li {
  margin: 0 1.4rem 0 0 !important;
}
.topbar ul.social-link li a {
  margin-left: 0;
}
.topbar ul.social-link .tooltip-content {
  display: none !important;
}
.header__action ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.header__action .block.block-search {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.header__action.hidden_text .header__action-default > li:not(.account-link-header) {
  font-size: 0;
}
.header__action .account-link-header {
  display: none;
}
.header__action-default > li {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-bottom: 0;
  line-height: 1;
}
.header__action-default > li a {
  position: relative;
  display: block;
}
.header__action-default > li a::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__action-default > li > a:before,
.header__action-default > li .minicart-wrapper > a:before,
.header__action-default > li .minicart-wrapper > a.active:before {
  color: var(--header-icons-color);
}
.header__action-default > li > a:hover::before,
.header__action-default > li .minicart-wrapper > a:hover::before,
.header__action-default > li .minicart-wrapper > a.active:hover::before {
  color: #2f6f62;
}
.header__action-default > li.wishlist a:before {
  content: "\e907";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header__action-default > li .minicart-wrapper {
  margin-left: 0;
}
.header__action-default > li .minicart-wrapper .action.showcart:before {
  content: "\e903";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header__action-default .customer-welcome li .counter.qty {
  display: none;
}
.sub-category-slide {
  margin-bottom: 50px;
}
.sub-category-slide .mf-image-box {
  position: relative;
  overflow: hidden;
}
.sub-category-slide .mf-image-box .image-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.sub-category-slide .mf-image-box .image-content a {
  display: block;
  font-weight: var(--heading__font-weight__base);
  color: var(--heading__color__base);
  text-transform: capitalize;
  background-color: #fff;
  padding: 12px 20px;
  min-width: 150px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
.block-minicart .cart_threshold {
  font-size: 13px;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
  line-height: normal;
}
.block-minicart .cart_thres_1 span,
.block-minicart .cart_thres_2 span,
.block-minicart .cart_thres_3 span {
  color: #ec0101;
  font-weight: 500;
}
.block-minicart .cart_bar_w {
  width: 100%;
  height: 9px;
  background-color: #eee;
  border-radius: 5px;
  margin: 15px 0 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  position: relative;
}
.block-minicart .cart_bar_w > span {
  background-color: #008060;
  width: 0;
  border-radius: 5px;
  transition: width 0.4s ease-in-out;
  display: block;
  height: 100%;
  position: relative;
}
.block-minicart .cart_bar_w > span:after {
  position: absolute;
  top: -12px;
  right: 0;
  content: "\f0d1";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  background-color: #008060;
  padding: 6px;
  border-radius: 12px;
  line-height: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.block-minicart .cart_bar_w > span,
.block-minicart .cart_bar_w > span:after {
  animation: 5s linear infinite progress;
  -moz-animation: 5s linear infinite progress;
  -webkit-animation: 5s linear infinite progress;
  -ms-animation: progress 5s linear infinite;
  -o-animation: 5s linear infinite progress;
  background-size: 1rem 1rem;
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
}
.page-footer {
  color: var(--footer-links-color);
}
.page-footer .widget.block,
.page-footer .block-static-block.widget,
.page-footer .block-cms-link.widget {
  margin: 0;
}
.page-footer .elementor-icon-box-wrapper .elementor-icon-box-content a:not(:hover),
.page-footer .elementor-content-static-menu a:not(:hover),
.page-footer .staticmenu-container a:not(:hover) {
  color: var(--footer-links-color);
}
.page-footer .footer-container {
  background-color: var(--footer__background-color);
}
#back-top {
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 36px;
  border-radius: 2px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  color: #222;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#back-top.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#back-top.sticky_atc_shown {
  bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #back-top.sticky_atc_shown {
    bottom: 15rem;
  }
}
footer .fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.link-on-bottom .mobile-bottom-link {
  list-style: none;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
.link-on-bottom .mobile-bottom-link li {
  margin-bottom: 0;
  flex: 1;
}
.link-on-bottom .mobile-bottom-link li a {
  padding: 15px 10px;
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 11px;
}
.link-on-bottom .mobile-bottom-link li a span {
  display: block;
  font-size: 19px;
  margin-bottom: 9px;
  font-weight: 600;
}
.link-on-bottom .mobile-bottom-link li a:not(:hover) {
  color: #222;
}
.link-on-bottom .mobile-bottom-link li a .nav-toggle {
  position: static;
  width: auto;
  height: auto;
}
.link-on-bottom .mobile-bottom-link li a .nav-toggle:before {
  display: none;
}
.link-on-bottom .mobile-bottom-link li a .nav-toggle span {
  position: static;
  width: auto;
  height: auto;
}
.link-on-bottom .link-cart-bottom {
  position: relative;
}
.link-on-bottom .link-cart-bottom .count {
  position: absolute;
  right: 0;
  left: 25px;
  top: 10px;
  margin: auto;
  width: 1.8rem;
  min-width: 1.8rem;
  font-size: 10px;
  height: 1.8rem;
  color: #fff;
  background-color: #000;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.nav-open .page-footer {
  position: relative;
  z-index: 1;
}
.toolbar {
  position: relative;
}
.toolbar .modes .modes-mode span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar:last-of-type .grid-mode-show-type-products {
  display: none;
}
.sidebar-additional .block-wishlist .product-item .product-item-details {
  min-height: 1px !important;
}
.sidebar-additional .block-wishlist .product-item .product-item-name > a,
.sidebar-additional .block-wishlist .product-item .product.name > a {
  font-weight: var(--text-weight);
}
.sidebar-additional .block-wishlist .product-item .button_quickview {
  display: none;
}
.sidebar .block-reorder {
  display: none;
}
.pages .items {
  display: inline-flex;
}
.pages .items .item {
  margin-right: 1rem;
  vertical-align: middle;
}
.pages .items .item a,
.pages .items .item strong {
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pages .items .item a:active,
.pages .items .item strong:active {
  box-shadow: none;
}
.pages .action.previous {
  margin-right: 0;
}
.pages .action.next {
  margin-left: 0;
}
.minicart-wrapper .subtitle.empty {
  font-weight: var(--text-weight);
}
.minicart-wrapper .subtitle.empty:before {
  content: "";
  display: block;
  -webkit-mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/empty_cart.svg) no-repeat center;
  -moz-mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/empty_cart.svg) no-repeat center;
  -ms-mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/empty_cart.svg) no-repeat center;
  mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/empty_cart.svg) no-repeat center;
  background-color: #999;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-mask-size: contain;
  margin: auto;
  margin-bottom: 2rem;
}
.minicart-wrapper .product-image-container {
  max-width: 95px;
  margin-right: 15px;
}
.minicart-wrapper .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-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.minicart-wrapper .action.close:before {
  display: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .minicart-wrapper .action.close:hover,
  .minicart-wrapper .action.close:active {
    color: var(--heading__color__base);
  }
  .minicart-wrapper .action.close:hover:after,
  .minicart-wrapper .action.close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.minicart-wrapper .button-close-cart {
  text-align: center;
}
.minicart-wrapper .button-close-cart button,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action,
.minicart-wrapper .button-close-cart .action-gift {
  background-image: none;
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  padding: 7px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.minicart-wrapper .button-close-cart button:focus,
.minicart-wrapper .button-close-cart button:active,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action:focus,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action:active,
.minicart-wrapper .button-close-cart .action-gift:focus,
.minicart-wrapper .button-close-cart .action-gift:active {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.minicart-wrapper .button-close-cart button:hover,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action:hover,
.minicart-wrapper .button-close-cart .action-gift:hover {
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #fff;
}
.minicart-wrapper .button-close-cart button.disabled,
.minicart-wrapper .button-close-cart button[disabled],
fieldset[disabled] .minicart-wrapper .button-close-cart button,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action.disabled,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action,
.minicart-wrapper .button-close-cart .action-gift.disabled,
.minicart-wrapper .button-close-cart .action-gift[disabled],
fieldset[disabled] .minicart-wrapper .button-close-cart .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.minicart-wrapper .block-minicart {
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  border: 0;
}
.minicart-wrapper .minicart-items-wrapper {
  border: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details {
  padding-right: 2rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a {
  color: var(--heading__color__base);
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty {
  margin-top: 0;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: var(--heading__color__base);
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.details-qty {
  margin-top: 10px;
  position: relative;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.up-down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 11px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.up-down .qty-down-fixed-onclick,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.up-down .qty-up-fixed-onclick {
  color: var(--text__color);
  font-size: 1rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .label {
  display: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item {
  vertical-align: middle;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: var(--text__color);
  position: absolute;
  right: -6px;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:focus,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:active {
  background: none;
  border: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:hover {
  background: none;
  border: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item.disabled,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item[disabled],
fieldset[disabled] .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:hover,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:focus {
  color: #2f6f62;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty input {
  height: auto;
  text-align: left;
  border: 0;
  padding: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions {
  position: absolute !important;
  top: 1.5rem;
  right: -7px;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions .action.edit {
  display: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions .action.edit:before {
  font-size: 2rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions .action.delete:before {
  content: '\e616';
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .toggle {
  display: none !important;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .content {
  display: block !important;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list {
  display: grid;
  grid-template-columns: 24% 70%;
  margin-bottom: 0;
  margin-top: 0.7rem;
  font-size: 1.2rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list .label {
  color: var(--heading__color__base);
  font-weight: 500;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list .label:after {
  content: ":";
  padding-left: 2px;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list dd {
  margin-bottom: 8px;
}
.minicart-wrapper .minicart-items-wrapper .product-item {
  border-top: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product {
  position: relative;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-content .items-total {
  display: none;
}
.minicart-wrapper .block-content .subtotal {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: var(--heading__font-family__base);
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 2rem;
}
.minicart-wrapper .block-content .subtotal .label {
  font-size: 1.4rem;
  color: var(--heading__color__base);
}
.minicart-wrapper .block-content .subtotal .price-container {
  color: var(--heading__color__base);
}
.minicart-wrapper .block-content .subtotal .price-container .price {
  font-size: 1.6rem;
}
.minicart-wrapper .block-content .actions button,
.minicart-wrapper .block-content .actions .btn,
.minicart-wrapper .block-content .actions .cart.table-wrapper .actions-toolbar > .action,
.minicart-wrapper .block-content .actions .action-gift {
  width: 100%;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.minicart-wrapper .block-content .actions .secondary {
  margin-right: 0;
  margin-left: 0;
}
.minicart-wrapper .block-content .actions .secondary .action.viewcart {
  background: #f6f6f6;
  color: var(--heading__color__base);
}
.minicart-wrapper .loading-mask {
  display: none;
}
.minicart-wrapper .loading-mask .loader {
  width: 15px;
  height: 15px;
  border-width: 2px;
}
.fixed-minicart .minicart-wrapper:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
}
.fixed-minicart .minicart-wrapper .ui-widget-content {
  display: block !important;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-name {
  margin-bottom: 4px;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .minicart-price {
  font-weight: var(--text-weight);
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .minicart-price .price {
  font-weight: var(--text-weight);
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .qty:before {
  display: none;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .qty input {
  text-align: center;
  padding: 0 5px;
  position: relative;
  left: -2px;
  color: #999;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions {
  top: -3px;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions .action.delete:before {
  font-size: 2.6rem;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions .action.delete:before,
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions .action.edit:before {
  line-height: 1;
  color: #999;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(104%, 0, 0);
  -moz-transform: translate3d(104%, 0, 0);
  -ms-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  padding: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart .block-title {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.2rem 2rem;
  margin-bottom: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart .block-title .text {
  color: var(--heading__color__base);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart .block-title .qty {
  display: none;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content {
  padding: 1.3rem 2rem 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .action.close {
  top: 9px;
  right: 5px;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  margin: 0;
  padding-left: 0;
  padding-right: 20px;
  margin-right: -2rem;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  height: 100% !important;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  cursor: initial;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .subtotal {
  margin-top: auto;
  margin-bottom: 2rem;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions {
  margin: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions > .primary {
  margin: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions > .primary .action.primary {
  margin-top: 1rem;
  margin-bottom: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions .secondary .action {
  border: 0;
}
.fixed-minicart .minicart-wrapper.active:after {
  opacity: 1;
  pointer-events: initial;
}
.fixed-minicart .minicart-wrapper.active .block-minicart {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.ajax-loading .minicart-wrapper .loading-mask {
  display: flex;
}
.category-info .page-title-wrapper {
  margin: 0;
}
.category-info .category-view-info {
  padding: 15px;
}
.category-info .category-description {
  margin-bottom: 0;
}
.category-info.background-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px 0;
  text-align: center;
}
.category-info.background-image:after {
  content: '';
  background-color: #000000;
  opacity: 0.54;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.category-info.background-image .category-view-info {
  position: relative;
  z-index: 1;
}
.category-info.background-image .page-title-wrapper .page-title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 5px;
}
.category-info.background-image .category-description {
  color: #ededed;
}
.page-layout-category-full-width .category-view .page-main {
  max-width: unset;
  padding: 0;
}
.page-layout-category-full-width .category-view .category-view-info {
  max-width: var(--layout__max-width);
  padding: 15px;
  margin: auto;
}
.search.results > .block {
  display: none;
}
.search.results > .block .item {
  padding-left: 1rem;
}
body .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border-color: #2f6f62;
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot) {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot) img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot):hover {
  opacity: 1;
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot):hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.products-grid .product-items .product-item-info .actions-primary .stock.unavailable {
  pointer-events: none;
}
.products-grid .product-items .product-item-info .actions-primary .stock.unavailable span {
  display: none;
}
.products-grid .product-items .product-item-info .actions-primary .stock:before {
  font-size: 1.4rem;
  color: var(--heading__color__base);
}
.products-grid .product-items .product-item-info .field.choice.related {
  background: transparent;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: 1.5rem;
}
.products-grid .product-items .product-item-info .field.choice.related .label {
  font-size: 0;
  cursor: pointer;
  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;
  width: 3rem;
  height: 3rem;
  padding: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-sizing: content-box;
}
.products-grid .product-items .product-item-info .field.choice.related .label:focus,
.products-grid .product-items .product-item-info .field.choice.related .label:active {
  background: none;
  border: none;
}
.products-grid .product-items .product-item-info .field.choice.related .label:hover {
  background: none;
  border: none;
}
.products-grid .product-items .product-item-info .field.choice.related .label.disabled,
.products-grid .product-items .product-item-info .field.choice.related .label[disabled],
fieldset[disabled] .products-grid .product-items .product-item-info .field.choice.related .label {
  pointer-events: none;
  opacity: 0.5;
}
.products-grid .product-items .product-item-info .field.choice.related .label:before {
  content: "\e903";
  color: #222;
  font-size: 1.4rem;
  font-family: iconKalles;
  line-height: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: none;
}
.products-grid .product-items .product-item-info .field.choice.related input {
  opacity: 0;
  width: 0;
  margin: 0;
  position: absolute;
}
.products-grid .product-items .product-item-info .field.choice.related input:checked + .label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-display: swap;
  font-size: 1.4rem;
}
.products-grid .product-items .product-item-info .field.choice.related:hover .label {
  background: var(--button__hover__background);
}
.products-grid .product-items .product-item-info .field.choice.related:hover .label:before {
  color: var(--button__hover__color);
}
.block.related,
.block.upsell,
.block.crosssell {
  position: relative;
}
.block.related .products-grid .product-items .product-item .field.choice.related,
.block.upsell .products-grid .product-items .product-item .field.choice.related,
.block.crosssell .products-grid .product-items .product-item .field.choice.related {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.block.related .rokan-title.block-title,
.block.upsell .rokan-title.block-title,
.block.crosssell .rokan-title.block-title {
  margin-bottom: 3rem;
}
.block.related .block-actions,
.block.upsell .block-actions,
.block.crosssell .block-actions {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--text__color);
}
.block.related .block-actions button,
.block.upsell .block-actions button,
.block.crosssell .block-actions button,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.crosssell .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.related .block-actions .action-gift,
.block.upsell .block-actions .action-gift,
.block.crosssell .block-actions .action-gift {
  color: var(--heading__color__base);
}
.product-info-main .product.attribute.sku .type {
  display: inline-block;
  padding-right: 1rem;
  min-width: 8.9rem;
}
.product-info-main .buynow-button {
  margin-bottom: 2rem;
  width: 100%;
}
.product-info-main .buynow-button button,
.product-info-main .buynow-button .cart.table-wrapper .actions-toolbar > .action,
.product-info-main .buynow-button .action-gift {
  width: 100%;
  background-color: #222;
  border-color: #222;
}
.product-info-main .buynow-button button:hover,
.product-info-main .buynow-button .cart.table-wrapper .actions-toolbar > .action:hover,
.product-info-main .buynow-button .action-gift:hover {
  opacity: 0.8;
}
.product-info-main .box-tocart.update .buynow-button {
  margin-top: 10px;
}
.product-info-main .page-title-wrapper {
  margin: 0 0 3px;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 1.8rem;
  font-weight: var(--heading__font-weight__base);
  color: var(--heading__color__base);
}
.product-info-main .product-info-price {
  margin: 0 0 1rem;
}
.product-info-main .product-info-price .price-box .price {
  font-size: 2.2rem;
}
.product-info-main .product-add-form form .box-tocart {
  margin-right: 0;
  width: 100%;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions {
  flex: 1;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift {
  width: 100%;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button span,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action span,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift span {
  white-space: nowrap;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button.loading:before,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.loading:before,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift.loading:before {
  position: relative;
  top: 2px !important;
  margin-right: 2px;
}
.product-info-main .product-add-form .swatch-attribute-options {
  margin: 5px 0 0;
  flex: 0 0 100%;
}
.product-info-main .product-addto-links .action {
  background: transparent;
  font-weight: var(--text-weight);
  border: 0;
}
.product-info-main .product-addto-links .action span {
  margin-left: 0.7rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-info-main .product-addto-links .action.towishlist {
  padding-left: 0;
}
.product-info-main .product-addto-links .action:not(:hover)::before {
  color: var(--text__color) !important;
}
.product-info-main .product-addto-links .action:hover,
.product-info-main .product-addto-links .action:focus {
  background-color: transparent;
  border: 0;
}
.product-info-main .product-addto-links .action:hover span,
.product-info-main .product-addto-links .action:focus span,
.product-info-main .product-addto-links .action:hover:before,
.product-info-main .product-addto-links .action:focus:before {
  color: #2f6f62 !important;
}
.product-info-main .product-reviews-summary {
  margin: 0 0 1rem;
}
.product-info-main .product-reviews-summary.empty .reviews-actions {
  margin-bottom: 4px;
}
.product-info-main .stock.available:before,
.product-info-main .stock.unavailable:before {
  padding-right: 1rem;
  min-width: 9rem;
  display: inline-block;
}
.product-info-main .stock.available span,
.product-info-main .stock.unavailable span {
  color: var(--heading__color__base);
}
.product-info-main .product.attribute.overview {
  margin-top: 0.7rem;
  margin-bottom: 24px;
}
.product-info-main .product.attribute.overview table th,
.product-info-main .product.attribute.overview table td {
  padding: 0;
}
.product-info-main .box-tocart .action.tocart .disabled:before {
  position: relative;
  top: 2px;
}
.product-info-main .product-social-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 576px) {
  .product-info-main .product-social-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-info-main .product-options-wrapper {
  margin: 1.2rem 0;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label {
  margin-bottom: 1.2rem;
  margin-right: 1rem;
  color: #222;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
  content: ":";
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute:not(:last-child) {
  margin-right: 3.5rem;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text {
  background: transparent;
  text-transform: capitalize;
  font-weight: var(--text-weight);
  padding: 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text:not(:hover) {
  color: var(--text__color);
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text.selected {
  color: var(--link__hover__color);
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color {
  min-width: 2.4rem;
  min-height: 2.4rem;
}
.product-info-main .options-list {
  margin-bottom: 2rem;
}
.product-info-main .product-category > a:not(:hover) {
  color: var(--text__color);
}
.product-info-main .product-category label {
  padding-right: 1rem;
  color: var(--text__color);
  min-width: 9.4rem;
  display: inline-block;
}
.product-info-main .product-page-brand-common-view .brand-label {
  min-width: 7.7rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
.page-product-configurable .product-info-main .product-options-wrapper {
  margin-top: 12px;
}
.product-main-content .product-video {
  height: auto;
}
.product-main-content .fotorama__video-close {
  z-index: 3;
}
/*   Product detail page */
.box-tocart {
  position: relative;
}
.box-tocart div.mage-error {
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 0;
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.box-tocart .up-down {
  border: 1px solid #222;
  background: #fff;
  border-radius: var(--button__border-radius);
  padding: 0 1.5rem !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-tocart .up-down a {
  color: #222;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-sizing: content-box;
  width: 3rem;
  height: 3rem;
}
.box-tocart .up-down .control input {
  border: 0;
  margin-top: 0 !important;
  height: 38px;
  max-width: 7.8rem;
}
/*   Product detail page */
.product-main-content:after,
.product-main-content:before {
  content: "";
  display: table;
  clear: both;
}
.product-info-main .box-tocart .up-down {
  margin-right: 1rem !important;
}
.product-info-main .product-options-wrapper {
  margin: 24px 0 0.7rem;
}
.product-info-main .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.product-info-main .product-options-wrapper .swatch-opt {
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  margin-bottom: 1rem;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
  padding-left: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option {
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option.selected {
  border-color: #222;
}
.product-info-main .product-options-wrapper .product-info-price .old-price .price {
  color: #999;
  font-weight: var(--text-weight);
}
.product-info-main .product-options-wrapper .fieldset > .field .choice input {
  vertical-align: middle;
  margin-top: -2px;
}
.product-info-main .product-social-links {
  text-align: left;
  width: auto;
}
.product-info-main .product-add-form .table-wrapper.grouped thead th {
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
}
.product-info-main .product-add-form .table-wrapper.grouped .col.item {
  padding-left: 0;
}
.product-info-main .product-add-form .table-wrapper.grouped .price-box {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    padding: 8px 18px;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:not(:last-child) {
    border-bottom: 0;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .col {
    font-size: 13px;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .col.item {
    flex: 0 0 70%;
    padding-top: 6px;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .col.qty:before {
    margin-bottom: 0.5rem;
  }
}
.product-info-main div[class="share-dialog"][style="display: block;"] {
  -webkit-animation: 0.5s fadeInRight;
  -moz-animation: 0.5s fadeInRight;
  -ms-animation: 0.5s fadeInRight;
  animation: 0.5s fadeInRight;
}
.review-toolbar {
  border-top: 1px solid #ccc;
}
.review-toolbar .pages {
  border-bottom: 1px solid #ccc;
}
.review-item {
  border-bottom: 1px solid #e6e6e6;
}
.review-item:first-child {
  padding-top: 0;
}
.review-item .review-content {
  margin-bottom: 2rem;
}
.review-item .review-details {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}
.review-item .review-details .review-details-value {
  font-size: 1.2rem;
  color: #222;
}
.review-item .review-details .review-author {
  padding-right: 1rem;
}
.fieldset .review-legend.legend strong {
  display: inline-block;
  margin-left: 0.6rem;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 0;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 0.7rem;
}
.page-product-downloadable .sample.link {
  text-transform: capitalize;
}
.page-product-downloadable .sample.link:not(:hover) {
  color: var(--text__color);
}
.page-product-bundle .bundle-options-container {
  margin-bottom: 0;
}
.page-product-bundle .bundle-options-container .product-add-form {
  margin-top: 4rem;
}
.page-product-bundle .bundle-options-container .product-add-form {
  margin-bottom: 4rem;
}
.page-product-bundle .bundle-options-container #product_addtocart_form:after,
.page-product-bundle .bundle-options-container #product_addtocart_form:before {
  content: '';
  display: table;
  clear: both;
}
.page-product-bundle .bundle-options-container .legend.title,
.page-product-bundle .block-bundle-summary .legend.title,
.page-product-bundle .bundle-options-container .title,
.page-product-bundle .block-bundle-summary .title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.page-product-bundle .bundle-options-container .legend.title strong,
.page-product-bundle .block-bundle-summary .legend.title strong,
.page-product-bundle .bundle-options-container .title strong,
.page-product-bundle .block-bundle-summary .title strong {
  font-size: 2rem;
}
.page-product-bundle .block-bundle-summary {
  padding: 0;
  background-color: transparent;
}
.page-product-bundle .block-bundle-summary .bundle-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.page-product-bundle .block-bundle-summary .bundle-info .product-image-container {
  flex: 0 0 25%;
  max-width: 25%;
  margin-right: 1.5rem;
}
.page-product-bundle .block-bundle-summary .bundle-info .product.name {
  color: #222;
  margin-bottom: 5px;
}
.page-product-bundle .block-bundle-summary .bundle-info .box-tocart .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.page-product-bundle .block-bundle-summary .bundle-info .box-tocart .up-down {
  background: transparent;
  margin: 1rem 1rem 1rem 0;
  max-width: 115px;
}
.page-product-bundle .block-bundle-summary .bundle-info .box-tocart .actions {
  margin: 1rem 0;
}
.page-product-bundle .block-bundle-summary .bundle-info .price-box .price {
  font-weight: 400;
  color: #222;
}
.page-product-bundle .product-info-main .product.attribute.overview {
  margin-bottom: 1rem;
}
.page-product-bundle .product-info-main .price-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.product.info.detailed {
  margin-top: 60px;
}
.product.info.detailed .product.data.items > .item.title .switch .counter {
  color: var(--text__color);
}
.product.info.detailed .product.data.items > .item.title.active > .switch .counter,
.product.info.detailed .product.data.items > .item.title:hover > .switch .counter,
.product.info.detailed .product.data.items > .item.title:focus > .switch .counter {
  color: #fff;
}
.product.info.detailed .product.data.items > .item.content {
  display: none;
  text-align: left;
  -webkit-animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
  -moz-animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
  -ms-animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
  animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
}
.product.info.detailed .product.data.items > .item.content .description table tr td strong,
.product.info.detailed .product.data.items > .item.content .description table tr td span {
  color: var(--heading__color__base);
}
.product.info.detailed .product.data.items > .item.content .description table tr td strong.semi,
.product.info.detailed .product.data.items > .item.content .description table tr td span.semi {
  font-weight: var(--heading__font-weight__base);
}
.product.info.detailed .product.data.items .data.switch .counter {
  color: var(--text__color);
  font-size: 1.2rem;
}
.product.info.detailed .product.data.items .item.title.active + .item.content {
  display: block;
}
.product.info.detailed .additional-attributes tbody tr th,
.product.info.detailed .additional-attributes tbody tr td {
  width: auto;
}
.cart-container .cart.table-wrapper .items .product-item-photo {
  line-height: 0;
  max-width: 125px;
}
.cart-container .cart.table-wrapper .items .item-actions .action {
  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;
  text-transform: none;
}
.cart-container .cart.table-wrapper .items .item-actions .action:focus,
.cart-container .cart.table-wrapper .items .item-actions .action:active {
  background: none;
  border: none;
}
.cart-container .cart.table-wrapper .items .item-actions .action:hover {
  background: none;
  border: none;
}
.cart-container .cart.table-wrapper .items .item-actions .action.disabled,
.cart-container .cart.table-wrapper .items .item-actions .action[disabled],
fieldset[disabled] .cart-container .cart.table-wrapper .items .item-actions .action {
  pointer-events: none;
  opacity: 0.5;
}
.cart-container .cart.table-wrapper .items .item:last-child {
  border-bottom: 0;
}
.cart-container .cart.table-wrapper th.col {
  width: auto;
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
  border-bottom: 0;
}
.cart-container .cart.table-wrapper td.price .price-including-tax .price,
.cart-container .cart.table-wrapper td.price .price-excluding-tax .price {
  color: var(--text__color);
  font-weight: var(--text-weight);
  font-size: 1.4rem;
}
.cart-container .cart.table-wrapper .product-item-details {
  vertical-align: middle;
}
.cart-container .cart .box-tocart .up-down {
  max-width: 120px;
  justify-content: space-between;
}
.cart-container .cart.actions .clear:not(:hover) {
  background-color: var(--button__background);
  color: var(--button__color);
}
.cart-container #gift-options-cart .gift-item-block .content {
  padding: 0;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .field {
  padding: 0 15px;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .field:not(.text) {
  flex: 0 0 50%;
  max-width: 50%;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .text {
  flex: 0 0 100%;
  max-width: 100%;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .text textarea {
  height: 10rem;
}
.cart-empty {
  text-align: center;
}
.checkout-index-index .hidden-checkout,
.checkout-index-index .logo-container .nav-toggle {
  display: none !important;
}
.login-container {
  max-width: 97rem;
  margin: auto;
}
.login-container .block .block-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.login-container .block .block-content .fieldset:after {
  text-align: left;
  margin-top: 12px;
}
.login-container .block .block-content .fieldset.login .actions-toolbar .primary button,
.login-container .block .block-content .fieldset.login .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.login-container .block .block-content .fieldset.login .actions-toolbar .primary .action-gift {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.login-container .block .block-content .fieldset > .field {
  margin-bottom: 2rem;
}
.login-container .block .block-content .fieldset > .field .control {
  width: 100%;
}
.login-container .block .block-content .fieldset > .field > .label {
  float: none;
  text-align: left;
  padding-top: 0;
  padding-bottom: 6px;
  font-weight: var(--text-weight);
}
.login-container .block .block-content .actions-toolbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.login-container .block .block-content .actions-toolbar .secondary {
  margin-bottom: 2rem;
  float: none !important;
  text-align: right;
  width: 100%;
}
.login-container .block .block-content .actions-toolbar .secondary a {
  margin-top: 0;
  text-transform: none;
}
.login-container .block .block-content .actions-toolbar .secondary a:not(:hover) {
  color: var(--text__color);
}
.login-container .block .block-content .actions-toolbar .primary {
  margin: 0;
}
.login-container .block .block-content .actions-toolbar .primary button,
.login-container .block .block-content .actions-toolbar .primary .action,
.login-container .block .block-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.login-container .block .block-content .actions-toolbar .primary .action-gift {
  margin: 0;
}
.customer-account-create #maincontent,
.customer-account-forgotpassword #maincontent {
  max-width: 97rem;
  margin: auto;
}
.customer-account-create .form-create-account .fieldset:not(.additional_info),
.customer-account-forgotpassword .form-create-account .fieldset:not(.additional_info),
.customer-account-create .forget .fieldset:not(.additional_info),
.customer-account-forgotpassword .forget .fieldset:not(.additional_info) {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
}
.customer-account-create .form-create-account .fieldset:not(.additional_info) .legend,
.customer-account-forgotpassword .form-create-account .fieldset:not(.additional_info) .legend,
.customer-account-create .forget .fieldset:not(.additional_info) .legend,
.customer-account-forgotpassword .forget .fieldset:not(.additional_info) .legend {
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  font-family: var(--heading__font-family__base);
}
.customer-account-create .form-create-account .fieldset:not(.additional_info) .newsletter:before,
.customer-account-forgotpassword .form-create-account .fieldset:not(.additional_info) .newsletter:before,
.customer-account-create .forget .fieldset:not(.additional_info) .newsletter:before,
.customer-account-forgotpassword .forget .fieldset:not(.additional_info) .newsletter:before {
  display: none;
}
.customer-account-create .form-create-account .actions-toolbar,
.customer-account-forgotpassword .form-create-account .actions-toolbar,
.customer-account-create .forget .actions-toolbar,
.customer-account-forgotpassword .forget .actions-toolbar {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.customer-account-create .form-create-account .actions-toolbar > div,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div,
.customer-account-create .forget .actions-toolbar > div,
.customer-account-forgotpassword .forget .actions-toolbar > div {
  float: none;
}
.customer-account-create .form-create-account .actions-toolbar > div button,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div button,
.customer-account-create .forget .actions-toolbar > div button,
.customer-account-forgotpassword .forget .actions-toolbar > div button,
.customer-account-create .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create .form-create-account .actions-toolbar > div .action-gift,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div .action-gift,
.customer-account-create .forget .actions-toolbar > div .action-gift,
.customer-account-forgotpassword .forget .actions-toolbar > div .action-gift {
  text-transform: var(--button__text_transform);
}
.customer-account-create .form-create-account .actions-toolbar > div button:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div button:active,
.customer-account-create .forget .actions-toolbar > div button:active,
.customer-account-forgotpassword .forget .actions-toolbar > div button:active,
.customer-account-create .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-create .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-forgotpassword .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-create .form-create-account .actions-toolbar > div .action-gift:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div .action-gift:active,
.customer-account-create .forget .actions-toolbar > div .action-gift:active,
.customer-account-forgotpassword .forget .actions-toolbar > div .action-gift:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.customer-account-create .forget .captcha button,
.customer-account-forgotpassword .forget .captcha button,
.customer-account-create .forget .captcha .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .forget .captcha .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create .forget .captcha .action-gift,
.customer-account-forgotpassword .forget .captcha .action-gift {
  border-radius: 0;
}
.customer-account-create .forget .actions-toolbar,
.customer-account-forgotpassword .forget .actions-toolbar {
  margin-top: 3rem;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  width: auto !important;
}
body.account.page-layout-2columns-left .sidebar-main .block .title,
body.account.page-layout-2columns-right .sidebar-additional .block .title {
  text-align: left;
}
body.account .column.main > .block,
body.account .column.main .form-edit-account,
body.account .column.main .form-address-edit {
  border: 1px solid #e6e6e6;
  padding: 3rem;
  margin-bottom: 3rem;
}
body.account .column.main > .block .action:not(.save, .back):not(:hover),
body.account .column.main .form-edit-account .action:not(.save, .back):not(:hover),
body.account .column.main .form-address-edit .action:not(.save, .back):not(:hover) {
  color: #999;
}
body.account .column.main .wishlist-toolbar:not(:last-of-type) {
  display: none;
}
body.account .column.main .legend {
  color: var(--heading__color__base);
}
body.account .column.main .block.block-dashboard-orders #my-orders-table thead tr th,
body.account .column.main .block.block-dashboard-orders #my-orders-table tbody tr th,
body.account .column.main .block.block-dashboard-orders #my-orders-table thead tr td,
body.account .column.main .block.block-dashboard-orders #my-orders-table tbody tr td {
  width: auto;
}
body.account .sidebar-additional {
  margin-top: 4rem;
}
body.account .limiter select {
  height: 4rem;
}
body.account .orders-history table#my-orders-table {
  margin-bottom: 0;
}
body.account .orders-history table#my-orders-table thead th,
body.account .orders-history table#my-orders-table tbody th,
body.account .orders-history table#my-orders-table thead td,
body.account .orders-history table#my-orders-table tbody td {
  padding: 1rem 1.5rem;
  width: auto;
  border: 1px solid #e6e6e6;
}
body.account .orders-history table#my-orders-table thead th {
  border-bottom: 0 !important;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action {
  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;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action:focus,
body.account.sales-order-print .column.main .actions-toolbar .secondary .action:active {
  background: none;
  border: none;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action:hover {
  background: none;
  border: none;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action.disabled,
body.account.sales-order-print .column.main .actions-toolbar .secondary .action[disabled],
fieldset[disabled] body.account.sales-order-print .column.main .actions-toolbar .secondary .action {
  pointer-events: none;
  opacity: 0.5;
}
.account .page-title-wrapper .page-title,
[class^=sales-guest-] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: auto;
}
.account-nav,
.block-collapsible-nav {
  margin-bottom: 0;
}
.account-nav .block-collapsible-nav-title,
.block-collapsible-nav .block-collapsible-nav-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0;
}
.account-nav .content,
.block-collapsible-nav .content,
.account-nav .block-collapsible-nav-content,
.block-collapsible-nav .block-collapsible-nav-content {
  background-color: transparent;
  padding: 0;
  border: 1px solid #e6e6e6;
  padding: 3rem;
}
.account-nav .content .nav.items .item a,
.block-collapsible-nav .content .nav.items .item a,
.account-nav .block-collapsible-nav-content .nav.items .item a,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item a {
  border-left: 0;
  padding: 6px 0;
}
.account-nav .content .nav.items .item a:not(:hover),
.block-collapsible-nav .content .nav.items .item a:not(:hover),
.account-nav .block-collapsible-nav-content .nav.items .item a:not(:hover),
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item a:not(:hover) {
  color: var(--text__color);
}
.account-nav .content .nav.items .item a:hover,
.block-collapsible-nav .content .nav.items .item a:hover,
.account-nav .block-collapsible-nav-content .nav.items .item a:hover,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item a:hover {
  background: transparent;
}
.account-nav .content .nav.items .item .delimiter,
.block-collapsible-nav .content .nav.items .item .delimiter,
.account-nav .block-collapsible-nav-content .nav.items .item .delimiter,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item .delimiter {
  border-top: 1px solid #e6e6e6;
  margin-left: 0;
  margin-right: 0;
}
.account-nav .content .nav.items .item.current strong,
.block-collapsible-nav .content .nav.items .item.current strong,
.account-nav .block-collapsible-nav-content .nav.items .item.current strong,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item.current strong {
  color: #2f6f62;
  border-left: 0;
  padding: 0 0 6px;
}
.table-wrapper.comparison {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  margin-top: 1rem;
}
#product-comparison {
  background-color: #fff;
  margin-bottom: 0;
}
#product-comparison .cell.label .attribute.label {
  font-weight: var(--heading__font-weight__base);
}
#product-comparison th.cell.label {
  background-color: #f3f5f6;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
#product-comparison thead tr td.remove {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
#product-comparison tbody tr td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
#product-comparison tbody tr td .attribute.value h2 {
  font-size: 20px !important;
}
#product-comparison tbody tr .reviews-actions,
#product-comparison tbody tr .price-label,
#product-comparison tbody tr .button_quickview {
  display: none;
}
#product-comparison tbody tr .product-item-actions {
  position: relative;
}
#product-comparison tbody tr .product-item-actions .actions-primary {
  width: 100%;
}
#product-comparison tbody tr .product-item-actions .actions-primary .action.tocart {
  width: 100%;
  text-align: left;
  padding-right: 40px;
  padding-left: 15px;
}
#product-comparison tbody tr .product-item-actions .actions-secondary {
  margin-top: 0 !important;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
#product-comparison tbody tr .product-item-actions .actions-secondary .towishlist {
  background-color: #fff;
  border-radius: var(--button__border-radius);
}
#product-comparison tbody:nth-of-type(2) tr:nth-of-type(2) {
  display: none;
}
#product-comparison .cell {
  width: 195px;
}
:root {
  --layout__max-width: 1200px;
  --font-family-name__base: Poppins, sans-serif;
  --font-size__base: 14px;
  --text-weight: 400;
  --heading__font-family__base: Poppins, sans-serif;
  --heading__font-weight__base: 600;
  --navigation-level0-item__font-family: var(--heading__font-family__base);
  --navigation-desktop__font-size: 1.4rem;
  --navigation-level0-item__font-weight: 400;
  --other_font_family: 'Libre Baskerville', serif;
  --theme__color__primary: #56cfe1;
  --text__color: #878787;
  --heading__color__base: #222;
  --link__color: var(--theme__color__primary);
  --link__hover__color: var(--theme__color__primary);
  --button__color: #222;
  --button__background: transparent;
  --button__hover__background: var(--theme__color__primary);
  --button__hover__color: #fff;
  --button__border-radius: 40px;
  --button__font-weight: 600;
  --button__text_transform: false;
  --topbarbg: #f6f6f8;
  --topbarcolor: var(--text__color);
  --topbar-size: 12px;
  --header__background-color: #fff;
  --header-icons-color: var(--heading__color__base);
  --header_sticky_bg: var(--header__background-color);
  --navigation__background: #fff;
  --navigation-level0-item__color: var(--heading__color__base);
  --submenu__background: #fff;
  --submenu-item__color: var(--text__color);
  --navigation-level0-item__text-transform: capitalize;
  --footer-title-color: #222;
  --footer__background-color: #fff;
  --footer-links-color: var(--text__color);
  --product_item-size: 1.4rem;
  --lazyload_bg_color: #f5f5f5;
  --lazyload_bg_size: 50px;
}
:root .product.media .gallery-placeholder,
:root .product.media .fotorama__stage {
  aspect-ratio: 4 / 5;
  width: 100%;
}
:root .product.media .fotorama__stage__shaft,
:root .product.media .fotorama__stage__frame {
  min-height: 1px;
}
.dark_button {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.dark_button:focus,
.dark_button:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button.disabled,
.dark_button[disabled],
fieldset[disabled] .dark_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/* Breadcrumb restyle */
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
.animation-move,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.cart-container .checkout-methods-items .action.primary,
.blueskytechco-onepagecheckout #opc-sidebar .actions-toolbar > .primary > .btn-placeorder,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift {
  position: relative;
}
.animation-move::after,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button::after,
.cart-container .checkout-methods-items .action.primary::after,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action::after,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift::after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
blockquote {
  font-family: var(--other_font_family);
  font-style: italic !important;
  position: relative;
}
blockquote::before {
  position: absolute;
  left: 2.5rem;
  top: 0;
}
.pages .items .item.pages-item-next {
  margin-left: -0.8rem;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border-color: #222;
  transition: border-color 0.4s;
}
@media (min-width: 1600px) {
  rs-slide .container-larger {
    max-width: 1480px;
    margin: auto;
  }
}
.header__action-default .minicart-wrapper .action.showcart .counter.qty,
.header__action-default .counter.qty {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.default-contact-header {
  position: relative;
  z-index: 3;
  text-align: right;
  margin-left: auto;
}
.default-contact-header a {
  font-size: 12px;
  padding-left: 5px;
}
.default-contact-header a i {
  font-size: 14px;
  padding-right: 5px;
}
.topbar__locator {
  margin-right: 20px;
}
.topbar__locator .elementor-icon-box-wrapper {
  line-height: 1;
}
.header-container .header.links li a[href*="create"] {
  display: none;
}
.navigation .level0.high-light > .level-top {
  color: inherit;
}
.nav-toggle {
  fill: var(--header-icons-color);
}
.header__left ul.social-link {
  margin: 0;
  padding: 0;
}
.header__left ul.social-link li {
  margin: 0 1rem 0 0 !important;
}
.header__left ul.social-link a {
  color: var(--header-icons-color);
  margin-left: 0;
}
.header__left ul.social-link a:hover {
  color: #2f6f62;
}
.header-container .icon-type--2 .header__action-default > li.wishlist a:before {
  content: "\f004";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Line Awesome Free';
  font-weight: normal;
  font-size: 2.8rem;
}
.header-container .icon-type--2 .header__action-default > li.wishlist a .counter.qty {
  top: -2px;
  right: -6px;
}
.header-container .icon-type--2 .header__action-default > li.wishlist a:hover:before {
  color: #2f6f62;
}
.header-container .icon-type--2 .header__action-default > li .minicart-wrapper .action.showcart:before {
  content: "\f07a";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 3.2rem;
}
.header-container .icon-type--2 .header__action-default > li .minicart-wrapper .action.showcart .counter.qty {
  right: -3px;
  top: 0;
}
.header-container .icon-type--2 .header__action-default > li .minicart-wrapper .action.showcart:hover:before {
  color: #2f6f62;
}
.header-container .icon-type--2 .block-search .top-search .icon-search::before {
  content: "\f002";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 2.8rem;
}
.header-container .icon-type--2 .block-search .top-search .icon-search:hover:before {
  color: #2f6f62;
}
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name .action.switch:before,
.header-container .icon-type--2 .header.links li.authorization-link .action.switch:before,
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name a[href*="login"]:before,
.header-container .icon-type--2 .header.links li.authorization-link a[href*="login"]:before {
  content: "\f007";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Line Awesome Free';
  font-size: 2.8rem;
}
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name .action.switch:hover:before,
.header-container .icon-type--2 .header.links li.authorization-link .action.switch:hover:before,
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name a[href*="login"]:hover:before,
.header-container .icon-type--2 .header.links li.authorization-link a[href*="login"]:hover:before {
  color: #2f6f62;
}
.header-container .icon-type--2.semibold .block-search .top-search .icon-search:before,
.header-container .icon-type--2.semibold .header__action-default > li a::before,
.header-container .icon-type--2.semibold .header__action-default > li .minicart-wrapper > a:before {
  -webkit-font-smoothing: antialiased;
}
.header-container.layout-2 .navigation .horizontal-list {
  text-align: left;
}
.header-container.layout-4 .topbar {
  font-size: 13px;
}
.header-container.layout-4 .topbar .dark {
  color: var(--topbarcolor) !important;
}
.header-container.layout-4 .topbar .topbar__inner {
  min-height: 50px;
}
.header-container.layout-4 .topbar .action strong,
.header-container.layout-4 .topbar .action.toggle::after {
  color: var(--topbarcolor);
}
.header-container.layout-4 .header__menu {
  max-width: unset;
}
.header-container.layout-4 .header__menu .nav-toggle {
  display: none;
}
.header-container.layout-4 .logo {
  margin: 0;
}
.header-container.layout-4 .header__logo {
  flex: unset;
}
.header-container.layout-4 .header__left,
.header-container.layout-4 .header__action {
  flex: 1;
}
.header-container.layout-5 .header__menu .nav-toggle {
  display: none;
}
.header-container.layout-5 .css_h_se {
  min-height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-container.layout-5 .header__logo {
  flex: unset;
}
.header-container.layout-5 .top-search {
  flex: 1;
}
.header-container.layout-5 .top-search .block-search {
  max-width: 600px;
  margin: 0 auto;
}
.header-container.layout-8 .header__left {
  flex: 1;
}
.header-container.layout-8 .header__logo {
  justify-content: center;
}
.header-container.layout-8 .horizontal-menu-container .nav-toggle {
  display: none;
}
.css_h_se {
  min-height: 100px;
}
@media only screen and (max-width: 1199px) {
  .css_h_se {
    min-height: 62px;
  }
}
.hside_opened .header-container.layout-4 .header_middle {
  position: relative;
  z-index: 24;
}
.nav_overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 499;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.header__setting {
  display: flex;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(104%, 0, 0);
  -moz-transform: translate3d(104%, 0, 0);
  -ms-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
}
.header__setting .settings-head {
  padding: 4rem 3rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .header__setting .settings-head {
    padding: 2rem;
  }
}
.header__setting .settings-head .settings-close {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 3rem;
  color: var(--heading__color__base);
  text-transform: uppercase;
  cursor: pointer;
}
.header__setting .settings-head .settings-close .pegk {
  font-size: 3rem;
}
.header__setting .settings-head .settings-close:hover {
  color: #2f6f62;
}
.header__setting .settings-inner {
  flex: 1 1 auto;
  padding: 2rem 3rem 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .header__setting .settings-inner {
    padding: 1rem 2rem;
  }
}
.header__setting .settings-inner .switcher {
  margin-bottom: 20px;
  display: block;
}
.header__setting .settings-inner .switcher .switcher-label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  display: block;
  margin: 0 0 10px;
  color: var(--heading__color__base);
  font-weight: 500;
}
.header__setting .settings-inner .switcher .switcher-options .switcher-trigger {
  display: none;
}
.header__setting .settings-inner .switcher .action.toggle::after {
  display: none !important;
}
.header__setting .settings-inner .switcher ul.dropdown {
  box-shadow: none;
  border: 0;
  position: static;
  display: block;
}
.header__setting .settings-inner .switcher ul.dropdown::before,
.header__setting .settings-inner .switcher ul.dropdown::after {
  display: none !important;
}
.header__setting .settings-inner .switcher ul.dropdown a {
  color: var(--text__color);
  padding: 5px 8px;
}
.setting-view span {
  color: var(--header-icons-color);
  font-size: 2.8rem;
  position: relative;
  cursor: pointer;
}
.setting-view span::before {
  content: "\f0c9";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 2.8rem;
}
.setting-view span:hover:before {
  color: #2f6f62;
}
.modal_input:checked ~ .header__setting {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.modal_input:checked ~ .nav_overlay {
  opacity: 1;
  visibility: visible;
}
.block-search.search_type_canvas .auto-complete-result .result-header + div .title-view-all-search .see-all:after {
  content: "→";
  display: inline-flex;
}
.block-search.search_type_canvas .auto-complete-result .result-header + div .title-view-all-search .see-all:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions .action {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.footer-container .block-newsletter-form .rokan-title {
  text-align: left;
}
.footer-container .block-newsletter-form .rokan-title .short-des {
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
}
.block.newsletter .control {
  border: 1px solid var(--text__color);
  border-radius: var(--button__border-radius);
  padding: 2px;
}
.block.newsletter .control .input-focus input {
  border: 0;
  border-radius: var(--button__border-radius);
  background-color: transparent;
}
.block.newsletter .action.subscribe {
  border-radius: var(--button__border-radius);
  padding-left: 2rem;
  padding-right: 2rem;
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.block.newsletter .action.subscribe:focus,
.block.newsletter .action.subscribe:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe.disabled,
.block.newsletter .action.subscribe[disabled],
fieldset[disabled] .block.newsletter .action.subscribe {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block.newsletter .action.subscribe:focus,
.block.newsletter .action.subscribe:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe.disabled,
.block.newsletter .action.subscribe[disabled],
fieldset[disabled] .block.newsletter .action.subscribe {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.swatch-option.disabled:after {
  background: none !important;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered,
.filter-options-content .swatch-attribute.brand .swatch-option-link-layered {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered:not(:last-of-type),
.filter-options-content .swatch-attribute.brand .swatch-option-link-layered:not(:last-of-type) {
  margin-bottom: 1.7rem !important;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered::after,
.filter-options-content .swatch-attribute.brand .swatch-option-link-layered::after {
  content: attr(aria-label);
  display: inline-block;
  text-transform: capitalize;
  padding-left: 3px;
}
.filter-options-content .swatch-attribute.color .swatch-option,
.filter-options-content .swatch-attribute.brand .swatch-option {
  float: none;
  margin-bottom: 0;
}
.filter-options-content .swatch-attribute.brand .swatch-option {
  border-radius: 0;
  background-size: 90% !important;
  padding: 5px;
  width: 5rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.sidebar .block-search .block-title {
  display: block;
  margin-top: 0;
}
.sidebar .block-search .block-content form {
  position: relative;
}
.sidebar *[class*="categories"] a::before,
.sidebar *[class*="block-archive"] a::before {
  content: '+';
  padding-right: 2px;
}
.filter-options .filter-options-content .item > a,
.filter-options .filter-options-content .swatch-attribute > a,
.filter-options .filter-options-content .item .swatch-option.text,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text {
  position: relative;
}
.filter-options .filter-options-content .item > a:before,
.filter-options .filter-options-content .swatch-attribute > a:before,
.filter-options .filter-options-content .item .swatch-option.text:before,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: 0 0 0 1px #d4d6d8 inset;
  margin: 0 10px 2px 0;
  background-color: #fff;
  border-radius: 2px;
}
.filter-options .filter-options-content .item > a:after,
.filter-options .filter-options-content .swatch-attribute > a:after,
.filter-options .filter-options-content .item .swatch-option.text:after,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 3px;
  left: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.filter-options .filter-options-content .item > a:focus:after,
.filter-options .filter-options-content .swatch-attribute > a:focus:after,
.filter-options .filter-options-content .item .swatch-option.text:focus:after,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:focus:after {
  opacity: 1;
  visibility: visible;
}
.filter-options .filter-options-content .item > a .count:after,
.filter-options .filter-options-content .swatch-attribute > a .count:after,
.filter-options .filter-options-content .item .swatch-option.text .count:after,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text .count:after {
  position: relative;
  left: -2px;
}
.filter-options .filter-options-content .item > a:not(:hover) .count,
.filter-options .filter-options-content .swatch-attribute > a:not(:hover) .count,
.filter-options .filter-options-content .item .swatch-option.text:not(:hover) .count,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:not(:hover) .count {
  color: #999;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a .text {
  margin: 0 0 12px;
  text-align: left;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  display: block;
  font-size: 1.4rem;
  font-weight: var(--text-weight);
  float: none;
  text-transform: capitalize;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a .text:after {
  left: 4px;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a:not(:hover) .text {
  color: var(--heading__color__base);
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a:last-child .text {
  margin-bottom: 0;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a:hover .text {
  color: #2f6f62;
}
.sidebar .widget .block-title + ul,
.sidebar .widget .block-title + div {
  list-style: none;
  margin: 0;
}
.sidebar .widget .block-title + ul li,
.sidebar .widget .block-title + div li,
.sidebar .widget .block-title + ul .item,
.sidebar .widget .block-title + div .item {
  margin: 0;
}
.sidebar .widget .block-title + ul li:hover a,
.sidebar .widget .block-title + div li:hover a,
.sidebar .widget .block-title + ul .item:hover a,
.sidebar .widget .block-title + div .item:hover a {
  color: #2f6f62;
}
.sidebar .widget a:not(:hover) {
  color: var(--heading__color__base);
}
.toolbar:not(:last-child) .grid-mode-show-type-products,
.toolbar:not(:last-child) .modes {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a,
.toolbar:not(:last-child) .modes > a,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode,
.toolbar:not(:last-child) .modes .modes-mode {
  display: inline-flex;
  border: 1px solid currentcolor;
  color: var(--text__color);
  height: 26px;
  font-size: 0;
  transition: 0.25s;
  position: relative;
  margin-right: 0.6rem;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a:before,
.toolbar:not(:last-child) .modes > a:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode:before,
.toolbar:not(:last-child) .modes .modes-mode:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 20px;
  background: currentcolor;
  transition: 0.3s;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid.active,
.toolbar:not(:last-child) .modes > a.mode-grid.active,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid.active,
.toolbar:not(:last-child) .modes .modes-mode.mode-grid.active {
  display: none;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-2,
.toolbar:not(:last-child) .modes > a.grid-mode-2,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-2,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-2 {
  width: 29px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-2:before,
.toolbar:not(:last-child) .modes > a.grid-mode-2:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-2:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-2:before {
  -webkit-box-shadow: 13px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor;
}
@media only screen and (max-width: 575px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-2,
  .toolbar:not(:last-child) .modes > a.grid-mode-2,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-2,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-2 {
    color: #222;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3,
.toolbar:not(:last-child) .modes > a.grid-mode-3,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-3 {
  width: 42px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3:before,
.toolbar:not(:last-child) .modes > a.grid-mode-3:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-3:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
}
@media only screen and (max-width: 1199px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3,
  .toolbar:not(:last-child) .modes > a.grid-mode-3,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-3 {
    color: #222;
  }
}
@media only screen and (max-width: 575px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3,
  .toolbar:not(:last-child) .modes > a.grid-mode-3,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-3 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-4,
.toolbar:not(:last-child) .modes > a.grid-mode-4,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-4,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-4 {
  width: 55px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-4:before,
.toolbar:not(:last-child) .modes > a.grid-mode-4:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-4:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-4:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
}
@media only screen and (max-width: 1199px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-4,
  .toolbar:not(:last-child) .modes > a.grid-mode-4,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-4,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-4 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-5,
.toolbar:not(:last-child) .modes > a.grid-mode-5,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-5,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-5 {
  width: 68px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-5:before,
.toolbar:not(:last-child) .modes > a.grid-mode-5:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-5:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-5:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
}
@media only screen and (max-width: 1366px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-5,
  .toolbar:not(:last-child) .modes > a.grid-mode-5,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-5,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-5 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-6,
.toolbar:not(:last-child) .modes > a.grid-mode-6,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-6,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-6 {
  width: 81px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-6:before,
.toolbar:not(:last-child) .modes > a.grid-mode-6:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-6:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-6:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
}
@media only screen and (max-width: 1440px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-6,
  .toolbar:not(:last-child) .modes > a.grid-mode-6,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-6,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-6 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-list,
.toolbar:not(:last-child) .modes > a.mode-list,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-list,
.toolbar:not(:last-child) .modes .modes-mode.mode-list {
  width: 29px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-list::before,
.toolbar:not(:last-child) .modes > a.mode-list::before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-list::before,
.toolbar:not(:last-child) .modes .modes-mode.mode-list::before {
  right: 2px;
  height: 5px;
  width: 23px;
  box-shadow: 0 7.3px 0 currentColor, 0 15.1px 0 currentColor;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid,
.toolbar:not(:last-child) .modes > a.mode-grid,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid,
.toolbar:not(:last-child) .modes .modes-mode.mode-grid {
  width: 29px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid:before,
.toolbar:not(:last-child) .modes > a.mode-grid:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid:before,
.toolbar:not(:last-child) .modes .modes-mode.mode-grid:before {
  -webkit-box-shadow: 13px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor;
}
@media only screen and (min-width: 1200px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid,
  .toolbar:not(:last-child) .modes > a.mode-grid,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid {
    width: 55px;
  }
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid:before,
  .toolbar:not(:last-child) .modes > a.mode-grid:before,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid:before,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid:before {
    -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
    -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
    -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  }
}
@media only screen and (min-width: 576px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid,
  .toolbar:not(:last-child) .modes > a.mode-grid,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid {
    width: 42px;
  }
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid:before,
  .toolbar:not(:last-child) .modes > a.mode-grid:before,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid:before,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid:before {
    -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
    -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
    -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.actived,
.toolbar:not(:last-child) .modes > a.actived,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.actived,
.toolbar:not(:last-child) .modes .modes-mode.actived,
.toolbar:not(:last-child) .grid-mode-show-type-products > a.active,
.toolbar:not(:last-child) .modes > a.active,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.active,
.toolbar:not(:last-child) .modes .modes-mode.active,
.toolbar:not(:last-child) .grid-mode-show-type-products > a:hover,
.toolbar:not(:last-child) .modes > a:hover,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode:hover,
.toolbar:not(:last-child) .modes .modes-mode:hover {
  color: #222;
}
.toolbar:not(:last-child) .grid-mode-show-type-products.check-view-mode-toolbar-list,
.toolbar:not(:last-child) .modes.check-view-mode-toolbar-list {
  display: none;
}
.toolbar select {
  padding-left: 1.5rem;
}
.rating-summary .rating-result::before,
.rating-summary .rating-result > span:before {
  font-weight: 600;
}
.products-grid.wishlist .product-items,
.products-grid .products.list.items:not(.slick-slider) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.products-grid.wishlist .product-items > *:not(.slick-list),
.products-grid .products.list.items:not(.slick-slider) > *:not(.slick-list) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list {
  margin: 4.5rem 0 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-info {
  display: block;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-info .product_item_images {
  max-width: unset;
  margin-bottom: 2rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] {
  margin-bottom: 0.8rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-attribute-options {
  justify-content: flex-start;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option:not(:hover) {
  color: var(--text__color);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option:first-child {
  padding-left: 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .product-reviews-summary {
  margin: 6px 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .product-item-description .action.more {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right {
  flex: 0 0 100%;
}
@media only screen and (min-width: 1200px) {
  div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right {
    margin: 0 calc(6% - 15px) 0 6%;
    flex: 0 0 40%;
    max-width: 180px;
  }
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right .stock:before {
  content: attr(title) ":";
  font-weight: var(--text-weight);
  padding-right: 1rem;
  color: var(--heading__color__base);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right .stock span {
  color: #2f6f62;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-name,
div:not(.widget-product-advanced-list) .products.wrapper.list .product.name a {
  font-size: 1.4rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-description table tr th,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-description table tr td {
  padding: 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-description table tr th {
  width: 1%;
  padding-left: 0;
  padding-right: 1rem;
  white-space: nowrap;
  font-weight: 600;
  color: var(--heading__color__base);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .button_quickview {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable {
  text-transform: var(--button__text_transform);
  width: 100%;
  background-image: none;
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: #2f6f62;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: var(--text-weight);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:focus,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:focus,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:active,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:hover,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart.disabled,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable.disabled,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart[disabled],
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable[disabled],
fieldset[disabled] div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart,
fieldset[disabled] div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:before,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:before {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable {
  text-align: center;
  pointer-events: none;
  border-radius: var(--button__border-radius);
  opacity: 0.6;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable span {
  color: #fff;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .actions-secondary.tocompare {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item {
  margin-bottom: 0;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  position: relative;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item:not(:last-child) {
  border-bottom: 0;
}
body .fotorama__nav--thumbs .fotorama__nav__frame {
  border: 0;
}
body .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__active {
  border-color: transparent;
}
body .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__nav--dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions a.action {
  padding: 0;
  border: 0;
  margin: 0 0 0 1rem;
  color: #222;
  font-size: 1.4rem;
}
.product-info-main .product-reviews-summary .reviews-actions a.action.add {
  display: none;
}
.product-info-main .product-reviews-summary .reviews-actions a.action.view::before {
  content: '(';
}
.product-info-main .product-reviews-summary .reviews-actions a.action.view::after {
  content: ')';
}
.product-info-main .product-addto-links .action::before {
  padding-left: 1px;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift {
  background-image: none;
  background: #2f6f62;
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button:focus,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button:active,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action:focus,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action:active,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift:focus,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button:hover,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action:hover,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button.disabled,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button[disabled],
fieldset[disabled] .product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift.disabled,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift[disabled],
fieldset[disabled] .product-info-main .product-add-form form .box-tocart .fieldset .actions .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-info-main .product-rate-price {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-info-main .stock .value,
.product-info-main .product-info-stock-sku .value,
.product-info-main .stock span,
.product-info-main .product-info-stock-sku span {
  color: #222;
}
.product-info-main .product-category {
  color: #222;
}
.product-info-main .product-category a:not(:hover) {
  color: #222;
}
.product-info-main .product-category > a:not(:last-of-type):after {
  content: ',';
  padding-right: 3px;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  align-items: flex-start;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label {
  text-transform: uppercase;
  display: block;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text {
  min-width: 3rem;
  min-height: 3rem;
  border-radius: bor;
  font-weight: var(--text-weight);
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text.selected,
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color {
  border: 0;
  position: relative;
  border-radius: 50%;
  overflow: visible;
  margin-right: 1.4rem;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color::after {
  content: "";
  border: 2px solid #e6e6e6;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color.selected::after {
  border-color: #222;
}
.product-info-main .out-stock {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 1.3rem;
}
.product-info-main .out-stock .frm_notify .required label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 6.25px;
}
.product-info-main .out-stock .frm_notify > p {
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  margin: 15px 0 10px;
  font-size: 1.6rem;
}
.product-info-main .out-stock .frm_notify .review-field-notify-email {
  margin-bottom: 2rem;
}
.product-info-main .out-stock .frm_notify input[type="submit"] {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-info-main .out-stock .frm_notify input[type="submit"]:focus,
.product-info-main .out-stock .frm_notify input[type="submit"]:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.product-info-main .out-stock .frm_notify input[type="submit"]:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.product-info-main .out-stock .frm_notify input[type="submit"].disabled,
.product-info-main .out-stock .frm_notify input[type="submit"][disabled],
fieldset[disabled] .product-info-main .out-stock .frm_notify input[type="submit"] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-info-main .upsell-stock {
  text-align: center;
  margin: 2rem 0 3rem;
}
.product-info-main .upsell-stock .message {
  font-size: 1.6rem;
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.product-info-main .upsell-stock .message i {
  margin-right: 5px;
  font-size: 2rem;
  -webkit-animation: fadeIn 1s linear infinite both;
  -moz-animation: fadeIn 1s linear infinite both;
  -ms-animation: fadeIn 1s linear infinite both;
  animation: fadeIn 1s linear infinite both;
}
.product-info-main .upsell-stock .message .count {
  color: #f76b6a;
}
.product-info-main .upsell-stock .progressbar-countdown-p-p-c {
  margin: 15px auto 20px;
  height: 12px;
  background-color: #ffe8e8;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-info-main .upsell-stock .progressbar-countdown-p-p-c > div {
  background-color: #f76b6a;
  -webkit-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -moz-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -ms-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-size: 40px 40px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  -webkit-animation: 5s linear infinite progress;
  -moz-animation: 5s linear infinite progress;
  -ms-animation: 5s linear infinite progress;
  animation: 5s linear infinite progress;
}
.product-info-main .upsell-stock #countbox-p-p-c-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}
.product-info-main .upsell-stock #countbox-p-p-c-container .countdown_ti {
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: 500;
  margin: 5px 0;
}
.product-info-main .upsell-stock #countbox-p-p-c-container .countdown_tx {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: var(--heading__color__base);
}
.product.info.detailed [data-icon-box-position="top"] .elementor-icon-box-icon {
  font-size: 3rem;
}
.products-grid .product-items .product-item-info .field.choice.related {
  background: #fff;
  border-radius: var(--button__border-radius);
}
.trust_seal {
  margin: 0.5rem 0 1rem;
}
.trust_seal [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
.trust_seal [data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.product.info.detailed .product.data.items {
  text-align: center;
}
.product.info.detailed .product.data.items > .item.title {
  text-align: left;
}
.product.info.detailed .product.data.items > .item.title.active {
  background: #2f6f62;
  color: #fff;
}
.review-title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.review-fieldset.fieldset > .legend,
.review-list.fieldset > .legend,
.review-fieldset .block-title strong,
.review-list .block-title strong {
  color: #222;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 3rem;
}
.review-control-vote::before {
  color: #ccc;
}
.review-control-vote label:before {
  font-weight: 600;
}
.review-form .review-field-ratings legend.label {
  color: #222;
  display: block;
  font-weight: var(--heading__font-weight__base);
  margin-bottom: 1rem;
}
.product.info.detailed.tab-accordions {
  box-shadow: none !important;
  background: none;
  padding: 0;
}
.product.info.detailed.tab-accordions .items .panel {
  margin-bottom: 10px;
}
.product.info.detailed.tab-accordions .items .panel .title {
  margin: 0;
  background: #f6f6f8;
}
.product.info.detailed.tab-accordions .items .panel .title a {
  display: flex;
  justify-content: space-between;
  color: var(--heading__color__base);
  text-align: left;
}
.product.info.detailed.tab-accordions .items .panel .title a:hover {
  color: #2f6f62;
}
.product.info.detailed.tab-accordions .items .panel .title a .txt_h_tab {
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon {
  width: 44px;
  height: 44px;
  background-color: #222;
  color: #fff;
  display: inline-block;
  position: relative;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::after,
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::before {
  width: 15px;
  height: 2px;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::after {
  width: 2px;
  height: 15px;
}
.product.info.detailed.tab-accordions .items .panel .content {
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  width: 100% !important;
}
.product.info.detailed.tab-accordions .items .panel.active .title a .nav_link_icon::after,
.product.info.detailed.tab-accordions .items .panel.active .title a .nav_link_icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.product.info.detailed.tab-accordions .items .panel.active .title a .nav_link_icon::before {
  opacity: 0;
}
.post-holder .post-ftimg-hld {
  font-size: 0;
  margin-bottom: 2.5rem;
}
.post-holder .post-header .post-info .item::after {
  display: none !important;
}
.blog-page-list .post-list .post-holder .post-content {
  display: none;
}
.post-view > .post-holder .post-header {
  padding: 5rem 15px;
  text-align: center;
}
.post-view > .post-holder .post-header::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.post-view > .post-holder .post-info .category-comment {
  margin-top: 0.9rem;
}
.post-view > .post-holder .post-info .category-comment .item {
  display: inline-flex;
}
.post-view > .post-holder .post-info .category-comment .item > *:first-of-type {
  padding-right: 3px;
}
.post-view > .post-holder .post-tag-comment {
  padding: 1.5rem 2rem;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-view > .post-holder .post-tag-comment .mf-blog-icon {
  opacity: 0.45;
}
.post-view > .post-holder .post-tag-comment .label {
  color: var(--heading__color__base);
}
.post-view > .post-holder .post-tag-comment .post-comments {
  margin-right: 0;
}
#post-comments .publish-date {
  font-size: 1.2rem;
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
.cart-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-container > *,
.cart-container .cart-gift-item {
  float: none !important;
  width: 100% !important;
}
.cart-container .cart-summary {
  position: static;
  order: 10;
}
.cart-container .form-cart {
  order: -1;
  margin-bottom: 6rem;
}
.cart-container .form-cart .cart.table-wrapper .items {
  border: 0;
}
.cart-container .form-cart .cart.table-wrapper .items .item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.cart-container .form-cart .cart.table-wrapper tr th {
  text-transform: uppercase;
}
.cart-container .form-cart .cart.table-wrapper tbody th,
.cart-container .form-cart .cart.table-wrapper tr th,
.cart-container .form-cart .cart.table-wrapper tbody td,
.cart-container .form-cart .cart.table-wrapper tr td {
  border: 0;
  text-align: left;
}
.cart-container .form-cart .cart.table-wrapper .box-tocart .up-down {
  margin: inherit;
}
.cart-container .form-cart .cart.table-wrapper .subtotal .price-including-tax .price,
.cart-container .form-cart .cart.table-wrapper .subtotal .price-excluding-tax .price {
  font-weight: 500;
  font-size: 14px;
}
.cart-container .form-cart .product-label .label-product {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}
.cart-container .free-ship-calculated .cart_threshold {
  color: #222;
  padding: 0;
  box-shadow: none;
  border: 0;
}
.cart-container .free-ship-calculated .cart_threshold .cr {
  color: #2f6f62;
}
.cart-container .free-ship-calculated .cart_threshold .cart_thres_2 {
  margin-bottom: 5px;
}
.cart-container .free-ship-calculated .cart_bar_w {
  max-width: 420px;
  display: inline-block;
  width: 100%;
  height: 9px;
  background-color: #eee;
  border-radius: 5px;
  margin: 15px 0 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}
.cart-container .free-ship-calculated .cart_bar_w > span,
.cart-container .free-ship-calculated .cart_bar_w > span:after {
  background-color: #008060;
  -webkit-animation: 5s linear infinite progress;
  -moz-animation: 5s linear infinite progress;
  -ms-animation: 5s linear infinite progress;
  animation: 5s linear infinite progress;
  -webkit-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -moz-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -ms-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-size: 1rem 1rem;
}
.cart-container .free-ship-calculated .cart_bar_w > span {
  height: 100%;
  display: block;
  position: relative;
  border-radius: 5px;
}
.cart-container .free-ship-calculated .cart_bar_w > span:after {
  content: "\f0d1";
  font-family: 'Line Awesome Free';
  position: absolute;
  top: -12px;
  left: auto;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  border-radius: 12px;
  line-height: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background-color: #008060;
  right: 0;
}
.cart-container #cart-totals {
  border: 0;
  padding: 0;
}
.cart-container #cart-totals table tr th,
.cart-container #cart-totals table tr td {
  border: 0;
  padding-left: 0;
}
.cart-container #cart-totals table tr.grand.totals th strong,
.cart-container #cart-totals table tr.grand.totals td strong {
  font-size: 1.6rem;
  font-weight: var(--heading__font-weight__base);
  text-transform: uppercase;
  color: #222;
}
.cart-container div#block-discount {
  max-width: 42rem;
}
.cart-container div#block-discount > .title {
  display: none;
}
.cart-container div#block-discount strong {
  font-weight: var(--text-weight);
  font-size: 14px;
}
.cart-container div#block-discount .content {
  padding: 0px;
  display: block !important;
}
.cart-container div#block-discount .content .fieldset.coupon {
  position: relative;
}
.cart-container div#block-discount .content .fieldset.coupon .mage-error {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(104%);
  -moz-transform: translateY(104%);
  -ms-transform: translateY(104%);
  transform: translateY(104%);
}
.cart-container div#block-discount .content .control {
  position: relative;
  padding: 2px;
  border: 1px solid #e6e6e6;
  border-radius: var(--button__border-radius);
}
.cart-container div#block-discount .content .control input {
  padding-right: 160px;
  border: 0;
}
.cart-container div#block-discount .content .actions-toolbar {
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.cart-container div#block-discount .content .actions-toolbar button,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.cart-container div#block-discount .content .actions-toolbar .action-gift {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.cart-container div#block-discount .content .actions-toolbar button:focus,
.cart-container div#block-discount .content .actions-toolbar button:active,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.cart-container div#block-discount .content .actions-toolbar .action-gift:focus,
.cart-container div#block-discount .content .actions-toolbar .action-gift:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button:hover,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-container div#block-discount .content .actions-toolbar .action-gift:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button.disabled,
.cart-container div#block-discount .content .actions-toolbar button[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar button,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.disabled,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.cart-container div#block-discount .content .actions-toolbar .action-gift.disabled,
.cart-container div#block-discount .content .actions-toolbar .action-gift[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-container div#block-discount .content .actions-toolbar button:focus,
.cart-container div#block-discount .content .actions-toolbar button:active,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.cart-container div#block-discount .content .actions-toolbar .action-gift:focus,
.cart-container div#block-discount .content .actions-toolbar .action-gift:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button:hover,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-container div#block-discount .content .actions-toolbar .action-gift:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button.disabled,
.cart-container div#block-discount .content .actions-toolbar button[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar button,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.disabled,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.cart-container div#block-discount .content .actions-toolbar .action-gift.disabled,
.cart-container div#block-discount .content .actions-toolbar .action-gift[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-container .checkout-methods-items {
  text-align: right;
  margin-top: 1rem;
  padding-right: 0;
}
.cart-container .checkout-methods-items .action.primary {
  background-color: #2f6f62;
  border-color: #2f6f62;
}
.cart-container .checkout-methods-items .action.primary:not(:hover) {
  color: #fff;
}
.cart-container .cart-summary {
  border: 0;
}
.cart-container .cart-summary > .title {
  display: none;
}
.cart-container .cart-summary #block-shipping {
  border: 1px solid #e6e6e6;
  padding: 2.2rem 3rem 3rem;
  position: relative;
  margin: 0 0 6rem;
}
.cart-container .cart-summary #block-shipping > .title {
  border: 0;
  padding: 0;
  text-align: center;
  z-index: 1;
  background: #fff;
  padding: 0 20px;
}
.cart-container .cart-summary #block-shipping > .title #block-shipping-heading {
  font-size: 2rem;
}
.cart-container .cart-summary #block-shipping > .title:after {
  display: none;
}
.cart-container .cart-summary #block-shipping #block-summary {
  padding: 0;
  display: block !important;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate .field {
  flex: 1;
  padding: 0 15px;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate .field select,
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate .field input {
  border-radius: var(--button__border-radius);
  border-color: #e6e6e6;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate p.field.note {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 14px;
}
.cart-container #gift-options-cart .gift-item-block .title {
  display: none;
}
.cart-container #gift-options-cart .gift-item-block .content {
  display: block !important;
}
.cart-container .cart.main.actions .action,
.cart-container .cart.main.actions button,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action,
.cart-container .cart.main.actions .action-gift {
  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;
}
.cart-container .cart.main.actions .action:focus,
.cart-container .cart.main.actions button:focus,
.cart-container .cart.main.actions .action:active,
.cart-container .cart.main.actions button:active,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:active,
.cart-container .cart.main.actions .action-gift:focus,
.cart-container .cart.main.actions .action-gift:active {
  background: none;
  border: none;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .cart.main.actions button:hover,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-container .cart.main.actions .action-gift:hover {
  background: none;
  border: none;
}
.cart-container .cart.main.actions .action.disabled,
.cart-container .cart.main.actions button.disabled,
.cart-container .cart.main.actions .action[disabled],
.cart-container .cart.main.actions button[disabled],
fieldset[disabled] .cart-container .cart.main.actions .action,
fieldset[disabled] .cart-container .cart.main.actions button,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action,
.cart-container .cart.main.actions .action-gift.disabled,
.cart-container .cart.main.actions .action-gift[disabled],
fieldset[disabled] .cart-container .cart.main.actions .action-gift {
  pointer-events: none;
  opacity: 0.5;
}
.cart-container .cart.main.actions .action:before,
.cart-container .cart.main.actions button:before,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:before,
.cart-container .cart.main.actions .action-gift:before {
  display: none;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .cart.main.actions button:hover,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-container .cart.main.actions .action-gift:hover {
  color: #2f6f62;
}
.cart-container .cart.main.actions .action#empty_cart_button,
.cart-container .cart.main.actions button#empty_cart_button,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action#empty_cart_button,
.cart-container .cart.main.actions .action-gift#empty_cart_button {
  margin: 0 1rem;
}
.cart-container .cart-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.cart-container .cart-bottom > div {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.cart-container .cart-bottom .cart-summary-right {
  flex: 1;
}
body.catalog-product-view .mfp-content {
  max-width: 950px;
  max-height: unset;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table-responsive .sizeguide_table tr td {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.table-responsive .sizeguide_table tr td:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.extra-popup {
  margin-top: 30px;
  margin-bottom: 20px;
}
.extra-popup .product-askquestion-buttons,
.extra-popup .product-information-buttons,
.extra-popup .product-information-buttons {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.extra-popup .product-askquestion-buttons a,
.extra-popup .product-information-buttons a,
.extra-popup .product-information-buttons a {
  color: var(--heading__color__base);
  font-weight: 500;
}
.extra-popup .product-askquestion-buttons a:hover,
.extra-popup .product-information-buttons a:hover,
.extra-popup .product-information-buttons a:hover {
  color: #2f6f62;
}
#delivery-return,
#popup-size-guide {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 30px auto;
  padding: 30px;
  max-height: 90vh;
  overflow: auto;
  overflow-x: hidden;
}
#delivery-return p,
#popup-size-guide p {
  margin-bottom: 1.3rem;
}
#askquestion-popup {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  padding: 30px;
  max-height: 90vh;
  overflow: auto;
}
#askquestion-popup .contact-form h3 {
  text-align: center;
}
#askquestion-popup .contact-form .field {
  margin-bottom: 1.3rem;
}
#askquestion-popup .contact-form .control textarea {
  overflow: auto;
  padding: 10px 15px;
  height: 190px;
}
#askquestion-popup .contact-form .button {
  width: 100%;
}
#askquestion-popup .contact-form .required > label {
  font-size: 13px;
}
#askquestion-popup .contact-form .required > label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 6.25px;
}
#askquestion-popup .gx-5 .field {
  flex: 0 0 auto;
  width: 100%;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation {
  border-bottom: 1px solid #e6e6e6;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  border-radius: 0 !important;
  border: 1px solid transparent;
  border-bottom: 0;
  margin-bottom: -2px;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header a {
  font-weight: 500;
  padding: 15px 15px 25px;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header a::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  border-color: #ccc;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a::after {
  background: #222222;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
.sticky-addcart {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 3;
}
.sticky-addcart.sticky_atc_shown {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky-addcart .al_center.fl_center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sticky-addcart .prd_stick-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #f5f5f5;
  background-position: center;
}
.sticky-addcart .sticky_atc_content {
  padding-right: 10%;
}
.sticky-addcart .price-label {
  display: none;
}
.sticky-addcart .sticky_atc_thumb {
  max-width: 75px;
  margin-right: 15px;
}
.sticky-addcart .product-name {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.sticky-addcart .sticky-action {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  width: unset;
  grid-gap: 0 10px;
}
.sticky-addcart .sticky-action .sticky-btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 15px;
}
.sticky-addcart .sticky-action .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  border-radius: 30px;
}
.sticky-addcart .sticky-action .quantity .input-text {
  border: 0;
  text-align: center;
  width: 70px;
}
.sticky-addcart .sticky-action .quantity .plus,
.sticky-addcart .sticky-action .quantity .minus {
  color: var(--heading__color__base);
}
.sticky-addcart .sticky-action .quantity .minus {
  position: relative;
  top: 1px;
}
.sticky-addcart .sticky-action button,
.sticky-addcart .sticky-action .cart.table-wrapper .actions-toolbar > .action,
.sticky-addcart .sticky-action .action-gift {
  background-color: #2f6f62;
  border-color: #2f6f62;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  border-radius: 30px;
}
.sticky-addcart .sticky-action button:hover,
.sticky-addcart .sticky-action .cart.table-wrapper .actions-toolbar > .action:hover,
.sticky-addcart .sticky-action .action-gift:hover {
  background-color: var(--heading__color__base);
  border-color: var(--heading__color__base);
}
.sticky-addcart .sticky-action .price-box {
  display: inline-flex;
  align-items: center;
  grid-gap: 0 10px;
  color: #696969;
}
.sticky-addcart .sticky-action .price-box .price-label {
  display: none;
}
.sticky-addcart .sticky-action .price-box .special-price {
  color: #ec0101;
}
@media only screen and (max-width: 767px) {
  #sticky-addcart {
    bottom: 70px;
    padding: 14px 0;
  }
  #sticky-addcart .sticky_atc_content {
    display: none;
  }
  #sticky-addcart .sticky-action {
    flex-wrap: nowrap;
    grid-gap: 0;
    padding: 0;
  }
  #sticky-addcart .sticky-btn {
    grid-gap: 0;
    margin: 0 5px;
  }
  #sticky-addcart button,
  #sticky-addcart .cart.table-wrapper .actions-toolbar > .action,
  #sticky-addcart .action-gift {
    padding: 7px 20px;
    font-size: 1.2rem;
    margin: 0 5px;
  }
  .page-product-bundle #sticky-addcart {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  #sticky-addcart {
    bottom: 70px;
  }
  #sticky-addcart .sticky-action .price-box {
    display: none;
  }
}
.button-dot2 .slick-dots li {
  width: auto;
}
.button-dot2 .slick-dots li button,
.button-dot2 .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.button-dot2 .slick-dots li .action-gift {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
}
.button-dot2 .slick-dots li.slick-active button,
.button-dot2 .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.button-dot2 .slick-dots li.slick-active .action-gift {
  width: 30px;
}
.bg_overlay {
  position: relative;
}
.bg_overlay::after {
  background-color: #222222;
  opacity: 0.2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.f_body .pagebuilder-button-primary,
.f_body .post-title a,
.f_body .product-item-name,
.f_body h4,
.f_body h5 {
  font-family: Futura, sans-serif;
}
.nt_pr .product-item-name > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
@media (min-width: 993px), print {
  .checkout-index-index .checkout-container .opc-progress-bar {
    width: 64.59999999999999%;
    margin-right: 1.4%;
  }
  .checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    float: left;
  }
  .checkout-index-index .opc-wrapper {
    margin: 0 1.4% 0 0;
    width: 64.59999999999999%;
  }
  .checkout-index-index .opc-sidebar {
    margin: 0 0 0 1.4%;
    width: 32.6%;
  }
  .checkout-index-index .checkout-container .opc-progress-bar-item {
    width: 50%;
  }
}
.checkout-index-index .opc-block-summary .items-in-cart > .title::after {
  font-size: 32px;
  right: -10px;
}
.checkout-index-index .title {
  text-align: left;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: var(--heading__color__base);
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1.75;
  font-size: 20px;
}
.checkout-index-index .opc-progress-bar-item:first-child:before {
  border-radius: 10px 0 0 10px;
}
.checkout-index-index .opc-progress-bar-item > span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 17.34px;
  padding-top: 49px;
  color: #999;
  text-transform: uppercase;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  height: 32px;
  margin-left: -16px;
  top: 3px;
  width: 32px;
  color: #999;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
}
.checkout-index-index .opc-progress-bar-item:before {
  background-color: #EBEBEB;
  top: 16px;
  height: 6px;
}
.checkout-index-index .opc-progress-bar-item._active > span {
  color: var(--heading__color__base);
}
.checkout-index-index .opc-progress-bar-item:last-child:before {
  border-radius: 0 10px 10px 0;
}
.checkout-index-index .authentication-wrapper {
  margin-top: 102px;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle {
  font-size: 12px;
  font-weight: 600;
  line-height: 17.34px;
  color: white;
  background: var(--heading__color__base);
  padding: 0 52px;
  border-radius: var(--button__border-radius);
  height: 55px;
}
.checkout-index-index .column.main button,
.checkout-index-index .column.main .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .column.main .action-gift {
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .opc-progress-bar {
  margin: 100px 0px 53px 0;
}
.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address {
  margin-top: 0;
  max-width: 100%;
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .form-login .customer-email-fieldset,
.checkout-index-index .opc-wrapper .form-shipping-address .customer-email-fieldset {
  margin-bottom: 25px;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 9px;
  line-height: 23.12px;
  font-weight: 400;
  color: #555;
}
.checkout-index-index .opc-wrapper .form-login .fieldset > .field,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset > .field {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  margin-top: 10px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset > .field {
  margin-bottom: 18px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset > .field:last-child {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method,
.checkout-index-index .opc-wrapper #shipping,
.checkout-index-index .opc-wrapper #opc-shipping_method {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 32px 40px 40px 40px;
}
.checkout-index-index .opc-wrapper #opc-shipping_method {
  margin-top: 30px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .step-title {
  margin-bottom: 4px;
}
.checkout-index-index #opc-sidebar {
  background: #F5F5F5;
}
.checkout-index-index .opc-sidebar {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 32px 40px 10px 40px;
}
.checkout-index-index .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .fieldset > .field .additional,
.checkout-index-index .fieldset > .fields > .field .additional {
  margin-top: 15px;
}
.checkout-index-index .minicart-items .product-item-name {
  font-size: 16px;
  line-height: 23.12px;
  color: var(--heading__color__base);
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
  font-size: 14px;
  line-height: 20.23px;
  color: #999;
}
.checkout-index-index .minicart-items .product .toggle {
  font-size: 14px;
  line-height: 20.23px;
  color: #555;
}
.checkout-index-index .opc-block-summary .product-item .price {
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-summary > .title,
.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #DEDEDE;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.68px;
  padding-bottom: 12px;
  color: var(--heading__color__base);
  margin-bottom: 22px;
}
.checkout-index-index .cart-totals .grand .mark,
.checkout-index-index .cart-totals .grand .amount,
.checkout-index-index .opc-block-summary .table-totals .grand .mark,
.checkout-index-index .opc-block-summary .table-totals .grand .amount {
  padding-top: 6px;
}
.checkout-index-index table.data.table.table-totals {
  margin-top: -15px;
  margin-bottom: 37px;
  position: relative;
}
.checkout-index-index table.data.table.table-totals:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  bottom: -14px;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary button,
.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary .action-gift {
  font-size: 12px;
  font-weight: 600;
  height: 50px;
  min-width: 180px;
  margin: 0;
}
.checkout-index-index .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index #opc-sidebar .opc-block-summary {
  padding: 0;
  margin-bottom: 0;
}
.checkout-index-index .column.main .block .title strong {
  font-size: 16px;
  line-height: 23.12px;
  font-weight: 500;
  color: var(--heading__color__base);
}
.checkout-index-index .opc-block-summary .items-in-cart > .title {
  border-bottom: none;
  padding: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  top: 5px;
  color: var(--heading__color__base);
  font-weight: 500;
  font-size: 36px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
  max-height: 412px;
  border: 0;
  padding: 0;
}
.checkout-index-index .column.main .opc-block-summary .product-item {
  padding: 30px 0;
}
.checkout-index-index .column.main .opc-block-summary .product-item:first-child {
  padding-top: 24px;
}
.checkout-index-index .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}
.checkout-index-index .minicart-items .product-image-container {
  height: auto !important;
  width: 75px !important;
  max-height: 99px;
}
.checkout-index-index .minicart-items .product-image-container img {
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.checkout-index-index .minicart-items .product-item-details {
  padding-left: 90px;
  margin-top: -8px;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options dt {
  margin: 0  4px 0 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options {
  display: flex;
  align-items: center;
  margin: 3px 0 0 0;
  color: #999;
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options .label {
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options dd {
  margin-bottom: 0;
  margin-right: 10px;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .popup-ajaxsuite .block-customer-login,
.checkout-index-index .modal-custom .block-customer-login {
  max-width: 100%;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  font-size: 1.2rem;
  height: 50px;
}
.checkout-index-index .table-checkout-shipping-method {
  margin-bottom: 20px;
}
.checkout-index-index .table-checkout-shipping-method tbody .row {
  margin-bottom: 10px;
}
.checkout-index-index #co-payment-form > .fieldset > br,
.checkout-index-index #co-payment-form > .fieldset > hr {
  display: none;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.12px;
  color: var(--heading__color__base);
  margin-bottom: 7px;
}
.checkout-index-index .column.main input[type="text"],
.checkout-index-index .column.main input[type="password"],
.checkout-index-index .column.main input[type="url"],
.checkout-index-index .column.main input[type="tel"],
.checkout-index-index .column.main input[type="search"],
.checkout-index-index .column.main input[type="number"],
.checkout-index-index .column.main input[type*="date"],
.checkout-index-index .column.main input[type="email"],
.checkout-index-index .column.main select {
  height: 50px;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #DEDEDE;
  background: white;
}
.checkout-index-index ._keyfocus *:focus,
.checkout-index-index input:not([disabled]):focus,
.checkout-index-index textarea:not([disabled]):focus,
.checkout-index-index select:not([disabled]):focus {
  border-color: var(--heading__color__base);
}
.checkout-index-index .field .control._with-tooltip input {
  margin-right: 15px;
}
.checkout-index-index .field-tooltip {
  right: 5px;
  top: 4px;
}
.checkout-index-index .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #dedede;
  display: flex;
  align-items: center;
}
.checkout-index-index .column.main input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0px 20px 0 0;
}
.checkout-index-index .checkout-payment-method .payment-option-title {
  padding: 18.5px 0 14px 0;
}
.checkout-index-index .payment-option-content .form.form-discount {
  display: flex;
  align-items: center;
}
.checkout-index-index .payment-option-content .form.form-discount .payment-option-inner {
  margin: 0;
  flex: 1;
  margin-right: 10px;
}
.checkout-index-index .payment-option-content .form.form-discount .actions-toolbar {
  margin-top: 0;
}
.checkout-index-index .payment-option-content .form.form-discount .actions-toolbar .primary .action {
  margin: 0;
  background-color: var(--heading__color__base);
  color: white;
  height: 50px;
  border-radius: var(--button__border-radius);
}
.checkout-index-index .payment-option-content .form.form-discount .actions-toolbar .primary .action:hover {
  background-color: #2f6f62;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  line-height: 1;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:before {
  content: "";
  background-image: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/checkout_edit.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  color: var(--heading__color__base);
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0;
  padding-bottom: 30px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.12px;
  color: var(--heading__color__base);
  margin-bottom: 30px;
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content span {
  display: block;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content br {
  display: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  margin: 12px 0 -2px 0;
}
.checkout-index-index .opc-block-shipping-information .ship-to,
.checkout-index-index .opc-block-shipping-information .ship-via {
  margin: 30px 0 0 0;
  border-top: 1px solid #dedede;
  padding-top: 26px;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  padding: 25px 0 25px 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.checkout-index-index .checkout-payment-method .payment-method-title label {
  font-size: 16px;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: 400;
}
.checkout-index-index .checkout-payment-method._active .payment-method-title {
  padding: 28.5px 0 15.5px 0;
}
.checkout-index-index .checkout-payment-method:first-child .payment-method-title {
  padding: 30px 0 25px 0;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 0 0 30px 39px;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 30px;
}
.checkout-index-index .checkout-payment-method .billing-address-details {
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.checkout-index-index .checkout-payment-method .billing-address-details span {
  display: block;
}
.checkout-index-index .checkout-payment-method .billing-address-details br {
  display: none;
}
.checkout-index-index .checkout-payment-method .billing-address-details a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  margin: 12px 0 -2px 0;
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 21px;
}
.checkout-index-index .checkout-payment-method .payment-option-title {
  border-top: 1px solid #DEDEDE;
}
@media (min-width: 993px), print {
  .checkout-index-index .checkout-payment-method .payment-option-title {
    padding-left: 0;
  }
}
.checkout-index-index .checkout-payment-method .payment-option-content {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .checkout-index-index .checkout-payment-method .payment-option,
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option .payment-option-content,
  .checkout-index-index .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 992px) {
  .checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    width: 100%;
  }
}
.checkout-index-index .modal-content .block-content {
  min-width: 0;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap {
  padding: 0;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap .action-close {
  top: 5px !important;
  right: 5px !important;
  box-shadow: none;
  background: transparent;
  color: var(--heading__color__base);
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap .action-close:hover {
  color: var(--heading__color__base);
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap .action-close:hover::after {
  color: var(--heading__color__base);
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap .action-close::after {
  color: var(--heading__color__base);
}
.checkout-index-index .authentication-dropdown {
  border-radius: 20px;
  padding-top: 15px;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: var(--heading__color__base);
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  color: var(--heading__color__base);
}
.checkout-index-index #checkout-shipping-method-load table > tbody > tr > td {
  margin-top: -1px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: white;
  border: 1px solid #DEDEDE;
  border-left: none;
  border-right: none;
  text-align: center;
}
.checkout-index-index #checkout-shipping-method-load table > tbody > tr > td:first-child {
  border-radius: 0 0 0 0;
  border-left: 1px solid #DEDEDE;
}
.checkout-index-index #checkout-shipping-method-load table > tbody > tr > td:last-child {
  border-radius: 0 0 0 0;
  border-right: 1px solid #DEDEDE;
}
.checkout-index-index #checkout-shipping-method-load table.table-checkout-shipping-method {
  border-top: none;
}
.checkout-index-index #checkout-shipping-method-load table.table-checkout-shipping-method input[type="radio"] {
  top: 4px;
  position: relative;
}
.checkout-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  width: 80%;
  max-width: 700px;
  left: 0;
  margin: auto;
}
.checkout-index-index .opc-wrapper #opc-shipping_method .step-title {
  margin-bottom: 30px;
}
.checkout-index-index .minicart-wrapper .action.showcart {
  border: 0 !important;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  min-width: 24px;
}
@media (max-width: 992px) {
  .checkout-index-index .authentication-wrapper {
    margin-top: 70px;
    float: none;
    max-width: 100%;
  }
  .checkout-index-index .checkout-container .opc-progress-bar {
    margin: 50px 0;
  }
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .primary {
    float: none;
    text-align: left;
  }
  .checkout-index-index .columns .column.main .block.block-customer-login {
    max-width: 100%;
  }
  .checkout-index-index .payment-option-content .form.form-discount .actions-toolbar .primary {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .checkout-payment-method .payment-method-title .payment-icon {
    margin-bottom: 10px;
  }
  .checkout-index-index .payment-option-content .form.form-discount {
    display: block;
  }
  .checkout-index-index .payment-option-content .form.form-discount .payment-option-inner {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .checkout-index-index .table-checkout-shipping-method {
    min-width: 0;
  }
  .checkout-index-index .authentication-dropdown {
    border-radius: 0;
  }
  .checkout-index-index .authentication-dropdown .modal-inner-wrap {
    border-radius: 0;
  }
  .checkout-index-index .opc-sidebar {
    border-radius: 0;
  }
  .checkout-index-index .authentication-dropdown {
    padding-top: 0;
  }
}
@media (max-width: 567px) {
  .checkout-index-index .column.main input[type="radio"] {
    margin: 0 8px 0 0;
    width: 12px;
    height: 12px;
    top: 1px;
  }
  .checkout-index-index #checkout-shipping-method-load table > tbody > tr > td {
    padding: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.checkout-onepage-success .columns {
  text-align: center;
}
@media (min-width: 993px), print {
  .checkout-onepage-success .actions-toolbar .primary {
    float: none;
  }
}
.page-with-filter:not[class*="page-layout-2columns-"] .column.main {
  display: flex;
  flex-direction: column;
}
.page-with-filter:not[class*="page-layout-2columns-"] .toolbar-products:not(:last-child) {
  order: -1;
}
.page-with-filter:not[class*="page-layout-2columns-"] .block-title.filter-title {
  display: none !important;
}
.page-layout-2columns-left .toolbar .cat_filter,
.page-layout-2columns-right .toolbar .cat_filter {
  display: none !important;
}
.page-layout-2columns-left .products.wrapper ~ .toolbar .toolbar-amount,
.page-layout-2columns-right .products.wrapper ~ .toolbar .toolbar-amount {
  display: none ;
}
.catalog-category-fullwidth .toolbar-products .toolbar-amount,
.catalog-category-packery .toolbar-products .toolbar-amount,
.catalog-category-sidebar-canvas .toolbar-products .toolbar-amount,
.catalog-category-masonry .toolbar-products .toolbar-amount,
.catalog-category-grid .toolbar-products .toolbar-amount {
  display: none;
}
.catalog-category-fullwidth .toolbar-products .cat_filter,
.catalog-category-packery .toolbar-products .cat_filter,
.catalog-category-sidebar-canvas .toolbar-products .cat_filter,
.catalog-category-masonry .toolbar-products .cat_filter,
.catalog-category-grid .toolbar-products .cat_filter {
  flex: 1;
}
.catalog-category-fullwidth .toolbar-products .limiter,
.catalog-category-packery .toolbar-products .limiter,
.catalog-category-sidebar-canvas .toolbar-products .limiter,
.catalog-category-masonry .toolbar-products .limiter,
.catalog-category-grid .toolbar-products .limiter {
  display: none !important;
}
.catalog-category-fullwidth .products ~ .toolbar-products,
.catalog-category-packery .products ~ .toolbar-products,
.catalog-category-sidebar-canvas .products ~ .toolbar-products,
.catalog-category-masonry .products ~ .toolbar-products,
.catalog-category-grid .products ~ .toolbar-products {
  margin: 4.5rem 0 0;
  padding: 2.5rem 0 0;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products,
.catalog-category-packery .columns .products ~ .toolbar-products,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products,
.catalog-category-masonry .columns .products ~ .toolbar-products,
.catalog-category-grid .columns .products ~ .toolbar-products {
  text-align: center;
  order: unset;
  display: block;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-packery .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-masonry .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-grid .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-packery .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-masonry .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-grid .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .limiter,
.catalog-category-packery .columns .products ~ .toolbar-products .limiter,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .limiter,
.catalog-category-masonry .columns .products ~ .toolbar-products .limiter,
.catalog-category-grid .columns .products ~ .toolbar-products .limiter {
  display: none;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages,
.catalog-category-packery .columns .products ~ .toolbar-products .pages,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages,
.catalog-category-grid .columns .products ~ .toolbar-products .pages {
  float: none;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .item {
  margin: 0;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .item strong {
  width: auto;
  padding: 0 1.5rem;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .next::before {
  display: none;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.catalog-category-fullwidth .cat_filter,
.catalog-category-packery .cat_filter,
.catalog-category-sidebar-canvas .cat_filter,
.catalog-category-masonry .cat_filter,
.catalog-category-grid .cat_filter {
  margin-right: 20px;
}
.catalog-category-fullwidth .cat_filter a:not(:hover),
.catalog-category-packery .cat_filter a:not(:hover),
.catalog-category-sidebar-canvas .cat_filter a:not(:hover),
.catalog-category-masonry .cat_filter a:not(:hover),
.catalog-category-grid .cat_filter a:not(:hover) {
  color: var(--text__color);
}
.catalog-category-fullwidth .cat_filter a::before,
.catalog-category-packery .cat_filter a::before,
.catalog-category-sidebar-canvas .cat_filter a::before,
.catalog-category-masonry .cat_filter a::before,
.catalog-category-grid .cat_filter a::before {
  content: "\e905";
  font-family: iconKalles;
  font-size: 1.6rem;
  color: inherit;
  line-height: 1;
  font-display: swap;
  padding-right: 5px;
}
.products-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.products-footer .button {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 40px;
  padding: 11px 45px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}
.products-footer .button:focus,
.products-footer .button:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.products-footer .button:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.products-footer .button.disabled,
.products-footer .button[disabled],
fieldset[disabled] .products-footer .button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.products-footer .button::before {
  content: "";
  display: inline-block;
  color: transparent;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  position: absolute;
  left: 23px;
  top: 15px;
  transform: translateY(-50%);
  opacity: 0;
}
.products-footer .button.loading::before {
  opacity: 1;
}
.catalog-category-fullwidth .page-main-full-width {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-category-sidebar-canvas .btn_filter:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
}
.catalog-category-sidebar-canvas .block.filter {
  position: relative;
  visibility: visible;
  z-index: 5;
}
.catalog-category-sidebar-canvas .block.filter::after {
  z-index: 1;
}
.catalog-category-sidebar-canvas .block.filter.active .filter-options,
.catalog-category-sidebar-canvas .block.filter.active .filter-title {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.catalog-category-sidebar-canvas .block.filter .filter-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  left: 0;
  min-width: unset;
  -webkit-transform: translate3d(-104%, 0, 0);
  -moz-transform: translate3d(-104%, 0, 0);
  -ms-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 20px;
  color: #fff;
  margin: 0;
  background-color: #222;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.catalog-category-sidebar-canvas .block.filter .filter-title strong {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.catalog-category-sidebar-canvas .block.filter .filter-title strong:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: inherit;
  color: #fff;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-sidebar-canvas .block.filter .filter-title strong:after {
  position: absolute;
  right: 10px;
  line-height: 1;
}
.catalog-category-sidebar-canvas .block.filter .filter-options {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  left: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(-104%, 0, 0);
  -moz-transform: translate3d(-104%, 0, 0);
  -ms-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  top: 50px;
  padding-top: 20px;
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
.catalog-category-sidebar-canvas .block.filter .filter-options > div {
  width: 100%;
  margin: 0;
}
.catalog-category-sidebar-canvas.filter-active .btn_filter:after {
  opacity: 1;
  pointer-events: initial;
}
.catalog-category-sidebar-canvas.filter-active .filter-current-subtitle {
  display: block;
}
.catalog-category-packery .toolbar.toolbar-products .modes,
.catalog-category-packery .toolbar.toolbar-products .grid-mode-show-type-products {
  display: none;
}
.catalog-category-sidebar-canvas .columns .block.filter {
  border: 0;
  margin: 0;
}
.catalog-category-sidebar-canvas .columns .block.filter .filter-content {
  margin: 0rem;
}
.catalog-category-masonry .modes .mode-list {
  display: none !important;
}
.bluesky-page-preloader .toolbar.toolbar-products {
  margin: 0;
  padding: 0;
}
.bluesky-page-preloader .toolbar.toolbar-products .limiter {
  display: none !important;
}
.bluesky-page-preloader .pages {
  margin-top: 60px;
}
.bluesky-page-preloader .products.wrapper ~ .toolbar.toolbar-products {
  margin-top: 50px;
  margin-bottom: 30px;
}
.bluesky-page-preloader .products.wrapper ~ .toolbar.toolbar-products .pages {
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  float: none;
}
.product-full-width-section {
  padding: 4.5em 0;
}
.product-full-width-section [data-content-type='row'][data-appearance='contained'] {
  padding-left: 15px;
  padding-right: 15px;
}
.page-main-details .column.main {
  min-height: 50px;
}
.page-main-details .product-section-title {
  font-size: 2rem;
  margin-bottom: 3rem;
}
@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeZoomOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drift-fadeIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.img_action_zoom {
  position: relative;
}
.theiaStickySidebar > * {
  width: 100% !important;
  float: none !important;
}
.drift-bounding-box,
.drift-zoom-pane {
  position: absolute;
  pointer-events: none;
}
body .drift-bounding-box {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  z-index: 5;
  background: rgba(255, 255, 255, 0.2);
}
.drift-zoom-pane {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.drift-zoom-pane {
  background: #fff;
  transform: translate3d(0, 0, 0);
  z-index: 3;
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.02), 0 5px 18px rgba(127, 127, 127, 0.2);
}
.drift-zoom-pane.drift-open {
  display: block;
}
.dt_img_zoom {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background: transparent;
}
.dt_img_zoom .drift-zoom-pane {
  height: 50.375rem;
  width: 50.375rem;
  left: 10px;
}
.rtl_true .dt_img_zoom {
  left: 0;
  right: auto;
}
.rtl_true .dt_img_zoom .drift-zoom-pane {
  right: 0;
  left: auto;
}
.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-size: 50px;
}
.drift-zoom-pane img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  object-fit: contain;
}
.drift-zoom-pane img {
  top: 0;
  left: 0;
}
.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.p-thumb .drift-zoom-pane.drift-opening {
  animation: drift-fadeIn 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 150ms cubic-bezier(0, 0, 0.2, 1);
}
.p-thumb .drift-zoom-pane.drift-closing {
  animation: drift-fadeOut 150ms cubic-bezier(0, 0, 0.2, 1);
}
.zoom_tp_1 .img_action_zoom .product-image {
  cursor: crosshair;
}
.zoom_tp_2 .summary {
  transition: opacity 0.2s ease;
}
.zoom_tp_2 .product-images.img_action_zoom {
  z-index: 2;
}
.zoom_tp_2 .zoom_fade_if .summary {
  margin-top: 0;
  opacity: 0.3;
}
.zoom_tp_3 .drift-zoom-pane {
  width: 260px !important;
  height: 260px !important;
  overflow: hidden;
  border: 1px solid #ec0101;
  border-radius: 100% !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.theiaStickySidebar .product.media {
  position: relative;
}
.theiaStickySidebar .group_btns {
  position: absolute;
  right: 5px;
  bottom: 12px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.theiaStickySidebar .group_btns button,
.theiaStickySidebar .group_btns .cart.table-wrapper .actions-toolbar > .action,
.theiaStickySidebar .group_btns .action-gift {
  width: 38px;
  height: 38px;
  background-color: #000d1d;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 7.5px;
  padding: 0;
  border: 0;
  min-height: 38px;
  font-weight: 400;
}
.theiaStickySidebar .group_btns button:hover,
.theiaStickySidebar .group_btns .cart.table-wrapper .actions-toolbar > .action:hover,
.theiaStickySidebar .group_btns .action-gift:hover {
  background-color: #2f6f62;
}
.product-layout-1 .thumb_right,
.product-layout-1 .thumb_left {
  position: relative;
}
.product-layout-1 .thumb_right::after,
.product-layout-1 .thumb_left::after {
  content: "";
  clear: both;
  display: table;
}
.product-layout-1 .thumb_right .col_thumb,
.product-layout-1 .thumb_left .col_thumb {
  float: right;
  width: calc((100% - 90px));
  position: relative;
}
.product-layout-1 .thumb_right .col_thumb .gallery-img,
.product-layout-1 .thumb_left .col_thumb .gallery-img {
  position: relative;
}
.product-layout-1 .thumb_right .col_thumb .show_btn_pr_gallery.my-tooltip-top .tooltip-content,
.product-layout-1 .thumb_left .col_thumb .show_btn_pr_gallery.my-tooltip-top .tooltip-content {
  left: auto;
  right: 0;
}
.product-layout-1 .thumb_right .col_nav,
.product-layout-1 .thumb_left .col_nav {
  float: left;
  width: 80px;
  overflow: hidden;
  position: relative;
}
.product-layout-1 .thumb_right .col_nav .slick-arrow,
.product-layout-1 .thumb_left .col_nav .slick-arrow {
  border-radius: 0;
  background-color: rgba(245, 245, 245, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.123);
  visibility: visible;
  opacity: 1;
  transform: none;
  top: auto;
  right: auto;
  bottom: 0;
  left: 1px;
}
.product-layout-1 .thumb_right .col_nav .slick-arrow::before,
.product-layout-1 .thumb_left .col_nav .slick-arrow::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--text__color);
}
.product-layout-1 .thumb_right .col_nav .slick-arrow.slick-next,
.product-layout-1 .thumb_left .col_nav .slick-arrow.slick-next {
  left: 43px !important;
}
.product-layout-1 .thumb_right .col_nav .slick-arrow:hover,
.product-layout-1 .thumb_left .col_nav .slick-arrow:hover {
  background-color: rgba(245, 245, 245, 0.8);
}
@media only screen and (max-width: 767px) {
  .product-layout-1 .thumb_right .col_thumb,
  .product-layout-1 .thumb_left .col_thumb {
    width: 100%;
  }
  .product-layout-1 .thumb_right .col_nav,
  .product-layout-1 .thumb_left .col_nav {
    display: none;
  }
}
.product-layout-1 .thumb_right .col_thumb {
  float: left;
}
.product-layout-1 .thumb_right .col_nav {
  float: right;
}
.product-layout-1 .p-thumb-nav .product-image {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.product-layout-1 .p-thumb-nav .product-image .product-image {
  opacity: 0.6;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-layout-1 .p-thumb-nav .product-image .product-image:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.product-layout-1 .p-thumb-nav .is-selected .product-image .product-image {
  opacity: 1;
}
.product-layout-1 .col_thumb .gallery-images > .product-image:not(:first-child) {
  display: none;
}
.product-layout-1 .col_thumb .slick-slide > div {
  line-height: 0;
}
.thumb_bottom .col_thumb .slick-list {
  margin-left: 0;
  margin-right: 0;
}
.thumb_bottom .col_nav {
  margin-top: 10px;
}
.thumb_bottom .p-thumb-nav {
  overflow: hidden;
}
.thumb_bottom .p-thumb-nav .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
.thumb_bottom .p-thumb-nav .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.thumb_bottom .p-thumb-nav .slick-slide > div {
  line-height: 0;
}
.thumb_bottom .p-thumb-nav .gallery-img {
  padding-top: 127.57092199%;
}
.thumb_bottom .p-thumb-nav .gallery-img .product-image {
  object-position: center center;
  object-fit: contain;
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 28px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 0;
    padding: 12px 48px 12px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 12px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 30px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 12px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 12px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 6px;
  }
  .product.data.items > .item.title > .switch {
    background: #f6f6f6;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    padding: 1.3rem 24px 1.3rem 24px;
    font-weight: 500;
    font-size: 1.4rem;
    color: #222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #fff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #fff;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #2f6f62;
  }
  .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: #2f6f62;
    color: #fff;
    text-decoration: none;
    padding-bottom: 1.3rem;
  }
  .product.data.items > .item.content {
    background: #2f6f62;
    border: 0;
    margin: 0 0 6px;
    padding: 3rem 0 0 0;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    min-height: unset !important;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #fff !important;
  }
  .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: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
    -moz-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
    -ms-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
    animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    min-height: unset !important;
  }
  .custom-slide .modal-inner-wrap[class] {
    background: #fff !important;
  }
  .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(0, 0, 0, 0.6);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: var(--heading__font-weight__base);
  }
  .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;
  }
  .products-grid .product-item .product_item_images .product-item-actions {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 3;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    width: 3rem;
    height: 3rem;
    margin: 3px;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:focus,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:focus,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist:focus,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:active,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:active,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist:active {
    background: none;
    border: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:hover,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:hover,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist:hover {
    background: none;
    border: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.disabled,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.disabled,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist.disabled,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart[disabled],
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable[disabled],
  .products-grid .product-item .product_item_images .product-item-actions .towishlist[disabled],
  fieldset[disabled] .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart,
  fieldset[disabled] .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable,
  fieldset[disabled] .products-grid .product-item .product_item_images .product-item-actions .towishlist {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart::before,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable::before,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist::before {
    color: #222 !important;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:before {
    content: "\e903";
    color: #fff;
    font-size: 1.6rem;
    font-family: iconKalles;
    line-height: 1;
    overflow: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable {
    margin-top: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart span,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable span {
    display: none !important;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart span::before,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable span::before {
    position: static;
    margin: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:after,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:after {
    content: "" !important;
    border: 1px solid;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border-color: #5f5f5f #797979 #ccc #fff;
    line-height: 1;
    -webkit-animation: spin 0.4s infinite linear;
    -moz-animation: spin 0.4s infinite linear;
    -ms-animation: spin 0.4s infinite linear;
    animation: spin 0.4s infinite linear;
    display: inline-block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.loading:before,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.loading:before {
    opacity: 0;
    transition: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.loading:after,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.loading:after {
    opacity: 1;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.loading span,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.loading span {
    display: block;
    font-size: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .towishlist span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products-grid .product-item .product_item_images .product-item-actions .towishlist::before {
    font-size: 1.4rem !important;
  }
  .products-grid .product-item .product_item_images .product-item-actions .button_quickview,
  .products-grid .product-item .product_item_images .product-item-actions .tocompare {
    display: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-secondary,
  .products-grid .product-item .product_item_images .product-item-actions .product-item-actions_middle {
    position: static;
  }
  body .text-center-mb {
    text-align: center;
  }
  body .text-center-mb > * {
    text-align: center !important;
  }
  .center-mobile {
    text-align: center;
  }
  .h-title-tab {
    text-align: center;
    margin-bottom: 20px;
  }
  .h-title-tab span {
    font-size: 24px !important;
  }
  .mfp-wrap .mfp-container {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    right: 0;
    margin: auto;
    max-height: 90vh;
  }
  .full-checkout .custom-slide .modal-inner-wrap {
    background-color: #fff;
  }
  .full-checkout .opc-wrapper .step-content {
    margin: 0 0 18px;
  }
  .full-checkout .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .full-checkout .modal-popup .modal-footer .action-hide-popup {
    margin-top: 24px;
  }
  .full-checkout .checkout-payment-method .checkout-billing-address,
  .full-checkout .checkout-payment-method .forms-payment-methods {
    background: #fff;
    margin: 0 -18px 18px;
    padding: 0 18px;
  }
  .full-checkout .checkout-payment-method .payment-methods {
    margin: unset;
  }
  .full-checkout .checkout-payment-method .payment-methods .fieldset {
    margin: unset;
    padding: 0;
  }
  .full-checkout .opc-wrapper .checkout-payment-method .step-title {
    margin: 0 -18px 18px;
  }
  #checkout.full-checkout .theme-full-checkout-payment-additional {
    margin-bottom: 24px;
  }
  .full-checkout .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .full-checkout .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .full-checkout .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 24px;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 28px;
    left: auto;
  }
  body .cart.table-wrapper {
    overflow: inherit;
  }
  body .cart.table-wrapper #shopping-cart-table {
    border: 0;
  }
  body .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  body .cart.table-wrapper thead .col.item {
    background: #e6e6e6;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .cart.table-wrapper tbody td,
  body .cart.table-wrapper tr td {
    border: 0;
  }
  body .cart.table-wrapper .cart.item {
    padding: 0 1rem 1rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.5rem;
  }
  body .cart.table-wrapper .cart.item .item-info {
    flex: 1;
  }
  body .cart.table-wrapper .col.qty,
  body .cart.table-wrapper .col.price,
  body .cart.table-wrapper .col.subtotal,
  body .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 25%;
  }
  body .cart.table-wrapper .col.qty[data-th]:before,
  body .cart.table-wrapper .col.price[data-th]:before,
  body .cart.table-wrapper .col.subtotal[data-th]:before,
  body .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: var(--heading__font-weight__base);
    padding-bottom: 12px;
  }
  body .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  body .cart.table-wrapper .col.qty {
    width: 50%;
  }
  body .cart.table-wrapper .item .item-actions {
    position: absolute;
    right: 8px;
  }
  body .cart.table-wrapper .item .col.item {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
  }
  body .cart.table-wrapper .product-item-photo {
    margin-right: 1.5rem;
  }
  .cart-container .form-cart .actions {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .cart-container .form-cart .actions .action {
    margin: 10px;
  }
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 24px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 12px;
  }
  .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 24px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 12px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -12px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 24px;
  }
  .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: 12px;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 48px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 12px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .post-list-wrapper {
    margin-bottom: 0;
  }
  .toolbar-products {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .toolbar-products > * {
    padding: 5px 0;
  }
  .toolbar-products:after,
  .toolbar-products:before {
    display: none;
  }
  .toolbar-products:last-child .modes {
    display: none;
  }
  .toolbar-products .pages {
    width: 100%;
    text-align: center;
  }
  .toolbar-products:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .toolbar-products:not(:last-child) .toolbar-sorter .sorter-label {
    display: none;
  }
  .toolbar-products:not(:last-child) .toolbar-amount {
    display: none;
  }
  .toolbar-products:not(:last-child) select {
    margin: 0;
    border: 0;
    background: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 10px;
    height: auto;
    padding-right: 2.5rem;
  }
  .toolbar-products:not(:last-child) .sorter .sorter-action {
    top: 0;
  }
  .toolbar-products:not(:last-child) .limiter {
    display: block;
    order: 1;
    flex: 1;
  }
  .toolbar-products:not(:last-child) .limiter label,
  .toolbar-products:not(:last-child) .limiter .limiter-text {
    display: none;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .configurable-variation-qty {
    display: none;
  }
  .block.related .action.select {
    display: block;
    margin: 6px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .filter-options .filter-options-title,
  .block .filter-options-title,
  .filter-options .block-title strong,
  .block .block-title strong {
    padding: 12px 42px 12px 0;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .block.filter .cat_filter .btn_filter {
    position: fixed;
    left: 0;
    top: 60%;
    font-size: 0;
    display: block;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-left: 0;
    min-width: 4rem;
    min-height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    z-index: 3;
    border-radius: 0 3px 3px 0;
  }
  .block.filter .cat_filter .btn_filter:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/my-cursor.png'), pointer;
  }
  .block.filter .cat_filter .btn_filter:before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    -webkit-mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/icon_filter.svg) no-repeat center;
    -moz-mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/icon_filter.svg) no-repeat center;
    -ms-mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/icon_filter.svg) no-repeat center;
    mask: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/images/icon_filter.svg) no-repeat center;
    background-color: var(--text__color);
    -webkit-mask-size: contain;
  }
  .block.filter .filter-options,
  .block.filter .filter-title {
    display: block !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    min-width: unset;
    margin: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    -moz-transform: translate3d(-104%, 0, 0);
    -ms-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 500;
    width: 85%;
    max-width: 340px;
  }
  .block.filter .filter-title {
    background: #222;
    bottom: auto;
  }
  .block.filter .filter-title strong {
    font-size: 1.6rem;
    font-weight: var(--heading__font-weight__base);
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    background: none;
    text-align: left;
    min-height: 5rem;
    padding: 0 1rem 0 1.5rem;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: inline-block;
    text-decoration: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .block.filter .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: inherit;
    color: #fff;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block.filter .filter-title strong:after {
    float: right;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .block.filter .filter-options {
    top: 50px;
    overflow-y: auto;
  }
  .block.filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .block.filter.active .filter-options-item:last-child {
    margin-bottom: 48px;
  }
  .block.filter.active .cat_filter .btn_filter:after {
    opacity: 1;
    pointer-events: initial;
  }
  .block.filter.active .filter-options,
  .block.filter.active .filter-title {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .filter .block-subtitle {
    font-weight: var(--heading__font-weight__base);
    padding: 12px 0;
  }
  .filter-options-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .filter-options-item:first-of-type .filter-options-title,
  .filter-options-item:first-of-type .block-title strong {
    padding-top: 0;
  }
  .filter-options-title {
    padding-left: 1.5rem !important;
    padding-top: 12px !important;
    display: block;
    text-decoration: none;
  }
  .filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter-options-title:after {
    position: absolute;
    right: 13px;
    top: 4px;
  }
  .active > .filter-options-title:after {
    content: '\e621';
  }
  .filter-options-content {
    padding: 0 1.5rem 3rem;
    display: none;
  }
  .filter-actions {
    margin: -15px 0 30px;
  }
  .filter .filter-current {
    border: solid #e6e6e6;
    border-width: 1px 0;
    margin-bottom: 3rem;
  }
  .filter .filter-current .items .item {
    color: var(--heading__color__base);
  }
  .filter .filter-current-subtitle {
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .filter .filter-current-subtitle:after {
    color: var(--text__color);
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 20px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 24px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .page-with-filter .columns .sidebar-main .block-title {
    margin-bottom: 0;
  }
  .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 #e6e6e6;
    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: 6px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 30px;
  }
  .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;
  }
  .hidden-sm {
    display: none !important;
  }
  .rokan-title br {
    display: none;
  }
  body .rokan-title,
  body .block .title.rokan-title {
    margin-bottom: 2rem;
  }
  body .rokan-title .module-title,
  body .block .title.rokan-title .module-title,
  body .rokan-title h3 strong,
  body .block .title.rokan-title h3 strong,
  body .rokan-title h3,
  body .block .title.rokan-title h3 {
    font-size: 2rem;
  }
  .sidebar-additional {
    margin-top: 3rem;
  }
  .catalog-product-view .product.media {
    margin-bottom: 3rem;
  }
  .product.data.items > .item.title {
    margin-bottom: 0;
  }
  .product.data.items > .item.title:not(:first-of-type) {
    margin: 2rem 0 0;
  }
  .product.data.items > .item.content {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 2rem 1.5rem;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    padding: 1.3rem;
    line-height: 1;
    border-bottom: 0;
    position: relative;
  }
  .product.info.detailed .product.data.items > .item.title .switch::after,
  .product.info.detailed .product.data.items > .item.title .switch:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .product.info.detailed .product.data.items > .item.title .switch:after {
    width: 1px;
    height: 12px;
  }
  .product.info.detailed .product.data.items > .item.title .switch:before {
    width: 12px;
    height: 1px;
    opacity: 1;
  }
  .product.info.detailed .product.data.items > .item.title .switch:after {
    right: 21px;
    left: auto;
  }
  .product.info.detailed .product.data.items > .item.title .switch:before {
    right: 10px;
    left: auto;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 1.3rem;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch:before,
  .product.info.detailed .product.data.items > .item.title.active > .switch:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch::before {
    opacity: 0;
  }
  .account .column.main {
    margin-bottom: 3rem !important;
  }
  .header-container.layout-5 .header_middle .header__action,
  .header-container.layout-5 .header_middle .header__logo {
    flex: 1;
  }
  .header-container.layout-5 .header_middle .logo-container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-container.layout-5 .top-search {
    flex: inherit !important;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0 0;
    padding: 0;
  }
  .header-container.layout-5 .top-search .block-search {
    max-width: 100% !important;
  }
  .catalog-category-masonry .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3 {
    color: inherit;
  }
  .catalog-category-masonry .toolbar:not(:last-child) .grid-mode-show-type-products a.grid-mode-3.actived {
    color: #222;
  }
  .products-grid .products.list.items.container-products-masonry,
  .products-grid .products.list.items.container-products-packery {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .products-grid .products.list.items.container-products-masonry > *,
  .products-grid .products.list.items.container-products-packery > * {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before,
  .body-full-checkout .full-checkout .opc-progress-bar-item .step-item .opc-progress-bar-item-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: var(--heading__font-weight__base);
    padding-bottom: 12px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .body-full-checkout .checkout-container .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 30px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 6px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 12px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: var(--heading__color__base);
    font-weight: var(--heading__font-weight__base);
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 24px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 24px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 6px;
  }
  .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: 24px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .modals-wrapper .modal-popup._inner-scroll {
    left: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    background: #fff;
    max-width: 90%;
    min-height: 1rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image {
    display: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name,
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-information .product-name {
    text-align: center !important;
    justify-content: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name .product-name:before,
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-information .product-name .product-name:before {
    display: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .pupup-suc-added-ajax-cart-qty-price {
    justify-content: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons #button_continue_shopping {
    display: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success {
    min-width: 220px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
    justify-content: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    text-align: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup {
    display: none;
  }
  body #newsletter_pop_up {
    position: fixed !important;
    left: 0 !important;
    top: 50% !important;
    right: 0;
    margin: auto;
    max-width: 80vw;
    max-height: 80vh;
    height: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  body #newsletter_pop_up .col-newsletter-popup .content-popup h2 {
    font-size: 1.8rem;
  }
  #purchase-fake-order.purchase-order {
    display: none;
  }
  #products-popup-common .mfp-close,
  #newsletter-popup-common .mfp-close {
    position: absolute !important;
  }
  #products-popup-common .mfp-close::after,
  #newsletter-popup-common .mfp-close::after {
    color: var(--text__color) !important;
  }
  #products-popup-common .mfp-close:hover::after,
  #newsletter-popup-common .mfp-close:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
  }
  #products-popup-common .elementor__header h3,
  #newsletter-popup-common .elementor__header h3 {
    font-size: 1.6rem;
  }
  .mfp-container.mfp-iframe-holder .mfp-content {
    height: 100%;
  }
  .blueskytechco_quickview-product-view {
    overflow: hidden;
    overflow-y: auto;
  }
  .blueskytechco_quickview-product-view .row.gx-5 {
    margin: 0;
  }
  .blueskytechco_quickview-product-view .row.gx-5 > div {
    padding-left: 0;
    padding-right: 0;
  }
  #locator_filter,
  #locator_filter-store {
    flex-direction: column;
  }
  #locator_filter .column_right,
  #locator_filter-store .column_right {
    margin-top: 3rem;
    height: 45rem;
  }
  .opc-block-identification-information .identification-information-title {
    font-size: 2.3rem;
  }
  .body-full-checkout .full-checkout .opc-block-summary {
    margin: 24px 36px 0 24px;
    padding: 0;
  }
  .body-full-checkout .full-checkout .opc-block-summary .minicart-items {
    background: #fff;
  }
  .body-full-checkout .full-checkout .opc-block-previous-steps-information {
    margin: 24px 36px 0 24px;
    padding: 0;
  }
  .body-full-checkout .full-checkout .opc-block-summary .minicart-items .product-item .product .product-image-container .product-image-wrapper img {
    max-width: 100px;
  }
  .body-full-checkout .checkout-container .opc-wrapper .form-login,
  .body-full-checkout .checkout-container .opc-wrapper .form-shipping-address,
  .body-full-checkout .checkout-container .opc-wrapper .methods-shipping {
    background: #fff;
    margin: 0 -18px 18px;
    padding: 0 18px;
    padding-top: unset;
  }
  .body-full-checkout .checkout-container .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -18px;
  }
  .body-full-checkout .checkout-container .opc-wrapper .shipping-address-item {
    margin: 0;
    padding: 24px;
  }
  .body-full-checkout .checkout-container .opc-wrapper .shipping-address-item.selected-item {
    padding: 26px;
  }
  .body-full-checkout .checkout-container .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 41px;
  }
  .body-full-checkout .checkout-container .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 12px;
    width: 100%;
  }
  .body-full-checkout .checkout-container .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .body-full-checkout .checkout-container .opc-wrapper .edit-address-link {
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .full-checkout .shipping-policy-block.field-tooltip {
    left: 24px;
    margin-bottom: 24px;
    position: relative;
    top: auto;
  }
  .full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content::before,
  .full-checkout .shipping-policy-block.field-tooltip .field-tooltip-content::after {
    right: auto;
  }
  .full-checkout .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .full-checkout .opc-block-identification-information .identification-information-title {
    font-size: 2.3rem;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .minicart-wrapper {
    margin-top: 12px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 41px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 41px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 12px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 24px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 24px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 6px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 48px;
  }
  .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: 30px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item {
    width: 100%/3;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .form.contact .control {
    line-height: 1;
  }
  .hidden-s {
    display: none !important;
  }
  .enable-mobile-menu {
    padding-bottom: 7.1rem;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
  }
  .header__action-default li.link.wishlist {
    display: none;
  }
  .product.attribute.description img {
    margin-bottom: 1.5rem;
  }
  .cart-container #block-shipping #block-summary fieldset.fieldset.estimate {
    flex-direction: column;
  }
  .cart-container #block-shipping #block-summary fieldset.fieldset.estimate .field {
    padding: 0 !important;
  }
  .catalog-category-masonry .container-products-masonry .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-category-masonry .container-products-masonry .item.col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .product-layout-3 .drift-zoom-pane.drift-open,
  .product-layout-2 .drift-zoom-pane.drift-open {
    display: none !important;
  }
  .dt_img_zoom {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .widget-blog-posts-list.widget-blog-posts-list-default-3 .elementor-blog-post-item {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .widget-blog-posts-list.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-image {
    flex: 0 0 100%;
    margin-right: 0;
    max-width: unset;
  }
  .widget-blog-posts-list.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-info {
    margin-top: -10%;
    background: #fff;
    z-index: 1;
    width: 90%;
    padding: 2rem;
  }
  .widget-blog-posts-list .widget-blog-posts-grid-default {
    position: static !important;
  }
  .products-grid .product-items .product-item .product_item_images {
    position: relative;
  }
  .products-grid .product-items .product-item .product_item_images .product-item-inner .actions-primary .tocart,
  .products-grid .product-items .product-item .product_item_images .product-item-inner .link-quickview {
    margin: 0;
  }
  .products-grid .product-items .product-item .product_item_images .product-item-inner .actions-primary .tocart::before,
  .products-grid .product-items .product-item .product_item_images .product-item-inner .link-quickview::before {
    font-size: 1.4rem !important;
  }
  .products-grid .product-items .product-item .product_item_images .product-item-actions .towishlist::before {
    font-size: 1.3rem !important;
  }
  body .toolbar-products:not(:last-child) .limiter {
    display: none;
  }
  .button-slick2 .slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .button-slick2 .slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .products-popup__container [data-col-xs="1"] .elementor-blog-post-item,
  .products-popup__container [data-col-xs="1"] .product-item,
  .products-popup__container [data-col-xs="1"] .item-loading-slick {
    flex: 0 0 100%;
    width: 100%;
  }
  .products-popup__container [data-col-xs="1"] .slick-slide {
    width: 400px;
  }
  .modal-popup .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
    width: 150px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .blog-page-list .post-holder {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item {
    width: 100%/2;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .products-grid.wishlist {
    margin-bottom: 36px;
    margin-right: 0;
  }
  .products-grid.wishlist .button_quickview {
    display: none;
  }
  .products-grid.wishlist .product-item {
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 24px;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .hidden-xs {
    display: none !important;
  }
  .header-container.sticky .sticky-header.center-element .action-sticky .header__action-default > li.wishlist {
    display: none;
  }
  .product-info-main .box-tocart {
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .field.qty.up-down,
  .product-info-main .box-tocart .actions {
    margin-bottom: 1.3rem;
  }
  #shopping-cart-table .box-tocart .up-down input {
    width: 45px !important;
  }
  body .product-info-main .product-reviews-summary {
    flex-direction: column;
    align-items: flex-start;
  }
  body .product-info-main .product-reviews-summary .rating-summary {
    display: block;
  }
  body .product-info-main .product-reviews-summary .reviews-actions a.action.view {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    display: inline-block;
    line-height: 1;
  }
  .catalog-category-packery .container-products-packery .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 359px) {
  .toolbar-products:not(:last-child) {
    padding: 0 1rem;
  }
  .wishlist-index-index .actions-toolbar > .primary,
  .wishlist-index-index .actions-toolbar > .secondary {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  #mb-ajaxsuite-popup-wrapper .photo.image {
    max-width: 27rem;
  }
  #mb-ajaxsuite-popup-wrapper .pop-up-success {
    max-width: 25.5rem;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success {
    max-width: 50rem;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .photo.image {
    max-width: 100%;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
    max-width: 23.6rem;
    margin-right: 3rem;
    width: 50%;
    height: 100%;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    margin: 0;
    text-align: left;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .product-item-name {
    font-size: 1.8rem;
    padding-top: 11%;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .action.tocart.disabled:before {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .modal-popup .block-form-login {
    min-width: 350px;
  }
  #newsletter_pop_up {
    max-width: 70vw;
    max-height: 70vw;
  }
  .col-img-bg-pupup {
    padding-top: 54%;
    width: 100%;
  }
  div[class*="widget-category-thumbnail-image-grid"] .category-thumbnail__title,
  .widget-category-thumbnail-image-slider-carousel .category-thumbnail__title {
    min-width: 150px;
  }
  .block.widget .products-grid .product-item {
    width: 100%/3;
  }
  .product-countdown-layout2 .product-item-info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
  }
  .product-countdown-layout2 .product-item-info .product_item-images,
  .product-countdown-layout2 .product-item-info .product-item-actions {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .page-main-full-width [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
  .page-main-full-width .column.main > [data-content-type='row'][data-appearance='contained'] {
    width: 95%;
  }
  .jw-row {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .jw-row .jw-col-4 {
    max-width: calc(33.333% - 15px);
    flex: 0 0 33.33%;
  }
  .jw-row .jw-col-8 {
    max-width: calc(66.666% - 15px);
    flex: 0 0 66.666%;
  }
  .jw-row .jw-font-button a {
    font-family: var(--heading__font-family__base);
  }
  .products-popup__container [data-col-xxl="3"] .elementor-blog-post-item,
  .products-popup__container [data-col-xxl="3"] .product-item,
  .products-popup__container [data-col-xxl="3"] .item-loading-slick {
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3);
  }
  .blueskytechco_quickview-product-view {
    /* width */
    /* Track */
    /* Handle */
  }
  .blueskytechco_quickview-product-view ::-webkit-scrollbar {
    width: 3px;
  }
  .blueskytechco_quickview-product-view ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
  }
  .blueskytechco_quickview-product-view ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
  }
  .blueskytechco_quickview-product-view .page-wrapper {
    position: relative;
  }
  .blueskytechco_quickview-product-view .page-wrapper .column.main {
    padding: 0;
  }
  .blueskytechco_quickview-product-view .page-wrapper .column.main .product.media {
    width: 54.333333%;
    margin: 0;
  }
  .blueskytechco_quickview-product-view .page-wrapper .product-info-main {
    width: 45.666667%;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .blueskytechco_quickview-product-view.thumb_slide .page-main:after,
  .blueskytechco_quickview-product-view.thumb_slide .page-main:before {
    content: "";
    position: absolute;
    left: 54.333333%;
    right: 5px;
    background: #fff;
    height: 20px;
    z-index: 2;
  }
  .blueskytechco_quickview-product-view.thumb_slide .page-main:before {
    top: 0;
  }
  .blueskytechco_quickview-product-view.thumb_slide .page-main:after {
    bottom: 0;
  }
  .blueskytechco_quickview-product-view.thumb_slide .column.main .product.media {
    width: 54.333333%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    float: none;
  }
  .blueskytechco_quickview-product-view.thumb_slide .gallery-placeholder,
  .blueskytechco_quickview-product-view.thumb_slide .fotorama-item,
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__wrap {
    height: 100%;
  }
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__stage {
    width: 100% !important;
    height: 100% !important;
  }
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__stage .fotorama__stage__frame .fotorama__img {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: unset;
    width: 100%;
  }
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__nav-wrap--horizontal {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .blueskytechco_quickview-product-view.not(.thumb_slide) .product.media {
    padding: 20px;
  }
  .blueskytechco_quickview-product-view .gallery-placeholder.vertical_left,
  .blueskytechco_quickview-product-view .gallery-placeholder.vertical_right {
    padding: 20px;
  }
  .blueskytechco_quickview-product-view .product-category a {
    pointer-events: none;
  }
  .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.75;
    margin: 0;
    padding: 0;
    color: var(--link__color);
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: var(--link__color);
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: var(--link__hover__color);
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #222;
    text-decoration: none;
  }
  .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: var(--link__color);
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 12px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 24px 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: 30px;
    padding-right: 30px;
    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: 30px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 48px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 232px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .products-grid .product-item {
    margin-bottom: 0;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-list .product-item .product-item-photo {
    margin-bottom: 0;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item {
    width: 100%/3;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #back-top {
    right: 3rem;
  }
  .product-layout-2 .drift-zoom-pane {
    background-color: transparent;
  }
  .product-layout-2 #gallery-images {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .product-layout-2 .gallery-images > .product-image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }
  .product-layout-2 .gallery-images .gallery-img {
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
  .product-layout-3 .drift-zoom-pane {
    background-color: transparent;
  }
  .product-layout-3 .gallery-images > .product-image {
    margin-bottom: 30px;
  }
  .product-layout-3 .gallery-images > .product-image:last-child {
    margin-bottom: 0;
  }
  .product-layout-3 .gallery-images .gallery-img {
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_custom_bluesky_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_theme-full-checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_CheckoutIdentificationStep%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_identification.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_identification.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_bls_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_CheckoutIdentificationStep%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-identification-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_sidebar-identification-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_bls_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_AjaxSuite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_forfrontend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_MenuBuilder%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_MenuBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagefan_Blog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_custom_default_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_custom-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_Instagram%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Finstagram%5C%2F_instagram.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_LayeredAjax%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblog-posts%5C%2F_blog-post.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcategory-thumbnail-image%5C%2F_category-thumbnail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fdaily_deal%5C%2F_daily-deal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ffaq%5C%2F_faq.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fgallery%5C%2F_gallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ficonbox%5C%2F_icon-box.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimagebox%5C%2F_image-box.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Flookbook%5C%2F_lookbook.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_swatches.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproductcountdowntimers%5C%2F_pricecountdown.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtmlquote%5C%2F_quote.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftestimonial%5C%2F_testimonial.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fnewsletter%5C%2F_newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fstaticmenu%5C%2F_staticmenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcbanner%5C%2F_cbanner.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_QuickviewProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_SearchSuite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_SetProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_StoreLocator%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_Themeoption%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FIlumini_Acabamentos%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2Ftwocc.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2Fcc.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2F_yape.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_AdvancedFieldsCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_common-elements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_theme-full-checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2COChMU%2CkBDgMV%3BEAAA%2CaCtNqB%2C%2BBChEC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2CiCAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CaC%5C%2FMyB%2CiCD%2BMzB%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADoBA%3BECpBA%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaCtNqB%2C%2BBChEC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BADkDA%3BAACA%3BECnDA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CgBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CgBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CgBAAA%3BEAAA%2C8BAAA%3BEAAA%2COChMU%2CkBDgMV%3BEAAA%2CaCtNqB%2C%2BBChEC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSCoByB%2CKDpBzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CiBAAA%3B%3BAF%5C%2FNA%3BAMsEA%2CKAAK%2CcAiED%2CiBAGM%3BACvJV%3BECLA%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BAFkDD%2CKAAK%2CcAiED%2CiBAGM%2CUEvHT%3BAFmDD%2CKAAK%2CcAiED%2CiBAGM%2CUEtHT%3BADjCD%2CYCgCC%3BADhCD%2CYCiCC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CMAAC%3BAFsCD%2CKAAK%2CcAiED%2CiBAGM%2CUE1GT%3BAD7CD%2CYC6CC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BAFwBnB%2CKAAK%2CcAiED%2CiBAGM%2CUE9FT%3BAF0BD%2CKAAK%2CcAiED%2CiBAGM%2CUE7FT%3BAACD%2CQAAQ%2CUFwBR%2CMAAK%2CcAiED%2CiBAGM%3BACvJV%2CYCyDC%3BADzDD%2CYC0DC%3BAACD%2CQAAQ%2CUD3DR%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAR%5C%2FCA%2CMAAC%3BAMoEL%2CKAAK%2CcAiED%2CiBAGM%2CUNxIL%3BAOfL%2CYPeK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAS4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEPwBL%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BEPtGD%2CYAAA%3B%3BAOqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BEPrHD%2CcAAA%3B%3BAO0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEP%5C%2FHD%2CcAAA%3B%3BAOpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BEPYA%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BEPtGD%2CYAAA%3B%3BAORA%2CMAAM%3BEPQN%2CYAAA%3BEONI%2CsBAAA%3B%3BAAGJ%3BEPGA%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiPA%2CgBAAA%3B%3BAOsGA%2CQAAC%3BEPtGD%2CYAAA%3B%3BAOqHA%2CQAAC%3BEPrHD%2CcAAA%3B%3BAO0HA%2CQAAC%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CQAAC%3BEP%5C%2FHD%2CcAAA%3B%3BAOEA%2CKAAK%3BEPFL%2CmBAAA%3BEOII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BEPuMD%2CYAAA%3B%3BAOQA%2CKAAK%3BEPRL%2CmBAAA%3B%3BAOvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BEPuMD%2CYAAA%3B%3BAOzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BEPyHD%2CqBAAA%3B%3BAOkBA%2CGAAG%3BEPlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAOsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BATrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAQlHJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACE%2CyBAAA%3B%3BAAmCF%3BER2EI%2CcAAA%3B%3BAQxEJ%3BERwEI%2COCjMmB%2C2BDiMnB%3B%3BAS3RA%2CmBA4BI%2CaAGI%3BACnCR%2CcA%2BBI%3BACxBJ%2CyBAmCI%2CsBAsBI%2CQAAO%3BAPyNf%2CeAKI%3BAQrQJ%2CYAGI%3BACKJ%3BACEA%3BAClCA%2CcAmBI%3BACLJ%2CoBAYI%3BACNA%2CQAAC%3BACoWL%3BAC1PY%2C0BAVR%2CUAEK%2COAQI%3BAChIb%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BErBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUjHA%2CmBA4BI%2CaAGI%2CKa3BF%3BAZRN%2CcA%2BBI%2C2BYvBE%3BAXDN%2CyBAmCI%2CsBAsBI%2CQAAO%2CMWxDT%3BAlBiRN%2CeAKI%2CwBkBtRE%3BAViBN%2CYAGI%2CKUpBE%3BATyBN%2CiBSzBM%3BAR2BN%2C0BQ3BM%3BAPPN%2CcAmBI%2CWOZE%3BANON%2CoBAYI%2CWMnBE%3BALaF%2CQAAC%2CMKbC%3BAJiXN%2CYIjXM%3BAHuHM%2C0BAVR%2CUAEK%2COAQI%2CMGvHP%3BAFTN%2CcAII%2CcEKE%3BAFRN%2CqBAGI%2CcEKE%3BADTN%2CYA0DI%2CcAKI%2CQCtDF%3BEACE%2CSAAA%3B%3BAAopBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAV7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%3BAO6Ld%2CkBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%3BAKvVX%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEjBoBX%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BEMxHA%2CqBAAA%3BENwHA%2CeCvLoB%2C4BDuLpB%3B%3BAM5MA%2CuBAAC%3BAACD%2CuBAAC%3BAgBykBD%2CyBhB1kBC%3BAgB0kBD%2CyBhBzkBC%3BAegFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfjFpB%3BAeiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfhFpB%3BAK7ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CULDb%3BAK5ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CULAb%3BAY6LD%2CkBA6FI%2CQAAO%2CUZ3RV%3BAY8LD%2CkBA6FI%2CQAAO%2CUZ1RV%3BAY8LD%2CuBA4FI%2CQAAO%2CUZ3RV%3BAY%2BLD%2CuBA4FI%2CQAAO%2CUZ1RV%3BAiB7DD%2CkBAGI%2CQAAO%2CWjByDV%3BAiB5DD%2CkBAGI%2CQAAO%2CWjB0DV%3BAiB5DD%2CuBAEI%2CQAAO%2CWjByDV%3BAiB3DD%2CuBAEI%2CQAAO%2CWjB0DV%3BAiB3DD%2CqBACI%2CQAAO%2CWjByDV%3BAiB1DD%2CqBACI%2CQAAO%2CWjB0DV%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CuBAAC%3BAgB6jBD%2CyBhB7jBC%3BAeoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfpEpB%3BAKzFD%2CyBAmCI%2CsBAyCI%2CqBACM%2CULYb%3BAYiLD%2CkBA6FI%2CQAAO%2CUZ9QV%3BAYkLD%2CuBA4FI%2CQAAO%2CUZ9QV%3BAiBzED%2CkBAGI%2CQAAO%2CWjBsEV%3BAiBxED%2CuBAEI%2CQAAO%2CWjBsEV%3BAiBvED%2CqBACI%2CQAAO%2CWjBsEV%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAgB%2BiBnB%2CyBhBjjBC%3BAgBijBD%2CyBhBhjBC%3BAACD%2CQAAQ%2CUgB%2BiBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfxDpB%3BAewDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfvDpB%3BAACD%2CQAAQ%2CUesDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAV7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%2CULwBb%3BAKrGD%2CyBAmCI%2CsBAyCI%2CqBACM%2CULyBb%3BAACD%2CQAAQ%2CUKvGR%2C0BAmCI%2CsBAyCI%2CqBACM%3BAO6Ld%2CkBA6FI%2CQAAO%2CUZlQV%3BAYqKD%2CkBA6FI%2CQAAO%2CUZjQV%3BAACD%2CQAAQ%2CUYmKR%2CmBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%2CUZlQV%3BAYsKD%2CuBA4FI%2CQAAO%2CUZjQV%3BAACD%2CQAAQ%2CUYoKR%2CwBA4FI%2CQAAO%3BAKvVX%2CkBAGI%2CQAAO%2CWjBkFV%3BAiBrFD%2CkBAGI%2CQAAO%2CWjBmFV%3BAACD%2CQAAQ%2CUiBvFR%2CmBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%2CWjBkFV%3BAiBpFD%2CuBAEI%2CQAAO%2CWjBmFV%3BAACD%2CQAAQ%2CUiBtFR%2CwBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%2CWjBkFV%3BAiBnFD%2CqBACI%2CQAAO%2CWjBmFV%3BAACD%2CQAAQ%2CUiBrFR%2CsBACI%2CQAAO%3BEvBqQX%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAgBkfD%2CyBhBpfC%3BAgBofD%2CyBhBnfC%3BAgBmfD%2CyBhBlfC%3BAePmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfKpB%3BAeLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfMpB%3BAeNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfOpB%3BAKpKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CULqFb%3BAKlKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CULsFb%3BAKnKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CULuFb%3BAYsGD%2CkBA6FI%2CQAAO%2CUZrMV%3BAYwGD%2CkBA6FI%2CQAAO%2CUZpMV%3BAYuGD%2CkBA6FI%2CQAAO%2CUZnMV%3BAYuGD%2CuBA4FI%2CQAAO%2CUZrMV%3BAYyGD%2CuBA4FI%2CQAAO%2CUZpMV%3BAYwGD%2CuBA4FI%2CQAAO%2CUZnMV%3BAiBpJD%2CkBAGI%2CQAAO%2CWjB%2BIV%3BAiBlJD%2CkBAGI%2CQAAO%2CWjBgJV%3BAiBnJD%2CkBAGI%2CQAAO%2CWjBiJV%3BAiBnJD%2CuBAEI%2CQAAO%2CWjB%2BIV%3BAiBjJD%2CuBAEI%2CQAAO%2CWjBgJV%3BAiBlJD%2CuBAEI%2CQAAO%2CWjBiJV%3BAiBlJD%2CqBACI%2CQAAO%2CWjB%2BIV%3BAiBhJD%2CqBACI%2CQAAO%2CWjBgJV%3BAiBjJD%2CqBACI%2CQAAO%2CWjBiJV%3BEACG%2CqBAAA%3B%3BAkBpKJ%2CmBACI%2CeACI%2CmBAkDI%2CeAGI%2CSAII%2CcFpCpB%3BAlBuGA%2CKAAK%2CcAmID%2CckB1OJ%3BAGdA%2CkBAoDI%2CeA4BI%2CSAEI%2CcHpEZ%3BAIyEA%2CgCAkCI%2CSACI%2CcJ5GR%3BAKhCA%2CcA8II%2CcL9GJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAE1BJ%2CmBACI%2CeACI%2CmBAkDI%2CeAGI%2CSAII%2CcFpCpB%2CGAKK%3BAlBkGL%2CKAAK%2CcAmID%2CckB1OJ%2CGAKK%3BAGnBL%2CkBAoDI%2CeA4BI%2CSAEI%2CcHpEZ%2CGAKK%3BAIoEL%2CgCAkCI%2CSACI%2CcJ5GR%2CGAKK%3BAKrCL%2CcA8II%2CcL9GJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAE7BR%2CmBACI%2CeACI%2CmBAkDI%2CeAGI%2CSAII%2CcF1BpB%3BAlB6FA%2CKAAK%2CcAmID%2CckBhOJ%3BAGxBA%2CkBAoDI%2CeA4BI%2CSAEI%2CcH1DZ%3BAI%2BDA%2CgCAkCI%2CSACI%2CcJlGR%3BAK1CA%2CcA8II%2CcLpGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAM7BgB%2CcALhB%2CaAEI%2CiBACI%2CQACK%2COACI%3BAAAD%2CcAJhB%2CqBACI%2CiBACI%2CQACK%2COACI%3BACVD%2CcALhB%2CaAEI%2CiBACI%2CQACK%2COACI%3BAAAD%2CcAJhB%2CqBACI%2CiBACI%2CQACK%2COACI%3BEvBwNrB%2CWAAA%3B%3BAwBlBA%2CeAmBI%3BAJvHJ%2CgCAKI%3BEJaA%2CYAAA%3BEACA%2CqBAAA%3B%3BAQiFJ%2CeAmBI%2CuBRlGA%3BAIrBJ%2CgCAKI%2CuBJgBA%3BEACI%2CgBAAA%3B%3BAJ3BR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEI2CrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAS7HJ%2CgBACI%2COAOI%3BE%5C%2FBkQR%2CiBAAA%3BEsB9HI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAS9IJ%2CgBACI%2COAOI%2CaT%2BHJ%3BEACI%2CgBAAA%3B%3BAI7ER%2C2BACI%3BAAuBJ%2CgCACI%3BAV2BJ%2CcACI%3BAEwqBJ%2CcACI%3BAchkBJ%2COAGI%3BAT3IJ%2CeACI%3BAJgFJ%2C8BACI%3BEGZJ%2CmBAAA%3B%3BAI5FA%2C2BACI%2CaJ6FF%3BAItEF%2CgCACI%2CaJqEF%3BAN1CF%2CcACI%2CaMyCF%3BAJ%2BnBF%2CcACI%2CaIhoBF%3BAUgEF%2COAGI%2CaVnEF%3BACxEF%2CeACI%2CaDuEF%3BAHSF%2C8BACI%2CaGVF%3BEtBiHF%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAiC9RA%2CwBACI%2COX6LA%3BASvFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSToEd%3BAKhMJ%2CcLgMI%3BAP9LJ%2CcACI%2COO6LA%3BAYrHJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZmHd%3BANiCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%3BANkCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%3BEAnBJ%2CmBAAA%3B%3BAW3KA%2CwBACI%2COX6LA%2CaAjBF%3BAStEF%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSToEd%2CaAjBF%3BAK%5C%2FKF%2CcLgMI%2CaAjBF%3BAP7KF%2CcACI%2COO6LA%2CaAjBF%3BAYpGF%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZmHd%2CaAjBF%3BANkDF%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAjBF%3BANmDF%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAjBF%3BEtBiHF%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAiC9RA%2CwBACI%2COX6LA%2CaAGM%3BAS1FV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSToEd%2CaAGM%3BAKnMV%2CcLgMI%2CaAGM%3BAPjMV%2CcACI%2COO6LA%2CaAGM%3BAYxHV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZmHd%2CaAGM%3BAN8BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAGM%3BAN%2BBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAGM%3BEACE%2CiBAAA%3B%3BAWlMZ%2CwBACI%2COXqMA%3BAS%5C%2FFJ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CST4Ed%3BAKxMJ%2CcLwMI%3BAPtMJ%2CcACI%2COOqMA%3BAY7HJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ2Hd%3BANyBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%3BAN0BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAWxMR%2CwBACI%2COXqMA%2CWAIM%3BASnGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CST4Ed%2CWAIM%3BAK5MV%2CcLwMI%2CWAIM%3BAP1MV%2CcACI%2COOqMA%2CWAIM%3BAYjIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ2Hd%2CWAIM%3BANqBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAIM%3BANsBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAIM%3BEtBoFV%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAiC9RA%2CwBACI%2COXqMA%2CWAQM%3BASvGV%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CST4Ed%2CWAQM%3BAKhNV%2CcLwMI%2CWAQM%3BAP9MV%2CcACI%2COOqMA%2CWAQM%3BAYrIV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZ2Hd%2CWAQM%3BANiBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAQM%3BANkBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAWhNZ%2CwBACI%2COXmNA%2CeACI%2CEAAC%3BAS9GT%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CST0Fd%2CeACI%2CEAAC%3BAKvNT%2CcLsNI%2CeACI%2CEAAC%3BAPrNT%2CcACI%2COOmNA%2CeACI%2CEAAC%3BAY5IT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZyId%2CeACI%2CEAAC%3BANUT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeACI%2CEAAC%3BANWT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAWtNZ%2CwBACI%2COXmNA%2CeAKI%3BASlHR%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CST0Fd%2CeAKI%3BAK3NR%2CcLsNI%2CeAKI%3BAPzNR%2CcACI%2COOmNA%2CeAKI%3BAYhJR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSZyId%2CeAKI%3BANMR%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeAKI%3BANOR%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeAKI%3BEACI%2CmBAAA%3B%3BAInMZ%3BAPoFI%2CSAAC%3BEgBhEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAnCFA%2CoBAAC%3BAACD%2CoBAAC%3BA0BpBD%2CqB1BmBC%3BA0BnBD%2CqB1BoBC%3BAmBgEG%2CSAAC%2CSnBjEJ%3BAmBiEG%2CSAAC%2CSnBhEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BA0BzBD%2CqB1ByBC%3BAmB2DG%2CSAAC%2CSnB3DJ%3BEACG%2CWAAA%3B%3BAsBoLJ%2CoBavLA%3BATvBA%2CqBSuBA%3BAhB6DI%2CSAAC%2CSgB7DL%3BEAEI%2CeAAA%3BEnC8OJ%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAV7CD%2CqBSuBA%2CeCsBC%3BAjBuCG%2CSAAC%2CSgB7DL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCzPgB%2COrCyPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAV1DL%2CqBSuBA%2CeCkCC%2CMACI%3BAjB0BD%2CSAAC%2CSgB7DL%2CeCkCC%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAVhEL%2CqBSuBA%2CeCwCC%2COACI%3BAjBoBD%2CSAAC%2CSgB7DL%2CeCwCC%2COACI%3BEpCuML%2CcAAA%3B%3BAmCqEA%2CoBArTA%2CeAqTC%3BAT5UD%2CqBSuBA%2CeAqTC%3BAhBxPG%2CSAAC%2CSgB7DL%2CeAqTC%3BEnCrED%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAV7CD%2CqBSuBA%2CeAqTC%2COC%5C%2FRA%3BAjBuCG%2CSAAC%2CSgB7DL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCxOc%2COrCwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAV1DL%2CqBSuBA%2CeAqTC%2COCnRA%2CMACI%3BAjB0BD%2CSAAC%2CSgB7DL%2CeAqTC%2COCnRA%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAVhEL%2CqBSuBA%2CeAqTC%2COC7QA%2COACI%3BAjBoBD%2CSAAC%2CSgB7DL%2CeAqTC%2COC7QA%2COACI%3BEpCuML%2CcAAA%3B%3BAsBzDA%2CoBaAA%3BAT9MA%2CqBS8MA%3BAhB1HI%2CSAAC%2CSgB0HL%3BEnCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEmChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEnC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAsBzDA%2CoBaAA%2CYAsBI%3BATpOJ%2CqBS8MA%2CYAsBI%3BAhBhJA%2CSAAC%2CSgB0HL%2CYAsBI%3BEnCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAmC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAT5OT%2CqBS8MA%2CYAsBI%2CGAQK%3BAhBxJL%2CSAAC%2CSgB0HL%2CYAsBI%2CGAQK%3BEnC2BT%2CmBAAA%3BEmCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BATtiBD%2CqBS8MA%2CYAuVC%3BATriBD%2CqBS8MA%2CYAwVC%3BAhBldG%2CSAAC%2CSgB0HL%2CYAuVC%3BAhBjdG%2CSAAC%2CSgB0HL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAT%5C%2FiBD%2CqBS8MA%2CYAiWC%3BAhB3dG%2CSAAC%2CSgB0HL%2CYAiWC%3BEACG%2CiBAAA%3BEnCzSJ%2CsDAAA%3BEmC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BATrjBD%2CqBS8MA%2CYAuWC%3BAhBjeG%2CSAAC%2CSgB0HL%2CYAuWC%3BEACG%2CiBAAA%3BEnC%5C%2FSJ%2CsDAAA%3BEmCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAT%5C%2FfD%2CqBS8MA%2CYAiTC%3BAhB3aG%2CSAAC%2CSgB0HL%2CYAiTC%3BEnCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAmC6PA%2CoBAtTA%2CYAsTC%3BATpgBD%2CqBS8MA%2CYAsTC%3BAhBhbG%2CSAAC%2CSgB0HL%2CYAsTC%3BEnC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAmCZA%2CoBAAC%3BAT3PD%2CqBS2PC%3BAhBvKG%2CSAAC%2CSgBuKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAT9PJ%2CqBS2PC%2COAGG%3BAhB1KA%2CSAAC%2CSgBuKJ%2COAGG%3BEACI%2CcAAA%3B%3BAGxRR%2COACI%2CgBAkCI%2CKACI%3BA3B5BZ%2CyBAYI%2CYAAW%3BAPoJP%2CKAjCH%2CcA8BD%2CKAGK%2CIACG%3BA2BhEZ%2CQA0CI%2CoBACI%2CKACI%3BALxHZ%2CyBACI%2COAAM%2CIAAK%3BAA2Ef%2CgCAaI%2CKACI%3BAatHR%2CMAAM%2CQAmBF%2CSACI%3BAZrBR%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAJ5ChB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAqDA%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYAgCI%2CMAAK%3BAJyDb%2C0BADJ%2CYACK%3BAqBnOW%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BElBkOpB%2CkBAAA%3BEACA%2CWAAA%3B%3BASrBJ%3BACKA%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BAZ1Of%3BAACA%3BEEiQI%2CmBAAA%3B%3BAJ8QI%2CQADJ%2CQACK%3BAAgLT%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%3BAAuCP%2CcADJ%2CQACK%3BAuBjvBL%2COAAC%2CQAqBG%2CQAAO%3BEzCoMf%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAdyPA%2C6BcSE%3BAlB4PM%2CQADJ%2CQACK%2COkB5PP%3BAlB4aF%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COkB7fb%3BAlBoiBM%2CcADJ%2CQACK%2COkBpiBP%3BAK7ME%2COAAC%2CQAqBG%2CQAAO%2COLwLb%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2C6BAAC%3BAlBwfO%2CQADJ%2CQACK%2COkBxfR%3BAlBwqBD%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COkBzvBd%3BAlBgyBO%2CcADJ%2CQACK%2COkBhyBR%3BAK%2BCG%2COAAC%2CQAqBG%2CQAAO%2COLpEd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAlB2eG%2CQADJ%2CQACK%2COkB5eR%2CMACI%3BAlB2pBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COkB7uBd%2CMACI%3BAlBmxBG%2CcADJ%2CQACK%2COkBpxBR%2CMACI%3BAKkCD%2COAAC%2CQAqBG%2CQAAO%2COLxDd%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2C6BADH%2COACI%3BAlBqeG%2CQADJ%2CQACK%2COkBteR%2COACI%3BAlBqpBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COkBvuBd%2COACI%3BAlB6wBG%2CcADJ%2CQACK%2COkB9wBR%2COACI%3BAK4BD%2COAAC%2CQAqBG%2CQAAO%2COLlDd%2COACI%3BEpCqPL%2CcAAA%3B%3BA0CmGA%2CWAAY%2CQAAQ%2CSAChB%3BAADJ%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%3BAAQd%2CQAAC%2CKAyBG%3BAAzBJ%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%3BAzBnYd%2CQATH%2CKASI%3BACsCT%2CQAAQ%2CKAAM%3BEIoNV%2CgBAAA%3B%3BAoBqGJ%2CWAAY%2CQAAQ%2CSAChB%2CmBpBpGE%3BAoBmGN%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEpBrGZ%3BAoB6GF%2CQAAC%2CKAyBG%2CmBpBtIF%3BAoB6GF%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEpBvIhB%3BAL5PE%2CQATH%2CKASI%2CKK4PH%3BAJtNN%2CQAAQ%2CKAAM%2CEIsNR%3BEtBAN%2COCjMmB%2C2BDiMnB%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBuBiJM%2CIvBjJL%3BA2CoPD%2CWAAY%2CQAAQ%2CSAChB%2CmBpBpGE%2CIvBjJL%3BA2CoPD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEpBrGZ%2CIvBjJL%3BA2C8PG%2CQAAC%2CKAyBG%2CmBpBtIF%2CIvBjJL%3BA2C8PG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEpBvIhB%2CIvBjJL%3BAkB3GO%2CQATH%2CKASI%2CKK4PH%2CIvBjJL%3BAmBrED%2CQAAQ%2CKAAM%2CEIsNR%2CIvBjJL%3BECiJD%2COCjMmB%2C2BDiMnB%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiBuB4IM%2CIvB5IL%3BA2C%2BOD%2CWAAY%2CQAAQ%2CSAChB%2CmBpBpGE%2CIvB5IL%3BA2C%2BOD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEpBrGZ%2CIvB5IL%3BA2CyPG%2CQAAC%2CKAyBG%2CmBpBtIF%2CIvB5IL%3BA2CyPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEpBvIhB%2CIvB5IL%3BAkBhHO%2CQATH%2CKASI%2CKK4PH%2CIvB5IL%3BAmB1ED%2CQAAQ%2CKAAM%2CEIsNR%2CIvB5IL%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CiBuBuIM%2CIvBvIL%3BA2C0OD%2CWAAY%2CQAAQ%2CSAChB%2CmBpBpGE%2CIvBvIL%3BA2C0OD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEpBrGZ%2CIvBvIL%3BA2CoPG%2CQAAC%2CKAyBG%2CmBpBtIF%2CIvBvIL%3BA2CoPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEpBvIhB%2CIvBvIL%3BAkBrHO%2CQATH%2CKASI%2CKK4PH%2CIvBvIL%3BAmB%5C%2FED%2CQAAQ%2CKAAM%2CEIsNR%2CIvBvIL%3BECuID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BA0B7QA%2CKAAK%2CaAAa%2CMACd%3BAiBlBJ%2CmBACI%3BACoQA%2CSAAU%2CQAAC%2COAAO%3BArBrPtB%2CKAAK%2CSAAS%2CMACV%3BEDiSJ%2CcAAA%3B%3BAuBhSA%2CqCAGI%2CkCAOI%3BAC7BR%2CcACI%2CaAWI%2CcACI%3BACbZ%2CcAYI%2CyBAiKL%2C0BAQC%3BACrLA%2CmBACI%2CoBACI%2CaA8GI%3BAChHZ%2CcAqBI%3BACjBJ%2CcACI%2CgCAGI%2C4BAOI%3BACXZ%2CcACI%2CsCAGI%2CkCAOI%3BAzCfZ%2CcACI%2C2BAsBI%3BANyNA%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%3BAgD9Md%2CYAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BAzCxGR%2C0BA6BI%3BA0CzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAnDcvB%2CaAGI%2CiBACI%3BAoDiBR%2CqBACI%3BAtCHI%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%3BEnBwPd%2CiBAAA%3BEAAA%2CUAAA%3BEAAA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEgByIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAvBlMA%2C0BAAC%3BA8C3HD%2CqCAGI%2CkCAOI%2Ca9CiHP%3BA%2BC9ID%2CcACI%2CaAWI%2CcACI%2CmB%5C%2FCiIX%3BAgD9ID%2CcAYI%2CyBAiKL%2C0BAQC%2CehDvCC%3BAiD9ID%2CmBACI%2CoBACI%2CaA8GI%2CmBjD8BX%3BAkD9ID%2CcAqBI%2CoBlDyHH%3BAmD1ID%2CcACI%2CgCAGI%2C4BAOI%2CanD%2BHX%3BAoD1ID%2CcACI%2CsCAGI%2CkCAOI%2CapD%2BHX%3BAW9ID%2CcACI%2C2BAsBI%2CaXuHP%3BAKkGO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CILlGb%3BAqD5GD%2CYAgFI%2CmBrD4BH%3BAsD5HD%2C%2BBAGI%2C4BAMI%2CatDmHP%3BAuDjHD%2CmBvDiHC%3BAwDjID%2CwBAiFI%2C0BASI%2CexDuCP%3BAe%5C%2FID%2C0BA6BI%2CafkHH%3BAyD3IW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzD0ItB%3BAM5HD%2CaAGI%2CiBACI%2CeNwHP%3BA0DvGD%2CqBACI%2Ce1DsGH%3BAoBzGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUpBuGb%3BAoBxGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUpBuGb%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BA8ChID%2CqCAGI%2CkCAOI%2Ca9CsHP%3BA%2BCnJD%2CcACI%2CaAWI%2CcACI%2CmB%5C%2FCsIX%3BAgDnJD%2CcAYI%2CyBAiKL%2C0BAQC%2CehDlCC%3BAiDnJD%2CmBACI%2CoBACI%2CaA8GI%2CmBjDmCX%3BAkDnJD%2CcAqBI%2CoBlD8HH%3BAmD%5C%2FID%2CcACI%2CgCAGI%2C4BAOI%2CanDoIX%3BAoD%5C%2FID%2CcACI%2CsCAGI%2CkCAOI%2CapDoIX%3BAWnJD%2CcACI%2C2BAsBI%2CaX4HP%3BAK6FO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIL7Fb%3BAqDjHD%2CYAgFI%2CmBrDiCH%3BAsDjID%2C%2BBAGI%2C4BAMI%2CatDwHP%3BAuDtHD%2CmBvDsHC%3BAwDtID%2CwBAiFI%2C0BASI%2CexD4CP%3BAepJD%2C0BA6BI%2CafuHH%3BAyDhJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzD%2BItB%3BAMjID%2CaAGI%2CiBACI%2CeN6HP%3BA0D5GD%2CqBACI%2Ce1D2GH%3BAoB9GO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUpB4Gb%3BAoB7GO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUpB4Gb%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2C0BAAC%3BA8CrID%2CqCAGI%2CkCAOI%2Ca9C2HP%3BA%2BCxJD%2CcACI%2CaAWI%2CcACI%2CmB%5C%2FC2IX%3BAgDxJD%2CcAYI%2CyBAiKL%2C0BAQC%2CehD7BC%3BAiDxJD%2CmBACI%2CoBACI%2CaA8GI%2CmBjDwCX%3BAkDxJD%2CcAqBI%2CoBlDmIH%3BAmDpJD%2CcACI%2CgCAGI%2C4BAOI%2CanDyIX%3BAoDpJD%2CcACI%2CsCAGI%2CkCAOI%2CapDyIX%3BAWxJD%2CcACI%2C2BAsBI%2CaXiIP%3BAKwFO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CILxFb%3BAqDtHD%2CYAgFI%2CmBrDsCH%3BAsDtID%2C%2BBAGI%2C4BAMI%2CatD6HP%3BAuD3HD%2CmBvD2HC%3BAwD3ID%2CwBAiFI%2C0BASI%2CexDiDP%3BAezJD%2C0BA6BI%2Caf4HH%3BAyDrJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMzDoJtB%3BAMtID%2CaAGI%2CiBACI%2CeNkIP%3BA0DjHD%2CqBACI%2Ce1DgHH%3BAoBnHO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUpBiHb%3BAoBlHO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUpBiHb%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAMxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAuCtLD%2CqCAGI%2CkCAOI%2CavC0KP%3BAuCpLD%2CqCAGI%2CkCAOI%2CavC2KP%3BAuCrLD%2CqCAGI%2CkCAOI%2CavC4KP%3BAwCzMD%2CcACI%2CaAWI%2CcACI%2CmBxC0LX%3BAwCvMD%2CcACI%2CaAWI%2CcACI%2CmBxC2LX%3BAwCxMD%2CcACI%2CaAWI%2CcACI%2CmBxC4LX%3BAyCzMD%2CcAYI%2CyBAiKL%2C0BAQC%2CezCkBC%3BAyCvMD%2CcAYI%2CyBAiKL%2C0BAQC%2CezCmBC%3BAyCxMD%2CcAYI%2CyBAiKL%2C0BAQC%2CezCoBC%3BA0CzMD%2CmBACI%2CoBACI%2CaA8GI%2CmB1CuFX%3BA0CvMD%2CmBACI%2CoBACI%2CaA8GI%2CmB1CwFX%3BA0CxMD%2CmBACI%2CoBACI%2CaA8GI%2CmB1CyFX%3BA2CzMD%2CcAqBI%2CoB3CkLH%3BA2CvMD%2CcAqBI%2CoB3CmLH%3BA2CxMD%2CcAqBI%2CoB3CoLH%3BA4CrMD%2CcACI%2CgCAGI%2C4BAOI%2Ca5CwLX%3BA4CnMD%2CcACI%2CgCAGI%2C4BAOI%2Ca5CyLX%3BA4CpMD%2CcACI%2CgCAGI%2C4BAOI%2Ca5C0LX%3BA6CrMD%2CcACI%2CsCAGI%2CkCAOI%2Ca7CwLX%3BA6CnMD%2CcACI%2CsCAGI%2CkCAOI%2Ca7CyLX%3BA6CpMD%2CcACI%2CsCAGI%2CkCAOI%2Ca7C0LX%3BAIzMD%2CcACI%2C2BAsBI%2CaJgLP%3BAIvMD%2CcACI%2C2BAsBI%2CaJiLP%3BAIxMD%2CcACI%2C2BAsBI%2CaJkLP%3BAFuCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIEzCb%3BAFyCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIExCb%3BAFwCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIEvCb%3BA8CvKD%2CYAgFI%2CmB9CqFH%3BA8CrKD%2CYAgFI%2CmB9CsFH%3BA8CtKD%2CYAgFI%2CmB9CuFH%3BA%2BCvLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FC4KP%3BA%2BCrLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FC6KP%3BA%2BCtLD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FC8KP%3BAgD5KD%2CmBhD0KC%3BAgD1KD%2CmBhD2KC%3BAgD3KD%2CmBhD4KC%3BAiD5LD%2CwBAiFI%2C0BASI%2CejDgGP%3BAiD1LD%2CwBAiFI%2C0BASI%2CejDiGP%3BAiD3LD%2CwBAiFI%2C0BASI%2CejDkGP%3BAQ1MD%2C0BA6BI%2CaR2KH%3BAQxMD%2C0BA6BI%2CaR4KH%3BAQzMD%2C0BA6BI%2CaR6KH%3BAkDtMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlDmMtB%3BAkDpMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlDoMtB%3BAkDrMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlDqMtB%3BADvLD%2CaAGI%2CiBACI%2CeCiLP%3BADrLD%2CaAGI%2CiBACI%2CeCkLP%3BADtLD%2CaAGI%2CiBACI%2CeCmLP%3BAmDlKD%2CqBACI%2CenD%2BJH%3BAmDhKD%2CqBACI%2CenDgKH%3BAmDjKD%2CqBACI%2CenDiKH%3BAapKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUbgKb%3BAalKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUbiKb%3BAanKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUbkKb%3BAanKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUbgKb%3BAajKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUbiKb%3BAalKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUbkKb%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAuC7LnB%2CqCAGI%2CkCAOI%2CavCiLP%3BAuC3LD%2CqCAGI%2CkCAOI%2CavCkLP%3BAACD%2CQAAQ%2CUuC7LR%2CsCAGI%2CkCAOI%3BAC7BR%2CcACI%2CaAWI%2CcACI%2CmBxCiMX%3BAwC9MD%2CcACI%2CaAWI%2CcACI%2CmBxCkMX%3BAACD%2CQAAQ%2CUwChNR%2CeACI%2CaAWI%2CcACI%3BACbZ%2CcAYI%2CyBAiKL%2C0BAQC%2CezCyBC%3BAyC9MD%2CcAYI%2CyBAiKL%2C0BAQC%2CezC0BC%3BAACD%2CQAAQ%2CUyChNR%2CeAYI%2CyBAiKL%2C0BAQC%3BACrLA%2CmBACI%2CoBACI%2CaA8GI%2CmB1C8FX%3BA0C9MD%2CmBACI%2CoBACI%2CaA8GI%2CmB1C%2BFX%3BAACD%2CQAAQ%2CU0ChNR%2CoBACI%2CoBACI%2CaA8GI%3BAChHZ%2CcAqBI%2CoB3CyLH%3BA2C9MD%2CcAqBI%2CoB3C0LH%3BAACD%2CQAAQ%2CU2ChNR%2CeAqBI%3BACjBJ%2CcACI%2CgCAGI%2C4BAOI%2Ca5C%2BLX%3BA4C1MD%2CcACI%2CgCAGI%2C4BAOI%2Ca5CgMX%3BAACD%2CQAAQ%2CU4C5MR%2CeACI%2CgCAGI%2C4BAOI%3BACXZ%2CcACI%2CsCAGI%2CkCAOI%2Ca7C%2BLX%3BA6C1MD%2CcACI%2CsCAGI%2CkCAOI%2Ca7CgMX%3BAACD%2CQAAQ%2CU6C5MR%2CeACI%2CsCAGI%2CkCAOI%3BAzCfZ%2CcACI%2C2BAsBI%2CaJuLP%3BAI9MD%2CcACI%2C2BAsBI%2CaJwLP%3BAACD%2CQAAQ%2CUIhNR%2CeACI%2C2BAsBI%3BANyNA%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIElCb%3BAFkCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIEjCb%3BAACD%2CQAAQ%2CUFgCA%2CMA1GH%2CcAyGD%2CQACK%2CKAAK%3BAgD9Md%2CYAgFI%2CmB9C4FH%3BA8C5KD%2CYAgFI%2CmB9C6FH%3BAACD%2CQAAQ%2CU8C9KR%2CaAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%2Ca%5C%2FCmLP%3BA%2BC5LD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FCoLP%3BAACD%2CQAAQ%2CU%2BC9LR%2CgCAGI%2C4BAMI%3BACER%2CmBhDiLC%3BAgDjLD%2CmBhDkLC%3BAACD%2CQAAQ%2CUgDnLR%3BAChBA%2CwBAiFI%2C0BASI%2CejDuGP%3BAiDjMD%2CwBAiFI%2C0BASI%2CejDwGP%3BAACD%2CQAAQ%2CUiDnMR%2CyBAiFI%2C0BASI%3BAzCxGR%2C0BA6BI%2CaRkLH%3BAQ%5C%2FMD%2C0BA6BI%2CaRmLH%3BAACD%2CQAAQ%2CUQjNR%2C2BA6BI%3BA0CzBQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlD0MtB%3BAkD3MW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlD2MtB%3BAACD%2CQAAQ%2CUkD7MI%2CMAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BAnDcvB%2CaAGI%2CiBACI%2CeCwLP%3BAD5LD%2CaAGI%2CiBACI%2CeCyLP%3BAACD%2CQAAQ%2CUD9LR%2CcAGI%2CiBACI%3BAoDiBR%2CqBACI%2CenDsKH%3BAmDvKD%2CqBACI%2CenDuKH%3BAACD%2CQAAQ%2CUmDzKR%2CsBACI%3BAtCHI%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUbuKb%3BAazKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUbwKb%3BAACD%2CQAAQ%2CUa3KA%2CkBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUbuKb%3BAaxKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUbwKb%3BAACD%2CQAAQ%2CUa1KA%2CeAAe%2CUApClB%2CMAAM%2COAqCG%3BEnBwPd%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAuClMJ%2CqCAGI%2CkCAOI%2CavBqTP%3BAuB%5C%2FTD%2CqCAGI%2CkCAOI%2CavBsTP%2CIAAI%3BAwBnVL%2CcACI%2CaAWI%2CcACI%2CmBxBqUX%3BAwBlVD%2CcACI%2CaAWI%2CcACI%2CmBxBsUX%2CIAAI%3BAyBnVL%2CcAYI%2CyBAiKL%2C0BAQC%2CezB6JC%3BAyBlVD%2CcAYI%2CyBAiKL%2C0BAQC%2CezB8JC%2CIAAI%3BA0BnVL%2CmBACI%2CoBACI%2CaA8GI%2CmB1BkOX%3BA0BlVD%2CmBACI%2CoBACI%2CaA8GI%2CmB1BmOX%2CIAAI%3BA2BnVL%2CcAqBI%2CoB3B6TH%3BA2BlVD%2CcAqBI%2CoB3B8TH%2CIAAI%3BA4B%5C%2FUL%2CcACI%2CgCAGI%2C4BAOI%2Ca5BmUX%3BA4B9UD%2CcACI%2CgCAGI%2C4BAOI%2Ca5BoUX%2CIAAI%3BA6B%5C%2FUL%2CcACI%2CsCAGI%2CkCAOI%2Ca7BmUX%3BA6B9UD%2CcACI%2CsCAGI%2CkCAOI%2Ca7BoUX%2CIAAI%3BAZnVL%2CcACI%2C2BAsBI%2CaY2TP%3BAZlVD%2CcACI%2C2BAsBI%2CaY4TP%2CIAAI%3BAlBnGG%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIkBkGb%3BAlBlGO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIkBmGb%2CIAAI%3BA8BjTL%2CYAgFI%2CmB9BgOH%3BA8BhTD%2CYAgFI%2CmB9BiOH%2CIAAI%3BA%2BBjUL%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBuTP%3BA%2BBhUD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBwTP%2CIAAI%3BAgCtTL%2CmBhCqTC%3BAgCrTD%2CmBhCsTC%2CIAAI%3BAiCtUL%2CwBAiFI%2C0BASI%2CejC2OP%3BAiCrUD%2CwBAiFI%2C0BASI%2CejC4OP%2CIAAI%3BARpVL%2C0BA6BI%2CaQsTH%3BARnVD%2C0BA6BI%2CaQuTH%2CIAAI%3BAkChVO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlC8UtB%3BAkC%5C%2FUW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMlC%2BUtB%2CIAAI%3BAjBjUL%2CaAGI%2CiBACI%2CeiB4TP%3BAjBhUD%2CaAGI%2CiBACI%2CeiB6TP%2CIAAI%3BAmC5SL%2CqBACI%2CenC0SH%3BAmC3SD%2CqBACI%2CenC2SH%2CIAAI%3BAH9SG%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUG2Sb%3BAH7SO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUG4Sb%2CIAAI%3BAH7SG%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUG2Sb%3BAH5SO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUG4Sb%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwFI%2CeADJ%2CQACK%3BAI5aT%2CwBJ2aI%2CQACK%3BAI3aT%2CuBJ0aI%2CQACK%3BAoC7aT%2CqBpC4aI%2CQACK%3BAY7aT%2CmBZ4aI%2CQACK%3BAqC7aT%2CKAAK%2CKAAK%2COrC4aN%2CQACK%3BEtB7IT%2CiBAAA%3BEAAA%2CUAAA%3BEAAA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEgByIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAqBI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAvB3NJ%2CkBAAC%3BAuB8RO%2CeADJ%2CQACK%2COvB9RR%3BA2B9ID%2CwBJ2aI%2CQACK%2COvB9RR%3BA2B7ID%2CuBJ0aI%2CQACK%2COvB9RR%3BA2D%5C%2FID%2CqBpC4aI%2CQACK%2COvB9RR%3BAmC%5C%2FID%2CmBZ4aI%2CQACK%2COvB9RR%3BA4D%5C%2FID%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COvB9RR%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CkBAAC%3BAuByRO%2CeADJ%2CQACK%2COvBzRR%3BA2BnJD%2CwBJ2aI%2CQACK%2COvBzRR%3BA2BlJD%2CuBJ0aI%2CQACK%2COvBzRR%3BA2DpJD%2CqBpC4aI%2CQACK%2COvBzRR%3BAmCpJD%2CmBZ4aI%2CQACK%2COvBzRR%3BA4DpJD%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COvBzRR%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CkBAAC%3BAuBoRO%2CeADJ%2CQACK%2COvBpRR%3BA2BxJD%2CwBJ2aI%2CQACK%2COvBpRR%3BA2BvJD%2CuBJ0aI%2CQACK%2COvBpRR%3BA2DzJD%2CqBpC4aI%2CQACK%2COvBpRR%3BAmCzJD%2CmBZ4aI%2CQACK%2COvBpRR%3BA4DzJD%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COvBpRR%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAMxFA%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CkBAAC%3BAgBmOO%2CeADJ%2CQACK%2COhBrOR%3BAgBqOO%2CeADJ%2CQACK%2COhBpOR%3BAgBoOO%2CeADJ%2CQACK%2COhBnOR%3BAoBzMD%2CwBJ2aI%2CQACK%2COhBrOR%3BAoBvMD%2CwBJ2aI%2CQACK%2COhBpOR%3BAoBxMD%2CwBJ2aI%2CQACK%2COhBnOR%3BAoBxMD%2CuBJ0aI%2CQACK%2COhBrOR%3BAoBtMD%2CuBJ0aI%2CQACK%2COhBpOR%3BAoBvMD%2CuBJ0aI%2CQACK%2COhBnOR%3BAoD1MD%2CqBpC4aI%2CQACK%2COhBrOR%3BAoDxMD%2CqBpC4aI%2CQACK%2COhBpOR%3BAoDzMD%2CqBpC4aI%2CQACK%2COhBnOR%3BA4B1MD%2CmBZ4aI%2CQACK%2COhBrOR%3BA4BxMD%2CmBZ4aI%2CQACK%2COhBpOR%3BA4BzMD%2CmBZ4aI%2CQACK%2COhBnOR%3BAqD1MD%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COhBrOR%3BAqDxMD%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COhBpOR%3BAqDzMD%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COhBnOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CQAAQ%2CUAAW%3BAgB4NX%2CeADJ%2CQACK%2COhB9NR%3BAgB8NO%2CeADJ%2CQACK%2COhB7NR%3BAACD%2CQAAQ%2CUgB4NA%2CgBADJ%2CQACK%3BAI5aT%2CwBJ2aI%2CQACK%2COhB9NR%3BAoB9MD%2CwBJ2aI%2CQACK%2COhB7NR%3BAACD%2CQAAQ%2CUoBhNR%2CyBJ2aI%2CQACK%3BAI3aT%2CuBJ0aI%2CQACK%2COhB9NR%3BAoB7MD%2CuBJ0aI%2CQACK%2COhB7NR%3BAACD%2CQAAQ%2CUoB%5C%2FMR%2CwBJ0aI%2CQACK%3BAoC7aT%2CqBpC4aI%2CQACK%2COhB9NR%3BAoD%5C%2FMD%2CqBpC4aI%2CQACK%2COhB7NR%3BAACD%2CQAAQ%2CUoDjNR%2CsBpC4aI%2CQACK%3BAY7aT%2CmBZ4aI%2CQACK%2COhB9NR%3BA4B%5C%2FMD%2CmBZ4aI%2CQACK%2COhB7NR%3BAACD%2CQAAQ%2CU4BjNR%2CoBZ4aI%2CQACK%3BAqC7aT%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COhB9NR%3BAqD%5C%2FMD%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COhB7NR%3BAACD%2CQAAQ%2CUqDjNR%2CMAAK%2CKAAK%2COrC4aN%2CQACK%3BEtB7IT%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAgBuNI%2CeADJ%2CQACK%2COA1FR%3BAA0FO%2CeADJ%2CQACK%2COAzFR%2CIAAI%3BAInVL%2CwBJ2aI%2CQACK%2COA1FR%3BAIlVD%2CwBJ2aI%2CQACK%2COAzFR%2CIAAI%3BAIlVL%2CuBJ0aI%2CQACK%2COA1FR%3BAIjVD%2CuBJ0aI%2CQACK%2COAzFR%2CIAAI%3BAoCpVL%2CqBpC4aI%2CQACK%2COA1FR%3BAoCnVD%2CqBpC4aI%2CQACK%2COAzFR%2CIAAI%3BAYpVL%2CmBZ4aI%2CQACK%2COA1FR%3BAYnVD%2CmBZ4aI%2CQACK%2COAzFR%2CIAAI%3BAqCpVL%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COA1FR%3BAqCnVD%2CKAAK%2CKAAK%2COrC4aN%2CQACK%2COAzFR%2CIAAI%3BEACD%2CgBAAA%3B%3BAIpVJ%2CwBJ8XI%3BAI7XJ%2CuBJ6XI%3BAoC%5C%2FXJ%2CqBpC%2BXI%3BAY%5C%2FXJ%2CmBZ%2BXI%3BAqC%5C%2FXJ%2CKAAK%2CKAAK%2COrC%2BXN%3BEACI%2CmBAAA%3B%3BAI%5C%2FXR%2CwBJ8XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAIlYhB%2CuBJ6XI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAoCpYhB%2CqBpC%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAYpYhB%2CmBZ%2BXI%2CUAGI%2COACK%2CIAAI%2CSACD%3BAqCpYhB%2CKAAK%2CKAAK%2COrC%2BXN%2CUAGI%2COACK%2CIAAI%2CSACD%3BEACI%2CUAAA%3B%3BAIpYpB%2CwBJ8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAI5YlB%2CuBJ6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAoC9YlB%2CqBpC%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAY9YlB%2CmBZ%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BAqC9YlB%2CKAAK%2CKAAK%2COrC%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BEAOE%2CWAAA%3B%3BAIpZpB%2CwBJ8XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAI9YzB%2CuBJ6XI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAoChZzB%2CqBpC%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAYhZzB%2CmBZ%2BXI%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BAqChZzB%2CKAAK%2CKAAK%2COrC%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAIhZ5B%2CwBJ8XI%2CUA2BI%2CQACI%3BAIzZZ%2CuBJ6XI%2CUA2BI%2CQACI%3BAoC3ZZ%2CqBpC%2BXI%2CUA2BI%2CQACI%3BAY3ZZ%2CmBZ%2BXI%2CUA2BI%2CQACI%3BAqC3ZZ%2CKAAK%2CKAAK%2COrC%2BXN%2CUA2BI%2CQACI%3BEACI%2CSAAA%3B%3BAI3ZhB%2CwBJgaI%2CSACK%3BAIhaT%2CuBJ%2BZI%2CSACK%3BAoClaT%2CqBpCiaI%2CSACK%3BAYlaT%2CmBZiaI%2CSACK%3BAqClaT%2CKAAK%2CKAAK%2COrCiaN%2CSACK%3BEACG%2CgBAAA%3B%3BAIlaZ%2CwBJsaI%3BAIraJ%2CuBJqaI%3BAoCvaJ%2CqBpCuaI%3BAYvaJ%2CmBZuaI%3BAqCvaJ%2CKAAK%2CKAAK%2COrCuaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAjB%5C%2FPI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEL3JjB%2CSAAA%3BEACA%2CkBAAA%3B%3BA4DCQ%2CSAJF%2CSAIG%2CSACK%3BAADN%2CSAHF%2CUAAU%2CSAGP%2CSACK%3BACqcN%2CeAHJ%2CcAGK%3BAAgQe%2CeAxIpB%2CUA2CI%2COAsFK%2COAIG%2CmBAEI%2CMACK%3BApDltBzB%2CmBAqDI%3BAsCzDJ%2CcAYI%2CyBA6LL%2CsBACG%3BAA1MF%2CcAYI%2CyBA6ML%2CUACC%3BAe1NA%2CcACI%2CyBA4DI%2COACI%3BA1DyGJ%2CKAjCH%2CcA8BD%2CKAGK%2CIAMG%3BA0BrBJ%2CiBAhBJ%2CQAgBK%2CSAGG%3BAAHJ%2CiBAhBJ%2CQAgBK%2CSAgCG%3BAlB1KZ%2CqBACI%3BA2CFJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAQxHR%2CwBAoFI%2COACI%3BAhCjBA%2CSADJ%2CUACK%2CMACK%3BAAmBd%2CQACI%2CQAAO%2CKAYH%2CSACK%3BAAsCb%2CMAAM%2COACF%2COACI%3BAAUR%2CYACI%3BAiC1HJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BARhDnB%2CsBAcI%2CUAAS%2CSACJ%3BASjBT%2CYACI%2CuBAGI%2COAGI%3BAtCpBZ%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAXxBtB%2CcAKI%2CcAOI%3BAkDjJR%2CYACI%2CeAEI%2COACI%3BAjD%2BCJ%2CQAxBH%2CKAwBI%2CQAOG%2CmBASM%2CUAUE%3BACmnBpB%2CiBAGI%2CMAAK%2CMAAM%2COAEP%3BAALR%2CiBAII%2CMAAK%2CMAAM%2CQACP%3BAuB1kBA%2COAHH%2CQAGI%2CQA%2BCG%3BA0BxKZ%2CMAAM%2CWAwCF%3BAnCsDA%2COADG%2CKACF%2CIAAI%3BAAwFT%2CYAEI%2CUAgCI%3BAAjCR%2CYACI%2CUAgCI%3BATnGA%2CcAFM%2CSACV%2CSACK%2CKA2BG%2CaACI%3BAJoBhB%2C2BAKI%2CsBAII%2CUACM%3BAAiBd%2CuBACI%2CoBACI%3BEnBhLR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6DtBA%2CeAmYI%2CyBAKI%2CUACI%3BAAsMJ%2CeALJ%2CUAKK%2CoBASG%3BAOtlBJ%2CcADJ%2CuBACK%2CcAIG%2CsBASI%3BACPZ%2CsBAAC%2CcAGG%2CsBAQI%3BErEOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAsB8VW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CctB%5C%2FVhB%3BAsB%2BVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CctB9VhB%3BA6DxCD%2CeAmYI%2CyBAKI%2CUACI%2CQ7DlWX%3BA6DvCD%2CeAmYI%2CyBAKI%2CUACI%2CQ7DjWX%3BASxCD%2CmBACI%2CoBTsCH%3BASvCD%2CmBACI%2CoBTuCH%3BASxCD%2CmBAYI%2CiBT2BH%3BASvCD%2CmBAYI%2CiBT4BH%3BASkBD%2CyBTnBC%3BASmBD%2CyBTlBC%3BAsExCD%2CcACI%2CuBtEsCH%3BAsEvCD%2CcACI%2CuBtEuCH%3BAwBpCD%2CmBACI%2CeACI%2CmBAkDI%2CeAGI%2CSAII%2CcxBxBnB%3BAwBnCD%2CmBACI%2CeACI%2CmBAkDI%2CeAGI%2CSAII%2CcxBvBnB%3BAwBpCD%2CmBACI%2CeACI%2CmBAmFI%2CcAGI%2CsBxBrDf%3BAwBnCD%2CmBACI%2CeACI%2CmBAmFI%2CcAGI%2CsBxBpDf%3BAgD%2BCe%2CmBA1FZ%2CoBACI%2CaAwFI%2COACK%2CUhDhDhB%3BAgDgDe%2CmBA1FZ%2CoBACI%2CaAwFI%2COACK%2CUhD%5C%2FChB%3BAI0FD%2CKAAK%2CcAiED%2CiBJ5JH%3BAI2FD%2CKAAK%2CcAiED%2CiBJ3JH%3BAI0FD%2CKAAK%2CcAmID%2CcJ9NH%3BAI2FD%2CKAAK%2CcAmID%2CcJ7NH%3BA8BgKD%2CeAGI%2CcAWM%2CW9B%5C%2FKT%3BA8BiKD%2CeAGI%2CcAWM%2CW9B9KT%3BAYxBD%2CmBZuBC%3BAYvBD%2CmBZwBC%3BAYQD%2CyBZTC%3BAYSD%2CyBZRC%3BAuExCD%2CsBvEuCC%3BAuEvCD%2CsBvEwCC%3BAoDiDO%2CYADJ%2COACK%2CUpDlDR%3BAoDkDO%2CYADJ%2COACK%2CUpDjDR%3BAyB3BD%2CkBAoDI%2CeA4BI%2CSAEI%2CczBxDX%3BAyB1BD%2CkBAoDI%2CeA4BI%2CSAEI%2CczBvDX%3BA%2BBsCD%2CSACI%2CUAWI%2CO%5C%2FBnDP%3BA%2BBuCD%2CSACI%2CUAWI%2CO%5C%2FBlDP%3BAgEGD%2C0BACI%2CkBhELH%3BAgEID%2C0BACI%2CkBhEJH%3BAK1BD%2CaLyBC%3BAKzBD%2CaL0BC%3BAKoDD%2CgBAgCI%2CSLrFH%3BAKqDD%2CgBAgCI%2CSLpFH%3BAKgGD%2CoBACI%2CoBLlGH%3BAKiGD%2CoBACI%2CoBLjGH%3BAKgGD%2CoBAEI%2CkCLnGH%3BAKiGD%2CoBAEI%2CkCLlGH%3BA0B4DD%2CgCAkCI%2CSACI%2Cc1BhGP%3BA0B6DD%2CgCAkCI%2CSACI%2Cc1B%5C%2FFP%3BAwEXD%2CmBxEUC%3BAwEVD%2CmBxEWC%3BAwE%2BED%2CYAAa%2CMAAK%2CMAGd%2CexEnFH%3BAwEgFD%2CYAAa%2CMAAK%2CMAGd%2CexElFH%3BAwEgFD%2CkBAEI%2CexEnFH%3BAwEiFD%2CkBAEI%2CexElFH%3BAwEiFD%2CmBACI%2CexEnFH%3BAwEkFD%2CmBACI%2CexElFH%3BAwE8HD%2CcAKI%2CSxEpIH%3BAwE%2BHD%2CcAKI%2CSxEnIH%3BAyEtCD%2CUAWI%2CgBzE0BH%3BAyErCD%2CUAWI%2CgBzE2BH%3BA2B7CD%2CcA8II%2Cc3BlGH%3BA2B5CD%2CcA8II%2Cc3BjGH%3BA2B7CD%2CcAuJI%2CO3B3GH%3BA2B5CD%2CcAuJI%2CO3B1GH%3BA2B7CD%2CcAkMI%2Ce3BtJH%3BA2B5CD%2CcAkMI%2Ce3BrJH%3BA4C6GD%2CgBACI%2CiB5C%5C%2FGH%3BA4C8GD%2CgBACI%2CiB5C9GH%3BA0EhCD%2CQ1E%2BBC%3BA0E%5C%2FBD%2CQ1EgCC%3BA0EhBD%2CiB1EeC%3BA0EfD%2CiB1EgBC%3BAkB0XD%2CQA4HI%2CsBlBvfH%3BAkB2XD%2CQA4HI%2CsBlBtfH%3BAgCmBG%2COAAC%2CQhCpBJ%3BAgCoBG%2COAAC%2CQhCnBJ%3BA0B5CD%2CwBJ8XI%2CUAWI%2CiBACK%2CIAAI%2CctB%5C%2FVhB%3BA0B3CD%2CwBJ8XI%2CUAWI%2CiBACK%2CIAAI%2CctB9VhB%3BA0B3CD%2CuBJ6XI%2CUAWI%2CiBACK%2CIAAI%2CctB%5C%2FVhB%3BA0B1CD%2CuBJ6XI%2CUAWI%2CiBACK%2CIAAI%2CctB9VhB%3BA0D7CD%2CqBpC%2BXI%2CUAWI%2CiBACK%2CIAAI%2CctB%5C%2FVhB%3BA0D5CD%2CqBpC%2BXI%2CUAWI%2CiBACK%2CIAAI%2CctB9VhB%3BAkC7CD%2CmBZ%2BXI%2CUAWI%2CiBACK%2CIAAI%2CctB%5C%2FVhB%3BAkC5CD%2CmBZ%2BXI%2CUAWI%2CiBACK%2CIAAI%2CctB9VhB%3BA2D7CD%2CKAAK%2CKAAK%2COrC%2BXN%2CUAWI%2CiBACK%2CIAAI%2CctB%5C%2FVhB%3BA2D5CD%2CKAAK%2CKAAK%2COrC%2BXN%2CUAWI%2CiBACK%2CIAAI%2CctB9VhB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAsByVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CctBzVhB%3BA6D7CD%2CeAmYI%2CyBAKI%2CUACI%2CQ7D5VX%3BAS7CD%2CmBACI%2CoBT4CH%3BAS7CD%2CmBAYI%2CiBTiCH%3BASaD%2CyBTbC%3BAsE7CD%2CcACI%2CuBtE4CH%3BAwBzCD%2CmBACI%2CeACI%2CmBAkDI%2CeAGI%2CSAII%2CcxBlBnB%3BAwBzCD%2CmBACI%2CeACI%2CmBAmFI%2CcAGI%2CsBxB%5C%2FCf%3BAgD0Ce%2CmBA1FZ%2CoBACI%2CaAwFI%2COACK%2CUhD1ChB%3BAIqFD%2CKAAK%2CcAiED%2CiBJtJH%3BAIqFD%2CKAAK%2CcAmID%2CcJxNH%3BA8B2JD%2CeAGI%2CcAWM%2CW9BzKT%3BAY7BD%2CmBZ6BC%3BAYGD%2CyBZHC%3BAuE7CD%2CsBvE6CC%3BAoD4CO%2CYADJ%2COACK%2CUpD5CR%3BAyBhCD%2CkBAoDI%2CeA4BI%2CSAEI%2CczBlDX%3BA%2BBiCD%2CSACI%2CUAWI%2CO%5C%2FB7CP%3BAgEFD%2C0BACI%2CkBhECH%3BAK%5C%2FBD%2CaL%2BBC%3BAK%2BCD%2CgBAgCI%2CSL%5C%2FEH%3BAK2FD%2CoBACI%2CoBL5FH%3BAK2FD%2CoBAEI%2CkCL7FH%3BA0BuDD%2CgCAkCI%2CSACI%2Cc1B1FP%3BAwEhBD%2CmBxEgBC%3BAwE0ED%2CYAAa%2CMAAK%2CMAGd%2CexE7EH%3BAwE2ED%2CkBAEI%2CexE7EH%3BAwE4ED%2CmBACI%2CexE7EH%3BAwEyHD%2CcAKI%2CSxE9HH%3BAyE3CD%2CUAWI%2CgBzEgCH%3BA2BlDD%2CcA8II%2Cc3B5FH%3BA2BlDD%2CcAuJI%2CO3BrGH%3BA2BlDD%2CcAkMI%2Ce3BhJH%3BA4CwGD%2CgBACI%2CiB5CzGH%3BA0ErCD%2CQ1EqCC%3BA0ErBD%2CiB1EqBC%3BAkBqXD%2CQA4HI%2CsBlBjfH%3BAgCcG%2COAAC%2CQhCdJ%3BA0BjDD%2CwBJ8XI%2CUAWI%2CiBACK%2CIAAI%2CctBzVhB%3BA0BhDD%2CuBJ6XI%2CUAWI%2CiBACK%2CIAAI%2CctBzVhB%3BA0DlDD%2CqBpC%2BXI%2CUAWI%2CiBACK%2CIAAI%2CctBzVhB%3BAkClDD%2CmBZ%2BXI%2CUAWI%2CiBACK%2CIAAI%2CctBzVhB%3BA2DlDD%2CKAAK%2CKAAK%2COrC%2BXN%2CUAWI%2CiBACK%2CIAAI%2CctBzVhB%3BEACG%2CWAAA%3B%3BAsBqnCJ%2CeACI%3BAA2BJ%3BAqDhsCA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAnDdJ%2CmBACI%2CeACI%3BAwBVR%2CmBACI%2CoBACI%2CaA4CI%3BAoBxCJ%2CcADJ%2CuBACK%2CcAkBG%3BA9BzBZ%2COACI%2CgBAqBI%3BA3BdR%2CyBAmCI%3BAPpBJ%3BAgDYA%2CYAuBI%3BAiB7CA%2CsBAAC%2CcAgBG%3BA5CXR%3BARSI%2CQAAC%3BAC4YL%2CQA4HI%2CsBAII%3BA0D3eR%3BApC%5C%2FCoB%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAnByID%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BAuCnFjB%2CMAAC%2CKtCsmCD%3BAuDjqCI%2CMADJ%2CSACK%3BEvD%2BjBT%2CsBAAA%3B%3BAcjgBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApC7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAsB6lBJ%2CiBa%5C%2FMA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAb6MJ%2CiBa1MA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAbwMJ%2CiBa1LA%2COAAM%3BAb0LN%2CiBlBzgBA%2CMAAK%2CcAiED%2CiBAGM%2CU%2BB2QJ%3BAb0LN%2CiBjB5lBA%2Ca8BkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAbwLJ%2CiBarLA%2COAAS%3BAbqLT%2CiBlBzgBA%2CMAAK%2CcAiED%2CiBAGM%2CU%2BBgRD%3BAbqLT%2CiBjB5lBA%2Ca8BuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAbkLJ%2CiBajfA%3BEnCiIA%2CgBAAA%3BEAAA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAdglBA%2CiBajfA%2CeCqHE%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCzPgB%2COrCyPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEpCuML%2CcAAA%3B%3BAmCuHA%2CiBAxPA%2CeAwPC%3BEnCvHD%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCxOc%2COrCwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEpCuML%2CcAAA%3B%3BAsBgXA%2CiBazaA%3BEnCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEmChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEnC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAsBgXA%2CiBazaA%2COAsBI%3BEnCmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BAmC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEnC2BT%2CmBAAA%3BEmCzBY%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%3BEnCzSJ%2CsDAAA%3BEmC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEnC%5C%2FSJ%2CsDAAA%3BEmCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEnC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAmCoRA%2CiBA7UA%2COA6UC%3BEnCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAmCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAxBhRR%2CyBAmCI%2CsBAyCI%2CqBACM%3BAO6Ld%2CkBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%3BAKvVX%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEvBqQX%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAiB7OQ%2CQAxBH%2CKAwBI%2CQAOG%2CmBASM%3BAC%2BMlB%2CkBAsEI%2CqBAII%3BAAzER%2CuBAqEI%2CqBAII%3BAKxTA%2CcADJ%2CQACK%3BAAAD%2CSAHC%2CKAAK%2CMAEV%2CQACK%3BAAAD%2CiBADJ%2CQACK%3BAJMO%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%3BAAAD%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%3BEnBsPjB%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAdipBA%2C2Bc%5C%2FYE%3BAnBjOM%2CQAxBH%2CKAwBI%2CQAOG%2CmBASM%2CUmBiNhB%3BAlBFF%2CkBAsEI%2CqBAII%2CQkBxEN%3BAlBDF%2CuBAqEI%2CqBAII%2CQkBxEN%3BAbhPM%2CcADJ%2CQACK%2CWagPP%3BAbhPM%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWagPP%3BAbhPM%2CiBADJ%2CQACK%2CWagPP%3BAjB1Oc%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMiB0Of%3BAjB1Oc%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMiB0Of%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2C2BAAC%3BAnB2BO%2CQAxBH%2CKAwBI%2CQAOG%2CmBASM%2CUmB3CjB%3BAlB0PD%2CkBAsEI%2CqBAII%2CQkBpUP%3BAlB2PD%2CuBAqEI%2CqBAII%2CQkBpUP%3BAbYO%2CcADJ%2CQACK%2CWaZR%3BAbYO%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWaZR%3BAbYO%2CiBADJ%2CQACK%2CWaZR%3BAjBkBe%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMiBlBhB%3BAjBkBe%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMiBlBhB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C2BADH%2CMACI%3BAnBcG%2CQAxBH%2CKAwBI%2CQAOG%2CmBASM%2CUmB%5C%2FBjB%2CMACI%3BAlB6OL%2CkBAsEI%2CqBAII%2CQkBxTP%2CMACI%3BAlB8OL%2CuBAqEI%2CqBAII%2CQkBxTP%2CMACI%3BAbDG%2CcADJ%2CQACK%2CWaAR%2CMACI%3BAbDG%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWaAR%2CMACI%3BAbDG%2CiBADJ%2CQACK%2CWaAR%2CMACI%3BAjBKW%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMiBNhB%2CMACI%3BAjBKW%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMiBNhB%2CMACI%3BEpC2PL%2CWAAA%3B%3BA8ElNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BA7CoBT%2CkBADJ%2CQACK%3BALjFW%2CcALhB%2CaAEI%2CiBACI%2CQACK%2COACI%3BAAAD%2CcAJhB%2CqBACI%2CiBACI%2CQACK%2COACI%3BAAiBT%2CYAFR%2CiBACI%2CQACK%3BAA4BD%2CuBAFR%2CiBACI%2CQACK%3BAmBWW%2CcA5DpB%2CyBAwDI%2CwBACM%2CmBACI%2CWACE%2CQACK%3BACmIT%2CmBALZ%2CkBAGI%2CiBACI%2CQACK%3BAnBrMG%2CcALhB%2CaAEI%2CiBACI%2CQACK%2COACI%3BAAAD%2CcAJhB%2CqBACI%2CiBACI%2CQACK%2COACI%3BAAgCL%2CcAHZ%2CwBACI%2CiBACI%2CQACK%3BAoBtCjB%2CcAyBI%2C0CA2BI%2CQAAO%3BAApDf%2CcAyBI%2C0CA4BI%2CQAAO%3BAtCrDf%2CeAEI%2CQAAO%3BAAKX%2CyBAmCI%2CsBA8BI%2CYAMI%2CQAAO%3BAP2MnB%2CeAKI%2CwBAII%2CQAAO%3BA0B7NK%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BAsBsET%2CiBAFR%2CiBACI%2CQACK%3BAE1Gb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAxBYrB%2CkBAKI%2CiBAAiB%2CQAAO%3BAJ7D5B%2CcA0II%2CQAAO%3BATwIX%2CkBA%2BBI%2CYAkCI%2CQAAO%3BAAhEf%2CuBA8BI%2CYAkCI%2CQAAO%3BElBnDf%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAiCzRgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BA7BgBjB%2CaA0DI%2CiBACM%2CWACE%3BAsB1CR%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BAX9CC%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAG0zBT%2CcAVJ%2CQAUK%3BAd1yBT%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%3BAApLV%2CaA0DI%2CiBACM%2CWC9BV%3BEL4OA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3B%3BAMqDA%2C2BAAC%3BAACD%2C2BAAC%3BA2B%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQ3B8UhB%3BA2B9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQ3B%2BUhB%3BAF%5C%2FTD%2CaA0DI%2CiBACM%2CWACE%2COEkQX%3BAF9TD%2CaA0DI%2CiBACM%2CWACE%2COEmQX%3BAoB7SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQpBgSd%3BAoB5SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQpBiSd%3BAS%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQT8UhB%3BAS9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQT%2BUhB%3BAY2eO%2CcAVJ%2CQAUK%2CQZ5eR%3BAY4eO%2CcAVJ%2CQAUK%2CQZ3eR%3BAF%5C%2FTD%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%2CUE0IT%3BAF9TD%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%2CUE2IT%3BAF%5C%2FTD%2CaA0DI%2CiBACM%2CWC9BV%2CaCiSC%3BAF9TD%2CaA0DI%2CiBACM%2CWC9BV%2CaCkSC%3BENtDD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM4DA%2C2BAAC%3BA2BrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQ3BqVhB%3BAFrUD%2CaA0DI%2CiBACM%2CWACE%2COEyQX%3BAoBnTG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQpBuSd%3BASrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQTqVhB%3BAYqeO%2CcAVJ%2CQAUK%2CQZreR%3BAFrUD%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%2CUEiJT%3BAFrUD%2CaA0DI%2CiBACM%2CWC9BV%2CaCwSC%3BEN5DD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BA0BvPI%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BE1B2Of%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAW%5C%2FRA%3BEWmtBI%2CcAAA%3B%3BAX5sBJ%2CyBA%2BBI%2CcWurBA%3BAXttBJ%2CyBA%2BBI%2CcWwrBA%3BAXvtBJ%2CyBA%2BBI%2CcWyrBA%3BAlBzsBJ%2CakBusBI%3BAlBvsBJ%2CakBwsBI%3BAlBxsBJ%2CakBysBI%3BAkD5kBJ%2CalD0kBI%3BAkD1kBJ%2CalD2kBI%3BAkD3kBJ%2CalD4kBI%3BAkD3kBJ%2CalDykBI%3BAkDzkBJ%2CalD0kBI%3BAkD1kBJ%2CalD2kBI%3BAJ%5C%2FfJ%2CwBAsCI%2COAKI%2CcIkdJ%3BAJ7fJ%2CwBAsCI%2COAKI%2CcImdJ%3BAJ9fJ%2CwBAsCI%2COAKI%2CcIodJ%3BEtBhcJ%2CiBAAA%3BEsBkcQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAX3tBR%2CyBA%2BBI%2CcW%2BrBA%2CqBAAuB%3BAlB%5C%2FsB3B%2CakB%2BsBI%2CqBAAuB%3BAkDllB3B%2CalDklBI%2CqBAAuB%3BAkDjlB3B%2CalDilBI%2CqBAAuB%3BAJrgB3B%2CwBAsCI%2COAKI%2CcI0dJ%2CqBAAuB%3BEACnB%2CqBAAA%3BEtBvcR%2CiBAAA%3B%3BAWxRA%2CyBA%2BBI%2CcW%2BrBA%2CqBAAuB%2CuBAIlB%3BAlBntBT%2CakB%2BsBI%2CqBAAuB%2CuBAIlB%3BAkDtlBT%2CalDklBI%2CqBAAuB%2CuBAIlB%3BAkDrlBT%2CalDilBI%2CqBAAuB%2CuBAIlB%3BAJzgBT%2CwBAsCI%2COAKI%2CcI0dJ%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAXnuBZ%2CyBA%2BBI%2CcW%2BrBA%2CqBAAuB%2CuBAQlB%3BAlBvtBT%2CakB%2BsBI%2CqBAAuB%2CuBAQlB%3BAkD1lBT%2CalDklBI%2CqBAAuB%2CuBAQlB%3BAkDzlBT%2CalDilBI%2CqBAAuB%2CuBAQlB%3BAJ7gBT%2CwBAsCI%2COAKI%2CcI0dJ%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAyDltBR%2CoBAUI%3BAATJ%2CoBASI%3BA9CrCR%2CwBA8BI%2CqCAgBI%3BEX2sBJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEtB7dJ%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BA2CzCG%2CoBAUI%2CgB3C%2BBP%3BA2CxCG%2CoBASI%2CgB3C%2BBP%3BAHpED%2CwBA8BI%2CqCAgBI%2CgBGsBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2C5UI%2CoBAUI%2CgBzD%2BtBH%3BAyDxuBD%2CoBASI%2CgBzD%2BtBH%3BAWpwBL%2CwBA8BI%2CqCAgBI%2CgBXstBH%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAczoBR%2Ccd4oBK%2CSc5oBJ%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAoChKA%2CuBAAC%3BA2CvFW%2CoBAFJ%2CgBAEK%2CS3CuFZ%3BA2CvFW%2CoBAFJ%2CgBAEK%2CS3CuFZ%3BAH9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSG8EZ%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BA0BnOA%2CyBAGI%3BAChEJ%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BARbnB%2C2BACI%3BEnBwHJ%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BA0BnOA%2CyBAGI%2CQJ2xBE%3BAI9xBN%2CyBAGI%2CQJ4xBE%3BAK51BN%2CcAmLI%2CaLwqBE%3BAK31BN%2CcAmLI%2CaLyqBE%3BAK51BN%2CcAoLI%2CeAAe%2COLuqBb%3BAK31BN%2CcAoLI%2CeAAe%2COLwqBb%3BAHrrBN%2C2BACI%2CaGmrBE%3BAHprBN%2C2BACI%2CaGorBE%3BEtB5jBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BA4CWI%2COAAC%2CQtBkkBD%2CQACK%3BEACG%2CkBAAA%3B%3BAsBpkBR%2COAAC%2CQtBkkBD%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAsB5kBR%2COAAC%2CQtBkkBD%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAQ92BZ%2CeAUI%2CUAII%2COR42BH%3BAQ3rBL%2CeA6HI%2CaAEI%2COR4jBH%3BAQ3rBL%2CeA8HI%2CgBACI%2COR4jBH%3BAjB3vBL%2CoBACI%2CoBAiBI%2COiByuBH%3BAjB3vBL%2CoBAEI%2CkCAgBI%2COiByuBH%3BAH9wBW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMG8wBZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAHn7BP%2CSAAC%2CMAAM%2COGm7BP%2CQAAO%3BAHz0BP%2CSAAC%2CSGy0BD%2CQAAO%3BEtBtpBX%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAdu5BD%2CuBAOI%2CQAAO%2CIc95BV%3BAjBrBG%2CSAAC%2CMAAM%2COGm7BP%2CQAAO%2CIc95BV%3BAjBqFG%2CSAAC%2CSGy0BD%2CQAAO%2CIc95BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCpOU%2COrCoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAjBtWI%2CSAAC%2CMAAM%2COG66BP%2COAAO%2CMAAK%2CWACP%3BAHp0BL%2CSAAC%2CSGm0BD%2COAAO%2CMAAK%2CWACP%3BEtBjpBT%2CmBAAA%3B%3BAmB7RI%2CSAAC%2CMAAM%2COGm7BP%2CQAAO%2CIAEF%3BAH30BL%2CSAAC%2CSGy0BD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwVZ%2CmBA4FI%3BAlBv1CJ%2CaAcI%2COAqCI%2CUAAS%2CSACH%3BAApDd%2CaAcI%2COAqCI%2CUAAS%2CSAEH%2CUAAU%3BA0BiIxB%2CeAmFI%2CsBAYI%2CMAAK%2CYAGD%3BA0BhSZ%2CsBAcI%2CUAAS%2CSACJ%2CUAEK%3BAnD6Gd%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAsB9KnB%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BAXpGA%2CaAAc%2CeAAE%3BAAChB%2CmBAAoB%2CeAAE%3BAEmQ1B%2CQAoHI%3BAc9RJ%3BARpPA%2CmBACI%2CeACI%2CmBAiBI%2CcFk1CR%3BAlBpwCJ%2CYkBowCI%3BAG51CJ%2CkBAYI%2CcHg1CA%3BEArYJ%2CaAAA%3B%3BAYh7BA%3BAlB%2BCA%3BEM45BI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAJvNJ%2CcAwBI%3BAK%5C%2FtBJ%2CeAKI%3BEvBoLJ%2CcAAA%3BEAAA%2CiBAAA%3BEsB8yBI%2CmBAAA%3B%3BAgBxgCJ%2CkBhBkhCI%2CQACK%3BAlB%5C%2FzBT%2CeACI%2CWkB6zBA%2CQACK%3BEACG%2CerBj%5C%2FBQ%2C4BqBi%5C%2FBR%3BEACA%2CarB1gCa%2CiCqB0gCb%3BEhB5iCZ%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BA9BwJA%2CwBgB86BI%2CQACK%2CShB%5C%2F6BR%3BAACD%2CwBgB66BI%2CQACK%2CShB96BR%3BAACD%2CwBgB46BI%2CQACK%2CShB76BR%3BAgCtGD%2CkBhBkhCI%2CQACK%2CShB%5C%2F6BR%3BAgCpGD%2CkBhBkhCI%2CQACK%2CShB96BR%3BAgCrGD%2CkBhBkhCI%2CQACK%2CShB76BR%3BAF8GD%2CeACI%2CWkB6zBA%2CQACK%2CShB%5C%2F6BR%3BAFgHD%2CeACI%2CWkB6zBA%2CQACK%2CShB96BR%3BAF%2BGD%2CeACI%2CWkB6zBA%2CQACK%2CShB76BR%3BEACG%2CqBAAA%3B%3BA8BrJJ%2CwBdgkCI%2CQACK%2CScjkCR%3BAE8CD%2CkBhBkhCI%2CQACK%2CScjkCR%3BAhCkQD%2CeACI%2CWkB6zBA%2CQACK%2CScjkCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCzOQ%2COrCyOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBdmjCA%2CQACK%2CScrjCR%2CMACI%3BAEiCL%2CkBhBkhCI%2CQACK%2CScrjCR%2CMACI%3BAhCqPL%2CeACI%2CWkB6zBA%2CQACK%2CScrjCR%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CwBd6iCA%2CQACK%2CSc%5C%2FiCR%2COACI%3BAE2BL%2CkBhBkhCI%2CQACK%2CSc%5C%2FiCR%2COACI%3BAhC%2BOL%2CeACI%2CWkB6zBA%2CQACK%2CSc%5C%2FiCR%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CwBgBogCI%2CQACK%2CShBrgCR%3BAACD%2CwBgBmgCI%2CQACK%2CShBpgCR%3BAgCfD%2CkBhBkhCI%2CQACK%2CShBrgCR%3BAgCdD%2CkBhBkhCI%2CQACK%2CShBpgCR%3BAFqMD%2CeACI%2CWkB6zBA%2CQACK%2CShBrgCR%3BAFsMD%2CeACI%2CWkB6zBA%2CQACK%2CShBpgCR%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CwBgBu%5C%2FBI%2CQACK%2CShBx%5C%2FBR%3BAgC3BD%2CkBhBkhCI%2CQACK%2CShBx%5C%2FBR%3BAFyLD%2CeACI%2CWkB6zBA%2CQACK%2CShBx%5C%2FBR%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CwBgB2%2BBI%2CQACK%2CShB5%2BBR%3BAACD%2CwBgB0%2BBI%2CQACK%2CShB3%2BBR%3BAACD%2CQAAQ%2CUAAW%2CyBgBy%2BBf%2CQACK%3BAgBnhCT%2CkBhBkhCI%2CQACK%2CShB5%2BBR%3BAgCvCD%2CkBhBkhCI%2CQACK%2CShB3%2BBR%3BAACD%2CQAAQ%2CUgCzCR%2CmBhBkhCI%2CQACK%3BAlB%5C%2FzBT%2CeACI%2CWkB6zBA%2CQACK%2CShB5%2BBR%3BAF6KD%2CeACI%2CWkB6zBA%2CQACK%2CShB3%2BBR%3BAACD%2CQAAQ%2CUF2KR%2CgBACI%2CWkB6zBA%2CQACK%3BEtBzzBT%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgC5CJ%2CkBhBkhCI%2CQACK%2CSAaI%3BAlB50Bb%2CeACI%2CWkB6zBA%2CQACK%2CSAaI%3BEtBt0Bb%2C%2BCAAA%3B%3BAsC1NA%2CkBhBkhCI%2CQAmBK%3BAlBj1BT%2CeACI%2CWkB6zBA%2CQAmBK%3BEtB30BT%2CqBAAA%3BEoC9QA%2CqBAAA%3BEd%2BlCY%2CiBAAA%3B%3BAczlCZ%2CwBdgkCI%2CQAmBK%2COcnlCR%3BAE8CD%2CkBhBkhCI%2CQAmBK%2COcnlCR%3BAhCkQD%2CeACI%2CWkB6zBA%2CQAmBK%2COcnlCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC7PU%2COrC6PV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBdmjCA%2CQAmBK%2COcvkCR%2CMACI%3BAEiCL%2CkBhBkhCI%2CQAmBK%2COcvkCR%2CMACI%3BAhCqPL%2CeACI%2CWkB6zBA%2CQAmBK%2COcvkCR%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CwBd6iCA%2CQAmBK%2COcjkCR%2COACI%3BAE2BL%2CkBhBkhCI%2CQAmBK%2COcjkCR%2COACI%3BAhC%2BOL%2CeACI%2CWkB6zBA%2CQAmBK%2COcjkCR%2COACI%3BEpCqPL%2CcAAA%3B%3BA4D7NI%2CMAAC%2CKtCsmCD%3BEAEI%2CkBAAA%3B%3BAAHR%2CeAMI%3BAIjnCJ%2CyBAOI%2CyBAOI%3BAkCRJ%2CMAAC%2CKtC2mCD%3BEAYA%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BAuDnrCI%2CMADJ%2CSACK%3BEvD8rCL%2CkBAAA%3B%3BAuD9rCI%2CMADJ%2CSACK%2CcvDgsCL%3BEACI%2CkBAAA%3BEACA%2COAAO%2C8BAAP%3B%3BAwBzsCR%2CcACI%2CaAKI%2CeACI%3BAsBDJ%2CcADJ%2CuBACK%2CcAkBG%3BAYnBZ%2CqBACI%2CaACI%2CeACI%3BAXIR%2CsBAAC%2CcAgBG%3BErEmQR%2CYAAA%3BEAAA%2CSAAA%3BEsBs7BA%2CUAAA%3B%3BAwBrtCA%2CcACI%2CaAKI%2CeACI%2CuBxBgtCX%3BAwBvtCD%2CcACI%2CaAKI%2CeACI%2CuBxBitCX%3BA8CltCO%2CcADJ%2CuBACK%2CcAkBG%2CuB9C%2BrCX%3BA8CjtCO%2CcADJ%2CuBACK%2CcAkBG%2CuB9CgsCX%3BA0DntCD%2CqBACI%2CaACI%2CeACI%2CuB1D%2BsCX%3BA0DltCD%2CqBACI%2CaACI%2CeACI%2CuB1DgtCX%3BA%2BC5sCG%2CsBAAC%2CcAgBG%2CuB%5C%2FC2rCP%3BA%2BC3sCG%2CsBAAC%2CcAgBG%2CuB%5C%2FC4rCP%3BEtB34BD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEsBg8BI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAwBjuCJ%2CcACI%2CaAKI%2CeACI%2CuBxB6tCX%3BA8C9tCO%2CcADJ%2CuBACK%2CcAkBG%2CuB9C4sCX%3BA0D%5C%2FtCD%2CqBACI%2CaACI%2CeACI%2CuB1D4tCX%3BA%2BCxtCG%2CsBAAC%2CcAgBG%2CuB%5C%2FCwsCP%3BEtBr8BD%2CyBAAA%3B%3BA8C%5C%2FRA%2CcACI%2CaAKI%2CeACI%2CuBxBiuCX%3BA8CluCO%2CcADJ%2CuBACK%2CcAkBG%2CuB9CgtCX%3BA0DnuCD%2CqBACI%2CaACI%2CeACI%2CuB1DguCX%3BA%2BC5tCG%2CsBAAC%2CcAgBG%2CuB%5C%2FC4sCP%3BEtBz8BD%2C4BAAA%3BEsB28BI%2CQAAA%3B%3BAuBvtCJ%2CqCAGI%3BAoCZJ%2CwBAMI%3BAzDRJ%2CmBACI%2CeACI%2CmBAMM%3BA0BZd%2CcACI%2CgCAGI%3BACJR%2CcACI%2CsCAGI%3BAzCRR%2CcA%2BBI%2C2BASI%3BAEfR%2CYAOI%3BAyCdJ%2C%2BBAGI%3BA5BJJ%2CkBAMM%3BAXYN%2C0BAQI%3BEdoPJ%2C6BAAA%3BEAAA%2CoBAAA%3BEAAA%2COChMU%2CkBDgMV%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAiBI%2CcFuvCR%3BAlBzqCJ%2CYkByqCI%3BAGjwCJ%2CkBAYI%2CcHqvCA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAE5wCR%2CmBACI%2CeACI%2CmBAiBI%2CcFuvCR%2CMAII%3BAlB7qCR%2CYkByqCI%2CMAII%3BAGrwCR%2CkBAYI%2CcHqvCA%2CMAII%3BEACI%2CgBAAA%3B%3BAE%5C%2FwCZ%2CmBACI%2CeACI%2CmBAiBI%2CcFgwCR%3BAlBlrCJ%2CYkBkrCI%3BAG1wCJ%2CkBAYI%2CcH8vCA%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAEtxCR%2CmBACI%2CeACI%2CmBAiBI%2CcFgwCR%2CQAKI%3BAlBvrCR%2CYkBkrCI%2CQAKI%3BAG%5C%2FwCR%2CkBAYI%2CcH8vCA%2CQAKI%3BEACI%2CgBAAA%3B%3BAEzxCZ%2CmBACI%2CeACI%2CmBAiBI%2CcF0wCR%2COACI%3BAE9xCR%2CmBACI%2CeACI%2CmBAiBI%2CcF0wCR%2COAEI%3BAlB9rCR%2CYkB4rCI%2COACI%3BAlB7rCR%2CYkB4rCI%2COAEI%3BAGtxCR%2CkBAYI%2CcHwwCA%2COACI%3BAGrxCR%2CkBAYI%2CcHwwCA%2COAEI%3BEACI%2CiBAAA%3B%3BAEhyCZ%2CmBACI%2CeACI%2CmBAiBI%2CcF0wCR%2COAMI%3BAlBlsCR%2CYkB4rCI%2COAMI%3BAG1xCR%2CkBAYI%2CcHwwCA%2COAMI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAEryCZ%2CmBACI%2CeACI%2CmBAiBI%2CcF0wCR%2COAMI%2CQAII%3BAlBtsCZ%2CYkB4rCI%2COAMI%2CQAII%3BAG9xCZ%2CkBAYI%2CcHwwCA%2COAMI%2CQAII%3BEACI%2CarBhuCS%2CiCqBguCT%3B%3BAExyChB%2CmBACI%2CeACI%2CmBAiBI%2CcF0xCR%3BAlB5sCJ%2CYkB4sCI%3BAGpyCJ%2CkBAYI%2CcHwxCA%3BEACI%2CmBAAA%3B%3BAE9yCR%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQACG%3BAEnzCZ%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQAEG%3BAlBntCZ%2CYkBgtCI%2CYACK%2CQACG%3BAlBltCZ%2CYkBgtCI%2CYACK%2CQAEG%3BAG3yCZ%2CkBAYI%2CcH4xCA%2CYACK%2CQACG%3BAG1yCZ%2CkBAYI%2CcH4xCA%2CYACK%2CQAEG%3BEtB7hCZ%2C6BAAA%3BEAAA%2CgCAAA%3BEsBgiCgB%2CeAAA%3B%3BAEvzChB%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQAQG%2CQAAQ%3BAlBztCpB%2CYkBgtCI%2CYACK%2CQAQG%2CQAAQ%3BAGjzCpB%2CkBAYI%2CcH4xCA%2CYACK%2CQAQG%2CQAAQ%3BEtBniCpB%2CcAAA%3BEoChOA%2CqBAAA%3BEd2wCgB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COc%5C%2FiClB%3BAZ3QF%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQAQG%2CQAAQ%2COc%5C%2FiClB%3BAhC1KF%2CYkBgtCI%2CYACK%2CQAQG%2CQAAQ%2COc%5C%2FiClB%3BAXlQF%2CkBAYI%2CcH4xCA%2CYACK%2CQAQG%2CQAAQ%2COc%5C%2FiClB%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CmBdovCI%2CYACK%2CQAQG%2CQAAQ%2COc7vCnB%3BAZ7DD%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQAQG%2CQAAQ%2COc7vCnB%3BAhCoCD%2CYkBgtCI%2CYACK%2CQAQG%2CQAAQ%2COc7vCnB%3BAXpDD%2CkBAYI%2CcH4xCA%2CYACK%2CQAQG%2CQAAQ%2COc7vCnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZhWA%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAlBpuCjB%2CYkBgtCI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAG5zCjB%2CkBAYI%2CcH4xCA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAEx0CpB%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQA0BI%2CSACG%3BAE70ChB%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQA0BI%2CSAEG%3BAlB7uChB%2CYkBgtCI%2CYACK%2CQA0BI%2CSACG%3BAlB5uChB%2CYkBgtCI%2CYACK%2CQA0BI%2CSAEG%3BAGr0ChB%2CkBAYI%2CcH4xCA%2CYACK%2CQA0BI%2CSACG%3BAGp0ChB%2CkBAYI%2CcH4xCA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAcxtCpB%2CmBd0rCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COc3tCvB%3BAZvHD%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COc3tCvB%3BAhCtBD%2CYkBgtCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COc3tCvB%3BAX9GD%2CkBAYI%2CcH4xCA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COc3tCvB%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYA0CK%3BAlB1vCT%2CYkBgtCI%2CYA0CK%3BAGl1CT%2CkBAYI%2CcH4xCA%2CYA0CK%3BEtBpkCT%2CgCAAA%3BEsBskCY%2CaAAA%3B%3BAE71CZ%2CmBACI%2CeACI%2CmBAiBI%2CcF8xCR%2CYA0CK%2CQAII%3BAlB9vCb%2CYkBgtCI%2CYA0CK%2CQAII%3BAGt1Cb%2CkBAYI%2CcH4xCA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BAWhxChB%2CiCXiyCM%3BAlBn2CN%2CaAcI%2COkBq1CE%3BAP7zCN%2CuBAII%2COOyzCE%3BEACE%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEtB7lCR%2CcAAA%3BEoChOA%2CqBAAA%3BEdo0CQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAcj0CR%2CmBdozCM%2CScpzCL%3BAHmBD%2CiCXiyCM%2CScpzCL%3BAhC%5C%2FCD%2CaAcI%2COkBq1CE%2CScpzCL%3BArBTD%2CuBAII%2COOyzCE%2CScpzCL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHhRA%2CiCXiyCM%2CSAeG%3BAlBl3CT%2CaAcI%2COkBq1CE%2CSAeG%3BAP50CT%2CuBAII%2COOyzCE%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIA%2COAAO%2CKWvzCnB%2CkCXiyCM%2CSAqBE%3BAACI%2COAAO%2CKlBz3CnB%2CcAcI%2COkBq1CE%2CSAqBE%3BAACI%2COAAO%2CKPn1CnB%2CwBAII%2COOyzCE%2CSAqBE%3BEtB%5C%2FmCR%2CiBAAA%3BEsBknCgB%2CgBAAA%3B%3BAWzzChB%2CiCX8zCM%3BAlBh4CN%2CaAcI%2COkBk3CE%3BAP11CN%2CuBAII%2COOs1CE%3BEACE%2CaAAA%3B%3BAcxxCR%2CmBd2xCK%2COACK%2CSc5xCT%3BAHvCD%2CiCXk0CK%2COACK%2CSc5xCT%3BAhCzGD%2CaAcI%2COkBs3CC%2COACK%2CSc5xCT%3BArBnED%2CuBAII%2COO01CC%2COACK%2CSc5xCT%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAiCvMA%2CiCXk0CK%2COAQK%3BAlB54CV%2CaAcI%2COkBs3CC%2COAQK%3BAPt2CV%2CuBAII%2COO01CC%2COAQK%3BEACE%2CcAAA%3B%3BAvB55CZ%3BEACI%2CamFRc%2CWnFQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CamFAc%2CWnFAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CamFQc%2CWnFRd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CamFgBc%2CWnFhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAmFmCJ%3BElF%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA4ElHA%3BE3EgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEmFnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BARnCJ%2CQAGI%2CQAAO%3BE3EyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE2ErbD%2CWAAA%3B%3BAATR%2CQAYI%3BE3E4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA2E9bT%2CQAmBI%3BE3EqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAoFlcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKjFyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoFjBQ%2CMADH%2CIAAI%2COACA%2CIAAI%3BEjFkOb%2CYAAA%3B%3BAiFlOQ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjFoOX%2CQAGI%2CKACI%3BAiFxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjFqOX%2CQAEI%2CKACI%3BAiFxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjFsOX%2CQACI%2CKACI%3BAiFxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjFoOX%2CQAGI%2CKAEI%3BAiFzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjFqOX%2CQAEI%2CKAEI%3BAiFzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjFsOX%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAiF1OJ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjF%2BOX%2CQACI%2CKACI%3BAiFjPF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSjF%2BOX%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAoF9QoB%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYACG%3BAADJ%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAZpB%2CMADH%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC5BpB%2CQAAQ%3BErF%2BRR%2CgBAAA%3BEAAA%2CkBAAA%3BEsFnQA%2CcAAA%3BEtFmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsFtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEtF2OA%2COC%5C%2FLU%2CkBD%2BLV%3B%3BAsFxOI%2CQDvDI%2CKCoDR%2CEAGK%3BEtFwOL%2COC9LiB%2CyBD8LjB%3B%3BAsFpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEtFoOL%2COC9LiB%2CyBD8LjB%3B%3BAqF%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BElDiGf%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9PW%2COrC8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEpCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BErF2RR%2CgBAAA%3BEAAA%2CkBAAA%3BEsFnQA%2CcAAA%3BEtFmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsFtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEtF2OA%2COC%5C%2FLU%2CkBD%2BLV%3B%3BAsFxOI%2CQDnDI%2CMCgDR%2CEAGK%3BEtFwOL%2COC9LiB%2CyBD8LjB%3B%3BAsFpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEtFoOL%2COC9LiB%2CyBD8LjB%3B%3BAqF3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BElDiGf%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9PW%2COrC8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEpCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BErFuRR%2CgBAAA%3BEAAA%2CkBAAA%3BEsFnQA%2CcAAA%3BEtFmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsFtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEtF2OA%2COC%5C%2FLU%2CkBD%2BLV%3B%3BAsFxOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEtFwOL%2COC9LiB%2CyBD8LjB%3B%3BAsFpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEtFoOL%2COC9LiB%2CyBD8LjB%3B%3BAqFvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BElDiGf%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9PW%2COrC8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEpCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BErFmRR%2CgBAAA%3BEAAA%2CkBAAA%3BEsFnQA%2CcAAA%3BEtFmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsFtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEtF2OA%2COC%5C%2FLU%2CkBD%2BLV%3B%3BAsFxOI%2CQD3CI%2COCwCR%2CEAGK%3BEtFwOL%2COC9LiB%2CyBD8LjB%3B%3BAsFpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEtFoOL%2COC9LiB%2CyBD8LjB%3B%3BAqFnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BElDiGf%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9PW%2COrC8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEpCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BErF%2BQR%2CgBAAA%3BEAAA%2CkBAAA%3BEsFnQA%2CcAAA%3BEtFmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsFtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEtF2OA%2COC%5C%2FLU%2CkBD%2BLV%3B%3BAsFxOI%2CQDvCI%2CQCoCR%2CEAGK%3BEtFwOL%2COC9LiB%2CyBD8LjB%3B%3BAsFpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEtFoOL%2COC9LiB%2CyBD8LjB%3B%3BAqF%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BElDiGf%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqChPa%2COrCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEpCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsFrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BExFwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BEwFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExF8PJ%2CWAAA%3BEAAA%2CaCtNqB%2C6BDsNrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEwFxFA%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%3BExFqOL%2CiBAAA%3BEwFnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BExFgOL%2CiBAAA%3BEwF9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BExFgFD%2C4BAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwF1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BExF0ED%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwFhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BExFgNF%2CeAAA%3B%3BAwF5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAExCJ%2CKAAK%3BEzFgSL%2C0CAAA%3BEAAA%2CaAAA%3BE0F7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDrBI%2CkBAAA%3B%3BACuBJ%2CKDzBK%2CUCyBJ%3BE1FuQD%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE0FhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADvCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BAACA%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BE1F4MA%2C0CAAA%3BE2F5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEAoNE%2CmBAAA%3BEACA%2CuBAAA%3B%3BAFrNA%2CaAMI%3BAALJ%2C2BAKI%3BAANJ%2CaAOI%3BAANJ%2C2BAMI%3BEE4NN%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE3F8CE%2CWAAA%3BEAAA%2CYAAA%3BE2F3CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE3FyBA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEyF9QQ%2CYAAA%3B%3BAATR%2CaAMI%2CQAIM%3BAATV%2C2BAKI%2CQAIM%3BAAVV%2CaAOI%2CgBAGM%3BAATV%2C2BAMI%2CgBAGM%3BAAVV%2CaAMI%2CQAIa%3BAATjB%2C2BAKI%2CQAIa%3BAAVjB%2CaAOI%2CgBAGa%3BAATjB%2C2BAMI%2CgBAGa%3BEACN%2CaAAA%3B%3BAAKX%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BA7B7BJ%3BE5DyRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEO0KA%2CuBAAA%3B%3BAqDncA%2CSrDqcE%3BEACE%2CsBAAA%3B%3BAqDtcJ%2CSrDycE%3BEPhLF%2CgBAAA%3BEAAA%2CUAAA%3BEOoLI%2CsBAAA%3BEACA%2CWAAA%3BEPrLJ%2CgBAAA%3BEAAA%2CeAAA%3B%3BAOgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAqD5dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAHR%2CSAMM%3BAANN%2CSAOM%2CUAAU%3BE5DkRhB%2CgBAAA%3B%3BA4DzRA%2CSAMM%2CSrDuwBJ%3BAqD7wBF%2CSAOM%2CUAAU%2CSrDswBd%3BEPpfF%2CeAAA%3BEOwfI%2CqBAAA%3B%3BAAtOJ%2CSqDriBM%2CSrDqiBL%3BAAAD%2CSqDpiBM%2CUAAU%2CSrDoiBf%3BEACG%2CgBAAA%3B%3BAqD5iBJ%2CSAMM%2CSrD%2BiBJ%3BAqDrjBF%2CSAOM%2CUAAU%2CSrD8iBd%3BEP5RF%2CgBAAA%3B%3BAOqSI%2CSqDxjBE%2CSrD%2BiBJ%2CSASM%3BAAAJ%2CSqDvjBE%2CUAAU%2CSrD8iBd%2CSASM%3BEACA%2CaAAA%3B%3BAqD%5C%2FjBR%2CSAMM%2CSrD6jBN%2CQACI%3BAqDpkBJ%2CSAOM%2CUAAU%2CSrD4jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BAPhiBR%2CS4D%5C%2FBM%2CSrDmkBN%2CQAAO%2CMPpiBN%3BAAAD%2CS4D9BM%2CUAAU%2CSrDkkBhB%2CQAAO%2CMPpiBN%3BAACD%2CS4DhCM%2CSrDmkBN%2CQAAO%2CMPniBN%3BAAAD%2CS4D%5C%2FBM%2CUAAU%2CSrDkkBhB%2CQAAO%2CMPniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS4DrCM%2CSrDmkBN%2CQAAO%2CMP9hBN%3BAAAD%2CS4DpCM%2CUAAU%2CSrDkkBhB%2CQAAO%2CMP9hBN%3BEACG%2CWAAA%3B%3BA4D5CJ%2CSAMM%2CSrDmkBN%2CQAAO%2CMAEH%3BAqD3kBJ%2CSAOM%2CUAAU%2CSrDkkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSqD1kBE%2CSrDmkBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSqDzkBE%2CUAAU%2CSrDkkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqD9kBE%2CSrDmkBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSqD7kBE%2CUAAU%2CSrDkkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSqDllBE%2CSrDmkBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSqDjlBE%2CUAAU%2CSrDkkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqDtlBE%2CSrDmkBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSqDrlBE%2CUAAU%2CSrDkkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAqD7lBR%2CSAMM%2CSrD2lBN%3BAqDjmBA%2CSAOM%2CUAAU%2CSrD0lBhB%3BEPpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEOyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAqDrmBJ%2CSAMM%2CSrD2lBN%2COAMI%3BAqDvmBJ%2CSAOM%2CUAAU%2CSrD0lBhB%2COAMI%3BAqDvmBJ%2CSAMM%2CSrD2lBN%2COAOI%3BAqDxmBJ%2CSAOM%2CUAAU%2CSrD0lBhB%2COAOI%3BAqDxmBJ%2CSAMM%2CSrD2lBN%2COAQI%3BAqDzmBJ%2CSAOM%2CUAAU%2CSrD0lBhB%2COAQI%3BEPhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEOwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAqD9mBR%2CSAMM%2CSrD2lBN%2COAgBI%3BAqDjnBJ%2CSAOM%2CUAAU%2CSrD0lBhB%2COAgBI%3BAqDjnBJ%2CSAMM%2CSrD2lBN%2COAiBI%3BAqDlnBJ%2CSAOM%2CUAAU%2CSrD0lBhB%2COAiBI%3BEPzVJ%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3BEPiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEO0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSqDzXM%2CSrD2lBN%2COAgBI%2CWAlPH%3BAAAD%2CSqDxXM%2CUAAU%2CSrD0lBhB%2COAgBI%2CWAlPH%3BAAAD%2CSqDzXM%2CSrD2lBN%2COAiBI%2CUAnPH%3BAAAD%2CSqDxXM%2CUAAU%2CSrD0lBhB%2COAiBI%2CUAnPH%3BEPtGD%2CYAAA%3B%3BAOqHA%2CSqDxYM%2CSrD2lBN%2COAgBI%2CWAnOH%3BAAAD%2CSqDvYM%2CUAAU%2CSrD0lBhB%2COAgBI%2CWAnOH%3BAAAD%2CSqDxYM%2CSrD2lBN%2COAiBI%2CUApOH%3BAAAD%2CSqDvYM%2CUAAU%2CSrD0lBhB%2COAiBI%2CUApOH%3BEPrHD%2CcAAA%3B%3BAO0HA%2CSqD7YM%2CSrD2lBN%2COAgBI%2CWA9NH%3BAAAD%2CSqD5YM%2CUAAU%2CSrD0lBhB%2COAgBI%2CWA9NH%3BAAAD%2CSqD7YM%2CSrD2lBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSqD5YM%2CUAAU%2CSrD0lBhB%2COAiBI%2CUA%5C%2FNH%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CSqDlZM%2CSrD2lBN%2COAgBI%2CWAzNH%3BAAAD%2CSqDjZM%2CUAAU%2CSrD0lBhB%2COAgBI%2CWAzNH%3BAAAD%2CSqDlZM%2CSrD2lBN%2COAiBI%2CUA1NH%3BAAAD%2CSqDjZM%2CUAAU%2CSrD0lBhB%2COAiBI%2CUA1NH%3BEP%5C%2FHD%2CcAAA%3B%3BA4DzRA%2CSAMM%2CSrD2lBN%2COA0BI%3BAqD3nBJ%2CSAOM%2CUAAU%2CSrD0lBhB%2COA0BI%3BEACI%2CWAAA%3BEPnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA4D3bT%2CSAMM%2CSrD2nBN%3BAqDjoBA%2CSAOM%2CUAAU%2CSrD0nBhB%3BEPxWA%2CgBAAA%3B%3BAOugBI%2CSqD1xBE%2CSrDwxBL%2CSAAY%2CSAER%3BAAAD%2CSqDzxBE%2CUAAU%2CSrDuxBf%2CSAAY%2CSAER%3BAAAD%2CSqD1xBE%2CSrDyxBL%2CUAAa%2CSACT%3BAAAD%2CSqDzxBE%2CUAAU%2CSrDwxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BEPxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BA4DzRA%2CSAMM%2CSrD%2BzBN%3BAqDr0BA%2CSAOM%2CUAAU%2CSrD8zBhB%3BEP5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2CSwBXM%2CSrD%2BzBN%2CM6BpzBC%3BAAAD%2CSwBVM%2CUAAU%2CSrD8zBhB%2CM6BpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CSqCxOc%2COrCwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwBlVQ%2CSAVF%2CSAUG%2COACG%3BAADJ%2CSATF%2CUAAU%2CSASP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAAzBhB%2CSAMM%2CSAuBE%2COAAM%3BAA7Bd%2CSAOM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAjChB%2CSAMM%2CSA%2BBE%2CMAAK%3BAArCb%2CSAOM%2CUAAU%2CSA8BR%2CMAAK%3BEACD%2CaAAA%3B%3BAAKZ%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKAGG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BE5DuMA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA4D%5C%2FLgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAAOpB%2CMAAO%3BE4BnFP%2CkBAAA%3B%3BA5BmFA%2CMAAO%2CS4BjFP%3BExFwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BEwFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExF8PJ%2CWAAA%3BEAAA%2CaCtNqB%2C6BDsNrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEwFvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CM5BuDG%2CS4BjFP%2CiBA0BK%3BAACD%2CM5BsDG%2CS4BjFP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CM5B8CG%2CS4BjFP%2CiBAmCK%3BExFqOL%2CiBAAA%3BEwFnOQ%2CyBAAA%3B%3BAAGJ%2CM5ByCG%2CS4BjFP%2CiBAwCK%3BExFgOL%2CiBAAA%3BEwF9NQ%2CyBAAA%3B%3BAA0GR%2CM5BnEO%2CS4BjFP%2CiBAoJC%3BAACD%2CM5BpEO%2CS4BjFP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CM5BxEO%2CS4BjFP%2CiBAyJC%3BExF%2BGD%2C2BAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwFzGA%2CM5B9EO%2CS4BjFP%2CiBA%2BJC%3BExFyGD%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwFhNA%2CM5ByBO%2CS4BzBL%3BExFgNF%2CeAAA%3B%3BAwF5MA%2CM5BqBO%2CS4BrBL%2CgBAA2B%2CMAAS%3BAACtC%2CM5BoBO%2CS4BpBL%2CgBAA2B%2CMAAS%3BAACtC%2CM5BmBO%2CS4BnBN%2CMAAO%3BEACJ%2CcAAA%3B%3BA5BkBJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BEtDgHN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CcAAA%3BEoC9QA%2CqBAAA%3BEwB%2BGQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAtDiHR%2CgBsD5HM%2CyBtD4HL%3BAACD%2CgBsD7HM%2CyBtD6HL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsDlIM%2CyBtDkIL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsDvIM%2CyBtDuIL%3BAACD%2CgBsDxIM%2CyBtDwIL%3BAACD%2CQAAQ%2CUAAW%2CiBsDzIb%3BEtD0IF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA4D1KA%2CgBACM%2CyBxB6JJ%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CgBwB%2BFM%2CyBxB%5C%2FFL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9OY%2COrC8OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwBrOQ%2CgBAbF%2CyBAaG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAASZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BA7DzJhB%3BEACI%2CaGFW%2CmBHEX%3BEACA%2CSAAS%2CsDAAsB%2COAAO%2CcAClC%2CqDAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA6FZJ%3BAACA%2CCAAC%2COAAO%3BAxFoIR%2CKAAK%2CcAiED%2CiBAGM%3BACvJV%3BEL4OA%2CeCvLoB%2C4BDuLpB%3B%3BA4FxRI%2CMAAC%3BAxF%2BHL%2CKAAK%2CcAiED%2CiBAGM%2CUwFnML%3BAvF4CL%2CYuF5CK%3BE5FwRL%2C%2BCAAA%3B%3BA4FnRA%2CCAAC%2COAAO%3BE5FmRR%2CqBAAA%3BEMxHA%2CqBAAA%3B%3BAAEA%2CCsF7JC%2COAAO%2CQtF6JP%3BAACD%2CCsF9JC%2COAAO%2CQtF8JP%3BAACD%2CCsF%5C%2FJC%2COAAO%2CQtF%2BJP%3BEACG%2CqBAAA%3B%3BAsF5JJ%2COAAO%3BAACP%3BEtF6BA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2COsFnEO%2CQtFmEN%3BAAAD%2CeAAC%3BAACD%2COsFpEO%2CQtFoEN%3BAAAD%2CeAAC%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2COsFhFO%2CQtFgFN%3BAAAD%2CeAAC%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2COsF5FO%2CQtF4FN%3BAAAD%2CeAAC%3BAACD%2COsF7FO%2CQtF6FN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQsF9FZ%3BAtF8FP%2CQAAQ%2CUAAW%3BENiLnB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAuFlHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA9F7HJ%2CQ6F5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ9FxHN%3BAACD%2CQ6F7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ9FvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ6FlDQ%2CKAAK%2CMCoKX%2CQAAK%2CQ9FlHN%3BEACG%2CWAAA%3B%3BA8FwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMCiOP%2CQAAK%3BE9F%2BDX%2CeAAA%3B%3BA6FhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BE9F0DN%2CmBAAA%3BEAAA%2CoCAAA%3BEAAA%2CkCAAA%3BEAAA%2CmCAAA%3BEAAA%2CiCAAA%3BEAAA%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQ8F%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU%5C%2FFvFL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQ8FpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU%5C%2FFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQ8FzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU%5C%2FF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA8F9BI%2CQDlQI%2CKAAK%2CMCqOX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDnQI%2CKAAK%2CMCqOX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BE9F6B9B%2CmBAAA%3B%3BA8FzBI%2CQDvQI%2CKAAK%2CMCqOX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDxQI%2CKAAK%2CMCqOX%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQDzQI%2CKAAK%2CMCqOX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD1QI%2CKAAK%2CMCqOX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE9FsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CsBAAA%3B%3BA6FhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BE9FcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3B%3BA%2BFhSA%2CMC8VE%3BEhG1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BF3BA%2CMCmHA%3BEhG%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEgGgEA%2CmBAAA%3BEhGpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CaCnNU%2CkBDmNV%3B%3BA%2BFhSA%2CMC6HA%3BEhGmKA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BA%2BFhSA%2CMC6HA%2CMAUI%3BEhGnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BF3BA%2CMC4IA%2CEAAC%3BEhGoJD%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CqBAAA%3B%3BAgGtII%2CMAdJ%2CEAAC%2CKAcI%3BEhGsIL%2CWAAA%3B%3BAgG1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEhG0HL%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAgG7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEhG6GL%2CcAAA%3B%3BA%2BFhSA%2CMCgMA%2COAAM%3BEhGgGN%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCnNU%2CkBDmNV%3B%3BA%2BFhSA%2CMCqNA%3BEhG2EA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAgG7DI%2CMAdJ%2CQAcK%3BEhG6DL%2CWAAA%3B%3BAgGjDI%2CMA1BJ%2CQA0BK%3BEhGiDL%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAgGpCI%2CMAvCJ%2CQAuCK%3BEhGoCL%2CcAAA%3B%3BAgGxBI%2CMAnDJ%2CQAmDK%3BEhGwBL%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BA4D4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEhG9FL%2CWAAA%3B%3BAgGoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEhGpGL%2CcAAA%3B%3BAgGxBI%2CMAnDJ%2CQAmDK%2CK5DYH%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CM4D6LA%2CQAmDK%2CK5DhPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCpEuB%2CKDoEvB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM4DgLJ%2CQAmDK%2CK5DpOJ%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CM4D0KJ%2CQAmDK%2CK5D9NJ%2COACI%3BEpCqPL%2CcAAA%3B%3BAgGNI%2CMArEJ%2CQAqEK%3BEhGML%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BA4D4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEhG9FL%2CWAAA%3B%3BAgGoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEhGpGL%2CcAAA%3B%3BAgGNI%2CMArEJ%2CQAqEK%2CS5DNH%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CM4D6LA%2CQAqEK%2CS5DlQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCnE2B%2CKDmE3B%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM4DgLJ%2CQAqEK%2CS5DtPJ%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CM4D0KJ%2CQAqEK%2CS5DhPJ%2COACI%3BEpCqPL%2CcAAA%3B%3BA%2BFhSA%2CMAGI%3BEACI%2CWAAA%3B%3BAAEA%2CMAHJ%2CQAGK%3BEACG%2CkBAAA%3B%3BAAGJ%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAEXZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAMA%2CmBAAA%3B%3BAATR%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAIJ%2CgBATF%2CWASG%3BAAAD%2CgBARF%2CaAQG%3BEACG%2CgBAAA%3B%3BAAXZ%2CgBAeM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BACjBZ%3BElGgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAkGhSA%2CYCoEA%3BEnG4NA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAmGtHA%2CYCoEA%2COpGwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAmG9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEnGkNA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAmGpMI%2CYAdJ%2CEAcK%3BEnGoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BAmGvLI%2CYA3BJ%2CEA2BK%3BEnGuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BAmG1KI%2CYAxCJ%2CEAwCK%3BEnG0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkGhSA%2CYCoIA%3BEnG4JA%2CgBAAA%3B%3BAkGhSA%2CYC4JI%2CMAAK%2CIAAI%3BEnGoIb%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2CY%2BDsFI%2CMAAK%2CIAAI%2Ca%5C%2FDtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqCxPQ%2COrCwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAgE9VY%2CUAFP%2CMACG%2CQACK%3BEpGqRb%2CkBAAA%3BEoGjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEpG6QhB%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAoGrRY%2CUAFP%2CMACG%2CQACK%2CMhEyQX%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CUgEfK%2CMACG%2CQACK%2CMhEaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUgE5BC%2CMACG%2CQACK%2CMhEyBZ%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CUgElCC%2CMACG%2CQACK%2CMhE%2BBZ%2COACI%3BEpCqPL%2CcAAA%3B%3BAM7CA%2CU8F1OK%2CMACG%2CQACK%2CM9FwOZ%3BAACD%2CU8F3OK%2CMACG%2CQACK%2CM9FyOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8FhPK%2CMACG%2CQACK%2CM9F8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8FrPK%2CMACG%2CQACK%2CM9FmPZ%3BAACD%2CU8FtPK%2CMACG%2CQACK%2CM9FoPZ%3BAACD%2CQAAQ%2CUAAW%2CW8FvPd%2CMACG%2CQACK%3BE9FsPT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAoGtPA%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BApGubJ%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%3BA%2BE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE%5C%2FEiQR%2CiBAAA%3BE%2BE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2Ca9E6Ca%2CiC8E7Cb%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE%5C%2FE%2BOR%2CiBAAA%3B%3BA%2BE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE%5C%2FE2OZ%2CiBAAA%3B%3BA%2BEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE%5C%2FEuOR%2CiBAAA%3B%3BAqG7JI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAHR%2CIAKI%3BAALJ%2CIAMI%3BEACI%2CuBAAA%3B%3BAAGR%3BAACA%3BErGmIF%2CyCAAA%3BEACK%2CsCAAA%3BEACC%2CqCAAA%3BEAcJ%2CiCAAA%3B%3BAqG%5C%2FII%2CaAAC%3BAAAD%2CYAAC%3BErG%2BHP%2CwBqG9H2B%2C0DrG8H3B%3BEACK%2CqBqG%5C%2FHsB%2C0DrG%2BHtB%3BEACC%2CoBqGhIqB%2C0DrGgIrB%3BEAcJ%2CgBqG9IyB%2C0DrG8IzB%3B%3BA2F3FA%2CeAAC%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE3FiFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2F9EI%2CYAAY%2CmCAAZ%3B%3BAAIP%2CWU3DO%2CgBV2DN%3BAAAD%2CkBU3DO%2CgBV2DN%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAU3DU%2CWAFJ%2CgBAEK%3BAAAD%2CkBAFJ%2CgBAEK%3BEACG%2CoBAAA%3B%3BAAKZ%3BErG6HA%2CYAAA%3B%3BAqGxHA%3BAACA%3BEAxIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BErG8NN%2CgEAAA%3BEACK%2C6DAAA%3BEACC%2C4DAAA%3BEAcJ%2CwDAAA%3B%3BAqGxHA%2CYAhHA%3BAAiHA%2CYAjHA%3BErGwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEqGrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAiHJ%3BErGmHA%2CUAAA%3BEAAA%2CYAAA%3B%3BAqG5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAsGhB%2CYAjGA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3BEACA%2C4BAAA%3B%3BAA0FJ%2CYAxFA%2CkBAAiB%3BEACb%2CgBAAA%3B%3BAAyFA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BErGmOZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqG3QJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BErGqOR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAqGrPJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BErGyFJ%2CwBAAA%3B%3BAqGnHA%2CYA8BI%3BErGqFJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAqGhFA%2CIAAK%2CaAAa%3BEACd%2CapGhIqB%2CiCoGgIrB%3B%3BAAEJ%3BErG6EA%2CYAAA%3BEqGpMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BErGgMJ%2CgBAAA%3B%3BAqGjMA%2CYAAC%2CQACG%2CkBAGI%3BEACI%2CmBAAA%3B%3BAAKZ%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAuGhB%2CYAnGA%3BErGgLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEqGrUJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA8FA%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BErGmDJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqG7EA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BErGyKJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAqGjNR%2CYAqCI%3BErGwCJ%2C0BAAA%3BEAAA%2CiBAAA%3B%3BAqG7EA%2CYA0CI%3BEACI%2CgBAAA%3BErGkCR%2CoBAAA%3BEAAA%2CiBAAA%3BEqG%5C%2FBQ%2CkBAAA%3B%3BAA9CR%2CYA0CI%2CcAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjDZ%2CYAqDI%3BEACI%2CiBAAA%3B%3BAAGR%2CaACI%3BEACI%2CoBAAA%3B%3BAAGR%2CcACI%3BEACI%2CyBAAA%3BEACA%2CaAAa%2CiCAAb%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlBR%2CcAgBI%2CeAGI%2CiBACM%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxBhB%2CcAgBI%2CeAGI%2CiBACM%2CMAKE%3BAAzBhB%2CcAgBI%2CeAGI%2CiBACM%2CMAKU%3BAAzBxB%2CcAgBI%2CeAGI%2CiBACM%2CMjG9Jd%2CMAAK%2CcAiED%2CiBAGM%3BAiGsEV%2CcAgBI%2CeAGI%2CiBACM%2CMhGjPd%3BEgGuPoB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BErGbpB%2CgBAAA%3B%3BAqGfA%2CcAgBI%2CeAGI%2CiBAaI%2CSACI%3BAAjChB%2CcAgBI%2CeAGI%2CiBAaI%2CSjG1KZ%2CMAAK%2CcAiED%2CiBAGM%3BAiGsEV%2CcAgBI%2CeAGI%2CiBAaI%2CShG7PZ%3BEgG%2BPoB%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAApCpB%2CcAgBI%2CeAGI%2CiBAoBI%2CWACI%3BE%5C%2FF1QhB%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2Cc%2BF6MI%2CeAGI%2CiBAoBI%2CWACI%2CQ%5C%2FFrOf%3BAACD%2Cc%2BF4MI%2CeAGI%2CiBAoBI%2CWACI%2CQ%5C%2FFpOf%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2Cc%2BFgMI%2CeAGI%2CiBAoBI%2CWACI%2CQ%5C%2FFxNf%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2Cc%2BFoLI%2CeAGI%2CiBAoBI%2CWACI%2CQ%5C%2FF5Mf%3BAACD%2Cc%2BFmLI%2CeAGI%2CiBAoBI%2CWACI%2CQ%5C%2FF3Mf%3BAACD%2CQAAQ%2CUAAW%2Ce%2BFkLf%2CeAGI%2CiBAoBI%2CWACI%3BErGzBhB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgG1FJ%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEhG4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEoC9QA%2CqBAAA%3BEkEkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAhG6MR%2CagGxNI%2CchGwNH%3BAAAD%2CYgGxNI%2CchGwNH%3BAAAD%2CYgGxNI%2CchGwNH%3BAACD%2CagGzNI%2CchGyNH%3BAAAD%2CYgGzNI%2CchGyNH%3BAAAD%2CYgGzNI%2CchGyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CagG9NI%2CchG8NH%3BAAAD%2CYgG9NI%2CchG8NH%3BAAAD%2CYgG9NI%2CchG8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CagGnOI%2CchGmOH%3BAAAD%2CYgGnOI%2CchGmOH%3BAAAD%2CYgGnOI%2CchGmOH%3BAACD%2CagGpOI%2CchGoOH%3BAAAD%2CYgGpOI%2CchGoOH%3BAAAD%2CYgGpOI%2CchGoOH%3BAACD%2CQAAQ%2CUAAW%2CcgGrOf%3BAhGqOJ%2CQAAQ%2CUAAW%2CagGrOf%3BAhGqOJ%2CQAAQ%2CUAAW%2CagGrOf%3BEhGsOA%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAsGxQA%2CaAGI%2CclEyPF%3BAkE3PF%2CYAEI%2CclEyPF%3BAkE1PF%2CYACI%2CclEyPF%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CakEGI%2CclEHH%3BAAAD%2CYkEGI%2CclEHH%3BAAAD%2CYkEGI%2CclEHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CakEVA%2CclESH%2CMACI%3BAAAD%2CYkEVA%2CclESH%2CMACI%3BAAAD%2CYkEVA%2CclESH%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CakEhBA%2CclEeH%2COACI%3BAAAD%2CYkEhBA%2CclEeH%2COACI%3BAAAD%2CYkEhBA%2CclEeH%2COACI%3BEpCqPL%2CcAAA%3B%3BAsGvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEtG%2BOJ%2CYAAA%3B%3BAsG1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BEtGuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEsGnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEtG6MA%2CoCAAA%3BEsG3MI%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%3BAxBjFR%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BE9EgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BA8ElXA%2CyBAII%3BE9EwPJ%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BA8ErPQ%2CyBAHJ%2CQAGK%3BE9EqPT%2CgBAAA%3B%3BA8E5PA%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%3BE9EyMJ%2CeAAA%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3B%3BA8EnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BE9EiLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BA8EvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BE9EwJZ%2CeAAA%3B%3BA8EjKA%2C2BAOI%2CMACI%2CUAQM%3BE9EiJd%2C0BAAA%3B%3BA8EjKA%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%3BE9EmHA%2CgBAAA%3B%3B%3B%3B%3B%3BAuGxRA%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEiJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFjJD%2CmCAAA%3BEACA%2CaCjBuB%2CkBDiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaC7BuB%2CkBD6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCrC%2BB%2CODqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCxC%2BB%2CODwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSC3C%2BB%2COD2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSClD6B%2CODkD7B%3B%3BAGhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDzG2B%2COCyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDlH2B%2COCkH3B%3BEACA%2CiBAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAe%2CkBAAf%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAHH%2CMAGI%3BAAAD%2CWAHH%2CMAGI%3BEACG%2CYAAA%3B%3BAAEJ%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BEACG%2CcAAA%3B%3BAAIR%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEAEG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BAAAL%2CWAAC%2CIAAI%3BEACD%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BEACG%2CgBAAA%3B%3BAAKZ%3BE1GgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE0G3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BAAjBR%2CWAQI%2CGtGjDJ%2CMAAK%2CcAiED%2CiBAGM%3BAsG3BV%2CWAQI%2CGrGpIJ%3BEqG8IY%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BAAAD%2CWAtBR%2CGtGjDJ%2CMAAK%2CcAiED%2CiBAGM%2CUsGGG%3BAAAD%2CWAtBR%2CGrGpIJ%2CaqG0Ja%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BAAFL%2CWA1BR%2CGtGjDJ%2CMAAK%2CcAiED%2CiBAGM%2CUsGOG%3BAACD%2CWA3BR%2CGtGjDJ%2CMAAK%2CcAiED%2CiBAGM%2CUsGQG%3BAACD%2CWA5BR%2CGtGjDJ%2CMAAK%2CcAiED%2CiBAGM%2CUsGSG%2CIAAI%3BAAFL%2CWA1BR%2CGrGpIJ%2CaqG8Ja%3BAACD%2CWA3BR%2CGrGpIJ%2CaqG%2BJa%3BAACD%2CWA5BR%2CGrGpIJ%2CaqGgKa%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BAADJ%2CWAjCJ%2CGAiCK%2CatGlFT%2CMAAK%2CcAiED%2CiBAGM%3BAsGcF%2CWAjCJ%2CGAiCK%2CarGrKT%3BEqGuKgB%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%3BA%5C%2FGwHL%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%3BA9GqCL%2CY8GrCK%3BEnHiRL%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEN0FA%2CgBAAA%3BEmH1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BApHuHR%2CCoHhIK%2CwBpHgIJ%3BAAAD%2CMoHhIK%2CwBpHgIJ%3BAAAD%2CGoHhIK%2CwBpHgIJ%3BAKRD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwBpHgIJ%3BAM3FD%2CY8GrCK%2CwBpHgIJ%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCoHrIK%2CwBpHqIJ%3BAAAD%2CMoHrIK%2CwBpHqIJ%3BAAAD%2CGoHrIK%2CwBpHqIJ%3BAKbD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwBpHqIJ%3BAMhGD%2CY8GrCK%2CwBpHqIJ%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CCoH1IK%2CwBpH0IJ%3BAAAD%2CMoH1IK%2CwBpH0IJ%3BAAAD%2CGoH1IK%2CwBpH0IJ%3BAKlBD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwBpH0IJ%3BAMrGD%2CY8GrCK%2CwBpH0IJ%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAMxFA%2CC6GzLK%2CwB7GyLJ%3BAAAD%2CM6GzLK%2CwB7GyLJ%3BAAAD%2CG6GzLK%2CwB7GyLJ%3BAACD%2CC6G1LK%2CwB7G0LJ%3BAAAD%2CM6G1LK%2CwB7G0LJ%3BAAAD%2CG6G1LK%2CwB7G0LJ%3BAACD%2CC6G3LK%2CwB7G2LJ%3BAAAD%2CM6G3LK%2CwB7G2LJ%3BAAAD%2CG6G3LK%2CwB7G2LJ%3BAFnED%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwB7GyLJ%3BAFjED%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwB7G0LJ%3BAFlED%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwB7G2LJ%3BADtJD%2CY8GrCK%2CwB7GyLJ%3BADpJD%2CY8GrCK%2CwB7G0LJ%3BADrJD%2CY8GrCK%2CwB7G2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CC6GhMK%2CwB7GgMJ%3BAAAD%2CM6GhMK%2CwB7GgMJ%3BAAAD%2CG6GhMK%2CwB7GgMJ%3BAACD%2CC6GjMK%2CwB7GiMJ%3BAAAD%2CM6GjMK%2CwB7GiMJ%3BAAAD%2CG6GjMK%2CwB7GiMJ%3BAACD%2CQAAQ%2CUAAW%2CE6GlMd%3BA7GkML%2CQAAQ%2CUAAW%2CO6GlMd%3BA7GkML%2CQAAQ%2CUAAW%2CI6GlMd%3BA%5C%2FGwHL%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwB7GgMJ%3BAFxED%2CKAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%2CwB7GiMJ%3BAACD%2CQAAQ%2CUF1ER%2CMAAK%2CcAiED%2CiBAGM%2CU%2BG5LL%3BA9GqCL%2CY8GrCK%2CwB7GgMJ%3BAD3JD%2CY8GrCK%2CwB7GiMJ%3BAACD%2CQAAQ%2CUD7JR%2Ca8GrCK%3BEnHiRL%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA6G3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BA%5C%2FG4GL%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%3BA9GyBL%2CY8GzBK%3BE7G6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CqBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeCvLoB%2C4BDuLpB%3BEmHhQQ%2CgBAAA%3B%3BA7G0IR%2CC6G%5C%2FIK%2C2B7G%2BIJ%3BAAAD%2CM6G%5C%2FIK%2C2B7G%2BIJ%3BAAAD%2CG6G%5C%2FIK%2C2B7G%2BIJ%3BAACD%2CC6GhJK%2C2B7GgJJ%3BAAAD%2CM6GhJK%2C2B7GgJJ%3BAAAD%2CG6GhJK%2C2B7GgJJ%3BAACD%2CC6GjJK%2C2B7GiJJ%3BAAAD%2CM6GjJK%2C2B7GiJJ%3BAAAD%2CG6GjJK%2C2B7GiJJ%3BAFrCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7G%2BIJ%3BAFnCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7GgJJ%3BAFpCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7GiJJ%3BADxHD%2CY8GzBK%2C2B7G%2BIJ%3BADtHD%2CY8GzBK%2C2B7GgJJ%3BADvHD%2CY8GzBK%2C2B7GiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC6GzDK%2C2B7GyDJ%3BAAAD%2CM6GzDK%2C2B7GyDJ%3BAAAD%2CG6GzDK%2C2B7GyDJ%3BAACD%2CC6G1DK%2C2B7G0DJ%3BAAAD%2CM6G1DK%2C2B7G0DJ%3BAAAD%2CG6G1DK%2C2B7G0DJ%3BAFkDD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7GyDJ%3BAFmDD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7G0DJ%3BADjCD%2CY8GzBK%2C2B7GyDJ%3BADhCD%2CY8GzBK%2C2B7G0DJ%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CC6GtEK%2C2B7GsEJ%3BAAAD%2CM6GtEK%2C2B7GsEJ%3BAAAD%2CG6GtEK%2C2B7GsEJ%3BAFsCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7GsEJ%3BAD7CD%2CY8GzBK%2C2B7GsEJ%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CC6GlFK%2C2B7GkFJ%3BAAAD%2CM6GlFK%2C2B7GkFJ%3BAAAD%2CG6GlFK%2C2B7GkFJ%3BAACD%2CC6GnFK%2C2B7GmFJ%3BAAAD%2CM6GnFK%2C2B7GmFJ%3BAAAD%2CG6GnFK%2C2B7GmFJ%3BAACD%2CQAAQ%2CUAAW%2CE6GpFd%3BA7GoFL%2CQAAQ%2CUAAW%2CO6GpFd%3BA7GoFL%2CQAAQ%2CUAAW%2CI6GpFd%3BA%5C%2FG4GL%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7GkFJ%3BAF0BD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%2C2B7GmFJ%3BAACD%2CQAAQ%2CUFwBR%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGhLL%3BA9GyBL%2CY8GzBK%2C2B7GkFJ%3BADzDD%2CY8GzBK%2C2B7GmFJ%3BAACD%2CQAAQ%2CUD3DR%2Ca8GzBK%3BEnHqQL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA6G%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BA%5C%2FGoGL%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%3BA9GiBL%2CY8GjBK%3BE7GqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CqBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeCvLoB%2C4BDuLpB%3BEmHxPQ%2CgBAAA%3B%3BA7GkIR%2CC6GvIK%2C6B7GuIJ%3BAAAD%2CM6GvIK%2C6B7GuIJ%3BAAAD%2CG6GvIK%2C6B7GuIJ%3BAACD%2CC6GxIK%2C6B7GwIJ%3BAAAD%2CM6GxIK%2C6B7GwIJ%3BAAAD%2CG6GxIK%2C6B7GwIJ%3BAACD%2CC6GzIK%2C6B7GyIJ%3BAAAD%2CM6GzIK%2C6B7GyIJ%3BAAAD%2CG6GzIK%2C6B7GyIJ%3BAFrCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7GuIJ%3BAFnCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7GwIJ%3BAFpCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7GyIJ%3BADxHD%2CY8GjBK%2C6B7GuIJ%3BADtHD%2CY8GjBK%2C6B7GwIJ%3BADvHD%2CY8GjBK%2C6B7GyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC6GjDK%2C6B7GiDJ%3BAAAD%2CM6GjDK%2C6B7GiDJ%3BAAAD%2CG6GjDK%2C6B7GiDJ%3BAACD%2CC6GlDK%2C6B7GkDJ%3BAAAD%2CM6GlDK%2C6B7GkDJ%3BAAAD%2CG6GlDK%2C6B7GkDJ%3BAFkDD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7GiDJ%3BAFmDD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7GkDJ%3BADjCD%2CY8GjBK%2C6B7GiDJ%3BADhCD%2CY8GjBK%2C6B7GkDJ%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CC6G9DK%2C6B7G8DJ%3BAAAD%2CM6G9DK%2C6B7G8DJ%3BAAAD%2CG6G9DK%2C6B7G8DJ%3BAFsCD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7G8DJ%3BAD7CD%2CY8GjBK%2C6B7G8DJ%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CC6G1EK%2C6B7G0EJ%3BAAAD%2CM6G1EK%2C6B7G0EJ%3BAAAD%2CG6G1EK%2C6B7G0EJ%3BAACD%2CC6G3EK%2C6B7G2EJ%3BAAAD%2CM6G3EK%2C6B7G2EJ%3BAAAD%2CG6G3EK%2C6B7G2EJ%3BAACD%2CQAAQ%2CUAAW%2CE6G5Ed%3BA7G4EL%2CQAAQ%2CUAAW%2CO6G5Ed%3BA7G4EL%2CQAAQ%2CUAAW%2CI6G5Ed%3BA%5C%2FGoGL%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7G0EJ%3BAF0BD%2CKAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%2C6B7G2EJ%3BAACD%2CQAAQ%2CUFwBR%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGxKL%3BA9GiBL%2CY8GjBK%2C6B7G0EJ%3BADzDD%2CY8GjBK%2C6B7G2EJ%3BAACD%2CQAAQ%2CUD3DR%2Ca8GjBK%3BEnH6PL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA8GlHJ%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%2CW1HmEY%2CwB0HnEZ%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%2CW5HgEQ%2CwB4HhER%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BEX%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAWhHA%2CsBXkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAWrHJ%2CsBXkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAWxHR%2CsBX4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA9F7HJ%2CsB8FwHE%2CQAAK%2CQ9FxHN%3BAACD%2CsB8FuHE%2CQAAK%2CQ9FvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB8FkHE%2CQAAK%2CQ9FlHN%3BEACG%2CWAAA%3B%3BA8FwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAWpIR%2CsBXyLM%2CQAAK%3BE9F%2BDX%2CeAAA%3B%3BAyGxPA%2CsBX6LE%2CQAAK%2CMACD%3BE9F0DN%2CmBAAA%3BEAAA%2CoCAAA%3BEAAA%2CkCAAA%3BEAAA%2CmCAAA%3BEAAA%2CiCAAA%3BEAAA%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsB%2BFsFE%2CQAAK%2CMACD%2CU%5C%2FFvFL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB%2BFiFE%2CQAAK%2CMACD%2CU%5C%2FFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB%2BF4EE%2CQAAK%2CMACD%2CU%5C%2FF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA8F9BI%2CsBA7BF%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBA9BF%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BE9F6B9B%2CmBAAA%3B%3BA8FzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE9FsBtB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CsBAAA%3B%3BAyGxPA%2CsBX0OE%2CQAAK%3BE9FcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3B%3B%3B%3B%3B%3BAwItSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3BACDJ%2CuBACI%3BEACI%2CaAAA%3B%3BACOJ%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BAAHJ%2C6C7I4HA%2CMAAK%2CcAiED%2CiBAGM%3BA6IhMV%2C6C5IyCA%3BE4IrCQ%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%3BAhH%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEjC2QV%2CiBAAA%3BEiCzQY%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%3BAiHhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BAAAF%2CWjJyIA%2CMAAK%2CcAiED%2CiBAGM%3BAiJ7MV%2CWhJsDA%3BEgJrDI%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3BACjBJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CYAGI%3BAAFJ%2CaAEI%3BAADJ%2CYACI%3BEACI%2CUAAA%3B%3BAAEA%2CYAHJ%2CcAGK%3BAAAD%2CaAHJ%2CcAGK%3BAAAD%2CYAHJ%2CcAGK%3BEACG%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAACA%2CgBAAC%2CYAAY%2CcAAe%3BEACxB%2CgBAAA%3B%3BAADJ%2CgBAAC%2CYAAY%2CcAAe%2CkBAExB%3BEACI%2CUAAA%3B%3BAANZ%2CgBAUI%3BEACI%2CqBAAA%3B%3BAAXR%2CgBAUI%2CsBAGI%3BEACI%2CaAAA%3B%3BAAdZ%2CgBAkBI%3BEACI%2CaAAA%3B%3BAAnBR%2CgBAsBI%2CkBAAkB%3BAAtBtB%2CgBAuBI%3BEAEI%2CyBAAA%3BEACA%2CarJgDiB%2CiCqJhDjB%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CgBAsBI%2CkBAAkB%2CaAed%3BAArCR%2CgBAuBI%2C6BAcI%3BEACI%2CWAAA%3B%3BAAGJ%2CgBAnBJ%2CkBAAkB%2CaAmBb%3BAAAD%2CgBAlBJ%2C6BAkBK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEtJ6Nd%2CmBsJ5N0B%2CgBtJ4N1B%3BEACK%2CgBsJ7NqB%2CgBtJ6NrB%3BEACC%2CesJ9NoB%2CgBtJ8NpB%3BEAcJ%2CWsJ5OwB%2CgBtJ4OxB%3B%3BAsJtOA%2CeACI%2CaAAY%3BE3DvDnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE2DoDU%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CeACI%2CaAAY%2CcAIR%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEtJ6NZ%2CgBAAA%3B%3BAsJtOA%2CeACI%2CaAAY%2CcAIR%2CkBAOI%3BEACI%2CUAAA%3B%3BAAbhB%2CeACI%2CaAAY%2CcAIR%2CkBAWI%3BEtJsNZ%2CgBAAA%3B%3BAsJtOA%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAII%3BEtJkNhB%2CgBAAA%3B%3BAsJtOA%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAII%2CsBAGI%3BEtJ%2BMpB%2CiBAAA%3B%3BAsJtOA%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYACI%3BEACI%2CgBAAA%3B%3BAA9BxB%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYACI%2CUAGI%3BEACI%2CyBAAA%3BEtJqM5B%2CiBAAA%3BEsJnM4B%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAArC5B%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAaI%2CUACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9C5B%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAsBI%2CiBACK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAtD5B%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAsBI%2CiBACK%2CWAKG%3BAAxD5B%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAsBI%2CiBACK%2CWlJ0BzB%2CMAAK%2CcAiED%2CiBAGM%3BAkJjJV%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAsBI%2CiBACK%2CWjJzDzB%3BEL4OA%2CgBAAA%3B%3BAsJtOA%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAsBI%2CiBAWI%3BAA7DxB%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAsBI%2CiBAYI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlE5B%2CeACI%2CaAAY%2CcAIR%2CkBAWI%2CeAYI%2CYAsBI%2CiBAmBI%3BEACI%2CkBAAA%3B%3BAAS5B%3BEACI%2CkBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAANR%2C2BASI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAXR%2C2BASI%2CcAII%3BEtJ0IR%2COCjMmB%2C2BDiMnB%3BEsJxIY%2CcAAA%3BEACA%2CkBAAA%3BEtJuIZ%2CiBAAA%3B%3BAsJvJA%2C2BASI%2CcAWI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAtBZ%2C2BA0BI%2CmBACI%3BAA3BR%2C2BA0BI%2CmBlJ5BJ%2CMAAK%2CcAiED%2CiBAGM%3BAkJlEV%2C2BA0BI%2CmBjJ%5C%2FGJ%3BEiJiHY%2CcAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2C2BAiCI%2CiBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCZ%2C2BAiCI%2CiBAOI%3BEACI%2CmBAAA%3BE3D9Kf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE2D2Kc%2CiBAAA%3B%3BAA3CZ%2C2BAiCI%2CiBAOI%2CqBAKI%3BE3DlLf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE2D%2BKkB%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAjDhB%2C2BAiCI%2CiBAOI%2CqBAYI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAtDhB%2C2BAiCI%2CiBAOI%2CqBAYI%2CcAII%3BEACI%2CarJnGD%2C2BqJmGC%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2COrJtGD%2C2BqJsGC%3B%3BAA5DpB%2C2BAiCI%2CiBAOI%2CqBAYI%2CcAWI%3BE3DpMnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BE2DkMsB%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEtJoFpB%2CiBAAA%3BEsJlFoB%2COrJ%5C%2FGD%2C2BqJ%2BGC%3B%3BAArEpB%2C2BAiCI%2CiBAOI%2CqBAYI%2CcAWI%2CqCAQI%3BEACI%2CkBAAA%3BEtJ%2BExB%2CiBAAA%3B%3BAsJhEQ%2COAJH%2CWAII%3BAAAD%2COAHH%2CUAGI%3BAAAD%2COAFH%2CeAEI%3BAACD%2COALH%2CWAKI%3BAAAD%2COAJH%2CUAII%3BAAAD%2COAHH%2CeAGI%3BEACG%2CUAAA%3B%3BAAEA%2COARP%2CWAII%2CQAII%3BAAAD%2COAPP%2CUAGI%2CQAII%3BAAAD%2COANP%2CeAEI%2CQAII%3BAAAD%2COARP%2CWAKI%2CSAGI%3BAAAD%2COAPP%2CUAII%2CSAGI%3BAAAD%2COANP%2CeAGI%2CSAGI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BEtJoClB%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3BEsJjDgB%2CqBAAA%3B%3BAAKZ%2COAAC%2COACG%3BEACI%2CkBAAA%3B%3BAAEA%2COAJP%2COACG%2CKAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BEtJgBlB%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3BEsJ7BgB%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAMA%2COA1BX%2COAwBI%2CQACG%2CKACK%3BEACG%2CUAAA%3B%3BAAQpB%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CuBAAuB%2CuCAAvB%3B%3BAAGJ%2CGAAG%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CgFAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAuB%2C4CAAvB%3B%3BAAEJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CoBAAA%3B%3B%3BAAIR%3BEAEI%3BEACA%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2C0CAAA%3B%3B%3BAAMA%2CIADJ%2COAAM%2CYACD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMA%2CIAFP%2CQACG%2COAAM%2CYACD%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAMJ%2CIAFP%2CSACG%2COAAM%2CYACD%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3B%3B%3BA3DnWpB%3BE3FiQE%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA2F1EH%2CmBAAC%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAmCF%3BEACE%3BIACE%2CWAAW%2CSAAX%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CcAAc%2CSAAd%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3BIACA%2CgBAAgB%2CcAAhB%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAGJ%3BEACE%3BIACE%2CWAAW%2CSAAX%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CcAAc%2CSAAd%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3BIACA%2CgBAAgB%2CcAAhB%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAIJ%3BEACI%3BIACI%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACI%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BI3F%5C%2FBN%2CmB2FgCkB%2CkB3FhClB%3BIACK%2CgB2F%2BBa%2CkB3F%5C%2FBb%3BIACC%2Ce2F8BY%2CkB3F9BZ%3BIAcJ%2CW2FgBgB%2CkB3FhBhB%3B%3BE2FmBA%3BIACI%2CUAAA%3BI3FpCN%2CmB2FqCkB%2Ca3FrClB%3BIACK%2CgB2FoCa%2Ca3FpCb%3BIACC%2Ce2FmCY%2Ca3FnCZ%3BIAcJ%2CW2FqBgB%2Ca3FrBhB%3B%3B%3BA2FyBJ%3BEACI%3BIACI%2CUAAA%3BI3F3CN%2CmB2F4CkB%2CkB3F5ClB%3BIACK%2CgB2F2Ca%2CkB3F3Cb%3BIACC%2Ce2F0CY%2CkB3F1CZ%3BIAcJ%2CW2F4BgB%2CkB3F5BhB%3B%3BE2F%2BBA%3BIACI%2CUAAA%3BI3FhDN%2CmB2FiDkB%2Ca3FjDlB%3BIACK%2CgB2FgDa%2Ca3FhDb%3BIACC%2Ce2F%2BCY%2Ca3F%5C%2FCZ%3BIAcJ%2CW2FiCgB%2Ca3FjChB%3B%3B%3BA2FqCJ%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CUAAA%3BI3F3DN%2CmB2F4DkB%2Ca3F5DlB%3BIACK%2CgB2F2Da%2Ca3F3Db%3BIACC%2Ce2F0DY%2Ca3F1DZ%3BIAcJ%2CW2F4CgB%2Ca3F5ChB%3B%3BE2F%2BCA%3BIACI%2CUAAA%3BI3FhEN%2CmB2FiEkB%2CiB3FjElB%3BIACK%2CgB2FgEa%2CiB3FhEb%3BIACC%2Ce2F%2BDY%2CiB3F%5C%2FDZ%3BIAcJ%2CW2FiDgB%2CiB3FjDhB%3B%3B%3BA2FqDJ%3BEACI%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAuDA%2CSAAS%3BAACT%3BAACA%3BEACI%2CYAAY%2CmCAAZ%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CaAAC%2CMACG%3BAADJ%2CaAAC%2CMAEG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BE3F1Id%2CmB2F2I0B%2CkB3F3I1B%3BEACK%2CgB2F0IqB%2CkB3F1IrB%3BEACC%2Ce2FyIoB%2CkB3FzIpB%3BEAcJ%2CW2F2HwB%2CkB3F3HxB%3B%3BA2FgIA%2CWAAW%3BAACX%2CWAAW%3BEACP%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2COAAA%3BE3FvJN%2CmB2FwJkB%2CqB3FxJlB%3BEACK%2CgB2FuJa%2CqB3FvJb%3BEACC%2Ce2FsJY%2CqB3FtJZ%3BEAcJ%2CW2FwIgB%2CqB3FxIhB%3B%3BA2F0II%2CWAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CQAAA%3BE3FhKN%2CmB2FiKkB%2CsB3FjKlB%3BEACK%2CgB2FgKa%2CsB3FhKb%3BEACC%2Ce2F%2BJY%2CsB3F%5C%2FJZ%3BEAcJ%2CW2FiJgB%2CsB3FjJhB%3B%3BA2FmJI%2CWAAC%3BEACG%2CiBAAA%3B%3BAAIR%2CGACI%3BAADJ%2CGAEI%3BAAFJ%2CGAGI%2CYAAW%2CIAAI%3BAAHnB%2CGAII%2CYAAW%2CIAAI%3BEACX%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAACA%2CGAhBJ%2CYAgBK%3BAAAD%2CGAfJ%2CYAeK%3BAAAD%2CGAdJ%2CYAAW%2CIAAI%2CUAcV%3BAAAD%2CGAbJ%2CYAAW%2CIAAI%2CUAaV%3BE3FzKT%2CWAAA%3BEAAA%2CiBAAA%3BE2F4KY%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAzBZ%2CGA4BI%3BAA5BJ%2CGA6BI%3BAA7BJ%2CGA8BI%2CYAAW%2CIAAI%3BAA9BnB%2CGA%2BBI%2CYAAW%2CIAAI%3BAA%5C%2FBnB%2CGAgCI%2CeAAe%3BE3FxLnB%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CkBCjMmB%2C2BDiMnB%3BEAAA%2CuBAAA%3BEAAA%2CkBAAA%3BE2F5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEAsdU%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CGAfJ%2CYAeK%3BAAAD%2CGAdJ%2CYAcK%3BAAAD%2CGAbJ%2CYAAW%2CIAAI%2CUAaV%3BAAAD%2CGAZJ%2CYAAW%2CIAAI%2CUAYV%3BAAAD%2CGAXJ%2CeAAe%2CoBAWV%3BE3FnMT%2Ca2FqGyB%2CkB3FrGzB%3BEAAA%2CiBAAA%3B%3BA2FuMQ%2CGAnBJ%2CYAmBK%3BAAAD%2CGAlBJ%2CYAkBK%3BAAAD%2CGAjBJ%2CYAAW%2CIAAI%2CUAiBV%3BAAAD%2CGAhBJ%2CYAAW%2CIAAI%2CUAgBV%3BAAAD%2CGAfJ%2CeAAe%2CoBAeV%3BAACD%2CGApBJ%2CYAoBK%3BAAAD%2CGAnBJ%2CYAmBK%3BAAAD%2CGAlBJ%2CYAAW%2CIAAI%2CUAkBV%3BAAAD%2CGAjBJ%2CYAAW%2CIAAI%2CUAiBV%3BAAAD%2CGAhBJ%2CeAAe%2CoBAgBV%3BE3FxMT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BA2F2MY%2CGAvBR%2CYAmBK%2CMAII%3BAAAD%2CGAtBR%2CYAkBK%2CMAII%3BAAAD%2CGArBR%2CYAAW%2CIAAI%2CUAiBV%2CMAII%3BAAAD%2CGApBR%2CYAAW%2CIAAI%2CUAgBV%2CMAII%3BAAAD%2CGAnBR%2CeAAe%2CoBAeV%2CMAII%3BAAAD%2CGAvBR%2CYAoBK%2CMAGI%3BAAAD%2CGAtBR%2CYAmBK%2CMAGI%3BAAAD%2CGArBR%2CYAAW%2CIAAI%2CUAkBV%2CMAGI%3BAAAD%2CGApBR%2CYAAW%2CIAAI%2CUAiBV%2CMAGI%3BAAAD%2CGAnBR%2CeAAe%2CoBAgBV%2CMAGI%3BE3F3Mb%2CWAAA%3B%3BA2FqNQ%2CGAFJ%2CYAEK%3BAAAD%2CGADJ%2CqBAAqB%2CoBAChB%3BE3FrNT%2CS2FsGiB%2CO3FtGjB%3B%3BA2F2NQ%2CGAFJ%2CYAEK%3BAAAD%2CGADJ%2CqBAAqB%2CoBAChB%3BE3F3NT%2CS2FuGkB%2CO3FvGlB%3B%3BA2FwJA%2CGAwEI%2CeACI%3BEACI%2CuBAAA%3B%3BAAgIZ%3BE3FlWA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE2FuYI%2CcAAA%3BEACA%2CgBAAA%3BE3FrWJ%2CkBAAA%3BE2FuWI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CWAOI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CoBAAqB%3BAACrB%2CWAAY%2CGAAG%3BAAAf%2CWAAY%2CGvF7gBZ%2CMAAK%2CcAiED%2CiBAGM%3BAuFycV%2CWAAY%2CGtFhmBZ%3BEL4OA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CuBAAA%3BEAAA%2CsBAAA%3BE2F0XI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAdiB%2CeAchB%3BAAAD%2CWAbQ%2CGAAG%2COAaV%3BAAAD%2CWAbQ%2CGvF7gBZ%2CMAAK%2CcAiED%2CiBAGM%2CUuFsdL%3BAAAD%2CWAbQ%2CGtFhmBZ%2CasF6mBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CoBAzBiB%2CeAyBhB%3BAAAD%2CWAxBQ%2CGAAG%2COAwBV%3BAAAD%2CWAxBQ%2CGvF7gBZ%2CMAAK%2CcAiED%2CiBAGM%2CUuFieL%3BAAAD%2CWAxBQ%2CGtFhmBZ%2CasFwnBK%3BE3F5YL%2CsBAAA%3B%3BA2F8YQ%2CoBA3Ba%2CeAyBhB%2CMAEI%3BAAAD%2CWA1BI%2CGAAG%2COAwBV%2CMAEI%3BAAAD%2CWA1BI%2CGvF7gBZ%2CMAAK%2CcAiED%2CiBAGM%2CUuFieL%2CMAEI%3BAAAD%2CWA1BI%2CGtFhmBZ%2CasFwnBK%2CMAEI%3BEACG%2CYAAA%3B%3BAAGR%2CoBA%5C%2FBiB%2CeA%2BBhB%3BAAAD%2CWA9BQ%2CGAAG%2COA8BV%3BAACD%2CoBAhCiB%2CeAgChB%3BAAAD%2CWA%5C%2FBQ%2CGAAG%2COA%2BBV%3BAACD%2CoBAjCiB%2CeAiChB%2CIAAI%3BAAAL%2CWAhCQ%2CGAAG%2COAgCV%2CIAAI%3BAAFL%2CWA9BQ%2CGvF7gBZ%2CMAAK%2CcAiED%2CiBAGM%2CUuFueL%3BAACD%2CWA%5C%2FBQ%2CGvF7gBZ%2CMAAK%2CcAiED%2CiBAGM%2CUuFweL%3BAACD%2CWAhCQ%2CGvF7gBZ%2CMAAK%2CcAiED%2CiBAGM%2CUuFyeL%2CIAAI%3BAAFL%2CWA9BQ%2CGtFhmBZ%2CasF8nBK%3BAACD%2CWA%5C%2FBQ%2CGtFhmBZ%2CasF%2BnBK%3BAACD%2CWAhCQ%2CGtFhmBZ%2CasFgoBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGR%2CWAAY%2CcAER%3BAADJ%2CoBAAqB%2CkBACjB%3BAAFJ%2CWAAY%2CcAGR%3BAAFJ%2CoBAAqB%2CkBAEjB%3BAAHJ%2CWAAY%2CcvFjjBZ%2CMAAK%2CcAiED%2CiBAGM%3BAuF8eV%2CoBAAqB%2CkBvFljBrB%2CMAAK%2CcAiED%2CiBAGM%3BAuF6eV%2CWAAY%2CctFpoBZ%3BAsFqoBA%2CoBAAqB%2CkBtFroBrB%3BEL4OA%2CkBAAA%3B%3BA2F4ZQ%2CWAJI%2CcAER%2COAEK%3BAAAD%2CoBAHa%2CkBACjB%2COAEK%3BAAAD%2CWAJI%2CcAGR%2CeACK%3BAAAD%2CoBAHa%2CkBAEjB%2CeACK%3BAAAD%2CWAJI%2CcvFjjBZ%2CMAAK%2CcAiED%2CiBAGM%2CUuFifD%3BAAAD%2CoBAHa%2CkBvFljBrB%2CMAAK%2CcAiED%2CiBAGM%2CUuFifD%3BAAAD%2CWAJI%2CctFpoBZ%2CasFwoBS%3BAAAD%2CoBAHa%2CkBtFroBrB%2CasFwoBS%3BEACG%2CYAAA%3BE3F7ZZ%2CgBAAA%3B%3BA2FmaA%2CYACI%3BEACI%2C2BAAA%3B%3BAAFR%2CYACI%2CaAEM%3BEACE%2CWAAA%3B%3BAAIZ%2CiBAAkB%3BE3F3alB%2CsBAAA%3BE2F6aI%2CsBAAA%3B%3BAAIJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CcACI%3BAADJ%2CcAEI%3BAAFJ%2CcAGI%2CeAAe%3BEACX%2CcAAA%3BEACA%2CeAAA%3B%3BAALR%2CcACI%2CYAKI%3BAANR%2CcAEI%2CKAII%3BAANR%2CcAGI%2CeAAe%2CmBAGX%3BAANR%2CcACI%2CYAMM%2CIAAC%3BAAPX%2CcAEI%2CKAKM%2CIAAC%3BAAPX%2CcAGI%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2CcACI%2CYAOI%3BAARR%2CcAEI%2CKAMI%3BAARR%2CcAGI%2CeAAe%2CmBAKX%3BAARR%2CcACI%2CYAQI%3BAATR%2CcAEI%2CKAOI%3BAATR%2CcAGI%2CeAAe%2CmBAMX%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAQI%2CcALX%2CIAAI%2C0BACD%2CYAGM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CcALX%2CIAAI%2C0BAED%2CKAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CcALX%2CIAAI%2C0BAGD%2CeAAe%2CmBACT%2CIAAC%2CcACE%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMpB%2CgBAII%3BAAHJ%2CgBAGI%3BAAFJ%2C8BAEI%3BAADJ%2C8BACI%3BAAJJ%2CgBAKI%3BAAJJ%2CgBAII%3BAAHJ%2C8BAGI%3BAAFJ%2C8BAEI%3BAALJ%2CgBAMI%2CeAAe%3BAALnB%2CgBAKI%2CeAAe%3BAAJnB%2C8BAII%2CeAAe%3BAAHnB%2C8BAGI%2CeAAe%3BEACX%2CoBAAA%3BEACA%2CqBAAA%3B%3BAARR%2CgBAII%2CYAKI%3BAARR%2CgBAGI%2CYAKI%3BAAPR%2C8BAEI%2CYAKI%3BAANR%2C8BACI%2CYAKI%3BAATR%2CgBAKI%2CKAII%3BAARR%2CgBAII%2CKAII%3BAAPR%2C8BAGI%2CKAII%3BAANR%2C8BAEI%2CKAII%3BAATR%2CgBAMI%2CeAAe%2CmBAGX%3BAARR%2CgBAKI%2CeAAe%2CmBAGX%3BAAPR%2C8BAII%2CeAAe%2CmBAGX%3BAANR%2C8BAGI%2CeAAe%2CmBAGX%3BAATR%2CgBAII%2CYAMM%2CIAAC%3BAATX%2CgBAGI%2CYAMM%2CIAAC%3BAARX%2C8BAEI%2CYAMM%2CIAAC%3BAAPX%2C8BACI%2CYAMM%2CIAAC%3BAAVX%2CgBAKI%2CKAKM%2CIAAC%3BAATX%2CgBAII%2CKAKM%2CIAAC%3BAARX%2C8BAGI%2CKAKM%2CIAAC%3BAAPX%2C8BAEI%2CKAKM%2CIAAC%3BAAVX%2CgBAMI%2CeAAe%2CmBAIT%2CIAAC%3BAATX%2CgBAKI%2CeAAe%2CmBAIT%2CIAAC%3BAARX%2C8BAII%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BAAVX%2CgBAII%2CYAOM%2CMAAG%3BAAVb%2CgBAGI%2CYAOM%2CMAAG%3BAATb%2C8BAEI%2CYAOM%2CMAAG%3BAARb%2C8BACI%2CYAOM%2CMAAG%3BAAXb%2CgBAKI%2CKAMM%2CMAAG%3BAAVb%2CgBAII%2CKAMM%2CMAAG%3BAATb%2C8BAGI%2CKAMM%2CMAAG%3BAARb%2C8BAEI%2CKAMM%2CMAAG%3BAAXb%2CgBAMI%2CeAAe%2CmBAKT%2CMAAG%3BAAVb%2CgBAKI%2CeAAe%2CmBAKT%2CMAAG%3BAATb%2C8BAII%2CeAAe%2CmBAKT%2CMAAG%3BAARb%2C8BAGI%2CeAAe%2CmBAKT%2CMAAG%3BEACD%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAbZ%2CgBAgBI%2CYACI%2CaAGM%3BAAnBd%2CgBAeI%2CYACI%2CaAGM%3BAAlBd%2C8BAcI%2CYACI%2CaAGM%3BAAjBd%2C8BAaI%2CYACI%2CaAGM%3BAApBd%2CgBAgBI%2CYAEM%2CIAAC%2CcAEG%3BAAnBd%2CgBAeI%2CYAEM%2CIAAC%2CcAEG%3BAAlBd%2C8BAcI%2CYAEM%2CIAAC%2CcAEG%3BAAjBd%2C8BAaI%2CYAEM%2CIAAC%2CcAEG%3BAApBd%2CgBAgBI%2CYAGM%2CMAAG%2CkBACC%3BAAnBd%2CgBAeI%2CYAGM%2CMAAG%2CkBACC%3BAAlBd%2C8BAcI%2CYAGM%2CMAAG%2CkBACC%3BAAjBd%2C8BAaI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAAvBpB%2CgBA4BI%2CeACI%2CcACI%3BAA7BZ%2CgBA2BI%2CeACI%2CcACI%3BAA5BZ%2C8BA0BI%2CeACI%2CcACI%3BAA3BZ%2C8BAyBI%2CeACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAEJ%2CgBALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2CgBALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2C8BALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2C8BALR%2CeACI%2CcAIK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAQA%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEACD%2CmBAAA%3B%3BAAMpB%2CgBAEI%2CYACI%2CaAGM%3BAALd%2C8BACI%2CYACI%2CaAGM%3BAANd%2CgBAEI%2CYAEM%2CIAAC%2CcAEG%3BAALd%2C8BACI%2CYAEM%2CIAAC%2CcAEG%3BAANd%2CgBAEI%2CYAGM%2CMAAG%2CkBACC%3BAALd%2C8BACI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAAMpB%2CgBAEI%3BAADJ%2C8BACI%3BAAFJ%2CgBAGI%3BAAFJ%2C8BAEI%3BAAHJ%2CgBAII%2CeAAe%3BAAHnB%2C8BAGI%2CeAAe%3BEACX%2CqBAAA%3BEACA%2CsBAAA%3B%3BAANR%2CgBAEI%2CYAKI%3BAANR%2C8BACI%2CYAKI%3BAAPR%2CgBAGI%2CKAII%3BAANR%2C8BAEI%2CKAII%3BAAPR%2CgBAII%2CeAAe%2CmBAGX%3BAANR%2C8BAGI%2CeAAe%2CmBAGX%3BAAPR%2CgBAEI%2CYAMM%2CIAAC%3BAAPX%2C8BACI%2CYAMM%2CIAAC%3BAARX%2CgBAGI%2CKAKM%2CIAAC%3BAAPX%2C8BAEI%2CKAKM%2CIAAC%3BAARX%2CgBAII%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BAARX%2CgBAEI%2CYAOM%2CIAAC%3BAARX%2C8BACI%2CYAOM%2CIAAC%3BAATX%2CgBAGI%2CKAMM%2CIAAC%3BAARX%2C8BAEI%2CKAMM%2CIAAC%3BAATX%2CgBAII%2CeAAe%2CmBAKT%2CIAAC%3BAARX%2C8BAGI%2CeAAe%2CmBAKT%2CIAAC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAXZ%2CgBAcI%2CYACI%2CaAGM%3BAAjBd%2C8BAaI%2CYACI%2CaAGM%3BAAlBd%2CgBAcI%2CYAEM%2CIAAC%2CcAEG%3BAAjBd%2C8BAaI%2CYAEM%2CIAAC%2CcAEG%3BAAlBd%2CgBAcI%2CYAGM%2CMAAG%2CkBACC%3BAAjBd%2C8BAaI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAASJ%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEACD%2CqBAAA%3B%3BAAOR%2CgBAFR%2CeACI%2CcACK%2CIAAI%3BAAAL%2C8BAFR%2CeACI%2CcACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAAKhB%2CgBAEI%3BAADJ%2C8BACI%3BAAFJ%2CgBAGI%3BAAFJ%2C8BAEI%3BAAHJ%2CgBAII%2CeAAe%3BAAHnB%2C8BAGI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CgBAEI%2CYAKI%3BAANR%2C8BACI%2CYAKI%3BAAPR%2CgBAGI%2CKAII%3BAANR%2C8BAEI%2CKAII%3BAAPR%2CgBAII%2CeAAe%2CmBAGX%3BAANR%2C8BAGI%2CeAAe%2CmBAGX%3BAAPR%2CgBAEI%2CYAMM%2CIAAC%3BAAPX%2C8BACI%2CYAMM%2CIAAC%3BAARX%2CgBAGI%2CKAKM%2CIAAC%3BAAPX%2C8BAEI%2CKAKM%2CIAAC%3BAARX%2CgBAII%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BAARX%2CgBAEI%2CYAOM%2CMAAG%3BAARb%2C8BACI%2CYAOM%2CMAAG%3BAATb%2CgBAGI%2CKAMM%2CMAAG%3BAARb%2C8BAEI%2CKAMM%2CMAAG%3BAATb%2CgBAII%2CeAAe%2CmBAKT%2CMAAG%3BAARb%2C8BAGI%2CeAAe%2CmBAKT%2CMAAG%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAXZ%2CgBAcI%2CYACI%2CaAGM%3BAAjBd%2C8BAaI%2CYACI%2CaAGM%3BAAlBd%2CgBAcI%2CYAEM%2CIAAC%2CcAEG%3BAAjBd%2C8BAaI%2CYAEM%2CIAAC%2CcAEG%3BAAlBd%2CgBAcI%2CYAGM%2CMAAG%2CkBACC%3BAAjBd%2C8BAaI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAASJ%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEACD%2CmBAAA%3B%3BAA%5C%2FBpB%2CgBAoCI%2CeACI%2CcACI%3BAArCZ%2C8BAmCI%2CeACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAEJ%2CgBALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2C8BALR%2CeACI%2CcAIK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAkIhB%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BAAC9B%3BEACI%2CaAAa%2C0CAAb%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAPJ%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%2CyBAQ1B%3BAAPJ%2CyBAOI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BE3F7wBhC%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA2FgwBA%2CWAAW%2CIAAI%3BE3FhxBjB%2CyB2FixBwB%2CiD3FjxBxB%3BEACK%2CsB2FgxBmB%2CiD3FhxBnB%3BEACC%2CqB2F%2BwBkB%2CiD3F%5C%2FwBlB%3BEAcJ%2CiB2FiwBsB%2CiD3FjwBtB%3B%3B%3BA2FqwBA%2CGAAG%3BAACH%2CGAAG%3BAACH%2CGAAG%3BEACC%2CYAAA%3BEACA%2CYAAA%3BE3FzwBJ%2CkBC1JgB%2CwBD0JhB%3BEAAA%2CiBCzJe%2CuBDyJf%3BE2F4wBI%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CIAAK%3BE3F%5C%2FwBL%2CiBCzJe%2CuBDyJf%3BE2FixBI%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%3BEACvB%2CeAAA%3B%3BAAEJ%2CCAAC%2CYAAe%3BEACZ%2CkB1Fl7BY%2CwB0Fk7BZ%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CCAJH%2CYAAe%2CiBAIX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BE3FnzBV%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3BE2FsyBQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CCADH%2CYAAe%2CiBAAc%2CsBACzB%3BEACG%2CaAAA%3B%3BAAIJ%2CGADD%2C2BAA2B%2CYACzB%3BAACD%2CGAFD%2C2BAA2B%2CYAEzB%3BEACG%2CkBAAA%3B%3BAACA%2CGAJL%2C2BAA2B%2CYACzB%2CSAGI%3BAAAD%2CGAJL%2C2BAA2B%2CYAEzB%2CYAEI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BE3F9zBZ%2CiBCzJe%2CuBDyJf%3BEAAA%2CkBC1JgB%2CwBD0JhB%3BE2Fi0BY%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAbR%2CGADD%2C2BAA2B%2CYACzB%2CSAeG%3BAAdJ%2CGAFD%2C2BAA2B%2CYAEzB%2CYAcG%3BEACI%2CUAAA%3B%3BAAIZ%2CSAEI%3BAADJ%2CYACI%3BAAFJ%2CSAGI%3BAAFJ%2CYAEI%3BEACI%2CUAAA%3B%3BAAIJ%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CkBAAA%3B%3BAACA%2CyBAHH%2CSAGI%3BAAAD%2CyBAFH%2CYAEI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BE3F11BZ%2CiBCzJe%2CuBDyJf%3BEAAA%2CkBC1JgB%2CwBD0JhB%3BE2F61BY%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAbR%2CyBAAC%2CSAeG%3BAAdJ%2CyBAAC%2CYAcG%3BEACI%2CUAAA%3B%3BAAIZ%2CGAAG%3BEACC%2CaAAa%2C%2BBAAb%3B%3BAAEJ%3BEACI%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BAAGR%3BEACI%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BA4D5pCR%3BAACA%3BAACA%2COAAO%3BEjJ4OP%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEuJlSI%2CUAAA%3B%3BAjJqPJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJxPO%2CMjJwPN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJzPO%2CMjJyPN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJ9PO%2CMjJ8PN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJnQO%2CMjJmQN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJpQO%2CMjJoQN%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%2CQiJrQZ%3BEjJsQH%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAM7CA%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJxPO%2CMjJwPN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJzPO%2CMjJyPN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJ9PO%2CMjJ8PN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJnQO%2CMjJmQN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COiJpQO%2CMjJoQN%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%2CQiJrQZ%3BEjJsQH%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA2F%5C%2FJA%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2CO4DtIO%2CM5DsIN%3BE3F%2BJD%2CSCwBiB%2CODxBjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE2FtJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BE3FmIN%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA2FrIJ%2CgBAV2C%3BEACnC%2CaAAC%3BEAAD%2CaAAC%3BEAAD%2CO4DvJG%2CM5DuJF%3BEACD%2CaAAC%3BEAAD%2CaAAC%3BEAAD%2CO4DxJG%2CM5DwJF%3BI3F6IL%2COCjMmB%2C2BDiMnB%3B%3BE2F3IQ%2CaAHH%2CMAGI%3BEAAD%2CaAHH%2CMAGI%3BEAAD%2CO4D1JD%2CM5DuJF%2CMAGI%3BEAAD%2CaAFH%2COAEI%3BEAAD%2CaAFH%2COAEI%3BEAAD%2CO4D1JD%2CM5DwJF%2COAEI%3BI3F2HX%2CmB2F1H0B%2Cc3F0H1B%3BIACK%2CgB2F3HqB%2Cc3F2HrB%3BIACC%2Ce2F5HoB%2Cc3F4HpB%3BIAcJ%2CW2F1IwB%2Cc3F0IxB%3B%3B%3BAuJjSI%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COAJG%2CMAIF%3BEACG%2CaAAA%3B%3BAAGX%2CYACC%3BAADD%2CYAEC%3BAAFD%2CYAGC%2CQAAO%3BEACN%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAND%2CcAME%3BAAAD%2CYALD%2CcAKE%3BAAAD%2CYAJD%2CQAAO%2CMAIL%3BEACA%2CWAAA%3B%3BAAED%2CYATD%2CcASE%3BAAAD%2CYARD%2CcAQE%3BAAAD%2CYAPD%2CQAAO%2CMAOL%3BAACD%2CYAVD%2CcAUE%3BAAAD%2CYATD%2CcASE%3BAAAD%2CYARD%2CQAAO%2CMAQL%3BAACD%2CYAXD%2CcAWE%3BAAAD%2CYAVD%2CcAUE%3BAAAD%2CYATD%2CQAAO%2CMASL%3BEACA%2CsBAAA%3B%3BAAoBH%2CeACC%3BAADD%2CeAEC%2CmBAAmB%2CiBAAiB%2CgBAAgB%3BAAFrD%2CeAGC%2CSAAS%2CIAAG%3BAAHb%2CeAIC%2CwBAAuB%2CiBAAiB%2CIAAI%3BAAJ7C%2CeAKC%2CwBAAwB%3BAALzB%2CeAMC%2CsBAAsB%2CIAAG%3BEACxB%2C8CAAA%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAXF%2CeAaC%2CsBAAsB%2CIAAG%3BEACxB%2CeAAA%3B%3BAAGA%2CeADD%2CIACE%3BEvJ2NF%2CoEAAA%3BEACK%2CiEAAA%3BEACC%2CgEAAA%3BEAcJ%2C4DAAA%3B%3BAuJ5PH%2CeAsBC%2CkBAAkB%3BAAtBnB%2CeAuBC%2CkBAAkB%3BEACjB%2CWAAA%3B%3BAAYF%2CoBAAoB%3BEvJwNjB%2CYAAA%3BEuJtNC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvJgND%2CiBAAA%3BEAhBF%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEAhBF%2C8BAAA%3BEACK%2C2BAAA%3BEACC%2C0BAAA%3BEAcJ%2CsBAAA%3B%3BAuJ3MF%2CoBAbmB%2CeAalB%3BAACD%2CoBAdmB%2CeAclB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAjBF%2CoBAAoB%2CeAmBnB%3BE5DvFD%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE4DoFC%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtBF%2CoBAAoB%2CeA2BnB%2CgBACC%3BEvJ4LC%2CWAAA%3B%3BAuJxNH%2CoBAAoB%2CeAgCnB%3BEACC%2CkBAAA%3BEACA%2CcAAA%3B%3BAAlCF%2CoBAAoB%2CeAoCnB%3BAApCD%2CoBAAoB%2CeAqCnB%3BEACC%2CWAAA%3B%3BAAtCF%2CoBAAoB%2CeAwCnB%3BEACC%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA3CF%2CoBAAoB%2CeA6CnB%3BEACC%2CeAAA%3BEACA%2COtJxBoB%2C2BsJwBpB%3B%3BAA%5C%2FCF%2CoBAAoB%2CeAiDnB%3BEACC%2CkBAAA%3B%3BAAlDF%2CoBAAoB%2CeAiDnB%2CeAEC%3BEACC%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CatJjDyB%2CiCsJiDzB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEC%2CoBA9DgB%2CeAiDnB%2CeAEC%2COAUC%2CEACE%2CIAAI%3BEvJ0JN%2COCjMmB%2C2BDiMnB%3B%3BAuJvJC%2CoBAjEgB%2CeAiDnB%2CeAEC%2COAUC%2CEAIE%3BEvJuJF%2COC9LiB%2CyBD8LjB%3B%3BAuJxNH%2CoBAAoB%2CeAuEnB%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEvJ8IC%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAmHsDH%2CoBAAoB%2CeAuEnB%2CgBnHqII%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CoBmHgDiB%2CeAuEnB%2CgBnHvHG%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmHjSH%2CoBAAoB%2CeAoFnB%3BEACC%2COtJ9DoB%2C2BsJ8DpB%3BEACA%2C0BAAA%3BEvJkIC%2CoBAAA%3BEuJhID%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CoBA1FkB%2CeAoFnB%2CqBAME%3BEACA%2CcAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3B%3BAAqBH%3BEACC%2CaAAA%3B%3BAAED%3BEvJiGG%2CWAAA%3BEAAA%2CYAAA%3BEuJ9FF%2CmBAAA%3BEACA%2CuBAAA%3BEvJ6FE%2CkBC1LiB%2CyBD0LjB%3BEuJ3FF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEjJ%2BBE%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEuJtFF%2CoBAAA%3B%3BAjJyCE%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAC%3BAACD%2CsBAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA2F%5C%2FJA%2CsBAAC%3BE3F%2BJD%2CSCwBiB%2CODxBjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE2FtJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BE3FmIN%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA2FrIJ%2CgBAV2C%3BEACnC%2CsBAAC%3BEACD%2CsBAAC%3BI3F6IL%2COCjMmB%2C2BDiMnB%3B%3BE2F3IQ%2CsBAHH%2CMAGI%3BEAAD%2CsBAFH%2COAEI%3BI3F2HX%2CmB2F1H0B%2Cc3F0H1B%3BIACK%2CgB2F3HqB%2Cc3F2HrB%3BIACC%2Ce2F5HoB%2Cc3F4HpB%3BIAcJ%2CW2F1IwB%2Cc3F0IxB%3B%3B%3BAuJpFH%3BEACC%2CWAAA%3BEACA%2CYAAA%3BE5D1MD%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE4DuMA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAND%2CqBAOC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEvJ2EC%2CiBAAA%3BEAAA%2C0BAAA%3BEuJxED%2CcAAA%3BEACA%2COAAA%3B%3BAAbF%2CqBAOC%2CeAOC%3BEACC%2COtJ5HmB%2C2BsJ4HnB%3BEvJqEA%2CiBAAA%3BEuJlEA%2CmBAAA%3B%3BAAlBH%2CqBAOC%2CeAaC%3BEACC%2CeAAA%3B%3B%3B%3B%3B%3BAArBH%2CqBAOC%2CeAaC%2CkBAEC%3BEACG%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBN%2CqBAOC%2CeAaC%2CkBAaE%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAvCL%2CqBAOC%2CeAaC%2CkBAqBE%3BEACE%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEvJuCH%2CgBAAA%3B%3BAuJpFH%2CqBAOC%2CeAaC%2CkBA6BE%2CiBAAiB%2CMAAK%2CiCAAiC%2CQAAW%3BEAChE%2CsBAAA%3B%3BAAlDN%2CqBAOC%2CeAaC%2CkBAiCE%2CWAAU%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAxDN%2CqBAOC%2CeAaC%2CkBAuCE%2CiBAAiB%2CMAAK%2CiCAAiC%2CQAAW%2CaAAU%3BEAC1E%2CcAAA%3B%3BAA5DN%2CqBAOC%2CeAaC%2CkBA2CE%2CiBAAiB%2CWAAU%3BEACzB%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3B%3BAAxEN%2CqBAOC%2CeAaC%2CkBAsDC%3BEACC%2CcAAA%3B%3BAA3EJ%2CqBA%2BEC%2CMAAK%3BEACJ%2CkBAAA%3BEACA%2CcAAA%3BE5DzRF%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3FuRE%2CeCvLoB%2C4BDuLpB%3BEuJAD%2CsBAAA%3BEACA%2CyBAAA%3B%3BAArFF%2CqBA%2BEC%2CMAAK%2CUAOJ%2COAAM%3BEACL%2COAAA%3B%3BAAvFH%2CqBA%2BEC%2CMAAK%2CUAUJ%2CMAAK%3BEACJ%2CSAAA%3B%3BAA1FH%2CqBA%2BEC%2CMAAK%2CUAaJ%2CSACC%3BAA7FH%2CqBA%2BEC%2CMAAK%2CUAaJ%2CSnJjKC%2CMAAK%2CcAiED%2CiBAGM%3BAmJCb%2CqBA%2BEC%2CMAAK%2CUAaJ%2CSlJpPC%3BEkJsPC%2CYAAA%3BEACA%2CeAAA%3B%3BAA2DD%3BEvJtEA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEuJ2EI%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CmCASI%3BEvJ%5C%2FEJ%2CcAAA%3BEuJiFQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAbR%2CmCASI%2CoBAKI%3BEvJpFR%2CWCzNgB%2CwBDyNhB%3BEAAA%2CWAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CeAAA%3BEuJ4FY%2CYAAA%3B%3BAAtBZ%2CmCAyBI%3BEACL%2CkBAAA%3BEACA%2CUAAA%3BEACS%2CuBAAA%3BEACT%2CkBAAA%3BEvJnGC%2CcAAA%3B%3BAuJsEA%2CmCAyBI%2CaAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjCZ%2CmCAyBI%2CaAMI%2COAGR%3BEACC%2CWAAA%3B%3BAAnCD%2CmCAyBI%2CaAMI%2COAMR%3BEACC%2CcAAA%3B%3BAACA%2CmCAdG%2CaAMI%2COAMR%2CMAEE%2CIAAI%2CaAAa%3BEACjB%2CcAAA%3B%3BAAKE%2CmCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CiCAAC%2CIAAI%3BEACD%2CcAAA%3B%3BAAQX%2CaACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CYACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CgBACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CcACC%2CcACC%2CEAAC%2COAAO%3BEACP%2CwBAAA%3B%3BAAIH%2CeACC%2CcACC%2CEAAC%2COAAO%3BEACP%2CwBAAA%3B%3BAAIH%2CgBACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CyBACC%2COAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEACvE%2CaAAA%3B%3BAAFF%2CyBAIC%2CSAAQ%2CMAAM%2CQACb%2CaAAa%3BEACZ%2CaAAA%3B%3BAAKH%2CMAAM%3BEACL%2CoBAAA%3B%3BACrdE%2CwBAHqD%3BEC6BjD%2CWAAC%3BIACG%2CUAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CWAMI%2CQACI%3BIzJqPR%2CcAAA%3BIoChOA%2CqBAAA%3BIqHhBY%2CkBAAA%3B%3BErHsBZ%2CWqH5BI%2CQACI%2CWrH2BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC9NQ%2COrC8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEqHvTY%2CWARR%2CQACI%2CWAOK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BErH2EhB%2CWqHtFI%2CQACI%2CWAaK%2CgBrHwEZ%3BIpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BEyJhOA%2CWAAW%2CaAAc%2CwBAAwB%3BEACjD%2CWAAW%2CaAAc%2CwBAAwB%2CSAAQ%2CIAAI%3BIzJ%2BM%5C%2FD%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BI2FjHH%2CeAAA%3BIACA%2CMAAA%3BIACG%2CSAAA%3BIACH%2CsBAAA%3BI3F8GG%2COAAA%3BI2F5GH%2CgBAAA%3BIACA%2CSAAA%3BI3F2FC%2CmByJ5MkC%2CwBzJ4MlC%3BIACK%2CgByJ7M6B%2CwBzJ6M7B%3BIACC%2CeyJ9M4B%2CwBzJ8M5B%3BIAcJ%2CWyJ5NgC%2CwBzJ4NhC%3BIAhBF%2CiDAAA%3BIACK%2C8CAAA%3BIACC%2C6CAAA%3BIAcJ%2CyCAAA%3BIAAA%2CYAAA%3BIAAA%2CWAAA%3BIAAA%2CgBAAA%3BIyJzNI%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3BIzJ%2BMJ%2CcAAA%3BIAAA%2CeAAA%3BIAAA%2CaCzMkC%2C0CDyMlC%3B%3BEyJnNA%2CqBASI%3BIACI%2CkBAAA%3B%3BEACA%2CqBAFJ%2CEAEK%2CkBAAkB%3BIACf%2CSAAS%2COAAT%3BIACA%2CgCAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CWAAW%3BIzJ8Kb%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BI2FjHH%2CeAAA%3BIACA%2CMAAA%3BIACG%2CSAAA%3BIACH%2CsBAAA%3BI3F8GG%2COAAA%3BI2F5GH%2CgBAAA%3BIACA%2CSAAA%3BI3F2FC%2CmByJ3KkC%2CwBzJ2KlC%3BIACK%2CgByJ5K6B%2CwBzJ4K7B%3BIACC%2CeyJ7K4B%2CwBzJ6K5B%3BIAcJ%2CWyJ3LgC%2CwBzJ2LhC%3BIAhBF%2CiDAAA%3BIACK%2C8CAAA%3BIACC%2C6CAAA%3BIAcJ%2CyCAAA%3BIAAA%2CYAAA%3BIAAA%2CWAAA%3BIAAA%2CgBAAA%3B%3BEyJ9LA%2CWAAW%2CaAOP%3BIACI%2CUAAA%3BIACA%2CkBAAA%3B%3BEATR%2CWAAW%2CaAYP%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CaxJhCiB%2CiCwJgCjB%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAjBR%2CWAAW%2CaAYP%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAxBG%2CaAYP%2CUAYK%3BIACG%2CgCAAA%3B%3BEAzBZ%2CWAAW%2CaA6BP%2CkBACI%3BIzJgKR%2CcAAA%3BIoChOA%2CqBAAA%3BIqHqEY%2CkBAAA%3B%3BErH%5C%2FDZ%2CWqH4BW%2CaA6BP%2CkBACI%2COrH1DP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC9NQ%2COrC8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEqHlOY%2CWArCD%2CaA6BP%2CkBACI%2COAOK%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BErHVhB%2CWqH9BW%2CaA6BP%2CkBAeK%2COAAQ%2COrHdhB%3BIpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BEyJ9LA%2CWAAW%2CaAkDP%3BIzJ4IJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI0JgCQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CWAzDG%2CaAwDP%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA3DhB%2CWAAW%2CaAgEP%2CQAAO%3BIzJ8HX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI0J8CQ%2CgCAAA%3B%3BEAlER%2CWAAW%2CaAgEP%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CWAxED%2CaAgEP%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CaxJ3FS%2CiCwJ2FT%3BIACA%2CiBAAA%3B%3BEA3EhB%2CWAAW%2CaAgEP%2CQAAO%2CMAIH%2CGAUK%3BIACG%2C6BAAA%3B%3BEA%5C%2FEhB%2CWAAW%2CaAgEP%2CQAAO%2CMAmBH%3BEAnFR%2CWAAW%2CaAgEP%2CQAAO%2CMAoBH%2CEAAC%3BIzJ0GT%2CcAAA%3BIAAA%2CqBAAA%3BIyJvGY%2CcAAA%3BIACA%2CaxJzGa%2CiCwJyGb%3BIACA%2CiBAAA%3B%3BEAzFZ%2CWAAW%2CaAgEP%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%2CSACI%3BIACI%2CgBAAA%3B%3BEAFR%2CSAKI%3BIzJuEN%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BE2F1EH%2CS8DTO%2CY9DSN%3BIACA%2CUAAA%3BIACA%2CuBAAA%3B%3BE8DpBE%2CSAaI%2CYAAW%2CaAAc%3BIACrB%2CUAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAY%2CwBAAuB%2CUAAW%2CSAAQ%2CIAAI%3BIzJqD5D%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BEyJjEA%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEzJtLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEyJkLJ%3BIACI%2CYxJ7GiB%2C6BwJ6GjB%3BIACA%2CkBxJ9GiB%2C6BwJ8GjB%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CeAAA%3B%3BEzJ5NJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEyJiNA%2C0BAAC%3BIACG%2CcAAA%3B%3BECxNR%3BI1JmPA%2CYCvKqB%2C6BDuKrB%3BI0JhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI1JoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CeAAA%3B%3BE0JnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI1J4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BE0JnPA%2CWA4BI%3BI1JuNJ%2CiBAAA%3B%3BE0JnPA%2CWA4BI%2CQAIM%3BI1JmNV%2CaCzMkC%2C0CDyMlC%3BIAAA%2C4BAAA%3BIAAA%2CgBCxKqC%2C6CDwKrC%3BI0J7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI1J4Mb%2CWAAA%3B%3BE0JvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI1JqMhB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BI0J7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI1JwLV%2CgBAAA%3B%3BE0JpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI1JkLnB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3B%3BE0JpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI1J0KxB%2CiBAAA%3B%3BE0JnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI1JyJjB%2CWAAA%3B%3BE0JnJQ%2CWAVJ%2CSAUK%2CIAAI%3BI1JmJb%2CYCpKkB%2C0BDoKlB%3BIAAA%2CeAAA%3BIAAA%2Ca2JpPmB%2CkB3JoPnB%3BIAAA%2CgBAAA%3BI0J7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI1JqIlB%2CkBAAA%3B%3BE0JjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI1J2HhB%2CeAAA%3B%3BE0JnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI1JqHpB%2COCrKkB%2C0BDqKlB%3BI0JhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI1J8GzB%2CWAAA%3B%3BE0JvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI1JgGlB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3B%3BE0JpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI1JmFtB%2CiBAAA%3B%3BE2J6bA%2CIACI%2CYAAY%3BEADhB%2CIAEI%2CYAAY%2CQAAU%3BIAClB%2CeAAA%3B%3BEAIR%2CSAAU%3BIACN%2CYAAA%3B%3BEAEJ%2CSAAU%2CKAAK%2CYAAY%2CqBAAuB%2CKAAK%2CKAAE%2CcAAe%2CEAAC%3BIACrE%2CaAAA%3B%3BEAGJ%2CeACI%2CyBACI%3BIACI%2CaAAA%3B%3BEAMZ%2CWACI%3BIACI%2CwBAAA%3B%3BEAFR%2CWAKI%3BEALJ%2CWAMI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BI3J%5C%2FeV%2CmB2JgfsB%2CgB3JhftB%3BIACK%2CgB2J%2BeiB%2CgB3J%5C%2FejB%3BIACC%2Ce2J8egB%2CgB3J9ehB%3BIAcJ%2CW2JgeoB%2CgB3JhepB%3BI2JkeQ%2CUAAA%3B%3BEAEA%2CWAXJ%2CiBAWK%3BEAAD%2CWAVJ%2CYAUK%3BI3JpeT%2CS2Jqe0D%2CO3Jre1D%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CcAAA%3BI2FpOI%2CkBAAA%3BIgE6sBQ%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CWADJ%2CiBACK%3BIACG%2CcAAA%3B%3BEA5BZ%2CWAgCI%3BIACI%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BI3JvfR%2CkBCjMmB%2C2BDiMnB%3BIAAA%2CcAAA%3BI2J0fQ%2CwBAAA%3BI3J1fR%2CaCzMkC%2C0CDyMlC%3BI2J4fQ%2CwBAAA%3B%3BEAxCR%2CWAgCI%2CmBAUI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAfR%2CmBAUI%2CEAKK%3BI3JngBb%2CWAAA%3B%3BE2JodA%2CWAgCI%2CmBAUI%2CEASI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWAxBR%2CmBAUI%2CEAcK%3BI3J5gBb%2CWAAA%3B%3BE2JshBY%2CWAJP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIACI%3BEAAD%2CWAHP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIACI%3BEAAD%2CWAFR%2CwBACK%2CIACI%3BIACG%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3BI3J1hBhB%2CS2J2hB8D%2CO3J3hB9D%3BIAAA%2CuBAAA%3BIAAA%2CeAAA%3BIAAA%2CcAAA%3BIAAA%2CcAAA%3BI2FpOI%2CkBAAA%3BIgEowBY%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAA%3B%3BEAhBZ%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIAgBG%2COAAM%3BEAlBd%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIAgBG%2COAAM%3BEAjFlB%2CWAgEI%2CwBACK%2CIAgBG%2COAAM%3BEAnBd%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIAiBG%2COAAM%3BEAnBd%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIAiBG%2COAAM%3BEAlFlB%2CWAgEI%2CwBACK%2CIAiBG%2COAAM%3BEACN%2CWArBP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIAkBI%3BEAAD%2CWApBP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIAkBI%3BEAAD%2CWAnBR%2CwBACK%2CIAkBI%3BIACG%2CaAAA%3B%3BEAOJ%2CWA7BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA0BxC%2CKAAK%2CkBAAmB%2CIAGpB%3BEAAD%2CWA5BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAyBxC%2CKAAK%2CkBAAmB%2CIAGpB%3BEAAD%2CWA3BR%2CwBAwBK%2CKAAK%2CkBAAmB%2CIAGpB%3BEAAD%2CWA7BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA2BxC%2CKAAK%2CkBAAmB%2CIAEpB%3BEAAD%2CWA5BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA0BxC%2CKAAK%2CkBAAmB%2CIAEpB%3BEAAD%2CWA3BR%2CwBAyBK%2CKAAK%2CkBAAmB%2CIAEpB%3BEAAD%2CWA7BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA4BxC%2CIAAC%2CgBACG%3BEAAD%2CWA5BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA2BxC%2CIAAC%2CgBACG%3BEAAD%2CWA3BR%2CwBA0BK%2CIAAC%2CgBACG%3BIACG%2CWAAW%2CsBAAsB%2CcAAjC%3B%3BEA5FhB%2CWAkGI%2CSAEI%3BIACI%2CSAAA%3B%3BEArGZ%2CWAyGI%3BIACI%2CWAAA%3B%3BEA1GR%2CWAyGI%2CGAGI%2CGACI%2CSAAQ%2CIAAI%2CcAAe%2CGAAG%2CKAAE%2COAAQ%3BIACpC%2Ca1J3wBkB%2C0C0J2wBlB%3BIACA%2CcAAA%3B%3BEAGJ%2CWATR%2CGAGI%2CGAMK%2CeAAgB%3BEACjB%2CWAVR%2CGAGI%2CGAOK%2CgBAAgB%2CIAAI%2CaAAc%3BEACnC%2CWAXR%2CGAGI%2CGAQK%2COAAQ%2CGAAE%2CaAAa%2CIAAI%2CaAAc%3BEApHtD%2CWAyGI%2CGAGI%2CGASK%2CIAAC%3BIACE%2CgCAAA%3B%3BEAIA%2CWAjBZ%2CGAGI%2CGAaK%2CIACI%3BI3J9kBjB%2CcAAA%3B%3BE2JulBA%3BEACA%3BEACA%3BEACA%3BIACI%2CaAAA%3B%3BEAIJ%3BEACA%2CWAAW%2CaAAc%2CGAAE%2COAAO%3BEAClC%2CWAAW%2CaAAc%2CGAAE%2COAAO%3BEAClC%2COAAO%3BIACH%2CkBAAA%3B%3BEAJJ%2CuBAMK%3BEALL%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%3BEAJL%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%3BEAHL%2COAAO%2CcAGF%3BEANL%2CuBAOK%2CoBAAkB%3BEANvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%3BEALvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%3BEAJvB%2COAAO%2CcAIF%2CoBAAkB%3BEAPvB%2CuBAQK%2CoBAAkB%3BEAPvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%3BEANvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%3BEALvB%2COAAO%2CcAKF%2CoBAAkB%3BIhE7zBvB%2CkBAAA%3B%3BEACA%2CuBgE0zBK%2CIhE1zBJ%3BEAAD%2CWgEqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIhE1zBJ%3BEAAD%2CWgEszBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIhE1zBJ%3BEAAD%2COgEuzBO%2CcAGF%2CIhE1zBJ%3BEAAD%2CuBgE2zBK%2CoBAAkB%2COhE3zBtB%3BEAAD%2CWgEqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhE3zBtB%3BEAAD%2CWgEszBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COhE3zBtB%3BEAAD%2COgEuzBO%2CcAIF%2CoBAAkB%2COhE3zBtB%3BEAAD%2CuBgE4zBK%2CoBAAkB%2COhE5zBtB%3BEAAD%2CWgEqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COhE5zBtB%3BEAAD%2CWgEszBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhE5zBtB%3BEAAD%2COgEuzBO%2CcAKF%2CoBAAkB%2COhE5zBtB%3BEACD%2CuBgEyzBK%2CIhEzzBJ%3BEAAD%2CWgEozBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIhEzzBJ%3BEAAD%2CWgEqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIhEzzBJ%3BEAAD%2COgEszBO%2CcAGF%2CIhEzzBJ%3BEAAD%2CuBgE0zBK%2CoBAAkB%2COhE1zBtB%3BEAAD%2CWgEozBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhE1zBtB%3BEAAD%2CWgEqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COhE1zBtB%3BEAAD%2COgEszBO%2CcAIF%2CoBAAkB%2COhE1zBtB%3BEAAD%2CuBgE2zBK%2CoBAAkB%2COhE3zBtB%3BEAAD%2CWgEozBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COhE3zBtB%3BEAAD%2CWgEqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhE3zBtB%3BEAAD%2COgEszBO%2CcAKF%2CoBAAkB%2COhE3zBtB%3BIACG%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CSAAA%3BI3FgNJ%2C8BAAA%3BIAhBF%2CmB2F9LkB%2CsBAAsB%2Cc3F8LxC%3BIACK%2CgB2F%5C%2FLa%2CsBAAsB%2Cc3F%2BLnC%3BIACC%2Ce2FhMY%2CsBAAsB%2Cc3FgMlC%3BIAcJ%2CW2F9MgB%2CsBAAsB%2Cc3F8MtC%3BIAhBF%2C%2BGAAA%3BIACK%2C4GAAA%3BIACC%2C2GAAA%3BIAcJ%2CuGAAA%3B%3BE2FzMA%2CuBgE8yBK%2CIhE9yBJ%3BEAAD%2CWgEyyBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIhE9yBJ%3BEAAD%2CWgE0yBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIhE9yBJ%3BEAAD%2COgE2yBO%2CcAGF%2CIhE9yBJ%3BEAAD%2CuBgE%2ByBK%2CoBAAkB%2COhE%5C%2FyBtB%3BEAAD%2CWgEyyBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhE%5C%2FyBtB%3BEAAD%2CWgE0yBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COhE%5C%2FyBtB%3BEAAD%2COgE2yBO%2CcAIF%2CoBAAkB%2COhE%5C%2FyBtB%3BEAAD%2CuBgEgzBK%2CoBAAkB%2COhEhzBtB%3BEAAD%2CWgEyyBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COhEhzBtB%3BEAAD%2CWgE0yBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhEhzBtB%3BEAAD%2COgE2yBO%2CcAKF%2CoBAAkB%2COhEhzBtB%3BI3FyMD%2CUAAA%3BIAAA%2CYAAA%3B%3BE2FrMA%2CuBgE0yBK%2CIhE1yBJ%3BEAAD%2CWgEqyBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIhE1yBJ%3BEAAD%2CWgEsyBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIhE1yBJ%3BEAAD%2COgEuyBO%2CcAGF%2CIhE1yBJ%3BEAAD%2CuBgE2yBK%2CoBAAkB%2COhE3yBtB%3BEAAD%2CWgEqyBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhE3yBtB%3BEAAD%2CWgEsyBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COhE3yBtB%3BEAAD%2COgEuyBO%2CcAIF%2CoBAAkB%2COhE3yBtB%3BEAAD%2CuBgE4yBK%2CoBAAkB%2COhE5yBtB%3BEAAD%2CWgEqyBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COhE5yBtB%3BEAAD%2CWgEsyBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COhE5yBtB%3BEAAD%2COgEuyBO%2CcAKF%2CoBAAkB%2COhE5yBtB%3BI3FqMD%2CWAAA%3BIAAA%2CWAAA%3BI2FlMI%2CUAAA%3B%3BEAIJ%2CuBgEmyBK%2CIAKI%2CgBhExyBR%3BEAAD%2CWgE8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIAKI%2CgBhExyBR%3BEAAD%2CWgE%2BxBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIAKI%2CgBhExyBR%3BEAAD%2COgEgyBO%2CcAGF%2CIAKI%2CgBhExyBR%3BEAAD%2CuBgEoyBK%2CoBAAkB%2COAId%2CgBhExyBR%3BEAAD%2CWgE8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAId%2CgBhExyBR%3BEAAD%2CWgE%2BxBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAId%2CgBhExyBR%3BEAAD%2COgEgyBO%2CcAIF%2CoBAAkB%2COAId%2CgBhExyBR%3BEAAD%2CuBgEqyBK%2CoBAAkB%2COAGd%2CgBhExyBR%3BEAAD%2CWgE8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COAGd%2CgBhExyBR%3BEAAD%2CWgE%2BxBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAGd%2CgBhExyBR%3BEAAD%2COgEgyBO%2CcAKF%2CoBAAkB%2COAGd%2CgBhExyBR%3BEACD%2CuBgEkyBK%2CIAKI%2CgBhEvyBR%3BEAAD%2CWgE6xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIAKI%2CgBhEvyBR%3BEAAD%2CWgE8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIAKI%2CgBhEvyBR%3BEAAD%2COgE%2BxBO%2CcAGF%2CIAKI%2CgBhEvyBR%3BEAAD%2CuBgEmyBK%2CoBAAkB%2COAId%2CgBhEvyBR%3BEAAD%2CWgE6xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAId%2CgBhEvyBR%3BEAAD%2CWgE8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAId%2CgBhEvyBR%3BEAAD%2COgE%2BxBO%2CcAIF%2CoBAAkB%2COAId%2CgBhEvyBR%3BEAAD%2CuBgEoyBK%2CoBAAkB%2COAGd%2CgBhEvyBR%3BEAAD%2CWgE6xBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COAGd%2CgBhEvyBR%3BEAAD%2CWgE8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAGd%2CgBhEvyBR%3BEAAD%2COgE%2BxBO%2CcAKF%2CoBAAkB%2COAGd%2CgBhEvyBR%3BI3F6KH%2CmB2F5KkB%2CsBAAqB%2Ca3F4KvC%3BIACK%2CgB2F7Ka%2CsBAAqB%2Ca3F6KlC%3BIACC%2Ce2F9KY%2CsBAAqB%2Ca3F8KjC%3BIAcJ%2CW2F5LgB%2CsBAAqB%2Ca3F4LrC%3B%3BE2FzLA%2CuBgE8xBK%2CIAKI%2CgBhEnyBR%3BEAAD%2CWgEyxBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIAKI%2CgBhEnyBR%3BEAAD%2CWgE0xBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIAKI%2CgBhEnyBR%3BEAAD%2COgE2xBO%2CcAGF%2CIAKI%2CgBhEnyBR%3BEAAD%2CuBgE%2BxBK%2CoBAAkB%2COAId%2CgBhEnyBR%3BEAAD%2CWgEyxBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAId%2CgBhEnyBR%3BEAAD%2CWgE0xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAId%2CgBhEnyBR%3BEAAD%2COgE2xBO%2CcAIF%2CoBAAkB%2COAId%2CgBhEnyBR%3BEAAD%2CuBgEgyBK%2CoBAAkB%2COAGd%2CgBhEnyBR%3BEAAD%2CWgEyxBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COAGd%2CgBhEnyBR%3BEAAD%2CWgE0xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAGd%2CgBhEnyBR%3BEAAD%2COgE2xBO%2CcAKF%2CoBAAkB%2COAGd%2CgBhEnyBR%3BIACG%2CUAAA%3B%3BEgEuxBJ%2CuBAgBI%3BEAfJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAe9B%3BEAdJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAc9B%3BEAbJ%2COAAO%2CcAaH%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAxBR%2CuBA2BI%3BEA1BJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%3BEAzBJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAyB9B%3BEAxBJ%2COAAO%2CcAwBH%3BEA3BJ%2CuBA4BI%3BEA3BJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA2B9B%3BEA1BJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%3BEAzBJ%2COAAO%2CcAyBH%3BIACI%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CuBALJ%2CSAKK%2CIAAI%2CcACD%3BEADJ%2CWA%5C%2FBG%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%2CSAKK%2CIAAI%2CcACD%3BEADJ%2CWA9BG%2CaAAc%2CGAAE%2COAAO%2CkBAyB9B%2CSAKK%2CIAAI%2CcACD%3BEADJ%2COA7BD%2CcAwBH%2CSAKK%2CIAAI%2CcACD%3BEADJ%2CuBAJJ%2CkBAIK%2CIAAI%2CcACD%3BEADJ%2CWA%5C%2FBG%2CaAAc%2CGAAE%2COAAO%2CkBA2B9B%2CkBAIK%2CIAAI%2CcACD%3BEADJ%2CWA9BG%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%2CkBAIK%2CIAAI%2CcACD%3BEADJ%2COA7BD%2CcAyBH%2CkBAIK%2CIAAI%2CcACD%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAShB%2CWAAW%2CaACP%2CkBACI%3BI3J7oBR%2CaCzMkC%2C0CDyMlC%3BIAAA%2CcAAA%3B%3BE2JkpBQ%2CWAPG%2CaACP%2CkBAMK%2COACI%3BIACG%2CcAAA%3BIACA%2CUAAA%3B%3BEAcI%2CWAxBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAEI%2CIAGI%3BEAAD%2CWAxBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAEI%2CIAGI%3BEAAD%2CWAxBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAGI%2CIAAE%2COAEE%3BEAAD%2CWAxBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAGI%2CIAAE%2COAEE%3BEACD%2CWAzBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAEI%2CIAII%3BEAAD%2CWAzBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAEI%2CIAII%3BEAAD%2CWAzBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAGI%2CIAAE%2COAGE%3BEAAD%2CWAzBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAGI%2CIAAE%2COAGE%3BI3JprBvB%2CmB2JqrBsC%2CsBAAsB%2Ca3JrrB5D%3BIACK%2CgB2JorBiC%2CsBAAsB%2Ca3JprBvD%3BIACC%2Ce2JmrBgC%2CsBAAsB%2Ca3JnrBtD%3BIAcJ%2CW2JqqBoC%2CsBAAsB%2Ca3JrqB1D%3B%3BE2JyqBoB%2CWA9BT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAEI%2CIASI%3BEAAD%2CWA9BT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAEI%2CIASI%3BEAAD%2CWA9BT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAGI%2CIAAE%2COAQE%3BEAAD%2CWA9BT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAGI%2CIAAE%2COAQE%3BIACG%2CUAAA%3B%3BEAQxB%2CSAAU%2CKAAK%3BIACX%2CUAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CSAAU%2CKAAK%2CYAIX%3BIACI%2CoBAAA%3B%3BEALR%2CSAAU%2CKAAK%2CYAQX%3BI3J1sBN%2C4BAAA%3BIACK%2CyBAAA%3BIACC%2CwBAAA%3BIAcJ%2CoBAAA%3BI2J6rBQ%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIhE39BX%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIgEy9BU%2CsBAAA%3B%3BEAII%2CSApBF%2CKAAK%2CYAQX%2CqBAUK%2CKAEI%3BEACD%2CSArBF%2CKAAK%2CYAQX%2CqBAUK%2CKAGI%3BIACG%2COAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CSA1BF%2CKAAK%2CYAQX%2CqBAUK%2CKAQI%3BIACG%2CuBAAA%3B%3BEADJ%2CSA1BF%2CKAAK%2CYAQX%2CqBAUK%2CKAQI%2CqBAGG%3BIACI%2CaAAA%3B%3BEA9BpB%2CSAAU%2CKAAK%2CYAQX%2CqBAUK%2CKAgBI%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAQZ%2CeAAC%2CSAAU%2CKAAK%2CYACZ%3BIACI%2C8BAAA%3B%3BEA6SZ%2CWAAW%2CwBACP%3BIACI%2CaAAA%3B%3BEAGR%3BIACI%2CgBAAA%3B%3BEAEJ%2CwBAAwB%3BIACpB%2CaAAA%3B%3BEC7rCA%2CMAAC%2C0CACG%2CeACI%3BI5JqKZ%2CYAAA%3BIAAA%2CSAAA%3BI4JjKgB%2CUAAA%3B%3BECWhB%2CcACI%3BI7JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI6JlJQ%2CUAAA%3B%3BECwjBX%2CeACC%3BI9JvaE%2CaAAA%3BIAAA%2CcAAA%3B%3BE%2BJ8GA%3BIACI%2CwBAAA%3B%3BEA8uCA%2CIAAC%2CIAAI%2CWACD%2CkBACI%3BI%5C%2FJhnDZ%2CSAAA%3BIACA%2CkBAAA%3B%3BE%2BJsnDA%3BIACI%2COAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2COAAA%3B%3BE9JjlBJ%3BIACI%2C4BAAA%3B%3BEAGA%2CiBAAC%2CSACG%3BIACI%2CWAAA%3B%3BEAFR%2CiBAAC%2CSAKG%2CgBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAgjChB%2CSAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAChB%3BIACI%2CgBAAA%3B%3BEAHZ%2CSAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAKhB%2CsBACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAohDhB%2CiBACI%3BIACI%2CeAAA%3B%3BEAFR%2CiBACI%2C0BAEM%3BIACE%2CsBAAA%3B%3BEAIZ%2CWAAW%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAAmB%2CIAAC%3BEAC3E%2CWAAW%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAAmB%2CIAAC%3BEAC3E%2CWAAY%2CwBAAwB%2CIAAC%3BIACjC%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAqB%2CcAAhC%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CEAAC%2CkBAAkB%3BIACrC%2CgBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CqBAAb%3B%3B%3BAuJhqHR%2CgBAH4C%3BEQwexC%2C2BACI%2C%2BBAA%2BB%2COAAM%2COAAQ%2CeAAe%2CqBAAoB%2CcAAe%3BIAC3F%2CWAAA%3B%3BEAFR%2C2BAII%2CcACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2C2BALR%2CcACI%2CmBAIK%2CMACG%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAZpB%2C2BAII%2CcAaI%3BIACI%2CSAAA%3B%3BEAlBZ%2C2BAII%2CcAiBI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIhKhQd%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3BIAhBF%2CoBgKkQ2B%2CkEhKlQ3B%3BIACK%2CiBgKiQsB%2CkEhKjQtB%3BIACC%2CgBgKgQqB%2CkEhKhQrB%3BIAcJ%2CYgKkPyB%2CkEhKlPzB%3B%3BEgKmNA%2C2BAII%2CcAiBI%2CsBAaI%2CmBACK%3BIACG%2CWAAA%3B%3BEApCpB%2C2BAII%2CcAiBI%2CsBAoBI%2CmBAAmB%3BEAzC%5C%2FB%2C2BAII%2CcAiBI%2CsBAqBI%3BEA1CZ%2C2BAII%2CcAiBI%2CsBAsBI%3BIACI%2C%2BBAAA%3B%3BEA5ChB%2C2BAII%2CcAiBI%2CsBA0BI%2CWACI%2CeAAe%3BIhKnQ%5C%2FB%2CcAAA%3B%3BEgKmNA%2C2BAII%2CcAiBI%2CsBAgCI%2CIAAG%3BIACC%2CgBAAA%3B%3BEAtDhB%2C2BAII%2CcAiBI%2CsBAgCI%2CIAAG%2CqBAGC%2CkBAAiB%3BIACb%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA5DpB%2C2BAII%2CcAiBI%2CsBAgCI%2CIAAG%2CqBAGC%2CkBAAiB%2CKAMb%3BIACI%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAhExB%2C2BAsEI%3BIACI%2CiBAAA%3B%3BEzI%5C%2FNI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CqBAAA%3B%3BEAFR%2CcAFM%2CSACV%2CSACK%2CKAKG%2CUACI%2COAAM%2CIACF%3BIACI%2CWAAA%3B%3BEARhB%2CcAFM%2CSACV%2CSACK%2CKAaG%2CYACI%3BIACI%2C2BAAA%3B%3BEAfZ%2CcAFM%2CSACV%2CSACK%2CKAaG%2CYAII%3BIACI%2CSAAA%3B%3BEAlBZ%2CcAFM%2CSACV%2CSACK%2CKAaG%2CYAQI%3BIACI%2CgBAAA%3B%3BEAOpB%2CqBACI%2CeAEI%3BIACI%2CUAAA%3BIACA%2CeAAA%3B%3BEtBqqDZ%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%3BIACI%2CkBAAA%3B%3BEANhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%2CmBAGI%3BEARhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%2CmBAII%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAXpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%2CmBASI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAhBpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAkBhB%2CcACI%3BIACI%2CkBAAA%3B%3B%3BAgKthEpB%2CqBAFF%2CUACC%2CeACE%2CIAAI%3BEjK%2BPL%2CmBAAA%3B%3BAiKlQH%2CqBAQC%2CeACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAXH%2CqBAQC%2CeACC%2CEAGC%3BEjKsOF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BAiKnPA%2CqBAPF%2CeACC%2CEAME%2CMACA%3BEjKkOH%2CmBiK1PgB%2CUjK0PhB%3BEACK%2CgBiK3PW%2CUjK2PX%3BEACC%2CeiK5PU%2CUjK4PV%3BEAcJ%2CWiK1Qc%2CUjK0Qd%3B%3BAiK9OA%2CqBAZF%2CeACC%2CEAWE%3BEjK8NH%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAiK9OA%2CqBAZF%2CeACC%2CEAWE%2COAGA%3BEjK2NH%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAiKrOC%2CqBArBH%2CeACC%2CEAmBE%2CkBACC%2CIAAI%3BEACJ%2CkBAAA%3B%3BAACA%2CqBAvBJ%2CeACC%2CEAmBE%2CkBACC%2CIAAI%2CcAEH%3BEjKmOH%2CSkK1RY%2COlK0RZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CakK3RiB%2CuBlK2RjB%3BEAAA%2CgBAAA%3BEiKjOG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEjK%2BML%2CmBiK9MiB%2CqBjK8MjB%3BEACK%2CgBiK%5C%2FMY%2CqBjK%2BMZ%3BEACC%2CeiKhNW%2CqBjKgNX%3BEAcJ%2CWiK9Ne%2CqBjK8Nf%3BEiK5NG%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEjK0ML%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BAiKtNG%2CqBApCL%2CeACC%2CEAmBE%2CkBACC%2CIAAI%2CcAcH%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAOH%2CqBA7CH%2CeACC%2CEA0CE%2CkBAEC%3BAAAD%2CqBA7CH%2CeACC%2CEA2CE%2CYACC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEjKsMF%2CoCAAA%3BEiKpME%2CUAAA%3BEACA%2CkBAAA%3BEjKmLJ%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BAiK%5C%2FLE%2CqBA3DJ%2CeACC%2CEA0CE%2CkBAeC%2CMACC%3BAAAD%2CqBA3DJ%2CeACC%2CEA2CE%2CYAcC%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAID%2CqBAjEJ%2CeACC%2CEA0CE%2CkBAqBC%2COACC%3BAAAD%2CqBAjEJ%2CeACC%2CEA2CE%2CYAoBC%2COACC%3BEjKyKL%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAiKnLA%2CqBAvEF%2CeACC%2CEAsEE%2CYACA%3BEjKkLD%2CWAAA%3BEAAA%2CeAAA%3BEiK7KG%2CoBAAA%3BEACE%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEjK0KL%2CqBAAA%3BEAAA%2CkBAAA%3BEiKvKE%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEjKqJJ%2CmBiKpJgB%2CqBjKoJhB%3BEACK%2CgBiKrJW%2CqBjKqJX%3BEACC%2CeiKtJU%2CqBjKsJV%3BEAcJ%2CWiKpKc%2CqBjKoKd%3BEiKlKE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAED%2CqBA5FH%2CeACC%2CEAsEE%2CYAqBC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAtGL%2CqBA4GC%3BEACC%2CkBAAA%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAhHL%2CqBA4GC%2CyBAKI%3BEACC%2CgBAAA%3B%3BAAlHN%2CqBA4GC%2CyBAKI%2CEAEC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAEnJQ%2CIAFb%2CSACA%2CsBACc%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAJlB%2CIAAC%2CSAOA%2COAAM%2CYAAY%3BEACjB%2CWAAA%3BEACA%2CUAAA%3B%3BAAGF%2CIAAC%2CYACA%2COAAM%2CYAAY%3BEACjB%2CUAAA%3BEACA%2CUAAA%3B%3BAAIH%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAACA%2CqBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2C4BAAZ%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAED%2CqBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEnKyND%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAmK3QH%2CqBAqCC%3BEACC%2CaAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAED%2CWAAW%3BEACV%2CUAAA%3B%3BAAED%3BAAAS%3BEACR%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2COAAA%3B%3BAAED%3BEACC%2CQAAA%3B%3BAAED%3BAACA%3BAACA%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAED%2CcAAe%3BEACd%2CcAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAED%2CaAAa%3BEACZ%2CWAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3B%3BAAED%2COAAQ%3BEACP%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%2CYAAA%3B%3BAAED%3BEACC%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CoCAAA%3B%3BAAED%3BEACC%2CYAAA%3B%3BAAED%2CUAAU%3BEACT%2CYAAA%3B%3BAAED%2CUAAW%3BEACT%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CSAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CUAAW%3BEACT%2C0BAAA%3B%3BAAEF%2CUAAW%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CUAAW%2CYAAc%2CIAAC%3BEACxB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CUAAW%2CYAAW%2CYAAe%2CIAAC%3BAACtC%2CUAAW%2CYAAW%2CMAAS%2CIAAC%3BEAC9B%2CyBAAA%3B%3BAAEF%2CUAAW%3BAACX%2CUAAW%3BEACT%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BEACT%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CalKtL0B%2CiCkKsL1B%3B%3BAAEF%2CUAAW%2CUAAS%3BAACpB%2CUAAW%2CQAAO%3BAAClB%2CUAAW%2CYAAW%3BEACpB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CyBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CWAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CSAAS%3BEACP%2CYAAA%3B%3BAAEF%2CSAAU%3BEACR%2CSAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CYAAY%2CiDAAZ%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CSAAU%3BEACR%2CSAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2CiEAAZ%3BEACA%2CsDAAA%3B%3BAAEF%2CSAAU%3BEACR%2C4BAAA%3B%3BAAEF%2CSAAU%3BEACR%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyCAAA%3B%3BAAEF%2CSAAU%3BEACR%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2C6DAAZ%3BEACA%2CmEAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CSAAU%2CYAAW%3BAACrB%2CSAAU%2CYAAW%3BEACnB%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2C6DAAZ%3B%3BAAEF%2CSAAU%3BAACV%2CSAAU%3BEACR%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BEACR%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2CoDAAZ%3BEACA%2CkBAAA%3B%3BAAEF%2CSAAU%3BEACR%2CyBAAA%3B%3BAAEF%2CSAAU%3BEACR%2CcAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CYAAY%3BEACV%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2CoDAAZ%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CoDAAZ%3B%3BAAEF%2CYAAa%3BEACX%2C0BAAA%3B%3BAAEF%2CYAAa%3BEACX%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%2C0BAAA%3B%3BAAEF%2CYAAa%2CYAAc%2CIAAC%2CUAAU%3BEACpC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAEF%2CYAAa%2CYAAc%2CIAAC%2CUAAU%3BEACpC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CkDAAZ%3BEACA%2C0BAAA%3B%3BAAEF%2CYAAa%2CYAAc%2CIAAC%2CUAAU%3BEACpC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAEF%2CYAAa%2CYAAW%3BAACxB%2CYAAa%2CYAAW%3BEACtB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CiEAAZ%3B%3BAAEF%2CYAAa%2CYAAW%2CYAAe%2CIAAC%2CUAAU%3BAAClD%2CYAAa%2CYAAW%2CMAAS%2CIAAC%2CUAAU%3BEAC1C%2CqBAAA%3B%3BAAEF%2CYAAa%2CYAAW%2CYAAe%2CIAAC%2CUAAU%3BAAClD%2CYAAa%2CYAAW%2CMAAS%2CIAAC%2CUAAU%3BEAC1C%2CqBAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BEACX%2CMAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BEACX%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAAa%2CUAAS%3BAACtB%2CYAAa%2CQAAO%3BAACpB%2CYAAa%2CYAAW%3BEACtB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CaAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEF%2CWAAW%3BEACT%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2C0BAAA%3B%3BAAEF%2CWAAY%3BEACV%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%2CYAAc%2CIAAC%3BEACzB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%2CYAAW%3BAACvB%2CWAAY%2CYAAW%3BEACrB%2CuBAAA%3B%3BAAEF%2CWAAY%2CYAAW%2CYAAe%2CIAAC%3BAACvC%2CWAAY%2CYAAW%2CMAAS%2CIAAC%3BEAC%5C%2FB%2CuBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%2CUAAS%3BAACrB%2CWAAY%2CQAAO%3BAACnB%2CWAAY%2CYAAW%3BEACrB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CaAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CWAAW%3BEACT%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2C0BAAA%3B%3BAAEF%2CWAAY%3BEACV%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3B%3BAAEF%2CWAAY%2CYAAW%3BAACvB%2CWAAY%2CYAAW%3BEACrB%2CyBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%2CUAAS%3BAACrB%2CWAAY%2CQAAO%3BAACnB%2CWAAY%2CYAAW%3BEACrB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CaAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CYAAY%3BEACV%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3B%3BAAEF%2CYAAa%2CYAAW%3BAACxB%2CYAAa%2CYAAW%3BEACtB%2CyBAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BEACX%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BEACX%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CaAAA%3BEACA%2CeAAA%3B%3BAV3tBC%2CMAAM%2COAEF%3BAAFJ%2CMAAM%2COAGF%3BEACI%2CaAAA%3B%3BAAIR%3BEzJsRA%2CYCvKqB%2C6BDuKrB%3B%3BAyJlRA%3BEzJkRA%2CqBAAA%3BEoC9QA%2CqBAAA%3BEqHEI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BArHFJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqCvPQ%2COrCuPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BEpC2PL%2CcAAA%3B%3BAyJlRA%2CWrHsQE%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2F0KA%2CWAAC%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE3FiFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2F9EI%2CYAAY%2CmCAAZ%3B%3BAgE3NR%3BEACI%2CoCAAA%3BEACA%2CwCAAA%3BEACC%2CuCAAA%3B%3BAA%2BGD%2CWACI%3BEACI%2CsBAAA%3B%3BAAFR%2CWAKI%2CQAAU%3BAALd%2CWAMI%3BEACI%2CgBAAA%3B%3BAAPR%2CWAKI%2CQAAU%2CIAGN%3BAARR%2CWAMI%2CSAEI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BE3J6KZ%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAhBF%2CmB2JvJ0B%2CgB3JuJ1B%3BEACK%2CgB2JxJqB%2CgB3JwJrB%3BEACC%2Ce2JzJoB%2CgB3JyJpB%3BEAcJ%2CW2JvKwB%2CgB3JuKxB%3BE2JrKY%2C2BAAA%3B%3BAAlBZ%2CWAqBI%2CQACM%3BE3JiKV%2CaC3MO%2C0CD2MP%3BEAAA%2CgBCxKqC%2C6CDwKrC%3BEAAA%2CaCzMkC%2C0CDyMlC%3BEAAA%2CW2J9R%2BB%2CuC3J8R%5C%2FB%3BE2J5JY%2CeAAA%3B%3BAACA%2CWAPR%2CQACM%2CIAMG%3BE3J2Jb%2COC9LiB%2CyBD8LjB%3B%3BA2JvLA%2CWAqBI%2CQACM%2CIASE%3BEACI%2CiBAAA%3BE3JuJhB%2CeAAA%3BE2JrJgB%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnChB%2CWAqBI%2CQAkBI%2CeAAe%2CcAAc%2CqBAAqB%2C6BAA%2BB%3BEAC7E%2CWAAA%3BEACA%2CcAAA%3B%3BAAII%2CWAxBZ%2CQAsBI%2CyCACI%2C2BACK%3BEACG%2C2BAAA%3BEACA%2CsBAAA%3BE3JwHtB%2CmB2JvHkC%2CW3JuHlC%3BEACK%2CgB2JxH6B%2CW3JwH7B%3BEACC%2Ce2JzH4B%2CW3JyH5B%3BEAcJ%2CW2JvIgC%2CW3JuIhC%3B%3BA2JjII%2CWAAC%2CWAEG%2CQACM%2CIACE%3BEACI%2CYAAA%3BE3J4HpB%2CiBAAA%3BE2J1HoB%2CsBAAA%3B%3BAAg5BpB%2CwBAAwB%3BEACpB%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CwBAAwB%2CWAKpB%3BAALJ%2CwBAAwB%2CWAMpB%3BEACI%2CgBAAA%3B%3BAAII%2CwBAXY%2CWASpB%2CsBACI%2CEACK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKA%2CwBAnBQ%2CWASpB%2CsBAQK%2CUACG%2CEACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAMpB%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CWAAC%3BEACG%2CaAAA%3B%3BAAIT%2CWAAY%2CwBAAuB%2CiBAAkB%2CcAAe%2CGAAE%2CMAAQ%2CgBAAe%3BEACxF%2CmBAAA%3BEACA%2CUAAA%3BEAEA%2CmBAAmB%2CaAAnB%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEACA%2CqBAAA%3B%3BAAobJ%2CsBA3KA%3BE3JzkCA%2CYCvKqB%2C6BDuKrB%3BE2J4kCI%2CsBAAA%3B%3BAAwKJ%2CsBA3KA%2CkBAKI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAoKR%2CsBA3KA%2CkBAUI%3BEACI%2CSAAA%3B%3BAAgKR%2CsBA3KA%2CkBAcI%3BEACI%2CcAAA%3BE3JxlCR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEAAA%2CeAAA%3B%3BA2JovCA%2CsBA3KA%2CkBAsBI%3BAAqJJ%2CsBA3KA%2CkBAuBI%2CEAAC%3BE3JhmCL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA2JovCA%2CsBA3KA%2CkBA4BI%3BE3JrmCJ%2CiBAAA%3B%3BA2JovCA%2CsBA3KA%2CkBA4BI%2CQAIM%3BE3JzmCV%2CaCzMkC%2C0CDyMlC%3BEAAA%2C4BAAA%3BEAAA%2CgBCxKqC%2C6CDwKrC%3BE2J%2BmCY%2CqBAAA%3B%3BAACA%2CsBAvCZ%2CkBA4BI%2CQAIM%2CaAOG%3BE3JhnCb%2CWAAA%3B%3BA2JqnCQ%2CsBA5CR%2CkBA4BI%2CQAgBK%2COACG%2CcACI%3BE3JvnChB%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BE2J%2BnCoB%2CqBAAA%3B%3BAAqHpB%2CsBA3KA%2CkBA4BI%2CQA%2BBM%3BE3JpoCV%2CgBAAA%3B%3BA2JwoCQ%2CsBA%5C%2FDR%2CkBA4BI%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BAADX%2CsBAhER%2CkBA4BI%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BE3J1oCnB%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3B%3BA2JwoCQ%2CsBA%5C%2FDR%2CkBA4BI%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BAAThB%2CsBAhER%2CkBA4BI%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BE3JlpCxB%2CiBAAA%3B%3BA2JovCA%2CsBA3KA%2CkBAsFI%2CSACM%3BEACE%2CqBAAA%3B%3BAAEI%2CsBA1FhB%2CkBAsFI%2CSACM%2CKAEI%2CIACG%3BE3JnqCjB%2CWAAA%3B%3BA2JyqCQ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%3BE3JzqCb%2CYCpKkB%2C0BDoKlB%3BEAAA%2CeAAA%3BEAAA%2Ca2JpPmB%2CkB3JoPnB%3BEAAA%2CgBAAA%3BE2J%2BqCY%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAXJ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BE3JvrClB%2CkBAAA%3B%3BA2J2rCgB%2CsBAlHhB%2CkBAsFI%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BEACG%2CgBAAA%3B%3BAAnBZ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%3BEACI%2CcAAA%3BE3JjsChB%2CeAAA%3B%3BA2JyqCQ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BEACE%2CSAAA%3B%3BAA5BZ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BE3JvsCpB%2COCrKkB%2C0BDqKlB%3BE2J4sCwB%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CsBArIxB%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BE3J9sCzB%2CWAAA%3B%3BA2JqtCY%2CsBA5IZ%2CkBAsFI%2CSAUK%2CIAAI%2CcA4CA%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCR%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BE3J5tClB%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BA2JwuCgB%2CsBA%5C%2FJhB%2CkBAsFI%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BE3JzuCtB%2CiBAAA%3B%3BA2JovCA%2CsBAEI%3BEACI%2CsBAAA%3B%3BAAHR%2CsBAKI%3BAALJ%2CsBAMI%3BEACI%2CWAAA%3B%3BAAPR%2CsBASI%3BE3J7vCJ%2CmBAAA%3BEAAA%2CWC1M4B%2CoCD0M5B%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BE2JkwCQ%2CiBAAA%3BEACA%2CSAAA%3BEhE%5C%2FhDX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgE4hDU%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BE3JvxCV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAuHkgDA%2CsBASI%2CqBvHzwCF%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CsBuHqgDI%2CqBvHrgDH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCvPQ%2COrCuPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuH2sCQ%2CsBAvBJ%2CqBAuBK%3BEACG%2CqBAAA%3B%3BAAKJ%2CwBAHiD%3BEAGjD%2CsBA7BJ%3BI3J7vCJ%2CeAAA%3B%3B%3BA2J6xCQ%2CwBAHqD%3BEAGrD%2CsBAhCJ%3BI3J7vCJ%2CeAAA%3B%3B%3BA2JovCA%2CsBASI%2CqBAgCI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CsBAvCJ%2CqBAgCI%3BIAKQ%2CmBAAA%3B%3B%3BAA9ChB%2CsBASI%2CqBAwCI%3BEACI%2CsBAAA%3B%3BAAlDZ%2CsBAsDI%2CQAAU%2CIAEN%3BAAxDR%2CsBAuDI%2CSACI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BE3J9yCZ%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAhBF%2CmB2Jo0C0B%2CgB3Jp0C1B%3BEACK%2CgB2Jm0CqB%2CgB3Jn0CrB%3BEACC%2Ce2Jk0CoB%2CgB3Jl0CpB%3BEAcJ%2CW2JozCwB%2CgB3JpzCxB%3BE2JszCY%2C2BAAA%3B%3BAAlEZ%2CsBAqEI%2CQACM%3BE3J1zCV%2CaC3MO%2C0CD2MP%3BEAAA%2CgBCxKqC%2C6CDwKrC%3BE2J6zCY%2CeAAA%3B%3BAACA%2CsBALR%2CQACM%2CIAIG%3BE3J9zCb%2COC9LiB%2CyBD8LjB%3B%3BA2JovCA%2CsBAqEI%2CQACM%2CIAOE%3BEACI%2CiBAAA%3BE3Jl0ChB%2CeAAA%3BE2Jo0CgB%2CmBAAA%3B%3BAAhFhB%2CsBAoFI%2CUAAU%2CKAAK%3BEACX%2CUAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAvFR%2CsBAoFI%2CUAAU%2CKAAK%2CYAIX%3BEACK%2CoBAAA%3B%3BAAzFb%2CsBAoFI%2CUAAU%2CKAAK%2CYAOT%3BEACE%2CQAAQ%2CmBAAR%3BEACA%2CcAAA%3BE3Jj2Cd%2C4BAAA%3BEACK%2CyBAAA%3BEACC%2CwBAAA%3BEAcJ%2CoBAAA%3B%3BA2JovCA%2CsBAoFI%2CUAAU%2CKAAK%2CYAaX%3BEACI%2CwBAAA%3B%3BAAlGZ%2CsBAqGI%3BEACI%2Ca1JziDiB%2CiC0JyiDjB%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BE3J71CR%2CkBCjMmB%2C2BDiMnB%3BEAAA%2CcAAA%3BE2Jg2CQ%2CiBAAA%3BEACA%2CoBAAA%3BE3Jj2CR%2CaCzMkC%2C0CDyMlC%3BEAAA%2CgBCxKqC%2C6CDwKrC%3BEAAA%2CeAAA%3BEAAA%2CW2J9R%2BB%2CuC3J8R%5C%2FB%3B%3BA2JovCA%2CsBAqGI%2CmBAaI%3BEACI%2COAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBAnBR%2CmBAaI%2CEAMK%3BE3J52Cb%2CWAAA%3B%3BA2J%2B2CY%2CsBAtBR%2CmBAaI%2CEASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BE3Jv4ClB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE2Jy3CgB%2CyBAAA%3B%3BAArIhB%2CsBAqGI%2CmBAaI%2CEAqBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGA%2CsBAvCZ%2CmBAaI%2CEAyBK%2COACI%3BEACG%2CUAAA%3B%3BAAKR%2CsBA7CR%2CmBA4CI%2C8BACK%3BEACG%2COAAA%3B%3BAAnJhB%2CsBAuJI%2C8BAAgC%3BEAC5B%2CkBAAA%3B%3BAACA%2CsBAFJ%2C8BAAgC%2CkCAE3B%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2C%2BCAAA%3B%3BAA%5C%2FJZ%2CsBAkKI%3BEACI%2CcAAA%3B%3BAAnKR%2CsBAsKI%2CkBACI%2CSACI%3BEACI%2CSAAA%3B%3BAAzKhB%2CsBAsKI%2CkBAMI%3BEACI%2CWAAA%3B%3BAA7KZ%2CsBAsKI%2CkBAMI%2CGAEI%2CGACM%3BEACE%2C6BAAA%3B%3BAACA%2CsBAXhB%2CkBAMI%2CGAEI%2CGACM%2CIAEG%3BE3Jr6CrB%2CwCAAA%3B%3BA2JovCA%2CsBAsKI%2CkBAiBI%2CQAAO%2CcACH%3BEAII%2C6BAAA%3B%3BAA5LhB%2CsBAsKI%2CkBAiBI%2CQAAO%2CcACH%2CuBACI%3BEACI%2CkBAAA%3B%3BAA1LpB%2CsBAkMI%3BAAlMJ%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%3BAAnM%5C%2FB%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%3BAApM%5C%2FB%2CsBAqMI%2CQAAO%3BEACH%2CkBAAA%3B%3BAAtMR%2CsBAkMI%2CwBAKM%3BAAvMV%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%3BAAvMV%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%3BAAvMV%2CsBAqMI%2CQAAO%2CcAED%3BAAvMV%2CsBAkMI%2CwBAMK%2CoBAAkB%3BAAxM3B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%3BAAxM3B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%3BAAxM3B%2CsBAqMI%2CQAAO%2CcAGF%2CoBAAkB%3BAAxM3B%2CsBAkMI%2CwBAOM%2CoBAAkB%3BAAzM5B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%3BAAzM5B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%3BAAzM5B%2CsBAqMI%2CQAAO%2CcAID%2CoBAAkB%3BEAChB%2CkBAAA%3B%3BAACA%2CsBATR%2CwBAKM%2CIAIG%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%3BAAAD%2CsBAPR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%3BAAAD%2CsBANR%2CQAAO%2CcAED%2CIAIG%3BAAAD%2CsBATR%2CwBAMK%2CoBAAkB%2COAGd%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%3BAAAD%2CsBAPR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%3BAAAD%2CsBANR%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%3BAAAD%2CsBATR%2CwBAOM%2CoBAAkB%2COAEf%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%3BAAAD%2CsBAPR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%3BAAAD%2CsBANR%2CQAAO%2CcAID%2CoBAAkB%2COAEf%3BAACD%2CsBAVR%2CwBAKM%2CIAKG%3BAAAD%2CsBATR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%3BAAAD%2CsBAPR%2CQAAO%2CcAED%2CIAKG%3BAAAD%2CsBAVR%2CwBAMK%2CoBAAkB%2COAId%3BAAAD%2CsBATR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%3BAAAD%2CsBAPR%2CQAAO%2CcAGF%2CoBAAkB%2COAId%3BAAAD%2CsBAVR%2CwBAOM%2CoBAAkB%2COAGf%3BAAAD%2CsBATR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%3BAAAD%2CsBAPR%2CQAAO%2CcAID%2CoBAAkB%2COAGf%3BEhEtpDb%2CkBAAA%3B%3BAACA%2CsBgE2oDI%2CwBAKM%2CIAIG%2COhEppDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2COhEppDZ%3BAAAD%2CsBgE6oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2COhEppDZ%3BAAAD%2CsBgE8oDI%2CQAAO%2CcAED%2CIAIG%2COhEppDZ%3BAAAD%2CsBgE2oDI%2CwBAMK%2CoBAAkB%2COAGd%2COhEppDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2COhEppDZ%3BAAAD%2CsBgE6oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2COhEppDZ%3BAAAD%2CsBgE8oDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2COhEppDZ%3BAAAD%2CsBgE2oDI%2CwBAOM%2CoBAAkB%2COAEf%2COhEppDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2COhEppDZ%3BAAAD%2CsBgE6oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2COhEppDZ%3BAAAD%2CsBgE8oDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2COhEppDZ%3BAAAD%2CsBgE2oDI%2CwBAKM%2CIAKG%2COhErpDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2COhErpDZ%3BAAAD%2CsBgE6oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2COhErpDZ%3BAAAD%2CsBgE8oDI%2CQAAO%2CcAED%2CIAKG%2COhErpDZ%3BAAAD%2CsBgE2oDI%2CwBAMK%2CoBAAkB%2COAId%2COhErpDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2COhErpDZ%3BAAAD%2CsBgE6oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2COhErpDZ%3BAAAD%2CsBgE8oDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2COhErpDZ%3BAAAD%2CsBgE2oDI%2CwBAOM%2CoBAAkB%2COAGf%2COhErpDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2COhErpDZ%3BAAAD%2CsBgE6oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2COhErpDZ%3BAAAD%2CsBgE8oDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2COhErpDZ%3BAACD%2CsBgE0oDI%2CwBAKM%2CIAIG%2COhEnpDZ%3BAAAD%2CsBgE2oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2COhEnpDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2COhEnpDZ%3BAAAD%2CsBgE6oDI%2CQAAO%2CcAED%2CIAIG%2COhEnpDZ%3BAAAD%2CsBgE0oDI%2CwBAMK%2CoBAAkB%2COAGd%2COhEnpDZ%3BAAAD%2CsBgE2oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2COhEnpDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2COhEnpDZ%3BAAAD%2CsBgE6oDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2COhEnpDZ%3BAAAD%2CsBgE0oDI%2CwBAOM%2CoBAAkB%2COAEf%2COhEnpDZ%3BAAAD%2CsBgE2oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2COhEnpDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2COhEnpDZ%3BAAAD%2CsBgE6oDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2COhEnpDZ%3BAAAD%2CsBgE0oDI%2CwBAKM%2CIAKG%2COhEppDZ%3BAAAD%2CsBgE2oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2COhEppDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2COhEppDZ%3BAAAD%2CsBgE6oDI%2CQAAO%2CcAED%2CIAKG%2COhEppDZ%3BAAAD%2CsBgE0oDI%2CwBAMK%2CoBAAkB%2COAId%2COhEppDZ%3BAAAD%2CsBgE2oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2COhEppDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2COhEppDZ%3BAAAD%2CsBgE6oDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2COhEppDZ%3BAAAD%2CsBgE0oDI%2CwBAOM%2CoBAAkB%2COAGf%2COhEppDZ%3BAAAD%2CsBgE2oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2COhEppDZ%3BAAAD%2CsBgE4oDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2COhEppDZ%3BAAAD%2CsBgE6oDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2COhEppDZ%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE3FgNJ%2C8BAAA%3BEAhBF%2CmB2F9LkB%2CsBAAsB%2Cc3F8LxC%3BEACK%2CgB2F%5C%2FLa%2CsBAAsB%2Cc3F%2BLnC%3BEACC%2Ce2FhMY%2CsBAAsB%2Cc3FgMlC%3BEAcJ%2CW2F9MgB%2CsBAAsB%2Cc3F8MtC%3BEAhBF%2C%2BGAAA%3BEACK%2C4GAAA%3BEACC%2C2GAAA%3BEAcJ%2CuGAAA%3B%3BA2FzMA%2CsBgE%2BnDI%2CwBAKM%2CIAIG%2COhExoDZ%3BAAAD%2CsBgEgoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2COhExoDZ%3BAAAD%2CsBgEioDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2COhExoDZ%3BAAAD%2CsBgEkoDI%2CQAAO%2CcAED%2CIAIG%2COhExoDZ%3BAAAD%2CsBgE%2BnDI%2CwBAMK%2CoBAAkB%2COAGd%2COhExoDZ%3BAAAD%2CsBgEgoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2COhExoDZ%3BAAAD%2CsBgEioDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2COhExoDZ%3BAAAD%2CsBgEkoDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2COhExoDZ%3BAAAD%2CsBgE%2BnDI%2CwBAOM%2CoBAAkB%2COAEf%2COhExoDZ%3BAAAD%2CsBgEgoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2COhExoDZ%3BAAAD%2CsBgEioDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2COhExoDZ%3BAAAD%2CsBgEkoDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2COhExoDZ%3BAAAD%2CsBgE%2BnDI%2CwBAKM%2CIAKG%2COhEzoDZ%3BAAAD%2CsBgEgoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2COhEzoDZ%3BAAAD%2CsBgEioDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2COhEzoDZ%3BAAAD%2CsBgEkoDI%2CQAAO%2CcAED%2CIAKG%2COhEzoDZ%3BAAAD%2CsBgE%2BnDI%2CwBAMK%2CoBAAkB%2COAId%2COhEzoDZ%3BAAAD%2CsBgEgoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2COhEzoDZ%3BAAAD%2CsBgEioDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2COhEzoDZ%3BAAAD%2CsBgEkoDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2COhEzoDZ%3BAAAD%2CsBgE%2BnDI%2CwBAOM%2CoBAAkB%2COAGf%2COhEzoDZ%3BAAAD%2CsBgEgoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2COhEzoDZ%3BAAAD%2CsBgEioDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2COhEzoDZ%3BAAAD%2CsBgEkoDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2COhEzoDZ%3BE3FyMD%2CUAAA%3BEAAA%2CYAAA%3B%3BA2FrMA%2CsBgE2nDI%2CwBAKM%2CIAIG%2COhEpoDZ%3BAAAD%2CsBgE4nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2COhEpoDZ%3BAAAD%2CsBgE6nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2COhEpoDZ%3BAAAD%2CsBgE8nDI%2CQAAO%2CcAED%2CIAIG%2COhEpoDZ%3BAAAD%2CsBgE2nDI%2CwBAMK%2CoBAAkB%2COAGd%2COhEpoDZ%3BAAAD%2CsBgE4nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2COhEpoDZ%3BAAAD%2CsBgE6nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2COhEpoDZ%3BAAAD%2CsBgE8nDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2COhEpoDZ%3BAAAD%2CsBgE2nDI%2CwBAOM%2CoBAAkB%2COAEf%2COhEpoDZ%3BAAAD%2CsBgE4nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2COhEpoDZ%3BAAAD%2CsBgE6nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2COhEpoDZ%3BAAAD%2CsBgE8nDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2COhEpoDZ%3BAAAD%2CsBgE2nDI%2CwBAKM%2CIAKG%2COhEroDZ%3BAAAD%2CsBgE4nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2COhEroDZ%3BAAAD%2CsBgE6nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2COhEroDZ%3BAAAD%2CsBgE8nDI%2CQAAO%2CcAED%2CIAKG%2COhEroDZ%3BAAAD%2CsBgE2nDI%2CwBAMK%2CoBAAkB%2COAId%2COhEroDZ%3BAAAD%2CsBgE4nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2COhEroDZ%3BAAAD%2CsBgE6nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2COhEroDZ%3BAAAD%2CsBgE8nDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2COhEroDZ%3BAAAD%2CsBgE2nDI%2CwBAOM%2CoBAAkB%2COAGf%2COhEroDZ%3BAAAD%2CsBgE4nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2COhEroDZ%3BAAAD%2CsBgE6nDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2COhEroDZ%3BAAAD%2CsBgE8nDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2COhEroDZ%3BE3FqMD%2CWAAA%3BEAAA%2CWAAA%3BE2FlMI%2CUAAA%3B%3BAgEqoDQ%2CsBAbR%2CwBAKM%2CIAQG%3BAAAD%2CsBAZR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAQG%3BAAAD%2CsBAXR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAQG%3BAAAD%2CsBAVR%2CQAAO%2CcAED%2CIAQG%3BAAAD%2CsBAbR%2CwBAMK%2CoBAAkB%2COAOd%3BAAAD%2CsBAZR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAOd%3BAAAD%2CsBAXR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAOd%3BAAAD%2CsBAVR%2CQAAO%2CcAGF%2CoBAAkB%2COAOd%3BAAAD%2CsBAbR%2CwBAOM%2CoBAAkB%2COAMf%3BAAAD%2CsBAZR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAMf%3BAAAD%2CsBAXR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAMf%3BAAAD%2CsBAVR%2CQAAO%2CcAID%2CoBAAkB%2COAMf%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAlBR%2CwBAKM%2CIAaG%3BAAAD%2CsBAjBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAaG%3BAAAD%2CsBAhBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAaG%3BAAAD%2CsBAfR%2CQAAO%2CcAED%2CIAaG%3BAAAD%2CsBAlBR%2CwBAMK%2CoBAAkB%2COAYd%3BAAAD%2CsBAjBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAYd%3BAAAD%2CsBAhBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAYd%3BAAAD%2CsBAfR%2CQAAO%2CcAGF%2CoBAAkB%2COAYd%3BAAAD%2CsBAlBR%2CwBAOM%2CoBAAkB%2COAWf%3BAAAD%2CsBAjBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAWf%3BAAAD%2CsBAhBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAWf%3BAAAD%2CsBAfR%2CQAAO%2CcAID%2CoBAAkB%2COAWf%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAhEzoDhB%2CsBgEonDI%2CwBAKM%2CIAkBG%2CgBhE3oDZ%3BAAAD%2CsBgEqnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAkBG%2CgBhE3oDZ%3BAAAD%2CsBgEsnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAkBG%2CgBhE3oDZ%3BAAAD%2CsBgEunDI%2CQAAO%2CcAED%2CIAkBG%2CgBhE3oDZ%3BAAAD%2CsBgEonDI%2CwBAMK%2CoBAAkB%2COAiBd%2CgBhE3oDZ%3BAAAD%2CsBgEqnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAiBd%2CgBhE3oDZ%3BAAAD%2CsBgEsnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAiBd%2CgBhE3oDZ%3BAAAD%2CsBgEunDI%2CQAAO%2CcAGF%2CoBAAkB%2COAiBd%2CgBhE3oDZ%3BAAAD%2CsBgEonDI%2CwBAOM%2CoBAAkB%2COAgBf%2CgBhE3oDZ%3BAAAD%2CsBgEqnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAgBf%2CgBhE3oDZ%3BAAAD%2CsBgEsnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAgBf%2CgBhE3oDZ%3BAAAD%2CsBgEunDI%2CQAAO%2CcAID%2CoBAAkB%2COAgBf%2CgBhE3oDZ%3BAACD%2CsBgEmnDI%2CwBAKM%2CIAkBG%2CgBhE1oDZ%3BAAAD%2CsBgEonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAkBG%2CgBhE1oDZ%3BAAAD%2CsBgEqnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAkBG%2CgBhE1oDZ%3BAAAD%2CsBgEsnDI%2CQAAO%2CcAED%2CIAkBG%2CgBhE1oDZ%3BAAAD%2CsBgEmnDI%2CwBAMK%2CoBAAkB%2COAiBd%2CgBhE1oDZ%3BAAAD%2CsBgEonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAiBd%2CgBhE1oDZ%3BAAAD%2CsBgEqnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAiBd%2CgBhE1oDZ%3BAAAD%2CsBgEsnDI%2CQAAO%2CcAGF%2CoBAAkB%2COAiBd%2CgBhE1oDZ%3BAAAD%2CsBgEmnDI%2CwBAOM%2CoBAAkB%2COAgBf%2CgBhE1oDZ%3BAAAD%2CsBgEonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAgBf%2CgBhE1oDZ%3BAAAD%2CsBgEqnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAgBf%2CgBhE1oDZ%3BAAAD%2CsBgEsnDI%2CQAAO%2CcAID%2CoBAAkB%2COAgBf%2CgBhE1oDZ%3BE3F6KH%2CmB2F5KkB%2CsBAAqB%2Ca3F4KvC%3BEACK%2CgB2F7Ka%2CsBAAqB%2Ca3F6KlC%3BEACC%2Ce2F9KY%2CsBAAqB%2Ca3F8KjC%3BEAcJ%2CW2F5LgB%2CsBAAqB%2Ca3F4LrC%3B%3BA2FzLA%2CsBgE%2BmDI%2CwBAKM%2CIAkBG%2CgBhEtoDZ%3BAAAD%2CsBgEgnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAkBG%2CgBhEtoDZ%3BAAAD%2CsBgEinDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAkBG%2CgBhEtoDZ%3BAAAD%2CsBgEknDI%2CQAAO%2CcAED%2CIAkBG%2CgBhEtoDZ%3BAAAD%2CsBgE%2BmDI%2CwBAMK%2CoBAAkB%2COAiBd%2CgBhEtoDZ%3BAAAD%2CsBgEgnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAiBd%2CgBhEtoDZ%3BAAAD%2CsBgEinDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAiBd%2CgBhEtoDZ%3BAAAD%2CsBgEknDI%2CQAAO%2CcAGF%2CoBAAkB%2COAiBd%2CgBhEtoDZ%3BAAAD%2CsBgE%2BmDI%2CwBAOM%2CoBAAkB%2COAgBf%2CgBhEtoDZ%3BAAAD%2CsBgEgnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAgBf%2CgBhEtoDZ%3BAAAD%2CsBgEinDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAgBf%2CgBhEtoDZ%3BAAAD%2CsBgEknDI%2CQAAO%2CcAID%2CoBAAkB%2COAgBf%2CgBhEtoDZ%3BEACG%2CUAAA%3B%3BAgE46CJ%2CsBAkMI%2CwBA2BI%3BAA7NR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBA0BvB%3BAA7NR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAyBvB%3BAA7NR%2CsBAqMI%2CQAAO%2CcAwBH%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAArOZ%2CsBAkMI%2CwBAqCI%3BAAvOR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAoCvB%3BAAvOR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAmCvB%3BAAvOR%2CsBAqMI%2CQAAO%2CcAkCH%3BEACI%2CaAAA%3B%3BAAxOZ%2CsBAkMI%2CwBAqCI%2CcAEM%2CKACI%3BAA1OlB%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAoCvB%2CcAEM%2CKACI%3BAA1OlB%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAmCvB%2CcAEM%2CKACI%3BAA1OlB%2CsBAqMI%2CQAAO%2CcAkCH%2CcAEM%2CKACI%3BEACE%2CkBAAA%3B%3BAAGR%2CsBA5CR%2CwBAqCI%2CcAOK%3BAAAD%2CsBA3CR%2CkBAAkB%2CGAAE%2COAAO%2CkBAoCvB%2CcAOK%3BAAAD%2CsBA1CR%2CkBAAkB%2CGAAE%2COAAO%2CkBAmCvB%2CcAOK%3BAAAD%2CsBAzCR%2CQAAO%2CcAkCH%2CcAOK%3BEACG%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjPhB%2CsBAkMI%2CwBAkDI%3BAApPR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%3BAApPR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%3BAApPR%2CsBAqMI%2CQAAO%2CcA%2BCH%3BAApPR%2CsBAkMI%2CwBAmDI%3BAArPR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%3BAArPR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%3BAArPR%2CsBAqMI%2CQAAO%2CcAgDH%3BEACI%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAzPZ%2CsBAkMI%2CwBAkDI%2CSAMI%2CcAAc%3BAA1P1B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSAMI%2CcAAc%3BAA1P1B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSAMI%2CcAAc%3BAA1P1B%2CsBAqMI%2CQAAO%2CcA%2BCH%2CSAMI%2CcAAc%3BAA1P1B%2CsBAkMI%2CwBAmDI%2CkBAKI%2CcAAc%3BAA1P1B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAKI%2CcAAc%3BAA1P1B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAKI%2CcAAc%3BAA1P1B%2CsBAqMI%2CQAAO%2CcAgDH%2CkBAKI%2CcAAc%3BEACV%2CaAAA%3B%3BAAEJ%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%3BAAAL%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%3BAAAL%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%3BAAAL%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%3BAAAL%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%3BAAAL%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%3BAAAL%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%3BAAAL%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%3BEACD%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%3BAAHJ%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%3BAAHJ%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%3BAAHJ%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%3BEACI%2C0BAAA%3B%3BAAJR%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BEACE%2CkBAAA%3B%3BAAPhB%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BEACE%2CkBAAA%3B%3BAAXpB%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BEACE%2CkBAAA%3B%3BAAfxB%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BEACE%2CkBAAA%3B%3BAAQ5B%2CsBAtFR%2CwBAkDI%2CSAoCK%2COACK%3BAADN%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSAoCK%2COACK%3BAADN%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSAoCK%2COACK%3BAADN%2CsBAnFR%2CQAAO%2CcA%2BCH%2CSAoCK%2COACK%3BAADN%2CsBAtFR%2CwBAmDI%2CkBAmCK%2COACK%3BAADN%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAmCK%2COACK%3BAADN%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAmCK%2COACK%3BAADN%2CsBAnFR%2CQAAO%2CcAgDH%2CkBAmCK%2COACK%3BAADN%2CsBAtFR%2CwBAkDI%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBAnFR%2CQAAO%2CcA%2BCH%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBAtFR%2CwBAmDI%2CkBAmCK%2COAEK%2COAAO%3BAAFb%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAmCK%2COAEK%2COAAO%3BAAFb%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAmCK%2COAEK%2COAAO%3BAAFb%2CsBAnFR%2CQAAO%2CcAgDH%2CkBAmCK%2COAEK%2COAAO%3BEACL%2CcAAA%3B%3BAA3RpB%2CsBAkMI%2CwBA6FI%2CkBACI%2CGACM%3BAAjSlB%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBA4FvB%2CkBACI%2CGACM%3BAAjSlB%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBA2FvB%2CkBACI%2CGACM%3BAAjSlB%2CsBAqMI%2CQAAO%2CcA0FH%2CkBACI%2CGACM%3BEACE%2CkBAAA%3B%3BAAlSpB%2CsBAuSI%2CkBAAkB%2CkBACd%3BE3J5hDR%2CaCzMkC%2C0CDyMlC%3BEAAA%2CcAAA%3B%3BA2JkiDgB%2CsBAPZ%2CkBAAkB%2CkBAKb%2COACG%2COACK%3BAACD%2CsBARZ%2CkBAAkB%2CkBAKb%2COACG%2COAEK%3BE3JnjDnB%2CmB2JojDkC%2CsBAAqB%2Ca3JpjDvD%3BEACK%2CgB2JmjD6B%2CsBAAqB%2Ca3JnjDlD%3BEACC%2Ce2JkjD4B%2CsBAAqB%2Ca3JljDjD%3BEAcJ%2CW2JoiDgC%2CsBAAqB%2Ca3JpiDrD%3B%3BA2JuiDgB%2CsBAZZ%2CkBAAkB%2CkBAKb%2COACG%2COAMK%3BEACG%2CUAAA%3B%3BAARZ%2CsBALJ%2CkBAAkB%2CkBAKb%2COAWK%3BEACE%2CcAAA%3BEACA%2CUAAA%3B%3BASn1DhB%3BEACI%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAkGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEpK%2BLJ%2CkBAAA%3B%3BAoK1LA%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEpKwLJ%2CkBAAA%3BEAAA%2CgBAAA%3B%3BAoK1LA%2CWAMK%3BEpKoLL%2CWoKnL4B%2C2BpKmL5B%3BEAAA%2CaoKjL8B%2C6BpKiL9B%3B%3BAoKhLQ%2CWAJH%2CIAII%2CIAAI%3BEpKgLb%2COCjMmB%2C2BDiMnB%3B%3BAoK1KA%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEpKuKJ%2COChMU%2CkBDgMV%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCnNU%2CkBDmNV%3BEAAA%2CkBAAA%3B%3BAoK1KA%2CUAYI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CUAiBI%3BEpKyJJ%2CaCnNU%2CkBDmNV%3BEoKvJQ%2CkBAAA%3B%3BAAnBR%2CUAsBI%3BEpKoJJ%2CkBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3B%3BAoK1KA%2CUAsBI%2COAGI%3BEACI%2CWAAA%3B%3BAAKJ%2CUADJ%2CYAAY%2CEACP%2CIAAI%3BEpK2Ib%2COCjMmB%2C2BDiMnB%3B%3BAoKrIA%3BEACI%2CiBAAA%3BEpKoIJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAoK%5C%2FHA%2CIAAI%3BEACA%2CWAAA%3BEpK8HJ%2CkBAAA%3B%3BAoKvHI%2CaAAC%2CIAAI%2CiBACD%2CWACI%2CiBACI%3BEpKoGlB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAoKxGA%2CmCACI%3BEACI%2CgBAAA%3B%3BAAFR%2CmCAII%2CWACI%3BEACI%2CgBAAA%3BEpKkGZ%2CiBAAA%3BEoKhGY%2CyBAAA%3B%3BAAKZ%2CmCACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CmCACI%2C0BAII%3BEACI%2CgBAAA%3B%3BAAGJ%2CmCARJ%2C0BAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEpK4EZ%2CgBAAA%3BEoK1EY%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEpKwDd%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAoK3FA%2CmCACI%2C0BAsBI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEzEhOf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEyE%2BNc%2CsBAAA%3BEpKwDZ%2CyBAAA%3BEAAA%2CuBAAA%3BEAAA%2CsBAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAoK3FA%2CmCACI%2C0BAsBI%2CWAmBI%3BEACI%2CoBAAA%3BEpKgDhB%2CqBAAA%3BEoK9CgB%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAIR%2CmCAlDJ%2C0BAkDK%2CMACG%2CYACI%3BEpKsBlB%2CmBoKrBiC%2CWpKqBjC%3BEACK%2CgBoKtB4B%2CWpKsB5B%3BEACC%2CeoKvB2B%2CWpKuB3B%3BEAcJ%2CWoKrC%2BB%2CWpKqC%5C%2FB%3B%3BAoKhCY%2CmCA1DR%2C0BAkDK%2CMAQI%3BEACG%2CUAAA%3B%3BAATR%2CmCAlDJ%2C0BAkDK%2CMAYG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAYhB%2CGAAG%3BAACH%3BEpKaA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqK4JA%2CGAAG%2CiCAIC%3BAAHJ%2CsBAGI%3BEACI%2CSAAA%3B%3BAALR%2CGAAG%2CiCAQC%3BAAPJ%2CsBAOI%3BEACI%2CgBAAA%3B%3BAATR%2CGAAG%2CiCAQC%2CYAGI%3BAAVR%2CsBAOI%2CYAGI%3BEACI%2CcAAA%3B%3BAAKZ%2C%2BBAGI%3BAAFJ%2CiCAEI%3BAADJ%2CiCACI%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEpKRR%2CcAAA%3B%3BAoKYY%2C%2BBANR%2CuBAKI%2C0BACK%3BAAAD%2CiCANR%2CuBAKI%2C0BACK%3BAAAD%2CiCANR%2CuBAKI%2C0BACK%3BEACG%2CkBAAA%3B%3BAADJ%2C%2BBANR%2CuBAKI%2C0BACK%2CYAGG%3BAAHJ%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%3BAAHJ%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEpKpBpB%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEoKyBoB%2CUAAA%3B%3BAAbR%2C%2BBANR%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%3BAAfR%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%3BAAfR%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%3BEACI%2CkBAAA%3B%3BAAEA%2C%2BBAxBpB%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%2CWAGK%3BAAAD%2CiCAxBpB%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%2CWAGK%3BAAAD%2CiCAxBpB%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%2CWAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEpKrC5B%2CgBAAA%3B%3BAoKgDY%2C%2BBA1CR%2CuBAKI%2C0BAqCK%2CIAAI%3BAAAL%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%3BAAAL%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%3BEzE5UpB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEyEyUkB%2CiBAAA%3B%3BAAFJ%2C%2BBA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAID%3BAAJJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAID%3BAAJJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAID%3BEpKpDhB%2CaAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3B%3BAoKgDY%2C%2BBA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAUD%3BAAVJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAUD%3BAAVJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAUD%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2C%2BBADJ%2C0BACK%2CIAAI%2CcACD%3BEACI%2CaAAA%3B%3BAAQR%2CiCADJ%2C0BACK%2CYACG%3BEpKpFZ%2CcAAA%3B%3BAoKyFQ%2CiCAPJ%2C0BAOK%2CIAAI%2CcACD%3BEACI%2CaAAA%3B%3BAAVhB%2CiCACI%2C0BAaI%2CKAAI%3BE9JxJZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAM7CA%2CiC8J%2BHI%2C0BAaI%2CKAAI%2Ce9J5IX%3BAACD%2CiC8J8HI%2C0BAaI%2CKAAI%2Ce9J3IX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC8JyHI%2C0BAaI%2CKAAI%2Ce9JtIX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC8JoHI%2C0BAaI%2CKAAI%2Ce9JjIX%3BAACD%2CiC8JmHI%2C0BAaI%2CKAAI%2Ce9JhIX%3BAACD%2CQAAQ%2CUAAW%2CkC8JkHf%2C0BAaI%2CKAAI%3BE9J9HR%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAoKmGY%2CiCAjBR%2C0BAaI%2CKAAI%2CeAIC%3BEACG%2CcAAA%3B%3BAAQR%2CiCADJ%2C0BACK%3BEpK5GT%2CyBAAA%3B%3BAoK4GQ%2CiCADJ%2C0BACK%2CYAGG%3BEpK%5C%2FGZ%2CUAAA%3BEAAA%2CoBAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEoKoHgB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CiCAfJ%2C0BAeK%2CIAAI%3BEACD%2C2BAAA%3BEpK3HZ%2CgCAAA%3BEAAA%2CoBAAA%3B%3BAoK0HQ%2CiCAfJ%2C0BAeK%2CIAAI%2CcAKD%3BEACI%2C0BAAA%3BEpKhIhB%2CiBAAA%3B%3BAoK0HQ%2CiCAfJ%2C0BAeK%2CIAAI%2CcAUD%3BEACI%2COAAA%3B%3BAAOhB%2CiCACI%3BEzEzaP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEyEsaU%2CiBAAA%3BEpK%5C%2FIR%2CmBAAA%3B%3BAoK4IA%2CiCACI%2C0BAKI%3BEpKlJR%2CaAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3B%3BAoK4IA%2CiCACI%2C0BAWI%3BEACI%2COAAA%3BEzErbf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEyEkbc%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAjBZ%2CiCACI%2C0BAmBI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEpKnKZ%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CyBAAA%3B%3BAoK4IA%2CiCACI%2C0BAmBI%2CWAUI%3BEpK1KZ%2CiBAAA%3BEAAA%2CgBAAA%3BEoK6KgB%2CcAAA%3B%3BAAjChB%2CiCACI%2C0BAoCI%2CKAAI%3BE9J1OZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAM7CA%2CiC8J0LI%2C0BAoCI%2CKAAI%2Ce9J9NX%3BAACD%2CiC8JyLI%2C0BAoCI%2CKAAI%2Ce9J7NX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC8JoLI%2C0BAoCI%2CKAAI%2Ce9JxNX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC8J%2BKI%2C0BAoCI%2CKAAI%2Ce9JnNX%3BAACD%2CiC8J8KI%2C0BAoCI%2CKAAI%2Ce9JlNX%3BAACD%2CQAAQ%2CUAAW%2CkC8J6Kf%2C0BAoCI%2CKAAI%3BE9JhNR%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAoKqLY%2CiCAxCR%2C0BAoCI%2CKAAI%2CeAIC%3BEACG%2CcAAA%3B%3BAAwDhB%2CeACI%3BEACI%2CmBAAA%3B%3BAAGR%2CwBACI%3BEACI%2CSAAA%3B%3BAAFR%2CwBACI%2CYAEI%3BEACI%2CUAAA%3B%3BAAJZ%2CwBAOG%3BEACK%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CwBAHL%2CMAGM%2CMACG%2CYACI%2CEACI%3BEpKhRtB%2CmBoKiRsC%2CWpKjRtC%3BEACK%2CgBoKgRiC%2CWpKhRjC%3BEACC%2CeoK%2BQgC%2CWpK%5C%2FQhC%3BEAcJ%2CWoKiQoC%2CWpKjQpC%3B%3BAoKoQoB%2CwBAVjB%2CMAGM%2CMACG%2CYACI%2CEAKK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAzBxB%2CwBAOG%2CMAwBK%3BEACI%2CSAAA%3B%3BAAhCZ%2CwBAOG%2CMAwBK%2CYAEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAACA%2CwBAhCb%2CMAwBK%2CYAEI%2CEAMK%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAhDpB%2CwBAOG%2CMAwBK%2CYAEI%2CEAiBI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEpK3TtB%2C%2BCoK6T4D%2CqDAAgD%2C8BpK7T5G%3BEACK%2C4CoK4TuD%2CqDAAgD%2C8BpK5TvG%3BEACC%2C2CoK2TsD%2CqDAAgD%2C8BpK3TtG%3BEAcJ%2CuCoK6S0D%2CqDAAgD%2C8BpK7S1G%3B%3BAoKmPA%2CwBAOG%2CMAuDK%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAvEZ%2CwBAOG%2CMAmEK%2CWACI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAA7EhB%2CwBAOG%2CMAyEK%3BEACI%2CkBAAA%3B%3BAAjFZ%2CwBAOG%2CMAyEK%2CiBAEI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQnB%2CoBACC%2CWACU%3BEACI%2CgBAAA%3B%3BAAHf%2CoBACC%2CWAIU%3BEACI%2CkBAAA%3B%3BAANf%2CoBACC%2CWAIU%2CYAEI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAbnB%2CoBACC%2CWAeU%3BEACI%2CiBAAA%3B%3BAAjBf%2CoBACC%2CWAeU%2CaAEI%3BEACI%2CWAAA%3B%3BAAnBnB%2CoBACC%2CWAqBU%2CWACI%3BEACI%2CaAAA%3B%3BAAxBnB%2CoBACC%2CWAqBU%2CWAII%3BEACI%2COnK5iBN%2CkBmK4iBM%3B%3BAA3BnB%2CoBACC%2CWA8BU%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjCf%2CoBACC%2CWA8BU%2CaAGI%3BEACI%2CSAAA%3B%3BAAnCnB%2CoBACC%2CWA8BU%2CaAMI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEAEA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA9CnB%2CoBACC%2CWAiDU%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAtDf%2CoBACC%2CWAiDU%2CcAKI%3BEACI%2CqBAAA%3B%3BAAxDnB%2CoBACC%2CWAiDU%2CcAQI%3BE9J5nBZ%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8J0mBgB%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BA9J3lBhB%2CoB8J8hBF%2CWAiDU%2CcAQI%2CgB9JvlBX%3BAACD%2CoB8J6hBF%2CWAiDU%2CcAQI%2CgB9JtlBX%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CoB8JihBF%2CWAiDU%2CcAQI%2CgB9J1kBX%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CoB8JqgBF%2CWAiDU%2CcAQI%2CgB9J9jBX%3BAACD%2CoB8JogBF%2CWAiDU%2CcAQI%2CgB9J7jBX%3BAACD%2CQAAQ%2CUAAW%2CqB8JmgBrB%2CWAiDU%2CcAQI%3BEpK3YZ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA%2BJsBJ%2CWAAY%2CQAAQ%2CSAAS%2C0BAEzB%3BAADJ%2CyBACI%3BErKsJJ%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CSAAA%3B%3BAqKxJA%2CWAAY%2CQAAQ%2CSAAS%2C0BAEzB%2C2BAjEJ%3BAAgEA%2CyBACI%2C2BAjEJ%3BErKuNA%2COCjMmB%2C2BDiMnB%3BEqKrNI%2CUAAA%3BEACA%2CcAAA%3B%3BAAmEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwCAII%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGA%2CwCALJ%2C2BAKK%3BEACG%2CkBAAA%3B%3BAAVZ%2CwCAcI%3BErKmIJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqKhIQ%2CwCAHJ%2C0BAGK%3BEACG%2CkBAAA%3B%3BAAEA%2CwCANR%2C0BAGK%2CSAGI%3BErK6Hb%2CYAAA%3BEqK3HgB%2CSAAA%3BErK2GlB%2CmBqK1G8B%2CgBrK0G9B%3BEACK%2CgBqK3GyB%2CgBrK2GzB%3BEACC%2CeqK5GwB%2CgBrK4GxB%3BEAcJ%2CWqK1H4B%2CgBrK0H5B%3B%3BAqKtHY%2CwCAbR%2C0BAGK%2CSAUI%3BEACG%2CMAAA%3BErKqHhB%2CUAAA%3BEqKnHgB%2CQAAA%3BEACA%2CSAAA%3BE1E1KnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE0EuKkB%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApChB%2CwCA6CI%3BErKoGJ%2COCjMmB%2C2BDiMnB%3B%3BAqKhGA%2CiDACI%2CyCACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAII%2CiDAPZ%2CyCAKI%2C0BACK%2CSACI%3BEACG%2CeAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAMpB%2CiDACI%3BEACI%2C%2BBAAA%3B%3BAAFR%2CiDAII%3BEACI%2CcAAA%3B%3BAALR%2CiDAOI%3BEACI%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAXR%2CiDAaI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiDAHJ%2CyCAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAzBZ%2CiDAaI%2CyCAeI%3BEACI%2CwBAAA%3B%3BAA7BZ%2CiDAaI%2CyCAkBI%3BEACI%2CgBAAA%3BEACA%2CapKtKF%2CkBoKsKE%3B%3BAAIZ%2CiDACI%2CyCACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CiDACI%2CyCAII%3BEACI%2CcAAA%3B%3BAANZ%2CiDACI%2CyCAII%2C0BAEI%3BEACI%2CiBAAA%3BEACC%2CapKnLP%2CkBoKmLO%3B%3BAATjB%2CiDACI%2CyCAII%2C0BAMI%3BEACI%2CaAAA%3B%3BAAMhB%2CGAAG%2C%2BCAEC%3BAADJ%2CgDACI%3BErKqBJ%2CkBAAA%3BEAAA%2CgBAAA%3BEAhBF%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3B%3BAqK9OA%2CGAuNG%2C%2BCAEC%2C2BAzNH%3BAAAD%2CgDAyNI%2C2BAzNH%3BErK8NH%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3B%3BAqKhBA%2COAAO%2CKAAM%2C%2BCACT%2CaACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAKhB%2CmBACI%2C0BACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CmBACI%2C0BACI%2C2BAII%3BEACI%2CWAAA%3B%3BAAUhB%2CGAAG%2C%2BCACC%3BEACI%2CsBAAA%3B%3BAAFR%2CGAAG%2C%2BCAKC%3BEACI%2CYAAA%3B%3BAANR%2CGAAG%2C%2BCASC%3BEACI%2CYAAA%3B%3BAAVR%2CGAAG%2C%2BCASC%2CyCAGI%3BEACI%2CYAAA%3BEACA%2C2BAAA%3B%3BAAOA%2CYAFR%2CwCACI%2CaACK%3BEACG%2C%2BBAAA%3B%3BAAJhB%2CYACI%2CwCAMI%3BErKnDV%2C4JAAA%3BEACK%2CyJAAA%3BEACC%2CwJAAA%3BEAcJ%2CoJAAA%3BEqKyCY%2CSAAA%3BEACA%2CsBAAA%3B%3BAAdZ%2CYACI%2CwCAMI%2CyCAQI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAvBhB%2CYACI%2CwCAMI%2CyCAkBI%2C0BAAyB%2CYAAY%3BEACjC%2CkBAAA%3B%3BAA1BhB%2CYACI%2CwCAMI%2CyCAqBI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjChB%2CYACI%2CwCAMI%2CyCAqBI%2C0BAMI%3BEACI%2CapKlRV%2CkBoKkRU%3BEACA%2CgBAAA%3B%3BACvVpB%2C4BACI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEtKoRR%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEsK%5C%2FQQ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAATR%2C4BACI%2C0BAUI%3BEACI%2CmBAAA%3B%3BAAZZ%2C4BACI%2C0BAcI%3BEAEI%2CqBAAA%3B%3BAAjBZ%2C4BACI%2C0BAcI%2CuBAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtBhB%2C4BACI%2C0BAcI%2CuBAUK%3BEACG%2CqBAAA%3B%3BAAEA%2C4BA3BZ%2C0BAcI%2CuBAUK%2COAGI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAIA%2C4BAjChB%2C0BAcI%2CuBAUK%2COAQI%2CWACI%3BEACG%2CaAAA%3B%3BAASxB%2C0BACI%3BEACI%2CaAAA%3B%3BAAIR%2CgCAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAPR%2CgCAEI%2CwBAOI%3BEtK4NR%2CyBAAA%3BEsK1NY%2CYAAA%3B%3BAAXZ%2CgCAeI%3BEtKsNJ%2CiBAAA%3BEsKpNQ%2CcAAA%3B%3BAAjBR%2CgCAeI%2CuBAII%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CyBACI%2CmBACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CyBACI%2CmBACI%2CsBAEI%3BEACI%2CgBAAA%3BEACA%2C2BAAA%3B%3BAANhB%2CyBACI%2CmBACI%2CsBAEI%2CWAGI%3BEACI%2CeAAA%3B%3BAARpB%2CyBACI%2CmBACI%2CsBASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAKhB%2CUAEI%2CiCACI%3BAAFR%2CUACI%2CiCACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAANZ%2CUAEI%2CiCACI%2CwBAII%3BAANZ%2CUACI%2CiCACI%2CwBAII%3BEACI%2CkBAAkB%2CyDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAA%3B%3BAAKhB%2CUACI%2CiCACI%2CwBACI%3BEACI%2CkBAAkB%2CyDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3B%3BAAMhB%2CmCACI%3BE3E9HP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE2E2HU%2CmBAAA%3B%3BAAHR%2CmCACI%2C6BAGI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CmCACI%2C6BAGI%2CmBAGI%3BEACI%2CgBAAA%3BEAKA%2CcAAA%3B%3BAAJA%2CmCARZ%2C6BAGI%2CmBAGI%2CqBAEK%3BAACD%2CmCATZ%2C6BAGI%2CmBAGI%2CqBAGK%3BEACG%2CaAAA%3B%3BAAXpB%2CmCACI%2C6BAeI%3BEACI%2CyBAAA%3BEACA%2CarKtEF%2CkBqKsEE%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApBZ%2CmCAwBI%2CeAEI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAA5BZ%2CmCAwBI%2CeAEI%2C0BAGI%3BEtKkHd%2C4JAAA%3BEACK%2CyJAAA%3BEACC%2CwJAAA%3BEAcJ%2CoJAAA%3B%3BAsK%5C%2FJA%2CmCAwBI%2CeAEI%2C0BAWI%3BE3ElKf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BE2EiKkB%2C8BAAA%3B%3BAAzChB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAKI%3BEACI%2CaAAA%3B%3BAA3CpB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAQI%3BEACI%2C2BAAA%3B%3BAA9CpB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAQI%2CsBAEI%3BAA%5C%2FCpB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAQI%2CsBAGI%2CWAAW%3BEACP%2CkBAAA%3B%3BAAjDxB%2CmCAwBI%2CeAEI%2C0BA2BI%3BEACI%2CaAAA%3B%3BACrFhB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CaAII%3BEvK0LJ%2CgBAAA%3B%3BAuKrLA%2CqBAEI%3BAACA%2CqBAAC%2CIAAI%2CcAAe%3BEAChB%2CaAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CiBAII%3BEACI%2CcAAA%3BEvKuKR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgCAAA%3BEAAA%2CSAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAuK5KA%2CiBASI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BE5E%5C%2FHX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE4E4HU%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAlBR%2CiBASI%2CmBAUI%3BEvKyJR%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEuKvJY%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE5EjEZ%2CkBAAA%3B%3BAACA%2CiB4EkDI%2CmBAUI%2CK5E5DP%3BAACD%2CiB4EiDI%2CmBAUI%2CK5E3DP%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE3FgNJ%2C8BAAA%3BEAhBF%2CmB2F9LkB%2CsBAAsB%2Cc3F8LxC%3BEACK%2CgB2F%5C%2FLa%2CsBAAsB%2Cc3F%2BLnC%3BEACC%2Ce2FhMY%2CsBAAsB%2Cc3FgMlC%3BEAcJ%2CW2F9MgB%2CsBAAsB%2Cc3F8MtC%3BEAhBF%2C%2BGAAA%3BEACK%2C4GAAA%3BEACC%2C2GAAA%3BEAcJ%2CuGAAA%3B%3BA2FzMA%2CiB4EsCI%2CmBAUI%2CK5EhDP%3BE3FyMD%2CUAAA%3BEAAA%2CYAAA%3B%3BA2FrMA%2CiB4EkCI%2CmBAUI%2CK5E5CP%3BE3FqMD%2CWAAA%3BEAAA%2CWAAA%3BE2FlMI%2CUAAA%3B%3BAAIJ%2CW4EiDI%2CmBACI%2CK5ElDP%3BAACD%2CW4EgDI%2CmBACI%2CK5EjDP%3BE3F6KH%2CmB2F5KkB%2CsBAAqB%2Ca3F4KvC%3BEACK%2CgB2F7Ka%2CsBAAqB%2Ca3F6KlC%3BEACC%2Ce2F9KY%2CsBAAqB%2Ca3F8KjC%3BEAcJ%2CW2F5LgB%2CsBAAqB%2Ca3F4LrC%3B%3BA2FzLA%2CW4E4CI%2CmBACI%2CK5E7CP%3BEACG%2CUAAA%3B%3BA4E0CJ%2CWAOI%3BEvKuIJ%2CWAAA%3BEAAA%2CyBAAA%3B%3BAuKlIA%3BEvKkIA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CSAAA%3BEuKhII%2CyBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CQACI%2CkBACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAALZ%2CQACI%2CkBAMI%3BEACI%2CQAAA%3B%3BAARZ%2CQACI%2CkBAMI%2CmBAEI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CQAXZ%2CkBAMI%2CmBAEI%2CKAGK%3BAACD%2CQAZZ%2CkBAMI%2CmBAEI%2CKAIK%3BEACG%2CsBAAA%3B%3BAAEJ%2CQAfZ%2CkBAMI%2CmBAEI%2CKAOK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAlBZ%2CkBAMI%2CmBAEI%2CKAUK%3BEACG%2CWAAA%3B%3BAAMpB%2CaACI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CaACI%2CGAAE%2CWAIE%3BEACI%2CgBAAA%3B%3BAANZ%2CaACI%2CGAAE%2CWAOE%2CmBACI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXhB%2CaACI%2CGAAE%2CWAaE%3BEACI%2CgBAAA%3B%3BAAfZ%2CaACI%2CGAAE%2CWAgBE%2CYACI%3BEvKiFZ%2CWAAA%3BEAAA%2CyBAAA%3B%3BAuKnGA%2CaACI%2CGAAE%2CWAgBE%2CYAII%2CmBACI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAC1NpB%2CKAEI%2CeAAe%3BAAFnB%2CKAGI%2CeAAe%3BAAHnB%2CKAII%2C2BAA0B%3BAAJ9B%2CKAKI%2C4BAA2B%3BEACvB%2CuCAAA%3B%3BAANR%2CKASI%3BEACI%2CsBAAA%3B%3BAAVR%2CKAaI%3BAAbJ%2CKAcI%3BElK8NJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CKkK3OI%2C2BlK2OH%3BAAAD%2CKkK1OI%2C4BlK0OH%3BAACD%2CKkK5OI%2C2BlK4OH%3BAAAD%2CKkK3OI%2C4BlK2OH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CKkKjPI%2C2BlKiPH%3BAAAD%2CKkKhPI%2C4BlKgPH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CKkKtPI%2C2BlKsPH%3BAAAD%2CKkKrPI%2C4BlKqPH%3BAACD%2CKkKvPI%2C2BlKuPH%3BAAAD%2CKkKtPI%2C4BlKsPH%3BAACD%2CQAAQ%2CUAAW%2CMkKxPf%3BAlKwPJ%2CQAAQ%2CUAAW%2CMkKvPf%3BElKwPA%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAwKlRQ%2CKADJ%2CcACK%3BEACG%2CuBAAA%3BEACA%2CYAAA%3B%3BACyCZ%2CMACI%2C4BACI%3BEACI%2CkBAAA%3B%3BAAIZ%3BE9E5DH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BA8EuDE%2C2BAII%3BEACI%2COAAA%3B%3BAAEI%2C2BAHR%2C4BAEI%2CEACK%2CIAAI%3BEACD%2COxKwBN%2CkBwKxBM%3B%3BAAKhB%3BEAEI%2CcAAA%3B%3BAAEJ%3BEzK%2BMA%2CiBAAA%3BEAAA%2CeAAA%3B%3BAyK5MA%3BEzK4MA%2CSAAA%3B%3BAyKvMA%2C8BACI%3BEACI%2CsBAAA%3B%3BAAFR%2C8BAII%3BEzKmMJ%2CgBAAA%3B%3BAyK9LA%2C%2BBACI%3BEzK6LJ%2CiBAAA%3B%3BAyKxLA%2CgCACI%3BEACI%2CQAAA%3BEzKsLR%2CiBAAA%3B%3BAyKjLA%2C8BAEI%3BAADJ%2C6BACI%3BEzK%2BKJ%2CWAAA%3BEAAA%2CYAAA%3BEyK5KQ%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C6BACI%3BEzKoKJ%2CyBAAA%3BEAAA%2CgBAAA%3B%3BAyK9JA%2C8BACI%3BEzK6JJ%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3B%3BAyKvJA%2C%2BBACI%3BEACG%2CmBAAA%3B%3BAC3FP%3BE%5C%2FE5CH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BA%2BEuCE%2C4BAII%3BEACI%2COAAA%3B%3BAAMR%3BE1KqOA%2CiBAAA%3BEAAA%2CeAAA%3B%3BA0KlOA%3BE1KkOA%2CSAAA%3B%3BA0K7NA%2C%2BBACI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C%2BBAMI%3BE1KuNJ%2CgBAAA%3B%3BA0KlNA%2CgCACI%3BE1KiNJ%2CkBAAA%3BEAAA%2CcAAA%3B%3BA0K3MA%2CiCACI%3BEACI%2CQAAA%3BE1KyMR%2CkBAAA%3BEAAA%2CcAAA%3B%3BA0KnMA%2CUACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BE1K8LR%2CaCtNqB%2C6BDsNrB%3B%3BAkKtQA%2CwBACI%2CaACM%3BEACE%2CcAAA%3B%3BAAIZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CyBAAC%3BElK4OP%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAkK%5C%2FPA%2CyBAOI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BElKoOV%2CmBkKnOsB%2CqBlKmOtB%3BEACK%2CgBkKpOiB%2CqBlKoOjB%3BEACC%2CekKrOgB%2CqBlKqOhB%3BEAcJ%2CWkKnPoB%2CqBlKmPpB%3BE2F5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEuEuCU%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BElK0NV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BEkKlOQ%2CUAAA%3B%3BAA7BR%2CyBAOI%2CmBAgBI%3BEACI%2CcAAA%3B%3BAACA%2CyBAlBR%2CmBAgBI%2CgBAEK%3BElKsOb%2CSkK1RY%2COlK0RZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CakK3RiB%2CuBlK2RjB%3BEAAA%2CgBAAA%3B%3BAkK%5C%2FPA%2CyBAOI%2CmBAuBI%3BElKiOR%2CWAAA%3BEAAA%2CeAAA%3BEkK5NY%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BElKyNZ%2CqBAAA%3B%3BAkKrNI%2CyBAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAJJ%2CwBAMI%3BEACI%2CgBAAA%3B%3BAAPR%2CwBAMI%2CEAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAS9FhB%3BEACI%3BIACG%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACG%2CUAAA%3BIACC%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAwBL%2CwBACI%3BEACI%2CUAAA%3B%3BAAFR%2CwBAII%2CaACK%3BEACG%2CcAAA%3B%3BAAIZ%2CwBACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CwBAMI%3BEACI%2CmBAAA%3BE3KkOR%2CaAAA%3B%3BA2K9NA%3BEACI%2CkBAAA%3B%3BAADJ%2CcAEM%3BEACE%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAXR%2CcAEM%2CIAUE%3BE3KkNR%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BE2K9MY%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CO1KSO%2C2B0KTP%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE3KwLd%2CkEAAA%3BEACK%2C%2BDAAA%3BEACC%2C8DAAA%3BEAcJ%2C0DAAA%3BE2KrMY%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CcA3BF%2CIA2BG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BE3KgKd%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3B%3BA2K5KQ%2CcAhDF%2CIAgDG%3BEA3FT%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BE3K2OF%2CqCAAA%3BEACK%2CkCAAA%3BEACC%2CiCAAA%3BEAcJ%2C6BAAA%3B%3BA2KvKI%2CcAAC%2CKAEK%2CIACE%3BEACI%2CkB1K9BG%2C2B0K8BH%3BEACA%2CWAAA%3BE3KkKhB%2CsBAAA%3B%3BA2K%5C%2FJY%2CcARP%2CKAEK%2CIAMG%3BEACG%2CuBAAA%3B%3BAAKhB%2CgBACI%2CeACM%2CIACE%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2CcACI%2CeAAiB%2CIAAE%3BEACf%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CcAOI%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3B%3BAATR%2CcAOI%2CYAGI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3B%3BAASZ%2CuBACI%2CaACM%3BEACE%2CcAAA%3B%3BAAHZ%2CuBACI%2CaACM%2CMAEI%3BEACE%2CoBAAA%3B%3BAAIL%2CuBARP%2CaAOK%2CMACG%3BEACG%2CgBAAA%3B%3BAAMf%2CwBACI%3BEAEI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAmBR%2C0CACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CIAAI%2C6BACA%3BEACI%2C2BAAA%3B%3BAAFR%2CIAAI%2C6BACA%2CaAEI%3BEACI%2CiBAAA%3B%3BAAJZ%2CIAAI%2C6BAOA%2CeAAc%2CkBACV%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CIAXR%2C6BAOA%2CeAAc%2CkBACV%2CWAGK%3BEACG%2CeAAA%3B%3BAAKhB%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2CwBAAC%2CMACG%2C%2BBACK%2CIACG%3BEACI%2CUAAA%3BEACA%2CmBAAmB%2CWAAnB%3BEACA%2CWAAW%2CWAAX%3B%3BAAZpB%2CwBAkBI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CwBAkBI%2C%2BBAIK%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA3BZ%2CwBAkBI%2C%2BBAIK%2CIAOG%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE3KKlB%2C2B2KJsC%2CiC3KItC%3BEACK%2CwB2KLiC%2CiC3KKjC%3BEACC%2CuB2KNgC%2CiC3KMhC%3BEAcJ%2CmB2KpBoC%2CiC3KoBpC%3B%3BA2KrDA%2CwBAkBI%2C%2BBAIK%2CIAeG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BE3KVlB%2CoD2KY%2BB%2C8B3KZ%5C%2FB%3BEACK%2CiD2KW0B%2C8B3KX1B%3BEACC%2CgD2KUyB%2C8B3KVzB%3BEAcJ%2C4C2KJ6B%2C8B3KI7B%3B%3BA2KrDA%2CwBAuDI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAzDR%2CwBAuDI%2CwBAGI%3BEACI%2CiBAAA%3BEAEA%2CSAAA%3B%3BAA7DZ%2CwBAuDI%2CwBAGI%2CYAII%3BEACI%2CO1K3MG%2C2B0K2MH%3B%3BAA%5C%2FDhB%2CwBAmEI%3BEACI%2CkBAAA%3B%3BAApER%2CwBAmEI%2C0BAEI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BE3KnBZ%2CcAAA%3B%3BA2KrDA%2CwBAmEI%2C0BAEI%2CWAMI%3BEACI%2CaAAA%3B%3BAA5EhB%2CwBAmEI%2C0BAEI%2CWAUI%3BE3K1BZ%2CcAAA%3B%3BA2K0CH%2CwBARoD%3BEACjD%2C6BACI%2CeAAc%2CkBACV%3BIACI%2CYAAA%3B%3B%3BAjIzUZ%2CiBAKK%3BAAJL%2CaAAc%2CmBAIT%3BAAHL%2CaAAc%2CSAAQ%2CKAAM%2CEAGvB%3BAAFL%2CkBAEK%3BAADL%2CQAAQ%2CKAAM%2CEACT%3BAAiYL%2CWAAY%2CQAAQ%2CSAChB%2CmBAlYC%3BAAiYL%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEAnYb%3BAA2YD%2CQAAC%2CKAyBG%2CmBApaH%3BAA2YD%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEArajB%3BAzBkCG%2CQATH%2CKASI%2CKyBlCJ%3BAxBwEL%2CQAAQ%2CKAAM%2CEwBxET%3BE1C8RL%2CgBAAA%3BE0C5RQ%2CcAAA%3B%3BAAIR%2CcAMI%2CqBAKI%3BAAVR%2CSAAS%2CKAAK%2CMAKV%2CqBAKI%3BAATR%2CiBAII%2CqBAKI%3BAARR%2CSAGI%2CqBAKI%3BAAPR%2CkBAEI%2CqBAKI%3BAAXR%2CcAOI%2CcAII%3BAAVR%2CSAAS%2CKAAK%2CMAMV%2CcAII%3BAATR%2CiBAKI%2CcAII%3BAARR%2CSAII%2CcAII%3BAAPR%2CkBAGI%2CcAII%3BAAXR%2CcAQI%2CkBAGI%3BAAVR%2CSAAS%2CKAAK%2CMAOV%2CkBAGI%3BAATR%2CiBAMI%2CkBAGI%3BAARR%2CSAKI%2CkBAGI%3BAAPR%2CkBAII%2CkBAGI%3BAAXR%2CcASI%2COAAM%2COAAO%2CQAET%3BAAVR%2CSAAS%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%3BAATR%2CiBAOI%2COAAM%2COAAO%2CQAET%3BAARR%2CSAMI%2COAAM%2COAAO%2CQAET%3BAAPR%2CkBAKI%2COAAM%2COAAO%2CQAET%3BAAXR%2CcAMI%2CqBAMI%3BAAXR%2CSAAS%2CKAAK%2CMAKV%2CqBAMI%3BAAVR%2CiBAII%2CqBAMI%3BAATR%2CSAGI%2CqBAMI%3BAARR%2CkBAEI%2CqBAMI%3BAAZR%2CcAOI%2CcAKI%3BAAXR%2CSAAS%2CKAAK%2CMAMV%2CcAKI%3BAAVR%2CiBAKI%2CcAKI%3BAATR%2CSAII%2CcAKI%3BAARR%2CkBAGI%2CcAKI%3BAAZR%2CcAQI%2CkBAII%3BAAXR%2CSAAS%2CKAAK%2CMAOV%2CkBAII%3BAAVR%2CiBAMI%2CkBAII%3BAATR%2CSAKI%2CkBAII%3BAARR%2CkBAII%2CkBAII%3BAAZR%2CcASI%2COAAM%2COAAO%2CQAGT%3BAAXR%2CSAAS%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%3BAAVR%2CiBAOI%2COAAM%2COAAO%2CQAGT%3BAATR%2CSAMI%2COAAM%2COAAO%2CQAGT%3BAARR%2CkBAKI%2COAAM%2COAAO%2CQAGT%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAYI%2CcAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAKV%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CiBAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CSAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CkBAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CcArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAMV%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CiBArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CSArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CkBArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CcApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAOV%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CiBApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CSApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CkBApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CcAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CiBAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CSAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CkBAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CcAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAKV%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CiBAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CSAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CkBAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CcArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAMV%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CiBArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CSArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CkBArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CcApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAOV%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CiBApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CSApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CkBApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CcAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CiBAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CSAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CkBAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BE1C4PjB%2CS4KvO2B%2CO5KuO3B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3BE4KxMF%2CcAAA%3BEACA%2CiBAAA%3BE5KuLA%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA0ClPgB%2CcAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAKV%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CiBAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CSAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CkBAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CcA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAMV%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CiBA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CSA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CkBA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CcA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAOV%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CiBA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CSA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CkBA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CcA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CiBA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CSA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CkBA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CcAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAKV%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CiBAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CSAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CkBAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CcA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAMV%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CiBA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CSA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CkBA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CcA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAOV%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CiBA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CSA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CkBA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CcA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CiBA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CSA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CkBA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BE1CkPjB%2CS4KtO0B%2CO5KsO1B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2Ca0CjPgF%2CmB1CiPhF%3BEAAA%2CgBAAA%3BE4KxMF%2CcAAA%3BEACA%2CiBAAA%3BE5KuLA%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA0CnPY%2CcA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAKV%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CiBA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CSA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CkBA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CcA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAMV%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CiBA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CSA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CkBA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CcA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAOV%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CiBA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CSA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CkBA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CcA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CiBA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CSA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CkBA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CcA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAKV%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CiBA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CSA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CkBA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CcA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAMV%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CiBA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CSA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CkBA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CcA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAOV%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CiBA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CSA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CkBA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CcA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CiBA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CSA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CkBA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BEACI%2CmBAAA%3B%3BAAMJ%2CcA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAKV%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CiBA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CSA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CkBA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CcA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAMV%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CiBA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CSA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CkBA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CcA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAOV%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CiBA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CSA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CkBA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CcA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CiBA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CSA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CkBA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CcA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAKV%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CiBA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CSA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CkBA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CcA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAMV%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CiBA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CSA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CkBA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CcA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAOV%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CiBA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CSA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CkBA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CcA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CiBA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CSA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CkBA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BE1CoOjB%2CS4KrO4B%2CO5KqO5B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BE4KxMF%2CcAAA%3BEACA%2CiBAAA%3BE5KuLA%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA0C3NgB%2CcAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CiBAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CSAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CkBAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CcAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CiBAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CSAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CkBAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CcArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CiBArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CSArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CkBArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CcAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CiBAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CSAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CkBAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CcAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CiBAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CSAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CkBAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CcArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CiBArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CSArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CkBArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CcAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CiBAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CSAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CkBAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CcAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAII%2CQAiDK%2COACI%3BAAAD%2CiBAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CSAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CkBAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CcArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CiBArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CSArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CkBArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CcAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CiBAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CSAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CkBAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CcAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CiBAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CSAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CkBAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CcArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CiBArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CSArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CkBArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BE1C2NjB%2CS4KpO4B%2CO5KoO5B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BE4KxMF%2CcAAA%3BEACA%2CiBAAA%3BE5KuLA%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA0CxRA%2CcAqEI%2COAAM%2COAAO%3BAApEjB%2CSAAS%2CKAAK%2CMAoEV%2COAAM%2COAAO%3BAAnEjB%2CiBAmEI%2COAAM%2COAAO%3BAAlEjB%2CSAkEI%2COAAM%2COAAO%3BAAjEjB%2CkBAiEI%2COAAM%2COAAO%3BEACT%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CUAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAIA%2CiBAAC%2CIAAI%2CQACD%3BEACI%2CYAAA%3B%3BAAHZ%2CiBAOI%3BE1CkJJ%2CkBAAA%3B%3BA0C5IA%2CYAGI%3BAAFJ%2CwBAEI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAALR%2CYAGI%2CgBAII%3BAANR%2CwBAEI%2CgBAII%3BEACI%2CcAAA%3BE1CoIZ%2CaAAA%3BE0ClIY%2CwBAAA%3B%3BAAEA%2CYATR%2CgBAII%2CeAKK%3BAAAD%2CwBATR%2CgBAII%2CeAKK%3BAAZb%2CYAGI%2CgBAII%2CeAMK%2COAAI%3BAAZjB%2CwBAEI%2CgBAII%2CeAMK%2COAAI%3BE1C%2BHjB%2CiBAAA%3B%3BA0CzHA%3BEiDnKH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjDgKM%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CwBAAC%2CUACG%3BEACI%2CkBAAA%3B%3BAAEA%2CwBAJP%2CUACG%2CiBAGK%3BE1CgHb%2Ca4KpRgB%2CqB5KoRhB%3BEAAA%2CcAAA%3BE6KxEA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAnIjDA%2CwBAkBK%3BEACG%2CoBAAA%3B%3BAAnBR%2CwBAsBI%3BE1CmGJ%2CaAAA%3B%3BA0C%5C%2FFY%2CwBAJR%2CiBAGI%2CEACK%2CIAAI%3BE1C%2BFjB%2CWAAA%3B%3BA0C3FY%2CwBARR%2CiBAGI%2CEAKK%2COAAO%3BEACJ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAMJ%2CwBApBR%2CiBAkBI%2CQAAO%2CKAEF%3BEACG%2CSAAS%2CGAAT%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAzBR%2CiBAkBI%2CQAAO%2CKAOF%3BEACG%2CSAAS%2CGAAT%3BEACA%2CmBAAA%3B%3BAAOhB%2CkBAGI%2CmBAEI%3BAAJR%2CaAEI%2CmBAEI%3BAALR%2CkBAII%2CwBACI%3BAAJR%2CaAGI%2CwBACI%3BE1C4DR%2CcAAA%3B%3BA0CjEA%2CkBAUI%2CeAEI%3BAAXR%2CaASI%2CeAEI%3BAAZR%2CkBAWI%2CeACI%3BAAXR%2CaAUI%2CeACI%3BE1CqDR%2CgBAAA%3B%3BA0CjEA%2CkBAUI%2CeAMI%3BAAfR%2CaASI%2CeAMI%3BAAhBR%2CkBAWI%2CeAKI%3BAAfR%2CaAUI%2CeAKI%3BEACI%2CqBAAA%3B%3BAAjBZ%2CkBAUI%2CeAUI%2CqBAAqB%3BAAnB7B%2CaASI%2CeAUI%2CqBAAqB%3BAApB7B%2CkBAWI%2CeASI%2CqBAAqB%3BAAnB7B%2CaAUI%2CeASI%2CqBAAqB%3BEACjB%2CcAAA%3B%3BAArBZ%2CkBAUI%2CeAcI%3BAAvBR%2CaASI%2CeAcI%3BAAxBR%2CkBAWI%2CeAaI%3BAAvBR%2CaAUI%2CeAaI%3BAAxBR%2CkBAUI%2CeAeI%2CmBAAmB%3BAAxB3B%2CaASI%2CeAeI%2CmBAAmB%3BAAzB3B%2CkBAWI%2CeAcI%2CmBAAmB%3BAAxB3B%2CaAUI%2CeAcI%2CmBAAmB%3BE1CwC3B%2CcAAA%3B%3BA0CjEA%2CkBA8BI%3BAA7BJ%2CaA6BI%3BE1CmCJ%2CcAAA%3BE0CjCQ%2C6BAAA%3B%3BAAhCR%2CkBA8BI%2CWAII%3BAAjCR%2CaA6BI%2CWAII%3BAAlCR%2CkBA8BI%2CWAKI%2CmBAAmB%3BAAlC3B%2CaA6BI%2CWAKI%2CmBAAmB%3BE1C8B3B%2CcAAA%3BEAAA%2CiBAAA%3BE0C3BY%2CgBAAA%3B%3BAAtCZ%2CkBA0CI%2CeACI%3BAA1CR%2CaAyCI%2CeACI%3BEACI%2CaAAA%3B%3BAA5CZ%2CkBAgDI%2CeACI%3BAAhDR%2CaA%2BCI%2CeACI%3BEACI%2CcAAA%3B%3BAAlDZ%2CkBAsDI%3BAArDJ%2CaAqDI%3BEACI%2CeAAA%3B%3BAAvDR%2CkBAsDI%2CoBAGI%3BAAxDR%2CaAqDI%2CoBAGI%3BE1CQR%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CiBAAA%3B%3BA0CjEA%2CkBAsDI%2CoBAQI%3BAA7DR%2CaAqDI%2CoBAQI%3BEACI%2CgBAAA%3B%3BAA%5C%2FDZ%2CkBAmEI%3BAAlEJ%2CaAkEI%3BAAnEJ%2CkBAoEI%3BAAnEJ%2CaAmEI%3BAApEJ%2CkBAqEI%3BAApEJ%2CaAoEI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAvER%2CkBA2EI%3BAA1EJ%2CaA0EI%3BAA3EJ%2CkBA4EI%3BAA3EJ%2CaA2EI%3BEACI%2CSAAA%3B%3BAA7ER%2CkBA%2BEI%3BAA9EJ%2CaA8EI%3BEACI%2CiBAAA%3B%3BAAMY%2CkBAJhB%2CaACI%2CiBACI%2CqBACK%2CuBACI%3BAAAD%2CaAJhB%2CaACI%2CiBACI%2CqBACK%2CuBACI%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAGJ%2CkBARhB%2CaACI%2CiBACI%2CqBACK%2CuBAKI%2CWAAW%3BAAAZ%2CaARhB%2CaACI%2CiBACI%2CqBACK%2CuBAKI%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAA3FxB%2CkBAkFI%2CaACI%2CiBAaI%2CMAAK%3BAA%5C%2FFjB%2CaAiFI%2CaACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAjGhB%2CkBAkFI%2CaACI%2CiBAaI%2CMAAK%2CYAGD%3BAAlGhB%2CaAiFI%2CaACI%2CiBAaI%2CMAAK%2CYAGD%3BE1ClChB%2CiBAAA%3B%3BA0CsCgB%2CkBArBZ%2CaACI%2CiBAaI%2CMAAK%2CYAOA%3BAAAD%2CaArBZ%2CaACI%2CiBAaI%2CMAAK%2CYAOA%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAxGpB%2CkBA8GI%3BAA7GJ%2CaA6GI%3BEACI%2CazC7PiB%2CiCyC6PjB%3B%3BAAKJ%2CQAAC%2CKACG%3BEiDhVX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAjD0UM%2CQAAC%2CKACG%2CWAII%3BE1CxDZ%2CgBAAA%3BE0C2DgB%2CmBAAA%3B%3BAARZ%2CQAAC%2CKACG%2CWAUI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BE1ChEhB%2CWAAA%3B%3BA0CmEgB%2CQAhBX%2CKACG%2CWAUI%2CaAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAjBhB%2CQAAC%2CKACG%2CWAoBK%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQA1BX%2CKACG%2CWAoBK%2COAKI%3BEACG%2CSAAA%3B%3BAAOpB%2CkBACI%2COACI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAQZ%2CWAAY%2CQAAQ%2CSAChB%3BAADJ%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%3BEACV%2CaAAA%3BEACA%2CgBAAA%3BEAEA%2CoBAAA%3B%3BAAIJ%2CQAAC%2CKACG%2C2BkIhRR%2CuBAAuB%2CIAAG%3BAlI%2BQtB%2CQAAC%2CKACG%2C2BkI%5C%2FQR%3BE5KiKA%2C8CgKjEoE%2CmChKiEpE%3B%3BA0C6GI%2CQAAC%2CKACG%2C2BkI5QR%3BEAEI%2CUAAA%3B%3BAAGA%2CQlIsQC%2CKACG%2C2BkIxQR%2CqBACK%2CMACG%3BAADJ%2CQlIsQC%2CKACG%2C2BkIxQR%2CqBACK%2CMAEG%2CuBAAuB%2CIAAG%3BE5KuIpC%2CmB4KtI0B%2CW5KsI1B%3BEACK%2CgB4KvIqB%2CW5KuIrB%3BEACC%2Ce4KxIoB%2CW5KwIpB%3BEAcJ%2CW4KtJwB%2CW5KsJxB%3BE4KpJY%2CUAAA%3BE5KoJZ%2C8CgKjEoE%2CmChKiEpE%3B%3BA0C6GI%2CQAAC%2CKAKG%2CmCkIlOR%3BEACI%2CkBAAA%3B%3BAACA%2CQlI2NC%2CKAKG%2CmCkIlOR%2CuBAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BE5KsGR%2CoCAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3B%3BA0C6GI%2CQAAC%2CKAKG%2CmCkInNR%2CuBAAuB%2CIAAG%3BAlI8MtB%2CQAAC%2CKAKG%2CmCkIlNR%3BE5KgGA%2C8CgKjEoE%2CmChKiEpE%3B%3BA4K5FI%2CQlIyMC%2CKAKG%2CmCkI%5C%2FMR%2CqBACK%2CMACG%2CuBAAuB%2CIAAG%3BAAD9B%2CQlIyMC%2CKAKG%2CmCkI%5C%2FMR%2CqBACK%2CMAEG%3BE5K0EV%2CmB4KzE0B%2CW5KyE1B%3BEACK%2CgB4K1EqB%2CW5K0ErB%3BEACC%2Ce4K3EoB%2CW5K2EpB%3BEAcJ%2CW4KzFwB%2CW5KyFxB%3BE4KvFY%2CUAAA%3BE5KuFZ%2C8CgKjEoE%2CmChKiEpE%3B%3BA4KlFY%2CQlI%2BLP%2CKAKG%2CmCkI%5C%2FMR%2CqBACK%2CMAQG%2CuBAEK%3BAAAD%2CQlI%2BLP%2CKAKG%2CmCkI%5C%2FMR%2CqBACK%2CMASG%2CsBACK%3BEACG%2CUAAA%3B%3BAAzDZ%2CQlIuPC%2CKASG%2C8BkIjQR%2CuBACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BE5KiHV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3B%3BA4K1HY%2CQlIuOP%2CKASG%2C8BkInPR%2CqBACK%2CMACG%2CuBACK%3BE5K0Hb%2CoCAAA%3B%3BA4KrEI%2CQlIkLC%2CKAaG%2CiCkIjMR%2CuBAEK%3BAACD%2CQlIiLC%2CKAaG%2CiCkIjMR%2CuBAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CUAAA%3BE5KyDR%2C8CgKjEoE%2CmChKiEpE%3B%3BA4KpDQ%2CQlIiKH%2CKAaG%2CiCkIjMR%2CuBAkBK%2CMACI%3BEACG%2CQAAA%3B%3BAAGJ%2CQlI6JH%2CKAaG%2CiCkIjMR%2CuBAkBK%2CMAKI%3BEACG%2CSAAA%3B%3BAAGJ%2CQlIyJH%2CKAaG%2CiCkIjMR%2CuBAkBK%2CMASI%3BAACD%2CQlIwJH%2CKAaG%2CiCkIjMR%2CuBAkBK%2CMAUI%3BEACG%2C2CAAA%3B%3BAlIuJR%2CQAAC%2CKAiBG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BE1CjIZ%2CmBAAA%3B%3BA0C6GI%2CQAAC%2CKAyBG%3BAAzBJ%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%3BEACV%2CaAAA%3BEACA%2CgBAAA%3B%3BAA5BR%2CQAAC%2CKAiCG%3BE1C9IR%2CaAAA%3BEAAA%2CcAAA%3B%3BA0C6GI%2CQAAC%2CKAiCG%2CyBAII%3BE1ClJZ%2CaAAA%3B%3BA0C6GI%2CQAAC%2CKAiCG%2CyBAII%2CiBAGI%2CEACI%3BEACI%2CYAAA%3B%3BAA1CpB%2CQAAC%2CKAiCG%2CyBAcI%2CiBACI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAArDhB%2CQAAC%2CKAiCG%2CyBAcI%2CiBACI%2CQAAO%2CKAOH%3BEACI%2CYAAA%3B%3BAAxDpB%2CQAAC%2CKA%2BDG%2CsBACI%2CIAAG%3BEiDzclB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjDsckB%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEI%2CQAxEf%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBACK%3BEACG%2CWAAA%3B%3BAADJ%2CQAxEf%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBACK%2CMAGG%3BE1CxLxB%2CaAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BE0C8L4B%2CgBAAA%3B%3BAAEA%2CQAnFvB%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBACK%2CMAGG%2CeAQK%3BE1ChM7B%2CaAAA%3BEAAA%2CcAAA%3B%3BA0CuMoB%2CQA1Ff%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBAmBK%2CKACG%3BE1CxMxB%2CiBAAA%3BE0C8M4B%2CgBAAA%3B%3BAAS5B%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CazC3aqB%2CiCyC2arB%3BEACA%2C0BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BE1C9NJ%2CeAAA%3B%3BA0CuNA%2CcASI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CcAmBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CcAyBI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CcACI%3BE1CtPJ%2CmBAAA%3B%3BA0CqPA%2CcAII%3BEACI%2CcAAA%3B%3BAAOA%2CcADJ%2CSACK%2CKACG%3BEACI%2CeAAA%3B%3BAAGJ%2CcANR%2CSACK%2CKAKI%2CMACG%3BEACI%2CeAAA%3B%3BAAEA%2CcAVhB%2CSACK%2CKAKI%2CMACG%2CyBAGK%3BEACG%2CaAAA%3B%3BAALZ%2CcANR%2CSACK%2CKAKI%2CMASG%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAASpB%2CqBAEI%3BAADJ%2C8BACI%3BEACI%2CcAAA%3B%3BAAHR%2CqBAMI%3BAALJ%2C8BAKI%3BEACI%2CSAAA%3B%3BAAUR%2CMAAM%2COACF%3BEiDxkBP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjDqkBU%2CgBAAA%3B%3BAAHR%2CMAAM%2COAMF%3BEACI%2CWAAA%3B%3BAAPR%2CMAAM%2COAUF%3BEACI%2CUAAA%3B%3BAAXR%2CMAAM%2COAUF%2COAGI%3BEACI%2CWAAA%3BE1CzTZ%2CiBAAA%3B%3BA0C2SA%2CMAAM%2COAUF%2COAQI%3BEACI%2CeAAA%3B%3BAAnBZ%2CMAAM%2COAUF%2COAYI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CMAAM%2COAUF%2COAgBI%3BEACI%2CmBAAA%3B%3BAAKR%2CgCAAgC%3BEAC5B%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BE1CjWV%2CwB0CkW2B%2CiD1ClW3B%3BEACK%2CqB0CiWsB%2CiD1CjWtB%3BEACC%2CoB0CgWqB%2CiD1ChWrB%3BEAcJ%2CgB0CkVyB%2CiD1ClVzB%3BE0CoVQ%2CkBAAA%3B%3BAAEI%2CgCAXwB%2CcAU1B%2CIAAC%2CYACE%3BEACG%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA8CR%2CcADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAEA%2CcAJR%2CSACK%2CKAGI%3BEiD3qBhB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjDwqBkB%2CiBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%2CMACG%3BEACI%2CeAAA%3B%3BAAMR%2CcAjBR%2CSAgBK%2CKACI%3BEAEG%2CcAAA%3BEACA%2CcAAA%3B%3BAoIpoBJ%2C8BAFR%2CQACK%2CUACI%3BEACG%2Ca7KqBS%2CiC6KrBT%3BEACA%2CkBAAA%3B%3BAAEA%2C8BANZ%2CQACK%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2C8BAVZ%2CQACK%2CUACI%2CMAQI%2CmBAAmB%3BE9K6NpC%2CcAAA%3BE8K3NoB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2Ca7KUK%2CiC6KVL%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2C8BArBR%2CQACK%2CUAoBI%3BE9KkNb%2CcAAA%3BE8KhNgB%2CkBAAA%3B%3BAAGJ%2C8BA1BR%2CQACK%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2C8BA7BZ%2CQACK%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2C8BA1BR%2CQACK%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE9KsM%5C%2FC%2CWAAA%3BE8KpMoB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2C8BA7CR%2CQACK%2CUA4CI%2CKAEG%3BAADJ%2C8BA9CR%2CQACK%2CUA6CI%2CaACG%3BE9KwLhB%2CgBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3B%3BA8KpLoB%2C8BAnDhB%2CQACK%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2C8BAnDhB%2CQACK%2CUA6CI%2CaACG%2CeAIK%3BE9KoLrB%2CYCzLwB%2CgCDyLxB%3BEAAA%2CkBCzLwB%2CgCDyLxB%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BA8K3KQ%2C8BA5DJ%2CQA4DK%3BE9K2KT%2CyBAAA%3BE8KzKY%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2C8BA1ER%2CQA4DK%2COAcI%3BEACG%2CgBAAA%3B%3BAAGJ%2C8BA9ER%2CQA4DK%2COAkBI%3BE9KyJb%2CgBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BE8KtJgB%2CeAAA%3BEACA%2Ca7K1DS%2CiC6K0DT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C8BAxFZ%2CQA4DK%2COAkBI%2CKAUI%3BE9K%2BIjB%2CyBAAA%3B%3BA8K1IY%2C8BA7FR%2CQA4DK%2COAiCI%3BE9K0Ib%2CcAAA%3B%3BA8KpIY%2C8BAnGR%2CQA4DK%2COAuCI%2CIAAI%2CWAAW%3BE9KoI5B%2CcAAA%3B%3BA8KtHY%2C8BAjHR%2CQA4DK%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2C8BAtHZ%2CQA4DK%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2C8BAxIR%2CQA4DK%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C8BA7IZ%2CQA4DK%2COA4EI%2CSAKI%3BE9KkCjB%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BE8KlCY%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE9KkFpB%2CmBAAA%3B%3BA8KzEY%2C8BA9JR%2CQA4DK%2COAkGI%3BE9KyEb%2CWAAA%3BE8KtEgB%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BE9K%2BDhB%2CmBAAA%3B%3BA8K5DgB%2C8BA3KZ%2CQA4DK%2COAkGI%2CQAeO%3BAADJ%2C8BA5KZ%2CQA4DK%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C8BAnLpB%2CQA4DK%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2C8BAnLpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2C8BApLpB%2CQA4DK%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2C8BApLpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C8BA7LpB%2CQA4DK%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2C8BA7LpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C8BApMpB%2CQA4DK%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2C8BApMpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2C8BA3KZ%2CQA4DK%2COAkGI%2CQA8CO%3BAAhCJ%2C8BA5KZ%2CQA4DK%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2C8BApNZ%2CQA4DK%2COAkGI%2CQAsDI%3BE9KmBjB%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CmBAAA%3BE8KfoB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2C8BA9JR%2CQA4DK%2COAkGI%2CQAiEG%3BE9KQhB%2CWAAA%3BE8KNoB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzOR%2CQA4DK%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C8BA9OZ%2CQA4DK%2COA6KI%2CaAKI%2CMAAS%3BE9KP1B%2C%2BBAAA%3B%3BA8KWgB%2C8BAlPZ%2CQA4DK%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2C8BAxPJ%2CQAwPK%3BEACG%2CcAAA%3B%3BAAEA%2C8BA3PR%2CQAwPK%2CIAGI%3BEACG%2CmBAAA%3B%3BAAIR%2C8BAhQJ%2CQAgQK%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C8BAxQJ%2CQAwQK%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C8BA7QJ%2CQA6QK%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C8BAlRJ%2CQAkRK%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtRZ%2C8BA0RI%2CUAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAdxVR%2CaACI%3BEACI%2CkBAAA%3B%3BAAIQ%2CaALZ%2CsBAGI%2CIAAG%2CqBACC%2CkBACK%2CMACG%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CaAXpB%2CsBAGI%2CIAAG%2CqBACC%2CkBACK%2CMACG%2CeAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEhK4Q5B%2CkBAAA%3B%3BAgKvQ4B%2CaAzBxB%2CsBAGI%2CIAAG%2CqBACC%2CkBACK%2CMACG%2CeAkBK%2CSACI%3BEACG%2CkBAAA%3B%3BAAKhB%2CaA%5C%2FBZ%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEhK8OtB%2CmBgK7OkC%2CiBhK6OlC%3BEACK%2CgBgK9O6B%2CiBhK8O7B%3BEACC%2CegK%5C%2FO4B%2CiBhK%2BO5B%3BEAcJ%2CWgK7PgC%2CiBhK6PhC%3BEgK3PoB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEhKwOtB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAgKjQgB%2CaA%5C%2FBZ%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAYG%3BErEvCvB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqEoC0B%2CuBAAA%3BEACA%2CSAAA%3B%3BAAfR%2CaA%5C%2FBZ%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAkBG%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoFAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEhKqOxB%2CiBAAA%3BEgKnOwB%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CaAhEpB%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAkBG%2CeAeK%3BAACD%2CaAjEpB%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAkBG%2CeAgBK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAWR%2CaAJf%2CMACG%2CsBACI%2CIAAG%2CqBACC%2CkBACK%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAQxB%2CcACI%2CcAAc%2CmBAEV%3BAAHR%2CcAEI%2COAAM%2COAAO%2CQACT%3BAAHR%2CcACI%2CcAAc%2CmBAGV%3BAAJR%2CcAEI%2COAAM%2COAAO%2CQAET%3BEhKoMR%2CWAAA%3BEAAA%2CYAAA%3B%3BAgKhMI%2CcAAC%2CIAAI%2CeAED%3BAAVR%2CcASI%2CeAAc%2CIAAI%2CeACd%3BEhK8LR%2CgBAAA%3B%3BAgKxMA%2CcAcI%2CaACI%3BEACI%2CaAAA%3B%3BAAhBZ%2CcAmBI%3BEACI%2CkBAAA%3B%3BAAEI%2CcAHR%2CcAEK%2CYACI%2CWAAW%2CUAAU%2CUAAU%2CUAAU%3BEACtC%2CaAAA%3B%3BAAvBhB%2CcAmBI%2CcAOI%3BEACI%2CWAAA%3B%3BAA3BZ%2CcAmBI%2CcAOI%2CiBAEI%2COAAM%3BE1JrElB%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CSAAA%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE0JuDgB%2CoBAAA%3BEACA%2CWAAA%3BEhKqKhB%2CeCvLoB%2C4BDuLpB%3BEgKnKgB%2CyBAAA%3BEhKmKhB%2CgBCrLqB%2C6BDqLrB%3BEgKjKgB%2CkBAAA%3B%3BA1J3ChB%2Cc0JuBI%2CcAOI%2CiBAEI%2COAAM%2CY1JhCjB%3BAACD%2Cc0JsBI%2CcAOI%2CiBAEI%2COAAM%2CY1J%5C%2FBjB%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2Cc0JUI%2CcAOI%2CiBAEI%2COAAM%2CY1JnBjB%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2Cc0JFI%2CcAOI%2CiBAEI%2COAAM%2CY1JPjB%3BAACD%2Cc0JHI%2CcAOI%2CiBAEI%2COAAM%2CY1JNjB%3BAACD%2CQAAQ%2CUAAW%2Ce0JJf%2CcAOI%2CiBAEI%2COAAM%3BEhK4KlB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA0J1BJ%2CcAmBI%2CcAOI%2CiBAEI%2COAAM%2CYAYF%3BEACI%2CyBAAA%3B%3BAAzCpB%2CcAmBI%2CcA2BI%3BEACI%2CUAAA%3B%3BAAGR%2CcAAC%2CiBACG%2CeAAe%2CcAAa%3BEACxB%2CSAAA%3BEACA%2CeAAA%3B%3BAAHR%2CcAAC%2CiBACG%2CeAAe%2CcAAa%2COAIxB%2CmBAAkB%3BEACd%2CaAAA%3B%3BAAKhB%2CkBAAqB%2CiBAAc%2CIAAI%3BEhK2IvC%2CiBAAA%3B%3BAgK2MA%2C2BACI%2C%2BBAA%2BB%2COAAM%2COAAQ%2CeAAe%2CqBAAoB%2CcAAe%3BEAC3F%2CWAAA%3B%3BAAmFR%2CiBACI%2CeACI%3BEhKlSR%2CiBAAA%3B%3BAgKgSA%2CiBACI%2CeACI%2CcAEI%3BEACI%2CkBAAA%3BEhKrTlB%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEgKwSgB%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAThB%2CiBACI%2CeACI%2CcASI%3BEACI%2CkBAAA%3B%3BAAZhB%2CiBACI%2CeACI%2CcASI%2CsBAEI%3BEACI%2CuBAAA%3B%3BAAdpB%2CiBACI%2CeACI%2CcASI%2CsBAKI%2CiBAAiB%3BEhKhTjC%2CiBAAA%3B%3BAgKgSA%2CiBACI%2CeACI%2CcASI%2CsBAQI%2CyBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtBxB%2CiBACI%2CeACI%2CcASI%2CsBAcI%2CIAAG%2CqBAAsB%2CkBAAiB%3BEACtC%2CUAAA%3B%3BAA1BpB%2CiBACI%2CeA6BI%2CkBACI%3BErE3lBf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqEwlBkB%2CuBAAA%3B%3BAAEJ%2CiBAlCR%2CeA6BI%2CkBAKK%2CMACG%3BEACI%2CgBAAA%3B%3BAArCpB%2CiBA0CI%2CeAAc%2CIAAI%2CeAAgB%3BAA1CtC%2CiBA2CI%2CeAAe%2CeAAc%2CIAAI%2CeAAgB%3BEAC7C%2CgBAAA%3B%3BAAMR%2CiBACI%2CeACI%3BEhKpWV%2C4JAAA%3BEACK%2CyJAAA%3BEACC%2CwJAAA%3BEAcJ%2CoJAAA%3BEgK4VY%2CSAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CiBACI%2CeACI%2CcAUI%3BEACI%2CkBAAA%3B%3BAAbhB%2CiBACI%2CeACI%2CcAUI%2CsBAEI%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAhBpB%2CiBACI%2CeACI%2CcAUI%2CsBAMI%2CkBACI%3BErEjoBvB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqE8nB0B%2CuBAAA%3B%3BAArBxB%2CiBACI%2CeACI%2CcAuBI%2CsBAAsB%2CIAAG%3BEACrB%2CiBAAA%3B%3BAA1BhB%2CiBACI%2CeACI%2CcA0BK%3BAA5Bb%2CiBACI%2CeACI%2CcA2BK%2CSAAQ%2CKAAM%3BEACX%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGR%2CiBArCJ%2CeAqCK%2CIAAI%2CeAAgB%3BAAtC7B%2CiBACI%2CeAsCI%2CeAAc%2CIAAI%2CeAAgB%3BEAC9B%2CaAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CiBA4CI%2C2BACI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3B%3BAAhDZ%2CiBA4CI%2C2BACI%2CeAII%3BEACI%2CsBAAA%3B%3BAAKJ%2CwBAH0C%3BEAG1C%2CiBAXR%2C2BACI%3BIAQQ%2CuBAAuB%2CmBAAvB%3B%3B%3BAAKJ%2CwBAHyC%3BEAGzC%2CiBAdR%2C2BACI%3BIAWQ%2CuBAAuB%2CcAAvB%3B%3B%3BAAEJ%2CiBAdR%2C2BACI%2CeAaK%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CiBAjBR%2C2BACI%2CeAgBK%3BEACG%2CuBAAuB%2CkBAAvB%3B%3BAAEJ%2CiBApBR%2C2BACI%2CeAmBK%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAjEhB%2CiBAqEI%2CeAAc%2CSAAU%3BAArE5B%2CiBAqE4C%2CeAAe%2CUAAS%2CKAAK%2CMAAM%2CIAAI%3BEAC3E%2CcAAA%3BEACA%2CeAAA%3B%3BAAvER%2CiBAyEI%2CSAAQ%2CMAAM%2CQACV%3BEACI%2CgCAAA%3B%3BAYhchB%3BAlIsII%2CWAAY%2CQAAQ%2CSAChB%3BAADJ%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%3BAAQd%2CQAAC%2CKAyBG%3BAAzBJ%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%3BAzBnYd%2CQATH%2CKASI%3BACsCT%2CQAAQ%2CKAAM%3BElBsNd%2CgBAAA%3B%3BA4KnCJ%2CiBAEM%3BAlIoIF%2CWAAY%2CQAAQ%2CSAChB%2CmBkIrIF%3BAlIoIF%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEkItIhB%3BAlI8IE%2CQAAC%2CKAyBG%2CmBkIvKN%3BAlI8IE%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEkIxKpB%3BA3J3NM%2CQATH%2CKASI%2CK2J2NP%3BA1JrLF%2CQAAQ%2CKAAM%2CE0JqLZ%3BE5KiCF%2COCjMmB%2C2BDiMnB%3BEAAA%2CqBAAA%3B%3BADjJA%2CiB6KgHE%2CI7KhHD%3BA2CoPD%2CWAAY%2CQAAQ%2CSAChB%2CmBkIrIF%2CI7KhHD%3BA2CoPD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEkItIhB%2CI7KhHD%3BA2C8PG%2CQAAC%2CKAyBG%2CmBkIvKN%2CI7KhHD%3BA2C8PG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEkIxKpB%2CI7KhHD%3BAkB3GO%2CQATH%2CKASI%2CK2J2NP%2CI7KhHD%3BAmBrED%2CQAAQ%2CKAAM%2CE0JqLZ%2CI7KhHD%3BECiJD%2COCjMmB%2C2BDiMnB%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiB6K2GE%2CI7K3GD%3BA2C%2BOD%2CWAAY%2CQAAQ%2CSAChB%2CmBkIrIF%2CI7K3GD%3BA2C%2BOD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEkItIhB%2CI7K3GD%3BA2CyPG%2CQAAC%2CKAyBG%2CmBkIvKN%2CI7K3GD%3BA2CyPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEkIxKpB%2CI7K3GD%3BAkBhHO%2CQATH%2CKASI%2CK2J2NP%2CI7K3GD%3BAmB1ED%2CQAAQ%2CKAAM%2CE0JqLZ%2CI7K3GD%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CiB6KsGE%2CI7KtGD%3BA2C0OD%2CWAAY%2CQAAQ%2CSAChB%2CmBkIrIF%2CI7KtGD%3BA2C0OD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEkItIhB%2CI7KtGD%3BA2CoPG%2CQAAC%2CKAyBG%2CmBkIvKN%2CI7KtGD%3BA2CoPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEkIxKpB%2CI7KtGD%3BAkBrHO%2CQATH%2CKASI%2CK2J2NP%2CI7KtGD%3BAmB%5C%2FED%2CQAAQ%2CKAAM%2CE0JqLZ%2CI7KtGD%3BECuID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BA%2BKhQA%3BEACI%2CkBAAA%3BE%5C%2FK%2BPJ%2CmBAAA%3B%3BA%2BKhQA%2CoCAIK%3BEACG%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BE%5C%2FKwPR%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3B%3BA%2BKhQA%2CoCAkBI%3BE%5C%2FK8OJ%2CeAAA%3BEAAA%2CeAAA%3BE%2BK1OQ%2CcAAA%3B%3BAAtBR%2CoCAyBI%3BE%5C%2FKuOJ%2CeAAA%3BE%2BKpOQ%2CcAAA%3B%3BAAKR%2CqCACI%2CqCACK%3BE%5C%2FK6NT%2CsBAAA%3B%3BA%2BK%5C%2FNA%2CqCACI%2CqCAKI%3BE%5C%2FKyNR%2CWAAA%3B%3BA%2BK%5C%2FNA%2CqCACI%2CqCASI%3BE%5C%2FKqNR%2CWAAA%3B%3BA%2BK%5C%2FMA%2CsCACI%2CqCACK%3BE%5C%2FK6MT%2CsBAAA%3B%3BA%2BK%5C%2FMA%2CsCACI%2CqCAKI%3BE%5C%2FKyMR%2CWAAA%3B%3BA%2BK%5C%2FMA%2CsCACI%2CqCASI%3BE%5C%2FKqMR%2CWAAA%3B%3BA%2BK%5C%2FLA%2CCAAC%2CwCACG%3BEACI%2CgBAAA%3B%3BAAFR%2CCAAC%2CwCAIG%3BEACI%2CkBAAA%3B%3BAALR%2CCAAC%2CwCAIG%2CsBAGI%3BEACI%2CuBAAA%3BEACA%2CeAAA%3B%3BAAIZ%2CuCACI%3BEACI%2CaAAA%3B%3BAAGR%2CqCACI%3BEACI%2CgBAAA%3B%3BAAsFR%2C0BACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALR%2C0BAOI%3BAAPJ%2C0BAQI%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAVR%2C0BAYI%2CmBACI%3BEACI%2CoBAAA%3B%3BAAdZ%2C0BAYI%2CmBAII%3BEACI%2CmBAAA%3B%3BAAjBZ%2C0BAYI%2CmBAII%2CsBAEI%3BEACI%2CiBAAA%3BEACA%2Ca9K9IS%2CiC8K8IT%3BEACA%2CmBAAA%3B%3BAArBhB%2C0BAYI%2CmBAII%2CsBAOI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA1BhB%2C0BAYI%2CmBAII%2CsBAOI%2CWAII%3BEACI%2CeAAA%3B%3BAA5BpB%2C0BAiCI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2C0BAiCI%2CmBAGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAtCZ%2C0BAiCI%2CmBAGI%2CoBAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAlDhB%2C0BAiCI%2CmBAGI%2CoBAGI%2CQAYI%3BEACI%2CaAAA%3B%3BAAEJ%2C0BArBZ%2CmBAGI%2CoBAGI%2CQAeK%3BEACG%2CWAAA%3B%3BAAEJ%2C0BAxBZ%2CmBAGI%2CoBAGI%2CQAkBK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2C0BA5BhB%2CmBAGI%2CoBAGI%2CQAkBK%2CMAII%3BEACG%2CWAAA%3B%3BAA9DxB%2C0BAiCI%2CmBAkCI%3BEACI%2CWAAA%3B%3BAApEZ%2C0BAiCI%2CmBAkCI%2CiBAEI%3BAArEZ%2C0BAiCI%2CmBAkCI%2CiB3KvIR%2CMAAK%2CcAiED%2CiBAGM%3BA2KAV%2C0BAiCI%2CmBAkCI%2CiB1K1NR%3BE0K6NgB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BAxCZ%2CmBAkCI%2CiBAEI%2COAIK%3BAAAD%2C0BAxCZ%2CmBAkCI%2CiB3KvIR%2CMAAK%2CcAiED%2CiBAGM%2CU2KyEO%3BAAAD%2C0BAxCZ%2CmBAkCI%2CiB1K1NR%2Ca0KgOiB%3BEACG%2CaAAA%3B%3BAAEJ%2C0BA3CZ%2CmBAkCI%2CiBAEI%2COAOK%3BAAAD%2C0BA3CZ%2CmBAkCI%2CiB3KvIR%2CMAAK%2CcAiED%2CiBAGM%2CU2K4EO%3BAAAD%2C0BA3CZ%2CmBAkCI%2CiB1K1NR%2Ca0KmOiB%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FEpB%2C0BAoFI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAxFR%2C0BAoFI%2CqBAKI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAA5FZ%2C0BAoFI%2CqBAKI%2CaAII%3BEACI%2CO9KzMN%2CkB8KyMM%3B%3BAA9FhB%2C0BAoFI%2CqBAaI%3BEACI%2CSAAA%3B%3BAAlGZ%2C0BAsGI%2CqCACM%3BEACE%2CgBAAA%3BEACA%2CO9KpNF%2CkB8KoNE%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAA9GZ%2C0BAsGI%2CqCAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CO9KpOO%2C2B8KoOP%3BEACA%2CgBAAA%3B%3BAAzHZ%2C0BAsGI%2CqCAqBI%3BEACI%2CyBAAA%3B%3BAC7SZ%3BEACI%2CkBAAA%3BEhLqQJ%2CmBAAA%3BEAAA%2C4BAAA%3BEAAA%2CcAAA%3BEAAA%2CaCtMgB%2CwBDsMhB%3BEAAA%2CkBAAA%3B%3BAgL1PI%2C%2BBAAC%3BEhL0PL%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CSAAA%3BEAAA%2CSAAA%3BEgLhPQ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEhLqOA%2CcAAA%3BEAAA%2CeAAA%3B%3BAgLhOA%2CkBACI%3BEACI%2CgBAAA%3B%3BAC7CR%3BEjL2QA%2CkBAAA%3B%3BAiLxQA%2CqBACI%3BEjLuQJ%2CYAAA%3BEAAA%2CaAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEiLlQQ%2CiBAAA%3B%3BAAGR%3BEjL%2BPA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3B%3BAiLvPA%3BEjLuPA%2CgBAAA%3BEAAA%2CmBAAA%3BEiLlPI%2CgBAAA%3B%3BAAGJ%3BEjL%2BOA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3B%3BAiLxOA%2CmBACI%2CgBACI%3BEACI%2CYAAA%3B%3BAAIZ%2CoCACI%2CaACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAALZ%2CoCACI%2CaACI%2C4BAII%3BEACI%2CoBAAA%3B%3BAAPhB%2CoCACI%2CaACI%2C4BAII%2CiBAEI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAXpB%2CoCACI%2CaACI%2C4BAYI%3BEACI%2CmBAAA%3B%3BAAfhB%2CoCACI%2CaACI%2C4BAeI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAnBhB%2CoCACI%2CaACI%2C4BAmBI%3BEACI%2CgBAAA%3BEACA%2COhLUN%2CkBgLVM%3B%3BAAvBhB%2CoCA2BI%3BEACI%2CkBAAA%3B%3BAC1FR%2C6BACI%3BEACI%2CkBjL6FE%2CkBiL7FF%3BElL6RR%2CeCvLoB%2C4BDuLpB%3BEkL3RQ%2CYAAA%3BEvFDX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEuFAU%2C8BAAA%3B%3BAARR%2C6BACI%2CgBAQI%3BEACI%2COAAA%3B%3BAAVZ%2C6BAaI%3BElLkRJ%2CYAAA%3BEAAA%2CiBAAA%3BEkL9QQ%2CSAAA%3BElL8QR%2CeCvLoB%2C4BDuLpB%3BEkL5QQ%2C6BAAA%3B%3BAAnBR%2C6BAqBI%3BAArBJ%2C6B9KsIA%2CMAAK%2CcAiED%2CiBAGM%3BA8K1MV%2C6B7KmDA%3BEL4OA%2CeCvLoB%2C4BDuLpB%3BEMjPA%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE4K1CQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA5KyDR%2C6B4K9DI%2CO5K8DH%3BAACD%2C6B4K%5C%2FDI%2CO5K%2BDH%3BAADD%2C6BFmDA%2CMAAK%2CcAiED%2CiBAGM%2CUEvHT%3BAACD%2C6BFkDA%2CMAAK%2CcAiED%2CiBAGM%2CUEtHT%3BAADD%2C6BDhCA%2CaCgCC%3BAACD%2C6BDjCA%2CaCiCC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2C6B4K3EI%2CO5K2EH%3BAAAD%2C6BFsCA%2CMAAK%2CcAiED%2CiBAGM%2CUE1GT%3BAAAD%2C6BD7CA%2CaC6CC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2C6B4KvFI%2CO5KuFH%3BAACD%2C6B4KxFI%2CO5KwFH%3BAACD%2CQAAQ%2CUAAW%2C8B4KzFf%3BA5KuFJ%2C6BF0BA%2CMAAK%2CcAiED%2CiBAGM%2CUE9FT%3BAACD%2C6BFyBA%2CMAAK%2CcAiED%2CiBAGM%2CUE7FT%3BAACD%2CQAAQ%2CUAAW%2C8BFwBnB%2CMAAK%2CcAiED%2CiBAGM%3BAE9FV%2C6BDzDA%2CaCyDC%3BAACD%2C6BD1DA%2CaC0DC%3BAACD%2CQAAQ%2CUAAW%2C8BD3DnB%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2C6B4K9DI%2CO5K8DH%3BAACD%2C6B4K%5C%2FDI%2CO5K%2BDH%3BAADD%2C6BFmDA%2CMAAK%2CcAiED%2CiBAGM%2CUEvHT%3BAACD%2C6BFkDA%2CMAAK%2CcAiED%2CiBAGM%2CUEtHT%3BAADD%2C6BDhCA%2CaCgCC%3BAACD%2C6BDjCA%2CaCiCC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2C6B4K3EI%2CO5K2EH%3BAAAD%2C6BFsCA%2CMAAK%2CcAiED%2CiBAGM%2CUE1GT%3BAAAD%2C6BD7CA%2CaC6CC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2C6B4KvFI%2CO5KuFH%3BAACD%2C6B4KxFI%2CO5KwFH%3BAACD%2CQAAQ%2CUAAW%2C8B4KzFf%3BA5KuFJ%2C6BF0BA%2CMAAK%2CcAiED%2CiBAGM%2CUE9FT%3BAACD%2C6BFyBA%2CMAAK%2CcAiED%2CiBAGM%2CUE7FT%3BAACD%2CQAAQ%2CUAAW%2C8BFwBnB%2CMAAK%2CcAiED%2CiBAGM%3BAE9FV%2C6BDzDA%2CaCyDC%3BAACD%2C6BD1DA%2CaC0DC%3BAACD%2CQAAQ%2CUAAW%2C8BD3DnB%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA4KnFJ%2CQACI%2C8BACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2CQACI%2C8BACI%2CgBAGI%3BAALZ%2CQACI%2C8BACI%2CgBAGW%3BAALnB%2CQACI%2C8BACI%2CgB9KsGR%2CMAAK%2CcAiED%2CiBAGM%3BA8K5KV%2CQACI%2C8BACI%2CgB7KmBR%3BE6KfgB%2CgBAAA%3B%3BAAKhB%2COACI%2C8BACI%3BEACI%2CkBAAA%3B%3BAAHZ%2COACI%2C8BACI%2CgBAEI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BElLgPhB%2CiBAAA%3BEkL9OgB%2CWAAA%3B%3BAARhB%2COACI%2C8BACI%2CgBAQI%3BAAVZ%2COACI%2C8BACI%2CgB9K2FR%2CMAAK%2CcAiED%2CiBAGM%3BA8KjKV%2COACI%2C8BACI%2CgB7KQR%3BE6KCgB%2CgBAAA%3B%3BAAwBZ%2CwBArB0D%3BEAqB1D%2COAlCA%2C8BAcQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAgBZ%2COAlCA%2C8BAcQ%2CgBAMI%3BIACI%2CkBAAA%3B%3BEAahB%2COAlCA%2C8BAcQ%2CgBASI%2CmBACI%3BEAUhB%2COAlCA%2C8BAcQ%2CgBASI%2CmB9KqEhB%2CMAAK%2CcAiED%2CiBAGM%3BE8K9HN%2COAlCA%2C8BAcQ%2CgBASI%2CmB7KdhB%3BI6KgBwB%2CWAAA%3B%3BEASpB%2COAlCA%2C8BAcQ%2CgBAcK%3BIACG%2CWAAA%3B%3B%3BAAMhB%2COAAC%2CWACG%2C8BACI%3BEACI%2CkBAAA%3B%3BAAHZ%2COAAC%2CWACG%2C8BACI%2CgBAEI%3BAAJZ%2COAAC%2CWACG%2C8BACI%2CgB9KuDZ%2CMAAK%2CcAiED%2CiBAGM%3BA8K7HN%2COAAC%2CWACG%2C8BACI%2CgB7K5BZ%3BE6K%2BBoB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAOpB%2CYACI%2C8BACI%3BEACI%2CSAAA%3B%3BAAHZ%2CYACI%2C8BACI%2CgBAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CYACI%2C8BACI%2CgBAMI%3B%3BEACA%2CWAAA%3B%3BAATZ%2CYACI%2C8BACI%2CgBAUI%3B%3BEACA%2CWAAA%3B%3BAAbZ%2CYACI%2C8BACI%2CgBAcI%3BEACA%2CWAAA%3B%3BAAjBZ%2CYACI%2C8BACI%2CgBAiBI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAMhB%2CkBACI%2C8BACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAANZ%2CkBACI%2C8BASI%3BEACI%2COAAA%3B%3BAAXZ%2CkBACI%2C8BASI%2CkBAGI%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhBhB%2CkBACI%2C8BAmBI%2CmBACI%3BAArBZ%2CkBACI%2C8BAmBI%2CmB9KNR%2CMAAK%2CcAiED%2CiBAGM%3BA8KlFV%2CkBACI%2C8BAmBI%2CmB7KzFR%3BE6K2FgB%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAyBZ%2CwBArB0D%3BEAqB1D%2CkBAhDA%2C8BA4BQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAgBZ%2CkBAhDA%2C8BA4BQ%2CgBAMI%3BIACI%2CkBAAA%3B%3BEAahB%2CkBAhDA%2C8BA4BQ%2CgBASI%2CmBACI%3BEAUhB%2CkBAhDA%2C8BA4BQ%2CgBASI%2CmB9KxBhB%2CMAAK%2CcAiED%2CiBAGM%3BE8KjCN%2CkBAhDA%2C8BA4BQ%2CgBASI%2CmB7K3GhB%3BI6K6GwB%2CWAAA%3B%3BEASpB%2CkBAhDA%2C8BA4BQ%2CgBAcK%3BIACG%2CWAAA%3B%3B%3BAAOpB%2CkBACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CkBACI%2C8BAII%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAPZ%2CkBACI%2C8BASI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAAEA%2CkBAbR%2C8BASI%2CMAIK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBAjBR%2C8BASI%2CMAQK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBArBR%2C8BASI%2CMAYK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAIJ%2CkBA1BR%2C8BASI%2CMAiBK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBA9BR%2C8BASI%2CMAqBK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CkBAnCR%2C8BASI%2CMA0BK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBAvCR%2C8BASI%2CMA8BK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CkBA5CR%2C8BASI%2CMAmCK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBAhDR%2C8BASI%2CMAuCK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAlDhB%2CkBACI%2C8BAqDI%3BAAtDR%2CkBACI%2C8B9KtCJ%2CMAAK%2CcAiED%2CiBAGM%3BA8K%5C%2FBV%2CkBACI%2C8B7KzHJ%3BE6K%2BKY%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBA3DR%2C8BAqDI%2COAMK%3BAAAD%2CkBA3DR%2C8B9KtCJ%2CMAAK%2CcAiED%2CiBAGM%2CU8K6BG%3BAAAD%2CkBA3DR%2C8B7KzHJ%2Ca6KoLa%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAyBZ%2CwBAtB0D%3BEAsB1D%2CkBA3FA%2C8BAsEQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAiBZ%2CkBA3FA%2C8BAsEQ%2CgBAMI%3BIACI%2CkBAAA%3B%3BEAchB%2CkBA3FA%2C8BAsEQ%2CgBASI%2CmBACI%3BEAWhB%2CkBA3FA%2C8BAsEQ%2CgBASI%2CmB9KrHhB%2CMAAK%2CcAiED%2CiBAGM%3BE8K6DN%2CkBA3FA%2C8BAsEQ%2CgBASI%2CmB7KxMhB%3BI6K0MwB%2CWAAA%3B%3BEAUpB%2CkBA3FA%2C8BAsEQ%2CgBAeK%3BIACG%2CWAAA%3B%3B%3BAAOpB%2CKACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CKACI%2C8BAGI%3BEACI%2CkBAAA%3B%3BAALZ%2CKACI%2C8BAMI%3BEACI%2CYAAA%3B%3B%3B%3B%3BAACA%2CKARR%2C8BAMI%2CMAEK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAZR%2C8BAMI%2CMAMK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAhBR%2C8BAMI%2CMAUK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAIJ%2CKArBR%2C8BAMI%2CMAeK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAzBR%2C8BAMI%2CMAmBK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CKA9BR%2C8BAMI%2CMAwBK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAlCR%2C8BAMI%2CMA4BK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CKAvCR%2C8BAMI%2CMAiCK%3BEACG%2CWAAA%3B%3BAAGJ%2CKA3CR%2C8BAMI%2CMAqCK%2CMAAM%3BEACH%2CkBAAA%3B%3BAA7ChB%2CKACI%2C8BA%2BCI%3BAAhDR%2CKACI%2C8B9KpIJ%2CMAAK%2CcAiED%2CiBAGM%3BA8K%2BDV%2CKACI%2C8B7KvNJ%3BE6KuQY%2CgBAAA%3B%3BAA2BR%2CwBAzB0D%3BEAyB1D%2CKA3EA%2C8BAmDQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAmBZ%2CKA3EA%2C8BAmDQ%2CgBAMI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAkB%2C2BAAlB%3B%3BEAehB%2CKA3EA%2C8BAmDQ%2CgBAWI%2CmBACI%3BEAYhB%2CKA3EA%2C8BAmDQ%2CgBAWI%2CmB9KlMhB%2CMAAK%2CcAiED%2CiBAGM%3BE8K2IN%2CKA3EA%2C8BAmDQ%2CgBAWI%2CmB7KrRhB%3BI6KuRwB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAUpB%2CKA3EA%2C8BAmDQ%2CgBAkBK%3BIACG%2CWAAA%3B%3B%3BAAQhB%2CiBAAC%2CSACG%2C8BACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAJZ%2CiBAAC%2CSACG%2C8BAKI%2CkBACI%3BEACI%2CkBjLjQV%2CkBiLiQU%3BEACA%2CgBAAA%3B%3BAAThB%2CiBAAC%2CSACG%2C8BAWI%2CmBACI%3BAAbZ%2CiBAAC%2CSACG%2C8BAWI%2CmB9K9NZ%2CMAAK%2CcAiED%2CiBAGM%3BA8K8IN%2CiBAAC%2CSACG%2C8BAWI%2CmB7KjTZ%3BE6KmToB%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BACrWpB%2CqCACM%3BEnL2RN%2CkBAAA%3BEmLzRQ%2CqBAAA%3B%3BAAHR%2CqCAKI%3BEACI%2CaAAA%3B%3BAAGR%3BExFTH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEwFQM%2CmBAAA%3BEACA%2C8BAAA%3BEnL8QJ%2COCjMmB%2C2BDiMnB%3BEmL5QI%2CkBAAA%3B%3BAAEJ%2CMACI%3BEnLyQJ%2CgBAAA%3B%3BAmL1QA%2CMAII%3BEnLsQJ%2COChKiB%2CyBDgKjB%3B%3BAmLlQQ%2CMADJ%2CmBACK%3BAACD%2CMAFJ%2CmBAEK%3BEnLiQT%2CYChKiB%2CyBDgKjB%3B%3BAmL3PA%2CMAAO%3BAACP%3BEnL0PA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CgBAAA%3BEAAA%2C0BAAA%3B%3BAmLpPA%3BEACI%2CSAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BExF0BJ%2CkBAAA%3BEwFxBI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEnLwNN%2CmBmLvNkB%2CgBnLuNlB%3BEACK%2CgBmLxNa%2CgBnLwNb%3BEACC%2CemLzNY%2CgBnLyNZ%3BEAcJ%2CWmLvOgB%2CgBnLuOhB%3BEmLrOI%2CUAAA%3B%3BAxFgBJ%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE3FgNJ%2C8BAAA%3BEAhBF%2CmB2F9LkB%2CsBAAsB%2Cc3F8LxC%3BEACK%2CgB2F%5C%2FLa%2CsBAAsB%2Cc3F%2BLnC%3BEACC%2Ce2FhMY%2CsBAAsB%2Cc3FgMlC%3BEAcJ%2CW2F9MgB%2CsBAAsB%2Cc3F8MtC%3BEAhBF%2C%2BGAAA%3BEACK%2C4GAAA%3BEACC%2C2GAAA%3BEAcJ%2CuGAAA%3B%3BA2FzMA%2CkBAAC%3BE3FyMD%2CUAAA%3BEAAA%2CYAAA%3B%3BA2FrMA%2CkBAAC%3BE3FqMD%2CWAAA%3BEAAA%2CWAAA%3BE2FlMI%2CUAAA%3B%3BAAIJ%2CkBwFtCK%2CYxFsCJ%3BAACD%2CkBwFvCK%2CYxFuCJ%3BE3F6KH%2CmB2F5KkB%2CsBAAqB%2Ca3F4KvC%3BEACK%2CgB2F7Ka%2CsBAAqB%2Ca3F6KlC%3BEACC%2Ce2F9KY%2CsBAAqB%2Ca3F8KjC%3BEAcJ%2CW2F5LgB%2CsBAAqB%2Ca3F4LrC%3B%3BA2FzLA%2CkBwF3CK%2CYxF2CJ%3BEACG%2CUAAA%3B%3BAwFxCA%2CkBAAC%3BAACD%2CkBAAC%3BEnL%2BNL%2CkBCjMmB%2C2BDiMnB%3B%3BAmLxNQ%2C8BADJ%2CEACK%2CIAAI%3BAAAL%2CqBADJ%2CEACK%2CIAAI%3BEACD%2COlLuBF%2CkBkLvBE%3B%3BAAIZ%2CmBAAsB%3BEAClB%2CaAAA%3BEnLkNJ%2CgBAAA%3B%3BAmL7MA%2CaACI%3BAACA%2CaAAC%2CqBAAwB%3BEACrB%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAeJ%2CiBAAC%3BEnLyLL%2CWAAA%3B%3BAmLzLI%2CiBAAC%2CSAGG%3BEnLsLR%2CWAAA%3B%3BAmLzLI%2CiBAAC%2CSAMG%2COAAO%3BAANX%2CiBAAC%2CSAOG%3BEnLkLR%2CWAAA%3B%3BAmL3KgB%2CiBAdX%2CSAUG%2CgCAGI%2CEACK%2CIAAI%3BAAAL%2CiBAdX%2CSAWG%2C%2BBAEI%2CEACK%2CIAAI%3BAAAL%2CiBAdX%2CSAYG%2CsBACI%2CEACK%2CIAAI%3BEnL2KrB%2CWAAA%3B%3BAmLzLI%2CiBAAC%2CSAmBG%2CGAAE%2CYAAa%2CGAAG%3BEnLsK1B%2CWAAA%3B%3BAmLzLI%2CiBAAC%2CSAsBG%2C8BACI%2CkBAAkB%3BEnLkK9B%2CWAAA%3BEmLhKgB%2CkBAAA%3B%3BAAzBZ%2CiBAAC%2CSAsBG%2C8BAKI%3BAA3BR%2CiBAAC%2CSAsBG%2C8B%5C%2FKUR%2CMAAK%2CcAiED%2CiBAGM%3BA%2BKpGN%2CiBAAC%2CSAsBG%2C8B9KzER%3BE8K%2BEgB%2CmBAAA%3B%3BAA5BZ%2CiBAAC%2CSA%2BBG%2CmBAAkB%3BAA%5C%2FBtB%2CiBAAC%2CSAgCG%2CmBAAkB%3BEnLyJ1B%2CsBAAA%3B%3BAoLzSA%2C6BACI%2C4BACI%3BEACI%2CiBAAA%3B%3BAAHZ%2C6BAMI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKI%2C6BAHP%2CiCAEG%2CIAAG%2CsDACE%2CIAAI%2CyBACD%3BAADJ%2C6BAFP%2CyCACG%2CIAAG%2CsDACE%2CIAAI%2CyBACD%3BEACI%2CUAAA%3B%3BAAEJ%2C6BAPX%2CiCAEG%2CIAAG%2CsDACE%2CIAAI%2CyBAIA%3BAAAD%2C6BANX%2CyCACG%2CIAAG%2CsDACE%2CIAAI%2CyBAIA%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKhB%2C6BAAC%2CiCACG%2C4BACI%3BEACI%2CqBAAA%3B%3BAAIZ%2C6BAAC%2CmCACG%2C4BACI%3BEACI%2CuBAAA%3B%3BAAOZ%2CmBAAC%2COACG%3BAADJ%2CmBAAC%2COAEG%3BAAFJ%2CmBAAC%2COAGG%3BAAHJ%2CmBAAC%2COAIG%3BAAJJ%2CmBAAC%2COAKG%3BAALJ%2CmBAAC%2COAMG%3BEACI%2CoBAAA%3B%3BAAGR%2CmBAAC%2CSACG%3BAADJ%2CmBAAC%2CSAEG%3BAAFJ%2CmBAAC%2CSAGG%3BAAHJ%2CmBAAC%2CSAIG%3BAAJJ%2CmBAAC%2CSAKG%3BAALJ%2CmBAAC%2CSAMG%3BEACI%2CSAAA%3B%3BAC9DZ%3BEACI%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAqB%2C0BAArB%3B%3B%3BAA6DA%2CyBAAC%2CIAAI%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CyBAAC%2CIAAI%2CcAKD%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CyBAAyB%2C8BAA%2BB%3BEACpD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBACI%2C0BAAyB%2C8BAA%2BB%3BAAD5D%2CqBAEI%2CQAAO%2CKAAQ%2C4BAAyB%3BEACpC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGR%3BErLgMF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqL7MA%2C2BACI%3BEACI%2CgBAAA%3B%3BAASR%2CwBAL6C%3BEAK7C%2CkBAJQ%3BIACI%2CiBAAA%3B%3B%3BAAMZ%3BEACI%2CgBAAA%3B%3BAADJ%2CMAEI%3BEACI%2CgBAAA%3B%3BAAHR%2CMAKI%3BAALJ%2CMAMI%3BAANJ%2CMAOI%3BAAPJ%2CMAQI%3BAARJ%2CMASI%3BAATJ%2CMAUI%3BAAVJ%2CMAWI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CQAEI%3BAAFJ%2CQAGI%3BAAHJ%2CQAII%3BAAJJ%2CQAKI%3BAALJ%2CQAMI%3BAANJ%2CQAOI%3BAAPJ%2CQAQI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2COAEI%3BEACI%2CgBAAA%3B%3BAAHR%2COAKI%3BAALJ%2COAMI%3BAANJ%2COAOI%3BAAPJ%2COAQI%3BAARJ%2COASI%3BAATJ%2COAUI%3BAAVJ%2COAWI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CMAEI%3BEACI%2CgBAAA%3B%3BAAHR%2CMAKI%3BAALJ%2CMAMI%3BAANJ%2CMAOI%3BAAPJ%2CMAQI%3BAARJ%2CMASI%3BAATJ%2CMAUI%3BAAVJ%2CMAWI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CKAEI%3BAAFJ%2CKAGI%3BAAHJ%2CKAII%3BAAJJ%2CKAKI%3BAALJ%2CKAMI%3BAANJ%2CKAOI%3BAAPJ%2CKAQI%3BEACI%2CgBAAA%3B%3BAATR%2CKAEI%2CEAQI%3BAAVR%2CKAGI%2CGAOI%3BAAVR%2CKAII%2CGAMI%3BAAVR%2CKAKI%2CGAKI%3BAAVR%2CKAMI%2CGAII%3BAAVR%2CKAOI%2CGAGI%3BAAVR%2CKAQI%2CGAEI%3BEACI%2CgBAAA%3B%3BAAKT%3BE%5C%2FK3HH%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BEMxHA%2CqBAAA%3BENwHA%2CeCvLoB%2C4BDuLpB%3B%3BAM5MA%2CIAAC%3BAACD%2CIAAC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CIAAC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CIAAC%3BAACD%2CIAAC%3BAACD%2CQAAQ%2CUAAW%3BENiLnB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CIAAC%3BAACD%2CIAAC%3BAACD%2CIAAC%3BEACG%2CqBAAA%3B%3BA%2BKEJ%3BEACI%2CSAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BErLsGA%2CcAAA%3B%3BAqLjGA%3BErLiGA%2CiBAAA%3B%3BAqLxFA%2CwBAL2C%3BEACvC%3BIACI%2CwBAAA%3B%3B%3BAAGR%3BEACI%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACI%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACI%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CSAGI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CWACI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CgBAEI%3BAAFJ%2CgBAGI%3BAAHJ%2CgBAGQ%3BAAHR%2CgBAGY%3BAAHZ%2CgBA8pDH%2CCA3pDkB%3BEACP%2CgBAAA%3B%3BAAGR%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAADJ%2COAEI%2CGACI%3BAAHR%2COAEI%2CGACU%3BEACF%2CeAAA%3B%3BAAIZ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSACI%3BEACI%2CsBAAA%3B%3BAAGR%3BEACI%2CWAAA%3B%3BAADJ%2CYAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAGR%3BEACI%2CWAAA%3B%3BAADJ%2CWAEI%2CEAAC%2CIAAI%3BEACD%2CWAAA%3B%3BAAGR%2CMAAM%2CWACF%3BEACI%2CWAAA%3B%3BAAGR%2CEAAE%2CYAAY%2COACV%2CGACI%3BEACI%2COAAO%2CyBAAP%3B%3BAASZ%2CwBALyC%3BEACrC%3BIACI%2CwBAAA%3B%3B%3BAAUA%2CoCANF%2CKAMG%2CIAAI%3BAAAL%2CoCALF%2CKAKG%2CIAAI%3BAAAL%2CoCAJF%2CKAIG%2CIAAI%3BAAAL%2CoCAHF%2CKAGG%2CIAAI%3BAAAL%2CoCAFF%2CKAEG%2CIAAI%3BAAAL%2CoCADF%2CIACG%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwBhB%2CQApB6B%3BEACrB%2CQACI%3BIACI%2C0BAAA%3B%3BEAGR%2CQACI%3BIACI%2C0BAAA%3B%3BEAGR%2CQACI%3BIACI%2C0BAAA%3B%3BEAGR%3BIACI%2C6BAAA%3B%3B%3BAA2CR%2CGAAG%2C0BAEC%3BAADJ%2CyBAAyB%2CiBACrB%3BEACI%2CSAAA%3B%3BAAHR%2CGAAG%2C0BAEC%2CiBAGI%2CGAAE%3BAAJV%2CyBAAyB%2CiBACrB%2CiBAGI%2CGAAE%3BErLlGV%2CYC1LiB%2CyBD0LjB%3BEAAA%2CgBAAA%3BEAAA%2C8BAAA%3BEAAA%2CeCvLoB%2C4BDuLpB%3B%3BAqLwGY%2CGAXT%2C0BAEC%2CiBAGI%2CGAAE%2CWAMG%3BAAAD%2CyBAVa%2CiBACrB%2CiBAGI%2CGAAE%2CWAMG%3BErLxGb%2C8BAAA%3B%3BAqL6FA%2CGAAG%2C0BAEC%2CiBAGI%2CGAAE%2CWAUE%2CEAAC%3BAAdb%2CyBAAyB%2CiBACrB%2CiBAGI%2CGAAE%2CWAUE%2CEAAC%3BEACG%2CeAAA%3BErL7GhB%2COChMU%2CkBDgMV%3BEAAA%2CiBAAA%3BEAAA%2CaCnNU%2CkBDmNV%3BEAAA%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAqLqHY%2CGAxBT%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%3BAAAD%2CyBAvBa%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%3BErLrHb%2CgBAAA%3BEAAA%2CcCjMmB%2C2BDiMnB%3BEqLwHgB%2CUAAA%3B%3BAAEA%2CGA7Bb%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%2CgBAKI%3BAAAD%2CyBA5BS%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%2CgBAKI%3BEACG%2CaAAA%3B%3BAAGJ%2CGAjCb%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%2CgBASI%3BAAAD%2CyBAhCS%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%2CgBASI%3BErL9HjB%2CmBCjMmB%2C2BDiMnB%3B%3BAqLqHY%2CGAxBT%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%2CgBAaG%2CEAAC%3BAAbL%2CyBAvBa%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%2CgBAaG%2CEAAC%3BErLlIjB%2COCjMmB%2C2BDiMnB%3B%3BAqLuIY%2CGA1CT%2C0BAEC%2CiBAGI%2CGAAE%2CWAqCG%2CMACG%2CEAAC%3BAADL%2CyBAzCa%2CiBACrB%2CiBAGI%2CGAAE%2CWAqCG%2CMACG%2CEAAC%3BErLxIjB%2COCjMmB%2C2BDiMnB%3B%3BAqL6FA%2CGAAG%2C0BAkDC%3BAAjDJ%2CyBAAyB%2CiBAiDrB%3BEACI%2CSAAA%3BErLhJR%2CSAAA%3BEqLkJQ%2CUAAA%3B%3BAAGR%2CGAAG%2C0BACC%2CcAAc%3BErLtKpB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3B%3BAqL4JA%2CGAAG%2C0BAA0B%3BAAC7B%2CyBAAyB%2CiBAAiB%2CaAAc%3BEACpD%2CyBAAA%3B%3BAAFJ%2CGAAG%2C0BAA0B%2CaAGzB%3BAAFJ%2CyBAAyB%2CiBAAiB%2CaAAc%2CgBAEpD%3BEACI%2CeAAA%3B%3BAAJR%2CGAAG%2C0BAA0B%2CaAGzB%2CiBAEI%2CGAAE%3BAAJV%2CyBAAyB%2CiBAAiB%2CaAAc%2CgBAEpD%2CiBAEI%2CGAAE%3BEACE%2CoBAAA%3B%3BAACA%2CGAPT%2C0BAA0B%2CaAGzB%2CiBAEI%2CGAAE%2CWAEG%2CgBAAiB%2CEAAC%3BAAAnB%2CyBANa%2CiBAAiB%2CaAAc%2CgBAEpD%2CiBAEI%2CGAAE%2CWAEG%2CgBAAiB%2CEAAC%3BEACf%2CcAAA%3B%3BAAKhB%2CIAAK%2CKAAK%2CaAAa%2CIAAG%2C0BAA2B%2CcAAc%2C%2BBAA8B%2CIAAI%3BEACjG%2CaAAA%3B%3BAAuMJ%3BEACG%2CcAAA%3B%3BAAEH%3BAACA%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAASJ%2C0BACI%2CwBA1KJ%3BAAyKA%2C0BACI%2CwBAzKJ%2CmBAAmB%3BAAwKnB%2C0BACI%2CwBAxKJ%2C4BAA4B%3BAAuK5B%2C0BACI%2CwBAvKJ%2CIAAG%2CsDAAsD%3BErL1NzD%2C4BAAA%3B%3BAqL8NA%2C0BAmKI%2CwBAnKH%2CMAEG%3BAAFJ%2C0BAmKI%2CwBAnKH%2CMAGG%2CmBAAmB%3BAAHvB%2C0BAmKI%2CwBAnKH%2CMAIG%2C4BAA4B%3BAAJhC%2C0BAmKI%2CwBAnKH%2CMAKG%2CIAAG%2CsDAAsD%3BErLnP%5C%2FD%2CmBqLoPsB%2CWrLpPtB%3BEACK%2CgBqLmPiB%2CWrLnPjB%3BEACC%2CeqLkPgB%2CWrLlPhB%3BEAcJ%2CWqLoOoB%2CWrLpOpB%3B%3BAqLqYA%2CiCA9KA%3BAA8KA%2CiCA7KA%2CmBAAmB%3BAA6KnB%2CiCA5KA%2C4BAA4B%3BAA4K5B%2CiCA3KA%2CIAAG%2CsDAAsD%3BErL1NzD%2C4BAAA%3B%3BAqL8NA%2CiCAAC%2CMAEG%3BAAFJ%2CiCAAC%2CMAGG%2CmBAAmB%3BAAHvB%2CiCAAC%2CMAIG%2C4BAA4B%3BAAJhC%2CiCAAC%2CMAKG%2CIAAG%2CsDAAsD%3BErLnP%5C%2FD%2CmBqLoPsB%2CWrLpPtB%3BEACK%2CgBqLmPiB%2CWrLnPjB%3BEACC%2CeqLkPgB%2CWrLlPhB%3BEAcJ%2CWqLoOoB%2CWrLpOpB%3B%3BAqLwYA%2C6BACI%3BErLzYJ%2CuCqLgNS%2CqDACQ%2C8BrLjNjB%3B%3BAqLiPI%2C6BAwJA%2CwBA5JJ%2C0BAIK%3BAAAD%2C6BAwJA%2CwBA3JJ%2CmBAGK%3BAAAD%2C6BAwJA%2CwBA1JJ%2C4BAEK%3BAAAD%2C6BAwJA%2CwBAzJJ%2CIAAG%2CsDACE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BErLxPR%2CuCqLgNS%2CqDACQ%2C8BrLjNjB%3BEqL0PQ%2CsBAAA%3BEACA%2CUAAA%3B%3BAAUA%2C6BAoIJ%2CwBA1IH%2CMAEG%2C0BAIK%3BAAAD%2C6BAoIJ%2CwBA1IH%2CMAGG%2CmBAGK%3BAAAD%2C6BAoIJ%2CwBA1IH%2CMAIG%2C4BAEK%3BAAAD%2C6BAoIJ%2CwBA1IH%2CMAKG%2CIAAG%2CsDACE%3BErLrQT%2CoCAAA%3B%3BAqL6YA%3BErL7YA%2CuCqLgNS%2CqDACQ%2C8BrLjNjB%3B%3BAqLiPI%2CoCAJJ%2C0BAIK%3BAAAD%2CoCAHJ%2CmBAGK%3BAAAD%2CoCAFJ%2C4BAEK%3BAAAD%2CoCADJ%2CIAAG%2CsDACE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BErLxPR%2CuCqLgNS%2CqDACQ%2C8BrLjNjB%3BEqL0PQ%2CsBAAA%3BEACA%2CUAAA%3B%3BAAUA%2CoCANP%2CMAEG%2C0BAIK%3BAAAD%2CoCANP%2CMAGG%2CmBAGK%3BAAAD%2CoCANP%2CMAIG%2C4BAEK%3BAAAD%2CoCANP%2CMAKG%2CIAAG%2CsDACE%3BErLrQT%2CoCAAA%3B%3BAqLsRI%2CkCA4HA%2CwBAjIJ%2C0BAKK%3BAAAD%2CkCA4HA%2CwBAhIJ%2CmBAIK%3BAAAD%2CkCA4HA%2CwBA%5C%2FHJ%2C4BAGK%3BAAAD%2CkCA4HA%2CwBA9HJ%2CIAAG%2CsDAEE%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAkHR%2CkCACI%2CwBA%5C%2FGJ%3BAA8GA%2CkCACI%2CwBA9GJ%2CmBAAmB%3BAA6GnB%2CkCACI%2CwBA7GJ%2C4BAA4B%3BAA4G5B%2CkCACI%2CwBA5GJ%2CIAAG%2CsDAAsD%3BErLtSzD%2CuCqLgNS%2CqDACQ%2C8BrLjNjB%3B%3BAqL%2BSQ%2CkCAmGJ%2CwBAxGH%2CMAEG%2C0BAGK%3BAAAD%2CkCAmGJ%2CwBAxGH%2CMAGG%2CmBAEK%3BAAAD%2CkCAmGJ%2CwBAxGH%2CMAIG%2C4BACK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CkCAwGI%2CwBAxGH%2CMAiBG%3BAAjBJ%2CkCAwGI%2CwBAxGH%2CMAkBG%2CmBAAmB%3BAAlBvB%2CkCAwGI%2CwBAxGH%2CMAmBG%2C4BAA4B%3BAAnBhC%2CkCAwGI%2CwBAxGH%2CMAoBG%2CIAAG%2CsDAAsD%3BErL9U%5C%2FD%2CmBqL%2BUsB%2CWrL%5C%2FUtB%3BEACK%2CgBqL8UiB%2CWrL9UjB%3BEACC%2CeqL6UgB%2CWrL7UhB%3BEAcJ%2CWqL%2BToB%2CWrL%5C%2FTpB%3B%3BAqLsRI%2CyCALJ%2C0BAKK%3BAAAD%2CyCAJJ%2CmBAIK%3BAAAD%2CyCAHJ%2C4BAGK%3BAAAD%2CyCAFJ%2CIAAG%2CsDAEE%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAwHR%2CyCApHA%3BAAoHA%2CyCAnHA%2CmBAAmB%3BAAmHnB%2CyCAlHA%2C4BAA4B%3BAAkH5B%2CyCAjHA%2CIAAG%2CsDAAsD%3BErLtSzD%2CuCqLgNS%2CqDACQ%2C8BrLjNjB%3B%3BAqL%2BSQ%2CyCALP%2CMAEG%2C0BAGK%3BAAAD%2CyCALP%2CMAGG%2CmBAEK%3BAAAD%2CyCALP%2CMAIG%2C4BACK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CyCAAC%2CMAiBG%3BAAjBJ%2CyCAAC%2CMAkBG%2CmBAAmB%3BAAlBvB%2CyCAAC%2CMAmBG%2C4BAA4B%3BAAnBhC%2CyCAAC%2CMAoBG%2CIAAG%2CsDAAsD%3BErL9U%5C%2FD%2CmBqL%2BUsB%2CWrL%5C%2FUtB%3BEACK%2CgBqL8UiB%2CWrL9UjB%3BEACC%2CeqL6UgB%2CWrL7UhB%3BEAcJ%2CWqL%2BToB%2CWrL%5C%2FTpB%3B%3BAqL%2BUI%2CgCA6EA%2CwBAlFJ%2C0BAKK%3BAAAD%2CgCA6EA%2CwBAjFJ%2CmBAIK%3BAAAD%2CgCA6EA%2CwBAhFJ%2C4BAGK%3BAAAD%2CgCA6EA%2CwBA%5C%2FEJ%2CIAAG%2CsDAEE%3BAACD%2CgCA4EA%2CwBAlFJ%2C0BAMK%3BAAAD%2CgCA4EA%2CwBAjFJ%2CmBAKK%3BAAAD%2CgCA4EA%2CwBAhFJ%2C4BAIK%3BAAAD%2CgCA4EA%2CwBA%5C%2FEJ%2CIAAG%2CsDAGE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CUAAA%3BErL3VR%2C2BAAA%3B%3BAqLgWQ%2CgCA4DJ%2CwBAlFJ%2C0BAqBK%2CMACI%3BAAAD%2CgCA4DJ%2CwBAjFJ%2CmBAoBK%2CMACI%3BAAAD%2CgCA4DJ%2CwBAhFJ%2C4BAmBK%2CMACI%3BAAAD%2CgCA4DJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMACI%3BEACG%2CQAAA%3B%3BAAGJ%2CgCAwDJ%2CwBAlFJ%2C0BAqBK%2CMAKI%3BAAAD%2CgCAwDJ%2CwBAjFJ%2CmBAoBK%2CMAKI%3BAAAD%2CgCAwDJ%2CwBAhFJ%2C4BAmBK%2CMAKI%3BAAAD%2CgCAwDJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMAKI%3BEACG%2CSAAA%3B%3BAAGJ%2CgCAoDJ%2CwBAlFJ%2C0BAqBK%2CMASI%3BAAAD%2CgCAoDJ%2CwBAjFJ%2CmBAoBK%2CMASI%3BAAAD%2CgCAoDJ%2CwBAhFJ%2C4BAmBK%2CMASI%3BAAAD%2CgCAoDJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMASI%3BAACD%2CgCAmDJ%2CwBAlFJ%2C0BAqBK%2CMAUI%3BAAAD%2CgCAmDJ%2CwBAjFJ%2CmBAoBK%2CMAUI%3BAAAD%2CgCAmDJ%2CwBAhFJ%2C4BAmBK%2CMAUI%3BAAAD%2CgCAmDJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMAUI%3BEACG%2C2CAAA%3B%3BAA3BR%2CuCALJ%2C0BAKK%3BAAAD%2CuCAJJ%2CmBAIK%3BAAAD%2CuCAHJ%2C4BAGK%3BAAAD%2CuCAFJ%2CIAAG%2CsDAEE%3BAACD%2CuCANJ%2C0BAMK%3BAAAD%2CuCALJ%2CmBAKK%3BAAAD%2CuCAJJ%2C4BAIK%3BAAAD%2CuCAHJ%2CIAAG%2CsDAGE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CUAAA%3BErL3VR%2C2BAAA%3B%3BAqLgWQ%2CuCAtBR%2C0BAqBK%2CMACI%3BAAAD%2CuCArBR%2CmBAoBK%2CMACI%3BAAAD%2CuCApBR%2C4BAmBK%2CMACI%3BAAAD%2CuCAnBR%2CIAAG%2CsDAkBE%2CMACI%3BEACG%2CQAAA%3B%3BAAGJ%2CuCA1BR%2C0BAqBK%2CMAKI%3BAAAD%2CuCAzBR%2CmBAoBK%2CMAKI%3BAAAD%2CuCAxBR%2C4BAmBK%2CMAKI%3BAAAD%2CuCAvBR%2CIAAG%2CsDAkBE%2CMAKI%3BEACG%2CSAAA%3B%3BAAGJ%2CuCA9BR%2C0BAqBK%2CMASI%3BAAAD%2CuCA7BR%2CmBAoBK%2CMASI%3BAAAD%2CuCA5BR%2C4BAmBK%2CMASI%3BAAAD%2CuCA3BR%2CIAAG%2CsDAkBE%2CMASI%3BAACD%2CuCA%5C%2FBR%2C0BAqBK%2CMAUI%3BAAAD%2CuCA9BR%2CmBAoBK%2CMAUI%3BAAAD%2CuCA7BR%2C4BAmBK%2CMAUI%3BAAAD%2CuCA5BR%2CIAAG%2CsDAkBE%2CMAUI%3BEACG%2C2CAAA%3B%3BAA%2BDhB%3BE%5C%2FK1pBI%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CYAAC%3BAACD%2CYAAC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CYAAC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CQAAQ%2CUAAW%3BENiLnB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA%2BK6pBJ%3BAACA%3BAACA%2CMAAO%2COAAM%3BErLjfb%2CmBAAA%3BEAAA%2CkBAAA%3B%3BAqL%2BeA%2CYAjCA%3BAAkCA%2CkBAlCA%3BAAmCA%2CMAAO%2COAAM%2CYAnCb%3BAAiCA%2CYAhCA%3BAAiCA%2CkBAjCA%3BAAkCA%2CMAAO%2COAAM%2CYAlCb%3BAAgCA%2CYA%5C%2FBA%2CGAAG%3BAAgCH%2CkBAhCA%2CGAAG%3BAAiCH%2CMAAO%2COAAM%2CYAjCb%2CGAAG%3BAA%2BBH%2CYA9BA%3BAA%2BBA%2CkBA%5C%2FBA%3BAAgCA%2CMAAO%2COAAM%2CYAhCb%3BErLjdA%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3B%3BAqL%2BeA%2CYAxBA%2CGAAG%3BAAyBH%2CkBAzBA%2CGAAG%3BAA0BH%2CMAAO%2COAAM%2CYA1Bb%2CGAAG%3BEACC%2CaAAA%3B%3BAAuBJ%2CYArBA%3BAAsBA%2CkBAtBA%3BAAuBA%2CMAAO%2COAAM%2CYAvBb%3BAAqBA%2CYApBA%3BAAqBA%2CkBArBA%3BAAsBA%2CMAAO%2COAAM%2CYAtBb%3BAAoBA%2CYAnBA%3BAAoBA%2CkBApBA%3BAAqBA%2CMAAO%2COAAM%2CYArBb%3BAAmBA%2CYAlBA%3BAAmBA%2CkBAnBA%3BAAoBA%2CMAAO%2COAAM%2CYApBb%3BAAkBA%2CYAjBA%3BAAkBA%2CkBAlBA%3BAAmBA%2CMAAO%2COAAM%2CYAnBb%3BErL9dA%2CiBAAA%3BEAAA%2CaCtMgB%2CwBDsMhB%3BEqLkeI%2CgBAAA%3B%3BAAaJ%2CYArBA%2CmBAUI%2CQAAO%3BAAYX%2CkBAtBA%2CmBAUI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYAvBb%2CmBAUI%2CQAAO%3BAAWX%2CYApBA%2CmBASI%2CQAAO%3BAAYX%2CkBArBA%2CmBASI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYAtBb%2CmBASI%2CQAAO%3BAAWX%2CYAnBA%2CwBAQI%2CQAAO%3BAAYX%2CkBApBA%2CwBAQI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYArBb%2CwBAQI%2CQAAO%3BAAWX%2CYAlBA%2CKAOI%2CQAAO%3BAAYX%2CkBAnBA%2CKAOI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYApBb%2CKAOI%2CQAAO%3BAAWX%2CYAjBA%2CWAMI%2CQAAO%3BAAYX%2CkBAlBA%2CWAMI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYAnBb%2CWAMI%2CQAAO%3BErLpeX%2CaCtMgB%2CwBDsMhB%3BEqLseQ%2CiBAAA%3BEACA%2CSAAA%3B%3BAAaJ%2CYAAC%3BAAAD%2CkBAAC%3BAAAD%2CMAHG%2COAAM%2CYAGR%3BEACG%2CkBAAA%3B%3BAADJ%2CYAAC%2CYAGG%3BAAHJ%2CkBAAC%2CYAGG%3BAAHJ%2CMAHG%2COAAM%2CYAGR%2CYAGG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CYAAC%2CYAQG%3BAARJ%2CkBAAC%2CYAQG%3BAARJ%2CMAHG%2COAAM%2CYAGR%2CYAQG%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BErL%5C%2FgBd%2CmBqLghB0B%2CgBrLhhB1B%3BEACK%2CgBqL%2BgBqB%2CgBrL%5C%2FgBrB%3BEACC%2CeqL8gBoB%2CgBrL9gBpB%3BEAcJ%2CWqLggBwB%2CgBrLhgBxB%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAiJouBY%2CYAhBP%2CYAQG%2CSAQK%2CIAAI%3BAAAL%2CkBAhBP%2CYAQG%2CSAQK%2CIAAI%3BAAAL%2CMAnBL%2COAAM%2CYAGR%2CYAQG%2CSAQK%2CIAAI%3BEACD%2COpLrsBN%2CkBoLqsBM%3B%3BAjJ%5C%2FtBhB%2CYiJ8sBK%2CYAQG%2CSjJttBP%3BAAAD%2CkBiJ8sBK%2CYAQG%2CSjJttBP%3BAAAD%2CMiJ2sBO%2COAAM%2CYAGR%2CYAQG%2CSjJttBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCxPQ%2COrCwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAiJucI%2CYAAC%3BAAAD%2CkBAAC%3BAAAD%2CMA%5C%2FBG%2COAAM%2CYA%2BBR%3BEACG%2CgBAAA%3B%3BAAlCR%2CYAqCI%3BAApCJ%2CkBAoCI%3BAAnCJ%2CMAAO%2COAAM%2CYAmCT%3BAArCJ%2CYAsCI%3BAArCJ%2CkBAqCI%3BAApCJ%2CMAAO%2COAAM%2CYAoCT%3BAAtCJ%2CYAuCI%3BAAtCJ%2CkBAsCI%3BAArCJ%2CMAAO%2COAAM%2CYAqCT%3BE1FlzBP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE0F%2ByBU%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CYARJ%2CcAQK%3BAAAD%2CkBARJ%2CcAQK%3BAAAD%2CMA3CD%2COAAM%2CYAmCT%2CcAQK%3BAAAD%2CYAPJ%2CqBAOK%3BAAAD%2CkBAPJ%2CqBAOK%3BAAAD%2CMA3CD%2COAAM%2CYAoCT%2CqBAOK%3BAAAD%2CYANJ%2CGAMK%3BAAAD%2CkBANJ%2CGAMK%3BAAAD%2CMA3CD%2COAAM%2CYAqCT%2CGAMK%3BAACD%2CYATJ%2CcASK%3BAAAD%2CkBATJ%2CcASK%3BAAAD%2CMA5CD%2COAAM%2CYAmCT%2CcASK%3BAAAD%2CYARJ%2CqBAQK%3BAAAD%2CkBARJ%2CqBAQK%3BAAAD%2CMA5CD%2COAAM%2CYAoCT%2CqBAQK%3BAAAD%2CYAPJ%2CGAOK%3BAAAD%2CkBAPJ%2CGAOK%3BAAAD%2CMA5CD%2COAAM%2CYAqCT%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYpLnuBO%2C2BoLmuBP%3B%3BAAGJ%2CYAjBJ%2CcAiBK%3BAAAD%2CkBAjBJ%2CcAiBK%3BAAAD%2CMApDD%2COAAM%2CYAmCT%2CcAiBK%3BAAAD%2CYAhBJ%2CqBAgBK%3BAAAD%2CkBAhBJ%2CqBAgBK%3BAAAD%2CMApDD%2COAAM%2CYAoCT%2CqBAgBK%3BAAAD%2CYAfJ%2CGAeK%3BAAAD%2CkBAfJ%2CGAeK%3BAAAD%2CMApDD%2COAAM%2CYAqCT%2CGAeK%3BEACG%2CiBAAA%3B%3BAAGJ%2CYArBJ%2CcAqBK%3BAAAD%2CkBArBJ%2CcAqBK%3BAAAD%2CMAxDD%2COAAM%2CYAmCT%2CcAqBK%3BAAAD%2CYApBJ%2CqBAoBK%3BAAAD%2CkBApBJ%2CqBAoBK%3BAAAD%2CMAxDD%2COAAM%2CYAoCT%2CqBAoBK%3BAAAD%2CYAnBJ%2CGAmBK%3BAAAD%2CkBAnBJ%2CGAmBK%3BAAAD%2CMAxDD%2COAAM%2CYAqCT%2CGAmBK%3BEACG%2CkBAAA%3B%3BAAeR%2CgBAb4C%3BEACpC%2CYAzBR%2CcAyBS%3BEAAD%2CkBAzBR%2CcAyBS%3BEAAD%2CMA5DL%2COAAM%2CYAmCT%2CcAyBS%3BEAAD%2CYAxBR%2CqBAwBS%3BEAAD%2CkBAxBR%2CqBAwBS%3BEAAD%2CMA5DL%2COAAM%2CYAoCT%2CqBAwBS%3BEAAD%2CYAvBR%2CGAuBS%3BEAAD%2CkBAvBR%2CGAuBS%3BEAAD%2CMA5DL%2COAAM%2CYAqCT%2CGAuBS%3BEACD%2CYA1BR%2CcA0BS%3BEAAD%2CkBA1BR%2CcA0BS%3BEAAD%2CMA7DL%2COAAM%2CYAmCT%2CcA0BS%3BEAAD%2CYAzBR%2CqBAyBS%3BEAAD%2CkBAzBR%2CqBAyBS%3BEAAD%2CMA7DL%2COAAM%2CYAoCT%2CqBAyBS%3BEAAD%2CYAxBR%2CGAwBS%3BEAAD%2CkBAxBR%2CGAwBS%3BEAAD%2CMA7DL%2COAAM%2CYAqCT%2CGAwBS%3BIACG%2CWAAA%3B%3BEAEJ%2CYA7BR%2CcA6BS%3BEAAD%2CkBA7BR%2CcA6BS%3BEAAD%2CMAhEL%2COAAM%2CYAmCT%2CcA6BS%3BEAAD%2CYA5BR%2CqBA4BS%3BEAAD%2CkBA5BR%2CqBA4BS%3BEAAD%2CMAhEL%2COAAM%2CYAoCT%2CqBA4BS%3BEAAD%2CYA3BR%2CGA2BS%3BEAAD%2CkBA3BR%2CGA2BS%3BEAAD%2CMAhEL%2COAAM%2CYAqCT%2CGA2BS%3BIACG%2CiBAAA%3B%3BEAGJ%2CYAjCR%2CcAiCS%3BEAAD%2CkBAjCR%2CcAiCS%3BEAAD%2CMApEL%2COAAM%2CYAmCT%2CcAiCS%3BEAAD%2CYAhCR%2CqBAgCS%3BEAAD%2CkBAhCR%2CqBAgCS%3BEAAD%2CMApEL%2COAAM%2CYAoCT%2CqBAgCS%3BEAAD%2CYA%5C%2FBR%2CGA%2BBS%3BEAAD%2CkBA%5C%2FBR%2CGA%2BBS%3BEAAD%2CMApEL%2COAAM%2CYAqCT%2CGA%2BBS%3BIACG%2CkBAAA%3B%3B%3BAAiBpB%3BApL85DI%2CUAuDI%2CiBACI%3BAAMR%2CcACI%3BEDpiFJ%2CaCtMgB%2CwBDsMhB%3BEqLykBA%2C6BAAA%3B%3BAAiBA%2CEAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CEAAE%2CYAIE%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CEAAE%2CYAIE%2CGAII%3BEAGI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BErL1mBZ%2CgBAAA%3BEAAA%2COChMU%2CkBDgMV%3BEAAA%2CeAAA%3B%3BAqL0lBA%2CEAAE%2CYAIE%2CGAII%2CEAkBI%3BEACI%2CaAAA%3B%3BAAIR%2CEA%5C%2FBN%2CYAIE%2CGA2BK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CEAnCN%2CYAIE%2CGA%2BBK%2CMACG%3BErL9oBd%2CmBqL%2BoB8B%2CiBAAiB%2CarL%5C%2FoB%5C%2FC%3BEACK%2CgBqL8oByB%2CiBAAiB%2CarL9oB1C%3BEACC%2CeqL6oBwB%2CiBAAiB%2CarL7oBzC%3BEAcJ%2CWqL%2BnB4B%2CiBAAiB%2CarL%5C%2FnB7C%3B%3BAqLwoBA%3BE1Fp6BH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE0Fi6BM%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CoBAKI%2CaACI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAPR%2CaACI%2CmBAMK%3BErLppBb%2CSqLqpB8D%2COrLrpB9D%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEAAA%2COChMU%2CkBDgMV%3BEAAA%2CcAAA%3BE2FpOI%2CkBAAA%3BE0F43BY%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BErL1qBlB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqL8pBY%2CoBAjBR%2CaACI%2CmBAgBK%2CIAAI%3BEACD%2COpL%5C%2F1BN%2CkBoL%2B1BM%3B%3BAAIA%2CoBAtBZ%2CaACI%2CmBAoBK%2CMACI%3BEACG%2CcAAA%3B%3BAAMpB%3BEACI%2CuBAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CaAAA%3B%3BAAJR%2CoBAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAATR%2CoBAOI%2CcAII%3BErLrsBV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEqLurBY%2CqBAAA%3B%3BAAbZ%2CoBAOI%2CcAII%2CEAII%3BEACI%2CwCAAA%3BEACA%2CiBAAA%3BErL3rBhB%2CWAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqLgsBY%2CoBAfR%2CcAII%2CEAWK%3BErLhtBf%2CmBqLitB8B%2CgBrLjtB9B%3BEACK%2CgBqLgtByB%2CgBrLhtBzB%3BEACC%2CeqL%2BsBwB%2CgBrL%5C%2FsBxB%3BEAcJ%2CWqLisB4B%2CgBrLjsB5B%3B%3BAqLgsBY%2CoBAfR%2CcAII%2CEAWK%2CMAIG%3BEACI%2CcAAA%3B%3BAALR%2CoBAfR%2CcAII%2CEAWK%2CMAQG%3BEACI%2CcAAA%3B%3BAATR%2CoBAfR%2CcAII%2CEAWK%2CMAYG%3BEACI%2CcAAA%3B%3BAAbR%2CoBAfR%2CcAII%2CEAWK%2CMAgBG%3BEACI%2CcAAA%3B%3BAAMpB%3BEACI%2CiBAAA%3B%3BAADJ%2CaAGI%2CEACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BErLjuBZ%2CiBAAA%3BEqLmuBY%2CkBAAA%3B%3BAAEA%2CaAXR%2CEACI%2CMAUK%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAfR%2CEACI%2CMAcK%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAnBR%2CEACI%2CMAkBK%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAvBR%2CEACI%2CMAsBK%3BEACG%2CmBAAA%3B%3BAAIR%2CaA5BJ%2CEA4BK%2CIAAI%3BEACD%2CoBAAA%3B%3BAAgCZ%2CWACI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAGR%2COACI%2C4BACI%2CqBAAoB%3BEAChB%2CqBAAA%3B%3BAAIZ%3BEACI%2CsBAAA%3B%3BAAEJ%2CMACI%2CEACI%3BErLzzBV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqL4yBY%2CMAJR%2CEACI%2CKAGK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BErLn0BlB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqLuzBY%2CMAfR%2CEACI%2CKAcK%3BEACG%2CYAAA%3B%3BAAEA%2CMAlBZ%2CEACI%2CKAcK%2CMAGI%3BErL10BnB%2CmBqL20BkC%2CmBrL30BlC%3BEACK%2CgBqL00B6B%2CmBrL10B7B%3BEACC%2CeqLy0B4B%2CmBrLz0B5B%3BEAcJ%2CWqL2zBgC%2CmBrL3zBhC%3B%3BAqLo0BI%2CoBAAC%3BEACG%2CkBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAALR%2CoBAAC%2COAGG%2CoBAII%2COACI%3BEACI%2CYAAA%3BEACA%2CgBAAgB%2CeAAhB%3BEACA%2CQAAQ%2CeAAR%3BEACA%2C0DAAA%3B%3BAAGJ%2CoBAfX%2COAGG%2CoBAII%2COAQK%2CMACG%3BEACI%2CUAAA%3BEACA%2CgBAAgB%2CYAAhB%3BEACA%2CQAAQ%2CYAAR%3B%3BAAQpB%2CoBAAC%3BEACG%2CkBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGI%2CoBARX%2COAGG%2CoBAII%2COACK%2CMACG%3BErLx3BtB%2CgCAAA%3BEACK%2C6BAAA%3BEACC%2C4BAAA%3BEAcJ%2CwBAAA%3B%3BAqLo3BI%2CmBAAC%2COACG%2CGACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CmBAPX%2COACG%2CGACI%2CKAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAOhB%2CmBAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CmBAAC%2COAKI%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CmBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3B%3BAAIR%2CQACI%2CGACI%3BEACI%2CkBAAA%3B%3BAACA%2CQAHR%2CGACI%2CKAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAOhB%2CCAAC%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2COpLnnCQ%2CoBoLmnCR%3BEACA%2CyBpLpnCQ%2CoBoLonCR%3BEACA%2CoBAAA%3B%3BAACA%2CCATH%2CwBASI%3BEACG%2COpL1nCS%2CyBoL0nCT%3BEACA%2CyBpLxnCI%2CoBoLwnCJ%3B%3BAAKR%2CGAAG%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%3BEACE%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CGAAG%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWAIE%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAThB%2CGAAG%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWAIE%2CEAKI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGAjBjB%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWAIE%2CEAKI%2CKAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BErLz%2BB1B%2C%2BBqL0%2BBiD%2CsCrL1%2BBjD%3BEACK%2C4BqLy%2BB4C%2CsCrLz%2BB5C%3BEACC%2C2BqLw%2BB2C%2CsCrLx%2BB3C%3BEAcJ%2CuBqL09B%2BC%2CsCrL19B%5C%2FC%3B%3BAqLm%2BBwB%2CGAjCrB%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWA4BG%2CgBACG%2CEACI%2CKACK%3BEACG%2CWAAA%3BEACA%2CkBpLtqCT%2C2BoLsqCS%3B%3BAAOxB%2CGA1CD%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWACE%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CGAjDjB%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWACE%2CEAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BErL1gC1B%2CmBqL2gCsC%2CarL3gCtC%3BEACK%2CgBqL0gCiC%2CarL1gCjC%3BEACC%2CeqLygCgC%2CarLzgChC%3BEAcJ%2CWqL2%5C%2FBoC%2CarL3%5C%2FBpC%3B%3BAqL%2B%5C%2FBgB%2CGA7Db%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWAiBG%2CgBACG%2CEACI%3BEACI%2CcAAA%3B%3BAACA%2CGAjEzB%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWAiBG%2CgBACG%2CEACI%2CKAEK%3BEACG%2CyBAAA%3B%3BAAOR%2CGAzErB%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWA2BG%2CWACG%2CEACK%3BEACG%2CaAAA%3B%3BAAhCxB%2CGA1CD%2C0BAA0B%2CkBA0CxB%2CQAsCG%3BEACI%2CgBAAA%3B%3BAAQY%2CGAzFrB%2C0BAA0B%2CkBAoFxB%2COACG%2CiBACI%2CGAAE%2CWACE%2CEACI%2CKACK%3BEACG%2CaAAA%3B%3BAAIZ%2CGA9Fb%2C0BAA0B%2CkBAoFxB%2COACG%2CiBACI%2CGAAE%2CWAQG%2CgBACG%2CEACI%3BEACI%2CcAAA%3B%3BAAQpB%2CwBAHyD%3BEAGzD%2CGAzGL%2C0BAA0B%2CkBAoFxB%2COACG%3BIAkBQ%2C6BAAA%3B%3B%3BAAKhB%2CGAAG%2C0BAA0B%2CQACzB%3BEACI%2CiBAAA%3B%3BAAKR%2CYACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGI%2CYAVR%2C8BASI%2C2BACK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BErLvlClB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqL4kCQ%2CYAtBJ%2C8BAsBK%3BEACG%2CYAAA%3B%3BAAGI%2CYA1BZ%2C8BAsBK%2CMAGG%2CKACK%3BErLhmCnB%2CmBqLimCkC%2CmBrLjmClC%3BEACK%2CgBqLgmC6B%2CmBrLhmC7B%3BEACC%2CeqL%2BlC4B%2CmBrL%5C%2FlC5B%3BEAcJ%2CWqLilCgC%2CmBrLjlChC%3B%3BAqLqjCA%2CYAmCI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BErL%5C%2FmCV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqLkmCI%2CYAAC%2CGACG%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAC%2CKACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CYANX%2CKACG%2C4BAII%2C2BACK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BErLvoCtB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqL4nCY%2CYAnBP%2CKACG%2C4BAkBK%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGI%2CYAzBf%2CKACG%2C4BAkBK%2CMAKG%2CKACK%3BErLlpCvB%2CmBqLmpCsC%2CmBrLnpCtC%3BEACK%2CgBqLkpCiC%2CmBrLlpCjC%3BEACC%2CeqLipCgC%2CmBrLjpChC%3BEAcJ%2CWqLmoCoC%2CmBrLnoCpC%3B%3BAqL4oCA%2CoBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CoBAKI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0CAAA%3BErLhrCV%2CmBqLirCsB%2CgBrLjrCtB%3BEACK%2CgBqLgrCiB%2CgBrLhrCjB%3BEACC%2CeqL%2BqCgB%2CgBrL%5C%2FqChB%3BEAcJ%2CWqLiqCoB%2CgBrLjqCpB%3BEAhBF%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3B%3BAqL4oCA%2CoBAKI%2CmBAoBI%3BEACI%2COpLv2CO%2C2BoLu2CP%3BErLtqCZ%2CaCtMgB%2CwBDsMhB%3BEqLwqCY%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CoBA5BR%2CmBAoBI%2CqBAQK%3BAACD%2CoBA7BR%2CmBAoBI%2CqBASK%3BEACG%2CaAAA%3B%3BAAnChB%2CoBAKI%2CmBAiCI%3BEACI%2CkBAAA%3BEACA%2CapL14CS%2C6BoL04CT%3B%3BAAxCZ%2CoBAKI%2CmBAiCI%2CwBAGI%3BEACI%2CSAAA%3B%3BAAMhB%2CcACI%2CcACI%3BErL9sCV%2CmBqL%2BsC0B%2CarL%5C%2FsC1B%3BEACK%2CgBqL8sCqB%2CarL9sCrB%3BEACC%2CeqL6sCoB%2CarL7sCpB%3BEAcJ%2CWqL%2BrCwB%2CarL%5C%2FrCxB%3BEqLisCY%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcARR%2CcACI%2CaAOK%3BErLrtCf%2CmBqLstC8B%2CcrLttC9B%3BEACK%2CgBqLqtCyB%2CcrLrtCzB%3BEACC%2CeqLotCwB%2CcrLptCxB%3BEAcJ%2CWqLssC4B%2CcrLtsC5B%3BEqLwsCgB%2CWAAA%3B%3BAAMhB%2CcACI%2CcACI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcAPR%2CcACI%2CaAMK%3BEACG%2CWAAA%3B%3BAAEJ%2CcAVR%2CcACI%2CaASK%3BEACG%2CYAAA%3B%3BAAKhB%2CYACI%2C6BACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CYACI%2C6BAMI%2C6BACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAZhB%2CYACI%2C6BAMI%2C6BAOI%3BEACI%2CWAAA%3B%3BAAKhB%2CcACI%2C6BACI%2C6BACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANhB%2CcACI%2C6BACI%2C6BAMI%3BEACI%2COpL57CN%2CkBoL47CM%3B%3BAAKhB%2CcACI%2C6BACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CcACI%2C6BAII%2C6BACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKhB%2CWACI%2C4BACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJZ%2CWACI%2C4BAKI%2C4BACI%3BEACI%2CWAAA%3B%3BAARhB%2CWACI%2C4BAKI%2C4BAII%3BEACI%2CWAAA%3B%3BAAMhB%2CiBACI%3BEACI%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CiBACI%2CmCAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BErLtzCd%2CmBqLuzC0B%2CiBrLvzC1B%3BEACK%2CgBqLszCqB%2CiBrLtzCrB%3BEACC%2CeqLqzCoB%2CiBrLrzCpB%3BEAcJ%2CWqLuyCwB%2CiBrLvyCxB%3BEqLyyCY%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAXZ%2CiBACI%2CmCAII%2CmBAOI%3BAAZZ%2CiBACI%2CmCAII%2CmBAQI%3BEACI%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBAjBZ%2CmCAII%2CmBAOI%2CqBAMK%3BAAAD%2CiBAjBZ%2CmCAII%2CmBAQI%2CGAKK%3BAACD%2CiBAlBZ%2CmCAII%2CmBAOI%2CqBAOK%3BAAAD%2CiBAlBZ%2CmCAII%2CmBAQI%2CGAMK%3BEACG%2CaAAA%3B%3BAApBpB%2CiBACI%2CmCAuBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAAKJ%2CwBAJyD%3BEAIzD%2CiBAjCJ%2CmCAuBI%3BIAOQ%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAhChB%2CiBAoCI%3BEACI%2CkBAAA%3B%3BAAGR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CWAKM%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAATR%2CWAWM%3BEACE%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAqBR%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CmBATJ%2CiCASK%3BAACD%2CmBAVJ%2CiCAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BErL%5C%2F4Cd%2CiFAAA%3BEACK%2C8EAAA%3BEACC%2C6EAAA%3BEAcJ%2CyEAAA%3B%3BAqLm4CQ%2CmBAvBJ%2CiCAuBK%3BEACG%2CYAAA%3B%3BAACA%2CmBAzBR%2CiCAuBK%2CMAEI%3BErLr5Cf%2CmBqLs5C8B%2CarLt5C9B%3BEACK%2CgBqLq5CyB%2CarLr5CzB%3BEACC%2CeqLo5CwB%2CarLp5CxB%3BEAcJ%2CWqLs4C4B%2CarLt4C5B%3B%3BAqLy4CY%2CmBA7BR%2CiCAuBK%2CMAMI%3BErLz5Cf%2CmBqL05C8B%2CcrL15C9B%3BEACK%2CgBqLy5CyB%2CcrLz5CzB%3BEACC%2CeqLw5CwB%2CcrLx5CxB%3BEAcJ%2CWqL04C4B%2CcrL14C5B%3B%3BAqLg5CA%2COACI%2C6BACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CwBAJ0D%3BEAI1D%2COAVJ%2C6BACI%3BIAMQ%2CaAAA%3BIACA%2CsBAAA%3B%3B%3BAAThB%2COACI%2C6BAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAdZ%2COAiBI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2COAHJ%2CyBAGK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BErLv7Cd%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqL26CI%2COAAC%2CKACG%2C6BACI%3BEACI%2CeAAA%3B%3BAAHZ%2COAAC%2CKACG%2C6BAII%3BEACI%2CiBAAA%3B%3BAAIJ%2COAVP%2CKASG%2CyBACK%3BEACG%2CaAAA%3B%3BAAShB%2CUACI%3BEACI%2CkBAAA%3B%3BAACA%2CUAFJ%2C4BAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BErLx8CZ%2CsBAAA%3BEqL08CY%2CUAAA%3BErL19Cd%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEqL48CY%2CUAAA%3BEACA%2CoBAAA%3B%3BAAdZ%2CUACI%2C4BAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BErLl%2BCd%2CmBqLm%2BC0B%2CgBrLn%2BC1B%3BEACK%2CgBqLk%2BCqB%2CgBrLl%2BCrB%3BEACC%2CeqLi%2BCoB%2CgBrLj%2BCpB%3BEAcJ%2CWqLm9CwB%2CgBrLn9CxB%3BEqLq9CY%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BErL1%2BCd%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3BEqL69CY%2CUAAA%3BErL7%2BCd%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEqL%2B9CY%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CUAnCR%2C4BAkCK%2CMACI%3BEACG%2CYAAA%3B%3BAAFR%2CUAlCJ%2C4BAkCK%2CMAIG%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAYJ%2CsBAFR%2CWACK%2CMACI%3BAAAD%2CwBAFR%2CWACK%2CMACI%3BEACG%2CUAAA%3B%3BAALhB%2CsBASI%3BAARJ%2CwBAQI%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAXR%2CsBASI%2CyBAGI%3BAAXR%2CwBAQI%2CyBAGI%3BEACI%2CwBAAA%3B%3BAAbZ%2CsBAgBI%3BAAfJ%2CwBAeI%3BEACI%2CkBAAA%3B%3BAAjBR%2CsBAgBI%2C6BAEI%3BAAjBR%2CwBAeI%2C6BAEI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAvBZ%2CsBA0BI%2CqBACI%3BAA1BR%2CwBAyBI%2CqBACI%3BEACI%2CaAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%2CYAKI%2C0BAAyB%2CIAAI%3BEACzB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAwBZ%2CwBAR%2BC%2CuBAAkC%3BEAC7E%2CYACI%3BIACI%2C2BAAA%3BIACA%2CYAAA%3B%3B%3BAC%5C%2F0DV%2CIACE%3BEACE%2CuBAAA%3BEhLkOF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CIgL%5C%2FOA%2CWhL%2BOC%3BAACD%2CIgLhPA%2CWhLgPC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIgLrPA%2CWhLqPC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIgL1PA%2CWhL0PC%3BAACD%2CIgL3PA%2CWhL2PC%3BAACD%2CQAAQ%2CUAAW%2CKgL5PnB%3BEhL6PI%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA2F%5C%2FJA%2CI2F7HA%2CW3F6HC%3BE3F%2BJD%2CSCwBiB%2CODxBjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE2FtJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BE3FmIN%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA2FrIJ%2CgBAV2C%3BEACnC%2CI2F9IJ%2CW3F8IK%3BEACD%2CI2F%5C%2FIJ%2CW3F%2BIK%3BI3F6IL%2COCjMmB%2C2BDiMnB%3B%3BE2F3IQ%2CI2FjJR%2CW3F8IK%2CMAGI%3BEAAD%2CI2FjJR%2CW3F%2BIK%2COAEI%3BI3F2HX%2CmB2F1H0B%2Cc3F0H1B%3BIACK%2CgB2F3HqB%2Cc3F2HrB%3BIACC%2Ce2F5HoB%2Cc3F4HpB%3BIAcJ%2CW2F1IwB%2Cc3F0IxB%3B%3B%3BAsL7RF%2CIAME%3BEACE%2C6BAAA%3BEACA%2CUAAA%3B%3BA3F0LF%2CI2F5LA%2CQ3F4LC%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE3FiFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2F9EI%2CYAAY%2CmCAAZ%3B%3BAAIP%2CI2F7MG%2CQAIG%2CU3FyML%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BA2FxMQ%2CIAPN%2CQAIG%2CUAEE%2CaACE%3BEACC%2CUAAA%3B%3BAAdV%2CIAmBE%3BEACE%2CgBAAA%3BEtLyQF%2CgBAAA%3BEsLvQE%2CgBAAA%3BEtLuPJ%2CwBsLtPqB%2C0DtLsPrB%3BEACK%2CqBsLvPgB%2C0DtLuPhB%3BEACC%2CoBsLxPe%2C0DtLwPf%3BEAcJ%2CgBsLtQmB%2C0DtLsQnB%3B%3BAsL7RF%2CIA2BE%3B%3B%3B%3BAA3BF%2CIA2BE%2CaACE%3BEtLiPJ%2CwBsLhPuB%2C4DtLgPvB%3BEACK%2CqBsLjPkB%2C4DtLiPlB%3BEACC%2CoBsLlPiB%2C4DtLkPjB%3BEAcJ%2CgBsLhQqB%2C4DtLgQrB%3B%3BAsL5PE%2CIANF%2CaAMG%2CUACC%3BEtL2ON%2CwBsL1OyB%2C0DtL0OzB%3BEACK%2CqBsL3OoB%2C0DtL2OpB%3BEACC%2CoBsL5OmB%2C0DtL4OnB%3BEAcJ%2CgBsL1PuB%2C0DtL0PvB%3B%3BAsLrPE%2CIAbF%2CaAaG%2CaACC%3BEtLoON%2CwBsLnOyB%2C4DtLmOzB%3BEACK%2CqBsLpOoB%2C4DtLoOpB%3BEACC%2CoBsLrOmB%2C4DtLqOnB%3BEAcJ%2CgBsLnPuB%2C4DtLmPvB%3B%3BAsL7RF%2CIAgDE%2CmBACE%3BEACE%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAnDN%2CIAuDE%2CmBAAmB%3BEACjB%2CUAAA%3BEtLqNJ%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEsLnOE%2CsBAAA%3B%3BAA1DJ%2CIA6DE%2CWACE%2CmBAAmB%3BEACjB%2CUAAA%3B%3BAAIN%3BEACE%2CgBAAA%3B%3BAACA%2CqCAAC%2CIAAI%3BEACH%2CgBAAA%3B%3BAAHJ%2CqCAKE%2CMAAK%3BEACH%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPJ%2CqCASE%2CQAAO%2CKACH%3BEACA%2CsBAAA%3B%3BAAXN%2CqCAcE%2CyBACE%3BEACE%2CaAAA%3B%3BAAhBN%2CqCAmBE%3BEACE%2CsBAAA%3BEACA%2CsBAAA%3B%3BAArBJ%2CqCAuBE%2C0BACE%2CQAAO%3BEtLkMT%2CeAAA%3B%3BAsL1NF%2CqCAuBE%2C0BAIE%3BAA3BJ%2CqCAuBE%2C0BAKE%3BAA5BJ%2CqCAuBE%2C0BAME%3BEACE%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAjCN%2CqCAoCE%2CoBACE%3BEtLqLF%2CeAAA%3B%3BAsL1NF%2CqCAyCE%3BEACE%2CaAAA%3B%3BAA1CJ%2CqCA4CE%2COAAM%2CUACF%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAhDN%2CqCAoDE%2CcACE%3BEACE%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAxDN%2CqCA4DE%2CeACE%2CiBAAgB%3BEACd%2CiBAAA%3B%3BAA9DN%2CqCAkEE%2CgBACE%2CiBAAgB%3BEACd%2CcAAA%3B%3BAApEN%2CqCAuEI%2CIAAC%2CIAAI%3BEACL%2CaAAA%3B%3BAAxEJ%2CqCA0EE%2CgBACE%3BEACE%2CaAAA%3B%3BAA5EN%2CqCA%2BEE%2CcACI%2CIAAC%2CIAAI%3BEACL%2CaAAA%3B%3BAAIN%2CcAAc%2CkBACZ%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAPJ%2CcAAc%2CkBAWZ%3BEtL0HA%2CkBAAA%3B%3BAsLrIF%2CcAAc%2CkBAeZ%3BE3FkEF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE3F8CE%2CWAAA%3BEAAA%2CYAAA%3BE2F3CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE3FyBA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEsLpHE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeACE%2C8BAA6B%3BEAC3B%2CUAAA%3BEACA%2CQAAA%3B%3BAAHJ%2CeAKE%3BEACE%2CkBAAA%3B%3BAANJ%2CeAKE%2CiBAEE%3BEACE%2COAAA%3BEACA%2CMAAA%3BEtLkFN%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAsL5FF%2CcACE%2CiBACE%3BEACE%2COAAA%3BEACA%2CMAAA%3BEtLwEN%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAsLlFF%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAFF%2CiBAGE%3BEtL%2BEA%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAkJ4LF%2CiBAGE%2CgBlJmEE%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CiBkJyLA%2CgBlJzLC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC3OU%2COrC2OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAkJ3JF%2CiBAGE%2CgBAQE%3BEtL1LF%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAuLiCA%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAADJ%2CaAEI%3BEACI%2CSAAA%3B%3BAAHR%2CaAMI%2CoBACI%3BEvLiNR%2CiBAAA%3BEAAA%2CyBAAA%3BEAAA%2CgBAAA%3B%3BAuLxNA%2CaAcI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CaAcI%2CcAII%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAApBZ%2CaAcI%2CcAQI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAzBZ%2CaAcI%2CcAQI%2CmBAII%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEI%2CaAjBhB%2CcAQI%2CmBAII%2CGAII%2CEACK%2CIAAI%3BEACD%2COtLRd%2CkBsLQc%3B%3BAAhCxB%2CaAuCI%2CYACI%3BEACI%2CkBAAA%3B%3BAAxEZ%2CaAsEI%2CYACI%2CaAvEP%3BEvLuPD%2CSC6JkB%2COD7JlB%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEuL7OI%2CmCAAA%3B%3BAAGA%2CaAyDA%2CYACI%2CaA3DP%2CMACI%3BEACG%2CcAAA%3B%3BAA8DI%2CaANR%2CYACI%2CaAKK%3BEvL2Kb%2CcAAA%3B%3BAuLxNA%2CaAuCI%2CYA7FJ%3BAAsDA%2CaAuCI%2CYA5FJ%3BEvLCA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuL6CA%2CaAoDI%2COAAM%2COAAO%3BAApDjB%2CanL%2BDA%2CMAAK%2CcAiED%2CiBAGM%2CUmL%5C%2FEA%2COAAO%3BAApDjB%2CalLpBA%2CakLwEU%2COAAO%3BEACT%2CcAAA%3BEvLmKR%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2C0BAAA%3BEuL7JQ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAA7FR%2CaAmFI%2COAAM%2COAAO%2COAnFhB%3BAAAD%2CanL8FA%2CMAAK%2CcAiED%2CiBAGM%2CUmL%5C%2FEA%2COAAO%2COAnFhB%3BAAAD%2CalLWA%2CakLwEU%2COAAO%2COAnFhB%3BEvLuPD%2CSC6JkB%2COD7JlB%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEuL7OI%2CmCAAA%3B%3BAAGA%2CaAsEA%2COAAM%2COAAO%2COAvEhB%2CMACI%3BAAAD%2CanLiFJ%2CMAAK%2CcAiED%2CiBAGM%2CUmL%5C%2FEA%2COAAO%2COAvEhB%2CMACI%3BAAAD%2CalLFJ%2CakLwEU%2COAAO%2COAvEhB%2CMACI%3BEACG%2CcAAA%3B%3BAAiBR%2CaAoDI%2COAAM%2COAAO%2COA1GjB%3BAAsDA%2CaAoDI%2COAAM%2COAAO%2COAzGjB%3BAAqDA%2CanL%2BDA%2CMAAK%2CcAiED%2CiBAGM%2CUmL%5C%2FEA%2COAAO%2COA1GjB%3BAAsDA%2CanL%2BDA%2CMAAK%2CcAiED%2CiBAGM%2CUmL%5C%2FEA%2COAAO%2COAzGjB%3BAAqDA%2CalLpBA%2CakLwEU%2COAAO%2COA1GjB%3BAAsDA%2CalLpBA%2CakLwEU%2COAAO%2COAzGjB%3BEvLCA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuL6CA%2CaAgEI%3BEvLwJJ%2CkBAAA%3BEAAA%2CiDAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CcAAA%3BEuLlJQ%2CgBAAA%3BEACA%2CaAAA%3B%3BAAvER%2CaAyEI%3BEACI%2CaAAA%3BEACA%2CatLlEiB%2CiCsLkEjB%3BEACA%2C6BAAA%3B%3BAAEI%2CaALR%2CuBAII%2CSACK%2CIAAI%3BEvL0IjB%2COCjMmB%2C2BDiMnB%3B%3BAuLxNA%2CaAmFI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAzFR%2CaAmFI%2CsBAOI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA9FZ%2CaAmFI%2CsBAOI%2CeAKI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAlGhB%2CaAmFI%2CsBAOI%2CeAKI%2CmBAII%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAxGpB%2CaAmFI%2CsBAOI%2CeAKI%2CmBAWI%3BEACI%2COAAA%3B%3BAA3GpB%2CaAmFI%2CsBAOI%2CeAKI%2CmBAcI%2CyBAAyB%2CiBAAiB%2CQAAO%3BEAC7C%2CoBAAA%3B%3BAA9GpB%2CaAmFI%2CsBA%2BBI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAArHZ%2CaAmFI%2CsBAoCI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA1HZ%2CaAmFI%2CsBAoCI%2CWAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhIhB%2CaAoII%2CkBACI%3BEvLmEV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAuLhFQ%2CaAJJ%2CkBAIK%2CQACG%3BEACI%2CkBAAA%3B%3BAACA%2CaAPZ%2CkBAIK%2CQACG%2C4BAEK%3BEACG%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEvLyDtB%2CmCuLvDkD%2C4CvLuDlD%3BEACK%2CgCuLxD6C%2C4CvLwD7C%3BEACC%2C%2BBuLzD4C%2C4CvLyD5C%3BEAcJ%2C2BuLvEgD%2C4CvLuEhD%3BEuLrEoB%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAlBZ%2CaAJJ%2CkBAIK%2CQAqBG%2CeACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKhB%2CaAAC%3BEACG%2CWAAA%3B%3BAADJ%2CaAAC%2CmBAEG%3BEACI%2CaAAA%3B%3BAAxKZ%2CaA2KI%2CaACI%2COAAM%3BEACF%2CkBAAA%3B%3BAA7KZ%2CaA2KI%2CaACI%2COAAM%2COAEF%3BEACI%2CSAAA%3B%3BAA%5C%2FKhB%2CaA2KI%2CaACI%2COAAM%2COAEF%2CSAEI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEvLkCpB%2CeCvLoB%2C4BDuLpB%3BEuLhCoB%2CqBAAA%3B%3BAAxLpB%2CaA2KI%2CaAiBI%2CqBACI%3BEvL2BZ%2CeCvLoB%2C4BDuLpB%3B%3BAuLxNA%2CaA2KI%2CaAiBI%2CqBAKI%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtMhB%2CaA2KI%2CaAiBI%2CqBAKI%2CkBAMI%3BEACI%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAA3MpB%2CaA2KI%2CaAiBI%2CqBAKI%2CkBAMI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA7MxB%2CaA2KI%2CaAiBI%2CqBAKI%2CkBAMI%2CeAQI%2CIACI%3BEvLQxB%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2CamJ2NI%2CaAiBI%2CqBAKI%2CkBAMI%2CeAQI%2CIACI%2CEnJhQvB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmJjSA%2CaA2KI%2CaAiBI%2CqBAKI%2CkBAuBI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAMI%2CaAtDpB%2CaAiBI%2CqBAkCI%2CkBAAiB%2CiBACb%2CaACI%2CGACK%3BEACG%2CyBAAA%3B%3BAAlO5B%2CaA2KI%2CaAiBI%2CqBA4CI%3BEvLhBZ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEwL4LgB%2CmBAAA%3B%3BAA1OhB%2CaA2KI%2CaAiBI%2CqBA4CI%2CYxLpLV%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAwLtDJ%2CaA2KI%2CaAiBI%2CqBA4CI%2CYAGI%3BEACI%2CcAAA%3B%3BAAEI%2CaAnEpB%2CaAiBI%2CqBA4CI%2CYAGI%2CGAEI%2CEACK%2CIAAI%3BEACD%2COtLvNlB%2CkBsLuNkB%3B%3BAAGR%2CaAvEhB%2CaAiBI%2CqBA4CI%2CYAGI%2CGAOK%2CSACG%3BEACI%2C0BAAA%3BEACA%2CcAAA%3B%3BAAUhB%2CaAFR%2CYACI%2CSACK%3BEACG%2CSAAS%2CEAAT%3BE5F3FlB%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE3F8CE%2CWAAA%3BEAAA%2CYAAA%3BE2F3CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE3FyBA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEuL6CgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAKA%2CaAlBZ%2CYAgBK%2CQACG%2CSACK%3BEACG%2CUAAA%3BEACA%2CuBAAA%3B%3BAAKhB%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%3BEACZ%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAALR%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBAKZ%2CqBAAqB%2CkBAAkB%3BEACnC%2CSAAA%3BEACA%2C4BAAA%3B%3BAARZ%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBASZ%2COAAM%3BEACF%2CkBAAA%3B%3BAAXZ%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBASZ%2COAAM%2COAEF%3BEACI%2CSAAA%3B%3BAAbhB%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBAeZ%3BEACI%2CuBAAA%3B%3BAAIZ%2CaAAC%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CaAAC%2CmBAGG%2CaACI%3BEACI%2CgBAAA%3B%3BAALZ%2CaAAC%2CmBAQG%2CaAAY%2CIAAI%2CuBACZ%2COAAM%3BEACF%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CaAAC%2CmBAQG%2CaAAY%2CIAAI%2CuBAMZ%3BEACI%2COAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CaAAC%2CmBAoBG%2CSACI%3BEACG%2CgBAAA%3B%3BAAtBX%2CaAAC%2CmBAyBG%3BEACI%2CWAAA%3B%3BAA1BR%2CaAAC%2CmBA4BG%2CYAAY%2CSAAQ%3BEAChB%2CWAAA%3B%3BAAGR%2CaAAC%2CmBACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CaAAC%2CmBAKG%3BEACI%2CkBAAA%3B%3BAANR%2CaAAC%2CmBAQG%3BEvL3IV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2FjHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE3F8GG%2CQAAA%3BE2F5GH%2CgBAAA%3BEACA%2CSAAA%3BE3F2FC%2CmB2F7GqB%2CuB3F6GrB%3BEACK%2CgB2F9GgB%2CuB3F8GhB%3BEACC%2Ce2F%5C%2FGe%2CuB3F%2BGf%3BEAcJ%2CW2F7HmB%2CuB3F6HnB%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BEuL6HY%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAACA%2CaAbP%2CmBAQG%2CaAKK%3BEvLhJf%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAuLmHI%2CaAAC%2CmBAiBG%3BEACI%2CsBAAA%3BEACA%2CSAAA%3B%3BAAnBR%2CaAAC%2CmBAqBG%3BEACI%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA1BR%2CaAAC%2CmBAqBG%2CoBAMI%3BEACI%2CSAAA%3B%3BAA5BZ%2CaAAC%2CmBA%2BBG%2CMAAK%3BAA%5C%2FBT%2CaAAC%2CmBAgCG%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAApCR%2CaAAC%2CmBA%2BBG%2CMAAK%2CWAMD%3BAArCR%2CaAAC%2CmBAgCG%2C4BAKI%3BAArCR%2CaAAC%2CmBA%2BBG%2CMAAK%2CWAOD%2CeAAiB%3BAAtCzB%2CaAAC%2CmBAgCG%2C4BAMI%2CeAAiB%3BEACb%2COAAA%3B%3BAAvCZ%2CaAAC%2CmBA0CG%3BEACI%2CgBAAA%3B%3BAA3CR%2CaAAC%2CmBA0CG%2CsBAEI%3BEACI%2CSAAA%3B%3BAA7CZ%2CaAAC%2CmBA0CG%2CsBAKI%2CeAAiB%3BEACb%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAlDZ%2CaAAC%2CmBAqDG%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAvDR%2CaAAC%2CmBAqDG%2C0BAGI%3BEACI%2CsBAAA%3B%3BAAzDZ%2CaAAC%2CmBAqDG%2C0BAGI%2CkBAEI%3BEACI%2CWAAA%3BEvL9KpB%2CeCvLoB%2C4BDuLpB%3BEuLgLoB%2CgBAAA%3B%3BAAKQ%2CaAlEvB%2CmBAqDG%2C0BAGI%2CkBAOI%2CkBACI%2CgBACI%2CGACK%3BEvLrL7B%2CyBAAA%3B%3BAuLmHI%2CaAAC%2CmBA0EG%2COAAM%2COAAO%3BAA1EjB%2CaAAC%2CmBnL5QL%2CMAAK%2CcAiED%2CiBAGM%2CUmLkRI%2COAAO%3BAA1EjB%2CaAAC%2CmBlL%5C%2FVL%2CakLyac%2COAAO%3BEACT%2CuBAAA%3BEACA%2CcAAA%3B%3BAACA%2CaA7EP%2CmBA0EG%2COAAM%2COAAO%2COAGR%3BAAAD%2CaA7EP%2CmBnL5QL%2CMAAK%2CcAiED%2CiBAGM%2CUmLkRI%2COAAO%2COAGR%3BAAAD%2CaA7EP%2CmBlL%5C%2FVL%2CakLyac%2COAAO%2COAGR%3BEACG%2CiBAAA%3BEACA%2COtLnYG%2C2BsLmYH%3B%3BAA%5C%2FEZ%2CaAAC%2CmBAkFG%3BEACI%2CkBAAA%3BEACA%2CgCAAA%3B%3BAApFR%2CaAAC%2CmBAuFG%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA3FR%2CaAAC%2CmBAuFG%2CeAKI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEI%2CaAtGf%2CmBAuFG%2CeAKI%2CeASI%2CGACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAOxB%2CaAAC%2CqBAEG%3BAADJ%2CaAAC%2CmBACG%3BEACI%2CaAAA%3B%3BAAHR%2CaAAC%2CqBAKG%3BAAJJ%2CaAAC%2CmBAIG%3BEACI%2CkBAAA%3B%3BAANR%2CaAAC%2CqBAKG%2CaAEI%3BAANR%2CaAAC%2CmBAIG%2CaAEI%3BEACI%2CkBAAA%3B%3BAARZ%2CaAAC%2CqBAKG%2CaAKI%3BAATR%2CaAAC%2CmBAIG%2CaAKI%3BAAVR%2CaAAC%2CqBAKG%2CaAMI%3BAAVR%2CaAAC%2CmBAIG%2CaAMI%3BEAEI%2CaAAA%3B%3BAAbZ%2CaAAC%2CqBAKG%2CaAUI%3BAAdR%2CaAAC%2CmBAIG%2CaAUI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAlBZ%2CaAAC%2CqBAKG%2CaAUI%2C4BAII%3BAAlBZ%2CaAAC%2CmBAIG%2CaAUI%2C4BAII%3BEACI%2CoBAAA%3B%3BAAMhB%2CaAAC%2CqBACG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CaAAC%2CqBAKG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAATR%2CaAAC%2CqBAKG%2CaAKI%3BEACI%2CaAAA%3B%3BAAXZ%2CaAAC%2CqBAKG%2CaAQI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAfZ%2CaAAC%2CqBAKG%2CaAQI%2CaAGI%2COAAM%3BEACF%2CWAAA%3B%3BAAKR%2CaAtBP%2CqBAqBG%2CcAAc%2CYAAY%2CSACrB%3BEACG%2CWAAA%3B%3BAAvBZ%2CaAAC%2CqBA0BG%3BEACI%2CWAAA%3B%3BAAGR%2CaAAC%3BEACG%2CUAAA%3B%3BAADJ%2CaAAC%2CkBAEG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAALR%2CaAAC%2CkBAOG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAATR%2CaAAC%2CkBAYG%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEvL%5C%2FTd%2CmBuLgU0B%2CiBvLhU1B%3BEACK%2CgBuL%2BTqB%2CiBvL%5C%2FTrB%3BEACC%2CeuL8ToB%2CiBvL9TpB%3BEAcJ%2CWuLgTwB%2CiBvLhTxB%3B%3BAuLkTY%2CaAxBP%2CkBAYG%2CaAYK%3BEACG%2CUAAA%3BEvLnUlB%2CmBuLoU8B%2CavLpU9B%3BEACK%2CgBuLmUyB%2CavLnUzB%3BEACC%2CeuLkUwB%2CavLlUxB%3BEAcJ%2CWuLoT4B%2CavLpT5B%3B%3BAuL0RI%2CaAAC%2CkBAYG%2CaAiBM%3BEACE%2CUAAA%3BEvLxThB%2CWCzNgB%2CwBDyNhB%3BEuL0TgB%2CYAAA%3B%3BAAhCZ%2CaAAC%2CkBAYG%2CaAuBI%2CqBACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtChB%2CaAAC%2CkBAYG%2CaAuBI%2CqBACI%2CYAGI%2CGACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1CxB%2CaAAC%2CkBAYG%2CaAmCI%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAApDhB%2CaAAC%2CkBAYG%2CaA2CI%2COAAM%2COACF%2CSACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEvLrVxB%2CiBAAA%3B%3BAuL0RI%2CaAAC%2CkBAYG%2CaA2CI%2COAAM%2COACF%2CSAMI%3BEACI%2CWAAA%3B%3BAAEJ%2CaAjEf%2CkBAYG%2CaA2CI%2COAAM%2COACF%2CSASK%3BEACG%2CWAAA%3B%3BAAlEpB%2CaAAC%2CkBAYG%2CaA2CI%2COAAM%2COAcF%2COAAM%2COAAO%3BAArEzB%2CaAAC%2CkBAYG%2CaA2CI%2COAAM%2COnL1elB%2CMAAK%2CcAiED%2CiBAGM%2CUmLobY%2COAAO%3BAArEzB%2CaAAC%2CkBAYG%2CaA2CI%2COAAM%2COlL7jBlB%2CakL2kBsB%2COAAO%3BEvL%5C%2FV7B%2CeCvLoB%2C4BDuLpB%3BEuLiWoB%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAACA%2CaA3Ef%2CkBAYG%2CaA2CI%2COAAM%2COAcF%2COAAM%2COAAO%2COAMR%3BAAAD%2CaA3Ef%2CkBAYG%2CaA2CI%2COAAM%2COnL1elB%2CMAAK%2CcAiED%2CiBAGM%2CUmLobY%2COAAO%2COAMR%3BAAAD%2CaA3Ef%2CkBAYG%2CaA2CI%2COAAM%2COlL7jBlB%2CakL2kBsB%2COAAO%2COAMR%3BEACG%2CWAAA%3B%3BAAEJ%2CaA9Ef%2CkBAYG%2CaA2CI%2COAAM%2COAcF%2COAAM%2COAAO%2COASR%3BAAAD%2CaA9Ef%2CkBAYG%2CaA2CI%2COAAM%2COnL1elB%2CMAAK%2CcAiED%2CiBAGM%2CUmLobY%2COAAO%2COASR%3BAAAD%2CaA9Ef%2CkBAYG%2CaA2CI%2COAAM%2COlL7jBlB%2CakL2kBsB%2COAAO%2COASR%3BEACG%2CsBAAA%3B%3BAA%5C%2FEpB%2CaAAC%2CkBAYG%2CaAuEI%3BEvL7WZ%2CiBAAA%3B%3BAuL0RI%2CaAAC%2CkBAYG%2CaA0EI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAA1FZ%2CaAAC%2CkBAYG%2CaAgFI%3BEACI%2CgBAAA%3B%3BAA7FZ%2CaAAC%2CkBAYG%2CaAgFI%2CsBAEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhGhB%2CaAAC%2CkBAYG%2CaAuFI%3BEACI%2CeAAA%3B%3BA5FzdhB%2Ca4F6dK%2CkBAEG%2CiBACI%2CE5FheX%3BAAAD%2Ca4F8dK%2CmBACG%2CiBACI%2CE5FheX%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE3FiFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2F9EI%2CYAAY%2CmCAAZ%3B%3BA4FydJ%3BEACI%2CgBAAA%3B%3BA5FtdP%2CY4FudO%2CcAAc%2CiBAAiB%2CE5FvdrC%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BA4FydE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEvLxaN%2CmBuLyakB%2CgBvLzalB%3BEACK%2CgBuLwaa%2CgBvLxab%3BEACC%2CeuLuaY%2CgBvLvaZ%3BEAcJ%2CWuLyZgB%2CgBvLzZhB%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CaAAC%3BAACD%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA2F%5C%2FJA%2CaAAC%3BE3F%2BJD%2CSCwBiB%2CODxBjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE2FtJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BE3FmIN%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA2FrIJ%2CgBAV2C%3BEACnC%2CaAAC%3BEACD%2CaAAC%3BI3F6IL%2COCjMmB%2C2BDiMnB%3B%3BE2F3IQ%2CaAHH%2CMAGI%3BEAAD%2CaAFH%2COAEI%3BI3F2HX%2CmB2F1H0B%2Cc3F0H1B%3BIACK%2CgB2F3HqB%2Cc3F2HrB%3BIACC%2Ce2F5HoB%2Cc3F4HpB%3BIAcJ%2CW2F1IwB%2Cc3F0IxB%3B%3B%3BAuL8ZI%2CaAAC%3BEACG%2CaAAA%3B%3BAAIJ%2CKADC%2CWACA%2CQACG%3BEACI%2CaAAA%3B%3BAC9sBZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CWAGM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAANR%2CWAQI%2CcACI%2CcACI%2CaACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACD%2CuBAAA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGA%2CWAjBhB%2CcACI%2CcACI%2CaAcI%2CSACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3B%3BAApCxB%2CWAQI%2CcAiCM%3BEAIE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2C4CAAA%3BEACA%2CyBAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjBA%2CmBAHoC%3BEAGpC%2CWArCR%2CcAiCM%3BIAEM%2CaAAA%3B%3B%3BAAoBJ%2CWAvDR%2CcAiCM%2CWAsBG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEAEA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CqCAAA%3BEACA%2CUAAA%3B%3BAA1EhB%2CWAQI%2CcAiCM%2CWAmCE%3BEACI%2CiBAAA%3B%3BAA7EhB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAEI%3BEACI%2CeAAA%3B%3BAA%5C%2FEpB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAKI%3BEACI%2CuBAAA%3B%3BAAlFpB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAQI%3BEACI%2CkBAAA%3B%3BAArFpB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAQI%2CaAEI%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CavLAC%2CiCuLAD%3B%3BAAzFxB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAgBI%2CcACI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBvLQL%2C2BuLRK%3BEACA%2CyBAAA%3BExLwMxB%2CiBAAA%3BEwLtMwB%2CuBAAA%3B%3BAACA%2CWA5FpB%2CcAiCM%2CWAmCE%2CmBAgBI%2CcACI%2CkBAOK%3BEACG%2CkBvLGT%2C2BuLHS%3BEACA%2CcvLET%2C2BuLFS%3BEACA%2CYAAA%3B%3BAAvG5B%2CWAQI%2CcAiCM%2CWAmCE%2CmBA%2BBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CaAAa%2CmCAAb%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAApHxB%2CWA0HI%2CcAAa%2COACR%3BEACG%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAgB%2CaAA3B%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3B%3BAAKhB%3BEACG%3BIACG%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACG%2CUAAA%3BIACC%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAwCP%2CmBApCoC%3BEACjC%2CWAEI%2CcACM%3BIACE%2CYAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2C2CAAA%3B%3BEACA%2CWAPR%2CcACM%2CWAMG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CmCAAA%3BIACA%2CoCAAA%3BIACA%2C8BAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGR%2CWArBJ%2CcAqBK%2COACK%3BIACE%2CSAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3BIACA%2C2CAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAC5LnB%2CYACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BE9FQF%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE8FXC%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2COxL0FoB%2C2BwL1FpB%3B%3BAAZF%2CYACC%2CYAYC%3BEACC%2CiBAAA%3B%3BAAdH%2CYAiBC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAvBF%2CYAiBC%2CgBAOG%3BEACD%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAA3BH%2CYAiBC%2CgBAYC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIH%2CeACC%3B%3B%3B%3B%3BAADD%2CeACC%2Ca9FwUE%3BE3FrEA%2CUAAA%3B%3BAyLpQH%2CeACC%2Ca9F6UA%3BE3F1EE%2C%2BBAAA%3B%3BAyLpQH%2CeACC%2Ca9FkVA%3BE3F%5C%2FEE%2C%2BBAAA%3B%3BAyLpQH%2CeACC%2CaAEC%3BEACC%2CmBAAA%3B%3BAAJH%2CeACC%2CaAKC%3BEACC%2COAAA%3BEACA%2CkBAAA%3B%3BAARH%2CeACC%2CaAKC%2CsBAGC%3BEzL2PA%2CiBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEyLxPC%2CgBAAA%3B%3BAAZJ%2CeACC%2CaAKC%2CsBAQC%3BEACC%2CgBAAA%3B%3BAAfJ%2CeACC%2CaAKC%2CsBAQC%2CaAEC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAApBL%2CeACC%2CaAuBC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA3BH%2CeACC%2CaAuBC%2CQAKC%2CYACC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAApCL%2CeACC%2CaAuBC%2CQAKC%2CYACC%2CMAOC%3BEACC%2CaAAA%3BEACA%2CgBAAA%3B%3BAAvCN%2CeA6CC%3BEACC%2CiBAAA%3B%3BAA9CF%2CeA6CC%2CcAEC%2CcACC%3BAAhDH%2CeA6CC%2CcAEC%2CcrL4DC%2CMAAK%2CcAiED%2CiBAGM%3BAqL%5C%2FKb%2CeA6CC%2CcAEC%2CcpLvBC%3BEoLyBC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAnDJ%2CeA6CC%2CcASC%2CeACC%3BEACC%2CgBAAA%3B%3BAAxDJ%2CeA6CC%2CcAcC%3BEzLyMC%2CiBAAA%3BEyLvMA%2CkBAAA%3BEACA%2CaxLgBkB%2C0BwLhBlB%3B%3BAA9DH%2CeA6CC%2CcAcC%2CeAIC%3BEACC%2CWAAA%3B%3BAAKJ%2CqBACC%2CcACC%2CcACC%3BAAHH%2CqBACC%2CcACC%2CcrLoCC%2CMAAK%2CcAiED%2CiBAGM%3BAqL1Gb%2CqBACC%2CcACC%2CcpL%5C%2FCC%3BEoLiDC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3B%3BAANJ%2CqBAUC%3BEACC%2CYAAA%3B%3BAAXF%2CqBAaC%3BEACC%2CyBAAA%3BEACA%2CaAAA%3B%3BAAfF%2CqBAiBC%3BEACC%2CgBAAA%3B%3BAAGF%2CSAAU%3BEzL0KP%2CeCvLoB%2C4BDuLpB%3B%3BAyL1KH%2CSAAU%2CeAET%3BEzLwKE%2CiBAAA%3B%3BAyL1KH%2CSAAU%2CeAET%2CeAEG%3BEACD%2CoBAAA%3B%3BAALH%2CSAAU%2CeAET%2CeAKC%2CIACC%3BEACC%2CaAAA%3BEACA%2CcAAA%3B%3BAAVJ%2CSAAU%2CeAET%2CeAKC%2CIACC%2COAGC%3BEACC%2CaAAA%3BEACA%2CgBAAA%3B%3BAAbL%2CSAAU%2CeAET%2CeAKC%2CIACC%2COAGC%2COAGC%3BEACC%2CeAAA%3B%3BAAfN%2CSAAU%2CeAET%2CeAKC%2CIACC%2COAUC%3BEACC%2CkBAAA%3B%3BAAnBL%2CSAAU%2CeAET%2CeAKC%2CIACC%2COAUC%2CMAEC%3BEACC%2CeAAA%3B%3BAAON%2CUACC%2CSACC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIH%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAHD%2CiBAIC%3BEACC%2COAAA%3BEACA%2CSAAA%3B%3BAANF%2CiBAIC%2CWAGC%3BEACC%2CSAAA%3B%3BAARH%2CiBAWC%3BAAXD%2CiBrLnBG%2CMAAK%2CcAiED%2CiBAGM%3BAqLjDb%2CiBpLtGG%3BEoLkHD%2CwCAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CiBARD%2COAQE%3BAAAD%2CiBrLtCC%2CMAAK%2CcAiED%2CiBAGM%2CUqL9BV%3BAAAD%2CiBpLzHC%2CaoLyHA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAC3LJ%3BEACC%2CeAAA%3BEACG%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3B%3BACJJ%2C8BAA8B%2CYAC1B%2CkBACI%3BEACI%2CuCAAA%3B%3BEACA%2C4BAAA%3B%3BAAJZ%2C8BAA8B%2CYAC1B%2CkBACI%2CcAII%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEAEA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEAEA%2CiBAAA%3B%3BAAfhB%2C8BAA8B%2CYAoB1B%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3B%3BACvBR%2CuBAAwB%2CsBAAqB%3BEACzC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAVJ%2CgBAYI%2CmBACI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAlBZ%2CgBAYI%2CmBACI%2CMAOI%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CWAAA%3B%3BAAMhB%3BEACI%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBACI%2CqBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoDAAA%3BEACA%2CkBAAA%3BEAEA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CuBACI%2CqBACI%2CuBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAa%2CWAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CoBACI%2CkCACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAPZ%2CoBACI%2CkCAUI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAOZ%2CoBACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAIR%2CoBACI%2C2BACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CoBACI%2C2BASI%3BEACI%2CWAAA%3B%3BAAMZ%2CcACI%2CUAAS%3BEACL%2CgBAAA%3B%3BAAIR%2CiBACI%2CeACI%2CUAAS%3BEACL%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAPJ%2CyBASK%3BEACG%2CyBAAA%3B%3BAAVR%2CyBAaI%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CyBAPJ%2CMAOK%3BEACG%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CeACI%2CsBACI%2C2BAA0B%3BEACtB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAZZ%2CeACI%2CsBACI%2C2BAA0B%2CmBAYtB%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CeACI%2CwBACI%2CiBACI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3B%3BAALhB%2CeACI%2CwBACI%2CiBACI%2CkBAII%3BEACI%2CkBAAA%3B%3BACxPnB%3BEACG%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACE%2CwBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3B%3BAAGF%3BEACE%3BIAAK%2CWAAW%2CsBAAsB%2CYAAjC%3B%3BEACL%3BIAAO%2CWAAW%2CsBAAsB%2CcAAjC%3B%3B%3BAAGT%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BAAmCJ%2CmBAhCsC%3BEAClC%3BIACE%2CoBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CwBAAA%3BIACA%2CqBAAA%3B%3BEAGF%3BIACE%2CqBAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CWAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3B%3BACvGN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEtGtBI%2CkBAAA%3B%3BAsGsBJ%2CaACI%3BEACI%2CWAAW%2CqBAAX%3B%3BAAFR%2CatGpBI%3BExFwQA%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CaAAA%3BEwFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExF8PJ%2CcAAA%3BEAAA%2CaCtNqB%2C6BDsNrB%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEwFvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CaA1BJ%2CiBA0BK%3BAACD%2CaA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CaAnCJ%2CiBAmCK%3BExFqOL%2CiBAAA%3BEwFnOQ%2CyBAAA%3B%3BAAGJ%2CaAxCJ%2CiBAwCK%3BExFgOL%2CiBAAA%3BEwF9NQ%2CyBAAA%3B%3BAA0GR%2CaApJA%2CiBAoJC%3BAACD%2CaArJA%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CaAzJA%2CiBAyJC%3BExF%2BGD%2C2BAAA%3BEAAA%2CgBAAA%3BEAAA%2CQAAA%3B%3BAwFzGA%2CaA%5C%2FJA%2CiBA%2BJC%3BExFyGD%2C2BAAA%3BEAAA%2CgBAAA%3BEAAA%2CQAAA%3B%3BAwFhNA%2CaAAE%3BExFgNF%2CeAAA%3B%3BAwF5MA%2CaAAE%2CgBAA2B%2CMAAS%3BAACtC%2CaAAE%2CgBAA2B%2CMAAS%3BAACtC%2CaAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAsG3CR%2CaAsBM%2CIAAC%3BEACC%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAAK%2CaAAa%3BEACd%2CqBAAA%3B%3BAAGJ%2CKAAK%2CWAAW%3BEACZ%2CqBAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CCAAC%3BAAAkB%2CCAAC%3BAACpB%2CCAAC%3BAAAmB%2CCAAC%3BEACjB%2CgBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CCAAC%2CWAQG%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CKAAK%2CaAAa%2CWAAW%3BEACzB%2C0BAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CaAAa%3BEACtB%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CQAAQ%2CKAAK%2CaAAa%2CUAMtB%2CWAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAPR%2CQAAQ%2CKAAK%2CaAAa%2CUAUtB%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIR%2CGAAG%2CuBAAuB%2CeAAe%2CiBACtC%2CeAAc%3BEACT%2CmBAAA%3B%3BAAwDR%2CmBApDoC%3BEAChC%3BItGhJA%2CkBAAA%3B%3BEsGgJA%2CaAEI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CeAAX%3BIACA%2CSAAA%3B%3BEAXR%2CaAaI%2CiBAAgB%3BEAbpB%2CaAa6B%2CiBAAgB%3BIACrC%2CSAAA%3B%3BEAdR%2CatG9IA%3BIxFwQA%2CmBAAA%3BIAAA%2CYAAA%3BIAAA%2CgBAAA%3BIAAA%2CaAAA%3BIAAA%2CaAAA%3BIwFhQI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIxF8PJ%2CcAAA%3BIAAA%2CaCtNqB%2C6BDsNrB%3BIAAA%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIwFxFA%2COAAA%3BIACA%2CSAAA%3B%3BEAvJI%2CaA1BJ%2CiBA0BK%3BEACD%2CaA3BJ%2CiBA2BK%3BIACG%2CyBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CaAnCJ%2CiBAmCK%3BIxFqOL%2CiBAAA%3BIwFnOQ%2CyBAAA%3B%3BEAGJ%2CaAxCJ%2CiBAwCK%3BIxFgOL%2CiBAAA%3BIwF9NQ%2CyBAAA%3B%3BEAyIR%2CaAnLA%2CiBAmLC%3BEACD%2CaApLA%2CiBAoLC%3BIACG%2CYAAA%3B%3BEAGJ%2CaAxLA%2CiBAwLC%3BIxFgFD%2C4BAAA%3BIAAA%2CSAAA%3BIAAA%2CiBAAA%3B%3BEwF1EA%2CaA9LA%2CiBA8LC%3BIxF0ED%2C4BAAA%3BIAAA%2CSAAA%3BIAAA%2CiBAAA%3B%3BEwFhNA%2CaAAE%3BIxFgNF%2CeAAA%3B%3BEwF5MA%2CaAAE%2CgBAA2B%2CMAAS%3BEACtC%2CaAAE%2CgBAA2B%2CMAAS%3BEACtC%2CaAAC%2CMAAO%3BIACJ%2CcAAA%3B%3BEsGmHJ%2CeAEI%2CiBACI%2CkBAAiB%3BIACb%2CcAAA%3B%3BEAJZ%2CeAEI%2CiBACI%2CkBAAiB%2CKAGb%3BIACI%2CkBAAA%3B%3B%3BAjI5MhB%2CeAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CeAEI%2CwBAGI%3BEACI%2CaAAa%2CWAAb%3BEACA%2CkBAAA%3B%3BAAPZ%2CeAEI%2CwBAGI%2CqBAII%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAdhB%2CeAEI%2CwBAGI%2CqBAYI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAArBhB%2CeAEI%2CwBAGI%2CqBAmBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3B%3BAA7BhB%2CeAEI%2CwBAGI%2CqBA2BI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3B%3BAAtChB%2CeAEI%2CwBAGI%2CqBAoCI%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArDhB%2CeAEI%2CwBAGI%2CqBAmDI%2CMAAK%3BEACD%2C0BAAA%3B%3BAAzDhB%2CeAEI%2CwBAGI%2CqBAuDI%2CMAAK%3BEACD%2C0BAAA%3B%3BAA7DhB%2CeAEI%2CwBAGI%2CqBA2DI%2CMAAK%3BEACD%2C0BAAA%3B%3BAAjEhB%2CeAEI%2CwBAGI%2CqBA%2BDI%2CMAAK%3BEACD%2C0BAAA%3B%3BAArEhB%2CeAEI%2CwBAGI%2CqBAmEI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3B%3BAA5EhB%2CeAEI%2CwBAGI%2CqBA0EI%2CiBAAiB%3BEACb%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAnFhB%2CeAEI%2CwBAqFI%3BEACI%2CaAAa%2CWAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA9FZ%2CeAEI%2CwBA%2BFI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApGZ%2CeAEI%2CwBA%2BFI%2CWAKI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA3GhB%2CeAEI%2CwBA%2BFI%2CWAaI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAhHhB%2CeAEI%2CwBAkHI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAxHZ%2CeA%2BHI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAjIR%2CeA%2BHI%2CgCAGI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAArIZ%2CeA%2BHI%2CgCAGI%2CYAKI%2CIAAG%2CUAAU%2CGACT%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA1IpB%2CeA%2BHI%2CgCAGI%2CYAYI%2CIAAG%2CUAAU%2CGACT%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjJpB%2CeA%2BHI%2CgCAGI%2CYAmBI%2CIAAG%2CUAAU%2CGACT%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxJpB%2CeA8JI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnKR%2CeA8JI%2CiCAOI%3BEACI%2CgBAAA%3B%3BAAtKZ%2CeA0KI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjLR%2CeA0KI%2C%2BBASI%3BEACI%2CkBAAA%3B%3BAApLZ%2CeA0KI%2C%2BBAaI%3BEACI%2CgBAAA%3B%3BAAxLZ%2CeA4LI%2C8BACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAnMZ%2CeAuMI%3BEACI%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAlNR%2CeAuMI%2CwBAaI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtNZ%2CeAuMI%2CwBAkBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAA9NZ%2CeAkOI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAvOR%2CeAkOI%2CqBAOI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5OZ%2CeAkOI%2CqBAOI%2CKAKI%3BEACI%2CgBAAA%3B%3BAA%5C%2FOhB%2CeAoPI%3BEACI%2CiBAAA%3B%3BAArPR%2CeAwPI%3BEACI%2C0BAAA%3BEACA%2CmBAAA%3B%3BAA1PR%2CeAkQI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAvQR%2CeA0QI%3BEACI%2CaAAa%2CWAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAhRR%2CeAmRI%3BEACI%2CaAAa%2CWAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAzRR%2CeA4RI%3BEACI%2CaAAa%2CWAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlSR%2CeAqSI%2CUAAS%2CIAAI%2CaAAa%3BAArS9B%2CeAsSI%2CUAAS%2CIAAI%2CaAAa%3BEACtB%2CSAAS%2CGAAT%3BEACA%2CaAAA%3B%3BAAMA%2CeADJ%2CsBACK%3BEACG%2CoBAAA%3BEACA%2CWAAA%3B%3BAAhTZ%2CeAoTI%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAPJ%2CmBAOK%3BEACG%2CqBAAA%3B%3BAA5TZ%2CeAoTI%2CmBAWI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAApUZ%2CeAoTI%2CmBAmBI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1UZ%2CeAoTI%2CmBAyBI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CMAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAxCJ%2CmBAwCK%2CSAEG%3BAADJ%2CeAzCJ%2CmBAyCK%2CSACG%3BEACI%2CeAAA%3BEACA%2CgBAAgB%2CYAAhB%3BEACA%2CaAAa%2CYAAb%3B%3BAAjWhB%2CeAsWI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAzWR%2CeA4WI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAA9WR%2CeA4WI%2CsBAII%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAnXZ%2CeA4WI%2CsBAUI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAzXZ%2CeA4WI%2CsBAgBI%2C2BAA0B%2CWACtB%3BEACI%2CWAAA%3B%3BAA9XhB%2CeAmYI%2CyBACI%3BEACI%2CmBAAA%3B%3BAArYZ%2CeAgZI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlZR%2CeAqZI%3BEACI%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzZR%2CeA4ZI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAhaR%2CeAmaI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA7aR%2CeAgbI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAA1bR%2CeA6bI%2CQACI%2CmBACI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAApchB%2CeA6bI%2CQACI%2CmBACI%2CMAOI%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CWAAA%3B%3BAAzcpB%2CeA%2BcI%3BEACI%2CcAAA%3B%3BAAhdR%2CeAudI%2CcAAa%3BEACT%2CSAAA%3B%3BAAxdR%2CeA2dI%3BEACI%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAA9dR%2CeA2dI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAteZ%2CeA2dI%2CQAKI%2CmBAQI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA1ehB%2CeA2dI%2CQAmBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAApfZ%2CeA2dI%2CQAmBI%2CaAQI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAA3fhB%2CeA2dI%2CQAmBI%2CaAQI%2CiBAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAngBpB%2CeA2dI%2CQAmBI%2CaAQI%2CiBAOI%2CEAOI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAvgBxB%2CeA2dI%2CQAmBI%2CaAQI%2CiBAqBI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA9gBpB%2CeA2dI%2CQAwDI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAvhBZ%2CeA2dI%2CQAwDI%2CcAMI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAjiBhB%2CeA2dI%2CQAwDI%2CcAMI%2CkBASI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAriBpB%2CeA2dI%2CQA%2BEI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAjjBZ%2CeA2dI%2CQA%2BEI%2CeASI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAzjBhB%2CeA2dI%2CQA%2BEI%2CeAkBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMR%2CeADJ%2CUACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CeALJ%2CUAKK%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BE7DtTZ%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CoBAAA%3B%3BA6DoTQ%2CeALJ%2CUAKK%2CoBASG%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEAGA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeA7BZ%2CUAKK%2CoBASG%2CQAeK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1BZ%2CeALJ%2CUAKK%2CoBA8BG%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BE7DpVhB%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BA6D2VY%2CeA5CR%2CUA2CI%2COACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CeAhDR%2CUA2CI%2COAKK%3BEACG%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAEI%2CMAAK%3BAAVb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAGI%2CMAAK%3BAAXb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAII%2CMAAK%3BAAZb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAKI%2CMAAK%3BAAbb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAMI%2CMAAK%3BAAdb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAOI%2CMAAK%3BAAfb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAQI%2CMAAK%3BAAhBb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSASI%2CMAAK%3BAAjBb%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAUI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArBZ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAgBI%2CMAAK%3BEACD%2CkBAAA%3B%3BAAzBZ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAoBI%2CMAAK%3BEACD%2CkBAAA%3B%3BAA7BZ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAwBI%2CMAAK%3BEACD%2CkBAAA%3B%3BAAjCZ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSA4BI%2CMAAK%3BEACD%2CkBAAA%3B%3BAArCZ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAgCI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CMAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAApDZ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSA%2BCI%2COAAM%2CIAAI%3BAAvDlB%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAgDI%2CMAAK%2CIAAI%3BEACL%2CgBAAgB%2CcAAhB%3BEACA%2CaAAa%2C2BAAb%3B%3BAA1DZ%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAqDI%2COAAM%2CIAAI%2CUAAW%3BAA7D7B%2CeAhDR%2CUA2CI%2COAKK%2CwBAQG%2CSAsDI%2CMAAK%2CIAAI%2CoBAAqB%3BEAC1B%2CeAAA%3BEACA%2CgBAAgB%2CYAAhB%3BEACA%2CaAAa%2CYAAb%3B%3BAAKZ%2CeAtHR%2CUA2CI%2COA2EK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeA5HR%2CUA2CI%2COAiFK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAjIR%2CUA2CI%2COAsFK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAASQ%2CeA5IpB%2CUA2CI%2COAsFK%2COAIG%2CmBAEI%2CMAKK%3BEACG%2CcAAA%3B%3BAAZhB%2CeAjIR%2CUA2CI%2COAsFK%2COAIG%2CmBAEI%2CMASI%3BEACI%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CeA5JR%2CUA2CI%2COAiHK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CeA5JR%2CUA2CI%2COAiHK%2CIAKG%3BEACI%2CmBAAA%3B%3BAAIR%2CeAtKR%2CUA2CI%2COA2HK%3BEACG%2CgBAAA%3B%3BAADJ%2CeAtKR%2CUA2CI%2COA2HK%2CKAGG%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAALR%2CeAtKR%2CUA2CI%2COA2HK%2CKAGG%2CSAII%3BEACI%2CeAAA%3B%3BAARZ%2CeAtKR%2CUA2CI%2COA2HK%2CKAGG%2CSAQI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CeAxLR%2CUA2CI%2COA6IK%2CqBACG%3BEACI%2CgBAAA%3B%3BAApwBpB%2CeA0wBI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhxBR%2CeA0wBI%2CwBAQI%3BEACI%2CaAAA%3B%3BAAnxBZ%2CeAuxBI%3BEACI%2CgBAAA%3B%3BAAIR%2CyBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CyBAMI%2CqCAAqC%2CEAAC%2CYAAY%3BEAC9C%2CgBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CyBAWI%2CEAAC%2COAAO%2CQAAQ%3BEACZ%2CaAAA%3B%3BAAZR%2CyBAeI%3BEACI%2CkBAAA%3B%3BAAhBR%2CyBAmBI%2COAAO%2CSAAQ%2CcACX%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAvBZ%2CyBAmBI%2COAAO%2CSAAQ%2CcAOX%3BAA1BR%2CyBAmBI%2COAAO%2CSAAQ%2CczD7qBnB%2CMAAK%2CcAiED%2CiBAGM%3BAyDslBV%2CyBAmBI%2COAAO%2CSAAQ%2CcxDhwBnB%3BEwDwwBY%2CgBAAA%3B%3BAA3BZ%2CyBA%2BBI%3BEACI%2CeAAA%3B%3BAAIA%2CyBADJ%2COACK%3BEACG%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAtCZ%2CyBA0CI%3BEACI%2CiBAAA%3B%3BAA3CR%2CyBA0CI%2C4CAGI%2CEAAC%2CeAAe%3BEACZ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FCZ%2CyBA0CI%2C4CAQI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAApDZ%2CyBA0CI%2C4CAaI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEAEA%2CaAAa%2CWAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEAEA%2CcAAA%3B%3BAAjEZ%2CyBAqEI%3BEACI%2CeAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CmBAAA%3B%3BAAIR%2CcACI%2CyBACI%3B%3B%3B%3B%3BAAMQ%2CcAPZ%2CyBACI%2CwBAKI%2CUAAS%2CIAAI%2CaACR%3BEACG%2CmBAAA%3B%3BAASpB%2CiBACI%3BEACI%2CiBAAA%3B%3BAAwCZ%2CmBApCyC%3BEACjC%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C0BAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CmBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3BAkIv6BR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CSAII%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CSATR%2COAQK%2CaACI%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CWAAA%3B%3BAAKJ%2CSAjBR%2COAgBK%2CWACI%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CYAAA%3B%3BAAIR%2CSAxBJ%2COAwBK%3BEACG%2CWAAA%3B%3BAAGJ%2CSA5BJ%2COA4BK%3BEACG%2CUAAA%3B%3BAAGJ%2CSAhCJ%2COAgCK%3BEACG%2CUAAA%3B%3BAAGJ%2CSApCJ%2COAoCK%3BEACG%2CUAAA%3B%3BAAEA%2CSAvCR%2COAoCK%2CqBAGI%3BEACG%2CgBAAA%3B%3BAAIR%2CSA5CJ%2COA4CK%3BEACG%2CUAAA%3B%3BAAjDZ%2CSAII%2COAgDI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAnKxDZ%2CcAeI%3BEACI%2CmBAAA%3B%3BAAOI%2CYAFR%2CiBACI%2CQACK%3BEAGG%2CgBAAA%3B%3BAAMhB%2CCAAC%3BEACG%2CeAAA%3B%3BAAKI%2CWADJ%2CSACK%3BEACG%2CoBAAA%3B%3BAADJ%2CWADJ%2CSACK%2CcAGG%3BEACI%2CWAAA%3B%3BAASJ%2CuBAFR%2CiBACI%2CQACK%3BEAGG%2CgBAAA%3B%3BAAMhB%3BAACA%3BEACI%2CyBAAA%3B%3BAAFJ%2CYAII%3BAAHJ%2CgBAGI%3BEACI%2CaAAA%3B%3BAAKJ%2CSAAC%3BEACG%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAiB9DR%3BE7C4QA%2CeAAA%3B%3BA6C5QA%2CqCAGI%3BE7CyQJ%2C6BAAA%3BE6CrQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CqCAGI%2CkCAOI%3BE7CkQR%2CQAAA%3BEAAA%2CqBAAA%3BEoC9QA%2CqBAAA%3BESyBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAzBZ%2CqCAGI%2CkCAOI%2CaTsPN%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CqCSDI%2CkCAOI%2CaTNP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqCSdA%2CkCAOI%2CaTMP%2CMACI%3BEpC2PL%2CWAAA%3B%3BAoCrPI%2CqCSpBA%2CkCAOI%2CaTYP%2COACI%3BEpCqPL%2COC9KiB%2CyBD8KjB%3B%3BA6C5QA%2CqCA6BI%3BE7C%2BOJ%2CiBAAA%3B%3BA6C5QA%2CqCA6BI%2CoCAGI%3BEACI%2CcAAA%3B%3BAAjCZ%2CqCAqCI%3BEACI%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAoC%5C%2FCR%3BEACI%2CgBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CmBAAA%3B%3BAASJ%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CEAAC%2CaAKG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAXR%2CEAAC%2CaAcG%3BE3EUR%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BE6CmCY%2CmBAAA%3BE7C%2BFZ%2CqBAAA%3B%3BAA5HA%2CE6CDK%2CaAcG%2Cc7CbP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CE6CdC%2CaAcG%2Cc7CDP%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CE6CpBC%2CaAcG%2Cc7CKP%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CE2E7DK%2CaAcG%2Cc3E%2BCP%3BAACD%2CE2E9DK%2CaAcG%2Cc3EgDP%3BEN2MD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CE2E1EK%2CaAcG%2Cc3E4DP%3BEN%2BLD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CE2EtFK%2CaAcG%2Cc3EwEP%3BAACD%2CE2EvFK%2CaAcG%2Cc3EyEP%3BAACD%2CQAAQ%2CUAAW%2CG2ExFd%2CaAcG%3BEjF2PR%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2E3FA%2CEAAC%2CaAcG%2CcAkBI%3BEACI%2CiBAAA%3B%3BA7CkGhB%2CE6CnIK%2CaAcG%2Cc7CqHP%3BEpCsID%2CsBiFtO0C%2C8CjFsO1C%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CE6C7OK%2CaAcG%2Cc7C%2BNP%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CE6CvPK%2CaAcG%2Cc7CyOP%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiFnOY%2CEAtCP%2CaAcG%2CcAwBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAzCZ%2CEAAC%2CaA6CG%3BE3ErBR%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BE6CiEY%2C4BAAA%3BEACA%2CmBAAA%3BE7CgEZ%2CqBAAA%3B%3BAA5HA%2CE6CDK%2CaA6CG%2CY7C5CP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CE6CdC%2CaA6CG%2CY7ChCP%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CE6CpBC%2CaA6CG%2CY7C1BP%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CE2E7DK%2CaA6CG%2CY3EgBP%3BAACD%2CE2E9DK%2CaA6CG%2CY3EiBP%3BEN2MD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CE2E1EK%2CaA6CG%2CY3E6BP%3BEN%2BLD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CE2EtFK%2CaA6CG%2CY3EyCP%3BAACD%2CE2EvFK%2CaA6CG%2CY3E0CP%3BAACD%2CQAAQ%2CUAAW%2CG2ExFd%2CaA6CG%3BEjF4NR%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2E3FA%2CEAAC%2CaA6CG%2CYAkBI%3BEACI%2CiBAAA%3B%3BA7CmEhB%2CE6CnIK%2CaA6CG%2CY7CsFP%3BEpCsID%2CsBiFvM0C%2C4CjFuM1C%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CE6C7OK%2CaA6CG%2CY7CgMP%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CE6CvPK%2CaA6CG%2CY7C0MP%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiFpMY%2CEArEP%2CaA6CG%2CYAwBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAxEZ%2CEAAC%2CaA4EG%3BE3EpDR%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BE6CiGY%2CmBAAA%3BE7CiCZ%2CqBAAA%3B%3BAA5HA%2CE6CDK%2CaA4EG%2CiB7C3EP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CE6CdC%2CaA4EG%2CiB7C%5C%2FDP%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CE6CpBC%2CaA4EG%2CiB7CzDP%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CE2E7DK%2CaA4EG%2CiB3EfP%3BAACD%2CE2E9DK%2CaA4EG%2CiB3EdP%3BEN2MD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CE2E1EK%2CaA4EG%2CiB3EFP%3BEN%2BLD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CE2EtFK%2CaA4EG%2CiB3EUP%3BAACD%2CE2EvFK%2CaA4EG%2CiB3EWP%3BAACD%2CQAAQ%2CUAAW%2CG2ExFd%2CaA4EG%3BEjF6LR%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2E3FA%2CEAAC%2CaA4EG%2CiBAkBI%3BEACI%2CiBAAA%3B%3BA7CoChB%2CE6CnIK%2CaA4EG%2CiB7CuDP%3BEpCsID%2CsBiFxK0C%2CiDjFwK1C%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CE6C7OK%2CaA4EG%2CiB7CiKP%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CE6CvPK%2CaA4EG%2CiB7C2KP%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiFrKY%2CEApGP%2CaA4EG%2CiBAwBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAvGZ%2CEAAC%2CaA2GG%3BE3EnFR%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BE6CgIY%2CmBAAA%3BE7CEZ%2CqBAAA%3B%3BAA5HA%2CE6CDK%2CaA2GG%2CiB7C1GP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CE6CdC%2CaA2GG%2CiB7C9FP%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CE6CpBC%2CaA2GG%2CiB7CxFP%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CE2E7DK%2CaA2GG%2CiB3E9CP%3BAACD%2CE2E9DK%2CaA2GG%2CiB3E7CP%3BEN2MD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CE2E1EK%2CaA2GG%2CiB3EjCP%3BEN%2BLD%2CoCAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CE2EtFK%2CaA2GG%2CiB3ErBP%3BAACD%2CE2EvFK%2CaA2GG%2CiB3EpBP%3BAACD%2CQAAQ%2CUAAW%2CG2ExFd%2CaA2GG%3BEjF8JR%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2E3FA%2CEAAC%2CaA2GG%2CiBAkBI%3BEACI%2CiBAAA%3B%3BA7CKhB%2CE6CnIK%2CaA2GG%2CiB7CwBP%3BEpCsID%2CsBiFzI0C%2CiDjFyI1C%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CE6C7OK%2CaA2GG%2CiB7CkIP%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CE6CvPK%2CaA2GG%2CiB7C4IP%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiFtIY%2CEAnIP%2CaA2GG%2CiBAwBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAKhB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CkBAII%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CkBAaI%3BE3EhIJ%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BEpC8QA%2CmBAAA%3BEoC5IA%2CqBAAA%3B%3BAA5HA%2CkB6CuJI%2Cc7CvJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CkB6C0IA%2Cc7C3IH%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CkB6CoIA%2Cc7CrIH%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CkB2E2FI%2Cc3E3FH%3BAACD%2CkB2E0FI%2Cc3E1FH%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CkB2E8EI%2Cc3E9EH%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CkB2EkEI%2Cc3ElEH%3BAACD%2CkB2EiEI%2Cc3EjEH%3BAACD%2CQAAQ%2CUAAW%2CmB2EgEf%3BEjFiHJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA8BwCJ%2CkB6CqBI%2Cc7CrBH%3BEpCsID%2CsBiFrGsC%2C8CjFqGtC%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CkB6CrFI%2Cc7CqFH%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CkB6C%5C%2FFI%2Cc7C%2BFH%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiF9HA%2CkBAaI%2CcAeI%3BEACI%2CiBAAA%3B%3BAAGJ%2CkBAnBJ%2CcAmBK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAnCZ%2CkBAuCI%3BE3E1JJ%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BEpC8QA%2CmBAAA%3BEoC5IA%2CqBAAA%3B%3BAA5HA%2CkB6CiLI%2CY7CjLH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CkB6CoKA%2CY7CrKH%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CkB6C8JA%2CY7C%5C%2FJH%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CkB2EqHI%2CY3ErHH%3BAACD%2CkB2EoHI%2CY3EpHH%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CkB2EwGI%2CY3ExGH%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CkB2E4FI%2CY3E5FH%3BAACD%2CkB2E2FI%2CY3E3FH%3BAACD%2CQAAQ%2CUAAW%2CmB2E0Ff%3BEjFuFJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA8BwCJ%2CkB6C%2BCI%2CY7C%5C%2FCH%3BEpCsID%2CsBiF5EsC%2C4CjF4EtC%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CkB6C3DI%2CY7C2DH%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CkB6CrEI%2CY7CqEH%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiF9HA%2CkBAuCI%2CYAcI%3BEACI%2CiBAAA%3B%3BAAGJ%2CkBAlBJ%2CYAkBK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAA5DZ%2CkBAgEI%3BE3EnLJ%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BEpC8QA%2CmBAAA%3BEoC5IA%2CqBAAA%3B%3BAA5HA%2CkB6C0MI%2CiB7C1MH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CkB6C6LA%2CiB7C9LH%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CkB6CuLA%2CiB7CxLH%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CkB2E8II%2CiB3E9IH%3BAACD%2CkB2E6II%2CiB3E7IH%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CkB2EiII%2CiB3EjIH%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CkB2EqHI%2CiB3ErHH%3BAACD%2CkB2EoHI%2CiB3EpHH%3BAACD%2CQAAQ%2CUAAW%2CmB2EmHf%3BEjF8DJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA8BwCJ%2CkB6CwEI%2CiB7CxEH%3BEpCsID%2CsBiFnDsC%2CiDjFmDtC%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CkB6ClCI%2CiB7CkCH%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CkB6C5CI%2CiB7C4CH%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiF9HA%2CkBAgEI%2CiBAcI%3BEACI%2CiBAAA%3B%3BAAGJ%2CkBAlBJ%2CiBAkBK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAArFZ%2CkBAyFI%3BE3E5MJ%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BEpC8QA%2CmBAAA%3BEoC5IA%2CqBAAA%3B%3BAA5HA%2CkB6CmOI%2CiB7CnOH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CkB6CsNA%2CiB7CvNH%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CkB6CgNA%2CiB7CjNH%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CkB2EuKI%2CiB3EvKH%3BAACD%2CkB2EsKI%2CiB3EtKH%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CkB2E0JI%2CiB3E1JH%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CkB2E8II%2CiB3E9IH%3BAACD%2CkB2E6II%2CiB3E7IH%3BAACD%2CQAAQ%2CUAAW%2CmB2E4If%3BEjFqCJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA8BwCJ%2CkB6CiGI%2CiB7CjGH%3BEpCsID%2CsBiF1BsC%2CiDjF0BtC%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CkB6CTI%2CiB7CSH%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CkB6CnBI%2CiB7CmBH%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiF9HA%2CkBAyFI%2CiBAcI%3BEACI%2CiBAAA%3B%3BAAEJ%2CkBAjBJ%2CiBAiBK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CSAAC%3BEjFOL%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEiFDQ%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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BA%2BGvSR%3BAvLAA%2CmBA4BI%2CaAOI%3BAsCvCR%2CcAYI%2CyBACI%3BAAgJR%2CcAjJI%2CyBA8IL%2CeAGK%2CiBACH%3BAC9JD%2CmBA4LI%2C0BACI%3BEhDkGR%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3BEgMvRI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAjJnBA%2CcAYI%2CyBAKI%2CgBAOI%3BAAxBZ%2CcAYI%2CyBAKI%2CgBA8CM%2CkBAAgB%3BE%5C%2FCgO9B%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2C0BAAA%3BEgMvQI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEhMiQA%2CiBAAA%3BEAAA%2C0BAAA%3BEgM7PI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BAnKtCA%2CcA0DI%2CaACI%2CaAII%2CUAOI%3BAAtEhB%2CcA0DI%2CaAEI%2CiBAGI%2CUAOI%3BE7ByNhB%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2C6BAAA%3BEgMrPI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0CACM%3BAxKhDN%2CuCwKgDM%3BAxKxCN%2CmBACI%2CeACI%2CmBAkDI%2CewKZN%3BAxKxCN%2CmBACI%2CeAuKI%2CsCAGI%2CkCwKnIN%3BEhM%2BON%2CyBAAA%3BEAAA%2CcAAA%3BEoChOA%2CqBAAA%3BE4JTQ%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2C0CACM%2CS5JmOJ%3BAZnRF%2CuCwKgDM%2CS5JmOJ%3BAZ3QF%2CmBACI%2CeACI%2CmBAkDI%2CewKZN%2CS5JmOJ%3BAZ3QF%2CmBACI%2CeAuKI%2CsCAGI%2CkCwKnIN%2CS5JmOJ%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2C0C4JrBM%2CS5JqBL%3BAZrED%2CuCwKgDM%2CS5JqBL%3BAZ7DD%2CmBACI%2CeACI%2CmBAkDI%2CewKZN%2CS5JqBL%3BAZ7DD%2CmBACI%2CeAuKI%2CsCAGI%2CkCwKnIN%2CS5JqBL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA4J7SQ%2C0CAXF%2CSAWG%3BAxK3DT%2CuCwKgDM%2CSAWG%3BAxKnDT%2CmBACI%2CeACI%2CmBAkDI%2CewKZN%2CSAWG%3BAxKnDT%2CmBACI%2CeAuKI%2CsCAGI%2CkCwKnIN%2CSAWG%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAfZ%2C0CACM%2CSAiBE%3BAxKjER%2CuCwKgDM%2CSAiBE%3BAxKzDR%2CmBACI%2CeACI%2CmBAkDI%2CewKZN%2CSAiBE%3BAxKzDR%2CmBACI%2CeAuKI%2CsCAGI%2CkCwKnIN%2CSAiBE%3BEhM8NR%2CiBAAA%3BEgM3NY%2CgBAAA%3BEACA%2CSAAA%3B%3BA5J0DZ%2C0C4JtDK%2COACK%2CS5JqDT%3BAZ%5C%2FHD%2CuCwKyEK%2COACK%2CS5JqDT%3BAZvHD%2CmBACI%2CeACI%2CmBAkDI%2CewKaP%2COACK%2CS5JqDT%3BAZvHD%2CmBACI%2CeAuKI%2CsCAGI%2CkCwK1GP%2COACK%2CS5JqDT%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAgM%5C%2FMA%3BAxKhFA%2CuCAGI%3BEwK8EA%2CcAAA%3BEACA%2CWAAA%3BEhM6MJ%2CmBAAA%3BEAAA%2CgBAAA%3B%3BAgM%5C%2FMA%2CsCAMI%3BAxKtFJ%2CuCAGI%2CmCwKmFA%3BEhMyMJ%2CmBAAA%3BEgMvMQ%2CsBAAA%3B%3BAARR%2CsCAWI%3BAxK3FJ%2CuCAGI%2CmCwKwFA%3BEACI%2CmBAAA%3B%3BAAZR%2CsCAWI%2CyCAGM%3BAxK9FV%2CuCAGI%2CmCwKwFA%2CyCAGM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CsCAWI%2CyCAGM%2CSAII%3BAxKlGd%2CuCAGI%2CmCwKwFA%2CyCAGM%2CSAII%3BEACE%2CaAAA%3B%3BAAnBhB%2CsCAwBI%3BAxKxGJ%2CuCAGI%2CmCwKqGA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA3BR%2CsCAwBI%2CiBAKI%3BAxK7GR%2CuCAGI%2CmCwKqGA%2CiBAKI%3BEACI%2CWAAA%3B%3BAA9BZ%2CsCAwBI%2CiBAKI%2CSAGI%3BAxKhHZ%2CuCAGI%2CmCwKqGA%2CiBAKI%2CSAGI%3BEAEI%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMhB%3BEACI%3BIAEI%2CWAAW%2CeAAX%3B%3BEAGJ%3BIAEI%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIAEI%2CWAAW%2CeAAX%3B%3BEAGJ%3BIAEI%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIAEI%2CWAAW%2CeAAX%3B%3BEAGJ%3BIAEI%2CWAAW%2CaAAX%3B%3B%3B%3B%3B%3B%3B%3BAvLzJR%3BEACI%2CWAAA%3B%3BAAGJ%2CmBACI%3BET0RJ%2CSAAA%3B%3BASrRY%2CmBALR%2CoBAII%2CUACK%3BETqRb%2CoBAAA%3B%3BAS3RA%2CmBAYI%3BET%2BQJ%2CgBAAA%3BES3QQ%2CgBAAA%3B%3BAAhBR%2CmBAYI%2CiBAMI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBZ%2CmBAYI%2CiBAMI%2CeAII%3BEACI%2CgBAAA%3B%3BAAvBhB%2CmBA4BI%3BET%2BPJ%2CgBAAA%3B%3BAS3RA%2CmBA4BI%2CaAWI%3BEACI%2CgBAAA%3B%3BAAxCZ%2CmBA4CI%3BAA5CJ%2CmBA6CI%3BEACI%2CaAAA%3B%3BAA9CR%2CmBAiDI%3BEACI%2CcAAA%3B%3BAAQR%2CyBAGI%3BET8NJ%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2CyB3B0CI%2CW2B1CH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqChPa%2COrCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA3BpSQ%2CyBAHJ%2CWAGK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CyBAAC%2CQACG%2CQAAO%3BEACH%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CyBAAC%2CQACG%2CQAAO%2CKAQH%3BEACI%2CmBAAA%3B%3BAAEA%2CyBAZX%2CQACG%2CQAAO%2CKAQH%2COAGK%3BEACG%2CmBAAA%3B%3BAAbhB%2CyBAAC%2CQACG%2CQAAO%2CKAQH%2COAOI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAlBhB%2CyBAAC%2CQACG%2CQAAO%2CKAQH%2COAYI%3BEACI%2CgBAAA%3B%3BAAtBhB%2CyBAAC%2CQACG%2CQAAO%2CKAyBH%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3B%3BAA5BZ%2CyBAAC%2CQACG%2CQAAO%2CKA8BH%2COAAM%3BEACF%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjCZ%2CyBAAC%2CQAqCG%3BAArCJ%2CyBAAC%2CQAsCG%3BEACI%2CyBAAA%3B%3BAAvCR%2CyBAAC%2CQA0CG%2CiBACI%2COAAM%2CyBACF%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAA%5C%2FChB%2CyBAAC%2CQAoDG%3BEACI%2CsBAAA%3B%3BAArDR%2CyBAAC%2CQAwDG%2C0BAA0B%3BEACtB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3EZ%2CyBA%2BEI%3BEACI%2CkBAAA%3B%3BAAhFR%2CyBA%2BEI%2CoBAGI%3BET%2BIR%2CiBAAA%3BES5IY%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAtFZ%2CyBA0FI%3BEACI%2CwBAAA%3B%3BAA3FR%2CyBA8FI%3BEACI%2CkBAAA%3B%3BAA%5C%2FFR%2CyBAkGI%3BEACI%2CWAAA%3B%3BAAEA%2CyBAHJ%2CQAGK%3BET4HT%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CSAAA%3BEAAA%2CoBAAA%3BEMjPA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CyBG6EI%2CQAGK%2CMHhFR%3BAACD%2CyBG4EI%2CQAGK%2CMH%5C%2FER%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CyBGgEI%2CQAGK%2CMHnER%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CyBGoDI%2CQAGK%2CMHvDR%3BAACD%2CyBGmDI%2CQAGK%2CMHtDR%3BAACD%2CQAAQ%2CUAAW%2C0BGkDf%2CQAGK%3BET4HT%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CyBG6EI%2CQAGK%2CMHhFR%3BAACD%2CyBG4EI%2CQAGK%2CMH%5C%2FER%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CyBGgEI%2CQAGK%2CMHnER%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CyBGoDI%2CQAGK%2CMHvDR%3BAACD%2CyBGmDI%2CQAGK%2CMHtDR%3BAACD%2CQAAQ%2CUAAW%2C0BGkDf%2CQAGK%3BET4HT%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAG0DI%2CyBAFJ%2CGAEK%3BAAAD%2CyBADJ%2CGACK%3BEACG%2CsBAAA%3B%3BAAMA%2CyBAFR%2CWACI%2COACK%3BEACG%2CgBAAA%3B%3BAAMR%2CyBADJ%2CeACK%3BAACD%2CyBAFJ%2CeAEK%3BAACD%2CyBAHJ%2CeAGK%3BEACG%2CgBAAA%3B%3BAA9HZ%2CyBAkII%2CMAAQ%2CQAAQ%2CKAAK%3BAAlIzB%2CyBAmII%2CMAAQ%2CQAAQ%2CKAAK%3BAAnIzB%2CyBAoII%2CMAAQ%2CQAAQ%2CKAAK%3BAApIzB%2CyBAqII%2CMAAQ%2CQAAQ%2CKAAK%3BAArIzB%2CyBAsII%2CMAAQ%2CQAAQ%2CKAAK%3BAAtIzB%2CyBAuII%2CMAAQ%2CQAAQ%2CKAAK%3BEACjB%2CeAAA%3B%3B%3B%3B%3B%3B%3BA6DlMR%2CcACI%3BEtE0RJ%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CoBAAA%3BEsEnRQ%2CkBAAA%3B%3BAARR%2CcACI%2CuBASI%3BEtEiRR%2CeAAA%3BEsE9QY%2CWAAA%3BEACA%2CarE8Da%2CiCqE9Db%3B%3BAAdZ%2CcACI%2CuBASI%2CiBAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAMA%2CcAvBZ%2CuBAqBI%2CkBACI%2CQACK%3BEhE0MjB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CcgE7OI%2CuBAqBI%2CkBACI%2CQACK%2CShEsNhB%3BAACD%2CcgE9OI%2CuBAqBI%2CkBACI%2CQACK%2CShEuNhB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcgEnPI%2CuBAqBI%2CkBACI%2CQACK%2CShE4NhB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcgExPI%2CuBAqBI%2CkBACI%2CQACK%2CShEiOhB%3BAACD%2CcgEzPI%2CuBAqBI%2CkBACI%2CQACK%2CShEkOhB%3BAACD%2CQAAQ%2CUAAW%2CegE1Pf%2CuBAqBI%2CkBACI%2CQACK%3BEhEoOb%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3B%3B%3B%3B%3B%3BAiM7RQ%2CSADJ%2CMACK%3BEACG%2CgBAAA%3B%3BAAOA%2CSAHR%2COAEK%2C0CACI%2CIAAI%3BEACD%2CkBAAA%3B%3BAADJ%2CSAHR%2COAEK%2C0CACI%2CIAAI%2CSAGD%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAALR%2CSAHR%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAIA%2CSAhBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaACK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%3BEACG%2CmBAAA%3B%3BAADJ%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAGG%2CMAAK%3BAAHT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAIG%2CMAAK%3BAAJT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAKG%2CMAAK%3BAALT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAMG%2CMAAK%3BAANT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAOG%2CMAAK%3BAAPT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAQG%2CMAAK%3BAART%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcASG%2CMAAK%3BAATT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAUG%2CMAAK%3BAAVT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAWG%2CMAAK%3BAAXT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAYG%3BAAZJ%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAaG%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGA%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAGG%2CMAAK%2CaAsBA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAIG%2CMAAK%2CiBAqBA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAKG%2CMAAK%2CYAoBA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAMG%2CMAAK%2CYAmBA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAOG%2CMAAK%2CeAkBA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAQG%2CMAAK%2CeAiBA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcASG%2CMAAK%2CiBAgBA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAUG%2CMAAK%2CcAeA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAWG%2CMAAK%2CaAcA%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAYG%2CSAaK%3BAAAD%2CSA9C5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAaG%2COAYK%3BEACG%2C2BAAA%3B%3BAAGJ%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAGG%2CMAAK%2CaA0BA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAIG%2CMAAK%2CiBAyBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAKG%2CMAAK%2CYAwBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAMG%2CMAAK%2CYAuBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAOG%2CMAAK%2CeAsBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAQG%2CMAAK%2CeAqBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcASG%2CMAAK%2CiBAoBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAUG%2CMAAK%2CcAmBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAWG%2CMAAK%2CaAkBA%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAYG%2CSAiBK%3BAAAD%2CSAlD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAaG%2COAgBK%3BEACG%2CkBAAA%3B%3BAAGJ%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAGG%2CMAAK%2CaA8BA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAIG%2CMAAK%2CiBA6BA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAKG%2CMAAK%2CYA4BA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAMG%2CMAAK%2CYA2BA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAOG%2CMAAK%2CeA0BA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAQG%2CMAAK%2CeAyBA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcASG%2CMAAK%2CiBAwBA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAUG%2CMAAK%2CcAuBA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAWG%2CMAAK%2CaAsBA%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAYG%2CSAqBK%3BAAAD%2CSAtD5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAaG%2COAoBK%3BEACG%2CkBAAA%3B%3BAAGJ%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAGG%2CMAAK%2CaAkCA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAIG%2CMAAK%2CiBAiCA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAKG%2CMAAK%2CYAgCA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAMG%2CMAAK%2CYA%2BBA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAOG%2CMAAK%2CeA8BA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAQG%2CMAAK%2CeA6BA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcASG%2CMAAK%2CiBA4BA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAUG%2CMAAK%2CcA2BA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAWG%2CMAAK%2CaA0BA%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAYG%2CSAyBK%3BAAAD%2CSA1D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAaG%2COAwBK%3BEACG%2CkBAAA%3B%3BAAGJ%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAGG%2CMAAK%2CaAsCA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAIG%2CMAAK%2CiBAqCA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAKG%2CMAAK%2CYAoCA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAMG%2CMAAK%2CYAmCA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAOG%2CMAAK%2CeAkCA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAQG%2CMAAK%2CeAiCA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcASG%2CMAAK%2CiBAgCA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAUG%2CMAAK%2CcA%2BBA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAWG%2CMAAK%2CaA8BA%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAYG%2CSA6BK%3BAAAD%2CSA9D5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAaG%2COA4BK%3BEACG%2CkBAAA%3B%3BAA1CZ%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA8CG%2COAAM%2CIAAI%3BAA9Cd%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA%2BCG%2CMAAK%2CIAAI%3BAA%5C%2FCb%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAgDG%2CSAAQ%2CIAAI%3BAAhDhB%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAiDG%2COAAM%3BAAjDV%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAkDG%2CMAAK%3BAAlDT%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAmDG%2CSAAQ%3BEACJ%2CgBAAA%3BEACA%2CgBAAgB%2CcAAhB%3BEACA%2CaAAa%2C2BAAb%3B%3BAAtDR%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAyDG%2COAAM%2CIAAI%2CUAAa%3BAAzD3B%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA0DG%2CMAAK%2CIAAI%2CoBAAuB%3BAA1DpC%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA2DG%2CSAAQ%2CIAAI%2CoBAAuB%3BAA3DvC%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA4DG%2COAAM%2CMAAS%3BAA5DnB%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA6DG%2CMAAK%2CMAAS%3BAA7DlB%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA8DG%2CSAAQ%2CMAAS%3BEACb%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAgB%2CcAAhB%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CcAAb%3B%3BAAnER%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcAsEG%2CMAAK%3BEACD%2CgBAAA%3B%3BAAvER%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA0EG%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CMAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAvFR%2CSArBpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAMK%2CcA0FG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3B%3BAAIR%2CSApHpB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSASI%2CaAqGK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAMA%2CSA7HxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%3BAADJ%2CSA7HxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%3BA6LtEkB%2CSA7HxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%3BE4LmFoC%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CSAnIhC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%3BAAAD%2CSAnIhC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%3BAAAD%2CSAnIhC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%3BE3L5FrC%2CsBAAA%3BENiPA%2CuBAAA%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE8BjDA%2CqBAAA%3BE6JqIwC%2CoBAAA%3BEjMyIxC%2C4BAAA%3BEAAA%2CcAAA%3B%3B%3B%3BEoC5IA%2CqBAAA%3B%3BA6JToC%2CSAnIhC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB7JyInC%3BA6JzIkC%2CSAnIhC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB7JyInC%3BA6JzIkC%2CSAnIhC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB7JyInC%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CS6JhBI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB7JnHpC%3BAAAD%2CS6JhBI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB7JnHpC%3BAAAD%2CS6JhBI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB7JnHpC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CS6J7BA%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB7JvGpC%2CMACI%3BAAAD%2CS6J7BA%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB7JvGpC%2CMACI%3BAAAD%2CS6J7BA%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB7JvGpC%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CS6JnCA%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB7JjGpC%2COACI%3BAAAD%2CS6JnCA%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB7JjGpC%2COACI%3BAAAD%2CS6JnCA%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB7JjGpC%2COACI%3BEpCqPL%2CcAAA%3B%3BAM5MA%2CS2L5EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB3LvDpC%3BAACD%2CS2L7EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB3LtDpC%3BAADD%2CS2L5EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB3LvDpC%3BAACD%2CS2L7EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB3LtDpC%3BAADD%2CS2L5EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB3LvDpC%3BAACD%2CS2L7EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB3LtDpC%3BEN2MD%2CuBAAA%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CS2LzFI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB3L1CpC%3BAAAD%2CS2LzFI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB3L1CpC%3BAAAD%2CS2LzFI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB3L1CpC%3BEN%2BLD%2CuBAAA%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CS2LrGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB3L9BpC%3BAACD%2CS2LtGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB3L7BpC%3BAACD%2CQAAQ%2CUAAW%2CU2LvGf%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%3BA3L9BrC%2CS2LrGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB3L9BpC%3BAACD%2CS2LtGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB3L7BpC%3BAACD%2CQAAQ%2CUAAW%2CU2LvGf%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%3BA3L9BrC%2CS2LrGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB3L9BpC%3BAACD%2CS2LtGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB3L7BpC%3BAACD%2CQAAQ%2CUAAW%2CU2LvGf%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%3BEjMqJrC%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2LuCoC%2CSAjJpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmBAcI%3BAACD%2CSAlJpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmBAeI%3BAADD%2CSAjJpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmBAcI%3BAACD%2CSAlJpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmBAeI%3BAADD%2CSAjJpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmBAcI%3BAACD%2CSAlJpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmBAeI%3BEACG%2C6BAAA%3BEACA%2CoBAAA%3B%3BA7JF5C%2CS6JlJI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB7JepC%3BAAAD%2CS6JlJI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB7JepC%3BAAAD%2CS6JlJI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB7JepC%3BEpCsID%2CsBkM3NoC%2C2ClM2NpC%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CS6J5PI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB7JyHpC%3BAAAD%2CS6J5PI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB7JyHpC%3BAAAD%2CS6J5PI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB7JyHpC%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CS6JtQI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmB7JmIpC%3BAAAD%2CS6JtQI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmB7JmIpC%3BAAAD%2CS6JtQI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmB7JmIpC%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiMxHwC%2CSAhKpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmBA6BI%3BAAAD%2CSAhKpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmBA6BI%3BAAAD%2CSAhKpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmBA6BI%3BE7JpBzC%2CqBAAA%3B%3B%3B%3B%3BAAMA%2CS6JlJI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmBA6BI%2CM7JdxC%3BAAAD%2CS6JlJI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmBA6BI%2CM7JdxC%3BAAAD%2CS6JlJI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmBA6BI%2CM7JdxC%3BEpCsID%2CsBkM1NqC%2CsDlM0NrC%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAAtDA%2CS6J5PI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmBA6BI%2CM7J4FxC%3BAAAD%2CS6J5PI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmBA6BI%2CM7J4FxC%3BAAAD%2CS6J5PI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmBA6BI%2CM7J4FxC%3BEpC4BD%2CYAAA%3BEAAA%2CWAAA%3B%3BAoClBA%2CS6JtQI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkBACG%2COAKK%2CmBA6BI%2CM7JsGxC%3BAAAD%2CS6JtQI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB7LE7B%2CMAAK%2CcAiED%2CiBAGM%2CU6LhE2B%2CmBA6BI%2CM7JsGxC%3BAAAD%2CS6JtQI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaACK%2CkB5LjF7B%2Ca4LuFqC%2CmBA6BI%2CM7JsGxC%3BEpCkBD%2CYAAA%3BEAAA%2CWAAA%3B%3BAiM5G4B%2CSA5KxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaAgDK%2CcACG%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAIR%2CSApLxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaAwDK%2CYACG%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CSApLxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSAqHK%2CaACG%2CaAwDK%2CYAMG%3BEACI%2CWAAA%3B%3BAAQR%2CSAnMxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%3BE3L5J7B%2CsBAAA%3BENiPA%2CuBAAA%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BE2L2IgC%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEjM4EhC%2C4BAAA%3BEAAA%2CyBAAA%3B%3BAM5MA%2CS2L5EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkB3LvH5B%3BAACD%2CS2L7EI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkB3LtH5B%3BEN2MD%2CuBAAA%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CS2LzFI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkB3L1G5B%3BEN%2BLD%2CuBAAA%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CS2LrGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkB3L9F5B%3BAACD%2CS2LtGI%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkB3L7F5B%3BAACD%2CQAAQ%2CUAAW%2CU2LvGf%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%3BEjMqF7B%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2LsG4B%2CSAhN5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkBAaI%3BAACD%2CSAjN5B%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkBAcI%3BEACG%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAhBR%2CSAnMxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkBAmBG%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGI%2CSA5NpC%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaACK%2CkBAmBG%2CeAKI%2CsBACK%3BEACG%2CcAAA%3BEjM2D5C%2CiBAAA%3B%3BAiMpD4B%2CSApOxB%2COAEK%2C0CACI%2CIAAI%2CSAGD%2CSA2LK%2CcACG%2CaAkCK%2CcACG%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAOpB%2CSA%5C%2FOZ%2COAEK%2C0CACI%2CIAAI%2CSA4OA%3BEACG%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAHJ%2CSA%5C%2FOZ%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COAIG%3BEACI%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CSA9PpB%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COAIG%2CaAWK%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAOI%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcACG%2CMAAK%3BAADT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAEG%2CMAAK%3BAAFT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAGG%2CMAAK%3BAAHT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAIG%2CMAAK%3BAAJT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAKG%2CMAAK%3BAALT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAMG%2CMAAK%3BAANT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAOG%2CMAAK%3BAAPT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAQG%2CMAAK%3BAART%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcASG%2CMAAK%3BAATT%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAUG%3BAAVJ%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAWG%3BEACI%2CqBAAA%3B%3BAAZR%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAeG%2COAAM%2CIAAI%2CUAAa%3BAAf3B%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAgBG%2CMAAK%2CIAAI%2CoBAAuB%3BAAhBpC%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAiBG%2CSAAQ%2CIAAI%2CoBAAuB%3BAAjBvC%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAkBG%2COAAM%2CMAAS%3BAAlBnB%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAmBG%2CMAAK%2CMAAS%3BAAnBlB%2CSA9Q5B%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSACI%2CaACK%2CcAoBG%2CSAAQ%2CMAAS%3BEACb%2CcAAA%3B%3BAAQJ%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA4BK%2CaAEG%2CaACK%3BAAAD%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA6BK%2CcACG%2CaACK%3BEACG%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA4BK%2CaAEG%2CaACK%2CkBAIG%3BAAJJ%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA6BK%2CcACG%2CaACK%2CkBAIG%3BAAJJ%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA4BK%2CaAEG%2CaACK%2CkB7L5KrC%2CMAAK%2CcAiED%2CiBAGM%3BA6LwG0B%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA6BK%2CcACG%2CaACK%2CkB7L5KrC%2CMAAK%2CcAiED%2CiBAGM%3BA6LwG0B%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA4BK%2CaAEG%2CaACK%2CkB5L%5C%2FPrC%3BA4L%2BPoC%2CSA3ShC%2COAEK%2C0CACI%2CIAAI%2CSA4OA%2COA4BI%2C0CACG%2CSA6BK%2CcACG%2CaACK%2CkB5L%5C%2FPrC%3BE4LoQ4C%2C6BAAA%3BEACA%2CqBAAA%3B%3B%3B%3B%3B%3B%3BAnJtTpC%2CcADJ%2CaACK%3BEACG%2COAAA%3B%3BAAHZ%2CcACI%2CaAWI%2CcACI%3BEAGI%2CeAAA%3B%3B%3B%3B%3B%3B%3BAtBRhB%2CmBACI%2CeACI%3BExBqRR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAMM%3BEAGE%2CcAAA%3B%3BAAXhB%2CmBACI%2CeACI%2CmBAYI%3BExByQZ%2CgBAAA%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAiBI%3BExBoQZ%2CiBAAA%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAsBI%2CMACI%3BExB8PhB%2CWAAA%3BEwB3PoB%2CcAAA%3B%3BAAKJ%2CmBAhCZ%2CeACI%2CmBA8BI%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CmBAhCZ%2CeACI%2CmBA8BI%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BExBmPxB%2CiBAAA%3BEwBhPwB%2CcAAA%3B%3BAANR%2CmBAhCZ%2CeACI%2CmBA8BI%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAOI%3BAARR%2CmBAhCZ%2CeACI%2CmBA8BI%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAMI%3BEACI%2CgBAAA%3B%3BAA1C5B%2CmBACI%2CeACI%2CmBA8CI%3BEACI%2CkBAAA%3B%3BAAjDhB%2CmBACI%2CeACI%2CmBAkDI%2CeAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAzDpB%2CmBACI%2CeACI%2CmBAgEI%3BExBqNZ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwBhNgB%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CoBAzErB%2CeACI%2CmBAyEQ%3BEACI%2CUAAA%3BExB2MpB%2CiBAAA%3B%3BAwBxMoB%2COALD%2CKAAM%2CoBAzErB%2CeACI%2CmBAyEQ%2CcAIK%3BExBwMrB%2CcAAA%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAmFI%3BExBkMZ%2CiBAAA%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAmFI%2CcAGI%3BEAGI%2CeAAA%3BEACA%2CWAAA%3B%3BAA5FpB%2CmBACI%2CeACI%2CmBAmFI%2CcAUI%3BEACI%2COAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAlGpB%2CmBACI%2CeACI%2CmBAmFI%2CcAgBI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAA1GpB%2CmBACI%2CeACI%2CmBAmFI%2CcAwBI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnHpB%2CmBACI%2CeACI%2CmBAmFI%2CcAwBI%2CyBAQI%3BEACI%2CiBAAA%3B%3BAAtHxB%2CmBACI%2CeACI%2CmBAmFI%2CcAqCI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9HpB%2CmBACI%2CeACI%2CmBAmFI%2CcA4CI%3BExBsJhB%2CiBAAA%3BEwBnJoB%2CgBAAA%3B%3BAAIA%2CmBAvIhB%2CeACI%2CmBAmFI%2CcAkDI%2CqBACQ%2CuBACA%3BExB8IxB%2CeAAA%3B%3BAwBvRA%2CmBACI%2CeACI%2CmBAmFI%2CcA0DI%3BEACI%2CgBAAA%3B%3BAAhJpB%2CmBACI%2CeACI%2CmBAkJI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAtJhB%2CmBACI%2CeACI%2CmBAkJI%2CiBAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9JpB%2CmBACI%2CeACI%2CmBAkJI%2CiBAII%2CWAQI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAlKxB%2CmBACI%2CeAuKI%3BEACI%2CoBAAA%3B%3BAAzKZ%2CmBACI%2CeAuKI%2CsCAGI%2CkCAGI%3BEACI%2CgBAAA%3B%3BAA%5C%2FKpB%2CmBACI%2CeAuKI%2CsCAGI%2CkCAOI%3BAAlLhB%2CmBACI%2CeAuKI%2CsCAGI%2CkCAQI%3BAAnLhB%2CmBACI%2CeAuKI%2CsCAGI%2CkCASI%3BExBmGhB%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAwBvRA%2CmBACI%2CeAuKI%2CsCAGI%2CkCAcI%3BAAzLhB%2CmBACI%2CeAuKI%2CsCAGI%2CkCAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA4FxB%2CwBAvB%2BC%3BEAC3C%2CmBACI%2CeACI%2CmBACI%2CcACI%3BIACI%2CaAAA%3B%3BEALpB%2CmBACI%2CeACI%2CmBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAVpB%2CmBACI%2CeACI%2CmBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3BA2KzRpB%2CmBACI%2CeACI%3BEnM6RR%2CmBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEmMvRY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAVZ%2CmBACI%2CeAYI%3BEnMkRR%2CSAAA%3BEAAA%2COkMvM2C%2CclMuM3C%3BEmM7QY%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CmBAtBR%2CeAYI%2CuBAUK%3BEnMwQb%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2C2BAAA%3BEmMjQgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CmBArCZ%2CeAYI%2CuBAwBK%2CYACI%3BEnMyPjB%2C2BAAA%3BEAAA%2C8BAAA%3B%3BAmMlPgB%2CmBA5CZ%2CeAYI%2CuBA%2BBK%2CWACI%3BEnMkPjB%2C4BAAA%3BEAAA%2C%2BBAAA%3B%3BAmM%5C%2FRA%2CmBACI%2CeAYI%2CuBAsCI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEnMwOhB%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAmMhOgB%2CmBA9DZ%2CeAYI%2CuBAsCI%2CWAYK%3BAACD%2CmBA%5C%2FDZ%2CeAYI%2CuBAsCI%2CWAaK%3BEnM%2BNjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2C2BAAA%3BEAAA%2CWAAA%3BEmMvNoB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CmBA9EZ%2CeAYI%2CuBAsCI%2CWA4BK%3BEnMgNjB%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEmMzMoB%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEnMwMpB%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAmMnMY%2CmBA3FR%2CeAYI%2CuBA%2BEK%3BEACG%2CeAAA%3B%3BAAEA%2CmBA9FZ%2CeAYI%2CuBA%2BEK%2CUAGI%3BEnMgMjB%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAmM1LoB%2CmBApGhB%2CeAYI%2CuBA%2BEK%2CUAQI%2CMACI%3BEnM0LrB%2CmBAAA%3B%3BAmMrLwB%2CmBAzGpB%2CeAYI%2CuBA%2BEK%2CUAQI%2CMAKG%2CWACK%3BEnMqLzB%2CmBAAA%3B%3BAmMnMY%2CmBA3FR%2CeAYI%2CuBA%2BEK%2CUAoBG%3BEnM%2BKhB%2CcAAA%3B%3BAmM5KoB%2CmBAlHhB%2CeAYI%2CuBA%2BEK%2CUAoBG%2CWAGK%3BEnM4KrB%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAmMvKoB%2CmBAvHhB%2CeAYI%2CuBA%2BEK%2CUAoBG%2CWAQK%3BEnMuKrB%2CWAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSqChPa%2COrCgPb%3B%3BAmM5JgB%2CmBAlIZ%2CeAYI%2CuBAqHK%2CQACI%3BEnM4JjB%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAmM7JY%2CmBAjIR%2CeAYI%2CuBAqHK%2CQAMG%3BEnMuJhB%2CcAAA%3BEAAA%2CgBAAA%3B%3BAmMnJoB%2CmBA3IhB%2CeAYI%2CuBAqHK%2CQAMG%2CWAIK%3BEnMmJrB%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAmM9IoB%2CmBAhJhB%2CeAYI%2CuBAqHK%2CQAMG%2CWASK%3BEnM8IrB%2CWAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CSqChPa%2COrCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CgBAAA%3B%3B%3B%3B%3B%3B%3BA%2BC5RY%2CcAFR%2CYACI%2CUACK%3BEACG%2CSAAA%3B%3BAADJ%2CcAFR%2CYACI%2CUACK%2CcAEG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAWR%2CcANR%2CyBAKI%2CgBACK%2CQACG%3BEACI%2CcAAA%3B%3BAAOJ%2CcAfZ%2CyBAKI%2CgBAOI%2CsBAGK%3BE%5C%2FCoQjB%2CcAAA%3BEAAA%2CiBAAA%3BE%2BChQoB%2CcAAA%3BEACA%2CcAAA%3B%3BAALJ%2CcAfZ%2CyBAKI%2CgBAOI%2CsBAGK%2COAOG%3BEACI%2CmBAAA%3BE%5C%2FC4PxB%2CeAAA%3BE%2BCzPwB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAdR%2CcAfZ%2CyBAKI%2CgBAOI%2CsBAGK%2COAiBG%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FCxB%2CcAYI%2CyBAKI%2CgBAmCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAIA%2CcA9CZ%2CyBAKI%2CgBAwCI%2CKACK%3BEACG%2CmBAAA%3B%3BAA3DpB%2CcAYI%2CyBAwDI%3B%3B%3B%3B%3BAApER%2CcAYI%2CyBAwDI%2CwBAcR%3BEACC%2CmBAAA%3B%3BAAMD%2CcA7EI%2CyBA4EL%2CsBACE%3BEACA%2CaAAA%3B%3BAA1FD%2CcAYI%2CyBA4EL%2CsBAKC%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAhGD%2CcAYI%2CyBA4EL%2CsBAWC%3BEACC%2CqBAAA%3BEACA%2CgBAAA%3B%3BAArGD%2CcAYI%2CyBAiGL%2CuBAGC%3BEACC%2C2BAAA%3BEACA%2C4BAAA%3BE%5C%2FC6KD%2CsBAAA%3B%3BA%2BC1KC%2CcAzGG%2CyBAiGL%2CuBAGC%2CgBAKE%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAGD%2CcA%5C%2FGG%2CyBAiGL%2CuBAGC%2CgBAWE%3BEACA%2C6BAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAAGD%2CcArHG%2CyBAiGL%2CuBAGC%2CgBAiBE%2CQACA%3BEACC%2C6BAAA%3B%3BAAnIH%2CcAYI%2CyBA6HL%3BEACC%2CaAAA%3BE%5C%2FCqJA%2CyBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3B%3BA%2BC%5C%2FIC%2CcApIG%2CyBA6HL%2CwBAMC%2CUACE%2CIAAI%3BEACJ%2CeAAA%3B%3BAAjJF%2CcAYI%2CyBA6HL%2CwBAYC%3BE%5C%2FC0IA%2CaAAA%3B%3BA%2BC%5C%2FRA%2CcAYI%2CyBA8IL%3BE%5C%2FCqIC%2CmBAAA%3B%3BA%2BC%5C%2FRA%2CcAYI%2CyBAwJL%3BAApKC%2CcAYI%2CyBAyJL%3BE%5C%2FC0HC%2CgBAAA%3B%3BA%2BC%5C%2FRA%2CcAYI%2CyBA6JL%3BEACC%2CgBAAA%3B%3BAA1KA%2CcAYI%2CyBAiKL%2C0BACC%2CSACC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3B%3BAAjLF%2CcAYI%2CyBAiKL%2C0BAYC%3BE%5C%2FCsGA%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA%2BC%5C%2FRA%2CcAYI%2CyBAiKL%2C0BAiBC%2CMAAK%3BEACJ%2CmBAAA%3B%3BAAKD%2CcAxLI%2CyBAuLL%2CqBACK%3BEACH%2CgBAAA%3B%3BAArMD%2CcAYI%2CyBAmML%3BEACC%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAlNA%2CcAYI%2CyBAyML%3BEACC%2CcAAA%3B%3B%3B%3B%3B%3B%3BAehNwB%2CcALpB%2CyBACI%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSzByDtB%2COyBzDsB%3B%3BAAMhB%2CcAZR%2CyBACI%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CcAZR%2CyBACI%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAnBpB%2CcACI%2CyBAuBI%3BE9DuQR%2C0BAAA%3BEAAA%2CeAAA%3B%3BA8D%5C%2FRA%2CcACI%2CyBAuBI%2CsBAII%3BE9DmQZ%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2Cc0BpEI%2CyBAuBI%2CsBAII%2Ce1ByCX%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2Cc0BjFA%2CyBAuBI%2CsBAII%2Ce1BqDX%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2Cc0BvFA%2CyBAuBI%2CsBAII%2Ce1B2DX%2COACI%3BEpCuML%2COC9KiB%2CyBD8KjB%3B%3BA8D%5C%2FRA%2CcACI%2CyBA0CI%3BE9DoPR%2CuBAAA%3B%3BA8D7OoB%2CcAjDhB%2CyBA0CI%2CwBAKI%2CSACI%2CQACK%3BEACG%2CeAAA%3B%3BAAnDxB%2CcACI%2CyBAwDI%3BEACI%2CgBAAA%3B%3BAA1DZ%2CcACI%2CyBA4DI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAApEpB%2CcACI%2CyBA4DI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAzEpB%2CcACI%2CyBA4DI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAA%5C%2FEpB%2CcACI%2CyBA4DI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAArFpB%2CcACI%2CyBA4DI%2COA4BI%2CSAEI%3BAA3FhB%2CcACI%2CyBA4DI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAA5FpB%2CcACI%2CyBA4DI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAnGpB%2CcACI%2CyBA4DI%2COA0CI%2CKACI%3BEACI%2CcAAA%3B%3BAAzGpB%2CcACI%2CyBA4DI%2COA0CI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CcAhHR%2CyBA4DI%2COAoDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAdrH5B%2CmBACI%2CoBACI%2CaAMI%3BAARZ%2CmBACI%2CoBACI%2CaAOI%3BEhDsRZ%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAgD%5C%2FRA%2CmBACI%2CoBACI%2CaAMI%2CYAKI%2CUACI%2COACI%3BAAfxB%2CmBACI%2CoBACI%2CaAOI%2CuBAII%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAhB5B%2CmBACI%2CoBACI%2CaAMI%2CYAKI%2CUAOI%3BAApBpB%2CmBACI%2CoBACI%2CaAOI%2CuBAII%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CmBA3BhB%2CoBACI%2CaAwBI%2CYACI%2CUACK%3BEACG%2CSAAA%3B%3BAADJ%2CmBA3BhB%2CoBACI%2CaAwBI%2CYACI%2CUACK%2CcAEG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhC5B%2CmBACI%2CoBACI%2CaAmCI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAA3ChB%2CmBACI%2CoBACI%2CaA4CI%3BEhDiPZ%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2C6BAAA%3BEAAA%2CWAAA%3BEgDtOgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBA7DZ%2CoBACI%2CaA4CI%2CuBAgBK%3BEhDiOjB%2CqBAAA%3B%3BAgD9NoB%2CmBAhEhB%2CoBACI%2CaA4CI%2CuBAgBK%2CcAGI%3BEhD8NrB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqChPa%2COrCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEgDtNwB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAjBR%2CmBA7DZ%2CoBACI%2CaA4CI%2CuBAgBK%2CcAoBG%3BEAGI%2CkBAAA%3B%3BAArFxB%2CmBACI%2CoBACI%2CaA8FI%3BEACI%2CgBAAA%3B%3BAAGI%2CmBAnGhB%2CoBACI%2CaA8FI%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAtGxB%2CmBACI%2CoBACI%2CaAyGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7GhB%2CmBACI%2CoBACI%2CaA8GI%3BEAGI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAArHhB%2CmBA4HI%3BEhDmKJ%2CmBAAA%3B%3BAgD%5C%2FRA%2CmBA4HI%2CgCAGI%3BEhDgKR%2CsBAAA%3BEAAA%2CeAAA%3BEgD5JY%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CmBAVR%2CgCAGI%2CqCAOK%3BEACG%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CmBAhBR%2CgCAGI%2CqCAaK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAHJ%2CmBAhBR%2CgCAGI%2CqCAaK%2CWAKG%3BEACI%2CoBAAA%3B%3BAAKJ%2CmBA3BZ%2CgCAGI%2CqCAuBI%2C6BACK%3BEACG%2C6BAAA%3BEhDuIpB%2CaAAA%3BEgDpIoB%2CcAAA%3B%3BAAGJ%2CmBAlCZ%2CgCAGI%2CqCAuBI%2C6BAQK%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CmBAxCZ%2CgCAGI%2CqCAuBI%2C6BAcK%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CmBAxCZ%2CgCAGI%2CqCAuBI%2C6BAcK%2CMAKG%3BEhDsHpB%2CiBAAA%3B%3BAgD3HgB%2CmBAxCZ%2CgCAGI%2CqCAuBI%2C6BAcK%2CMASG%3BEhDkHpB%2CiBAAA%3B%3BAgD7GgB%2CmBAtDZ%2CgCAGI%2CqCAuBI%2C6BA4BK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAtLpB%2CmBA4LI%2C0BAKI%3BEACI%2CcAAA%3B%3BAAlMZ%2CmBAsMI%3BEhDyFJ%2CkBAAA%3B%3BAgDpFgB%2CmBALZ%2CkBAGI%2CiBACI%2CQACK%3BEAGG%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAoB9MpB%2CcACI%3BEACI%2CkBAAA%3B%3BAAIA%2CcADJ%2CuBACK%3BEACG%2COAAA%3BEACA%2CSAAA%3B%3BAAFJ%2CcADJ%2CuBACK%2CcAIG%3BEpEqRZ%2COC%5C%2FLU%2CkBD%2BLV%3BEoElRgB%2CeAAA%3B%3BAAEA%2CcAVZ%2CuBACK%2CcAIG%2CsBAKK%3BEACG%2CaAAA%3B%3BAAVZ%2CcADJ%2CuBACK%2CcAkBG%3BEpEuQZ%2CYAAA%3BEoElQgB%2COAAA%3BEACA%2CSAAA%3B%3B%3B%3B%3B%3B%3BAvC9BhB%2CcACI%2CaAaI%3BAAdR%2CcAEI%2CqBAYI%3BEACI%2CmBAAA%3B%3BAAfZ%2CcAmBI%2CEAAC%3BEACG%2CeAAA%3B%3BAAKI%2CcAFR%2CYACI%2CSACK%3BEACG%2CoBAAA%3B%3BAADJ%2CcAFR%2CYACI%2CSACK%2CcAGG%3BEACI%2CWAAA%3B%3BAASJ%2CcAHZ%2CwBACI%2CiBACI%2CQACK%3BEAGG%2CgBAAA%3B%3BAAEA%2CcARhB%2CwBACI%2CiBACI%2CQACK%2CQAKI%3BE7BoPrB%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3B%3BAMqDA%2CcuBjTI%2CwBACI%2CiBACI%2CQACK%2CQAKI%2CkBvBySpB%3BAACD%2CcuBlTI%2CwBACI%2CiBACI%2CQACK%2CQAKI%2CkBvB0SpB%3BENtDD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM4DA%2CcuBxTI%2CwBACI%2CiBACI%2CQACK%2CQAKI%2CkBvBgTpB%3BEN5DD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BA6B3OQ%2CcADJ%2CUACK%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAtDZ%2CcA0DI%2CaACI%3BAA3DR%2CcA0DI%2CaAEI%3BEACI%2CsBAAA%3B%3BAA7DZ%2CcA0DI%2CaACI%2CaAII%3BAA%5C%2FDZ%2CcA0DI%2CaAEI%2CiBAGI%3BE7BgOZ%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CoBAAA%3B%3BA6B%5C%2FRA%2CcA6EI%2CaACI%2CaACI%3BE7BgNZ%2CuBAAA%3B%3B%3B%3B%3B%3B%3BAiD%5C%2FRA%2CcACI%3BEACI%2CsBAAA%3B%3BAAFR%2CcACI%2CyBAGI%3BEACI%2CaAAA%3B%3BAALZ%2CcASI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%2CeAPrB%3BEAQQ%2CYAAA%3B%3BAAjBZ%2CcAyBI%2C0CACI%3BEjDqQR%2CiBAAA%3BEiDlQY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CcAyBI%2C0CACI%2CaAMI%3BEACI%2CgBAAA%3B%3BAAjChB%2CcAyBI%2C0CAYI%2COACI%3BEACI%2CgBAAA%3B%3BAAvChB%2CcAyBI%2C0CAkBI%3BEACI%2CkBAAA%3B%3BAA5CZ%2CcAyBI%2C0CAkBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhDhB%2CcAyBI%2C0CAgCI%2COAAM%3BEACF%2CSAAA%3B%3BAA1DZ%2CcAyBI%2C0CAgCI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9DhB%2CcAyBI%2C0CAgCI%2COAAM%2COAQF%2COACI%3BAAlEhB%2CcAyBI%2C0CAgCI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CcAhDR%2C0CAgCI%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcAtDZ%2C0CAgCI%2COAAM%2COAgBE%2CSAMC%3BEjDgNjB%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEiD1MoB%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%3B%3B%3B%3B%3B%3BAC9FpB%2CcACI%3BElD0RJ%2CeAAA%3B%3BAkD3RA%2CcACI%2CgCAGI%3BElDuRR%2C6BAAA%3BEkDnRY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATZ%2CcACI%2CgCAGI%2C4BAOI%3BElDgRZ%2CQAAA%3BEoC9QA%2CqBAAA%3BEAkIA%2CqBAAA%3BEctHgB%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA3BhB%2CcACI%2CgCAGI%2C4BAOI%2CadoQV%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CcclBI%2CgCAGI%2C4BAOI%2CadQX%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ccc%5C%2FBA%2CgCAGI%2C4BAOI%2CadoBX%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CccrCA%2CgCAGI%2C4BAOI%2Cad0BX%2COACI%3BEpCqPL%2COC9KiB%2CyBD8KjB%3B%3BAoCtIA%2CccpJI%2CgCAGI%2C4BAOI%2Cad0IX%3BEpCsID%2CsBkM3B%2BD%2C2ClM2B%5C%2FD%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAcrTA%2CcACI%2CgCA8BI%3BElD4PR%2CiBAAA%3B%3BAkD3RA%2CcACI%2CgCA8BI%2C8BAGI%3BEACI%2CcAAA%3B%3BAAnChB%2CcACI%2CgCAsCI%3BAAvCR%2CcACI%2CgCAuCI%3BEACI%2CgBAAA%3B%3B%3B%3B%3B%3B%3BACzCZ%2CcACI%3BEnD0RJ%2CeAAA%3B%3BAmD3RA%2CcACI%2CsCAGI%3BEnDuRR%2C6BAAA%3BEmDnRY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATZ%2CcACI%2CsCAGI%2CkCAOI%3BEnDgRZ%2CQAAA%3BEoC9QA%2CqBAAA%3BEAkIA%2CqBAAA%3BEetHgB%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA3BhB%2CcACI%2CsCAGI%2CkCAOI%2CafoQV%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CcelBI%2CsCAGI%2CkCAOI%2CafQX%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cce%5C%2FBA%2CsCAGI%2CkCAOI%2CafoBX%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CcerCA%2CsCAGI%2CkCAOI%2Caf0BX%2COACI%3BEpCqPL%2COC9KiB%2CyBD8KjB%3B%3BAoCtIA%2CcepJI%2CsCAGI%2CkCAOI%2Caf0IX%3BEpCsID%2CsBkMhBqE%2C2ClMgBrE%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoCwBA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAerTA%2CcACI%2CsCA8BI%3BEnD4PR%2CcAAA%3B%3BAmD3RA%2CcACI%2CsCA8BI%2CoCAGI%3BEACI%2CcAAA%3B%3BAAnChB%2CcACI%2CsCAsCI%3BEACI%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAzC5CZ%2CcACI%2C2BACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CcACI%2C2BAKI%2CoBAAmB%3BEV6Y3B%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAU5YY%2CcARR%2C2BAKI%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2CcAdhB%2C2BAKI%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEV%2BQxB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAU%5C%2FRA%2CcACI%2C2BAsBI%3BEAGI%2CwBAAA%3B%3BAA1BZ%2CcA%2BBI%3BEAGI%2CoBAAA%3B%3BAAlCR%2CcA%2BBI%2C2BAKI%3BEACI%2CmBAAA%3B%3BAArCZ%2CcA%2BBI%2C2BASI%3BEAGI%2CgBAAA%3B%3BAA3CZ%2CcAgDI%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3B%3BAkJhDJ%2CMAAC%2C0CACG%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CMAPP%2C0CACG%2CeAMK%3BE5JuRb%2CYAAA%3B%3BA4JvRY%2CMAPP%2C0CACG%2CeAMK%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CMAff%2C0CACG%2CeAMK%2CQAOG%2CsBACK%3BE5J%2BQrB%2CcAAA%3B%3BA4J9RI%2CMAAC%2C0CACG%2CeAoBI%3BE5JHZ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4JzBI%2CMAAC%2C0CACG%2CeAwBI%3BE5JqQZ%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAwHhBI%2CMAAC%2C0CACG%2CeAwBI%2CsBxHyPV%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CMwHtBK%2C0CACG%2CeAwBI%2CsBxHHX%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC7NQ%2COrC6NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMwHnCC%2C0CACG%2CeAwBI%2CsBxHSX%2CMACI%3BEpC2PL%2CcAAA%3B%3BA4JlQgB%2CMA5BX%2C0CACG%2CeAwBI%2CsBAGK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2COAjC1B%2C0CACG%2CeAwBI%2CsBAOK%3BE5J8PjB%2CYAAA%3B%3BA4J7PoB%2CUAAW%2COAjC1B%2C0CACG%2CeAwBI%2CsBAOK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2COAjC1B%2C0CACG%2CeAwBI%2CsBAOK%2CMAQQ%3BE5JsPzB%2CcAAA%3B%3BA4J9RI%2CMAAC%2C0CACG%2CeA8CI%3BE5J%2BOZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE4JvOgB%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CMA%5C%2FDX%2C0CACG%2CeA8CI%2CuBAgBK%3BAACD%2CMAhEX%2C0CACG%2CeA8CI%2CuBAiBK%3BE5J4QjB%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CwBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE4JrNoB%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMA%5C%2FEX%2C0CACG%2CeA8CI%2CuBAgCK%3BE5J%2BMjB%2C2BAAA%3B%3BA4J3MgB%2CMAnFX%2C0CACG%2CeA8CI%2CuBAoCK%3BE5J2MjB%2CwBAAA%3BE4JxMoB%2CUAAA%3BEACA%2CUAAA%3B%3BAAkFxB%2CwBAhC%2BC%3BEAEvC%2CMAAC%2C0CACG%2CeAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAJR%2CMAAC%2C0CAOG%2CeAAe%2CuBAAsB%3BEAPzC%2CMAAC%2C0CAQG%2CeAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAfR%2CMAAC%2C0CAkBG%2CeAAe%2CuBAAsB%3BI5JiI7C%2C4BAAA%3B%3BE4JnJI%2CMAAC%2C0CAsBG%2CeAAe%2CuBAAsB%3BI5J6H7C%2CyBAAA%3BI4J1HY%2CQAAA%3B%3B%3BAtHtKZ%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CMACM%3BEACE%2CgBAAA%3B%3BAA%5C%2FBhB%2COACI%2CgBAkCI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAAvCpB%2COACI%2CgBA2CI%2CeACI%3BEACI%2CWAAA%3BEtCkPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2COsC3CI%2CgBA2CI%2CeACI%2CiBtCDX%3BAACD%2COsC5CI%2CgBA2CI%2CeACI%2CiBtCAX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COsCjDI%2CgBA2CI%2CeACI%2CiBtCKX%3BEACG%2CWAAA%3B%3BAsCnDJ%2COACI%2CgBA2CI%2CeACI%2CiB8JwDZ%3BEACI%2CWAAA%3B%3BA9JtGJ%2COACI%2CgBA2CI%2CeACI%2CiB8J7BZ%3BA9JhBA%2COACI%2CgBA2CI%2CeACI%2CiB8J5BZ%3BEACI%2CqBAAA%3B%3BA9JlBJ%2COACI%2CgBA2CI%2CeACI%2CiB8J7BZ%2CSAQI%2CEAAC%3BA9JxBL%2COACI%2CgBA2CI%2CeACI%2CiB8J5BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BA9JzBR%2COACI%2CgBA2CI%2CeACI%2CiB8JfZ%2CSACI%3BEpMiQJ%2CiBAAA%3B%3BAsChSA%2COACI%2CgBA2CI%2CeACI%2CiB8JLZ%2CWAKI%2CEAAC%3BEpMmPL%2CeAAA%3B%3BAsChSA%2COACI%2CgBA2CI%2CeACI%2CiB8JWZ%3BA9JxDA%2COACI%2CgBA2CI%2CeACI%2CiB8JYZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA9J3DJ%2COACI%2CgBA2CI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAtDpB%2COACI%2CgBA0DI%3BEACI%2CcAAA%3B%3BAA5DZ%2COACI%2CgBA8DI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAADJ%2CkBAII%3BEtCsNJ%2CeAAA%3B%3BAsC1NA%2CkBAII%2CaAGI%3BEACI%2CarCGa%2CiCqCHb%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CmBAAA%3B%3BA3B9EZ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BEXoRX%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAWxRA%2CyBAQI%3BEACI%2CaAAA%3B%3BAATR%2CyBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CyBAoBI%2CQAAO%3BEACH%2CmBAAA%3B%3BAArBR%2CyBAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CaV8Ca%2CiCU9Cb%3B%3BAA3BZ%2CyBAmCI%3BEXqPJ%2CmBAAA%3BEWlPQ%2CkBAAA%3B%3BAAtCR%2CyBAmCI%2CsBAKM%2CSAAS%3BEXgPnB%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAWxRA%2CyBAmCI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAZR%2CsBASI%2CgBAGK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBASI%2CgBAOM%3BEXqOd%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEWnOgB%2CcAAA%3B%3BAArDhB%2CyBAmCI%2CsBAsBI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA7DhB%2CyBAmCI%2CsBA8BI%2CYACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApEhB%2CyBAmCI%2CsBAyCI%2CqBACM%3BEAEE%2CmBAAA%3B%3BAA%5C%2FEhB%2CyBAmFI%2CQACI%2COAAM%3BEXoMd%2CgBAAA%3B%3BAWxRA%2CyBAmFI%2CQACI%2COAAM%2CIACF%3BEXmMZ%2CgBAAA%3BEAAA%2CeAAA%3BEWhMgB%2CqBAAA%3B%3BAAxFhB%2CyBA%2BFI%2CEAAC%3BEXyLL%2CcAAA%3B%3BAWxRA%2CyBAmGI%3BEACI%2CWAAA%3B%3BA0LpGR%3BErMwRA%2CmBAAA%3BEAAA%2CWAAA%3BEqMrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BErM2QR%2CiBAAA%3BEqMzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BErMqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAsM9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BErM6PR%2CiBAAA%3BEqM3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BErMwPR%2CeAAA%3BEqMtPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BErMuOR%2CiBAAA%3B%3BAqMxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BErM2Nb%2CiBAAA%3BEqMzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAjMtEhB%2COAAO%2CKACH%2CcAAc%2COAAS%3BAAD3B%2COAAO%2CKAEH%2CwBAAwB%2COAAS%3BEAC7B%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2COAAO%2CKACH%2CcAAc%2COAAS%2CSAOnB%3BAARR%2COAAO%2CKAEH%2CwBAAwB%2COAAS%2CSAM7B%3BEACI%2CaHmEa%2CiCGnEb%3BEJkRZ%2CiBAAA%3B%3BAI%5C%2FQQ%2COAZD%2CKACH%2CcAAc%2COAAS%2CSAWlB%3BAAAD%2COAZD%2CKAEH%2CwBAAwB%2COAAS%2CSAU5B%3BEACG%2CWAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEAEA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAKM%3BEACE%2CcAAA%3BEJmQR%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEIjQQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEJ%2BPR%2CiBAAA%3B%3BAIzQA%2CaAcI%3BEAEI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CaAcI%2COAII%3BEACI%2CcAAA%3B%3BAAIA%2CaATR%2COAQO%2CSACE%3BEACG%2CmBAAA%3BEJiOlB%2CmBIhO8B%2CgBJgO9B%3BEACK%2CgBIjOyB%2CgBJiOzB%3BEACC%2CeIlOwB%2CgBJkOxB%3BEAcJ%2CWIhP4B%2CgBJgP5B%3B%3BAIzQA%2CaAcI%2COAeI%3BEACI%2CmBAAA%3B%3BAACA%2CaAjBR%2COAeI%2CUAEK%3BEACG%2CaAAA%3B%3BAAhChB%2CaAcI%2COAeI%2CUAKI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAvBZ%2COAeI%2CUAKI%2COAGK%3BEACG%2CeAAA%3B%3BAAtCpB%2CaAcI%2COAeI%2CUAaI%2CSACI%2COACM%3BEACE%2CeAAA%3B%3BAA7CxB%2CaAkEI%2CgBAEI%3BAApER%2CaAmEI%2COAAM%2CSACF%3BAApER%2CaAkEI%2CgBAGI%3BAArER%2CaAmEI%2COAAM%2CSAEF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvEZ%2CaA0EI%2COAAM%2CSACA%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAMZ%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CYAOI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CYAWI%2CUAAS%3BEACL%2CaAAA%3B%3BAAZR%2CYAcI%2COAAO%3BAAdX%2CYAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CYAkBI%2COAAO%3BAAlBX%2CYAmBI%3BEACI%2CgBAAA%3B%3BAAGR%2CMAAM%2CSACF%3BEACI%2CmBAAA%3B%3BAAIR%2CKAAK%3BEACD%2CmBAAA%3B%3BAADJ%2CKAAK%2CcAED%3BEACI%2CyBAAA%3B%3BAAHR%2CKAAK%2CcAED%2COAEI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAALZ%2CKAAK%2CcAED%2COAMM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CKAAK%2CcAcD%2CMAEI%3BAAhBR%2CKAAK%2CcAeD%2CGACI%3BEACI%2CgBAAA%3B%3BAAjBZ%2CKAAK%2CcAcD%2CMAKI%3BAAnBR%2CKAAK%2CcAeD%2CGAII%3BAAnBR%2CKAAK%2CcAcD%2CMAMI%3BAApBR%2CKAAK%2CcAeD%2CGAKI%3BEACI%2CyBAAA%3B%3BAAIA%2CKAzBP%2CcAcD%2CMAUI%2CGACK%3BAAAD%2CKAzBP%2CcAeD%2CGASI%2CGACK%3BEACG%2CSAAA%3B%3BAA1BhB%2CKAAK%2CcA8BD%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CKAjCH%2CcA8BD%2CKAGK%2CIACG%3BEACI%2CgBAAA%3B%3BAAWR%2CKA9CH%2CcA6CD%2CMACK%2CQAAS%3BEACN%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CKArDP%2CcA6CD%2CMAOI%2CKACK%3BEuFxLhB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEvFqLkB%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA1DhB%2CKAAK%2CcA8DD%2CYAAY%3BEACR%2CYAAA%3B%3BAA%5C%2FDR%2CKAAK%2CcAiED%2CiBAGM%3BACvJV%3BEL4OA%2CqBAAA%3BEMxHA%2CqBAAA%3BEFsCY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAErCZ%2CKFnCK%2CcAiED%2CiBAGM%2CUEjCT%3BAACD%2CKFpCK%2CcAiED%2CiBAGM%2CUEhCT%3BAACD%2CKFrCK%2CcAiED%2CiBAGM%2CUE%5C%2FBT%3BADxHD%2CYCsHC%3BADtHD%2CYCuHC%3BADvHD%2CYCwHC%3BEACG%2CqBAAA%3B%3BAFoCQ%2CKA1EP%2CcAiED%2CiBAGM%2CUAMG%3BAC7Jb%2CYD6Ja%3BEACG%2CeAAA%3B%3BAA3EhB%2CKAAK%2CcAiED%2CiBAaI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEJyEZ%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAhCqHA%2CKAAK%2CcAiED%2CiBAaI%2CEgC%2BDN%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CKhC%2BGK%2CcAiED%2CiBAaI%2CEgC7LP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CSqC%5C%2FPkB%2COrC%2BPlB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAhC1IY%2CKAxFP%2CcAiED%2CiBAaI%2CEAUK%3BEJiEb%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2CKhC%2BGK%2CcAiED%2CiBAaI%2CEAUK%2CYgCvMZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlPA%2CKhCgBK%2CcAiED%2CiBAaI%2CEAmBK%2CcgCjHZ%3BEpCyKD%2CSqC1OU%2COrC0OV%3B%3BAI%5C%2FCQ%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAjHH%2CcAgHD%2CSACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CKArHH%2CcAgHD%2CSAKK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CKA7HH%2CcA4HD%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA9HZ%2CKAAK%2CcAmID%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAArIR%2CKAAK%2CcAmID%2CcAKI%3BEACI%2COHjLO%2C2BGiLP%3B%3BAAzIZ%2CKAAK%2CcA6ID%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeAKI%3BEAEI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAMI%2CeATR%2CwBAQI%2CMACQ%3BEACA%2CgBAAA%3B%3BAAGA%2CeAbZ%2CwBAQI%2CMAII%2CQACK%2CIAAI%3BEACD%2COHxMR%2CoBGwMQ%3B%3BAAGA%2CeAjBhB%2CwBAQI%2CMAII%2CQAIK%2CcACI%2CIAAI%3BEACD%2COHlNL%2C2BGkNK%3B%3BAASxB%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CsBAOI%2COAII%2COACM%3BEACE%2CgBAAA%3B%3BAAMhB%3BEACI%2CgCAAA%3B%3BAAOJ%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcACD%3BEACI%2CkBAAA%3B%3BAAGR%2CQACI%2CaAAY%2CcACR%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAANZ%2CQACI%2CaAAY%2CcAOR%2CMACI%2CGACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAXpB%2CQAgBI%3BEACI%2CgBAAA%3B%3BAAjBR%2CQAgBI%2CqBAEI%3BEACI%2CgBAAA%3B%3BAAnBZ%2CQAgBI%2CqBAEI%2CcAEI%3BEACI%2CqBAAA%3B%3BA0B5WhB%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2Ca7B6Da%2CiC6B7Db%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2Ca7B2CK%2CiC6B3CL%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CeA%2BCI%2CeACM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CeA%2BCI%2CeACM%2CWAII%3BEACE%2CmBAAA%3B%3BAAGI%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeAfpB%2CeACM%2CWAII%2CWAGE%2CQACK%2CQAMI%3BEACG%2CgBAAA%3B%3BAA%5C%2FD5B%2CeAuEI%3BAAvEJ%2CeAwEI%3BAAxEJ%2CeAyEI%3BAAzEJ%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEKjDA%2CqBAAA%3BEACA%2CkBAAA%3BELoEI%2CYAAA%3B%3BA9BtEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BA8B2CJ%2CiBK9CA%3BEAEI%2CeAAA%3BEnC8OJ%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC%5C%2FOQ%2COrC%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CiBDKJ%2CiBCNC%2COACI%3BEpCqPL%2COC9KiB%2CyBD8KjB%3B%3BAmCqEA%2CiBArTA%2CiBAqTC%3BEnCrED%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC%5C%2FOQ%2COrC%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BEpCqPL%2COC9KiB%2CyBD8KjB%3B%3BA8BlMA%2CiBKyIA%3BEnCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BEmChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEnC8CJ%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CyCAAA%3B%3BA8BlMA%2CiBKyIA%2CgBAsBI%3BEnCmCJ%2CSAAA%3B%3BAmC3BQ%2CiBA9BR%2CgBAsBI%2CGAQK%3BEAEG%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CgBAuVC%3BAACD%2CiBAxVA%2CgBAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CgBAiWC%3BEACG%2CiBAAA%3BEnCzSJ%2CsDAAA%3BEmC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BEnC%5C%2FSJ%2CsDAAA%3BEmCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BEnC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAmCoRA%2CiBA7UA%2CgBA6UC%3BEnCpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BAmCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAL1LR%2CiBAsBI%3BE9B4KJ%2CkBAAA%3B%3BA8BlMA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlCZ%2CiBA8BI%2CSACI%2CSAKM%3BAApCd%2CiBA8BI%2CSACI%2CSAMM%3BEACE%2CeAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BE9BsJT%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE8B9IY%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAZJ%2CiBADJ%2CQACK%2CMM0IP%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CiBNiHI%2CQACK%2CMMlHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBNoGA%2CQACK%2CMMtGR%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CiBN8FA%2CQACK%2CMMhGR%2COACI%3BEpCqPL%2CcAAA%3B%3BAM7CA%2CiBwB1GI%2CQACK%2CMxByGR%3BAACD%2CiBwB3GI%2CQACK%2CMxB0GR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBwBhHI%2CQACK%2CMxB%2BGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBwBrHI%2CQACK%2CMxBoHR%3BAACD%2CiBwBtHI%2CQACK%2CMxBqHR%3BAACD%2CQAAQ%2CUAAW%2CkBwBvHf%2CQACK%3BExBuHL%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA8BvIQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%3BE9BgIpB%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BE8B3HgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBArCZ%2CQAgBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BE9B6GtB%2CeAAA%3B%3BA8BlMA%2CiBAiGI%3BEACI%2CgBAAA%3B%3BAAIR%3BE9B4FA%2CyBAAA%3BEAAA%2CeAAA%3BE8BzFI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BE9BmFA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA%2BBuFA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BE9B6Eb%2C6BAAA%3B%3BA8BzEQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%2CSACM%3BAAvCV%2CeAsCI%2CSAEM%3BEACE%2CWAAA%3B%3BAAzCZ%2CeAsCI%2CSAMI%3BE9BuCR%2CcAAA%3BEoChOA%2CqBAAA%3BENkMY%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAM9LZ%2CeN6KI%2CSAMI%2CQMnLP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BANnGY%2CeAnBR%2CSAMI%2CQAaK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAMzIhB%2CeNmHI%2CSA0BK%2COACK%2CUM9Ib%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BA8BnFA%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5ER%2CeA0EI%2CmBAII%3BE9BKR%2COC%5C%2FLU%2CkBD%2BLV%3B%3BA8BnFA%2CeAmFI%3BEACI%2CkBAAA%3B%3BAApFR%2CeAmFI%2CsBAGI%3BEACI%2Ca7BnNa%2CiC6BmNb%3B%3BAAvFZ%2CeAmFI%2CsBAOI%3BAA1FR%2CeAmFI%2CsBAQI%3BEACI%2CeAAA%3B%3BAA5FZ%2CeAmFI%2CsBAYI%2CMAAK%3BE9BZb%2CiBAAA%3B%3BA8BnFA%2CeAmFI%2CsBAoBI%3BEACI%2CgBAAA%3B%3BAAxGZ%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%3BE9B1BhB%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAN6IA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COMtCd%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CeNmPI%2CSAAQ%2CQACJ%2CSAAQ%2COMpPf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAN5JA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COAUJ%3BEACI%2CaAAA%3B%3BAAxHhB%2CeAoII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtIR%2CeAyII%3BE9BtDJ%2CiBAAA%3BE8BwDQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5IR%2CeA%2BII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BE9BlET%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAN%2BUQ%2CeADJ%2CQACK%2CKM7EP%3BAN8EM%2CeAFJ%2CQAEK%2COM9EP%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CeNwUI%2CQACK%2CKMzUR%3BAAAD%2CeNwUI%2CQAEK%2COM1UR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeN2TA%2CQACK%2CKM7TR%2CMACI%3BAAAD%2CeN2TA%2CQAEK%2COM9TR%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CeNqTA%2CQACK%2CKMvTR%2COACI%3BAAAD%2CeNqTA%2CQAEK%2COMxTR%2COACI%3BEpCqPL%2CcAAA%3B%3BAoCzKA%2CeNyOI%2CQAcK%2COMvPR%3BEpCyKD%2CSqC5PS%2COrC4PT%3B%3BAY3QA%3BEZ2QA%2CgBAAA%3B%3BAYtQA%3BEZsQA%2CgBAAA%3B%3BAYtQA%2CYAWI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BA2DpDR%3BEvE2RA%2C6BAAA%3BEuExRI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CsBAMI%3BEvEqRJ%2CeAAA%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEuElRQ%2CWAAA%3B%3BAATR%2CsBAMI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOI%2CsBAHZ%2CkBACI%2CQACK%2CSACI%3BEvEuQjB%2COC3LY%2CoBD2LZ%3B%3BAuEnQgB%2CsBAPZ%2CkBACI%2CQACK%2CSAKI%2CMAAM%3BEvEmQvB%2COCxLmB%2C2BDwLnB%3B%3BAa9PA%3BEb8PA%2CgBAAA%3BEa3PI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEbuPA%2CgBAAA%3BEarPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEb%2BOL%2CmBAAA%3BEAAA%2CSAAA%3BEa5OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEboOT%2C0BAAA%3B%3BAa9NQ%2CsBADH%2CWACI%3BEb8NT%2C0BAAA%3B%3BAavPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEbqNR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAa1MQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEbyMT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEapMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA5BF%2COA4BG%3BEb6LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEavLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEbsLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAazKQ%2CsBADH%2CQACI%3BEACG%2CgBAAA%3B%3BAAFR%2CsBAAC%2CQAKK%3BEbqKV%2CWAAA%3B%3BAalKY%2CsBARP%2CQAKK%2COAGG%3BEbkKb%2CgBAAA%3B%3BAa9JY%2CsBAZP%2CQAKK%2COAOG%3BEb8Jb%2CSqChPa%2COrCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAarJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAGK%3BEbkJV%2CWAAA%3B%3BAa%5C%2FIY%2CsBANP%2CUAGK%2COAGG%3BEb%2BIb%2CSqChPa%2COrCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA6EnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BE7E2QR%2CiBAAA%3B%3BA6EtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE7EkQZ%2CqBAAA%3B%3BA6E3PA%2CYACI%2CUACM%2CSACI%3BEACE%2CgBAAA%3B%3BAgFdhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE7J%2BPL%2CYAAA%3B%3BA6J%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE7JuPb%2CWAAA%3B%3BA6JrQA%2CcAoBI%3BE7J3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JAA%2CcAwBI%3BE7J6OJ%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAyHSA%2CcAwBI%2CsBzHiOF%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CcyH2BI%2CsBzH3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqC7NQ%2COrC6NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcyHcA%2CsBzHfH%2CMACI%3BEpC2PL%2CWAAA%3B%3BA6JnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE7J%2BNT%2CYAAA%3B%3BA6J9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE7JuNjB%2CWAAA%3B%3BA6JrQA%2CcAqDI%3BE7JgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE6JzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE7J8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE6JxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE7JkLT%2C2BAAA%3B%3BA6J9KQ%2CcAlCJ%2CuBAkCK%3BE7J8KT%2C2BAAA%3BE6J5KY%2CUAAA%3BEACA%2CUAAA%3B%3BAA2DhB%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BI7JwHrC%2CyBAAA%3B%3BE6JrHA%2CcAAe%2CuBAAsB%3BI7JqHrC%2C4BAAA%3BI6JnHI%2CQAAA%3B%3B%3BAzG1IJ%2CYAMI%3BAANJ%2CYAOI%3BEpDsPJ%2CgBAAA%3BEoDpPQ%2CmBAAA%3B%3BAATR%2CYAMI%2CYAKI%2CUACI%3BAAZZ%2CYAOI%2CuBAII%2CUACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAdhB%2CYAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CYAuBI%3BEpDsOJ%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BEoD9NQ%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEpDwNT%2CkBAAA%3B%3BAoDrNY%2CYAjBR%2CuBAcK%2CcAGI%3BEpDqNb%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqChPa%2COrCgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEoD9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAArDhB%2CYAgEI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAtEhB%2CYA2EI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CYAgFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEpDoIR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAoD%5C%2FHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAiB5KhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BErEgRR%2COC%5C%2FLU%2CkBD%2BLV%3BEqE9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BErEmQR%2CYAAA%3BEqE%5C%2FPY%2CSAAA%3B%3BAhBdZ%3BErD6QA%2CeAAA%3B%3BAqD7QA%2C%2BBAGI%3BErD0QJ%2C6BAAA%3BEqDvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BErDoQR%2CQAAA%3BEAAA%2CqBAAA%3BEoC9QA%2CqBAAA%3BEiBsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CajBwPN%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2C%2BBiBFI%2C4BAMI%2CajBJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC1PY%2COrC0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBiBfA%2C4BAMI%2CajBQP%2CMACI%3BEpC2PL%2CWAAA%3B%3BAoCrPI%2C%2BBiBrBA%2C4BAMI%2CajBcP%2COACI%3BEpCqPL%2COC9KiB%2CyBD8KjB%3B%3BAqD7QA%2C%2BBA2BI%3BErDkPJ%2CiBAAA%3B%3BAqD7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BA5BrCR%3BEzB8QA%2CmBAAA%3BEAAA%2CkBAAA%3BEyB1QI%2CgBAAA%3B%3BAAJJ%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BEzB6PR%2CWAAA%3BEyB3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BEzB%2BOhB%2CiBAAA%3BEyB7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2CgCAAA%3BEzBwNZ%2CyBAAA%3BEyBtNY%2CeAAA%3BEzBsNZ%2CcAAA%3BEoChOA%2CqBAAA%3BEXYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSW6MR%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CkBXAI%2CeACM%2CSWDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAX1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BEzB2MZ%2CiBAAA%3BEyBzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAWwChB%2CkBX1DI%2CeAsBK%2COACK%2CSWmCb%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAyB9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BEzBoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBhLQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5GZ%2CkBAwGI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlHZ%2CkBAwGI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvHZ%2CkBAwGI%2CcAkBI%3BEzBoJR%2CiBAAA%3BEyBlJY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%3BEACA%2CSAAA%3B%3BAADJ%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBAGA%3BEzB2IhB%2CeAAA%3B%3BAyB9QA%2CkBA0II%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5IR%2CkBA0II%2CiBAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApJZ%2CkBA0II%2CiBAII%2CWAQI%3BEACI%2CSAAA%3B%3BA6B%5C%2FJhB%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BEtD6PJ%2CiBAAA%3BEsD3PQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CkBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BEtDyMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEsDpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BEvD8PZ%2C0BAAA%3B%3BAuDlRA%2CwBAsCI%3BEvD4OJ%2CeAAA%3BEuD1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BEvD2NR%2CsBAAA%3B%3BAuDxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BEvDyMJ%2CgBAAA%3B%3BAuDlRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BEvDoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAuD7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAQ%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CS1B0ClB%2CO0B1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BE%5C%2FDwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BA%2BD%5C%2FQA%2CwBAuBI%2CsBAII%3BE%5C%2FDoPR%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2CwB2B9BI%2CsBAII%2Ce3B0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwB2B3CA%2CsBAII%2Ce3BsCP%2CMACI%3BEpC6ML%2CWAAA%3B%3BAoCvMI%2CwB2BjDA%2CsBAII%2Ce3B4CP%2COACI%3BEpCuML%2COC9KiB%2CyBD8KjB%3B%3BA%2BD%5C%2FQA%2CwBA0CI%3BE%5C%2FDqOJ%2CsBAAA%3B%3BA%2BD%5C%2FQA%2CwBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBATR%2CmBAGI%2CMAMK%3BEACG%2Ca9DIS%2CiC8DJT%3B%3BAADJ%2CwBATR%2CmBAGI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAjBR%2CmBAGI%2CMAcK%3BEACG%2CYAAA%3B%3BAApEhB%2CwBAkDI%2CmBAGI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA1EhB%2CwBAkDI%2CmBA4BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAAhFZ%2CwBAoFI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAA3FhB%2CwBAoFI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CwBAoFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAtGhB%2CwBAoFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA5GhB%2CwBAoFI%2COA4BI%2CSAEI%3BAAlHZ%2CwBAoFI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAAnHhB%2CwBAoFI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1HhB%2CwBAoFI%2COA0CI%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAhDJ%2COAgDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAjDzJxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEd%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAc9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEdiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAchSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAiB5BI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BE%5C%2FBkQR%2CiBAAA%3B%3BAOiwBA%2CgBwB7%5C%2FBI%2CUxB6%5C%2FBH%3BEPjwBD%2CgBAAA%3BEO8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEPjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA%2BB1PQ%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEhCNJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3BEgClBA%2CiBAAA%3B%3BAAOA%2CSADJ%2CUACK%2CMACK%2CSAGI%3BEACE%2CWAAA%3B%3BAAepB%2CQACI%2CQAAO%2CKACH%3BEACI%2CaAAA%3B%3BAAHZ%2CQACI%2CQAAO%2CKAKH%3BEACI%2CkBAAA%3B%3BAAPZ%2CQACI%2CQAAO%2CKAKH%2CSAEI%3BEACI%2CWAAA%3B%3BAAThB%2CQAwBI%3BEACI%2CgBAAA%3B%3BAAIA%2CQADJ%2CeACK%3BEACG%2CgBAAA%3B%3BAA9BZ%2CQA4BI%2CeAKI%3BEACI%2CkBAAA%3B%3BAAEA%2CQARR%2CeAKI%2CQAGK%3BEACG%2CeAAA%3B%3BAA2BhB%2CYAKI%3BE%5C%2FBkHJ%2CmBAAA%3BE%2BBhHQ%2CeAAA%3B%3BAAPR%2CYAUI%3BEACI%2CeAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CaAAA%3B%3BAAdZ%2CYAUI%2CMAOI%3BAAjBR%2CYAUI%2CMAQM%3BEAEE%2CkCAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAtBZ%2CYAUI%2CMAeI%3BEACI%2CqBAAA%3B%3BAAEA%2CYAlBR%2CMAeI%2CEAGK%3BE%5C%2FB2Fb%2CmBAAA%3B%3BA%2BBtFQ%2CYAvBJ%2CMAuBK%2CQACG%3BAADJ%2CYAvBJ%2CMAuBK%2CQAEG%3BE%5C%2FBoFZ%2CkBAAA%3BEAAA%2CgBAAA%3B%3BA%2BBtFQ%2CYAvBJ%2CMAuBK%2CQAQG%3BE%5C%2FB8EZ%2CkBAAA%3B%3BA%2BBvHA%2CYAUI%2CMAoCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAYJ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEACI%2CmBAAA%3B%3BAATR%2CMAQI%2COAGI%3BE%5C%2FBkDR%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBhDY%2COAAO%2CKAAM%2COALrB%2COAGI%3BEAGQ%2CeAAA%3B%3BAAdhB%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAApBR%2CMAuBI%3BEACI%2CeAAA%3B%3BAAQR%2CMAAM%2CSACF%3BE%5C%2FBgJJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BA%2BBvLR%2CMAAM%2CSACF%2CSAII%3BE%5C%2FBwLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA%2BB%5C%2FLT%2CMAAM%2CSACF%2CSAQI%3BE%5C%2FBoLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE%2BBpLG%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBADkB%2CyBACjB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAQ%3BE%5C%2FBxCR%2CgBAAA%3B%3BA%2BBwCA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAiC5UR%2CaAAa%3BEACT%2CmBAAA%3B%3BAADJ%2CaAAa%2CQAGT%3BEACI%2CgBAAA%3B%3BAAIR%2C4BACI%3BEACI%2CkBAAA%3B%3BAAIR%2CMAAM%2CUACF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMALF%2CUACF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAPZ%2CMAAM%2CUAWF%3BEACI%2CeAAA%3B%3BAAEA%2CMAdF%2CUAWF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAlBF%2CUAWF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAuBF%3BEhE2PJ%2CiBAAA%3BEgEzPQ%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1BR%2CMAAM%2CUA6BF%2CQAAO%3BEACH%2CYAAA%3B%3BAAIR%2C0BACI%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CwBAAA%3B%3BARrDA%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BExD2RvB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEwDxRoB%2CgBAAA%3B%3BAAOpB%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CsBACI%2CiBAII%2COAAM%3BEACF%2CoBAAA%3B%3BAANZ%2CsBAUI%2CyBAAyB%2COAAM%3BEAC3B%2CgBAAA%3B%3BASzBR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAAKZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BA5DtBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BELoRR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAK7QA%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CaACI%2CiBACM%3BEACE%2CWAAA%3B%3BAAHZ%2CaACI%2CiBACM%2CaAGE%3BEACI%2CqBAAA%3B%3BAAMhB%3BEL4OA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CYADH%2COACI%3BEpCuML%2CcAAA%3B%3BAoChKA%2CY%5C%2FBlEK%2CO%2BBkEJ%3BAAAD%2CY%5C%2FBjEK%2CQ%2BBiEJ%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAKpNI%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAUhB%3BEACI%2CSAAA%3B%3BA%2BB8BJ%2CgB%5C%2FB5BK%2CQACG%2CO%2BB2BP%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAK%5C%2FLA%2CgBAYI%3BELmLJ%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEKjLQ%2CkBAAA%3BEChER%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6NA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAAMA%2CgB%5C%2FBuCI%2CO%2BBvCH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgB%5C%2FB0BA%2CO%2BB3BH%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CgB%5C%2FBoBA%2CO%2BBrBH%2COACI%3BEpCuML%2CcAAA%3B%3BAM5MA%2CgBDyBI%2COCzBH%3BAACD%2CgBDwBI%2COCxBH%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CgBDYI%2COCZH%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CgBDAI%2COCAH%3BAACD%2CgBDDI%2COCCH%3BAACD%2CQAAQ%2CUAAW%2CiBDFf%3BELmLJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BADUI%2CgBAfJ%2COAeK%3BELoKT%2C%2BCAAA%3B%3BAK%5C%2FLA%2CgBAgCI%3BEL%2BJJ%2CgCAAA%3BEK5JQ%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CoBACI%2CoBAEI%2CcACI%3BAAJZ%2CoBAEI%2CkCACI%2CcACI%3BEL%2BIZ%2CgBAAA%3BEK7IgB%2CcAAA%3B%3BAAOJ%2CoBAZR%2CoBAWI%2CGACK%3BAAAD%2CoBAXR%2CkCAUI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAdhB%2CoBACI%2CoBAqBI%3BAAtBR%2CoBAEI%2CkCAoBI%3BEACI%2CWAAA%3B%3BAAvBZ%2CoBA2BI%2CaAWI%2CQAAO%3BEL6Gf%2CqBAAA%3BEoChOA%2CqBAAA%3BE%5C%2FB2HY%2CmBAAA%3BEACA%2CkBAAA%3B%3BA%2BBtHZ%2CoB%5C%2FBkGI%2CaAWI%2CQAAO%2CK%2BB7Gd%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FB3KY%2CoBAtBR%2CaAWI%2CQAAO%2CKAWF%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BA%2BBjEhB%2CoB%5C%2FBwCI%2CaAWI%2CQAAO%2CKAiBF%2CS%2BBpEZ%3BEpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BAKlFA%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAqB%5C%2FMJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAOI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAAThB%2CuBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAiBpB%2CyBAKI%3BEACI%2CWAAA%3BE1B6PR%2CkBAAA%3B%3BA0BvPI%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3B%3BAADJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CgBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAARZ%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BEACH%2CgBAAA%3B%3BAAOZ%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAUhB%2C2BAKI%3BEACI%2CkBAAA%3B%3BAAIR%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%3BEACI%2CgCAAA%3B%3BAAVR%2CgCAmBI%3BEACI%2CsBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BE1B6JR%2CiBAAA%3BE0B3JY%2CcAAA%3BEACA%2CazBrDa%2CiCyBqDb%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAkCI%2CSACI%3BEAGI%2CgBAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BA8CzIZ%2CcACI%3BExE8QJ%2CeAAA%3BEwE5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BExEoQA%2CgBAAA%3BEwElQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BExEwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAoC9BA%2CmBAMI%2CUpC4OF%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CmBoC9BI%2CUpC8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCvNW%2COrCuNX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoCrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BExEmNb%2CsBAAA%3BEwEjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CUACM%3BEACE%2CeAAA%3B%3BAAEA%2CqBAJR%2CUACM%2CSAGG%3BEACG%2CaAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAGd%3BAAFJ%2CkBAEI%3BAADJ%2CmBACI%3BEAEI%2CcAAA%3B%3BAALR%2CYAAa%2CMAAK%2CMAGd%2CeAII%3BAANR%2CkBAEI%2CeAII%3BAALR%2CmBACI%2CeAII%3BEACI%2CWAAA%3B%3BAARZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%3BAAVR%2CkBAEI%2CeAQI%3BAATR%2CmBACI%2CeAQI%3BEACI%2CSAAA%3B%3BAAZZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%2CSAGM%3BAAbd%2CkBAEI%2CeAQI%2CSAGM%3BAAZd%2CmBACI%2CeAQI%2CSAGM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CavEjFa%2CiCuEiFb%3B%3BAASZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CmBAAA%3B%3BAjC1LR%2CMAAM%2CQpCiKJ%2CQAGI%2CKACI%3BAoCrKV%2CMAAM%2CQpCkKJ%2CQAEI%2CKACI%3BAoCrKV%2CMAAM%2CQpCmKJ%2CQACI%2CKACI%3BAoCrKV%2CMAAM%2CQpCiKJ%2CQAGI%2CKAEI%3BAoCtKV%2CMAAM%2CQpCkKJ%2CQAEI%2CKAEI%3BAoCtKV%2CMAAM%2CQpCmKJ%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAuC%5C%2FRA%2CMAAM%2CQpC4KJ%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAoChLV%2CMAAM%2CQpC6KJ%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAoChLV%2CMAAM%2CQpC8KJ%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAoChLV%2CMAAM%2CQpC4KJ%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAoCjLV%2CMAAM%2CQpC6KJ%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAoCjLV%2CMAAM%2CQpC8KJ%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAoClLZ%2CMAAM%2CQpCuLJ%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAuC%5C%2FRA%2CMAAM%2CQAKA%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAANR%2CMAAM%2CQASF%3BEACI%2CgBAAA%3B%3BAAVR%2CMAAM%2CQAaF%2CWACI%3BEACI%2CeAAA%3B%3BAAfZ%2CMAAM%2CQAyBF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CMAAM%2CQAgCF%2CgBACI%3BEACI%2CaAAA%3B%3BAAlCZ%2CMAAM%2CQAgCF%2CgBAKI%3BEACI%2CoBAAA%3B%3BAmBpCJ%2CqBADJ%2CQACK%3BE1D6RT%2CqBAAA%3BEoC9QA%2CqBAAA%3BEsBTY%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBADJ%2CQACK%2CItBiRP%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CqBsBtBI%2CQACK%2CItBqBR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCpOU%2COrCoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBsBnCA%2CQACK%2CItBiCR%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CqBsBzCA%2CQACK%2CItBuCR%2COACI%3BEpCqPL%2CcAAA%3B%3BAyE%5C%2FRA%2CkBAAkB%2CMACd%2CQAAO%3BEzE8RX%2CSAAA%3B%3BAyEzRA%3BEzEyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEsMlJA%2CaAAA%3BEACA%2CUAAA%3BE7H%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU6H0EA%3BEtM%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyEzRA%2CU6H0EA%2CcAGI%3BEtM4MJ%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAyEzRA%2CU6HuFA%3BEtMkMA%2CgBAAA%3B%3BAyEzRA%2CU6HgGA%2CeACI%2CQAAO%3BEtMwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAyEzRA%2CU6HgGA%2CeACI%2CQAAO%2CMlK4KT%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CUkK%2BEA%2CeACI%2CQAAO%2CMlKhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUkKkEJ%2CeACI%2CQAAO%2CMlKpEV%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CUkK4DJ%2CeACI%2CQAAO%2CMlK9DV%2COACI%3BEpCqPL%2CcAAA%3B%3BAM7CA%2CUgM5IA%2CeACI%2CQAAO%2CMhM2IV%3BAACD%2CUgM7IA%2CeACI%2CQAAO%2CMhM4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUgMlJA%2CeACI%2CQAAO%2CMhMiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUgMvJA%2CeACI%2CQAAO%2CMhMsJV%3BAACD%2CUgMxJA%2CeACI%2CQAAO%2CMhMuJV%3BAACD%2CQAAQ%2CUAAW%2CWgMzJnB%2CeACI%2CQAAO%3BEhMyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAsM%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA7H3IJ%2CUAWI%3BEAEI%2CmBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApBpB%2CUA0BI%2CeACI%3BEACI%2CaAAA%3B%3BAAOR%2CcAAC%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BArEkEN%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%3BApEjBN%2CYoEiBM%3BEnEkKN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMmE9KM%2CcnE8KL%3BAACD%2CMmE%5C%2FKM%2CcnE%2BKL%3BAF7GD%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnE8KL%3BAF5GD%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnE%2BKL%3BADhMD%2CYoEiBM%2CcnE8KL%3BAD%5C%2FLD%2CYoEiBM%2CcnE%2BKL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMmEpLM%2CcnEoLL%3BAFlHD%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnEoLL%3BADrMD%2CYoEiBM%2CcnEoLL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMmEzLM%2CcnEyLL%3BAACD%2CMmE1LM%2CcnE0LL%3BAACD%2CQAAQ%2CUAAW%2COmE3Lb%3BArEkEN%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnEyLL%3BAFvHD%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnE0LL%3BAACD%2CQAAQ%2CUFzHR%2CMAAK%2CcAiED%2CiBAGM%2CUqEtIJ%3BApEjBN%2CYoEiBM%2CcnEyLL%3BAD1MD%2CYoEiBM%2CcnE0LL%3BAACD%2CQAAQ%2CUD5MR%2CaoEiBM%3BEnE4LF%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CM0E1EM%2Cc1E0EL%3BAKRD%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2Cc1E0EL%3BAM3FD%2CYoEiBM%2Cc1E0EL%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM0E%5C%2FEM%2Cc1E%2BEL%3BAKbD%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2Cc1E%2BEL%3BAMhGD%2CYoEiBM%2Cc1E%2BEL%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CM0EpFM%2Cc1EoFL%3BAKlBD%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2Cc1EoFL%3BAMrGD%2CYoEiBM%2Cc1EoFL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAMxFA%2CMmEnIM%2CcnEmIL%3BAACD%2CMmEpIM%2CcnEoIL%3BAACD%2CMmErIM%2CcnEqIL%3BAFnED%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnEmIL%3BAFjED%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnEoIL%3BAFlED%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnEqIL%3BADtJD%2CYoEiBM%2CcnEmIL%3BADpJD%2CYoEiBM%2CcnEoIL%3BADrJD%2CYoEiBM%2CcnEqIL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMmE1IM%2CcnE0IL%3BAACD%2CMmE3IM%2CcnE2IL%3BAACD%2CQAAQ%2CUAAW%2COmE5Ib%3BArEkEN%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnE0IL%3BAFxED%2CKAAK%2CcAiED%2CiBAGM%2CUqEtIJ%2CcnE2IL%3BAACD%2CQAAQ%2CUF1ER%2CMAAK%2CcAiED%2CiBAGM%2CUqEtIJ%3BApEjBN%2CYoEiBM%2CcnE0IL%3BAD3JD%2CYoEiBM%2CcnE2IL%3BAACD%2CQAAQ%2CUD7JR%2CaoEiBM%3BEzE2NN%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAqBrNA%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CO1BwFN%2CkB0BxFM%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2Ca1BmDK%2CiC0BnDL%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%2Ca1BuCC%2CiC0BvCD%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CmBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CgBAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BE3BoGZ%2CcAAA%3B%3BA2BhSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BE3BqFvB%2CiBAAA%3B%3BA2BtFI%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%2Ca1BxJa%2CiC0BwJb%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BE3BqC3B%2CiBAAA%3BE2BnCQ%2CmBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BA4KrRR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BA9IGA%2COADH%2CMACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2COADH%2COACI%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2COAAC%2CWAIG%3BEACI%2CeAAA%3B%3BAAKZ%2CWAEI%2CQAAQ%3BAADZ%2CeACI%2CQAAQ%3BEACJ%2CcAAA%3BEACA%2CcAAA%3B%3BA1ClCR%2CcAYI%2CoBACM%3BEfiRV%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEe%5C%2FQY%2CqBAAA%3B%3BAAfZ%2CcAmBI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CcARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA5BhB%2CcAiCI%2CqBACM%3BEf4PV%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEe1PY%2CqBAAA%3B%3BAApCZ%2CcAwCI%3BEACI%2CgBAAA%3B%3BAAzCR%2CcA4CI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAhDhB%2CcA4CI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEACI%2CgCAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CuBAII%3BEAEI%2CgBAAA%3B%3BAANR%2CuBAII%2COAII%3BEACI%2CoBAAA%3B%3BAyLrER%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BA5JvFJ%2CKAAK%2COAAQ%3BE5CyRb%2CcAAA%3B%3BA4CtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEiIsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAjIvEA%2CeiI0EA%3BE7KmMA%2CWAAA%3BE6KjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE7K2FA%2CcAAA%3BEAAA%2Ca4KpRgB%2CqB5KoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6KxEA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjI7LA%2CeiI0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE7K2FA%2CcAAA%3BEAAA%2Ca4KpRgB%2CqB5KoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6KxEA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjI7LA%2CeiI0EA%2CeAsBM%2COAiBE%3BE7KhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4CRA%2CeAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CwBAEI%2CgBiI%2BGJ%3BAjIhHA%2CcACI%2CgBiI%2BGJ%3BE7KxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4COA%3BEiIzBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE7KqRD%2CcAAA%3BEAAA%2Ca4KpRgB%2CqB5KoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6K1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAjIUJ%2CoBiIPA%2CMAAK%3BE7KPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6KMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAjIAhB%2CoBiIMA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAjITJ%2CoBiIMA%2CMAKI%3BE7KzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6KsBI%2CoBATJ%2CMASK%3BE7K%2BOL%2CcAAA%3BEAAA%2Ca4KpRgB%2CqB5KoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6K1GA%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%3BAjIhChB%2CoBiIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAjItLA%2CoBiIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAjItLA%2CoBiIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2CQAAA%2COC6MnB%3B%3BAjItLA%2CoBiIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2COC6MnB%3B%3BAjItLA%2CoBiIyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2COC6MnB%3B%3BAjI7KI%2CMAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAADJ%2CMAAC%2CIAAI%2COAGC%3BE5CkPV%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4CrPI%2CMAAC%2CIAAI%2COAOD%3BE5C8OR%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BE4C5OY%2CgBAAA%3B%3BAATR%2CMAAC%2CIAAI%2COAYD%2COAAM%3BEACF%2CkBAAA%3B%3BAAbR%2CMAAC%2CIAAI%2COAYD%2COAAM%2COAGF%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2CMAAC%2CIAAI%2COAYD%2COAAM%2COASF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CMAAC%2CQAAQ%2CKACH%3BE5CwNV%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4CnNY%2CMANP%2CQAAQ%2CKAKL%2CQACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CMAVP%2CQAAQ%2CKAKL%2CQAKK%3BE5C%2BMb%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BA4CxMA%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAADJ%2CgBAAgB%2CKAGZ%2CQAAO%3BAAHX%2CgBAAgB%2CKAIZ%3BAAJJ%2CgBAAgB%2CKAKZ%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CcAAA%3B%3BAATR%2CwBAYI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAjBR%2CwBAoBI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAvBR%2CwBAoBI%2CiBAKI%3BEACI%2CiBAAA%3B%3BAAwBZ%2CgBACI%3BEAEI%2CmBAAA%3B%3BAAHR%2CgBAMI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CgBAaI%2CgBACI%3BEACI%2CmBAAA%3B%3BAAfZ%2CgBAaI%2CgBACI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAPZ%2CgBACI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAArBpB%2CgBAaI%2CgBAaI%3BE5C4GR%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BE4C1GY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7BZ%2CgBAaI%2CgBAmBI%3BEACI%2CmBAAA%3B%3BAAjCZ%2CgBAqCI%2CyBACI%3BAAtCR%2CgBAqCI%2CyBAEI%3BEACI%2CcAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CqBAKI%2CqBAGI%3BAARR%2CqBAKI%2CqBAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CqBAKI%2CqBAUI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CqBAKI%2CqBAeI%3BEACI%2CgBAAA%3B%3BAAUR%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQASG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbR%2COAAC%2CQAgBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BE5C8BtB%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3B%3BAMqDA%2COsCpFK%2CKACG%2CQAAO%2COAAO%2CQtCmFrB%3BAACD%2COsCrFK%2CKACG%2CQAAO%2COAAO%2CQtCoFrB%3BENtDD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM4DA%2COsC3FK%2CKACG%2CQAAO%2COAAO%2CQtC0FrB%3BEN5DD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BA4CzBI%2CSAAU%2CQAAC%2COAAO%3BEAEd%2CmBAAA%3B%3BAAFJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%2CaACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaAAa%3BE5CKrB%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4CAI%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BA5C5OR%2CO4CwOK%2CK5CxOJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA4C2OI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAAGJ%2COAAC%3BE5CtBL%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BE4CwBQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BA6JxTA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAALZ%2CkBACI%2CcAOI%3BAARR%2CkBAEI%2CcAMI%3BAARR%2CkBAGI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAvKVZ%2CmBAGI%2COACI%2CSAAW%3BAAJnB%2CmBAGI%2COAEI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAbZ%2CmBAWI%2CYAKI%2COAAM%2CeAAe%3BEACjB%2CgBAAA%3B%3BAAIA%2CmBAVR%2CYASI%2COACK%3BEACG%2CgBAAA%3B%3BAAtBhB%2CmBA2BI%2COAAM%3BEACF%2CgBAAA%3B%3BAAIR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAQR%2C4BAGI%2CoBACI%3BAAHR%2C0BAEI%2CoBACI%3BAAFR%2CyBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAlBlEZ%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CoBAKI%2CaACM%3BEhB0QV%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEgBxQY%2CqBAAA%3B%3BAARZ%2CoBAYI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAArBhB%2CoBA0BI%2CmBACI%3BEACI%2CaAAA%3B%3BAA5BZ%2CoBA0BI%2CmBAKI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAhCZ%2CoBAoCI%2CcACI%3BEACI%2CSAAA%3B%3BAAtCZ%2CoBAoCI%2CcAKI%3BEACI%2CgBAAA%3B%3BAAGJ%2CoBATJ%2CcASK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAbZ%2CcASK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBATJ%2CcASK%2CMASG%3BEACI%2CSAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CgBAAA%3B%3BAAKI%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CSAAA%3B%3BAASZ%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAGI%2CoBACI%3BAAHR%2CuBAEI%2CoBACI%3BAAFR%2CiBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAAOJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAATZ%2CcAKI%2CcAWI%2COAAM%3BEACF%2CqBAAA%3B%3BAAjBZ%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAtBR%2CcAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAUJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAJhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAARhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBAbnB%2CKACG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAAS5B%3BEACI%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAkDzNR%2CYACI%3BEACI%2CgBAAA%3B%3BAPER%2COAAO%2COAAO%3BEACV%2CiBAAA%3BE3D2RJ%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAAMA%2COuBpBO%2COAAO%2COvBoBb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCnOY%2COrCmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuBrWA%2COAAO%2COAAO%2COASV%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BA%2BI2CA%2COADH%2CUACI%3BEACG%2CazMqBa%2CiCyMrBb%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BE1M6NhC%2CcAAA%3BE0M3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CazMUS%2CiCyMVT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BE1MkNT%2CcAAA%3BE0MhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE1MsM3C%2CWAAA%3BE0MpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BE1MwLZ%2CgBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3B%3BA0MpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BE1MoLjB%2CYCzLwB%2CgCDyLxB%3BEAAA%2CkBCzLwB%2CgCDyLxB%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BA0M3KI%2COAAC%3BE1M2KL%2CyBAAA%3BE0MzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2CgBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BE1MyJT%2CgBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BE0MtJY%2CeAAA%3BEACA%2CazM1Da%2CiCyM0Db%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BE1M%2BIb%2CyBAAA%3B%3BA0M1IQ%2COAjCH%2COAiCI%3BE1M0IT%2CcAAA%3B%3BA0MpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BE1MoIxB%2CcAAA%3B%3BA0MtHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BE1MkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BE0MvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAQR%2COAlGH%2COAkGI%3BE1MyET%2CWAAA%3BEAAA%2CmBAAA%3BE0MrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BE1MmBb%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BE0MfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BE1MQZ%2CWAAA%3BE0MNgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BE1MPtB%2C%2BBAAA%3B%3BA0MWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CmBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BErMkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBqM9OI%2CQAAO%2COrM8OV%3BAACD%2CgBqM%5C%2FOI%2CQAAO%2COrM%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBqMpPI%2CQAAO%2COrMoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBqMzPI%2CQAAO%2COrMyPV%3BAACD%2CgBqM1PI%2CQAAO%2COrM0PV%3BAACD%2CQAAQ%2CUAAW%2CiBqM3Pf%2CQAAO%3BErM4PP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CgB4M1II%2CQAAO%2CO5M0IV%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgB4M%5C%2FII%2CQAAO%2CO5M%2BIV%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CgB4MpJI%2CQAAO%2CO5MoJV%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAMxFA%2CgBqMnMI%2CQAAO%2COrMmMV%3BAACD%2CgBqMpMI%2CQAAO%2COrMoMV%3BAACD%2CgBqMrMI%2CQAAO%2COrMqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBqM1MI%2CQAAO%2COrM0MV%3BAACD%2CgBqM3MI%2CQAAO%2COrM2MV%3BAACD%2CQAAQ%2CUAAW%2CiBqM5Mf%2CQAAO%3BE3M2RX%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAqM3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BErMuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEqMnLQ%2CkBAAA%3B%3BArMgOR%2CsBqMnOI%2CQAAO%2CUrMmOV%3BAACD%2CsBqMpOI%2CQAAO%2CUrMoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBqMzOI%2CQAAO%2CUrMyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBqM9OI%2CQAAO%2CUrM8OV%3BAACD%2CsBqM%5C%2FOI%2CQAAO%2CUrM%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBqMhPf%2CQAAO%3BErMiPP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BADjJA%2CsB4M%5C%2FHI%2CQAAO%2CU5M%2BHV%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB4MpII%2CQAAO%2CU5MoIV%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB4MzII%2CQAAO%2CU5MyIV%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAMxFA%2CsBqMxLI%2CQAAO%2CUrMwLV%3BAACD%2CsBqMzLI%2CQAAO%2CUrMyLV%3BAACD%2CsBqM1LI%2CQAAO%2CUrM0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBqM%5C%2FLI%2CQAAO%2CUrM%2BLV%3BAACD%2CsBqMhMI%2CQAAO%2CUrMgMV%3BAACD%2CQAAQ%2CUAAW%2CuBqMjMf%2CQAAO%3BE3MgRX%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAsMtNJ%2CSACI%3BEACI%2CkBAAA%3BE5M8RR%2CiBAAA%3B%3BA4M3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BA9CwKX%2CQAAQ%3BEACP%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAHD%2CQAAQ%2CmBAIP%3BEACC%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGF%2COAAO%2CiBAAiB%2CqBACvB%2CeACC%2CMACC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAPJ%2COAAO%2CiBAAiB%2CqBACvB%2CeACC%2CMACC%2CYAKC%2CgBACC%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAON%2CIAAK%2CcACJ%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHF%2CIAAK%2CcAKJ%2CaACC%2CaAEC%3BEACC%2CWAAA%3BEACA%2CUAAA%3B%3BAAKF%2CIAfG%2CcAcJ%2CoBACE%2CIAAI%2C6BACJ%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAAlBJ%2CIAAK%2CcAcJ%2CoBAOC%2CkBACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CYAEC%2CcACC%2CkBACC%2CIAAG%3BEACF%2CeAAA%3B%3BAAMJ%2CUAAU%2CeAAgB%2CaACzB%2COAAM%3BE9JgCJ%2CmBAAA%3B%3BA8JjCH%2CUAAU%2CeAAgB%2CaACzB%2COAAM%2CQAEL%2CaAAa%3BE9J8BZ%2CiBAAA%3B%3BA8JjCH%2CUAAU%2CeAAgB%2CaACzB%2COAAM%2CQAML%2CWACC%3BE9JyBA%2CaAAA%3B%3BA8JrBD%2CUAZQ%2CeAAgB%2CaACzB%2COAAM%2CQAWJ%2C4BACA%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAQH%2CaAAC%2CIAAI%2CiBACJ%2CWACC%2CiBACC%3BE9JXH%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8JGH%2CQACC%3BEACC%2CaAAA%3B%3BAAFF%2CQAIC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3B%3BAATF%2CQAIC%2CaAMC%2CeACC%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAbJ%2CQAIC%2CaAMC%2CeACC%2CSAGC%3BE9JjCH%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BA8JGH%2CQAIC%2CaAMC%2CeAQC%2CSACC%2CQAAO%3BEACN%2CQAAA%3BE9JvCJ%2CmB8JwCgB%2CgB9JxChB%3BEACK%2CgB8JuCW%2CgB9JvCX%3BEACC%2Ce8JsCU%2CgB9JtCV%3BEAcJ%2CW8JwBc%2CgB9JxBd%3BE8J0BE%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQArBJ%2CaAMC%2CeAQC%2CSACC%2CQAAO%2COAML%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE9J%5C%2FBH%2CSQ7OU%2COR6OV%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3BEAAA%2CcAAA%3BE2FpOI%2CkBAAA%3BEmEyQD%2CmCAAA%3B%3BAAlCN%2CQAwCC%2CoBAAmB%2CiBAClB%2CeACC%2CMACC%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAA9CL%2CQAwCC%2CoBAAmB%2CiBA1PpB%2CeACC%3BEACC%2CcAAA%3B%3BAACA%2CQAuPD%2CoBAAmB%2CiBA1PpB%2CeACC%2CMAEE%2CIAAI%3BE9J4MJ%2CgBAAA%3B%3BA8JGH%2CQAwCC%2CoBAAmB%2CiBA1PpB%2CeACC%2CMAKC%3BE9JyMC%2CWAAA%3BEAAA%2CkBAAA%3B%3BA8JGH%2CQAwCC%2CoBAAmB%2CiBA1PpB%2CeACC%2CMASG%3BEACD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAmPD%2CQADD%2CQACE%2CeACA%2CcACC%3BEACC%2CyBAAA%3BE9J3DF%2CiBAAA%3B%3BA8JwDD%2CQADD%2CQACE%2CeACA%2CcACC%2CKAGC%3BE9J7DF%2CiBAAA%3BE8J%2BDG%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CQAdL%2CQACE%2CeACA%2CcACC%2CKAGC%2CEAQE%2CIAAI%3BEACJ%2CO7JvQe%2C2B6JuQf%3BEACA%2CmBAAA%3B%3BAAED%2CQAlBL%2CQACE%2CeACA%2CcACC%2CKAGC%2CEAYE%3BEACA%2CO7JlQe%2C2B6JkQf%3BEACA%2CkB7JpQoB%2CgC6JoQpB%3B%3BAAML%2CQA1BD%2CQA0BE%2CiBACA%2CGACC%3BEACC%2CeAAA%3B%3BAAHH%2CQA1BD%2CQA0BE%2CiBACA%2CGACC%2CGAEC%3BEACC%2CoBAAA%3B%3BAAED%2CQAjCJ%2CQA0BE%2CiBACA%2CGACC%2CGAKE%3BEACA%2CcAAA%3B%3BAAED%2CQApCJ%2CQA0BE%2CiBACA%2CGACC%2CGAQE%3BEACA%2CiBAAA%3B%3BAAKJ%2CQA1CD%2CQA0CE%2CcACA%3BEACC%2CcAAA%3B%3BAAFF%2CQA1CD%2CQA0CE%2CcAIA%3BEACC%2CoBAAA%3B%3BAAMJ%2CeACC%3BEnEzYD%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEmEsYC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CeACC%2CWAIC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BE9JrHA%2CgBAAA%3B%3BA8J4HF%2CYAAC%2CMACA%2CgBACG%2CIACD%3BE9J%5C%2FIH%2CmB8JgJgB%2CW9JhJhB%3BEACK%2CgB8J%2BIW%2CW9J%5C%2FIX%3BEACC%2Ce8J8IU%2CW9J9IV%3BEAcJ%2CW8JgIc%2CW9JhId%3B%3BA8JmIC%2CYAPF%2CMACA%2CgBACG%2CIAKA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAhBL%2CYAsBC%2CgBACG%3BEACD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAPF%2CgBACG%2CIAMA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAtCJ%2CYAsBC%2CgBACG%2CIAiBD%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BE9JzLH%2C%2BC8J2LyC%2CqDAAgD%2C8B9J3LzF%3BEACK%2C4C8J0LoC%2CqDAAgD%2C8B9J1LpF%3BEACC%2C2C8JyLmC%2CqDAAgD%2C8B9JzLnF%3BEAcJ%2CuC8J2KuC%2CqDAAgD%2C8B9J3KvF%3B%3BA8JiLH%2CeACC%2CWACG%2CeACD%3BE9JpLA%2CgBAAA%3B%3BA8JiLH%2CeACC%2CWACG%2CeACD%2CaAEC%3BE9JtLD%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3B%3BA8JiLH%2CeACC%2CWACG%2CeAYD%3BE9J%5C%2FLA%2CWAAA%3B%3BA8JiLH%2CeACC%2CWACG%2CeAYD%2CWAEC%3BE9JjMD%2CWAAA%3B%3BA8JqME%2CeAnBJ%2CWACG%2CeAYD%2CWAKC%2CEACE%2CIAAI%3BE9JrMP%2CWAAA%3B%3BA8JiLH%2CeACC%2CWACG%2CeAuBD%3BEACC%2CUAAA%3BEACA%2CgBAAA%3B%3BAA3BJ%2CeACC%2CWACG%2CeA2BD%2CMACG%3BEACD%2CgBAAA%3B%3BAA%5C%2FBL%2CeAoCC%3BE9JrNE%2COChMU%2CkBDgMV%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCnNU%2CkBDmNV%3B%3BA8J2NA%2CeANF%2CkBAKC%2CEACE%2CIAAI%3BE9J3NL%2COCjMmB%2C2BDiMnB%3B%3BA8JiLH%2CeA%2BCC%3BE9JhOE%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA8JiLH%2CeA%2BCC%2CiBAGC%2CEAAC%3BE9JnOA%2CeAAA%3BE8JqOA%2CWAAA%3B%3BAACA%2CeANF%2CiBAGC%2CEAAC%2CyBAGC%2CMACA%3BE9JvPH%2CmB8JwPgB%2CiBAAiB%2Ca9JxPjC%3BEACK%2CgB8JuPW%2CiBAAiB%2Ca9JvP5B%3BEACC%2Ce8JsPU%2CiBAAiB%2Ca9JtP3B%3BEAcJ%2CW8JwOc%2CiBAAiB%2Ca9JxO%5C%2FB%3B%3BA8JiLH%2CeA%2BCC%2CiBAaC%3BE9J7OC%2CaAAA%3BEAAA%2CcAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CuBAAA%3BE8JoPA%2CoBAAA%3BE9JpQF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3B%3BA8JiLH%2CeA%2BCC%2CiBAaC%2CiBAUC%3BE9JvPA%2CaAAA%3BEAAA%2CcAAA%3B%3BA8J8PH%2CYACC%3BE9J%5C%2FPE%2CmBAAA%3BE2F5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEmEyhBC%2C8BAAA%3B%3BAAJF%2CYACC%2CmBAIC%3BE9JnQC%2CiBAAA%3BE8JqQA%2Ca7JpdyB%2CiC6JodzB%3BEAIA%2COAAA%3B%3BAAHA%2CYAPF%2CmBAIC%2CEAGE%2CIAAI%3BEACJ%2CO7JxckB%2C2B6JwclB%3B%3BAAGD%2CYAXF%2CmBAIC%2CEAOE%3BEACA%2CiBAAA%3B%3BAAGF%2CYAfD%2CmBAeE%3BEACA%2CaAAA%3B%3BAAjBH%2CYAqBC%3BE9JnRE%2CiBAAA%3BE8JqRD%2C6BAAA%3BEnEjjBF%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEmE8iBC%2CsBAAA%3B%3BAAzBF%2CYAqBC%2CeAKC%3BAA1BF%2CYAqBC%2CeAMC%3BEACC%2CmBAAA%3B%3BAA5BH%2CYAqBC%2CeASC%3BEACC%2CQAAA%3B%3BAA%5C%2FBH%2CYAqBC%2CeAYC%3BEACC%2CQAAA%3B%3BAAlCH%2CYAqBC%2CeAYC%2CYAEC%3BEACC%2CqBAAA%3B%3BAApCJ%2CYAqBC%2CeAYC%2CYAEC%2CQAEC%3BEACC%2CyBAAA%3BEACA%2CO7JteiB%2C2B6JsejB%3BEACA%2Ca7JrfuB%2CiC6JqfvB%3BE9JtSF%2CiBAAA%3B%3BA8J2SC%2CYAxBH%2CeAYC%2CYAWC%2CWACE%2CIAAI%3BEACJ%2CmBAAA%3B%3BAA9CL%2CYAqBC%2CeAYC%2CYAWC%2CWAIC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDL%2CYAqBC%2CeAYC%2CYAWC%2CWAQC%3BEACC%2CkBAAA%3B%3BAAGE%2CYAnCN%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COACE%2CIAAI%3BAAAL%2CYAnCN%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J2YL%2CIAAI%3BAAAL%2CYAnCN%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJkiBK%2CIAAI%3BEACJ%2CWAAA%3B%3BAAED%2CYAtCN%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COAIE%3BAAAD%2CYAtCN%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J8YL%3BAAAD%2CYAtCN%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJqiBK%3BExJlXL%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE8J2TK%2CgBAAA%3BEACA%2CYAAA%3B%3BAxJzWL%2CYwJgUF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COAIE%2COxJtWJ%3BAACD%2CYwJ%2BTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COAIE%2COxJrWJ%3BAADD%2CYwJgUF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J8YL%2COxJtWJ%3BAACD%2CYwJ%2BTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J8YL%2COxJrWJ%3BAADD%2CYwJgUF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJqiBK%2COxJtWJ%3BAACD%2CYwJ%2BTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJqiBK%2COxJrWJ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CYwJ0TF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COAIE%2COxJhWJ%3BAAAD%2CYwJ0TF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J8YL%2COxJhWJ%3BAAAD%2CYwJ0TF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJqiBK%2COxJhWJ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CYwJqTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COAIE%2COxJ3VJ%3BAACD%2CYwJoTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COAIE%2COxJ1VJ%3BAACD%2CQAAQ%2CUAAW%2CawJmTrB%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWACC%2COAIE%3BAxJ3VL%2CYwJqTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J8YL%2COxJ3VJ%3BAACD%2CYwJoTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J8YL%2COxJ1VJ%3BAACD%2CQAAQ%2CUAAW%2CawJmTrB%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CW1J7cF%2CMAAK%2CcAiED%2CiBAGM%2CU0J8YL%3BAxJ3VL%2CYwJqTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJqiBK%2COxJ3VJ%3BAACD%2CYwJoTF%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJqiBK%2COxJ1VJ%3BAACD%2CQAAQ%2CUAAW%2CawJmTrB%2CeAYC%2CYAWC%2CWAQC%2CqBAEC%2CWzJhiBF%2CayJqiBK%3BExJxVD%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA8J8PH%2CYAqBC%2CeAYC%2CYAmCC%3BEACC%2CoBAAA%3B%3BAArEJ%2CYAqBC%2CeAYC%2CYAsCC%3BE9JrUA%2CiBAAA%3BEAAA%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BA0HqlBC%2CYApDH%2CeAYC%2CYAsCC%2CcAEE%2CIAAI%3BEACJ%2CWAAA%3B%3BA1HhlBF%2CY0H2hBF%2CeAYC%2CYAsCC%2Cc1H7kBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqClPqB%2COrCkPrB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0HqLH%2CYAqBC%2CeA%2BDC%2CSAAQ%3BEACP%2CQAAA%3B%3BAArFH%2CYAwFC%2COAAM%2CSACL%3BEACC%2CgBAAA%3BEACA%2CO7J1hBmB%2C2B6J0hBnB%3B%3BAA3FH%2CYAwFC%2COAAM%2CSACL%2CSAGC%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2Ca7J5iBwB%2CiC6J4iBxB%3BEACA%2CyBAAA%3B%3BAAhGJ%2CYAwFC%2COAAM%2CSAWL%2CKACC%3BEnE9nBH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEmE2nBG%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAvGJ%2CYAwFC%2COAAM%2CSAWL%2CKACC%2CQAIG%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3B%3BAAYL%2CGAAG%2C6BAA6B%3BE9JrX7B%2C4BAAA%3BEAAA%2C2BAAA%3BEAAA%2CsBAAA%3B%3BA8J0XH%2CeACC%3BAADD%2CeAEC%3BEACC%2CaAAA%3B%3BAAHF%2CeAKC%2CWAAU%2CUACT%2CwBACC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CyBAAb%3BEACA%2CcAAc%2CyBAAd%3B%3BAAXJ%2CeAKC%2CWAAU%2CUACT%2CwBACC%2CaAKC%3BEACC%2CgBAAA%3B%3BAAbL%2CeAKC%2CWAAU%2CUACT%2CwBACC%2CaAQC%3BEACC%2CaAAA%3B%3BA7I3pBF%2CcACI%3BEACI%2CqBAAA%3B%3BAAKJ%2CQAAC%3BEACG%2CYAAA%3B%3BAAIJ%2CQAAC%3BEjBqQL%2CWC3JgB%2CwBD2JhB%3BEiBnQQ%2CmBAAA%3B%3BAACA%2CQAHH%2CKAGI%2CUAAU%3BEACP%2CcAAA%3B%3BAAKJ%2CQATH%2CKASI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQApBH%2CKAoBI%3BEACG%2CeAAA%3B%3BAAGJ%2CQAxBH%2CKAwBI%3BEACG%2CYAAA%3B%3BAADJ%2CQAxBH%2CKAwBI%2CQAGK%3BEACE%2CiBAAA%3B%3BAAJR%2CQAxBH%2CKAwBI%2CQAOG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CQAxBH%2CKAwBI%2CQAOG%2CmBAKM%2CSAAM%3BAAZhB%2CQAxBH%2CKAwBI%2CQAOG%2CmBb6EZ%2CQAAK%2CcAiED%2CiBAGM%2CUa5Ic%3BAAZhB%2CQAxBH%2CKAwBI%2CQAOG%2CmBZNZ%2CeYWwB%3BEXwKxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CQWxNK%2CKAwBI%2CQAOG%2CmBAKM%2CSAAM%2COXoLvB%3BAACD%2CQWzNK%2CKAwBI%2CQAOG%2CmBAKM%2CSAAM%2COXqLvB%3BAADD%2CQWxNK%2CKAwBI%2CQAOG%2CmBb6EZ%2CQAAK%2CcAiED%2CiBAGM%2CUa5Ic%2COXoLvB%3BAACD%2CQWzNK%2CKAwBI%2CQAOG%2CmBb6EZ%2CQAAK%2CcAiED%2CiBAGM%2CUa5Ic%2COXqLvB%3BAADD%2CQWxNK%2CKAwBI%2CQAOG%2CmBZNZ%2CeYWwB%2COXoLvB%3BAACD%2CQWzNK%2CKAwBI%2CQAOG%2CmBZNZ%2CeYWwB%2COXqLvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQW9NK%2CKAwBI%2CQAOG%2CmBAKM%2CSAAM%2COX0LvB%3BAAAD%2CQW9NK%2CKAwBI%2CQAOG%2CmBb6EZ%2CQAAK%2CcAiED%2CiBAGM%2CUa5Ic%2COX0LvB%3BAAAD%2CQW9NK%2CKAwBI%2CQAOG%2CmBZNZ%2CeYWwB%2COX0LvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQWnOK%2CKAwBI%2CQAOG%2CmBAKM%2CSAAM%2COX%2BLvB%3BAACD%2CQWpOK%2CKAwBI%2CQAOG%2CmBAKM%2CSAAM%2COXgMvB%3BAACD%2CQAAQ%2CUAAW%2CSWrOd%2CKAwBI%2CQAOG%2CmBAKM%2CSAAM%3BAX%2BLxB%2CQWnOK%2CKAwBI%2CQAOG%2CmBb6EZ%2CQAAK%2CcAiED%2CiBAGM%2CUa5Ic%2COX%2BLvB%3BAACD%2CQWpOK%2CKAwBI%2CQAOG%2CmBb6EZ%2CQAAK%2CcAiED%2CiBAGM%2CUa5Ic%2COXgMvB%3BAACD%2CQAAQ%2CUAAW%2CSWrOd%2CKAwBI%2CQAOG%2CmBb6EZ%2CQAAK%2CcAiED%2CiBAGM%2CUa5Ic%3BAX%2BLxB%2CQWnOK%2CKAwBI%2CQAOG%2CmBZNZ%2CeYWwB%2COX%2BLvB%3BAACD%2CQWpOK%2CKAwBI%2CQAOG%2CmBZNZ%2CeYWwB%2COXgMvB%3BAACD%2CQAAQ%2CUAAW%2CSWrOd%2CKAwBI%2CQAOG%2CmBZNZ%2CeYWwB%3BEXkMpB%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAiB7OQ%2CQAxBH%2CKAwBI%2CQAOG%2CmBASM%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGA%2CQA9Cf%2CKAwBI%2CQAOG%2CmBASM%2CUAMG%3BEACG%2CSAAA%3B%3BAAvBhB%2CQAxBH%2CKAwBI%2CQAgCG%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CQA9DH%2CKA8DI%3BEACG%2CgBAAA%3B%3BAA%5C%2FDR%2CQAAC%2CKAkEG%2CyBACI%3BEACI%2CiBAAA%3B%3BAApEZ%2CQAAC%2CKAkEG%2CyBAKI%3BEACI%2CeAAA%3B%3BAmBoBhB%2CQnB5FK%2CKA4EG%2CWmBgBP%3BEpCyKD%2CSqCjOiB%2COrCiOjB%3B%3BAiBrQI%2CQAAC%2CKAkFG%3BEACI%2CmBAAA%3B%3BAAKZ%2CgBACI%3BEjB4KJ%2CiBAAA%3B%3BAiB7KA%2CgBAKI%2CqBAAuB%3BAAL3B%2CgBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CgBAUI%2CqBAAuB%3BAAV3B%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAuB%2CuBAAqB%3BAAZhD%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAQ%2CuBAAoB%3BAAdhC%2CgBAeI%2CMAAQ%2CuBAAqB%3BEjB8JjC%2CiBAAA%3B%3BAiBzJQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAKhB%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BEACI%2CmBAAA%3B%3BAyDnJJ%3BE1EmRA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA0E5QA%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAIJ%2CiBAAC%2CIAAI%3BE1EkQT%2CgBAAA%3BEAAA%2COChMU%2CkBDgMV%3BE2F5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjByBU%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAACA%2CiBAVH%2CIAAI%2CaAUA%3BAACD%2CiBAXH%2CIAAI%2CaAWA%3BEACG%2CaAAA%3B%3BAAZR%2CiBAAC%2CIAAI%2CaAcD%3BEACI%2CQAAA%3BEACA%2COAAA%3B%3BAAhBR%2CiBAAC%2CIAAI%2CaAkBD%3BEACI%2CQAAA%3B%3BAAnBR%2CiBAAC%2CIAAI%2CaAqBD%3BEACI%2CQAAA%3B%3BAAtBR%2CiBAAC%2CIAAI%2CaAwBD%3BEACI%2CQAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CiBAAC%2CIAAI%2CaA%2BBD%3BAA%5C%2FBJ%2CiBAAC%2CIAAI%2CaAgCD%3BE1EkOR%2COChMU%2CkBDgMV%3B%3BA0EnQA%2CiBAsCI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BE1E0NR%2CeCvLoB%2C4BDuLpB%3B%3BA0EnQA%2CiBA4CI%3BEACI%2CaAAA%3B%3BAACA%2CSAAS%2CQAAW%2CoBAFxB%3BEAGQ%2CcAAA%3B%3BAA%5C%2FCZ%2CiBAmDI%2CSACI%3BEACI%2CaAAA%3B%3BAArDZ%2CiBAmDI%2CSAII%3BEACI%2CqBAAA%3B%3BAAMR%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAFR%2COAKI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BE1EqLJ%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAsCwFA%2CctC0KE%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CcAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC7OY%2COrC6OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcADH%2CMACI%3BEpC2PL%2CcAAA%3B%3BA0E1KA%2COACI%3BEACI%2CaAAA%3B%3BAAGA%2COADJ%2CWACK%3BEACG%2CSrCxEE%2COqCwEF%3B%3BAAKZ%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CMAGI%3BEACI%2CaAAA%3B%3BAAJR%2CMAMI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAIA%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAxDnHR%3BAACA%2CIAAI%3BEACA%2C6BAAA%3B%3BAAOY%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAfZ%2CYACI%2CiBAaI%2CMAAK%2CYAGD%3BElBqOZ%2CiBAAA%3B%3BAkBjOY%2CYApBR%2CiBAaI%2CMAAK%2CYAOA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3B%3BAAMhB%3BEACI%2CajBUqB%2CiCiBVrB%3B%3BAAGJ%2CQAAQ%2CKAAM%3BElBsNd%2CgBAAA%3B%3BAkBjNA%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BEACI%2CmBAAA%3B%3BAAWJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BElBmLJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBhLQ%2CcAAA%3B%3BAAZR%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BElByKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAmBlBA%2CQAAQ%2CMAmBJ%2COAAM%2COnBKR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAmB1BJ%2CQAAQ%2CMAmBJ%2COAAM%2COAGF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAGT%3BEACI%2CgBAAA%3B%3BAAJR%2CQAAQ%2CKAAK%2CSAMT%3BEACI%2CWAAA%3B%3BAAPR%2CQAAQ%2CKAAK%2CSAMT%2CuBfZF%2CQAGI%2CKACI%3BAeEV%2CQAAQ%2CKAAK%2CSAMT%2CuBfXF%2CQAEI%2CKACI%3BAeEV%2CQAAQ%2CKAAK%2CSAMT%2CuBfVF%2CQACI%2CKACI%3BEHiKV%2CyBAAA%3B%3BAkB%5C%2FJA%2CQAAQ%2CKAAK%2CSAMT%2CuBfZF%2CQAGI%2CKAII%3BAeDV%2CQAAQ%2CKAAK%2CSAMT%2CuBfXF%2CQAEI%2CKAII%3BAeDV%2CQAAQ%2CKAAK%2CSAMT%2CuBfVF%2CQACI%2CKAII%3BEH8JV%2CwBAAA%3B%3BAkB%5C%2FJA%2CQAAQ%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGACI%3BElB%2BIhB%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEkB7IoB%2COjBpDD%2C2BiBoDC%3B%3BAAlBpB%2CQAAQ%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGAKI%3BAApBhB%2CQAAQ%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGAKQ%3BEACA%2CiBAAA%3B%3BAAEJ%2CQAvBR%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGAQK%2CIAAI%3BEACD%2CgCAAA%3B%3BAAOpB%2CkBACI%2CoBACI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CkBADJ%2COACK%3BAACD%2CkBAFJ%2COAEK%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBANR%2COACK%2CUAKI%3BAAAD%2CkBANR%2COAEK%2CYAII%3BEACG%2CSAAS%2CYAAY%2CGAArB%3BEACA%2CajBnGN%2CkBiBmGM%3B%3BAAOJ%2CkBAFR%2CSACK%2CUACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CkBAFR%2CSACK%2CUACI%2CIAGK%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAFR%2CSACK%2CUACI%2CIASG%3BEACI%2CajBpHV%2CkBiBoHU%3B%3BAACA%2CkBAbhB%2CSACK%2CUACI%2CIASG%2CMAEK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CkBAnBR%2CSACK%2CUAkBI%3BEACG%2CQAAQ%2CmBAA4B%2CgBAApC%3B%3BAADJ%2CkBAnBR%2CSACK%2CUAkBI%2CSAEG%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CkBA%5C%2FBJ%2CSA%2BBK%3BEACG%2CcAAA%3B%3BAArDZ%2CkBAwDI%2CyBAAyB%3BElBwE7B%2CiBAAA%3BEkBtEQ%2CcAAA%3B%3BAA1DR%2CkBA4DI%3BEACI%2CSAAA%3B%3BAAIR%2CwBACI%2CgCACI%3BElB6DR%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEkBzDY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAATZ%2CwBACI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BElBwCpB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAkB%5C%2FDA%2CwBAsCI%2COACI%3BEACI%2CcAAA%3B%3BAASZ%2CkBAEI%2CWACI%3BAAFR%2CuBACI%2CWACI%3BEACI%2CwBAAA%3B%3BAAJZ%2CkBAEI%2CWAII%2CWACI%3BAANZ%2CuBACI%2CWAII%2CWACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAThB%2CkBAEI%2CWAUI%3BAAXR%2CuBACI%2CWAUI%3BEACI%2CmBAAA%3B%3BAAbZ%2CkBAiBI%2CeACI%2CaAAe%3BAAjBvB%2CuBAgBI%2CeACI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAMA%2CkBAHR%2CWAEI%2CaACK%3BAAAD%2CuBAHR%2CWAEI%2CaACK%3BAAAD%2CkBAFR%2CeACI%2CaACK%3BAAAD%2CuBAFR%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1BhB%2CkBA%2BBI%3BAA9BJ%2CuBA8BI%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAjCR%2CkBA%2BBI%2CYAGI%3BAAjCR%2CuBA8BI%2CYAGI%3BEyEhTX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEzE6Sc%2CuBAAA%3BEACA%2CgBAAA%3B%3BAArCZ%2CkBA%2BBI%2CYAGI%2CUAII%3BAArCZ%2CuBA8BI%2CYAGI%2CUAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxChB%2CkBA%2BBI%2CYAYI%3BAA1CR%2CuBA8BI%2CYAYI%3BEACI%2CkBAAA%3B%3BAA5CZ%2CkBA%2BBI%2CYAeI%2COAAM%3BAA7Cd%2CuBA8BI%2CYAeI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAhDZ%2CkBA%2BBI%2CYAeI%2COAAM%2CIAGF%3BAAhDZ%2CuBA8BI%2CYAeI%2COAAM%2CIAGF%3BEACI%2CaAAA%3B%3BAAlDhB%2CkBA%2BBI%2CYAuBI%2CYAAW%3BAArDnB%2CuBA8BI%2CYAuBI%2CYAAW%3BEAEP%2CkBAAA%3BEACA%2CWAAA%3BElB3CZ%2CaC%5C%2FMyB%2CiCD%2BMzB%3B%3BAkBdA%2CkBA%2BBI%2CYA8BI%3BAA5DR%2CuBA8BI%2CYA8BI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CkBAsEI%3BAArEJ%2CuBAqEI%3BEyEpVP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEzEiVU%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAzER%2CkBAsEI%2CqBAII%3BAAzER%2CuBAqEI%2CqBAII%3BElB5EV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CiBAAA%3BEkBkEY%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAlFZ%2CkBAsEI%2CqBAII%2CQAEI%3BAA3EZ%2CuBAqEI%2CqBAII%2CQAEI%3BElB%5C%2FTZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAkBkUY%2CkBAdR%2CqBAII%2CQAUK%2CIAAI%3BAAAL%2CuBAdR%2CqBAII%2CQAUK%2CIAAI%3BEACD%2CoBAAA%3B%3BAAEJ%2CkBAjBR%2CqBAII%2CQAaK%2CIAAI%3BAAAL%2CuBAjBR%2CqBAII%2CQAaK%2CIAAI%3BEACD%2COjB1QN%2CkBiB0QM%3B%3BAAxFhB%2CkBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%3BEAEH%2CsBAAA%3B%3BAAGR%3BEACI%2CuBAAA%3BEyEjXP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEzE%2BWM%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BElB1FA%2CmBAAA%3BEkB6FI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CYAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CYAUI%3BAAVJ%2CYAWI%3BAAXJ%2CYAYI%3BEACI%2CqBAAA%3B%3BAAbR%2CYAUI%2CqBAKI%3BAAfR%2CYAWI%2CqBAII%3BAAfR%2CYAYI%2CMAGI%3BElBzGR%2CiBAAA%3BEkB2GY%2CajB1Ta%2CiCiB0Tb%3B%3BAAKZ%3BElBhHA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3BEM5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAPvDA%2CyBAAC%3BECiJD%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2COC9LiB%2CyBD8LjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAMxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEN%2BEnB%2COC%5C%2FLU%2CkBD%2BLV%3BEAAA%2CYAAA%3BEM5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAY8LJ%2CMAAM%2CQACF%2CQAAO%3BEACH%2CaAAA%3B%3BAAIR%2CcAEI%2CaACI%3BAAFR%2CeACI%2CaACI%3BEACI%2CaAAA%3B%3BAASZ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAALZ%2CQACI%2CeAOI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEyE7af%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEzE0ac%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAbZ%2CQACI%2CeAOI%2CmBAMM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAhBhB%2CQACI%2CeAmBI%3BEACI%2CaAAA%3B%3BAArBZ%2CQACI%2CeAuBI%3BEACI%2COAAA%3B%3BAAzBZ%2CQACI%2CeA2BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAA9BZ%2CQACI%2CeA2BI%2CsBAGM%3BEACE%2CqBAAA%3B%3BAAhChB%2CQACI%2CeA2BI%2CsBAMI%3BEACI%2CkBAAA%3B%3BAAnChB%2CQACI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%3BEZpOvB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEAEA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEkB6KoB%2CgBAAA%3BEACA%2CUAAA%3BElB9KpB%2CiBAAA%3BEkBgLoB%2CwBAAA%3B%3BAZ7NpB%2CQYqLI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COZxNtB%3BAACD%2CQYoLI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COZvNtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQY%2BKI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COZlNtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQY0KI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COZ7MtB%3BAACD%2CQYyKI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COZ5MtB%3BAACD%2CQAAQ%2CUAAW%2CSYwKf%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%3BEZ1MnB%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAkBiLoB%2CQAzChB%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COAMF%2CIAAI%3BEACD%2COjBnXL%2C2BiBmXK%3B%3BAAEJ%2CQA5ChB%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COASF%3BEACG%2COjBnXP%2CyBiBmXO%3B%3BAAEJ%2CQA%5C%2FChB%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COAYF%3BEACG%2CaAAA%3B%3BAAMJ%2CQAtDhB%2CeA2BI%2CsBAyBI%2CkBACI%2CEACK%3BEACG%2CaAAA%3B%3BAAEJ%2CQAzDhB%2CeA2BI%2CsBAyBI%2CkBACI%2CEAIK%2CIAAI%3BEACD%2COjBnYL%2C2BiBmYK%3B%3BAA3DxB%2CQACI%2CeAgEI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAnEZ%2CQACI%2CeAqEI%3BEACI%2CiBAAA%3B%3BAAvEZ%2CQACI%2CeAyEI%3BElBjNR%2CcAAA%3BEAAA%2CiBAAA%3BEkBoNY%2CmBAAA%3B%3BAA7EZ%2CQACI%2CeA%2BEI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAnFhB%2CQACI%2CeA%2BEI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAvFhB%2CQA2FI%2CiBACI%2CSACI%3BEZ7RZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CQY%2BQI%2CiBACI%2CSACI%2CQZjRX%3BAACD%2CQY8QI%2CiBACI%2CSACI%2CQZhRX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQYyQI%2CiBACI%2CSACI%2CQZ3QX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQYoQI%2CiBACI%2CSACI%2CQZtQX%3BAACD%2CQYmQI%2CiBACI%2CSACI%2CQZrQX%3BAACD%2CQAAQ%2CUAAW%2CSYkQf%2CiBACI%2CSACI%3BEZnQR%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAkBsOgB%2CQAJZ%2CiBACI%2CSACI%2CQAEK%2CIAAI%3BEACD%2COjBxaD%2C2BiBwaC%3B%3BAAEJ%2CQAPZ%2CiBACI%2CSACI%2CQAKK%3BEACG%2COjBxaH%2CyBiBwaG%3B%3BAAMZ%2CQADJ%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAACA%2CQANR%2CQACK%2COAKI%3BElBrPb%2CeAAA%3B%3BAkBuIA%2CQA4HI%3BEAEI%2CiBAAA%3B%3BAA9HR%2CQA4HI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnIZ%2CQA2II%2CqBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9IZ%2CQA2II%2CqBAMI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3BAA%2BGR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CGAAE%3BEACE%2C4BAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAjBR%2CiBAeI%2CMAII%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBATJ%2CMASK%2CQAAQ%3BAACT%2CiBAVJ%2CMAUK%2CQAAQ%3BEACL%2C6BAAA%3B%3BAAGJ%2CiBAdJ%2CMAcK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CiBAtBJ%2CMAsBK%3BElBrcT%2CiBAAA%3B%3BAkBqcQ%2CiBAtBJ%2CMAsBK%2CUAEG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CiBA8CI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhDR%2CiBAmDI%3BEACI%2CcAAA%3B%3BAApDR%2CiBAuDI%3BAAvDJ%2CiBAwDI%3BAAxDJ%2CiBAyDI%2CSAAQ%3BAAzDZ%2CiBA0DI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA5DR%2CiBA%2BDI%3BEACI%2CgBAAA%3B%3BAAhER%2CiBA%2BDI%2CqBAGI%2CQAAO%3BAAlEf%2CiBA%2BDI%2CqBAII%2CQAAO%3BElBnef%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAkBgaA%2CiBA%2BDI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAxEZ%2CiBA4EI%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FER%2CiBAsFI%2CsBACM%2CmBACI%3BEACE%2CgBAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BElBrgBX%2CgBAAA%3BEkBugBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CajBvuBE%2CkBiBuuBF%3B%3BAAIA%2CcADJ%2CQACK%3BEAEG%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BElB5iBd%2CmBkB6iB0B%2CgBlB7iB1B%3BEACK%2CgBkB4iBqB%2CgBlB5iBrB%3BEACC%2CekB2iBoB%2CgBlB3iBpB%3BEAcJ%2CWkB6hBwB%2CgBlB7hBxB%3B%3BAkB8gBA%2CcA4BI%3BEACI%2CgBAAA%3B%3BAA7BR%2CcA4BI%2CiBAEI%2CWACK%2CEAAC%3BEACE%2CaAAA%3B%3BA0Dp0BhB%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAANZ%2CaAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CaAcI%3BEACI%2CaAAA%3B%3BAAfR%2CaAiBI%2CQAAO%3BE5EkQX%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE4E1PQ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA7BR%2CaAiBI%2CQAAO%2COxCsPT%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CawCMI%2CQAAO%2COxCNV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC9KiB%2CyBD8KjB%3BEAAA%2CSqC3OU%2COrC2OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CawCPA%2CQAAO%2COxCMV%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CawCbA%2CQAAO%2COxCYV%2COACI%3BEpCqPL%2CcAAA%3B%3BAM7CA%2CasErNI%2CQAAO%2COtEqNV%3BAACD%2CasEtNI%2CQAAO%2COtEsNV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CasE3NI%2CQAAO%2COtE2NV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CasEhOI%2CQAAO%2COtEgOV%3BAACD%2CasEjOI%2CQAAO%2COtEiOV%3BAACD%2CQAAQ%2CUAAW%2CcsElOf%2CQAAO%3BEtEmOP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA4EnPY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BE5EmPb%2CWAAA%3B%3BA4EnRA%2CaAqCI%3BEAEI%2CSAAA%3B%3BA5EoUR%2Ca4EtUI%2CM5EsUH%3BEAxFD%2CcAAA%3B%3BAA6FA%2Ca4E3UI%2CM5E2UH%3BEA7FD%2CcAAA%3B%3BAAkGA%2Ca4EhVI%2CM5EgVH%3BEAlGD%2CcAAA%3B%3BAAuGA%2Ca4ErVI%2CM5EqVH%3BEAvGD%2CcAAA%3B%3BA4EnRA%2CaA0CQ%3BEACI%2CaAAA%3B%3BAAIZ%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CoBAQI%3BE5E4NJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6E1DA%2CoBAQI%2CGAGI%3BE5EyNR%2C6BAAA%3BE4EvNY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAZR%2CGAGI%2CGASK%2CIAAI%3BEACD%2CaAAA%3BE5E%2BMhB%2CsBAAA%3BEAAA%2CgBAAA%3B%3BA4E1MY%2CoBAlBR%2CGAGI%2CGAeK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGAGI%2CGAmBK%3BAACD%2CoBAvBR%2CGAGI%2CGAoBK%3BE5EqMb%2CmBAAA%3B%3BA4EpOA%2CoBAQI%2CGAGI%2CGAwBI%3BE5EiMZ%2CWAAA%3BE4E%5C%2FLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKATf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%2CWAAW%3BEACV%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKA%5C%2FBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAjCpB%2CKAAK%2COAAO%2CSAuCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%2COAAO%3BEACH%2CmBAAA%3B%3B%3B%3B%3B%3BAiI9JA%2CKAAC%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CKAAC%2CQAIG%2CKAAI%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CKAAC%2CQAIG%2CKAAI%2CMAIE%3BE7MuRd%2CmBAAA%3B%3BA6M%5C%2FRI%2CKAAC%2CQAYG%3BEACI%2CcAAA%3B%3BAAbR%2CKAAC%2CQAeG%2CiBAAmB%3BAAfvB%2CKAAC%2CQAgBG%2CiBAAmB%3BEACf%2CgBAAA%3B%3BApKCZ%2CeAEK%3BAADL%2CMACK%3BAAFL%2CeAGK%2CaAAa%3BAAFlB%2CMAEK%2CaAAa%3BEACV%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEzCqQR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3B%3BAyC5PI%2COAAC%3BEACG%2CgBAAA%3B%3BAAKI%2COAFP%2CMACG%2COACK%2CYAAY%3BEzCsPzB%2CWAAA%3BEyCpPgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COAfP%2CMACG%2COAcK%3BEACG%2CYAAA%3B%3BAArBhB%2COAyBI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAALR%2COAAC%2CQAQG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COxCYO%2C2BwCZP%3B%3BAAGJ%2COAAQ%2CQAfX%2CQAeY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAlBR%2COAAC%2CQAqBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAAEI%2COAHP%2CQAEG%2CEACK%2CIAAI%3BEACD%2COxCRG%2C2BwCQH%3B%3BAAKZ%2COAAC%3BEACG%2CaxC5BiB%2CiCwC4BjB%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BEzC4KL%2COChMU%2CkBDgMV%3B%3BAyCxKI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAACA%2COAHH%2CQAGI%3BEACG%2CSAAA%3B%3BAADJ%2COAHH%2CQAGI%2CQAEG%3BAAFJ%2COAHH%2CQAGI%2CQAGG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAANR%2COAHH%2CQAGI%2CQAQG%3BEACI%2CcAAA%3B%3BAACA%2COAbX%2CQAGI%2CQAQG%2CMAEK%3BEACG%2CgBAAA%3B%3BAAEJ%2COAhBX%2CQAGI%2CQAQG%2CMAKK%3BEACG%2CaAAA%3B%3BAAdZ%2COAHH%2CQAGI%2CQAiBG%3BEzCoJZ%2COCjMmB%2C2BDiMnB%3BEyClJgB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAzBX%2CQAGI%2CQAiBG%2CEAKK%3BEACG%2COxChDH%2CyBwCgDG%3BEACA%2CqBAAA%3B%3BAAEA%2COA7Bf%2CQAGI%2CQAiBG%2CEAKK%2CMAIO%3BEACA%2CyBAAA%3B%3BAA3BhB%2COAHH%2CQAGI%2CQAgCG%3BEzCqIZ%2COChMU%2CkBDgMV%3BEyCnIgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEzCiIhB%2CiBAAA%3B%3BAyC%5C%2FHgB%2COAzCX%2CQAGI%2CQAgCG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COA7CX%2CQAGI%2CQAgCG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAA3CZ%2COAHH%2CQAGI%2CQAkDG%2CkBACI%3BEACI%2CiBAAA%3BEzCiHpB%2CaAAA%3BEAAA%2CcAAA%3BEyC9GoB%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiCAAA%3B%3BAACA%2COArEf%2CQAGI%2CQAkDG%2CkBACI%2CeAeK%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3B%3BA0B7LxB%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%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%3BEwBhBX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BExBac%2CYAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CMAAM%2CWAeF%2COAGI%2CSAMI%3BEACI%2COAAA%3B%3BAAzBhB%2CMAAM%2CWA8BF%3BEACI%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAjCR%2CMAAM%2CWAoCF%3BEACI%2CaAAA%3B%3BAArCR%2CMAAM%2CWA2CF%2CQAAO%3BEACH%2CiBAAA%3BEnEkPR%2CgBAAA%3BEmEhPQ%2C4BAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FCR%2CMAAM%2CWAiDD%2CIAAG%2CWAAW%3BEACX%2CkBAAA%3B%3BAnCbR%3BEhCyPA%2CsBAAA%3B%3BAgCrPA%3BEhCyWA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEgC5YJ%2CiBAAA%3B%3BAAGJ%3BEhC2WA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAgCpWR%3BEhCuOA%2CkBC%5C%2FKuB%2C%2BBD%2BKvB%3BEgCrOI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAIA%2COAAC%3BEAEG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEhC4LL%2CmBAAA%3BEAAA%2CaAAA%3BEgCzLQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQALI%2COAKH%3BAACD%2CQANI%2COAMH%3BEhCgKL%2CgBAAA%3BEAAA%2CkBAAA%3BEsFnQA%2CcAAA%3BEtFmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2COChMU%2CkBDgMV%3BEgC9JQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSsD1EL%3BAtD2EI%2CQANI%2COAMH%2COsD3EL%3BEtF2OA%2COC%5C%2FLU%2CkBD%2BLV%3B%3BAsFxOI%2CQtDkEI%2COAKH%2CSsD1EL%2CEAGK%3BAAAD%2CQtDkEI%2COAMH%2COsD3EL%2CEAGK%3BEtFwOL%2COC9LiB%2CyBD8LjB%3B%3BAsFpOI%2CQtD8DI%2COAKH%2CSsD1EL%2CEAOK%3BAAAD%2CQtD8DI%2COAMH%2COsD3EL%2CEAOK%3BEtFoOL%2CWAAA%3B%3BAgC3JI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEhC%2BIL%2CgBAAA%3BEAAA%2CkBAAA%3BEsFnQA%2CcAAA%3BEtFmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEgC7IQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKsD5FL%3BEtF2OA%2COC%5C%2FLU%2CkBD%2BLV%3B%3BAsFxOI%2CQtDkEI%2COAuBH%2CKsD5FL%2CEAGK%3BEtFwOL%2COC9LiB%2CyBD8LjB%3B%3BAsFpOI%2CQtD8DI%2COAuBH%2CKsD5FL%2CEAOK%3BEtFoOL%2CWAAA%3B%3BAgCpIA%3BEACI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2COAAC%2CQAKG%2COACM%3BEACE%2CeAAA%3B%3BAAPZ%2COAAC%2CQAWG%3BEACI%2CgBAAA%3B%3BAAbZ%2COAiBI%3BAAjBJ%2COAkBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYAEI%3BAADJ%2CYACI%3BEACI%2CkBAAA%3B%3BAAHR%2CYAEI%2CUAGI%3BAAJR%2CYACI%2CUAGI%3BEGhJR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAnCFA%2CYgC8II%2CUAGI%2CShCjJP%3BAAAD%2CYgC8II%2CUAGI%2CShCjJP%3BAACD%2CYgC6II%2CUAGI%2CShChJP%3BAAAD%2CYgC6II%2CUAGI%2CShChJP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYgCwII%2CUAGI%2CShC3IP%3BAAAD%2CYgCwII%2CUAGI%2CShC3IP%3BEACG%2CWAAA%3B%3BAgCqIJ%2CYAEI%2CUAGI%2CSG7IR%3BAHyIA%2CYACI%2CUAGI%2CSG7IR%3BEnCgPA%2CUAAA%3BEmC9OI%2CeAAA%3BEnC8OJ%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAJwHA%2CYAEI%2CUAGI%2CSG7IR%2CeCoOE%3BAJ3FF%2CYACI%2CUAGI%2CSG7IR%2CeCoOE%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CYJoHI%2CUAGI%2CSG7IR%2CeCsBC%3BAAAD%2CYJoHI%2CUAGI%2CSG7IR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYJuGA%2CUAGI%2CSG7IR%2CeCkCC%2CMACI%3BAAAD%2CYJuGA%2CUAGI%2CSG7IR%2CeCkCC%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CYJiGA%2CUAGI%2CSG7IR%2CeCwCC%2COACI%3BAAAD%2CYJiGA%2CUAGI%2CSG7IR%2CeCwCC%2COACI%3BEpCuML%2CcAAA%3B%3BAmCqEA%2CYH3KI%2CUAGI%2CSG7IR%2CeAqTC%3BAAAD%2CYH3KI%2CUAGI%2CSG7IR%2CeAqTC%3BEnCrED%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BADqSA%2CYH3KI%2CUAGI%2CSG7IR%2CeAqTC%2COCjFC%3BADiFF%2CYH3KI%2CUAGI%2CSG7IR%2CeAqTC%2COCjFC%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CYJoHI%2CUAGI%2CSG7IR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYJoHI%2CUAGI%2CSG7IR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC%5C%2FNM%2COrC%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYJuGA%2CUAGI%2CSG7IR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYJuGA%2CUAGI%2CSG7IR%2CeAqTC%2COCnRA%2CMACI%3BEpC6ML%2CcAAA%3B%3BAoCvMI%2CYJiGA%2CUAGI%2CSG7IR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYJiGA%2CUAGI%2CSG7IR%2CeAqTC%2COC7QA%2COACI%3BEpCuML%2CcAAA%3B%3BAgCxGA%2CYAEI%2CUAGI%2CSG0CR%3BAH9CA%2CYACI%2CUAGI%2CSG0CR%3BEnCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEmChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEnC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAgCxGA%2CYAEI%2CUAGI%2CSG0CR%2CYAsBI%3BAHpEJ%2CYACI%2CUAGI%2CSG0CR%2CYAsBI%3BEnCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAmC3BQ%2CYH3EJ%2CUAGI%2CSG0CR%2CYAsBI%2CGAQK%3BAAAD%2CYH3EJ%2CUAGI%2CSG0CR%2CYAsBI%2CGAQK%3BEnC2BT%2CmBAAA%3BEmCzBY%2CeAAA%3B%3BAAuTZ%2CYHpYI%2CUAGI%2CSG0CR%2CYAuVC%3BAAAD%2CYHpYI%2CUAGI%2CSG0CR%2CYAuVC%3BAACD%2CYHrYI%2CUAGI%2CSG0CR%2CYAwVC%3BAAAD%2CYHrYI%2CUAGI%2CSG0CR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYH9YI%2CUAGI%2CSG0CR%2CYAiWC%3BAAAD%2CYH9YI%2CUAGI%2CSG0CR%2CYAiWC%3BEACG%2CiBAAA%3BEnCzSJ%2CsDAAA%3BEmC2SI%2CWAAA%3B%3BAAGJ%2CYHpZI%2CUAGI%2CSG0CR%2CYAuWC%3BAAAD%2CYHpZI%2CUAGI%2CSG0CR%2CYAuWC%3BEACG%2CiBAAA%3BEnC%5C%2FSJ%2CsDAAA%3BEmCiTI%2CWAAA%3B%3BAAzDJ%2CYH9VI%2CUAGI%2CSG0CR%2CYAiTC%3BAAAD%2CYH9VI%2CUAGI%2CSG0CR%2CYAiTC%3BEnCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAmC6PA%2CYHnWI%2CUAGI%2CSG0CR%2CYAsTC%3BAAAD%2CYHnWI%2CUAGI%2CSG0CR%2CYAsTC%3BEnC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAmCZA%2CYH1FI%2CUAGI%2CSGuFP%3BAAAD%2CYH1FI%2CUAGI%2CSGuFP%3BEACG%2CiBAAA%3B%3BAADJ%2CYH1FI%2CUAGI%2CSGuFP%2COAGG%3BAAHJ%2CYH1FI%2CUAGI%2CSGuFP%2COAGG%3BEACI%2CcAAA%3B%3BAHhGR%2CYAEI%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BAAjBhB%2CYACI%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAEA%2CYApBhB%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BAAAD%2CYApBhB%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BEACG%2CqBAAA%3B%3BAAvBxB%2CYAEI%2CUA2BI%3BAA5BR%2CYACI%2CUA2BI%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBZ%2CYAEI%2CUAoCI%3BAArCR%2CYACI%2CUAoCI%3BEACI%2CgBAAA%3B%3BAAgBZ%3BEACI%2CWAAA%3B%3BAAOJ%2CYACI%2CQAAO%3BEhCwCX%2CcAAA%3B%3BAgC3BA%2CcACI%3BEACI%2CUAAA%3B%3BATtQJ%2CQAAC%2CiBACG%3BEACI%2CYAAA%3B%3BAAFR%2CQAAC%2CiBAIG%2CMAAM%3BEACF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CQAAC%2CiBASG%3BAATJ%2CQAAC%2CiBAUG%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAa0GZ%2CcbpFI%2CQACK%2CWamFR%3BAAAD%2CSbtFS%2CKAAK%2CMAEV%2CQACK%2CWamFR%3BAAAD%2CiBbpFI%2CQACK%2CWamFR%3BEpCyKD%2CSqC%5C%2FPkB%2COrC%2BPlB%3B%3BAuBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBqHjC%2CQAGI%2CKACI%3BAoBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBsHjC%2CQAEI%2CKACI%3BAoBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBuHjC%2CQACI%2CKACI%3BAoBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBqHjC%2CQAGI%2CKAEI%3BAoB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBsHjC%2CQAEI%2CKAEI%3BAoB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBuHjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAuBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAoBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAoBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBkIjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAoBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAoBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAoBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpBkIjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAoBtIZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpB2IjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAuBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CcAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CcAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CatBlBiB%2CiCsBkBjB%3B%3BAAIR%2CeASI%3BEACI%2CkBAAA%3B%3BAAMA%2CcAFM%2CSACV%2CSACK%3BEvByKT%2CgBAAA%3B%3BAuBvKY%2CcAJE%2CSACV%2CSACK%2CKAEI%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CcARE%2CSACV%2CSACK%2CKAMI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAZE%2CSACV%2CSACK%2CKAUI%3BEACG%2CWAAA%3B%3BAAEJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BEACG%2CaAAA%3B%3BAAdR%2CcAFM%2CSACV%2CSACK%2CKAiBG%3BEACI%2CSAAA%3B%3BAAlBR%2CcAFM%2CSACV%2CSACK%2CKAoBG%3BEACI%2CgBAAA%3B%3BAAYJ%2CcAnCE%2CSACV%2CSACK%2CKAiCI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAApCR%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%3BEoE3JnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEpEwJsB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA3CZ%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAIM%3BEACE%2CmBAAA%3B%3BAA7ChB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CcAAA%3B%3BAAjDhB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%2CIAGF%3BEvBuHxB%2CiBAAA%3BEuBrH4B%2CmBAAA%3B%3BAApDpB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%2CIAOA%3BEACG%2CWAAA%3B%3BAAvDrB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%2CIAOA%2CWAEG%3BEACI%2CkBAAA%3B%3BAAzDzB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAqBI%3BEACI%2COAAA%3B%3BAA9DhB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAqBI%2CsBAEI%2CiBAAiB%3BEACb%2CkBAAA%3B%3BAACA%2CcAnEd%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAqBI%2CsBAEI%2CiBAAiB%2CQAEZ%3BEACG%2CaAAA%3B%3BAAlExB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYAgCI%2CMAAK%3BEACD%2CYAAA%3B%3BAAxEZ%2CcAFM%2CSACV%2CSACK%2CKA4EG%2CoBACM%3BEACE%2CSAAA%3B%3BAA9EZ%2CcAFM%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBAEI%3BEACE%2CkBAAA%3B%3BAAEA%2CcApFV%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBAEI%2CIAGG%3BEACG%2CeAAA%3B%3BAAMA%2CcA3Fd%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBASE%2CQACK%2CKAEI%2CIAAI%3BAAAL%2CcA3Fd%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBASE%2CQAEK%2COACI%2CIAAI%3BEvBgFjC%2CWAAA%3B%3BAuBtEC%2CqBACG%2CiBACI%2CSACI%3BAAHX%2CqBACG%2CiBACI%2CSAEI%3BEvBkEZ%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEuB9DgB%2CatBrJN%2CkBsBqJM%3B%3BAARf%2CqBACG%2CiBACI%2CSAQI%3BEvB4DZ%2CkBCzLwB%2CgCDyLxB%3BEAAA%2CcCzLwB%2CgCDyLxB%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAmB7RI%2CSAAC%2CMAAM%3BEgB8IX%2CqBAAA%3BEACA%2CkBAAA%3BEhBjIQ%2CsBAAA%3B%3BAnB2BR%2CSmBzCK%2CMAAM%2COnByCV%3BAACD%2CSmB1CK%2CMAAM%2COnB0CV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSmB%5C%2FCK%2CMAAM%2COnB%2BCV%3BEACG%2CWAAA%3B%3BAmBhDA%2CSAAC%2CMAAM%2COgB8bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAhBhcA%2CSAAC%2CMAAM%2COgBmcX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAhBrcA%2CSAAC%2CMAAM%2COgBmdX%2COAAM%3BAhBndF%2CSAAC%2CMAAM%2COfoIX%2CMAAK%2CcAiED%2CiBAGM%2CU%2BB2QJ%3BAhBndF%2CSAAC%2CMAAM%2COdiDX%2Ca8BkaM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAhBrdA%2CSAAC%2CMAAM%2COgBwdX%2COAAS%3BAhBxdL%2CSAAC%2CMAAM%2COfoIX%2CMAAK%2CcAiED%2CiBAGM%2CU%2BBgRD%3BAhBxdL%2CSAAC%2CMAAM%2COdiDX%2Ca8BuaS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAhB3dA%2CSAAC%2CMAAM%2COgB4JX%3BEnCiIA%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BAjB7DI%2CSAAC%2CMAAM%2COgB4JX%2CeCqHE%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CSjBnEK%2CMAAM%2COgB4JX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CSqC9NQ%2COrC8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSjBhFC%2CMAAM%2COgB4JX%2CeC7EC%2CMACI%3BEpC6ML%2CWAAA%3B%3BAoCvMI%2CSjBtFC%2CMAAM%2COgB4JX%2CeCvEC%2COACI%3BEpCuML%2CcAAA%3B%3BAmCuHA%2CShBpZK%2CMAAM%2COgB4JX%2CeAwPC%3BEnCvHD%2CqBAAA%3BEoChOA%2CqBAAA%3B%3BADuVA%2CShBpZK%2CMAAM%2COgB4JX%2CeAwPC%2COCnIC%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoC2CA%2CSjBnEK%2CMAAM%2COgB4JX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CSqC%5C%2FNM%2COrC%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSjBhFC%2CMAAM%2COgB4JX%2CeAwPC%2COCrUA%2CMACI%3BEpC6ML%2CWAAA%3B%3BAoCvMI%2CSjBtFC%2CMAAM%2COgB4JX%2CeAwPC%2COC%5C%2FTA%2COACI%3BEpCuML%2CcAAA%3B%3BAmB7RI%2CSAAC%2CMAAM%2COgBoOX%3BEnCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEmChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEnC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmB7RI%2CSAAC%2CMAAM%2COgBoOX%2COAsBI%3BEnCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAmC3BQ%2CShBlQH%2CMAAM%2COgBoOX%2COAsBI%2CGAQK%3BEnC2BT%2CmBAAA%3BEmCzBY%2CeAAA%3B%3BAAuTZ%2CShB3jBK%2CMAAM%2COgBoOX%2COAuVC%3BAACD%2CShB5jBK%2CMAAM%2COgBoOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CShBrkBK%2CMAAM%2COgBoOX%2COAiWC%3BEACG%2CiBAAA%3BEnCzSJ%2CsDAAA%3BEmC2SI%2CWAAA%3B%3BAAGJ%2CShB3kBK%2CMAAM%2COgBoOX%2COAuWC%3BEACG%2CiBAAA%3BEnC%5C%2FSJ%2CsDAAA%3BEmCiTI%2CWAAA%3B%3BAAzDJ%2CShBrhBK%2CMAAM%2COgBoOX%2COAiTC%3BEnCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAmC6PA%2CShB1hBK%2CMAAM%2COgBoOX%2COAsTC%3BEnC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAmCZA%2CShBjRK%2CMAAM%2COgBiRV%3BEACG%2CiBAAA%3B%3BAADJ%2CShBjRK%2CMAAM%2COgBiRV%2COAGG%3BEACI%2CcAAA%3B%3BAhBrRJ%2CSAAC%2CMAAM%2COAiBH%3BEACI%2CgBAAA%3B%3BAAlBR%2CSAAC%2CMAAM%2COAiBH%2COAEI%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CSAzBf%2CMAAM%2COAiBH%2COAEI%2CMAKK%2CWACI%3BEnBoQrB%2CmBAAA%3B%3BAmB7RI%2CSAAC%2CMAAM%2COAiBH%2COAaI%3BEACI%2CUAAA%3B%3BAiBqFhB%2CiBjBjF0B%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMiB6EhB%3BAAAD%2CcjBhFuB%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMiB6EhB%3BEpCyKD%2CSqC%5C%2FPkB%2COrC%2BPlB%3B%3BAmB%5C%2FOgB%2CiBAXU%2CUAnCrB%2CMAAM%2COAqCG%2CUASG%3BAAAD%2CcAVO%2CUApClB%2CMAAM%2COAqCG%2CUASG%3BAACD%2CiBAZU%2CUAnCrB%2CMAAM%2COAqCG%2CUAUG%3BAAAD%2CcAXO%2CUApClB%2CMAAM%2COAqCG%2CUAUG%3BAACD%2CiBAbU%2CUAnCrB%2CMAAM%2COAqCG%2CUAWG%3BAAAD%2CcAZO%2CUApClB%2CMAAM%2COAqCG%2CUAWG%3BEnB6OjB%2CWAAA%3B%3BAmBvOgB%2CiBAnBU%2CUAnCrB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BAAAD%2CcAlBO%2CUApClB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BEACG%2CuBlBqCD%2C2BkBrCC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAJW%2CUAhEtB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CqBAHc%2CUAjEzB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CiBAFU%2CUAlErB%2CMAAM%2COAmEC%2CQACK%3BAACD%2CkBALW%2CUAhEtB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CqBAJc%2CUAjEzB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CiBAHU%2CUAlErB%2CMAAM%2COAmEC%2CQAEK%3BEnBwNjB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAmBpNgB%2CkBATW%2CUAhEtB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CqBARc%2CUAjEzB%2CMAAM%2COAmEC%2CQAMK%3BAAAD%2CiBAPU%2CUAlErB%2CMAAM%2COAmEC%2CQAMK%3BEACG%2CUAAA%3B%3BAAKZ%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CmBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CgBAAA%3B%3BAAMhB%2CSAAC%2COAAO%3BEACJ%2CsBAAA%3BEnBkMR%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEsMlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAnLlDI%2CSAAC%2COAAO%2CMmLZZ%3BEtM%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAmBnMI%2CSAAC%2COAAO%2CMmLZZ%2CcAGI%3BEtM4MJ%2COCjMmB%2C2BDiMnB%3BEAAA%2CaChNyB%2CiCDgNzB%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAmBnMI%2CSAAC%2COAAO%2CMmLUZ%2CeACI%2CQAAO%3BEtMwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAmBnMI%2CSAAC%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMlK4KT%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CSjBqEK%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMlKhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSjBwDC%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMlKpEV%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CSjBkDC%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMlK9DV%2COACI%3BEpCqPL%2CcAAA%3B%3BAM7CA%2CSatJK%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMhM2IV%3BAACD%2CSavJK%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMhM4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSa5JK%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMhMiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSajKK%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMhMsJV%3BAACD%2CSalKK%2COAAO%2CMmLUZ%2CeACI%2CQAAO%2CMhMuJV%3BAACD%2CQAAQ%2CUAAW%2CUanKd%2COAAO%2CMmLUZ%2CeACI%2CQAAO%3BEhMyJP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAsM%5C%2FIA%2CSnLpDK%2COAAO%2CMmLoDX%3BEACG%2CUAAA%3B%3BAnLjDI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEnB0LL%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEsMhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSnLjEK%2CQmLiEJ%3BEtMyHD%2CYAAA%3BEsMrHQ%2CyBAAA%3B%3BAnLnEA%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%3BEnBiJT%2CcAAA%3BEmB%5C%2FIY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2C0BAjCR%2CUAgCK%2CQACI%3BAACD%2C0BAlCR%2CUAgCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BAtCR%2CUAgCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAIR%2C0BA3CJ%2CUA2CK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BAKI%3BEACI%2CkBAAA%3B%3BAAYR%2C0BACI%3BEnBqFJ%2CiBAAA%3BEmBnFQ%2CmBAAA%3B%3BAAHR%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CiBAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAqBzPZ%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAAxBhC%2CQACI%2CgBACI%2CUAGI%2CQAyBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjCpB%2CQACI%2CgBAqCI%2CeACI%3BEACI%2CmBAAA%3B%3BAAxChB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA3CpB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%2CSAGI%3BEACI%2CWAAA%3B%3BAA9CxB%2CQACI%2CgBAqCI%2CeACI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CQAzDR%2CgBAwDI%2CQACK%3BExCsOb%2CqBAAA%3BEoC9QA%2CqBAAA%3BEI8CgB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIJ0NX%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CQIvBI%2CgBAwDI%2CQACK%2CIJlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCpOU%2COrCoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQACK%2CIJtBZ%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CQI1CA%2CgBAwDI%2CQACK%2CIJhBZ%2COACI%3BEpCqPL%2CcAAA%3B%3BAwC3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BExCiNb%2CqBAAA%3BEMzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAwCjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COJqMX%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CQIvBI%2CgBAwDI%2CQAsBK%2COJvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQAsBK%2COJ3CZ%2CMACI%3BEpC2PL%2CcAAA%3B%3BAoCrPI%2CQI1CA%2CgBAwDI%2CQAsBK%2COJrCZ%2COACI%3BEpCqPL%2CcAAA%3B%3BAM7CA%2CQkClPI%2CgBAwDI%2CQAsBK%2COlCoKZ%3BAACD%2CQkCnPI%2CgBAwDI%2CQAsBK%2COlCqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQkCxPI%2CgBAwDI%2CQAsBK%2COlC0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQkC7PI%2CgBAwDI%2CQAsBK%2COlC%2BKZ%3BAACD%2CQkC9PI%2CgBAwDI%2CQAsBK%2COlCgLZ%3BAACD%2CQAAQ%2CUAAW%2CSkC%5C%2FPf%2CgBAwDI%2CQAsBK%3BElCkLT%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAoBhSA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAChBR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BErB4QhB%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BAfFY%2CYAVR%2CeAGO%2CUAOE%2CSeoQX%3BAfnQU%2CYAXR%2CeAGO%2CUAQE%2CQemQX%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CYflBI%2CeAGO%2CUAOE%2CSeQZ%3BAAAD%2CYflBI%2CeAGO%2CUAQE%2CQeOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqCzOQ%2COrCyOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAf5UgB%2CYAvBZ%2CeAGO%2CUAOE%2CSAaI%3BAAAD%2CYAvBZ%2CeAGO%2CUAQE%2CQAYI%3BEACG%2CkBAAA%3B%3BAAIR%2CYA5BR%2CeAGO%2CUAyBE%3BEACG%2COAAA%3B%3BAAGJ%2CYAhCR%2CeAGO%2CUA6BE%3BEAEG%2CQAAA%3B%3BAe%2BEhB%2CYfjHI%2CeAGO%2CUA6BE%2CQeiFZ%3BEpCyKD%2CSqCxPQ%2COrCwPR%3B%3BAqBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BErB6NZ%2CmBAAA%3BEqB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BErB2MpB%2CiBAAA%3BEqBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BErBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAsBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BErB6LpB%2CiBAAA%3BEqB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BErBuLxB%2CiBAAA%3B%3BAqBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BErBwKzB%2CiBAAA%3BEqBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BErBiKpB%2CiBAAA%3BEqB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BErB4JpB%2CiBAAA%3B%3BAqBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEftHrB%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEeqGwB%2CgBAAA%3B%3BAfpFxB%2CYe1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfjFpB%3BAACD%2CYe3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfhFpB%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CYevCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfpEpB%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CYenDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfxDpB%3BAACD%2CYepDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMfvDpB%3BAACD%2CQAAQ%2CUAAW%2CaerDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BErB2HrB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAewDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BAyLvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE9M4RL%2CmBAAA%3B%3BA8M1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CgBAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3B%3B%3B%3B%3B%3BAjDXZ%3BEACI%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEACF%3BIACE%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAACJ%3BEACE%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEACF%3BIACE%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAACJ%3BEACE%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGH%2CiBACG%3BAACA%2CiBAAC%3BEACG%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAeJ%3BAACA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CsBAAA%3B%3BAAGJ%2CQACI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAGI%2CQAJR%2CQAAO%2CKAGH%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CQAAS%3BAACT%2CQAAS%3BEACL%2CkBAAA%3B%3BAAGJ%3BAACA%2CYAAa%2CQAAO%3BAACpB%2COAAO%3BAACP%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%2C4BAA6B%3BAAC7B%3BAACA%2CYAAa%3BEACT%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CIAAK%2C8BAA8B%3BEAC%5C%2FB%2CwBAAA%3B%3BAA4EJ%3BE%5C%2FJyHA%2COChMU%2CkBDgMV%3BE%2BJvHI%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgDAAA%3BEACA%2CuCAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3B%3BAAIA%2CIAAC%3BEzJpIL%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CIyJ%2BFK%2CMzJ%5C%2FFJ%3BAACD%2CIyJ8FK%2CMzJ9FJ%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CIyJkFK%2CMzJlFJ%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CIyJsEK%2CMzJtEJ%3BAACD%2CIyJqEK%2CMzJrEJ%3BAACD%2CQAAQ%2CUAAW%2CKyJoEd%3BE%5C%2FJ6GL%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyJsEJ%2COAAO%3BAACP%3BE%5C%2FJuGA%2CmBAAA%3B%3BA%2BJlGI%2COAAC%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkB9J7FI%2CoB8J6FJ%3B%3BAAKR%3BEpEnMH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAoEiMM%2CYAAC%3BEpEmBL%2CmBAAA%3BEACA%2CuBAAA%3B%3BAoEhBI%2CYAAC%3BEACG%2CsBAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CyBAAA%3B%3BAAIR%3BEpEMA%2C8BAAA%3B%3BAoEFA%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAQJ%2CqBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BE%5C%2FJ6BV%2CmB%2BJ5BsB%2Ce%5C%2FJ4BtB%3BEACK%2CgB%2BJ7BiB%2Ce%5C%2FJ6BjB%3BEACC%2Ce%2BJ9BgB%2Ce%5C%2FJ8BhB%3BEAcJ%2CW%2BJ5CoB%2Ce%5C%2FJ4CpB%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE%2BJzCQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAVJ%2CiBAUK%3BEACG%2CmBAAA%3B%3BAAIR%2CqBAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BE%5C%2FJad%2CmB%2BJZ0B%2CgB%5C%2FJY1B%3BEACK%2CgB%2BJbqB%2CgB%5C%2FJarB%3BEACC%2Ce%2BJdoB%2CgB%5C%2FJcpB%3BEAcJ%2CW%2BJ5BwB%2CgB%5C%2FJ4BxB%3B%3BA%2BJtBA%3BEvEpPA%2CkBAAA%3B%3BAuEoPA%2CWvElPA%3BExFwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BEwFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExF8PJ%2CWAAA%3BEAAA%2CaCtNqB%2C6BDsNrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEwFpLA%2CYAAA%3BEACA%2COAAA%3B%3BAA3DI%2CWA1BJ%2CiBA0BK%3BAACD%2CWA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CWAnCJ%2CiBAmCK%3BExFqOL%2CiBAAA%3BEwFnOQ%2CyBAAA%3B%3BAAGJ%2CWAxCJ%2CiBAwCK%3BExFgOL%2CiBAAA%3BEwF9NQ%2CyBAAA%3B%3BAA6CR%2CWAvFA%2CiBAuFC%3BAACD%2CWAxFA%2CiBAwFC%3BEACG%2CSAAA%3B%3BAAEJ%2CWA3FA%2CiBA2FC%3BExF6KD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwFvKA%2CWAjGA%2CiBAiGC%3BExFuKD%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwFhNA%2CWAAE%3BExFgNF%2CeAAA%3B%3BAwF5MA%2CWAAE%2CgBAA2B%2CMAAS%3BAACtC%2CWAAE%2CgBAA2B%2CMAAS%3BAACtC%2CWAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAuEuLJ%3BEvExPA%2CkBAAA%3B%3BAuEwPA%2CgBvEtPA%3BExFwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BEwFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExF8PJ%2CWAAA%3BEAAA%2CaCtNqB%2C6BDsNrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEwFtJA%2CWAAA%3BEACA%2CMAAA%3B%3BAAzFI%2CgBA1BJ%2CiBA0BK%3BAACD%2CgBA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CgBAnCJ%2CiBAmCK%3BExFqOL%2CiBAAA%3BEwFnOQ%2CyBAAA%3B%3BAAGJ%2CgBAxCJ%2CiBAwCK%3BExFgOL%2CiBAAA%3BEwF9NQ%2CyBAAA%3B%3BAA2ER%2CgBArHA%2CiBAqHC%3BAACD%2CgBAtHA%2CiBAsHC%3BEACG%2CUAAA%3B%3BAAGJ%2CgBA1HA%2CiBA0HC%3BExF8ID%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwFxIA%2CgBAhIA%2CiBAgIC%3BExFwID%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwFhNA%2CgBAAE%3BExFgNF%2CeAAA%3B%3BAwF5MA%2CgBAAE%2CgBAA2B%2CMAAS%3BAACtC%2CgBAAE%2CgBAA2B%2CMAAS%3BAACtC%2CgBAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAuE2LJ%3BEvE5PA%2CkBAAA%3B%3BAuE4PA%2CevE1PA%3BExFwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BEwFhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExF8PJ%2CWAAA%3BEAAA%2CaCtNqB%2C6BDsNrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEwFpLA%2CYAAA%3BEACA%2COAAA%3B%3BAA3DI%2CeA1BJ%2CiBA0BK%3BAACD%2CeA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CeAnCJ%2CiBAmCK%3BExFqOL%2CiBAAA%3BEwFnOQ%2CyBAAA%3B%3BAAGJ%2CeAxCJ%2CiBAwCK%3BExFgOL%2CiBAAA%3BEwF9NQ%2CyBAAA%3B%3BAA6CR%2CeAvFA%2CiBAuFC%3BAACD%2CeAxFA%2CiBAwFC%3BEACG%2CSAAA%3B%3BAAEJ%2CeA3FA%2CiBA2FC%3BExF6KD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwFvKA%2CeAjGA%2CiBAiGC%3BExFuKD%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwFhNA%2CeAAE%3BExFgNF%2CeAAA%3B%3BAwF5MA%2CeAAE%2CgBAA2B%2CMAAS%3BAACtC%2CeAAE%2CgBAA2B%2CMAAS%3BAACtC%2CeAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAuE%2BLJ%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BE%5C%2FJRN%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CiBAAA%3B%3BA%2BJVA%2CsBAMI%3BEACI%2CwBAAA%3B%3BAAPR%2CsBAUI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CsBAFJ%2CQAEK%3BAACD%2CsBAHJ%2CQAGK%3BEACG%2CyDAAA%3B%3BAAGJ%2CsBAPJ%2CQAOK%3BEACG%2CSAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBAZJ%2CQAYK%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CsBAAC%3BE%5C%2FJxCP%2CmB%2BJyCsB%2Ce%5C%2FJzCtB%3BEACK%2CgB%2BJwCiB%2Ce%5C%2FJxCjB%3BEACC%2Ce%2BJuCgB%2Ce%5C%2FJvChB%3BEAcJ%2CW%2BJyBoB%2Ce%5C%2FJzBpB%3BE%2BJ2BQ%2CUAAA%3B%3BAAGJ%2CsBAAC%3BE%5C%2FJ9CP%2CmB%2BJ%2BCsB%2CgB%5C%2FJ%5C%2FCtB%3BEACK%2CgB%2BJ8CiB%2CgB%5C%2FJ9CjB%3BEACC%2Ce%2BJ6CgB%2CgB%5C%2FJ7ChB%3BEAcJ%2CW%2BJ%2BBoB%2CgB%5C%2FJ%5C%2FBpB%3BE%2BJiCQ%2CiBAAA%3BEAEA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKR%3BE%5C%2FJxTA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BJqTA%3BEpE5UH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEyUM%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CMAKI%3BAALJ%2CMAMI%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEpExVH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEqVM%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2COAKI%3BAALJ%2COAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CaAAc%3BAACd%2CEAAE%3BE%5C%2FJzEF%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEgKqPI%2CgBAAA%3B%3BAAHJ%2CaAAc%2CGAKV%3BAAJJ%2CEAAE%2CaAIE%3BEACI%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAATR%2CaAAc%2CGAKV%2CGAMI%3BAAVR%2CEAAE%2CaAIE%2CGAMI%3BAAXR%2CaAAc%2CGAKV%2CGAOI%3BAAXR%2CEAAE%2CaAIE%2CGAOI%3BEACI%2CkBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3B%3BAAqDA%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAVL%2CEAWI%3BAAVJ%2CEAUI%3BAATJ%2CEASI%3BAARJ%2CEAQI%3BAAPJ%2CEAOI%3BAANJ%2CEAMI%3BEACI%2CgBAAA%3B%3BAAIX%3BEACC%2C6CAAA%3B%3BAADD%2CCAEO%2CEAAC%3BEACG%2CgBAAA%3B%3BAAIR%3BE%5C%2FJlLF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJuKQ%2CCAFH%2CIAEI%3BAAAD%2CCADH%2CMACI%3BEACG%2CO9JnWA%2CoB8JmWA%3B%3BAAKZ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BE%5C%2FJlLA%2CmBAAA%3B%3BA%2BJqLI%2CUAAC%3BE%5C%2FJrLL%2CSCoByB%2CKDpBzB%3BEAAA%2CeAAA%3B%3BA%2BJ2LA%3BAACA%2CkBAAmB%2CQAAO%3BAAC1B%2CeAAgB%2CWAAW%2CQAAO%3BEzJ9alC%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6MF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CeCvLoB%2C4BDuLpB%3BEAAA%2CgBCrLqB%2C6BDqLrB%3B%3BAM5MA%2CIAAC%3BAAAD%2CkByJwYmB%2CQAAO%2CSzJxYzB%3BAAAD%2CeyJyYgB%2CWAAW%2CQAAO%2CSzJzYjC%3BAACD%2CIAAC%3BAAAD%2CkByJuYmB%2CQAAO%2CSzJvYzB%3BAAAD%2CeyJwYgB%2CWAAW%2CQAAO%2CSzJxYjC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CIAAC%3BAAAD%2CkByJ2XmB%2CQAAO%2CSzJ3XzB%3BAAAD%2CeyJ4XgB%2CWAAW%2CQAAO%2CSzJ5XjC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CIAAC%3BAAAD%2CkByJ%2BWmB%2CQAAO%2CSzJ%5C%2FWzB%3BAAAD%2CeyJgXgB%2CWAAW%2CQAAO%2CSzJhXjC%3BAACD%2CIAAC%3BAAAD%2CkByJ8WmB%2CQAAO%2CSzJ9WzB%3BAAAD%2CeyJ%2BWgB%2CWAAW%2CQAAO%2CSzJ%5C%2FWjC%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%2CmByJ6WA%2CQAAO%3BAzJ7W1B%2CQAAQ%2CUAAW%2CgByJ8WH%2CWAAW%2CQAAO%3BE%5C%2FJ7LlC%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyJiXA%2CIAAC%3BAAAD%2CkBAPe%2CQAAO%2CSAOrB%3BAAAD%2CeANY%2CWAAW%2CQAAO%2CSAM7B%3BE%5C%2FJnNP%2CuDAAA%3BEACK%2CoDAAA%3BEACC%2CmDAAA%3BEAcJ%2C%2BCAAA%3B%3BA%2BJuMI%2CIAAC%3BAAAD%2CkBAXe%2CQAAO%2CSAWrB%3BAAAD%2CeAVY%2CWAAW%2CQAAO%2CSAU7B%3BEACG%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CIADH%2CMACI%2CIAAI%3BAAAL%2CkBAjBW%2CQAAO%2CSAgBrB%2CMACI%2CIAAI%3BAAAL%2CeAhBQ%2CWAAW%2CQAAO%2CSAe7B%2CMACI%2CIAAI%3BEACD%2CsBAAA%3BEACA%2CO9JhZO%2C2B8JgZP%3B%3BAAKZ%2CIAAK%3BEACD%2CiBAAA%3B%3BAAGJ%3BAACA%2COAAO%3BAACP%2COAAO%3BAACP%2COAAO%3BAACP%3BA3JrXA%2CKAAK%2CcAiED%2CiBAGM%3BACvJV%3BEL4NF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CgBCrLqB%2C6BDqLrB%3BEAAA%2CeCvLoB%2C4BDuLpB%3B%3BA%2BJiOI%2CMAAC%3BAAAD%2COARG%2CQAQF%3BAAAD%2COAPG%2CUAOF%3BAAAD%2COANG%2CIAMF%3BAAAD%2CYAAC%3BA3J1XL%2CKAAK%2CcAiED%2CiBAGM%2CU2JsTL%3BA1J7cL%2CY0J6cK%3BE%5C%2FJjPP%2CuDAAA%3BEACK%2CoDAAA%3BEACC%2CmDAAA%3BEAcJ%2C%2BCAAA%3B%3BA%2BJwOJ%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BEACX%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAQA%2CQAAQ%2COAAO%3BE%5C%2FJtQjB%2C%2BCAAA%3BEACK%2C4CAAA%3BEACC%2C2CAAA%3BEAcJ%2CuCAAA%3BE%2BJyPI%2CgBAAA%3BE%5C%2FJzPJ%2CiBAAA%3BE%2BJ2PI%2CUAAA%3B%3BAALJ%2CQAAQ%2COAAO%2COAOX%3BEpEzhBP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEshBU%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAVR%2CQAAQ%2COAAO%2COAOX%2CSAKK%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAAdZ%2CQAAQ%2COAAO%2COAOX%2CSAUI%3BEACI%2CWAAA%3B%3BAAlBZ%2CQAAQ%2COAAO%2COAOX%2CSAcI%3BAArBR%2CQAAQ%2COAAO%2COAOX%2CS3JtZJ%2CMAAK%2CcAiED%2CiBAGM%3BA2J2UV%2CQAAQ%2COAAO%2COAOX%2CS1JzeJ%3BE0JwfY%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BAACb%2CMAAM%3BAACN%2CMAAM%3BE%5C%2FJtRN%2CmBAAA%3B%3BA2FnQJ%2CwBAHwD%3BEAGxD%2CQoEuhBY%2CKAAK%3BEpEvhBjB%2CMoEwhBU%3BEpExhBV%2CMoEyhBU%3BI%5C%2FJtRN%2CmBAAA%3B%3B%3BA%2BJyRI%2CQALI%2CKAAK%2CSAKR%3BAAAD%2CMAJE%2CQAID%3BAAAD%2CMAHE%2COAGD%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAM%2C6BAAN%3B%3BAARR%2CQAAQ%2CKAAK%2CSAWT%2CoBAAmB%3BAAVvB%2CMAAM%2CQAUF%2CoBAAmB%3BAATvB%2CMAAM%2COASF%2CoBAAmB%3BAAXvB%2CQAAQ%2CKAAK%2CSAYT%2CgBAAe%3BAAXnB%2CMAAM%2CQAWF%2CgBAAe%3BAAVnB%2CMAAM%2COAUF%2CgBAAe%3BEACX%2CgBAAA%3B%3BAAIR%2CMAAM%3BAACN%2CMAAM%3BEACF%2CgBAAA%3B%3BAAKA%2COAAC%2CkCACG%3BAADJ%2CQAAC%2CkCACG%3BEACI%2CqBAAA%3B%3BAAIR%2COAAC%3BAAAD%2CQAAC%3BEACG%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2COAAC%3BAAAD%2CQAAC%3BEACG%2CeAAA%3B%3BAAKR%3BE%5C%2FJ7TA%2CcAAA%3BEAAA%2CkBAAA%3B%3BA%2BJ6TA%2CmBAII%3BE%5C%2FJjUJ%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2C0BAAA%3BE%2BJqUQ%2CgBAAA%3B%3BAAKR%3BEACI%2CaAAA%3B%3BAAGJ%2CGAAG%2CmCAAmC%3BEAClC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3B%3BAANJ%2CGAAG%2CmCAAmC%2C2BAQlC%3BEACI%2CWAAA%3BE%5C%2FJvVR%2CiBAAA%3B%3BA%2BJ6VI%2CwBAHyD%3BEAGzD%2CGAfD%2CmCAAmC%2C2BAQlC%3BI%5C%2FJtVJ%2CiBAAA%3B%3B%3BA%2BJgWA%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CMAII%3BEACI%2CmBAAA%3BE%5C%2FJrWR%2CiBAAA%3B%3BA%2BJgWA%2CMAII%2CGAII%3BEACI%2CcAAA%3B%3BAAMZ%3BAACA%2CqBAAsB%3BEAClB%2Ca9JjkBqB%2CiC8JikBrB%3BEACA%2CO9JnjBe%2C2B8JmjBf%3BEACA%2CmBAAA%3B%3BAAMA%2CMAAC%2CQAEG%2CeACI%3BAAFR%2CMAAC%2COACG%2CeACI%3BAAHR%2CMAAC%2CQAEG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%3BA2J%2BcN%2CMAAC%2COACG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%3BA2J8cN%2CMAAC%2CQAEG%2Ce1JvmBR%3BA0JsmBI%2CMAAC%2COACG%2Ce1JvmBR%3BECmLA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CMyJsaK%2CQAEG%2CeACI%2COzJzaX%3BAAAD%2CMyJuaK%2COACG%2CeACI%2COzJzaX%3BAACD%2CMyJqaK%2CQAEG%2CeACI%2COzJxaX%3BAAAD%2CMyJsaK%2COACG%2CeACI%2COzJxaX%3BAADD%2CMyJsaK%2CQAEG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEwCT%3BAAAD%2CMyJuaK%2COACG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEwCT%3BAACD%2CMyJqaK%2CQAEG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEyCT%3BAAAD%2CMyJsaK%2COACG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEyCT%3BAADD%2CMyJsaK%2CQAEG%2Ce1JvmBR%2CaC%2BLC%3BAAAD%2CMyJuaK%2COACG%2Ce1JvmBR%2CaC%2BLC%3BAACD%2CMyJqaK%2CQAEG%2Ce1JvmBR%2CaCgMC%3BAAAD%2CMyJsaK%2COACG%2Ce1JvmBR%2CaCgMC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMyJgaK%2CQAEG%2CeACI%2COzJnaX%3BAAAD%2CMyJiaK%2COACG%2CeACI%2COzJnaX%3BAAAD%2CMyJgaK%2CQAEG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUE8CT%3BAAAD%2CMyJiaK%2COACG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUE8CT%3BAAAD%2CMyJgaK%2CQAEG%2Ce1JvmBR%2CaCqMC%3BAAAD%2CMyJiaK%2COACG%2Ce1JvmBR%2CaCqMC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMyJ2ZK%2CQAEG%2CeACI%2COzJ9ZX%3BAAAD%2CMyJ4ZK%2COACG%2CeACI%2COzJ9ZX%3BAACD%2CMyJ0ZK%2CQAEG%2CeACI%2COzJ7ZX%3BAAAD%2CMyJ2ZK%2COACG%2CeACI%2COzJ7ZX%3BAACD%2CQAAQ%2CUAAW%2COyJyZd%2CQAEG%2CeACI%3BAzJ5ZZ%2CQAAQ%2CUAAW%2COyJ0Zd%2COACG%2CeACI%3BAzJ9ZZ%2CMyJ2ZK%2CQAEG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEmDT%3BAAAD%2CMyJ4ZK%2COACG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEmDT%3BAACD%2CMyJ0ZK%2CQAEG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEoDT%3BAAAD%2CMyJ2ZK%2COACG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%2CUEoDT%3BAACD%2CQAAQ%2CUAAW%2COyJyZd%2CQAEG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%3BAEqDV%2CQAAQ%2CUAAW%2COyJ0Zd%2COACG%2Ce3JphBR%2CMAAK%2CcAiED%2CiBAGM%3BAEmDV%2CMyJ2ZK%2CQAEG%2Ce1JvmBR%2CaC0MC%3BAAAD%2CMyJ4ZK%2COACG%2Ce1JvmBR%2CaC0MC%3BAACD%2CMyJ0ZK%2CQAEG%2Ce1JvmBR%2CaC2MC%3BAAAD%2CMyJ2ZK%2COACG%2Ce1JvmBR%2CaC2MC%3BAACD%2CQAAQ%2CUAAW%2COyJyZd%2CQAEG%2Ce1JvmBR%3BAC4MA%2CQAAQ%2CUAAW%2COyJ0Zd%2COACG%2Ce1JvmBR%3BEC6MI%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA%2BJoYA%3BEACI%2CeAAA%3B%3BAADJ%2CsBAGI%3BE%5C%2FJvYJ%2CgBAAA%3B%3BA%2BJ4YA%2CgBACI%2CMAAK%3BEACD%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BE%5C%2FJlaV%2CmB%2BJmasB%2CgB%5C%2FJnatB%3BEACK%2CgB%2BJkaiB%2CgB%5C%2FJlajB%3BEACC%2Ce%2BJiagB%2CgB%5C%2FJjahB%3BEAcJ%2CW%2BJmZoB%2CgB%5C%2FJnZpB%3BEAhBF%2C0DAAA%3BEACK%2CuDAAA%3BEACC%2CsDAAA%3BEAcJ%2CkDAAA%3BE%2BJwZQ%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAbR%2CgBACI%2CMAAK%2CSAcD%3BEACI%2CqBAAA%3B%3BAAMZ%2CIAEI%2CcAGI%3BAALR%2CIAGI%2CaAEI%3BAALR%2CIAII%2CaACI%3BE%5C%2FJvaR%2CgBAAA%3BE%2BJyaY%2CgBAAA%3B%3BAAPZ%2CIAEI%2CcAQI%3BAAVR%2CIAGI%2CaAOI%3BAAVR%2CIAII%2CaAMI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQJ%2CKADJ%2CcACK%3BEACG%2CyDAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CKANJ%2CcAMK%3BEACG%2C4BAAA%3B%3BAAGJ%2CKAVJ%2CcAUK%3BEACG%2CgCAAA%3B%3BAAGJ%2CKAdJ%2CcAcK%3BEACG%2C4BAAA%3B%3BAAkCZ%3BE%5C%2FJteA%2CmBAAA%3BE%2BJweI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CYAII%3BEACI%2CYAAA%3BEACA%2CeAAA%3BE%5C%2FJ5eR%2CWCzNgB%2CwBDyNhB%3BE%2BJ8eQ%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAaR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBACI%3BEACI%2CUAAA%3B%3BAAGR%2CoCACI%3BEACI%2CaAAA%3B%3BAAFR%2CoCAKI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2CoCARJ%2CUAQK%3BEACG%2CeAAA%3B%3BAAGJ%2CoCAZJ%2CUAYK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CoCAKI%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%3BEACpB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAzBhB%2CoCAKI%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COAIpB%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CoCA3BZ%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COASnB%3BEACG%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnCpB%2CoCAKI%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COAepB%3BAACA%2CoCAlCZ%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COAgBnB%3BE%5C%2FJ9jBnB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJugBA%2CoCAKI%2CUAiBI%2CkBA8BI%2CUAAS%3BEACL%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CQAAA%3BEACA%2CeAAA%3BE%5C%2FJplBlB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BE%2BJukBgB%2CgBAAA%3B%3BAACA%2CoCA5DZ%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAaJ%3BAACD%2CoCA7DZ%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAcJ%3BEACG%2CaAAA%3B%3BAAnEpB%2CoCAKI%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%3BE%5C%2FJ7kBhB%2CiBAAA%3B%3BA%2BJglBoB%2CoCApEhB%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%2CGAGK%3BEACG%2CuBAAA%3B%3BAA1ExB%2CoCAKI%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%2CGAOI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoCA5EpB%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%2CGAOI%2CEAIK%2CIAAI%3BE%5C%2FJxlB7B%2COChMU%2CkBDgMV%3B%3BA%2BJ%2BlBY%2CoCAnFR%2CUAiBI%2CkBAkEK%2COACG%2CUAAS%3BEACL%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CKAAK%2CiBAAL%3B%3BAAOpB%2CiBAGI%3BEACI%2CsBAAA%3B%3BAAJR%2CiBAOI%3BE%5C%2FJjnBJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BJunBI%2CiBAAC%2CIAAI%2CSACD%3BEACI%2CaAAA%3B%3BAAFR%2CiBAAC%2CIAAI%2CSAKD%2CeAAc%3BEACV%2CaAAA%3B%3BAAnBZ%2CiBAwBI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA1BR%2CiBAwBI%2CgBAII%3BEACI%2CaAAA%3B%3BAA7BZ%2CiBAiCI%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BE%5C%2FJ9pBV%2CmB%2BJ%2BpBsB%2Ca%5C%2FJ%5C%2FpBtB%3BEACK%2CgB%2BJ8pBiB%2Ca%5C%2FJ9pBjB%3BEACC%2Ce%2BJ6pBgB%2Ca%5C%2FJ7pBhB%3BEAcJ%2CW%2BJ%2BoBoB%2Ca%5C%2FJ%5C%2FoBpB%3B%3BA%2BJopBQ%2CiBADJ%2CQACK%3BE%5C%2FJppBT%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BE4FlHH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE86Bc%2CiBAAA%3B%3BAAHJ%2CiBADJ%2CQACK%2CMAKG%2COAAM%3BAALV%2CiBADJ%2CQACK%2CMAMG%2CkBAAkB%3BEACd%2CaAAA%3B%3BAAPR%2CiBADJ%2CQACK%2CMAUG%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAhBZ%2CQACK%2CMAUG%2CGAKK%2CIAAI%3BEACD%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBArBZ%2CQACK%2CMAUG%2CGAUK%3BEACG%2CeAAA%3B%3BAAOJ%2CiBA7BZ%2CQACK%2CMAUG%2CGAkBK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CiBAnCZ%2CQACK%2CMAUG%2CGAwBK%2CIAAI%2CQACD%3BE%5C%2FJvrBpB%2COClLU%2CkBDkLV%3B%3BA%2BJ4rBgB%2CiBAzCZ%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAGf%2CQAAO%3BAAFX%2CiBA1CZ%2CQACK%2CMAUG%2CGA%2BBK%2CmBAEG%2CQAAO%3BAAHX%2CiBAzCZ%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAIf%2CEAAC%3BAAHL%2CiBA1CZ%2CQACK%2CMAUG%2CGA%2BBK%2CmBAGG%2CEAAC%3BEACG%2CYAAA%3B%3BAAEA%2CiBAhDpB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAGf%2CQAAO%2COAIF%3BAAAD%2CiBAhDpB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAEG%2CQAAO%2COAIF%3BAAAD%2CiBAhDpB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAIf%2CEAAC%2CeAGI%3BAAAD%2CiBAhDpB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAGG%2CEAAC%2CeAGI%3BE%5C%2FJnsBzB%2CSCsJkB%2CODtJlB%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEQ5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEuJg6B4B%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CO9Jt3BX%2CyB8Js3BW%3BE%5C%2FJxtB9B%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJ4sB4B%2CiBAzDxB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAGf%2CQAAO%2COAYF%2CMACI%3BAAAD%2CiBAzDxB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAEG%2CQAAO%2COAYF%2CMACI%3BAAAD%2CiBAzDxB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAIf%2CEAAC%2CeAWI%2CMACI%3BAAAD%2CiBAzDxB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAGG%2CEAAC%2CeAWI%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CiBAhEZ%2CQACK%2CMAUG%2CGAqDK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CiBAxEpB%2CQACK%2CMAUG%2CGAqDK%2CmBAOG%2CEAAC%2CgBACI%3BEACG%2CaAAA%3B%3BAAOpB%2CiBAhFJ%2CQAgFK%2CgBAGG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BAAH%5C%2FC%2CiBAhFJ%2CQAgFK%2CgBAIG%2CGAAG%2CSAAQ%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BE%5C%2FJ1uBhB%2CaAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BE%2BJgvBgB%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEpErzBhB%2CmBAAA%3BEACA%2CuBAAA%3BEoEszBgB%2CcAAA%3BEACA%2CaAAA%3B%3BAAEA%2CiBApGZ%2CQAgFK%2CgBAGG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAiBtC%3BAAAD%2CiBApGZ%2CQAgFK%2CgBAIG%2CGAAG%2CSAAQ%2CIAgBN%3BEACG%2CoBAAA%3B%3BAAQR%2CwBALyD%3BEAKzD%2CiBA7GR%2CQAgFK%2CgBAGG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEA0B3C%2CiBA7GR%2CQAgFK%2CgBAIG%2CGAAG%2CSAAQ%3BIAqBH%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAApJpB%2CiBA0JI%3BAA1JJ%2CiBA2JI%3BEACI%2CyBAAA%3B%3BAA5JR%2CiBA0JI%2CSAII%3BAA9JR%2CiBA2JI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BE%5C%2FJ1wBZ%2COC9KiB%2CyBD8KjB%3B%3BA%2BJ0mBA%2CiBA0JI%2CSAII%2CMAKK%3BAAnKb%2CiBA2JI%2CSAGI%2CMAKK%3BEACG%2CoBAAA%3BEACA%2CsBAAA%3B%3BAArKhB%2CiBA0JI%2CSAeI%3BAAzKR%2CiBA2JI%2CSAcI%3BEACI%2CgBAAA%3B%3BAA1KZ%2CiBA0JI%2CSAmBI%3BAA7KR%2CiBA2JI%2CSAkBI%3BEACI%2CSAAA%3B%3BAAIR%2CiBAAC%2COACG%3BEACI%2CUAAA%3B%3BAAFR%2CiBAAC%2COAIG%2CcAAgB%2CgBACZ%3BEACI%2CmBAAA%3B%3BAANZ%2CiBAAC%2COAUG%3BAAVJ%2CiBAAC%2COAWG%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CiBAAC%2COAiBG%3BAACA%2CiBAlBH%2COAkBI%3BE%5C%2FJ9yBT%2CkBC5Ke%2CuBD4Kf%3BE%2BJgzBY%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BE%5C%2FJr0Bd%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3B%3BA%2BJyzBY%2CiBA7BP%2COAiBG%2CeAYK%2CeAEG%3BAAFJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAEG%3BAAFJ%2CiBA7BP%2COAiBG%2CeAYK%2CeAGG%3BAAHJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAGG%3BEACI%2COAAA%3B%3BAAJR%2CiBA7BP%2COAiBG%2CeAYK%2CeAEG%2CaAII%3BAANR%2CiBA7BP%2COAkBI%2CcAWI%2CeAEG%2CaAII%3BAANR%2CiBA7BP%2COAiBG%2CeAYK%2CeAGG%2CeAGI%3BAANR%2CiBA7BP%2COAkBI%2CcAWI%2CeAGG%2CeAGI%3BEACI%2CyBAAA%3B%3BAAPZ%2CiBA7BP%2COAiBG%2CeAYK%2CeAWG%3BAAXJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAWG%3BEACI%2COAAA%3BEACA%2CuBAAA%3B%3BAAbR%2CiBA7BP%2COAiBG%2CeAYK%2CeAgBG%3BAAhBJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAgBG%3BE%5C%2FJz0BhB%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BJ62BQ%2CwBA7B%2BC%3BEAC3C%2CiBArDP%2COAqDQ%2CcACG%3BIACI%2CgBAAA%3B%3BEAFR%2CiBArDP%2COAqDQ%2CcAKG%2CcAAa%3BIACT%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BI%5C%2FJ32BtB%2CmB%2BJ42BmC%2CqB%5C%2FJ52BnC%3BIACK%2CgB%2BJ22B8B%2CqB%5C%2FJ32B9B%3BIACC%2Ce%2BJ02B6B%2CqB%5C%2FJ12B7B%3BIAcJ%2CW%2BJ41BiC%2CqB%5C%2FJ51BjC%3B%3BE%2BJi1BY%2CiBArDP%2COAqDQ%2CcAKG%2CcAAa%2CUAST%2CYACK%3BIAEG%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAA1ExB%2CiBAAC%2COAiFG%2CgBACI%2CkBACI%2CmBACI%3BEACI%2CaAAA%3B%3BAArFpB%2CiBAAC%2COA0FG%3BEACI%2CyBAAA%3B%3BAA3FR%2CiBAAC%2COA0FG%2CeAGI%3BEACI%2CcAAA%3B%3BAA9FZ%2CiBAAC%2COA0FG%2CeAOI%2CwBACK%3BEACG%2CgBAAA%3B%3BAAII%2CiBAvGnB%2COA0FG%2CeAOI%2CwBACK%2CKAGI%2CIAEI%3BAAAD%2CiBAvGnB%2COA0FG%2CeAOI%2CwBACK%2CKAIG%2CkBAAkB%2CIACb%3BE%5C%2FJn4BzB%2CiBAAA%3BE%2BJq4B4B%2CO9J9iCQ%2CoC8J8iCR%3B%3BAAIR%2CiBA7Gf%2COA0FG%2CeAOI%2CwBACK%2CKAWI%3BEACG%2CeAAA%3B%3BAA9GpB%2CiBAAC%2COA0FG%2CeAyBI%2CkBAAkB%2CQAAO%2CSAErB%2CSAAQ%3BAArHpB%2CiBAAC%2COA0FG%2CeA0BI%2CGACI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAzHhB%2CiBAAC%2COA8HG%3BEACI%2CwBAAA%3B%3BAAIZ%3BEACI%2CaAAA%3B%3BAAII%2CIAFJ%2CIAAI%2CeACJ%2CkBACK%2CiBACG%3BAACA%2CIAJR%2CIAAI%2CeACJ%2CkBACK%2CiBAEI%3BEACG%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAOhB%3BE%5C%2FJh7BA%2CkBCnLO%2CeDmLP%3BEAAA%2COClLU%2CkBDkLV%3BEAAA%2CWCjLU%2CkBDiLV%3BE%2BJo7BI%2CcAAA%3B%3BAACA%2COAAC%3BEACG%2CkDAAA%3B%3BAAKQ%2COAHZ%2C4BACI%2C4BACI%2CEACK%2CIAAI%3BE%5C%2FJ37BrB%2COClLU%2CkBDkLV%3B%3BA%2BJg7BA%2COAiBI%3BEACG%2CcAAA%3B%3BAAlBP%2COAiBI%2CiBAGI%2C0BAAyB%3BEACrB%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAtBZ%2COAiBI%2CiBAGI%2C0BAAyB%2C6BAIrB%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAMR%2COADJ%2CEACK%2CIAAI%3BE%5C%2FJh9Bb%2COClLU%2CkBDkLV%3B%3BA%2BJg7BA%2COAyCI%2CQAAQ%3BAAzCZ%2COA0CI%2CQAAO%2COAAO%3BE%5C%2FJ19BlB%2COClLU%2CkBDkLV%3B%3BA%2BJg7BA%2COAkDI%3BAAlDJ%2COAmDI%3BEACI%2CgBAAA%3B%3BAApDR%2COAuDI%2CGAAE%3BEACE%2CSAAA%3BEACA%2CUAAA%3B%3BAAzDR%2COAuDI%2CGAAE%2CYAIE%3BEACI%2CoBAAA%3B%3BAA5DZ%2COAuDI%2CGAAE%2CYAIE%2CGAGI%3BEACI%2CcAAA%3B%3BAA%5C%2FDhB%2COAuDI%2CGAAE%2CYAYE%3BEACI%2CwBAAA%3B%3BAAMZ%2CeACI%3BE%5C%2FJ3%5C%2FBJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAgKoqCA%2CeAKI%2COAAM%3BE%5C%2FJ%5C%2F%5C%2FBV%2CmBAAA%3BEAAA%2CoBAAA%3B%3BA%2BJogCI%2CeAAC%2CYACG%2CwBACK%2CKAAE%2CIAAI%3BEACH%2CYAAA%3B%3BAAbhB%2CeAkBI%3BEACI%2CaAAA%3B%3BAAIR%2CuBAEK%3BE%5C%2FJnhCL%2CmBAAA%3BEAAA%2CoBAAA%3BE%2BJshCQ%2CgBAAA%3BEACA%2CcAAA%3B%3BAANR%2CuBAEK%2CKAUG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CuBAdP%2CKAUG%2CEAIK%3BE%5C%2FJjjCf%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJyiCY%2CuBAtBP%2CKAmBI%2CIAGI%3BAAAD%2CuBAtBP%2CKAoBG%2CkBAAkB%2CIAEb%3BAAAD%2CuBAtBP%2CKAqBG%2CkBAAkB%2CIAAC%2COACd%3BEACG%2CO9JxtCC%2CyB8JwtCD%3B%3BAAIA%2CuBA3BX%2CKAmBI%2CIAOI%2CMACI%3BAAAD%2CuBA3BX%2CKAoBG%2CkBAAkB%2CIAMb%2CMACI%3BAAAD%2CuBA3BX%2CKAqBG%2CkBAAkB%2CIAAC%2COAKd%2CMACI%3BEACG%2CcAAA%3B%3BAAOJ%2CuBAnCX%2CKAiCI%2CSACG%2CEACK%3BE%5C%2FJtjCjB%2CSCuJmB%2CODvJnB%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEQ5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3B%3BAuJ2uCA%2CuBAEK%2CKAyCG%3BEACI%2CcAAA%3B%3BAAGI%2CuBA7CX%2CKAyCG%2CkBAGI%2CQAAO%2CSACF%3BE%5C%2FJhkCjB%2CSCwJoB%2CODxJpB%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEQ5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3B%3BAuJ2uCA%2CuBAsDI%2CkBACI%2CGACI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAQhB%3BEACI%2CmBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CmBAEI%2CcAGI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAZZ%2CmBAEI%2CcAGI%2CeAQI%3BEACI%2CcAAA%3BEACA%2Ca9JhzCS%2CiC8JgzCT%3BEACA%2CO9JnyCG%2C2B8JmyCH%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE%5C%2FJtnClB%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3B%3BA%2BJ6mCA%2CeACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiDAAA%3BEACA%2C%2BCAAA%3BEACA%2CmBAAA%3B%3BAANR%2CeAQI%2CcAGI%3BAAXR%2CeASI%2CcAEI%3BAAXR%2CeAUI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CeAgBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CkBAAA%3B%3BAAvBR%2CeAgBI%2CYAQM%3BEACE%2CyBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAhBR%2CYAQM%2COAQG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CuCAAA%3B%3BAA9ChB%2CeAgBI%2CYAiCM%3BAAjDV%2CeAgBI%2CYAkCM%2COAAI%3BEACF%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BEACA%2C0CAAA%3BEACA%2CyCAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAkB%2CuQAAlB%3BEACA%2CkBAAkB%2CiDAA8C%2CyCAAmC%2C2CAAqC%2CyCAAoC%2CyCAAoC%2C2CAAqC%2C2CAAqC%2CyCAAoC%2CyCAA9T%3BEACA%2CkBAAkB%2CsQAAlB%3BEACA%2CkBAAkB%2CqQAAlB%3BEACA%2CkBAAkB%2CsQAAlB%3BEACA%2CkBAAkB%2CkQAAlB%3B%3BAAmOZ%3BE%5C%2FJ94CA%2COC9JiB%2CyBD8JjB%3B%3BA%2BJ84CA%2CYAEI%2CQAAO%3BAAFX%2CYAGI%2CoBAAmB%3BAAHvB%2CYAII%2CgBAAe%3BEACX%2CSAAA%3B%3BAALR%2CYAOI%2C4BAA4B%2C4BAA4B%2CEAAC%2CIAAI%3BAAPjE%2CYAQI%2C%2BBAA%2BB%2CEAAC%2CIAAI%3BAARxC%2CYASI%2CsBAAsB%2CEAAC%2CIAAI%3BE%5C%2FJv5C%5C%2FB%2COC9JiB%2CyBD8JjB%3B%3BA%2BJ84CA%2CYAYI%3BE%5C%2FJ15CJ%2CkBC%5C%2FJuB%2C%2BBD%2BJvB%3B%3BA%2BJ%2B5CA%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BE%5C%2FJ17CN%2CmB%2BJ27CmB%2CQ%5C%2FJ37CnB%3BEACK%2CgB%2BJ07Cc%2CQ%5C%2FJ17Cd%3BEACC%2Ce%2BJy7Ca%2CQ%5C%2FJz7Cb%3BEAcJ%2CW%2BJ26CiB%2CQ%5C%2FJ36CjB%3BEAhBF%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE%2BJg7CI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CSAAC%3BE%5C%2FJt8CP%2CmB%2BJu8CuB%2CQ%5C%2FJv8CvB%3BEACK%2CgB%2BJs8CkB%2CQ%5C%2FJt8ClB%3BEACC%2Ce%2BJq8CiB%2CQ%5C%2FJr8CjB%3BEAcJ%2CW%2BJu7CqB%2CQ%5C%2FJv7CrB%3B%3BA%2BJ27CI%2CSAAC%3BEACG%2CaAAA%3B%3BAAQR%2CwBALyD%3BEACjD%2CSAAC%3BIACG%2CaAAA%3B%3B%3BAAMZ%2CMACI%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2CeACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAANR%2CeACI%2CoBAOI%3BEACI%2CgBAAA%3BEACA%2COAAA%3B%3BAAVZ%2CeACI%2CoBAOI%2CGAII%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlBhB%2CeACI%2CoBAOI%2CGAII%2CEAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeA1BZ%2CoBAOI%2CGAII%2CEAeK%2CIAAI%3BE%5C%2FJ5%2BCrB%2CWAAA%3B%3BA%2BJi9CA%2CeACI%2CoBAOI%2CGAII%2CEAmBI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CeAnChB%2CoBAOI%2CGAII%2CEAmBI%2CYAKK%3BEACG%2CaAAA%3B%3BAArCxB%2CeACI%2CoBAOI%2CGAII%2CEAmBI%2CYASI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3CxB%2CeAiDI%3BEACI%2CkBAAA%3B%3BAAlDR%2CeAiDI%2CkBAII%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BE%5C%2FJ3gDZ%2CaAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BE%2BJihDY%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEpEtlDZ%2CmBAAA%3BEACA%2CuBAAA%3BEoEulDY%2CcAAA%3B%3BAAKZ%2CSACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAoDR%3BEACI%2CkBAAA%3B%3BAADJ%2CQAGI%2COACI%2CYACI%3BE%5C%2FJl2DZ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BJi2DI%2CQAAC%2CaACG%3BEACI%2CaAAA%3B%3BAAiDZ%2CmBACI%2CgBACI%2CcACI%3BEACI%2C0BAAA%3B%3BAAJhB%2CmBACI%2CgBACI%2CcAKI%2CmBAEK%3BAATjB%2CmBACI%2CgBACI%2CcAMI%2CSAAQ%2CKACH%3BEACG%2Ca9J52DV%2CkB8J42DU%3B%3BAAVpB%2CmBACI%2CgBACI%2CcAYI%3BEACI%2CaAAA%3B%3BAAOhB%2CQACI%3BEACI%2CaAAA%3B%3BAAeR%2CMACI%3BEACI%2CoBAAA%3B%3BAAFR%2CMACI%2COAGI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3B%3BAANZ%2CMACI%2COAGI%2CMAII%3BAARZ%2CMACI%2COAGI%2CMAKI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BE%5C%2FJlsDhB%2CgBAAA%3BE%2BJosDgB%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BE%5C%2FJtsDhB%2C2BAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJ0sDgB%2CMAnBZ%2COAGI%2CMAII%2CEAYK%3BAAAD%2CMAnBZ%2COAGI%2CMAKI%2COAWK%3BEACG%2CgBAAA%3B%3BAAOZ%2CMADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAGJ%2CMALJ%2CQAKK%3BEACG%2CcAAA%3B%3BAASZ%2CiBAGI%2CUAAS%3BEACL%2Ca9Jv7DE%2CkB8Ju7DF%3B%3BAAEA%2CiBAHJ%2CUAAS%2CMAGJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BE%5C%2FJxvDd%2C4DAAA%3BEACK%2CyDAAA%3BEACC%2CwDAAA%3BEAcJ%2CoDAAA%3BEAAA%2CsBAAA%3BE%2BJ4uDY%2CaAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAhBZ%2CiBAoBI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CiBAyBI%2CQAAO%3BEzJlzDX%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BA%2BJ0vDQ%2CiBADJ%2CQAAO%2CMACF%3BEACG%2CaAAA%3B%3BAzJxyDZ%2CiByJsyDI%2CQAAO%2CMzJtyDV%3BAACD%2CiByJqyDI%2CQAAO%2CMzJryDV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByJgyDI%2CQAAO%2CMzJhyDV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByJ2xDI%2CQAAO%2CMzJ3xDV%3BAACD%2CiByJ0xDI%2CQAAO%2CMzJ1xDV%3BAACD%2CQAAQ%2CUAAW%2CkByJyxDf%2CQAAO%3BEzJxxDP%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA2F%5C%2FJA%2CiBoEw5DI%2CQAAO%2CMpEx5DV%3BE3F%2BJD%2CSCwBiB%2CODxBjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE2FtJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BE3FmIN%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA2FrIJ%2CgBAV2C%3BEACnC%2CiBoEu4DA%2CQAAO%2CMpEv4DN%3BEACD%2CiBoEs4DA%2CQAAO%2CMpEt4DN%3BI3F6IL%2COCjMmB%2C2BDiMnB%3B%3BE2F3IQ%2CiBoEo4DJ%2CQAAO%2CMpEv4DN%2CMAGI%3BEAAD%2CiBoEo4DJ%2CQAAO%2CMpEt4DN%2COAEI%3BI3F2HX%2CmB2F1H0B%2Cc3F0H1B%3BIACK%2CgB2F3HqB%2Cc3F2HrB%3BIACC%2Ce2F5HoB%2Cc3F4HpB%3BIAcJ%2CW2F1IwB%2Cc3F0IxB%3B%3B%3BA%2BJguDA%2CiBAiCI%3BEACI%2CkBAAA%3B%3BAAlCR%2CiBAiCI%2CmBAGI%3BAApCR%2CiBAiCI%2CmB3J15DJ%2CMAAK%2CcAiED%2CiBAGM%3BA2JqzDV%2CiBAiCI%2CmB1J7%2BDJ%3BECLA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CiByJ68DI%2CmBAGI%2COzJh9DP%3BAACD%2CiByJ48DI%2CmBAGI%2COzJ%5C%2F8DP%3BAADD%2CiByJ68DI%2CmB3J15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUEvHT%3BAACD%2CiByJ48DI%2CmB3J15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUEtHT%3BAADD%2CiByJ68DI%2CmB1J7%2BDJ%2CaCgCC%3BAACD%2CiByJ48DI%2CmB1J7%2BDJ%2CaCiCC%3BEN2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAM%5C%2FLA%2CiByJg8DI%2CmBAGI%2COzJn8DP%3BAAAD%2CiByJg8DI%2CmB3J15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUE1GT%3BAAAD%2CiByJg8DI%2CmB1J7%2BDJ%2CaC6CC%3BEN%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAMnLA%2CiByJo7DI%2CmBAGI%2COzJv7DP%3BAACD%2CiByJm7DI%2CmBAGI%2COzJt7DP%3BAACD%2CQAAQ%2CUAAW%2CkByJk7Df%2CmBAGI%3BAzJv7DR%2CiByJo7DI%2CmB3J15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUE9FT%3BAACD%2CiByJm7DI%2CmB3J15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUE7FT%3BAACD%2CQAAQ%2CUAAW%2CkByJk7Df%2CmB3J15DJ%2CMAAK%2CcAiED%2CiBAGM%3BAE9FV%2CiByJo7DI%2CmB1J7%2BDJ%2CaCyDC%3BAACD%2CiByJm7DI%2CmB1J7%2BDJ%2CaC0DC%3BAACD%2CQAAQ%2CUAAW%2CkByJk7Df%2CmB1J7%2BDJ%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyJ84DJ%2CiBAyCI%3BE%5C%2FJzxDN%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3BE%2BJ4wDQ%2CSAAA%3B%3BAA5CR%2CiBA%2BCI%3BEACI%2CSAAA%3B%3BAAhDR%2CiBA%2BCI%2CwBAEI%3BEACI%2CmBAAA%3B%3BAAlDZ%2CiBA%2BCI%2CwBAEI%2CsBAGI%2CmBACI%3BE%5C%2FJrxDhB%2COCjMmB%2C2BDiMnB%3B%3BA%2BJguDA%2CiBA%2BCI%2CwBAEI%2CsBASI%3BEpEtjEf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEmjEkB%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FDhB%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAMI%3BEACI%2CSAAA%3B%3BAAjEpB%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%3BEACI%2CaAAA%3BE%5C%2FJryDpB%2CqBAAA%3BEoC9QA%2CqBAAA%3B%3BA2H8%2BDA%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CK3HhzDd%3BEpChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCHA%2CiB2HuhEI%2CwBAEI%2CsBASI%2CsBAUI%2CK3H5iEf%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2HmuDoB%2CiBA7BhB%2CwBAEI%2CsBASI%2CsBAUI%2CKAQK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAjChB%2CwBAEI%2CsBASI%2CsBAUI%2CKAYK%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CiBAjChB%2CwBAEI%2CsBASI%2CsBAUI%2CKAYK%2CQAOG%3BAAPJ%2CiBAjChB%2CwBAEI%2CsBASI%2CsBAUI%2CKAYK%2CQAQG%3BEACI%2CO9Jz%5C%2FDlB%2CkB8Jy%5C%2FDkB%3BE%5C%2FJzzD5B%2CeAAA%3B%3BA%2BJguDA%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CKAyBI%3BEACI%2CaAAA%3B%3BAA9FxB%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%3BEACI%2CsBAAA%3BEzJ33DxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE%2BJo0DwB%2CO9JpgEd%2CkB8JogEc%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BE%5C%2FJx1D1B%2CmB%2BJy1DsC%2CgB%5C%2FJz1DtC%3BEACK%2CgB%2BJw1DiC%2CgB%5C%2FJx1DjC%3BEACC%2Ce%2BJu1DgC%2CgB%5C%2FJv1DhC%3BEAcJ%2CW%2BJy0DoC%2CgB%5C%2FJz0DpC%3B%3BAM7CA%2CiByJ4zDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzJ92DnB%3BAACD%2CiByJ2zDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzJ72DnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByJszDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzJx2DnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByJizDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzJn2DnB%3BAACD%2CiByJgzDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzJl2DnB%3BAACD%2CQAAQ%2CUAAW%2CkByJ%2ByDf%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%3BEzJh2DhB%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA%2BJ20DwB%2CiBA5DpB%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBAUK%3BAACD%2CiBA7DpB%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBAWK%3BEACG%2CcAAA%3B%3BAA7G5B%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6CI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArHxB%2CiBA%2BCI%2CwBAEI%2CsBAyEI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEpE1nEnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEunEkB%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CiBAtFhB%2CwBAEI%2CsBAyEI%2CSAUI%2CQACK%3BEACG%2CaAAA%3B%3BAACA%2CiBAxFpB%2CwBAEI%2CsBAyEI%2CSAUI%2CQACK%2CKAEI%3BEACG%2CeAAA%3B%3BA3HjhE5B%2CiB2Hw7DI%2CwBAEI%2CsBAyEI%2CSAUI%2CQAQK%2CO3HrhEpB%3BEpCyKD%2CSqC1OU%2COrC0OV%3B%3BA%2BJguDA%2CiBA%2BCI%2CwBAEI%2CsBAmGI%2CSAAQ%2CQACJ%3BEACI%2CwBAAA%3B%3BAAtJpB%2CiBA%2BCI%2CwBAEI%2CsBAmGI%2CSAAQ%2CQAIJ%3BEACI%2CyBAAA%3B%3BAAzJpB%2CiBA%2BCI%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%3BEACZ%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BE%5C%2FJj4DhB%2CiBAAA%3B%3BA%2BJguDA%2CiBA%2BCI%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%2CKAMZ%3BEACI%2CO9JrkED%2C2B8JqkEC%3BEACA%2CgBAAA%3B%3BAACA%2CiBAvHhB%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%2CKAMZ%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAxKxB%2CiBA%2BCI%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%2CKAcZ%3BEACI%2CkBAAA%3B%3BAA5KpB%2CiBA%2BCI%2CwBAiII%3BEACI%2CaAAA%3B%3BAAjLZ%2CiBA%2BCI%2CwBAiII%2CcAGI%3BEACI%2CkBAAA%3B%3BAApLhB%2CiBA%2BCI%2CwBAiII%2CcAGI%2CSAGI%3BEACI%2CgBAAA%3B%3BAAUZ%2CiBAFJ%2CgBAEK%3BAACD%2CiBAHJ%2CgBAGK%3BEACG%2CaAAA%3B%3BAAnMZ%2CiBAuMI%2CeACI%3BEACI%2CaAAA%3B%3BAAzMZ%2CiBAuMI%2CeAKI%3BEpExsEX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEqsEc%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2Ca9JhoEa%2CiC8JgoEb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAApNZ%2CiBAuMI%2CeAKI%2CUAUI%3BE%5C%2FJt7DZ%2CiBAAA%3BE%2BJw7DgB%2CO9JznEG%2C2B8JynEH%3B%3BAAxNhB%2CiBAuMI%2CeAKI%2CUAeI%3BEACI%2CO9J7nEG%2C2B8J6nEH%3B%3BAA5NhB%2CiBAuMI%2CeAKI%2CUAeI%2CiBAGI%3BE%5C%2FJ97DhB%2CiBAAA%3B%3BA%2BJguDA%2CiBAuMI%2CeA6BI%2CSAEI%3BAAtOZ%2CiBAuMI%2CeA6BI%2CSAGI%3BAAvOZ%2CiBAuMI%2CeA6BI%2CS3J7lER%2CMAAK%2CcAiED%2CiBAGM%3BA2JqzDV%2CiBAuMI%2CeA6BI%2CS1JhrER%3BE0JorEgB%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA1OhB%2CiBAuMI%2CeA6BI%2CSASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGI%2CiBA3ChB%2CeA6BI%2CSASI%2CWAII%2CQACK%3BE%5C%2FJl9DrB%2CmBAAA%3BEAAA%2COCjMmB%2C2BDiMnB%3B%3BA%2BJguDA%2CiBA2PI%3BEACI%2CaAAA%3B%3BAA5PR%2CiBA2PI%2CcAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BApE5jEZ%2CeoEkkEI%2CkBpElkEH%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE3FiFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2F9EI%2CYAAY%2CmCAAZ%3B%3BAoEojEJ%2CeACI%2CkBAII%3BEACI%2CyBAAA%3B%3BAANZ%2CeACI%2CkBAII%2CmBAEI%2CsBACI%3BEACI%2CkBAAA%3B%3BAATpB%2CeACI%2CkBAII%2CmBAEI%2CsBAKI%2CsBACI%3BEACI%2Ca9JvsEd%2CkB8JusEc%3B%3BAAdxB%2CeACI%2CkBAII%2CmBAEI%2CsBAKI%2CsBACI%2CgBAGI%3BEACI%2Ca9J1sElB%2CkB8J0sEkB%3B%3BAAKJ%2CeArBpB%2CkBAII%2CmBAEI%2CsBAKI%2CsBASI%2CKACK%3BEACG%2CaAAA%3B%3BAAvB5B%2CeACI%2CkBAII%2CmBAEI%2CsBAKI%2CsBASI%2CKAKI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE%5C%2FJpgE5B%2CWAAA%3B%3BA%2BJs%2BDA%2CeACI%2CkBAII%2CmBAEI%2CsBA6BI%3BEACI%2CSAAA%3B%3BAAIQ%2CeAxCxB%2CkBAII%2CmBAEI%2CsBA6BI%2CSAGI%2CQACK%2COACI%3BE%5C%2FJ%5C%2FgE7B%2CiBAAA%3B%3BA%2BJshE4B%2CeA%5C%2FCxB%2CkBAII%2CmBAEI%2CsBA6BI%2CSAGI%2CQAOK%2COAEI%3BAAAD%2CeA%5C%2FCxB%2CkBAII%2CmBAEI%2CsBA6BI%2CSAGI%2CQAQK%2CKACI%3BEACG%2CcAAA%3BE%5C%2FJvhEhC%2CWAAA%3B%3BA%2BJs%2BDA%2CeACI%2CkBAII%2CmBAmDI%3BE%5C%2FJ9iEd%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2FjHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE3F8GG%2CQAAA%3BE2F5GH%2CgBAAA%3BEACA%2CSAAA%3BE3F2FC%2CmB2F7GqB%2CuB3F6GrB%3BEACK%2CgB2F9GgB%2CuB3F8GhB%3BEACC%2Ce2F%5C%2FGe%2CuB3F%2BGf%3BEAcJ%2CW2F7HmB%2CuB3F6HnB%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BE%2BJgiEgB%2CUAAA%3B%3BAA1DhB%2CeACI%2CkBAII%2CmBAmDI%2CgBAII%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAhEpB%2CeACI%2CkBAII%2CmBAmDI%2CgBAII%2CaAMI%3BE%5C%2FJxiEpB%2COCjMmB%2C2BDiMnB%3BEAAA%2CiBAAA%3BE%2BJ2iEwB%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAtExB%2CeACI%2CkBAII%2CmBAmDI%2CgBAII%2CaAaI%3BEACI%2CaAAA%3B%3BAA1ExB%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%3BEpEh1EnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE60EsB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAlFpB%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%3BEACI%2C2BAAA%3BEpEv1E3B%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEo1E0B%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3BAA1FxB%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAQI%2CQAAO%3BEACH%2CQAAA%3BEACA%2CUAAA%3B%3BAA9F5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAzG5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%2CwBASI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjHhC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%2CwBAkBI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAzH5B%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%2CwBAkBI%2CcAOK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5HpC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeA6CI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnI5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%3BEACG%2CSAAA%3B%3BAAvI5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%2CWAGI%3BEACG%2CSAAA%3B%3BAA1IhC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%2CWAGI%2CWAGG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA9IpC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%2CWAYG%2CWACI%3BEACI%2CSAAA%3B%3BApEpsEvC%2CeoEijEO%2CkBA6JK%2COpE9sEX%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAoE4sEU%2CeA7JJ%2CkBA6JK%2COAGG%3BE%5C%2FJvpEd%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BA%2BJ8oEA%2CaACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAiBZ%2CcACI%3BEACI%2CSAAA%3B%3BAAFR%2CcAII%3BEACI%2CaAAA%3B%3BAALR%2CcAOI%3BEACI%2CgBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcARH%2CiBAQI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAjBR%2CcAAC%2CiBAoBG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAtBR%2CcAAC%2CiBAyBG%2CoBACI%3BE%5C%2FJvsEZ%2CeAAA%3BE%2BJysEgB%2CWAAA%3BEACA%2CkBAAA%3B%3BAA7BZ%2CcAAC%2CiBAiCG%3BEACI%2CcAAA%3B%3BAAKZ%2CgCACI%2CeACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CgCACI%2CeAMI%3BE%5C%2FJ3tER%2CWCzNgB%2CwBDyNhB%3BE%2BJ6tEY%2CaAAA%3BEACA%2CYAAA%3B%3BAAUZ%2COAAO%2CQACF%3BEACG%2CaAAA%3B%3BAAFR%2COAAO%2CQACF%2CSAGG%3BEACI%2CkBAAA%3B%3BAAMZ%2CIAAK%2CuBAAuB%2CsBAAqB%3BEAC7C%2CqBAAA%3B%3BAAIA%2CqBAAC%2CIAAI%3BEACD%2CeAAA%3BEACA%2CYAAA%3BE%5C%2FJ1wEV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJwvEI%2CqBAAC%2CIAAI%2C4BAKD%3BE%5C%2FJ7wEV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJiwEQ%2CqBATH%2CIAAI%2C4BASA%3BEACG%2CUAAA%3B%3BAADJ%2CqBATH%2CIAAI%2C4BASA%2CMAGG%3BE%5C%2FJpxEd%2CmB%2BJqxE8B%2CW%5C%2FJrxE9B%3BEACK%2CgB%2BJoxEyB%2CW%5C%2FJpxEzB%3BEACC%2Ce%2BJmxEwB%2CW%5C%2FJnxExB%3BEAcJ%2CW%2BJqwE4B%2CW%5C%2FJrwE5B%3B%3BA%2BJkxEoB%2CcAJhB%2CeACI%2CmBACI%2CiBACI%2COACK%3BEACG%2CoBAAA%3B%3BAADJ%2CcAJhB%2CeACI%2CmBACI%2CiBACI%2COACK%2CYAGG%3BEACI%2CaAAA%3B%3BAAIR%2CcAZhB%2CeACI%2CmBACI%2CiBACI%2COASK%3BEACG%2CiBAAA%3BEACA%2CO9J79EL%2C2B8J69EK%3B%3BAAfxB%2CcACI%2CeACI%2CmBAkBI%2COAAM%2COAAO%3BEACT%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAzBhB%2CcACI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEzJn2EpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE%2BJ4yEoB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BE%5C%2FJ9zEtB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE%2BJgzEoB%2CuBAAA%3B%3BAzJ71EpB%2CcyJ2zEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzJr1Ef%3BAACD%2CcyJ0zEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzJp1Ef%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcyJqzEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzJ%5C%2F0Ef%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcyJgzEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzJ10Ef%3BAACD%2CcyJ%2ByEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzJz0Ef%3BAACD%2CQAAQ%2CUAAW%2CeyJ8yEf%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%3BEzJv0EZ%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA%2BJizEoB%2CcAnChB%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COASK%3BE%5C%2FJjzErB%2CS4KpO4B%2CO5KoO5B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BE4KxMF%2CcAAA%3BEACA%2CiBAAA%3BE5KuLA%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE%2BJszEwB%2CgBAAA%3B%3BAAzCxB%2CcACI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAyBT%3BEACI%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CcApDhB%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAgCT%2CMAAK%2CQAAS%2CSACT%3BE%5C%2FJl0ErB%2CS%2BJm0EmC%2CO%5C%2FJn0EnC%3BEAAA%2Ca2F9PO%2CqB3F8PP%3BEAAA%2CgBAAA%3BE2FtPI%2CkBAAA%3BEoE0jFoB%2CiBAAA%3B%3BAAIR%2CcA1DZ%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAuCR%2CMACG%3BEACI%2CY9JngFA%2CgC8JmgFA%3B%3BAAEA%2CcA9DpB%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAuCR%2CMACG%2COAGK%3BEACG%2CO9JrgFT%2C2B8JqgFS%3B%3BAAYxB%2CMAAC%3BAACD%2CMAAC%3BAACD%2CMAAC%3BEACG%2CkBAAA%3B%3BAAHJ%2CMAAC%2CQAKG%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BAAJ7D%2CMAAC%2COAIG%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BAAH7D%2CMAAC%2CUAGG%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEACrD%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CMAZP%2CQAWG%2CaACK%3BAAAD%2CMAXP%2COAUG%2CaACK%3BAAAD%2CMAVP%2CUASG%2CaACK%3BE%5C%2FJr2Eb%2CmBAAA%3B%3BA%2BJy1EI%2CMAAC%2CQAiBG%3BAAhBJ%2CMAAC%2COAgBG%3BAAfJ%2CMAAC%2CUAeG%3BEpEtoFX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEmoFc%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CO9J9iFF%2CkB8J8iFE%3B%3BAArBR%2CMAAC%2CQAiBG%2CeAMI%3BAAtBR%2CMAAC%2COAgBG%2CeAMI%3BAArBR%2CMAAC%2CUAeG%2CeAMI%3BAAvBR%2CMAAC%2CQAiBG%2Ce3JngFR%2CMAAK%2CcAiED%2CiBAGM%3BA2J%2B6EN%2CMAAC%2COAgBG%2Ce3JngFR%2CMAAK%2CcAiED%2CiBAGM%3BA2Jg7EN%2CMAAC%2CUAeG%2Ce3JngFR%2CMAAK%2CcAiED%2CiBAGM%3BA2J86EN%2CMAAC%2CQAiBG%2Ce1JtlFR%3BA0JskFI%2CMAAC%2COAgBG%2Ce1JtlFR%3BA0JukFI%2CMAAC%2CUAeG%2Ce1JtlFR%3BE0J6lFgB%2CO9JljFG%2C2B8JkjFH%3B%3BAAWhB%2CkBACI%2CSAAQ%2CUAAU%2CIACd%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAALZ%2CkBASI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CkBASI%2CeAGI%3BAAZR%2CkBASI%2Ce3J9hFJ%2CMAAK%2CcAiED%2CiBAGM%3BA2Ji9EV%2CkBASI%2Ce1JjnFJ%3BE0JqnFY%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBARR%2CeAGI%2COAKK%3BAAAD%2CkBARR%2Ce3J9hFJ%2CMAAK%2CcAiED%2CiBAGM%2CU2Jk%2BEG%3BAAAD%2CkBARR%2Ce1JjnFJ%2Ca0JynFa%3BEACG%2CYAAA%3B%3BAAlBhB%2CkBAsBI%2CYAAW%2COACP%3BEACI%2CgBAAA%3B%3BAAxBZ%2CkBA2BI%3BE%5C%2FJv5EJ%2CeAAA%3B%3BA%2BJ43EA%2CkBA2BI%2CoBAGI%3BE%5C%2FJ15ER%2CiBAAA%3BEAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BEAAA%2COCjMmB%2C2BDiMnB%3B%3BA%2BJ43EA%2CkBAsCI%3BE%5C%2FJl6EJ%2CgBAAA%3B%3BA%2BJ43EA%2CkBAsCI%2CoBAII%2CWACI%3BE%5C%2FJv6EZ%2CiBAAA%3B%3BA%2BJ43EA%2CkBAiDI%2CkBACI%2CKACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAArDhB%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%3BEACI%2COAAA%3B%3BAAzDxB%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CSAGI%3BAA3DxB%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CS3J7kFpB%2CMAAK%2CcAiED%2CiBAGM%3BA2Ji9EV%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CS1JhqFpB%3BE0JoqF4B%2CWAAA%3B%3BAA5D5B%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CSAGI%2COAEI%3BAA7D5B%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CS3J7kFpB%2CMAAK%2CcAiED%2CiBAGM%2CU2J8gFkB%3BAA7D5B%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CS1JhqFpB%2Ca0JqqF4B%3BEACI%2CmBAAA%3B%3BAAGA%2CkBAhB5B%2CkBACI%2CKACI%2CYAII%2CUACI%2CSAGI%2COAKK%2CQACI%3BAAAD%2CkBAhB5B%2CkBACI%2CKACI%2CYAII%2CUACI%2CS3J7kFpB%2CMAAK%2CcAiED%2CiBAGM%2CU2JihFmB%2CQACI%3BAAAD%2CkBAhB5B%2CkBACI%2CKACI%2CYAII%2CUACI%2CS1JhqFpB%2Ca0JwqF6B%2CQACI%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAApEpC%2CkBAiDI%2CkBA4BI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FEZ%2CkBAmFI%2CqBACI%3BEACI%2CuBAAA%3BEACA%2Ca9JrqFF%2CkB8JqqFE%3BEACA%2CSAAA%3B%3BAAvFZ%2CkBAmFI%2CqBACI%2CQAKI%3BEACI%2CmBAAA%3BE%5C%2FJt%2BElB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BJ09EY%2CkBAXR%2CqBACI%2CQAUK%3BEACG%2CeAAA%3B%3BAAIA%2CkBAhBZ%2CqBACI%2CQAcK%2CIAAI%2CQACA%3BEACG%2CO9JhqFV%2CkB8JgqFU%3B%3BAAIR%2CkBArBR%2CqBACI%2CQAoBK%3BAACD%2CkBAtBR%2CqBACI%2CQAqBK%3BEACG%2C6BAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CkBArBR%2CqBACI%2CQAoBK%2CMAKG%3BAAJJ%2CkBAtBR%2CqBACI%2CQAqBK%2CMAIG%3BAACA%2CkBA3BZ%2CqBACI%2CQAoBK%2CMAMI%3BAAAD%2CkBA3BZ%2CqBACI%2CQAqBK%2CMAKI%3BE%5C%2FJ1%2BEjB%2CcAAA%3B%3BA%2BJ43EA%2CkBAqHI%3BE%5C%2FJj%5C%2FEJ%2CgBAAA%3B%3BA%2BJo%5C%2FEQ%2CkBAHJ%2CyBAGK%2CMACG%3BEACI%2CkBAAA%3B%3BAASJ%2CkBAJR%2COAEK%2CUAEI%3BAAAD%2CkBAJR%2COAGK%2CYACI%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CkBAFJ%2COAEK%2CUAQG%3BAAPJ%2CkBAHJ%2COAGK%2CYAOG%3BEACI%2CO9JvsFG%2C2B8JusFH%3B%3BAA1IhB%2CkBA%2BII%2CSAAQ%2CUAAU%3BEACd%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjJR%2CkBA%2BII%2CSAAQ%2CUAAU%2CSAId%2CMAEI%3BAArJZ%2CkBA%2BII%2CSAAQ%2CUAAU%2CSAId%2CMAGI%3BEACI%2CUAAA%3B%3BAAQA%2CkBAHZ%2CYACI%2CQAAO%2COACH%2CUACK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3B%3BAAjKpB%2CkBAuKI%3BEpE%5C%2FzFP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE4zFU%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CgBAJ4C%3BEAI5C%2CkBATA%3BIAMQ%2CsBAAA%3BIACA%2CuBAAA%3B%3B%3BAA9KZ%2CkBAkLI%3BEACI%2CgBAAA%3B%3BAAIQ%2CkBALZ%2CyBAGI%2CYACI%2CQACK%3BEpE%5C%2F0FpB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEoE60FsB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAVhB%2CyBAGI%2CYACI%2CQACK%2CUAKI%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkBAfpB%2CyBAGI%2CYACI%2CQACK%2CUAKI%2CMAKI%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%2CkBApBhB%2CyBAGI%2CYACI%2CQACK%2CUAeI%2CIAAI%3BEACD%2CoBAAA%3B%3BAAGJ%2CkBAxBhB%2CyBAGI%2CYACI%2CQACK%2CUAmBI%2CKACG%3BEACI%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2Ca9J7xFlB%2CkB8J6xFkB%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CkBAnCxB%2CyBAGI%2CYACI%2CQACK%2CUAmBI%2CKACG%2CMAUK%2CIAAI%3BEACD%2CO9JlxFtB%2CkB8JkxFsB%3B%3BAAGJ%2CkBAvCxB%2CyBAGI%2CYACI%2CQACK%2CUAmBI%2CKACG%2CMAcK%3BEACG%2CO9JpxFf%2CyB8JoxFe%3B%3BAAKZ%2CkBA7ChB%2CyBAGI%2CYACI%2CQACK%2CUAwCI%2CMACG%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlO5B%2CkBA0OI%3BEACI%2CmBAAA%3B%3BAAKI%2CkBAFR%2CkBACM%2CIACG%2CIAAI%3BEACD%2CO9J7yFN%2CkB8J6yFM%3B%3BAAjPhB%2CkBA8OI%2CkBAOI%3BEACI%2CmBAAA%3BEACA%2CO9JnzFF%2CkB8JmzFE%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAzPZ%2CkBA6PI%2CgCACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAMZ%2C0BACI%2CmBACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CYAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CUAAA%3B%3B%3BAAqCR%3BEACI%2CkBAAA%3B%3BAADJ%2CWAEI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CMAAA%3BE%5C%2FJ5sFV%2CmB%2BJ6sFsB%2CiB%5C%2FJ7sFtB%3BEACK%2CgB%2BJ4sFiB%2CiB%5C%2FJ5sFjB%3BEACC%2Ce%2BJ2sFgB%2CiB%5C%2FJ3sFhB%3BEAcJ%2CW%2BJ6rFoB%2CiB%5C%2FJ7rFpB%3B%3BA%2BJsrFA%2CWAUI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BE%5C%2FJlsFR%2CeCvLoB%2C4BDuLpB%3BE%2BJosFQ%2CiBAAA%3BEpEh%2BFX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE69FU%2CmBAAA%3B%3BAAhBR%2CWAUI%2CSAQI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3BZ%2CWAUI%2CSAoBI%2CSACI%3BEACI%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3B%3BAASZ%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBACI%2CYAAY%3BEACR%2C6BAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CqBAAA%3B%3BAANR%2CkBAKI%2CyBAGI%3BEACI%2CgBAAA%3B%3BAATZ%2CkBAKI%2CyBAOI%3BEACI%2CSAAA%3BEpEnhGf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEoEihGc%2CeAAA%3BEACA%2CsBAAA%3B%3BAAhBZ%2CkBAKI%2CyBAOI%2CYAMI%3BEACI%2CmBAAA%3B%3BAAnBhB%2CkBAKI%2CyBAOI%2CYAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CkBAKI%2CyBAOI%2CYAiBI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BE%5C%2FJzxFlB%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BA%2BJ2wFgB%2CkBA5BZ%2CyBAOI%2CYAiBI%2CeAIK%3BEACG%2CkBAAA%3B%3BAAlCpB%2CkBAKI%2CyBAkCI%2CoBACI%2CWACI%3BEACI%2CWAAA%3BEACA%2Ca9Jx%2BFV%2CkB8Jw%2BFU%3B%3BAA3CpB%2CkBAKI%2CyBA2CI%2CUAAU%2CSAAO%2CQAAQ%3BEACrB%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CkBAsDI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAxDR%2CkBA2DI%2CkBACI%2CeAAc%2CQACV%2CMACI%3BEACI%2CO9J1%2BFD%2C2B8J0%2BFC%3BE%5C%2FJzyFpB%2CaC%5C%2FMyB%2CiCD%2BMzB%3B%3BA%2BJ0uFA%2CkBA2DI%2CkBACI%2CeAAc%2CQAQV%2CKAAI%3BEACA%2CeAAA%3B%3BAArEhB%2CkBA2DI%2CkBACI%2CeAAc%2CQAYV%3BEACI%2CgBAAA%3B%3BAA4BZ%2CwBAzB6C%3BEAyB7C%2CkBA1CA%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%3BIpEnlG9F%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIoEklGkB%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CkBAzBZ%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAO1E%2CIAAI%3BIACD%2CgBAAA%3B%3BEAgBhB%2CkBA1CA%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAU3E%3BIACI%2CeAAA%3B%3BEAahB%2CkBA1CA%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAa3E%2CKAAI%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CkBApChB%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAiB3E%2CKAAI%2CIACC%3BIACG%2CqBAAA%3B%3B%3BAAhGxB%2CkBAuGI%2CIAAG%2CsBAAsB%3BE%5C%2FJj2F%5C%2FB%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3B%3BA%2BJ61FI%2COAAC%3BEACG%2C0BAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2C6BAAA%3B%3BAAIR%2COAAC%3BEACG%2CgCAAA%3B%3BAAEA%2COAHH%2CKAGI%3BEACG%2CcAAA%3B%3BAAJR%2COAAC%2CKAOG%3BEACI%2CmBAAA%3B%3BAARR%2COAAC%2CKAWG%3BEpE5oGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoEyoGc%2C8BAAA%3BEACA%2CmBAAA%3BE%5C%2FJn3FZ%2CiBAAA%3B%3BA%2BJq2FI%2COAAC%2CKAWG%2CgBAMI%3BE%5C%2FJt3FZ%2CiBAAA%3BE%2BJw3FgB%2CWAAA%3B%3BAAnBZ%2COAAC%2CKAWG%2CgBAWI%3BEACI%2CmBAAA%3B%3BAAMhB%2CSAAU%2CeAAc%2COAAQ%3BEAC5B%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBACI%2CqBACI%3BEACI%2CcAAA%3B%3BAAHZ%2CqBACI%2CqBAKI%3BEACI%2CmBAAA%3B%3BAAMZ%2C0BACI%2CQAAO%3BEACH%2C0BAAA%3B%3BAAEA%2C0BAHJ%2CQAAO%2CKAGF%2CIAAI%3BEACD%2CO9JzlGF%2CkB8JylGE%3B%3BAAKZ%2CoBACI%3BEACG%2CgBAAA%3B%3BAAFP%2CoBACI%2C0BAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CoBACI%2C0BAKI%3BEACI%2CmBAAA%3B%3BAAGA%2CoBATR%2C0BAQI%2CwBACK%3BAACD%2CoBAVR%2C0BAQI%2CwBAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CoBAkBI%2C0BAGI%2CQAAO%3BAArBf%2CoBAmBI%2CsBAEI%2CQAAO%3BAArBf%2CoBAkBI%2C0BAII%3BAAtBR%2CoBAmBI%2CsBAGI%3BE%5C%2FJp7FR%2CeAAA%3BE%2BJs7FY%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzBZ%2CoBAkBI%2C0BAGI%2CQAAO%2CMAMH%3BAA3BZ%2CoBAmBI%2CsBAEI%2CQAAO%2CMAMH%3BAA3BZ%2CoBAkBI%2C0BAII%2COAKI%3BAA3BZ%2CoBAmBI%2CsBAGI%2COAKI%3BE%5C%2FJz7FZ%2CeAAA%3B%3BA%2BJ85FA%2CoBAiCI%3BEACI%2CUAAA%3BEACA%2C6BAAA%3B%3BAAnCR%2CoBAiCI%2CsBAII%3BEpE%5C%2FtGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAoEqrGE%2CoBAiCI%2CsBAII%2CaAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAA3ChB%2CoBAiCI%2CsBAII%2CaASI%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CkBAAA%3B%3BAAhDhB%2CoBAiCI%2CsBAII%2CaAcI%2CYACI%3BEpE9uGnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE2uGsB%2CgBAAA%3B%3BAAtDpB%2CoBAiCI%2CsBAII%2CaAcI%2CYAMI%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAA5DpB%2CoBAiCI%2CsBAII%2CaAcI%2CYAYI%3BEACI%2CcAAA%3B%3BAAhEpB%2CoBAiCI%2CsBAII%2CaA%2BBI%2CWAAW%3BEACP%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtEhB%2CoBA2EI%2CmBACI%2CSAAQ%2CUAAU%3BEACd%2CmBAAA%3B%3BAA7EZ%2CoBA2EI%2CmBAII%3BEpEzwGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAoEw0GE%2CQAAQ%2CKAAK%3BE%5C%2FJjjGb%2CgBAAA%3B%3BA%2BJijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQAAQ%3BEACJ%2COAAO%2CkBAAP%3B%3BAAEJ%2CQARJ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAID%2COAGI%2CUACG%3BAAHR%2CQATJ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAKD%2CMAEI%2CUACG%3BAAFR%2CQAVJ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAMD%2CMACI%2CUACG%3BE%5C%2FJ7jGpB%2CWAAA%3B%3BA%2BJijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%3BEACF%2CaAAA%3BEACA%2CgBAAA%3BE%5C%2FJvlGd%2CoEAAA%3BEACK%2CiEAAA%3BEACC%2CgEAAA%3BEAcJ%2C4DAAA%3B%3BA%2BJijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAEI%3BAA%5C%2FB5B%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAGI%3BEACI%2CO9JnxGb%2C2B8JmxGa%3B%3BAAEA%2CQAnCxB%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAEI%2COAIK%3BAAAD%2CQAnCxB%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAGI%2CKAGK%3BEACG%2Ca9JpyGX%2CiC8JoyGW%3B%3BAApCpC%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAyCT%2CMAAK%2COAAQ%3BEACT%2CO9J9xGF%2CkB8J8xGE%3BE%5C%2FJ9lGZ%2CiBAAA%3B%3BA%2BJijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMA6CT%2CMAAK%2CMAAM%2COAAQ%2CQAAK%3BEACpB%2CcAAA%3B%3BAAjDZ%2CQAAQ%2CKAAK%2CSAqDT%2CuBACI%2CMACI%2CGAEI%3BAAzDhB%2CQAAQ%2CKAAK%2CSAqDT%2CuBACI%2CMACI%2CGAGI%3BEACI%2CWAAA%3B%3BAAkFZ%2CeADJ%2CMACK%2CcACG%2COACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2CeADJ%2CMACK%2CcACG%2COAMI%2CcACI%3BEzJ%5C%2FvGpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3BE%2BJwsGwB%2CoBAAA%3B%3BAzJrvGxB%2CeyJ0uGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzJnvGnB%3BAACD%2CeyJyuGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzJlvGnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeyJouGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzJ7uGnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeyJ%2BtGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzJxuGnB%3BAACD%2CeyJ8tGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzJvuGnB%3BAACD%2CQAAQ%2CUAAW%2CgByJ6tGf%2CMACK%2CcACG%2COAMI%2CcACI%3BEzJruGhB%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA%2BJ6sGoB%2CeAhBhB%2CMACK%2CcACG%2COAaI%2CMACK%3BEACG%2CgBAAA%3B%3BAAMR%2CeAvBZ%2CMACK%2CcAqBG%2CGACK%3BEACG%2CWAAA%3BEACA%2CO9Jv5GD%2C2B8Ju5GC%3BEACA%2Ca9Jt6GK%2CiC8Js6GL%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CeAnCZ%2CMACK%2CcAiCG%2CGACK%2CMAEG%2CqBAAqB%3BAAFzB%2CeAnCZ%2CMACK%2CcAiCG%2CGACK%2CMAGG%2CqBAAqB%3BEACjB%2CO9Jp6Gd%2CkB8Jo6Gc%3BEACA%2Ca9Jx7Gd%2CkB8Jw7Gc%3BE%5C%2FJruGxB%2CiBAAA%3B%3BA%2BJ8rGQ%2CeADJ%2CMACK%2CcA6CG%3BEACI%2CsBAAA%3B%3BAAhDhB%2CeACI%2CMAmDI%2CYAAY%3BEACR%2CgBAAA%3BEACA%2C8BAAA%3B%3BAAMA%2CeAFR%2CMAAK%2CQACD%2COACK%2CIAAI%3BE%5C%2FJxvGjB%2CkBC1LiB%2CyBD0LjB%3BEAAA%2COC3LY%2CoBD2LZ%3B%3BA%2BJ4rGA%2CeAmEI%2CmBACI%2CiBACI%3BEACI%2CUAAA%3B%3BAAtEhB%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%3BEpEjiHvB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE8hH0B%2CeAAA%3B%3BAA3ExB%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAII%3BEACI%2CeAAA%3B%3BAAEA%2CeAbxB%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAII%2COAGK%2CIAAI%3BEACD%2CaAAA%3BEACA%2CcAAA%3B%3BAAlFhC%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAaI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAxF5B%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAaI%2CMAII%3BEACI%2CaAAA%3B%3BAAUhC%3BEACI%2CkBAAA%3B%3BAA8DJ%2CqBAEI%3BAAFJ%2CqBAGI%2CgBAAgB%3BEACZ%2CwBAAA%3B%3BAAoBR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CgBAII%2COACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKI%2CgBARZ%2COAMI%2CeACI%2CUACK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAbZ%2COAMI%2CeACI%2CUAMK%2CMACG%2CiBACI%2CSACI%3BAAHZ%2CgBAbZ%2COAMI%2CeACI%2CUAMK%2CMACG%2CiBACI%2CS3JpiHxB%2CMAAK%2CcAiED%2CiBAGM%3BA2J89GM%2CgBAbZ%2COAMI%2CeACI%2CUAMK%2CMACG%2CiBACI%2CS1JvnHxB%3BE0JynHgC%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAtBhC%2CgBAII%2COAMI%2CeACI%2CUAiBK%3BEACG%2CmBAAA%3B%3BAA7BpB%2CgBAII%2COAMI%2CeACI%2CUAiBK%2CSAGG%3BEACI%2CWAAA%3B%3BAAhCxB%2CgBAII%2COAMI%2CeACI%2CUAiBK%2CSAOI%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2Ca9JnnHd%2CkB8JmnHc%3B%3BAAxCxB%2CgBAII%2COAMI%2CeAmCI%3BEpEjsHf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE8rHkB%2C8BAAA%3BEACA%2CuBAAA%3B%3BAAhDhB%2CgBAII%2COAMI%2CeAmCI%2CiBAKI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAtDpB%2CgBAII%2COAMI%2CeAmCI%2CiBAKI%2CWAMI%3BEACI%2CaAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CgBAxDpB%2COAMI%2CeAmCI%2CiBAKI%2CWAMI%2CEAIK%2CIAAI%3BEACD%2CO9JrnHlB%2CkB8JqnHkB%3B%3BAA7D5B%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%3BEACI%2CSAAA%3B%3BAAnEpB%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%2CSAGI%3BAArEpB%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%2CSAII%3BAAtEpB%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%2CS3JnlHhB%2CMAAK%2CcAiED%2CiBAGM%3BA2J68GV%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%2CS1JtqHhB%3BE0J2qHwB%2CSAAA%3B%3BAASxB%2CwBAEI%3BAADJ%2CgCACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAMI%2CwBAHR%2CqBAEI%2CUACK%2CIAAI%3BAAAL%2CgCAHR%2CqBAEI%2CUACK%2CIAAI%3BAAAL%2CwBAFR%2CQACI%2CUACK%2CIAAI%3BAAAL%2CgCAFR%2CQACI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CwBAHR%2CqBAEI%2CUACK%2CIAAI%2CkBAKD%3BAALJ%2CgCAHR%2CqBAEI%2CUACK%2CIAAI%2CkBAKD%3BAALJ%2CwBAFR%2CQACI%2CUACK%2CIAAI%2CkBAKD%3BAALJ%2CgCAFR%2CQACI%2CUACK%2CIAAI%2CkBAKD%3BEACI%2CO9JzpHD%2C2B8JypHC%3BEACA%2Ca9JxqHK%2CiC8JwqHL%3BEACA%2Ca9J1qHK%2CiC8J0qHL%3B%3BAAIA%2CwBAfhB%2CqBAEI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BAAAD%2CgCAfhB%2CqBAEI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BAAAD%2CwBAdhB%2CQACI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BAAAD%2CgCAdhB%2CQACI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BEACG%2CaAAA%3B%3BAAvBxB%2CwBAOI%2CqBAsBI%3BAA5BR%2CgCAMI%2CqBAsBI%3BAA7BR%2CwBAQI%2CQAqBI%3BAA5BR%2CgCAOI%2CQAqBI%3BEACI%2CWAAA%3BEpElwHf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoE%2BvHc%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAlCZ%2CwBAOI%2CqBAsBI%2CiBAOK%3BAAnCb%2CgCAMI%2CqBAsBI%2CiBAOK%3BAApCb%2CwBAQI%2CQAqBI%2CiBAOK%3BAAnCb%2CgCAOI%2CQAqBI%2CiBAOK%3BEACG%2CWAAA%3B%3BAArChB%2CwBAOI%2CqBAsBI%2CiBAOK%2CMAGG%3BAAtChB%2CgCAMI%2CqBAsBI%2CiBAOK%2CMAGG%3BAAvChB%2CwBAQI%2CQAqBI%2CiBAOK%2CMAGG%3BAAtChB%2CgCAOI%2CQAqBI%2CiBAOK%2CMAGG%3BAAvChB%2CwBAOI%2CqBAsBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%3BA2J8hHV%2CgCAMI%2CqBAsBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%3BA2J6hHV%2CwBAQI%2CQAqBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%3BA2J8hHV%2CgCAOI%2CQAqBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%3BA2J6hHV%2CwBAOI%2CqBAsBI%2CiBAOK%2CM1JxtHb%3BA0JqrHA%2CgCAMI%2CqBAsBI%2CiBAOK%2CM1JxtHb%3BA0JorHA%2CwBAQI%2CQAqBI%2CiBAOK%2CM1JxtHb%3BA0JqrHA%2CgCAOI%2CQAqBI%2CiBAOK%2CM1JxtHb%3BEL4OA%2CgBCrLqB%2C6BDqLrB%3B%3BA%2BJk%5C%2FGoB%2CwBAnChB%2CqBAsBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CgCAnChB%2CqBAsBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CwBAlChB%2CQAqBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CgCAlChB%2CQAqBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CwBAnChB%2CqBAsBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%2CU2JukHW%3BAAAD%2CgCAnChB%2CqBAsBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%2CU2JukHW%3BAAAD%2CwBAlChB%2CQAqBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%2CU2JukHW%3BAAAD%2CgCAlChB%2CQAqBI%2CiBAOK%2CM3JroHb%2CMAAK%2CcAiED%2CiBAGM%2CU2JukHW%3BAAAD%2CwBAnChB%2CqBAsBI%2CiBAOK%2CM1JxtHb%2Ca0J8tHqB%3BAAAD%2CgCAnChB%2CqBAsBI%2CiBAOK%2CM1JxtHb%2Ca0J8tHqB%3BAAAD%2CwBAlChB%2CQAqBI%2CiBAOK%2CM1JxtHb%2Ca0J8tHqB%3BAAAD%2CgCAlChB%2CQAqBI%2CiBAOK%2CM1JxtHb%2Ca0J8tHqB%3BE%5C%2FJlgHvB%2CuDAAA%3BEACK%2CoDAAA%3BEACC%2CmDAAA%3BEAcJ%2C%2BCAAA%3B%3BA%2BJw8GA%2CwBAkDI%2CQACI%2CSACI%3BAAnDZ%2CgCAiDI%2CQACI%2CSACI%3BAApDZ%2CwBAkDI%2CQACI%2CS3JppHR%2CMAAK%2CcAiED%2CiBAGM%3BA2J8hHV%2CgCAiDI%2CQACI%2CS3JppHR%2CMAAK%2CcAiED%2CiBAGM%3BA2J6hHV%2CwBAkDI%2CQACI%2CS1JvuHR%3BA0JqrHA%2CgCAiDI%2CQACI%2CS1JvuHR%3BEL4OA%2CgBAAA%3B%3BA%2BJw8GA%2CwBAkDI%2CQAOI%3BAAxDR%2CgCAiDI%2CQAOI%3BEACI%2CgBAAA%3B%3BAAKZ%2CKAAK%2CSAAS%3BAACd%2CKAAK%2CKAAK%3BAACV%2CKAAK%2CSAAS%3BAACd%2CKAAK%2COAAO%3BAACZ%2CKAAK%2COAAO%3BAACZ%2CKAAK%3BEACD%2CsBAAA%3B%3BAAOA%2CIAFA%2CQAEC%2C0BAA2B%2CcAExB%2COAAO%3BAADX%2CIAHA%2CQAGC%2C2BAA4B%2CoBACzB%2COAAO%3BEACH%2CgBAAA%3B%3BAALZ%2CIAAI%2CQASA%2CQAAO%2CKAEF%3BAAXT%2CIAAI%2CQASA%2CQAAO%2CKAGH%3BAAZR%2CIAAI%2CQASA%2CQAAO%2CKAIH%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIQ%2CIApBhB%2CQASA%2CQAAO%2CKAEF%2CSAOG%2CQACK%2CIAAI%2CcACA%2CIAAI%3BAAAL%2CIApBhB%2CQASA%2CQAAO%2CKAGH%2CmBAMI%2CQACK%2CIAAI%2CcACA%2CIAAI%3BAAAL%2CIApBhB%2CQASA%2CQAAO%2CKAIH%2CmBAKI%2CQACK%2CIAAI%2CcACA%2CIAAI%3BE%5C%2FJtiHzB%2CWAAA%3B%3BA%2BJ6jHY%2CIA3CR%2CQASA%2CQAAO%2CKAiCH%2CkBACK%2CIAAI%3BEACD%2CaAAA%3B%3BAA5ChB%2CIAAI%2CQASA%2CQAAO%2CKAuCH%3BEACI%2CO9JpwHO%2C2B8JowHP%3B%3BAAjDZ%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAEI%2CMAEI%2CGAEI%3BAA3DxB%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAGI%2CMACI%2CGAEI%3BAA3DxB%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAEI%2CMAEI%2CGAGI%3BAA5DxB%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAGI%2CMACI%2CGAGI%3BEACI%2CWAAA%3B%3BAA7D5B%2CIAAI%2CQAqEA%3BEACI%2CgBAAA%3B%3BAAtER%2CIAAI%2CQAyEA%2CSACI%3BEACI%2CYAAA%3B%3BAA3EZ%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAlFZ%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAGD%2CMAGI%3BAAvFhB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAID%2CMAEI%3BAAvFhB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAGD%2CMAII%3BAAxFhB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAID%2CMAGI%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAA3FpB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAcD%2CMACI%3BEACI%2C2BAAA%3B%3BAAOhB%2CIAxGA%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%3BEzJprHjD%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CIyJ%2BjHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzJxqHhD%3BAACD%2CIyJ8jHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzJvqHhD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIyJyjHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzJlqHhD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIyJojHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzJ7pHhD%3BAACD%2CIyJmjHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzJ5pHhD%3BAACD%2CQAAQ%2CUAAW%2CKyJkjHf%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%3BEzJ1pH7C%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BA%2BJgoHA%2CQAAS%2CoBAAoB%3BAAAa%2CqBAAsB%2CoBAAoB%3BAAAa%2CiBAAkB%2CoBAAoB%3BEACnI%2CkBAAA%3B%3BAAEJ%3BAACA%3BEAMI%2CgBAAA%3B%3BAAPJ%2CYAEI%3BAADJ%2CsBACI%3BE%5C%2FJj5HJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE%2BJ44HQ%2CSAAA%3B%3BAAJR%2CYASI%3BAARJ%2CsBAQI%3BAATJ%2CYAUI%3BAATJ%2CsBASI%3BEACI%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAdR%2CYASI%2CSAOI%2CKAAI%2CMACA%2CMACI%3BAAjBhB%2CsBAQI%2CSAOI%2CKAAI%2CMACA%2CMACI%3BAAlBhB%2CYAUI%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%3BAAjBhB%2CsBASI%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAbhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BAAAL%2CsBAbhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BAAAL%2CYAZhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BAAAL%2CsBAZhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BEACD%2CO9J11Hd%2CkB8J01Hc%3B%3BAAGJ%2CYAjBhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BAAAD%2CsBAjBhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BAAAD%2CYAhBhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BAAAD%2CsBAhBhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BEACG%2CuBAAA%3B%3BAA3BxB%2CYASI%2CSAOI%2CKAAI%2CMACA%2CMAcI%3BAA9BhB%2CsBAQI%2CSAOI%2CKAAI%2CMACA%2CMAcI%3BAA%5C%2FBhB%2CYAUI%2C%2BBAMI%2CKAAI%2CMACA%2CMAcI%3BAA9BhB%2CsBASI%2C%2BBAMI%2CKAAI%2CMACA%2CMAcI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYA5BZ%2CSAOI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BAADJ%2CsBA5BZ%2CSAOI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BAADJ%2CYA3BZ%2C%2BBAMI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BAADJ%2CsBA3BZ%2C%2BBAMI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA4GxB%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CmBAII%2CMAAK%2CMAAO%2CWAAU%3BEAClB%2Ca9Jl%5C%2FHiB%2CiC8Jk%5C%2FHjB%3B%3BAALR%2CmBAQI%2CGAAE%2CKAAK%3BEACH%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3B%3BAAXR%2CmBAcI%2CMACI%2CGACI%2CGAAE%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3B%3BAApBhB%2CmBAyBI%2CMACI%2CGACI%3BEACI%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAA7BhB%2CmBAyBI%2CMACI%2CGACI%2CGAII%2CWAAU%2CMACN%3BEACI%2C0BAAA%3B%3BAAjCxB%2CmBAyBI%2CMACI%2CGAWI%3BAArCZ%2CmBAyBI%2CMACI%2CGAYI%3BAAtCZ%2CmBAyBI%2CMACI%2CGAaI%3BEACI%2CaAAA%3B%3BAAxChB%2CmBAyBI%2CMACI%2CGAiBI%3BEACI%2CkBAAA%3B%3BAA5ChB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAGI%3BEACI%2CWAAA%3B%3BAA%5C%2FCpB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAGI%2CiBAGI%2CQAAO%3BEACH%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAArDxB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAcI%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BE%5C%2FJ32HtB%2CmB%2BJ42HkC%2CgB%5C%2FJ52HlC%3BEACK%2CgB%2BJ22H6B%2CgB%5C%2FJ32H7B%3BEACC%2Ce%2BJ02H4B%2CgB%5C%2FJ12H5B%3BEAcJ%2CW%2BJ41HgC%2CgB%5C%2FJ51HhC%3BE%2BJ81HoB%2CSAAA%3B%3BAAhEpB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAcI%2CmBASI%3BEACI%2CsBAAA%3BE%5C%2FJj2HxB%2CeCvLoB%2C4BDuLpB%3B%3BA%2BJy2HgB%2CmBAlDZ%2CMAgDK%2CYAAY%2CGACT%2CGACK%2CYAAY%3BEACT%2CaAAA%3B%3BAA5EpB%2CmBAkFI%3BEACI%2CYAAA%3B%3BA9JzpIR%3BEAcI%2C2BAAA%3BEAGA%2C6CAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAGA%2CiDAAA%3BEACA%2CiCAAA%3BEAGA%2CuCAAwC%2CiCAAxC%3BEACA%2CuCAAA%3BEACA%2C0CAAA%3BEAGA%2CqBAAqB%2C0BAArB%3BEAIA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAe%2C4BAAf%3BEACA%2CsBAAsB%2C4BAAtB%3BEAGA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2C6BAA6B%2C4BAA7B%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2C%2BBAAA%3BEAGA%2CmBAAA%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CmBAAA%3BEAEA%2CgCAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEAEA%2CoBAAoB%2C%2BBAApB%3BEAEA%2C8BAAA%3BEACA%2CiCAAiC%2C2BAAjC%3BEACA%2C2BAAA%3BEACA%2CuBAAuB%2CkBAAvB%3BEAEA%2CoDAAA%3BEAGA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2CkBAAtB%3BEAGA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAA3EJ%2CKAGJ%2CSAAQ%2CMAAO%3BAAHX%2CKAIJ%2CSAAQ%2CMAAO%3BEACb%2CmBAAA%3BEACA%2CWAAA%3B%3BAANE%2CKAQJ%2CSAAQ%2CMAAO%3BAARX%2CKASJ%2CSAAQ%2CMAAO%3BEACb%2CeAAA%3B%3BAAyKF%3BEK5HI%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CYAAC%3BAACD%2CYAAC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CYAAC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CQAAQ%2CUAAW%3BENiLnB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3B%3BAL2MR%3BEACI%3BIACI%2COAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2COAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3B%3BAAIR%3BAA61DI%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%3BAA2oBxB%2CeA8MI%2CwBAKI%2CQAAO%3BAAsLf%2C8BACI%2CaACI%2CiBACK%2CWACI%3BAAlkCjB%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%3BAH6%5C%2FDV%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%3BEJwTA%2CkBAAA%3B%3BAAEA%2CeAAC%3BAA01DD%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COAp4DvB%3BAA%2BgFD%2CeA8MI%2CwBAKI%2CQAAO%2CQAluFd%3BAA01DD%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%2CUHmKT%3BAA01DD%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%2CaJ0TC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2C0OAAZ%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CmBAAA%3B%3BAAMJ%3BEDjGA%2CaCtMgB%2CwBDsMhB%3BEqLykBA%2C6BAAA%3BEpLteI%2CkBAAA%3B%3BAAEA%2CUAAC%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3B%3BAAMJ%2CMADG%2COAAO%2CMACT%3BEACG%2CoBAAA%3B%3BAAIR%2CUAAW%2CEAAC%3BAACZ%2CKAAK%2CIAAI%2CYAAY%3BAACrB%2CQAAQ%2CIAAI%2CYAAY%3BAACxB%2CMAAM%2CIAAI%2CYAAY%3BEAClB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAkBR%2CQAd2B%3BEACvB%2CQACI%3BIACI%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAqDR%2CuBAEI%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BAAF%5C%2FC%2CuBAGI%2CSAAQ%3BEDzMd%2CoDAAA%3BEACK%2CiDAAA%3BEACC%2CgDAAA%3BEAcJ%2C4CAAA%3B%3BAC%2BLA%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CuBAKI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CuBAKI%2CEAGG%3BEACK%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAADJ%2CgBAEI%3BEACI%2CcAAA%3B%3BAAGR%2CiBAAkB%2CQAAO%2CMAAO%2CGAAG%2CEAAC%3BEAChC%2CaAAA%3B%3BAAMI%2CWADJ%2CQACK%2CWACI%3BEACG%2CcAAA%3B%3BAAKhB%3BEDjOA%2CMC9KiB%2CyBD8KjB%3B%3BACqOA%2CaACI%2CGAAE%3BEACE%2CSAAA%3BEACA%2CUAAA%3B%3BAAHR%2CaACI%2CGAAE%2CYAIE%3BEACI%2C6BAAA%3B%3BAANZ%2CaACI%2CGAAE%2CYAQE%3BED9OR%2COC9KiB%2CyBD8KjB%3BECgPY%2CcAAA%3B%3BAAEA%2CaAZR%2CGAAE%2CYAQE%2CEAIK%3BEACG%2CcAAA%3B%3BAAoBQ%2CiBAZpB%2CcAQI%2CwBACK%2CKACI%2CSACG%2CEACK%3BEDvQzB%2CSC8P%2BB%2COD9P%5C%2FB%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEQ5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BER0NA%2CaC4PkC%2CmBD5PlC%3BEC0Q4B%2CmBAAA%3BED1Q5B%2CiBAAA%3B%3BACqQgB%2CiBAVZ%2CcAQI%2CwBACK%2CKACI%2CSACG%2CEAQI%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CWAAA%3B%3BAAIA%2CiBAzBxB%2CcAQI%2CwBACK%2CKACI%2CSACG%2CEAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAUR%2CiBApCpB%2CcAQI%2CwBACK%2CKAuBG%2CkBAGI%2CQAAO%2CSACF%3BED%5C%2FRzB%2CSC%2BPgC%2COD%5C%2FPhC%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEQ5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BER0NA%2CaC4PkC%2CmBD5PlC%3BECkS4B%2CgBAAA%3BEDlS5B%2CiBAAA%3B%3BACyPA%2CiBAEI%2CcAQI%2CwBACK%2CKAuBG%2CkBAGI%2CQAAO%2CSASH%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CMAAA%3B%3BAAIA%2CiBAlDxB%2CcAQI%2CwBACK%2CKAuBG%2CkBAGI%2CQAAO%2CSAcF%2CMACI%3BEACG%2CcAAA%3B%3BAAYZ%2CiBA%5C%2FDhB%2CcA4DI%2CcACI%2CYACI%2CaACK%3BEACG%2CSAAS%2COAAT%3BED3TxB%2CaC4PkC%2CmBD5PlC%3BEC6TwB%2CgBAAA%3BED7TxB%2CiBAAA%3B%3BACkUwB%2CiBAvEpB%2CcA4DI%2CcACI%2CYACI%2CaAQK%2CMACI%3BEACG%2CcAAA%3B%3BAAgBA%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAGf%2CQAAO%2COAEF%3BAAAD%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAEG%2CQAAO%2COAEF%3BAAAD%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAIf%2CEAAC%2CeACI%3BAAAD%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAGG%2CEAAC%2CeACI%3BEDnV7B%2CSC6P8B%2COD7P9B%3BEAAA%2CaCqJsB%2CYDrJtB%3BEAAA%2CiBAAA%3BEQ5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BER0NA%2CaC4PkC%2CmBD5PlC%3BEAAA%2CiBAAA%3B%3BAC0VgC%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAGf%2CQAAO%2COAQF%2CMACI%3BAAAD%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAEG%2CQAAO%2COAQF%2CMACI%3BAAAD%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAIf%2CEAAC%2CeAOI%2CMACI%3BAAAD%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAGG%2CEAAC%2CeAOI%2CMACI%3BEACG%2CcAAA%3B%3BAAQ5B%2CiBAxGJ%2CcAwGK%2CSACG%2CcAAc%2CYAAY%2CaAAY%3BAAD1C%2CiBAxGJ%2CcAwGK%2CSAEG%2CwBAA0B%2CKAAG%2CEAAC%3BAAFlC%2CiBAxGJ%2CcAwGK%2CSAGG%2CwBAA0B%2CKAAG%2CkBAAoB%2CIAAC%3BEAC9C%2CmCAAA%3B%3BAAKZ%2CiBAAC%2CSACG%2CYACI%3BEACI%2CgBAAA%3B%3BAAIZ%2CiBAAC%2CSAGG%3BEDtXR%2CeAAA%3B%3BACmXI%2CiBAAC%2CSAGG%2CQAGI%3BEDzXZ%2COClLU%2CkBDkLV%3B%3BACmXI%2CiBAAC%2CSAGG%2CQAOI%3BEACI%2CgBAAA%3B%3BAAXZ%2CiBAAC%2CSAGG%2CQAWI%2CQAAQ%3BAAdhB%2CiBAAC%2CSAGG%2CQAYI%2CQAAO%2COAAO%3BEDlY1B%2COClLU%2CkBDkLV%3B%3BACmXI%2CiBAAC%2CSAwBG%3BEACI%2CgBAAA%3B%3BAAzBR%2CiBAAC%2CSAwBG%2CcAGI%3BEACI%2CaAAA%3B%3BAA5BZ%2CiBAAC%2CSAgCG%3BEACI%2CSAAA%3B%3BAAjCR%2CiBAAC%2CSAoCG%3BEACI%2CWAAA%3B%3BAArCR%2CiBAAC%2CSAwCG%3BAAxCJ%2CiBAAC%2CSAyCG%3BEACI%2COAAA%3B%3BAAKR%2CiBAAC%2CSAGG%2CcACI%3BEACI%2CaAAA%3B%3BAALZ%2CiBAAC%2CSASG%3BEACI%2CgBAAA%3BED5aZ%2CiBAAA%3BEAAA%2CoBAAA%3B%3BACkaI%2CiBAAC%2CSAcG%3BEACI%2CWAAA%3B%3BAAfR%2CiBAAC%2CSAiBG%3BEACI%2COAAA%3B%3BAAlBR%2CiBAAC%2CSAiBG%2CYAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CiBAAC%2CSACG%3BEACI%2COAAA%3B%3BAAFR%2CiBAAC%2CSAIG%3BEACI%2CuBAAA%3B%3BAALR%2CiBAAC%2CSAOG%2C2BACI%3BEACI%2CaAAA%3B%3BAAOhB%3BEACI%2CiBAAA%3B%3BAAKJ%2CwBAHyD%3BEAGzD%3BIAFQ%2CgBAAA%3B%3B%3BAAKA%2CaADJ%2CkBACK%2CSACG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAkYnB%3BEACC%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACM%2C8BAAA%3BEACN%2CeAAA%3BEACA%2CYAAA%3BEACM%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAIP%3BEACC%2CaAAA%3BEACA%2CsBAAA%3BED53BA%2CmBC63BY%2CgBD73BZ%3BEACK%2CgBC43BO%2CgBD53BP%3BEACC%2CeC23BM%2CgBD33BN%3BEAcJ%2CWC62BU%2CgBD72BV%3BEC%2B2BF%2CUAAA%3BED%5C%2F3BA%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2FjHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE3F8GG%2CQAAA%3BE2F5GH%2CgBAAA%3BEACA%2CSAAA%3BE3F2FC%2CmB2F7GqB%2CuB3F6GrB%3BEACK%2CgB2F9GgB%2CuB3F8GhB%3BEACC%2Ce2F%5C%2FGe%2CuB3F%2BGf%3BEAcJ%2CW2F7HmB%2CuB3F6HnB%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3B%3BAC02BH%2CgBAOC%3BEACC%2CyBAAA%3B%3BAAMA%2CwBAJqD%3BEAIrD%2CgBAPD%3BIAIE%2CaAAA%3B%3B%3BAAXH%2CgBAOC%2CeAOC%3BEACC%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2COA9jCmB%2C2BA8jCnB%3BEACY%2CyBAAA%3BEACZ%2CeAAA%3B%3BAArBH%2CgBAOC%2CeAOC%2CgBAQa%3BEACI%2CeAAA%3B%3BAAEhB%2CgBAlBF%2CeAOC%2CgBAWE%3BEACA%2CcAAA%3B%3BAA1BJ%2CgBA%2BBC%3BEACC%2CcAAA%3BEACA%2CoBAAA%3BEACS%2CkBAAA%3BEACT%2CaAAA%3BEACA%2CsBAAA%3BEACS%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBAH4C%3BEAG5C%2CgBAXV%3BIASE%2CkBAAA%3B%3B%3BAAxCH%2CgBA%2BBC%2CgBAWU%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAA5Cf%2CgBA%2BBC%2CgBAWU%2CUAGI%3BEDxpCZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BECqpCgB%2CcAAA%3BEACA%2CgBAAA%3BEACA%2COA5lCG%2C2BA4lCH%3BEACA%2CgBAAA%3B%3BAAlDnB%2CgBA%2BBC%2CgBAWU%2CUAUI%2CkBACI%3BEACI%2CaAAA%3B%3BAAIJ%2CgBA3BlB%2CgBAWU%2CUAeI%2CQAAO%2COACF%3BEACG%2CwBAAA%3B%3BAA3DvB%2CgBA%2BBC%2CgBAWU%2CUAoBI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CgBApClB%2CgBAWU%2CUAoBI%2CGAAE%2CSAKG%3BAACD%2CgBArClB%2CgBAWU%2CUAoBI%2CGAAE%2CSAMG%3BEACG%2CwBAAA%3B%3BAArEvB%2CgBA%2BBC%2CgBAWU%2CUAoBI%2CGAAE%2CSASE%3BEACI%2COAlnCV%2CkBAknCU%3BEACA%2CgBAAA%3B%3BAAQvB%2CaAGC%3BED97BE%2COC9KiB%2CyBD8KjB%3BEAAA%2CiBAAA%3BECo8BD%2CkBAAA%3BEACA%2CeAAA%3B%3BAACS%2CaARV%2CKAQW%3BEACG%2CSAAS%2COAAT%3BEDv8BZ%2CaC47B8B%2CmBD57B9B%3BECy8BY%2CgBAAA%3BEDz8BZ%2CiBAAA%3B%3BAC88BY%2CaAhBd%2CKAeW%2CMACI%3BEACG%2CcAAA%3B%3BAAMnB%2CYAAY%2CQAAS%3BEDr%2BBpB%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3BECw9BF%2CUAAA%3B%3BAAGD%2CYAAY%2CQAAS%3BEACpB%2CUAAA%3BEACM%2CmBAAA%3B%3BAAWgB%2CaALP%2CmBACT%2CsBACI%2CeAAe%2CMACX%2CuBACI%2CSACK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CoBAAA%3B%3BAAIA%2CaAXX%2CmBACT%2CsBACI%2CeAAe%2CMACX%2CuBACI%2CSAMK%2CMACI%3BED9%5C%2FB3B%2CmBC%2B%5C%2FB0C%2CeD%5C%2F%5C%2FB1C%3BEACK%2CgBC8%5C%2FBqC%2CeD9%5C%2FBrC%3BEACC%2CeC6%5C%2FBoC%2CeD7%5C%2FBpC%3BEAcJ%2CWC%2B%2BBwC%2CeD%5C%2F%2BBxC%3B%3BAC4%5C%2FBA%2CeACI%2CeACK%2CWAEI%2CWAAS%2CQAAO%3BAAJ7B%2CeACI%2CeACK%2CWAGG%3BEACI%2CyBAAA%3BEDlgChB%2CiBAAA%3BECogCgB%2CmBAAA%3B%3BAAkBhB%2CiBACI%2CuBACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CiBACI%2CuBACI%2CaAGI%3BEACI%2CaAlvCK%2C%2BBChEC%2C8CDkzCN%3BEACA%2CkBAAA%3B%3BAAMhB%2CMAAM%2CWACF%3BEACI%2CkBAruCE%2CkBAquCF%3BEDriCR%2CeCvLoB%2C4BDuLpB%3BECuiCQ%2CYAAA%3B%3BAAJR%2CMAAM%2CWACF%2CSAKI%2CaACI%3BEACI%2CSAAA%3BED3iChB%2CeCvLoB%2C4BDuLpB%3BEC6iCgB%2C6BAAA%3B%3BAAVhB%2CMAAM%2CWAeF%2CQAAO%3BEDljCX%2CeCvLoB%2C4BDuLpB%3BECojCQ%2CkBAAA%3BEACA%2CmBAAA%3BEKtyCR%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CML%2BuCM%2CWAeF%2CQAAO%2CUK9vCV%3BAACD%2CML8uCM%2CWAeF%2CQAAO%2CUK7vCV%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CMLkuCM%2CWAeF%2CQAAO%2CUKjvCV%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CMLstCM%2CWAeF%2CQAAO%2CUKruCV%3BAACD%2CMLqtCM%2CWAeF%2CQAAO%2CUKpuCV%3BAACD%2CQAAQ%2CUAAW%2COLotCb%2CWAeF%2CQAAO%3BEDljCX%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CML%2BuCM%2CWAeF%2CQAAO%2CUK9vCV%3BAACD%2CML8uCM%2CWAeF%2CQAAO%2CUK7vCV%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CMLkuCM%2CWAeF%2CQAAO%2CUKjvCV%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CMLstCM%2CWAeF%2CQAAO%2CUKruCV%3BAACD%2CMLqtCM%2CWAeF%2CQAAO%2CUKpuCV%3BAACD%2CQAAQ%2CUAAW%2COLotCb%2CWAeF%2CQAAO%3BEDljCX%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAL0vCA%2CcAAC%3BEACG%2CoBAAA%3BEACA%2CYAAA%3B%3BAACA%2CcAHH%2CSAGI%3BEACG%2C2BAAA%3B%3BAAMJ%2CuBADJ%2CkBACK%2CMAEG%3BAADJ%2CuBAFJ%2CkBAEK%2CMACG%3BE0Fp3Cf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1Fq3CkB%2CmBAAA%3B%3BAALA%2CuBAJZ%2CkBACK%2CMAEG%2C4BACK%2CIAAI%3BAAAL%2CuBAJZ%2CkBAEK%2CMACG%2C4BACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAAMJ%2CuBAXZ%2CkBACK%2CMAEG%2C4BAQK%3BAAAD%2CuBAXZ%2CkBAEK%2CMACG%2C4BAQK%3BEACG%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAdZ%2CuBADJ%2CkBACK%2CMAkBG%3BAAjBJ%2CuBAFJ%2CkBAEK%2CMAiBG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CuBAzBJ%2CkBAyBK%2CMACG%3BEACI%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEDnoClB%2CmBCooC8B%2CaDpoC9B%3BEACK%2CgBCmoCyB%2CaDnoCzB%3BEACC%2CeCkoCwB%2CaDloCxB%3BEAcJ%2CWConC4B%2CaDpnC5B%3B%3BAC2nCA%2CQAGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAANZ%2CQAGI%2CcAMI%2CeACI%3BEACI%2CkBAAA%3B%3BAAQJ%2CQAHR%2CEAAC%2CqBAEG%2CEACK%3BAAAD%2CQAFR%2CEAAC%2CwBACG%2CEACK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAMhB%2CeACI%2CwBAEI%2CMAGK%3BAANb%2CeACI%2CwBAGI%2CkBAEK%3BAANb%2CeACI%2CwBAEI%2CMAII%2CeAAc%3BAAP1B%2CeACI%2CwBAGI%2CkBAGI%2CeAAc%3BEACV%2CkBAAA%3B%3BAAEA%2CeATZ%2CwBAEI%2CMAGK%2CIAII%3BAAAD%2CeATZ%2CwBAGI%2CkBAEK%2CIAII%3BAAAD%2CeATZ%2CwBAEI%2CMAII%2CeAAc%2CKAGT%3BAAAD%2CeATZ%2CwBAGI%2CkBAGI%2CeAAc%2CKAGT%3BEACG%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeArBZ%2CwBAEI%2CMAGK%2CIAgBI%3BAAAD%2CeArBZ%2CwBAGI%2CkBAEK%2CIAgBI%3BAAAD%2CeArBZ%2CwBAEI%2CMAII%2CeAAc%2CKAeT%3BAAAD%2CeArBZ%2CwBAGI%2CkBAGI%2CeAAc%2CKAeT%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BED%5C%2FrCtB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BECirCoB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEDpsCtB%2CmBCqsCkC%2CaDrsClC%3BEACK%2CgBCosC6B%2CaDpsC7B%3BEACC%2CeCmsC4B%2CaDnsC5B%3BEAcJ%2CWCqrCgC%2CaDrrChC%3BECurCoB%2CYAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAIA%2CeAvChB%2CwBAEI%2CMAGK%2CIAiCI%2CMACI%3BAAAD%2CeAvChB%2CwBAGI%2CkBAEK%2CIAiCI%2CMACI%3BAAAD%2CeAvChB%2CwBAEI%2CMAII%2CeAAc%2CKAgCT%2CMACI%3BAAAD%2CeAvChB%2CwBAGI%2CkBAGI%2CeAAc%2CKAgCT%2CMACI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CeA9ChB%2CwBAEI%2CMAGK%2CIAwCG%2COACK%3BAAAD%2CeA9ChB%2CwBAGI%2CkBAEK%2CIAwCG%2COACK%3BAAAD%2CeA9ChB%2CwBAEI%2CMAII%2CeAAc%2CKAuCV%2COACK%3BAAAD%2CeA9ChB%2CwBAGI%2CkBAGI%2CeAAc%2CKAuCV%2COACK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CeApDZ%2CwBAEI%2CMAGK%2CIA%2BCI%2CIAAI%2CQACD%3BAADJ%2CeApDZ%2CwBAGI%2CkBAEK%2CIA%2BCI%2CIAAI%2CQACD%3BAADJ%2CeApDZ%2CwBAEI%2CMAII%2CeAAc%2CKA8CT%2CIAAI%2CQACD%3BAADJ%2CeApDZ%2CwBAGI%2CkBAGI%2CeAAc%2CKA8CT%2CIAAI%2CQACD%3BED5sCpB%2CWAAA%3B%3BACspCA%2CeACI%2CwBA4DI%2CkBACI%2C0BACI%2CEACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BED7tCxB%2CiBAAA%3BEC%2BtCwB%2CaAl7Cd%2CkBAk7Cc%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAACA%2CeA3EpB%2CwBA4DI%2CkBACI%2C0BACI%2CEACI%2CMAYK%3BEACG%2CSAAA%3B%3BAAIR%2CeAhFhB%2CwBA4DI%2CkBACI%2C0BACI%2CEAkBK%2CIAAI%2CQACD%3BEDxuCxB%2COCjMmB%2C2BDiMnB%3B%3BAC6uCoB%2CeAtFhB%2CwBA4DI%2CkBACI%2C0BACI%2CEAwBK%2CWACG%3BEACI%2CgBAAA%3B%3BAAIR%2CeA5FhB%2CwBA4DI%2CkBACI%2C0BACI%2CEA8BK%2CMACG%3BEACI%2CcAAA%3B%3BAAU5B%2CQACI%2CQAEI%2CaAAa%3BAAHrB%2CQACI%2CQAGI%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CSAAA%3B%3BAANZ%2CQACI%2CQAEI%2CaAAa%2CKAKT%3BAARZ%2CQACI%2CQAGI%2CaAAa%2CMAIT%3BAARZ%2CQACI%2CQAEI%2CaAAa%2CKAMT%3BAATZ%2CQACI%2CQAGI%2CaAAa%2CMAKT%3BEACI%2CSAAA%3B%3BAAEA%2CQAXZ%2CQAEI%2CaAAa%2CKAKT%2CGAIK%2CMACG%3BAADJ%2CQAXZ%2CQAGI%2CaAAa%2CMAIT%2CGAIK%2CMACG%3BAADJ%2CQAXZ%2CQAEI%2CaAAa%2CKAMT%2CMAGK%2CMACG%3BAADJ%2CQAXZ%2CQAGI%2CaAAa%2CMAKT%2CMAGK%2CMACG%3BEACI%2CcAAA%3B%3BAAOZ%2CQApBR%2CQAmBI%2CEACK%2CIAAI%3BEACD%2COAt9CG%2C2BAs9CH%3B%3BAA0GZ%2CQAAC%2CIAAI%2CaACD%3BAADJ%2CQAAC%2CIAAI%2CaAED%3BE0F7pDX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BA1FspDM%2CQAAC%2CIAAI%2CaACD%2C8BAIK%3BAALT%2CQAAC%2CIAAI%2CaAED%2COAGK%3BAALT%2CQAAC%2CIAAI%2CaACD%2C8BAKI%3BAANR%2CQAAC%2CIAAI%2CaAED%2COAII%3BEACI%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2COAxkDN%2CkBAwkDM%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CQAhBX%2CIAAI%2CaACD%2C8BAIK%2CIAWI%3BAAAD%2CQAhBX%2CIAAI%2CaAED%2COAGK%2CIAWI%3BAAAD%2CQAhBX%2CIAAI%2CaACD%2C8BAKI%2CYAUK%3BAAAD%2CQAhBX%2CIAAI%2CaAED%2COAII%2CYAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQA3BX%2CIAAI%2CaACD%2C8BAIK%2CIAsBI%2CUAAU%3BAAAX%2CQA3BX%2CIAAI%2CaAED%2COAGK%2CIAsBI%2CUAAU%3BAAAX%2CQA3BX%2CIAAI%2CaACD%2C8BAKI%2CYAqBK%2CUAAU%3BAAAX%2CQA3BX%2CIAAI%2CaAED%2COAII%2CYAqBK%2CUAAU%3BEACP%2CaAAA%3B%3BAAGJ%2CQA%5C%2FBX%2CIAAI%2CaACD%2C8BAIK%2CIA0BI%3BAAAD%2CQA%5C%2FBX%2CIAAI%2CaAED%2COAGK%2CIA0BI%3BAAAD%2CQA%5C%2FBX%2CIAAI%2CaACD%2C8BAKI%2CYAyBK%3BAAAD%2CQA%5C%2FBX%2CIAAI%2CaAED%2COAII%2CYAyBK%3BEACG%2CWAAA%3B%3BAAEA%2CQAlCf%2CIAAI%2CaACD%2C8BAIK%2CIA0BI%2CYAGI%3BAAAD%2CQAlCf%2CIAAI%2CaAED%2COAGK%2CIA0BI%2CYAGI%3BAAAD%2CQAlCf%2CIAAI%2CaACD%2C8BAKI%2CYAyBK%2CYAGI%3BAAAD%2CQAlCf%2CIAAI%2CaAED%2COAII%2CYAyBK%2CYAGI%3BEDj7CvB%2CyCAAA%3BEACK%2CsCAAA%3BEACC%2CqCAAA%3BEAcJ%2CiCAAA%3B%3BACy6CgB%2CwBAH0D%3BEAG1D%2CQA1CX%2CIAAI%2CaACD%2C8BAIK%2CIA0BI%3BEAWD%2CQA1CX%2CIAAI%2CaAED%2COAGK%2CIA0BI%3BEAWD%2CQA1CX%2CIAAI%2CaACD%2C8BAKI%2CYAyBK%3BEAWD%2CQA1CX%2CIAAI%2CaAED%2COAII%2CYAyBK%3BIASO%2CWAAA%3B%3B%3BAAIR%2CQA5CX%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%3BAAAD%2CQA5CX%2CIAAI%2CaAED%2COAGK%2CIAuCI%3BAAAD%2CQA5CX%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%3BAAAD%2CQA5CX%2CIAAI%2CaAED%2COAII%2CYAsCK%3BEACG%2CWAAA%3B%3BAAEA%2CQA%5C%2FCf%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%2CYAGI%3BAAAD%2CQA%5C%2FCf%2CIAAI%2CaAED%2COAGK%2CIAuCI%2CYAGI%3BAAAD%2CQA%5C%2FCf%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%2CYAGI%3BAAAD%2CQA%5C%2FCf%2CIAAI%2CaAED%2COAII%2CYAsCK%2CYAGI%3BED97CvB%2CgEAAA%3BEACK%2C6DAAA%3BEACC%2C4DAAA%3BEAcJ%2CwDAAA%3B%3BACw7CoB%2CwBAJqD%3BEAIrD%2CQAzDf%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%3BEAaG%2CQAzDf%2CIAAI%2CaAED%2COAGK%2CIAuCI%3BEAaG%2CQAzDf%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%3BEAaG%2CQAzDf%2CIAAI%2CaAED%2COAII%2CYAsCK%3BIAUO%2CWAAA%3B%3B%3BAAMR%2CwBAH0D%3BEAG1D%2CQA5DX%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%3BEAgBD%2CQA5DX%2CIAAI%2CaAED%2COAGK%2CIAuCI%3BEAgBD%2CQA5DX%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%3BEAgBD%2CQA5DX%2CIAAI%2CaAED%2COAII%2CYAsCK%3BIAcO%2CaAAA%3B%3B%3BAAIR%2CQA9DX%2CIAAI%2CaACD%2C8BAIK%2CIAyDI%3BAAAD%2CQA9DX%2CIAAI%2CaAED%2COAGK%2CIAyDI%3BAAAD%2CQA9DX%2CIAAI%2CaACD%2C8BAKI%2CYAwDK%3BAAAD%2CQA9DX%2CIAAI%2CaAED%2COAII%2CYAwDK%3BEACG%2CWAAA%3B%3BAAEA%2CQAjEf%2CIAAI%2CaACD%2C8BAIK%2CIAyDI%2CYAGI%3BAAAD%2CQAjEf%2CIAAI%2CaAED%2COAGK%2CIAyDI%2CYAGI%3BAAAD%2CQAjEf%2CIAAI%2CaACD%2C8BAKI%2CYAwDK%2CYAGI%3BAAAD%2CQAjEf%2CIAAI%2CaAED%2COAII%2CYAwDK%2CYAGI%3BEDh9CvB%2CuFAAA%3BEACK%2CoFAAA%3BEACC%2CmFAAA%3BEAcJ%2C%2BEAAA%3B%3BAC08CgB%2CwBAHyD%3BEAGzD%2CQA3EX%2CIAAI%2CaACD%2C8BAIK%2CIAyDI%3BEAaD%2CQA3EX%2CIAAI%2CaAED%2COAGK%2CIAyDI%3BEAaD%2CQA3EX%2CIAAI%2CaACD%2C8BAKI%2CYAwDK%3BEAaD%2CQA3EX%2CIAAI%2CaAED%2COAII%2CYAwDK%3BIAWO%2CaAAA%3B%3B%3BAAIR%2CQA7EX%2CIAAI%2CaACD%2C8BAIK%2CIAwEI%3BAAAD%2CQA7EX%2CIAAI%2CaAED%2COAGK%2CIAwEI%3BAAAD%2CQA7EX%2CIAAI%2CaACD%2C8BAKI%2CYAuEK%3BAAAD%2CQA7EX%2CIAAI%2CaAED%2COAII%2CYAuEK%3BEACG%2CWAAA%3B%3BAAEA%2CQAhFf%2CIAAI%2CaACD%2C8BAIK%2CIAwEI%2CYAGI%3BAAAD%2CQAhFf%2CIAAI%2CaAED%2COAGK%2CIAwEI%2CYAGI%3BAAAD%2CQAhFf%2CIAAI%2CaACD%2C8BAKI%2CYAuEK%2CYAGI%3BAAAD%2CQAhFf%2CIAAI%2CaAED%2COAII%2CYAuEK%2CYAGI%3BED%5C%2F9CvB%2C8GAAA%3BEACK%2C2GAAA%3BEACC%2C0GAAA%3BEAcJ%2CsGAAA%3B%3BAC09CgB%2CwBAH%2BC%3BEAG%5C%2FC%2CQA3FX%2CIAAI%2CaACD%2C8BAIK%2CIAwEI%3BEAcD%2CQA3FX%2CIAAI%2CaAED%2COAGK%2CIAwEI%3BEAcD%2CQA3FX%2CIAAI%2CaACD%2C8BAKI%2CYAuEK%3BEAcD%2CQA3FX%2CIAAI%2CaAED%2COAII%2CYAuEK%3BIAYO%2CaAAA%3B%3B%3BAAIR%2CQA7FX%2CIAAI%2CaACD%2C8BAIK%2CIAwFI%3BAAAD%2CQA7FX%2CIAAI%2CaAED%2COAGK%2CIAwFI%3BAAAD%2CQA7FX%2CIAAI%2CaACD%2C8BAKI%2CYAuFK%3BAAAD%2CQA7FX%2CIAAI%2CaAED%2COAII%2CYAuFK%3BEACG%2CWAAA%3B%3BAAEA%2CQAhGf%2CIAAI%2CaACD%2C8BAIK%2CIAwFI%2CYAGI%3BAAAD%2CQAhGf%2CIAAI%2CaAED%2COAGK%2CIAwFI%2CYAGI%3BAAAD%2CQAhGf%2CIAAI%2CaACD%2C8BAKI%2CYAuFK%2CYAGI%3BAAAD%2CQAhGf%2CIAAI%2CaAED%2COAII%2CYAuFK%2CYAGI%3BED%5C%2F%2BCvB%2CqIAAA%3BEACK%2CkIAAA%3BEACC%2CiIAAA%3BEAcJ%2C6HAAA%3B%3BAC2%2BCgB%2CwBAH%2BC%3BEAG%5C%2FC%2CQA5GX%2CIAAI%2CaACD%2C8BAIK%2CIAwFI%3BEAeD%2CQA5GX%2CIAAI%2CaAED%2COAGK%2CIAwFI%3BEAeD%2CQA5GX%2CIAAI%2CaACD%2C8BAKI%2CYAuFK%3BEAeD%2CQA5GX%2CIAAI%2CaAED%2COAII%2CYAuFK%3BIAaO%2CaAAA%3B%3B%3BAAIR%2CQA9GX%2CIAAI%2CaACD%2C8BAIK%2CIAyGI%3BAAAD%2CQA9GX%2CIAAI%2CaAED%2COAGK%2CIAyGI%3BAAAD%2CQA9GX%2CIAAI%2CaACD%2C8BAKI%2CYAwGK%3BAAAD%2CQA9GX%2CIAAI%2CaAED%2COAII%2CYAwGK%3BEACG%2CWAAA%3B%3BAAEA%2CQAjHf%2CIAAI%2CaACD%2C8BAIK%2CIAyGI%2CUAGI%3BAAAD%2CQAjHf%2CIAAI%2CaAED%2COAGK%2CIAyGI%2CUAGI%3BAAAD%2CQAjHf%2CIAAI%2CaACD%2C8BAKI%2CYAwGK%2CUAGI%3BAAAD%2CQAjHf%2CIAAI%2CaAED%2COAII%2CYAwGK%2CUAGI%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C2DAAA%3B%3BAAIR%2CQAzHX%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%3BAAAD%2CQAzHX%2CIAAI%2CaAED%2COAGK%2CIAoHI%3BAAAD%2CQAzHX%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%3BAAAD%2CQAzHX%2CIAAI%2CaAED%2COAII%2CYAmHK%3BEACG%2CWAAA%3B%3BAAEA%2CQA5Hf%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%2CUAGI%3BAAAD%2CQA5Hf%2CIAAI%2CaAED%2COAGK%2CIAoHI%2CUAGI%3BAAAD%2CQA5Hf%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%2CUAGI%3BAAAD%2CQA5Hf%2CIAAI%2CaAED%2COAII%2CYAmHK%2CUAGI%3BED3gDvB%2CyCAAA%3BEACK%2CsCAAA%3BEACC%2CqCAAA%3BEAcJ%2CiCAAA%3B%3BAC2gDoB%2CwBAX%2BC%3BEAW%5C%2FC%2CQA5If%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%3BEAmBG%2CQA5If%2CIAAI%2CaAED%2COAGK%2CIAoHI%3BEAmBG%2CQA5If%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%3BEAmBG%2CQA5If%2CIAAI%2CaAED%2COAII%2CYAmHK%3BIASO%2CWAAA%3B%3BEAEA%2CQApInB%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%2CUAWQ%3BEAAD%2CQApInB%2CIAAI%2CaAED%2COAGK%2CIAoHI%2CUAWQ%3BEAAD%2CQApInB%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%2CUAWQ%3BEAAD%2CQApInB%2CIAAI%2CaAED%2COAII%2CYAmHK%2CUAWQ%3BIDnhD3B%2CuFAAA%3BIACK%2CoFAAA%3BIACC%2CmFAAA%3BIAcJ%2C%2BEAAA%3B%3B%3BACohDgB%2CwBAToD%3BEASpD%2CQArJX%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%3BEA4BD%2CQArJX%2CIAAI%2CaAED%2COAGK%2CIAoHI%3BEA4BD%2CQArJX%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%3BEA4BD%2CQArJX%2CIAAI%2CaAED%2COAII%2CYAmHK%3BIAoBO%2CWAAA%3B%3BEAEA%2CQA%5C%2FInB%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%2CUAsBQ%3BEAAD%2CQA%5C%2FInB%2CIAAI%2CaAED%2COAGK%2CIAoHI%2CUAsBQ%3BEAAD%2CQA%5C%2FInB%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%2CUAsBQ%3BEAAD%2CQA%5C%2FInB%2CIAAI%2CaAED%2COAII%2CYAmHK%2CUAsBQ%3BID9hD3B%2CgEAAA%3BIACK%2C6DAAA%3BIACC%2C4DAAA%3BIAcJ%2CwDAAA%3B%3B%3BACshDgB%2CQAvJX%2CIAAI%2CaACD%2C8BAIK%2CIAkJI%3BAAAD%2CQAvJX%2CIAAI%2CaAED%2COAGK%2CIAkJI%3BAAAD%2CQAvJX%2CIAAI%2CaACD%2C8BAKI%2CYAiJK%3BAAAD%2CQAvJX%2CIAAI%2CaAED%2COAII%2CYAiJK%3BAACD%2CQAxJX%2CIAAI%2CaACD%2C8BAIK%2CIAmJI%3BAAAD%2CQAxJX%2CIAAI%2CaAED%2COAGK%2CIAmJI%3BAAAD%2CQAxJX%2CIAAI%2CaACD%2C8BAKI%2CYAkJK%3BAAAD%2CQAxJX%2CIAAI%2CaAED%2COAII%2CYAkJK%3BAACD%2CQAzJX%2CIAAI%2CaACD%2C8BAIK%2CIAoJI%3BAAAD%2CQAzJX%2CIAAI%2CaAED%2COAGK%2CIAoJI%3BAAAD%2CQAzJX%2CIAAI%2CaACD%2C8BAKI%2CYAmJK%3BAAAD%2CQAzJX%2CIAAI%2CaAED%2COAII%2CYAmJK%3BEACG%2CWAAA%3B%3BAAIR%2CQA9JP%2CIAAI%2CaACD%2C8BA6JK%3BAAAD%2CQA9JP%2CIAAI%2CaAED%2COA4JK%3BEACG%2CaAAA%3B%3BAAhKhB%2CQAqKI%3BEACI%2CoBAAA%3B%3BAAkBJ%2CeAFY%2CeAEX%3BAAFL%2CeAAgB%2CeAGX%2COAAI%3BEACD%2CgBAAA%3B%3BAAUJ%2CcAAC%2CSAAU%3BAAFf%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2CIAAI%3BEACpB%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CcAAC%2CSAAU%2CeAKN%2CIAAC%2CIAAI%3BAAPd%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2CIAAI%2CeAInB%2CIAAC%2CIAAI%3BEACF%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAMZ%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%3BEDhlDrB%2CkBAAA%3B%3BAC%2BkDA%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAIb%3BEACI%2CcAAA%3B%3BAANZ%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAIb%2CmBAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAVhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAAhBhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBACI%3BEACI%2CSAAA%3B%3BAAGJ%2CGAvBjB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CGAvBjB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%2CKAMG%3BEACI%2C2BAAA%3B%3BAAIA%2CGAlCzB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%2CKAUG%2CeACK%2CIAAI%3BEACD%2COAlzDtB%2CkBAkzDsB%3B%3BAAGJ%2CGAtCzB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%2CKAUG%2CeAKK%3BEACG%2CeAAA%3B%3BAAvChC%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBAgCI%3BEACI%2CaAAA%3B%3BAA%5C%2FChB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBAoCI%2C0BACI%2CQAAO%3BEACH%2CaAAA%3B%3BAApDpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%3BEACI%2CcAAA%3B%3BAAQA%2CwBAN%2BC%3BEAM%5C%2FC%2CGAjEb%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%3BIAIQ%2CUAAU%2CoBAAV%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAIA%2CGAlEjB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%2CqBASI%2COACK%3BEACG%2CSAAS%2CYAAY%2CGAArB%3BEACA%2CaAt2Dd%2CkBAs2Dc%3BEACA%2CmBAAA%3BEACA%2COAt1DL%2C2BAs1DK%3B%3BAAtExB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%2CqBASI%2COAQI%3BEACI%2CcAAA%3B%3BAA1ExB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKA%2BEb%3BAAhFR%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAgFb%2CSAAQ%2CKAAM%3BEDhqDtB%2CiBAAA%3B%3BAC%2BkDA%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAoFb%2C0BACI%2CMACI%2CGAEI%3BAAzFpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAoFb%2C0BACI%2CMACI%2CGAGI%3BEACI%2CUAAA%3B%3BAA3FxB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAoFb%2C0BACI%2CMACI%2CGAOI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2COAp3DL%2C2BAo3DK%3B%3BAApGxB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBACI%3BEACI%2CaAAA%3B%3BAA5GhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%3BAA%5C%2FGnB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%3BED%5C%2FrDlB%2CgBCrLqB%2C6BDqLrB%3BECisDgB%2CWAAA%3BEKl7DhB%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BEN6MF%2CoDAAA%3BEACK%2CiDAAA%3BEACC%2CgDAAA%3BEAcJ%2C4CAAA%3BEC0sDgB%2CWAAA%3BEACA%2CaA95DN%2CkBA85DM%3B%3BAKv5DhB%2CGL2xDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COK14DlB%3BAAAD%2CGL2xDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYK34DjB%3BAACD%2CGL0xDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COKz4DlB%3BAAAD%2CGL0xDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYK14DjB%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CGL8wDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COK73DlB%3BAAAD%2CGL8wDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYK93DjB%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CGLkwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COKj3DlB%3BAAAD%2CGLkwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYKl3DjB%3BAACD%2CGLiwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COKh3DlB%3BAAAD%2CGLiwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYKj3DjB%3BAACD%2CQAAQ%2CUAAW%2CILgwDhB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%3BAK%5C%2F2DnB%2CQAAQ%2CUAAW%2CILgwDhB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%3BED%5C%2FrDlB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAL23DY%2CGA9Hb%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COAeF%3BAAAD%2CGA9Hb%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYAcD%3BEACG%2CaAAA%3B%3BAA%5C%2FHpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAwBI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CoBAAA%3BEDntDhB%2CeCvLoB%2C4BDuLpB%3BECqtDgB%2CYAAA%3B%3BAAtIhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAwBI%2COAAM%2CYAKF%3BEACI%2CWAAA%3B%3BAAIJ%2CGA5Ib%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAiCI%2CmBACK%3BEACG%2CaAAA%3B%3BAA7IpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAiJb%3BEACI%2CgBAAA%3BEDluDZ%2CaAAA%3BEAAA%2CyBAAA%3BECquDY%2CkBAAA%3B%3BAAEA%2CGAxJT%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAiJb%2CcAMK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAgLhB%2CIAAK%2CuBAAuB%3BEACxB%2CSAAA%3B%3BAADJ%2CIAAK%2CuBAAuB%2CsBAGxB%3BEACI%2CyBAAA%3B%3BAAJR%2CIAAK%2CuBAAuB%2CsBAOxB%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAIR%2CkBACI%2CyBACI%2CiBACI%2CEAAC%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BED96DhB%2CWAAA%3BEAAA%2CiBAAA%3B%3BACk7DgB%2CkBATZ%2CyBACI%2CiBACI%2CEAAC%2COAOI%3BEACG%2CaAAA%3B%3BAAIA%2CkBAdhB%2CyBACI%2CiBACI%2CEAAC%2COAWI%2CKACI%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CkBAlBhB%2CyBACI%2CiBACI%2CEAAC%2COAWI%2CKAKI%3BEACG%2CSAAS%2CGAAT%3B%3BAAWZ%2CkBAFR%2CqBACI%2CQACK%3BEACG%2CiBAAA%3B%3BAAhChB%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%3BAA1CxB%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%3BAH6%5C%2FDV%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%3BECLA%2CsBAAA%3BENiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BELorE4B%2CyBAAA%3BEACA%2CkBAAA%3B%3BAKpqE5B%2CkBLypEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COK9pEvB%3BAACD%2CkBLwpEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COK7pEvB%3BAADD%2CkBLypEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%2CUEvHT%3BAACD%2CkBLwpEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%2CUEtHT%3BAADD%2CkBLypEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%2CaCgCC%3BAACD%2CkBLwpEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%2CaCiCC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CkBL4oEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COKjpEvB%3BAAAD%2CkBL4oEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%2CUE1GT%3BAAAD%2CkBL4oEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%2CaC6CC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CkBLgoEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COKroEvB%3BAACD%2CkBL%2BnEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COKpoEvB%3BAACD%2CQAAQ%2CUAAW%2CmBL8nEf%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%3BAKroExB%2CkBLgoEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%2CUE9FT%3BAACD%2CkBL%2BnEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%2CUE7FT%3BAACD%2CQAAQ%2CUAAW%2CmBL8nEf%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG1mEpB%2CMAAK%2CcAiED%2CiBAGM%3BAE9FV%2CkBLgoEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%2CaCyDC%3BAACD%2CkBL%2BnEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%2CaC0DC%3BAACD%2CQAAQ%2CUAAW%2CmBL8nEf%2CkBACI%2CKACI%2CYACI%2CUACI%2CSI7rEpB%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BALslEJ%2CkBAyDI%3BE0F7vEP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1F0vEU%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA5DR%2CkBA%2BDI%2COAGI%3BAAlER%2CkBAgEI%2CwBAEI%3BAAlER%2CkBA%2BDI%2COAII%3BAAnER%2CkBAgEI%2CwBAGI%3BED3%2BDR%2CWAAA%3B%3BACw6DA%2CkBAwEI%3BEACI%2CWAAA%3B%3BAAGI%2CkBAJR%2CkBAGI%2CEACK%2CIAAI%3BEDp%5C%2FDjB%2CWAAA%3B%3BAC0%5C%2FDgB%2CkBAVZ%2CkBAQM%2CIACG%2CIAAI%2CeACA%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAASJ%2CkBAHZ%2CyBACI%2CYACI%2CQACK%3BEACG%2CuBAAA%3B%3BAAEA%2CkBANhB%2CyBACI%2CYACI%2CQACK%2CUAGI%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkBAXhB%2CyBACI%2CYACI%2CQACK%2CUAQI%2CKACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAruElB%2CkBAquEkB%3B%3BAAEA%2CkBAlBxB%2CyBACI%2CYACI%2CQACK%2CUAQI%2CKACG%2CMAMK%3BAACD%2CkBAnBxB%2CyBACI%2CYACI%2CQACK%2CUAQI%2CKACG%2CMAOK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CkBA3BhB%2CyBACI%2CYACI%2CQACK%2CUAwBI%2CMACG%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CkBAnCxB%2CyBACI%2CYACI%2CQACK%2CUAwBI%2CMACG%2COAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CkBA%5C%2FC5B%2CyBACI%2CYACI%2CQACK%2CUAwBI%2CMACG%2COAkBK%2CSACI%3BEACG%2CkBAAA%3B%3BAA1IpC%2CkBAoJI%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAKY%2CkBAPhB%2CWAII%2CYACI%2CUACI%2CMACK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FJxB%2CkBAoJI%2CWAII%2CYAYK%3BEACG%2COA9wEG%2C2BA8wEH%3BEACA%2CaA7xES%2CiCA6xET%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAxKhB%2CkBAoJI%2CWAII%2CYAmBI%3BEACI%2CmBAAA%3B%3BAA5KhB%2CkBAoJI%2CWAII%2CYAuBI%2CMAAK%3BEKx0EjB%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BELszEgB%2CmBAAA%3BEDzmElB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAM5MA%2CkBLwwEI%2CWAII%2CYAuBI%2CMAAK%2CeKnyEhB%3BAACD%2CkBLuwEI%2CWAII%2CYAuBI%2CMAAK%2CeKlyEhB%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CkBL2vEI%2CWAII%2CYAuBI%2CMAAK%2CeKtxEhB%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CkBL%2BuEI%2CWAII%2CYAuBI%2CMAAK%2CeK1wEhB%3BAACD%2CkBL8uEI%2CWAII%2CYAuBI%2CMAAK%2CeKzwEhB%3BAACD%2CQAAQ%2CUAAW%2CmBL6uEf%2CWAII%2CYAuBI%2CMAAK%3BEDvlEjB%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BALslEJ%2CkBAwLI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1LR%2CkBAwLI%2CcAII%3BEACI%2CiBAAA%3BEACA%2COAvyEO%2C2BAuyEP%3BEACA%2CaAtzEa%2CiCAszEb%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAjMZ%2CkBAwLI%2CcAII%2CSAOI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BED7nElB%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3B%3BACw6DA%2CkBAwLI%2CcAII%2CSAeI%3BEACI%2CcAAA%3B%3BAA5MhB%2CkBAwLI%2CcAwBI%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BED7oEd%2CsDAAA%3BEACK%2CmDAAA%3BEACC%2CkDAAA%3BEAcJ%2C8CAAA%3B%3BACw6DA%2CkBAwLI%2CcAwBI%2C6BASK%3BEACG%2CyBAAA%3BEDlpElB%2C0BCmpEqC%2CkQDnpErC%3BEACK%2CuBCkpEgC%2CkQDlpEhC%3BEACC%2CsBCipE%2BB%2CkQDjpE%5C%2FB%3BEAcJ%2CkBCmoEmC%2CkQDnoEnC%3BECsoEgB%2C0BAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEDxpElB%2C8CAAA%3BEACK%2C2CAAA%3BEACC%2C0CAAA%3BEAcJ%2CsCAAA%3B%3BACw6DA%2CkBAwLI%2CcA%2BCI%3BEACI%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3OZ%2CkBAwLI%2CcA%2BCI%2C0BAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2COA11EG%2C2BA01EH%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAnPhB%2CkBAwLI%2CcA%2BCI%2C0BAeI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2COAl2EG%2C2BAk2EH%3B%3BAAKhB%2CQAAQ%2CKAAK%2CSACT%2C%2BBAA%2BB%3BEDvqEnC%2CeAAA%3B%3BAC4qEA%2CcACI%2CeACI%2CmBACI%2COAAM%2COAAO%3BEACT%2CgBAAA%3BEDhrEhB%2CeCvLoB%2C4BDuLpB%3B%3BACurEA%3BEACI%2CqBAAA%3B%3BAADJ%2CWAGI%2C0BAAyB%2C8BAA%2BB%3BAAH5D%2CWAII%2C0BAAyB%3BEACrB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAQR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%3BEACT%2CkBAAA%3B%3BAAFR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%3BEACF%2CgBAAA%3B%3BAAEA%2CQAPJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAGD%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAQhB%3BEDvtEA%2CiBAAA%3BECytEI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CgBAAC%2CSAAU%3BAAAX%2CYAAC%2CSAAU%3BAAHf%2CgBAII%2CaAAa%3BAAHjB%2CYAGI%2CaAAa%3BEACT%2CWAAA%3BEDluER%2CiBAAA%3BECouEQ%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CoBAAC%3BED1uEL%2CWAAA%3B%3BACyuEA%2CoBAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAIR%2CYACI%2CsBACI%2COAAM%3BEACF%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAv8Ea%2CiCAu8Eb%3BEACA%2CmBAAA%3B%3BAAiFZ%2CQAAQ%2CKAAK%2CSAAS%3BEAClB%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%3BEACI%2CmBAAA%3B%3BAAPZ%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAAXhB%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2COA3hFD%2C2BA2hFC%3BEACA%2CgBAAA%3B%3BAAEA%2CQAnBZ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAMK%3BEACG%2CcAAA%3B%3BAApBxB%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAUI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA1BxB%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQArChB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeAQK%3BAACD%2CQAtChB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeASK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CsBAAsB%2CcAAzC%3BEACA%2CWAAW%2CsBAAsB%2CcAAjC%3BEACA%2C8BAAA%3BEACA%2CuGAAA%3B%3BAAGJ%2CQAjDhB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeAoBK%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAtDhB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeAyBK%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAxD5B%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAwDI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAQY%2CQA1EpB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COA%2BDK%2COACG%2COACI%2CEACI%2CeAEK%3BAACD%2CQA3EpB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COA%2BDK%2COACG%2COACI%2CEACI%2CeAGK%3BEDr6E%5C%2FB%2CmBCs6E8C%2CsBAAsB%2CaDt6EpE%3BEACK%2CgBCq6EyC%2CsBAAsB%2CaDr6E%5C%2FD%3BEACC%2CeCo6EwC%2CsBAAsB%2CaDp6E9D%3BEAcJ%2CWCs5E4C%2CsBAAsB%2CaDt5ElE%3B%3BAC05E4B%2CQAhFpB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COA%2BDK%2COACG%2COACI%2CEACI%2CeAQK%3BEACG%2CUAAA%3B%3BAA6ChC%2CYACI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3B%3BAAMQ%2CYAHZ%2CaACI%2CWACI%2CMACK%3BEACG%2CwBAAA%3B%3BAAQpB%2CeACI%2CWACI%2CaACI%3BEACI%2CaAAA%3B%3BAAOhB%2CUACK%2CeACG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUALP%2CeACG%2CaAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAfhB%2CUACK%2CeAkBG%2CWACI%3BEACI%2CkBAAA%3B%3BAArBhB%2CUACK%2CeAkBG%2CWACI%2CkBAGI%3BEACI%2CoBAAA%3B%3BAAGI%2CUA1BnB%2CeAkBG%2CWACI%2CkBAGI%2CMAGK%2CIACI%3BEACG%2CkBAAA%3B%3BAA5B5B%2CUACK%2CeAkCG%3BEACI%2CoBAAA%3BEACA%2CyBAAA%3BE0FtyFf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1FmyFc%2C8BAAA%3B%3BAAvCZ%2CUACK%2CeAkCG%2CkBAMI%3BEACI%2CaAAA%3B%3BAA1ChB%2CUACK%2CeAkCG%2CkBAUI%3BEDlhFZ%2COCjMmB%2C2BDiMnB%3B%3BACq%2BEA%2CUACK%2CeAkCG%2CkBAcI%3BEACI%2CeAAA%3B%3BAAYhB%2CcACI%3BEDpiFJ%2CiBAAA%3B%3BACojFJ%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAKJ%3BE0Fz3FH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1Fs3FM%2C8BAAA%3B%3BAAFJ%2CeAIK%3BAAJL%2CeAKI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CeAUI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAZR%2CeAeI%3BEACI%2CSAAA%3BED7mFR%2CmBAAA%3B%3BAC6lFA%2CeAeI%2CWAII%2CMAAK%2CcACD%3BEACI%2CSAAA%3B%3BAArBhB%2CeAeI%2CWAII%2CMAAK%2CcACD%2COAGI%2CMAAK%3BEACD%2CgCAAA%3B%3BAAxBpB%2CeAeI%2CWAII%2CMAAK%2CcASD%2CGAAG%3BEACC%2CyBAAA%3B%3BAA7BhB%2CeAeI%2CWAII%2CMAAK%2CcAaD%2CMAAM%3BAAhClB%2CeAeI%2CWAII%2CMAAK%2CcAcD%2CGAAG%3BAAjCf%2CeAeI%2CWAII%2CMAAK%2CcAeD%2CMAAM%3BAAlClB%2CeAeI%2CWAII%2CMAAK%2CcAgBD%2CGAAG%3BEACC%2CSAAA%3BEACA%2CgBAAA%3B%3BAArChB%2CeAeI%2CWAII%2CMAAK%2CcAqBD%2CYACI%3BEACI%2CeAAA%3B%3BAA1CpB%2CeAeI%2CWAII%2CMAAK%2CcA2BD%2CUAEI%2CqBAAqB%3BAAhDrC%2CeAeI%2CWAII%2CMAAK%2CcA2BD%2CUAGI%2CqBAAqB%3BEACjB%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnDpB%2CeAeI%2CWAwCI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAA3DhB%2CeAgEI%2CsBACI%3BED9pFR%2CWAAA%3BECgqFY%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAArEZ%2CeAgEI%2CsBACI%2CgBAKI%3BEDnqFZ%2CcAAA%3B%3BAC6lFA%2CeAgEI%2CsBACI%2CgBAQI%3BEACI%2CkBAAA%3B%3BAA1EhB%2CeAgEI%2CsBAcI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3B%3BAAtFZ%2CeAgEI%2CsBAcI%2CYAUK%3BAAxFb%2CeAgEI%2CsBAcI%2CYAWK%2COAAI%3BEACD%2CyBAAA%3BEDvsFlB%2C8CAAA%3BEACK%2C2CAAA%3BEACC%2C0CAAA%3BEAcJ%2CsCAAA%3BEAhBF%2C0BC0sFqC%2CkQD1sFrC%3BEACK%2CuBCysFgC%2CkQDzsFhC%3BEACC%2CsBCwsF%2BB%2CkQDxsF%5C%2FB%3BEAcJ%2CkBC0rFmC%2CkQD1rFnC%3BEC6rFgB%2C0BAAA%3B%3BAAhGhB%2CeAgEI%2CsBAcI%2CYAqBK%3BEACG%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAzCZ%2CsBAcI%2CYAqBK%2COAMI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CuCAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3B%3BAAxHpB%2CeA8HI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAhIR%2CeA8HI%2CaAII%2CMACI%2CGAEI%3BAArIhB%2CeA8HI%2CaAII%2CMACI%2CGAGI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAbZ%2CaAII%2CMACI%2CGAQK%2CMAAM%2COAEH%2CGAEI%3BAAJR%2CeAbZ%2CaAII%2CMACI%2CGAQK%2CMAAM%2COAGH%2CGACI%3BED5uFxB%2CiBAAA%3BEC8uF4B%2CaA77FH%2CiCA67FG%3BEACA%2CyBAAA%3BED%5C%2FuF5B%2CWAAA%3B%3BAC6lFA%2CeA2JI%2CIAAG%3BEACC%2CgBAAA%3B%3BAA5JR%2CeA2JI%2CIAAG%2CeAGE%3BEACG%2CaAAA%3B%3BAA%5C%2FJZ%2CeA2JI%2CIAAG%2CeAOC%3BEACI%2CaAn9FF%2CkBAm9FE%3BEACA%2CeAAA%3B%3BAApKZ%2CeA2JI%2CIAAG%2CeAYC%3BEACI%2CYAAA%3BEACA%2CyBAAA%3B%3BAAzKZ%2CeA2JI%2CIAAG%2CeAYC%2CSAII%2CUAAS%3BEACL%2CkBAAA%3B%3BAA5KhB%2CeA2JI%2CIAAG%2CeAYC%2CSAII%2CUAAS%2COAEL%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BED7xFtB%2CmBC8xFkC%2CgBD9xFlC%3BEACK%2CgBC6xF6B%2CgBD7xF7B%3BEACC%2CeC4xF4B%2CgBD5xF5B%3BEAcJ%2CWC8wFgC%2CgBD9wFhC%3B%3BAC6lFA%2CeA2JI%2CIAAG%2CeAYC%2CSAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeA98FI%2C4BA88FJ%3B%3BAA1LhB%2CeA2JI%2CIAAG%2CeAYC%2CSAeI%2CSAMI%3BEACI%2CoBAAA%3BEACA%2CSAAA%3B%3BAA9LpB%2CeA2JI%2CIAAG%2CeAYC%2CSA2BI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAArMhB%2CeA2JI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%3BAAvMhB%2CeA2JI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%3BAHkrFV%2CeA2JI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%3BECLA%2CsBAAA%3BENiPA%2CgBAAA%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CeLo8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKh%5C%2FFf%3BAACD%2CeLm8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COK%5C%2F%2BFf%3BAADD%2CeLo8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUEvHT%3BAACD%2CeLm8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUEtHT%3BAADD%2CeLo8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaCgCC%3BAACD%2CeLm8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaCiCC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CeLu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKn%2BFf%3BAAAD%2CeLu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUE1GT%3BAAAD%2CeLu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaC6CC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CeL26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKv9Ff%3BAACD%2CeL06FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKt9Ff%3BAACD%2CQAAQ%2CUAAW%2CgBLy6Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%3BAKv9FhB%2CeL26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUE9FT%3BAACD%2CeL06FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUE7FT%3BAACD%2CQAAQ%2CUAAW%2CgBLy6Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%3BAE9FV%2CeL26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaCyDC%3BAACD%2CeL06FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaC0DC%3BAACD%2CQAAQ%2CUAAW%2CgBLy6Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CeLo8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKh%5C%2FFf%3BAACD%2CeLm8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COK%5C%2F%2BFf%3BAADD%2CeLo8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUEvHT%3BAACD%2CeLm8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUEtHT%3BAADD%2CeLo8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaCgCC%3BAACD%2CeLm8FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaCiCC%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CeLu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKn%2BFf%3BAAAD%2CeLu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUE1GT%3BAAAD%2CeLu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaC6CC%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CeL26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKv9Ff%3BAACD%2CeL06FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COKt9Ff%3BAACD%2CQAAQ%2CUAAW%2CgBLy6Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%3BAKv9FhB%2CeL26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUE9FT%3BAACD%2CeL06FI%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%2CUE7FT%3BAACD%2CQAAQ%2CUAAW%2CgBLy6Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBGx7FZ%2CMAAK%2CcAiED%2CiBAGM%3BAE9FV%2CeL26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaCyDC%3BAACD%2CeL06FI%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%2CaC0DC%3BAACD%2CQAAQ%2CUAAW%2CgBLy6Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBI3gGZ%3BEL4OA%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAL2wFJ%2CeA8MI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjNR%2CeA8MI%2CwBAKI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGA%2CeAVR%2CwBAKI%2CQAAO%2CQAKF%2CIAAI%3BEACD%2CWAAA%3B%3BAAMhB%2CeACI%3BEACI%2CSAAA%3B%3BAAFR%2CeACI%2CcAGK%3BEACG%2CaAAA%3B%3BAALZ%2CeACI%2CcAOI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CeACI%2CcAOI%2CgBAMK%3BEACG%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAApBhB%2CeACI%2CcAOI%2CgBAMK%2CSAQG%3BEDl1FhB%2CeAAA%3B%3BACs1FgB%2CeAzBZ%2CcAOI%2CgBAMK%2CSAYI%3BEACG%2CaAAA%3B%3BAA3BpB%2CeACI%2CcAOI%2CgBAuBI%3BEACI%2CUAAA%3BEACA%2CyBAAA%3B%3BAAjChB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%3BE0F3nGpC%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1FwnGsB%2C6BAAA%3BEACA%2CYAAA%3B%3BAAtCpB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAKb%3BEACI%2COAAA%3BEACA%2CeAAA%3B%3BAA1CxB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAKb%2COAII%3BAA5CxB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAKb%2COAKI%3BEDz2FxB%2CeCvLoB%2C4BDuLpB%3BEC22F4B%2CqBAAA%3B%3BAA%5C%2FC5B%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAgBb%2CEAAC%2CMAAM%3BEACH%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEDl3FxB%2CeAAA%3B%3BAC4zFA%2CeA8DI%2CmBACI%2CiBACI%3BEACI%2CaAAA%3B%3BAAjEhB%2CeA8DI%2CmBACI%2CiBAKI%3BEACI%2CyBAAA%3B%3BAArEhB%2CeA0EI%2CMAAK%2CKAAK%2CQAEN%3BAA5ER%2CeA0EI%2CMAAK%2CKAAK%2CQAGN%3BAA7ER%2CeA0EI%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%3BAHi5FV%2CeA0EI%2CMAAK%2CKAAK%2CQIlnGd%3BECmLA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BENgDA%2CgBAAA%3B%3BAM7CA%2CeLm7FI%2CMAAK%2CKAAK%2CQAEN%2CQKr7FP%3BAAAD%2CeLm7FI%2CMAAK%2CKAAK%2CQAGN%2COKt7FP%3BAACD%2CeLk7FI%2CMAAK%2CKAAK%2CQAEN%2CQKp7FP%3BAAAD%2CeLk7FI%2CMAAK%2CKAAK%2CQAGN%2COKr7FP%3BAADD%2CeLm7FI%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUEwCT%3BAACD%2CeLk7FI%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUEyCT%3BAADD%2CeLm7FI%2CMAAK%2CKAAK%2CQIlnGd%2CaC%2BLC%3BAACD%2CeLk7FI%2CMAAK%2CKAAK%2CQIlnGd%2CaCgMC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeL66FI%2CMAAK%2CKAAK%2CQAEN%2CQK%5C%2F6FP%3BAAAD%2CeL66FI%2CMAAK%2CKAAK%2CQAGN%2COKh7FP%3BAAAD%2CeL66FI%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUE8CT%3BAAAD%2CeL66FI%2CMAAK%2CKAAK%2CQIlnGd%2CaCqMC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeLw6FI%2CMAAK%2CKAAK%2CQAEN%2CQK16FP%3BAAAD%2CeLw6FI%2CMAAK%2CKAAK%2CQAGN%2COK36FP%3BAACD%2CeLu6FI%2CMAAK%2CKAAK%2CQAEN%2CQKz6FP%3BAAAD%2CeLu6FI%2CMAAK%2CKAAK%2CQAGN%2COK16FP%3BAACD%2CQAAQ%2CUAAW%2CgBLs6Ff%2CMAAK%2CKAAK%2CQAEN%3BAKx6FR%2CQAAQ%2CUAAW%2CgBLs6Ff%2CMAAK%2CKAAK%2CQAGN%3BAK36FR%2CeLw6FI%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUEmDT%3BAACD%2CeLu6FI%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUEoDT%3BAACD%2CQAAQ%2CUAAW%2CgBLs6Ff%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%3BAEmDV%2CeLw6FI%2CMAAK%2CKAAK%2CQIlnGd%2CaC0MC%3BAACD%2CeLu6FI%2CMAAK%2CKAAK%2CQIlnGd%2CaC2MC%3BAACD%2CQAAQ%2CUAAW%2CgBLs6Ff%2CMAAK%2CKAAK%2CQIlnGd%3BEC6MI%2CoBAAA%3BEN%2BBJ%2CYAAA%3B%3BAC44FY%2CeANR%2CMAAK%2CKAAK%2CQAEN%2CQAIK%3BAAAD%2CeANR%2CMAAK%2CKAAK%2CQAGN%2COAGK%3BAAAD%2CeANR%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUHi%2BFG%3BAAAD%2CeANR%2CMAAK%2CKAAK%2CQIlnGd%2CaJwnGa%3BEACG%2CaAAA%3B%3BAAGJ%2CeAVR%2CMAAK%2CKAAK%2CQAEN%2CQAQK%3BAAAD%2CeAVR%2CMAAK%2CKAAK%2CQAGN%2COAOK%3BAAAD%2CeAVR%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUHq%2BFG%3BAAAD%2CeAVR%2CMAAK%2CKAAK%2CQIlnGd%2CaJ4nGa%3BEDh5Fb%2CcAAA%3B%3BACo5FY%2CeAdR%2CMAAK%2CKAAK%2CQAEN%2CQAYK%3BAAAD%2CeAdR%2CMAAK%2CKAAK%2CQAGN%2COAWK%3BAAAD%2CeAdR%2CMAAK%2CKAAK%2CQG%5C%2FhGd%2CMAAK%2CcAiED%2CiBAGM%2CUHy%2BFG%3BAAAD%2CeAdR%2CMAAK%2CKAAK%2CQIlnGd%2CaJgoGa%3BEACG%2CcAAA%3B%3BAAzFhB%2CeA8FI%3BE0FtrGP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1FmrGU%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjGR%2CeA8FI%2CaAKK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAtGZ%2CeA8FI%2CaAWI%3BEACI%2COAAA%3B%3BAAiFZ%2CIAAI%2CqBACA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CiBAII%2CiBAAiB%2CGAAG%3BEDnhG1B%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BACsgGQ%2CiBAHJ%2CiBAAiB%2CGAAG%2CGAGf%3BEACG%2CqCAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BAAJJ%2CYAKI%3BAALJ%2CYAMI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CYAII%2C6BAOI%3BAAXR%2CYAKI%2C6BAMI%3BAAXR%2CYAMI%2C6BAKI%3BEACI%2COAztGO%2C2BAytGP%3BEACA%2CgBAAA%3B%3BAAEA%2CYAXR%2C6BAOI%2CEAIK%3BAAAD%2CYAVR%2C6BAMI%2CEAIK%3BAAAD%2CYATR%2C6BAKI%2CEAIK%3BEACG%2CcAAA%3B%3BAAMhB%3BAACA%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAVJ%2CgBAWI%3BAAVJ%2CiBAUI%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAARJ%2CkBASI%2CcACI%3BEACI%2CkBAAA%3B%3BAAXZ%2CkBASI%2CcAKI%3BEACI%2CqBAAA%3B%3BAAfZ%2CkBASI%2CcASI%2CSACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAtBhB%2CkBASI%2CcAiBI%3BEACI%2CWAAA%3B%3BAA3BZ%2CkBASI%2CcAqBI%2CUACK%3BEACG%2CeAAA%3B%3BAAEA%2CkBAzBZ%2CcAqBI%2CUACK%2CQAGI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAtCpB%2CkBA2CI%2CMACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAMZ%2CiBACI%2CIAAG%2C0BACC%3BEACI%2CgCAAA%3B%3BAAHZ%2CiBACI%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%3BEACE%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAThB%2CiBACI%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAME%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CiBAdhB%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAME%2CEAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CiBAzBZ%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAqBG%3BEACG%2CkBAAA%3B%3BAAGI%2CiBA7BpB%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAqBG%2CgBAGG%2CEACK%3BEACG%2CmBAAA%3B%3BAAuBhC%2CwBAbqD%3BEACjD%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3B%3B%3BAAQJ%3BED7qGF%2C%2BCAAA%3BEACK%2C4CAAA%3BEACC%2C2CAAA%3BEAcJ%2CuCAAA%3BEAhBF%2CwCAAA%3BEACK%2CqCAAA%3BEACC%2CoCAAA%3BEAcJ%2CgCAAA%3BEAhBF%2CmBCkrGkB%2CuBDlrGlB%3BEACK%2CgBCirGa%2CuBDjrGb%3BEACC%2CeCgrGY%2CuBDhrGZ%3BEAcJ%2CWCkqGgB%2CuBDlqGhB%3BECqqGI%2CeAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CeAAC%3BED7rGP%2CmBC%2BrGsB%2CoBD%5C%2FrGtB%3BEACK%2CgBC8rGiB%2CoBD9rGjB%3BEACC%2CeC6rGgB%2CoBD7rGhB%3BEAcJ%2CWC%2BqGoB%2CoBD%5C%2FqGpB%3B%3BAC6pGA%2CeAsBI%2CWAAU%3BE0F%5C%2F8GjB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1F68GU%2CuBAAA%3B%3BAAzBR%2CeA2BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAnCR%2CeAqCI%3BEACI%2CkBAAA%3B%3BAAtCR%2CeAwCI%3BEACI%2CaAAA%3B%3BAAzCR%2CeA4CI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAA9CR%2CeAiDI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnDR%2CeAuDI%3BE0Fh%5C%2FGP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1F6%2BGU%2CYAAA%3BEACA%2CgBAAA%3B%3BAA1DR%2CeAuDI%2CeAKI%3BE0Fr%5C%2FGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE1Fk%5C%2FGc%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDZ%2CeAuDI%2CeAWI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvEZ%2CeAuDI%2CeAWI%2CUAMI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3EhB%2CeAuDI%2CeAWI%2CUAYI%3BAA9EZ%2CeAuDI%2CeAWI%2CUAaI%3BEACI%2COA96GG%2C2BA86GH%3B%3BAAhFhB%2CeAuDI%2CeAWI%2CUAgBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAApFhB%2CeAuDI%2CeAiCI%3BAAxFR%2CeAuDI%2CeG72GJ%2CMAAK%2CcAiED%2CiBAGM%3BAHkvGV%2CeAuDI%2CeIh8GJ%3BEJk%2BGY%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAzCR%2CeAiCI%2COAQK%3BAAAD%2CeAzCR%2CeG72GJ%2CMAAK%2CcAiED%2CiBAGM%2CUHk1GG%3BAAAD%2CeAzCR%2CeIh8GJ%2CaJy%2BGa%3BEACG%2CkBA%5C%2F7GG%2C2BA%2B7GH%3BEACA%2CcAh8GG%2C2BAg8GH%3B%3BAAlGhB%2CeAuDI%2CeA%2BCI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEDtwGZ%2CcAAA%3B%3BAC6pGA%2CeAuDI%2CeA%2BCI%2CWAMI%3BEACI%2CaAAA%3B%3BAA7GhB%2CeAuDI%2CeA%2BCI%2CWAUI%3BED7wGZ%2CcAAA%3B%3BACozGJ%2CwBA7BqD%3BEACjD%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CeAGI%3BIACI%2CaAAA%3B%3BEAJR%2CeAMI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEATR%2CeAWI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAbR%2CeAeI%3BEAfJ%2CeGj7GA%2CMAAK%2CcAiED%2CiBAGM%3BEH62GV%2CeIpgHA%3BIJohHQ%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAGR%2CoBACI%3BIACI%2CaAAA%3B%3B%3BAAgBZ%2CwBAXsD%3BEAClD%3BIACI%2CYAAA%3B%3BEADJ%2CeAGI%2CeACI%3BIACI%2CaAAA%3B%3B%3BAAMZ%2CYACI%2CYACI%3BEACI%2CWAAA%3B%3BAAHZ%2CYACI%2CYACI%2CGAEI%3BAAJZ%2CYACI%2CYACI%2CGG39GR%2CMAAK%2CcAiED%2CiBAGM%3BAHq5GV%2CYACI%2CYACI%2CGI9iHR%3BEJijHgB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAVR%2CYACI%2CGASK%2CaACG%3BAADJ%2CYAVR%2CYACI%2CGASK%2CaGp%2BGb%2CMAAK%2CcAiED%2CiBAGM%3BAHg6GE%2CYAVR%2CYACI%2CGASK%2CaIvjHb%3BEJyjHoB%2CWAAA%3B%3BAAMpB%3BEACI%2CkBAAA%3B%3BAACA%2CWAAC%3BEACG%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGR%2COACI%3BAADJ%2COAEI%2CYAAY%3BAAFhB%2COAGI%3BAAHJ%2COAII%3BAAJJ%2COAKI%3BEACI%2C%2BBAAA%3B%3BAAGR%2CMACI%2CmBACM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAA2DR%2CQApByB%3BEAoBzB%2CqBAnBI%2CoBAAoB%3BIAChB%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAiBR%2CqBAfI%2CyBAAyB%2CiBAAiB%3BIACtC%2CWAAA%3B%3BEAcR%2CqBAZI%3BIACI%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAUR%2CqBARI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3B%3BEAMR%2CqBAJI%2CoBAAoB%3BIAChB%2CUAAA%3B%3B%3BAAlBZ%2CqBAqBI%2CmBAAmB%2CeAAiB%2CSAAM%3BEACtC%2CeAAA%3BEACA%2CYAAA%3B%3BAAvBR%2CqBAyBI%3BEACI%2CgBAAA%3B%3BAAII%2CqBAFR%2CuBACK%2CQACI%3BEACG%2CYAtnHG%2C2BAsnHH%3B%3BAAFR%2CqBADJ%2CuBACK%2CQAIK%2COAAI%3BEACF%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CqBAZJ%2CuBAYK%2CYAAY%3BEACT%2C4BAAA%3B%3BAAzCZ%2CqBA4BI%2CuBAeM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAACA%2CqBAtBR%2CuBAeM%2COAOG%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CqBAjCJ%2CuBAiCK%3BEACG%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAtCJ%2CuBAsCK%2CQAAW%3BEACR%2COA1pHO%2C2BA0pHP%3B%3BAAEJ%2CqBAzCJ%2CuBAyCK%2CWAAW%3BEACR%2C4BAAA%3B%3BAAtEZ%2CqBAyEI%3BEACI%2CiBAAA%3B%3BAA1ER%2CqBAyEI%2CwBAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAvqHO%2C2BAuqHP%3BEACA%2CeAAA%3BEACA%2CeA%5C%2FpHQ%2C4BA%2BpHR%3BEACA%2CYAAA%3B%3BAAnFZ%2CqBAsFI%2CQAAO%2CKAAM%3BAAtFjB%2CqBAsFI%2CQAAO%2CKGroHX%2CMAAK%2CcAiED%2CiBAGM%3BAH2%2BGV%2CqBAsFI%2CQAAO%2CKIxtHX%3BEJytHQ%2CyBAAA%3B%3BAAvFR%2CqBAyFI%2CoBAAoB%3BEAChB%2CwBAAA%3B%3BAA1FR%2CqBA6FI%2CaAAa%3BAA7FjB%2CqBA8FI%2CaAAa%3BEACT%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjGR%2CqBA6FI%2CaAAa%2CYAKT%3BAAlGR%2CqBA8FI%2CaAAa%2CuBAIT%3BEACI%2CmBAAA%3B%3BAAnGZ%2CqBA6FI%2CaAAa%2CYAQT%2CUAAU%3BAArGlB%2CqBA8FI%2CaAAa%2CuBAOT%2CUAAU%3BEACN%2CeAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA1GZ%2CqBA6FI%2CaAAa%2CYAeT%2CUAAY%3BAA5GpB%2CqBA8FI%2CaAAa%2CuBAcT%2CUAAY%3BEACR%2CgBAAA%3B%3BAA7GZ%2CqBAgHI%2CaAAa%3BEACT%2CgBAAA%3B%3BAAjHR%2CqBAmHI%2CaAAa%2CuBAAuB%2CUAAY%3BEAC5C%2CmBAAA%3B%3BAACA%2CqBAFJ%2CaAAa%2CuBAAuB%2CUAAY%2CSAE3C%3BEACG%2CgBAAA%3B%3BAAtHZ%2CqBAyHI%3BEACI%2CgBAAA%3B%3BAA1HR%2CqBAyHI%2CaAEI%3BAA3HR%2CqBAyHI%2CaAGI%3BAA5HR%2CqBAyHI%2CaAII%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAhIZ%2CqBAyHI%2CaASI%3BEACI%2CgBAAA%3B%3BAAnIZ%2CqBAyHI%2CaAYI%2CyBACI%3BEACI%2CkBAAA%3B%3BAAvIhB%2CqBA4II%3BEACI%2CmBAAA%3B%3BAA7IR%2CqBA%2BII%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAlJR%2CqBAoJI%2CUAAS%3BEACL%2CgBAAA%3B%3BAArJR%2CqBAuJI%2CaAAa%3BEACT%2CSAAA%3B%3BAAxJR%2CqBA0JI%2CUAAY%2CSAAO%3BAA1JvB%2CqBA0JoC%2CUAAY%2CUAAU%2CSAAO%3BEACzD%2CgBAAA%3B%3BAA3JR%2CqBA6JI%2CgBAAgB%3BEACZ%2CeAAA%3BEACA%2CoBAAA%3BEACA%2COAvvHW%2C2BAuvHX%3B%3BAAhKR%2CqBAkKI%2CgBAAgB%2CsBAAsB%3BEAClC%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAArKR%2CqBAuKI%2CgBAAgB%2CSAAS%3BEACrB%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1KR%2CqBA6KI%2CmBAAmB%2CcAAc%3BEAC7B%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhLR%2CqBAmLI%2CaAAa%3BAAnLjB%2CqBAoLI%2CmBAAmB%3BAApLvB%2CqBAqLI%2C2BAA2B%3BEACvB%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2COAlxHW%2C2BAkxHX%3BEACA%2CmBAAA%3B%3BAA5LR%2CqBA8LI%2CaAAa%2COAAO%3BAA9LxB%2CqBA8L%2BB%2CaAAa%2COAAO%3BAA9LnD%2CqBA8L4D%2CmBAAmB%2CcAAc%2COAAO%3BAA9LpG%2CqBA8L2G%2CmBAAmB%2CcAAc%2COAAO%3BEAC3I%2CgBAAA%3B%3BAA%5C%2FLR%2CqBAiMI%2CMAAK%2CKAAK%2CMAAM%3BEACZ%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAJJ%2CMAAK%2CKAAK%2CMAAM%2CaAIX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA3MZ%2CqBA8MI%2C0BAA0B%2CiBAAiB%2CWACvC%3BAA%5C%2FMR%2CqBA8MI%2C0BAA0B%2CiBAAiB%2CWG7vH%5C%2FC%2CMAAK%2CcAiED%2CiBAGM%3BAH2%2BGV%2CqBA8MI%2C0BAA0B%2CiBAAiB%2CWIh1H%5C%2FC%3BEJk1HY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAApNZ%2CqBAwNI%3BEACI%2CWAAA%3B%3BAAzNR%2CqBA4NI%2CaACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FNZ%2CqBAmOI%2CQAAO%2CKAAM%2COAAO%2COAAO%3BEACvB%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2COA9zHW%2C2BA8zHX%3B%3BAAvOR%2CqBAyOI%2CmBAAmB%2CeAAiB%3BEAChC%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CqBAHJ%2CmBAAmB%2CeAAiB%2CSAG%5C%2FB%3BEACG%2CQAAA%3BEACA%2COAr0HO%2C2BAq0HP%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhPZ%2CqBAmPI%2CmBAAmB%3BEACf%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAvPR%2CqBAyPI%2CQAAO%2CKAAM%2CmBAAmB%3BEAC5B%2CeAAA%3B%3BAACA%2CqBAFJ%2CQAAO%2CKAAM%2CmBAAmB%2CcAE3B%3BEACG%2CiBAAA%3B%3BAA5PZ%2CqBA%2BPI%2CgBAAgB%2CcAAa%2CIAAI%3BEAC7B%2C6BAAA%3B%3BAAhQR%2CqBAkQI%2CgBACI%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAtQZ%2CqBAkQI%2CgBACI%2CyBAII%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAzQhB%2CqBAkQI%2CgBAWI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FQZ%2CqBAkRG%2CmBAAmB%2CeAAe%2CSAAS%2CcAAc%3BEACpD%2CkBAAA%3B%3BAAnRR%2CqBAqRI%2CmBAAmB%2CeAAe%2CSAC9B%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3RZ%2CqBAqRI%2CmBAAmB%2CeAAe%2CSAC9B%2CcAMI%3BEACI%2CgBAAA%3B%3BAA7RhB%2CqBAqRI%2CmBAAmB%2CeAAe%2CSAC9B%2CcASI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjShB%2CqBAqSI%3BEACI%2CcAAA%3B%3BAAtSR%2CqBAwSI%2CiBAAiB%3BAAxSrB%2CqBAwS4C%2CcAAc%3BEAClD%2CeAAA%3B%3BAAzSR%2CqBA2SI%2CyBAAyB%2CwBAAwB%2CmBAAiB%2CWAAS%2CQAAO%3BEAC9E%2CiBAAA%3BEACA%2CYAAA%3B%3BAA7SR%2CqBA%2BSI%3BEACI%2CmBAAA%3B%3BAAhTR%2CqBA%2BSI%2CgCAEI%2CMAAM%3BEACF%2CmBAAA%3B%3BAAlTZ%2CqBAqTI%2CiBACK%2CYACI%3BAAvTb%2CqBAqTI%2CiBACK%2CYAEI%3BEACG%2CaAAA%3B%3BAAzThB%2CqBA6TI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2COAx5HW%2C2BAw5HX%3BEACA%2CkBAAA%3B%3BAAlUR%2CqBAoUI%2CQAAO%2CKACH%2CMAAK%3BAArUb%2CqBAoUI%2CQAAO%2CKACiB%2CMAAK%3BAArUjC%2CqBAoUI%2CQAAO%2CKACyC%2CMAAK%3BAArUzD%2CqBAoUI%2CQAAO%2CKAC4D%2CMAAK%3BAArU5E%2CqBAoUI%2CQAAO%2CKAC%2BE%2CMAAK%3BAArU%5C%2FF%2CqBAoUI%2CQAAO%2CKACqG%2CMAAK%3BAArUrH%2CqBAoUI%2CQAAO%2CKAC2H%2CMAAK%3BAArU3I%2CqBAoUI%2CQAAO%2CKACgJ%2CMAAK%3BAArUhK%2CqBAoUI%2CQAAO%2CKACqK%3BEACpK%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA1UZ%2CqBA6UI%2CWAAW%2CEAAC%3BAA7UhB%2CqBA6UwB%2CMAAK%2CIAAI%2CYAAY%3BAA7U7C%2CqBA6UqD%2CSAAQ%2CIAAI%2CYAAY%3BAA7U7E%2CqBA6UqF%2COAAM%2CIAAI%2CYAAY%3BEACnG%2CcAr6HW%2C2BAq6HX%3B%3BAA9UR%2CqBAgVI%2COAAO%2CSAAQ%2CcAAe%3BEAC1B%2CkBAAA%3B%3BAAjVR%2CqBAmVI%3BEACI%2CUAAA%3BEACA%2CQAAA%3B%3BAArVR%2CqBAwVI%2CyBAAyB%2CgBAAkB%2CkBAAgB%3BEACvD%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA3VR%2CqBA8VI%2CQAAO%2CKAAM%2CMAAK%3BEACd%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAjWR%2CqBAmWI%2CyBAAyB%3BEACrB%2CwBAAA%3B%3BAApWR%2CqBAsWI%2CwBAAwB%2CMAAK%3BEACzB%2CaAAA%3BEACA%2CmBAAA%3B%3BAAxWR%2CqBAsWI%2CwBAAwB%2CMAAK%2CcAGzB%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAA5WZ%2CqBAsWI%2CwBAAwB%2CMAAK%2CcAQzB%3BEACI%2CaAAA%3B%3BAA%5C%2FWZ%2CqBAsWI%2CwBAAwB%2CMAAK%2CcAQzB%2CiBAEI%2CSAAS%3BEACL%2CSAAA%3BEACA%2CkBAz8HG%2C2BAy8HH%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAl8HI%2C4BAk8HJ%3B%3BAACA%2CqBAhBZ%2CwBAAwB%2CMAAK%2CcAQzB%2CiBAEI%2CSAAS%2CQAMJ%3BEACG%2CyBAAA%3B%3BAAvXpB%2CqBA4XI%2CgCAAgC%2C4BAA4B%3BEACxD%2CcAAA%3B%3BAACA%2CqBAFJ%2CgCAAgC%2C4BAA4B%2CaAEvD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkDAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COA59HO%2C2BA49HP%3B%3BAArYZ%2CqBAwYI%3BEACI%2CUAAA%3BEACA%2CoBAAA%3B%3BAA1YR%2CqBAwYI%2CgCAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2COAt%2BHO%2C2BAs%2BHP%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlZZ%2CqBAwYI%2CgCAYI%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAzZZ%2CqBAwYI%2CgCAYI%2C8BAMI%3BEACI%2CcAAA%3B%3BAA3ZhB%2CqBAwYI%2CgCAYI%2C8BASI%3BEACI%2CaAAA%3B%3BAA9ZhB%2CqBAwYI%2CgCAYI%2C8BAYI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAArahB%2CqBAwYI%2CgCAgCI%3BAAxaR%2CqBAwYI%2CgCAgCc%3BEACN%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAA3aZ%2CqBA%2BaI%2CyBACI%3BEACI%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAApbZ%2CqBA%2BaI%2CyBACI%2CsBAKI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2COA%5C%2FgIG%2C2BA%2BgIH%3BEACA%2CgBAAA%3B%3BAAGR%2CqBAbJ%2CyBAaK%2CQACG%3BEACI%2C0BAAA%3B%3BAAGR%2CqBAlBJ%2CyBAkBK%2CYACG%3BEACI%2CsBAAA%3B%3BAAnchB%2CqBA%2BaI%2CyBAuBI%3BEACI%2CsBAAA%3B%3BAAvcZ%2CqBA%2BaI%2CyBA0BI%3BEACI%2CgBAAA%3B%3BAA1cZ%2CqBA%2BaI%2CyBA6BG%3BEACK%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAjdZ%2CqBA%2BaI%2CyBA6BG%2CyBAMK%3BEACI%2CcAAA%3B%3BAAndhB%2CqBA%2BaI%2CyBA6BG%2CyBASK%3BEACI%2CaAAA%3B%3BAAtdhB%2CqBA%2BaI%2CyBA6BG%2CyBAYK%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAA7dhB%2CqBA%2BaI%2CyBAiDG%2CwBAAwB%2CUAAS%2CIAAI%3BEAChC%2CgBAAA%3B%3BAAjeZ%2CqBA%2BaI%2CyBAqDI%3BEACI%2C6BAAA%3B%3BAAMJ%2CQAJ6B%3BEAI7B%2CqBA5DJ%2CyBAqDI%3BIAKQ%2CeAAA%3B%3B%3BAAzehB%2CqBA%2BaI%2CyBA8DI%3BEACI%2CUAAA%3B%3BAAmBJ%2CwBAhB0C%3BEAgB1C%2CqBAlFJ%2CyBAoEQ%3BEAcJ%2CqBAlFJ%2CyBAqEQ%3BIACI%2CSAAA%3B%3BEAYR%2CqBAlFJ%2CyBAyEQ%2CgBAEI%3BEAOR%2CqBAlFJ%2CyBAyEQ%2CgBAGI%3BIACI%2CeAAA%3B%3B%3BAAUhB%2CwBAL8C%3BEAK9C%2CqBAvFA%2CyBAmFQ%2CwBAAwB%2CmBAAiB%2CWAAS%2CQAAO%3BIACrD%2CWAAA%3B%3B%3BAAngBhB%2CqBAwgBI%2CeAAe%3BEACX%2CYAAA%3B%3BAAzgBR%2CqBA2gBI%2CyBAAyB%3BEACrB%2CUAAA%3B%3BAA5gBR%2CqBA2gBI%2CyBAAyB%2CkBAErB%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2COAzmIO%2C2BAymIP%3B%3BAACA%2CqBARR%2CyBAAyB%2CkBAErB%2CcAMK%3BEACG%2COA3mIG%2C2BA2mIH%3B%3BAACA%2CqBAVZ%2CyBAAyB%2CkBAErB%2CcAMK%2CMAEI%3BEACG%2COA7mID%2C2BA6mIC%3B%3BAAGR%2CqBAdR%2CyBAAyB%2CkBAErB%2CcAYK%3BEACG%2COAjnIG%2C2BAinIH%3B%3BAA1hBhB%2CqBA8hBI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhiBR%2CqBAkiBI%2CuBAAsB%2CQAAS%2COAAI%3BEAC%5C%2FB%2CYA1nIW%2C2BA0nIX%3B%3BAAniBR%2CqBAsiBI%2CuBAAsB%2CQAAS%2COAAI%3BEAC%5C%2FB%2COA9nIW%2C2BA8nIX%3B%3BAAviBR%2CqBAyiBI%2C%2BBACI%2CMAAM%2CQAAM%2CKAAG%3BEACX%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAVR%2C%2BBACI%2CMAAM%2CQAAM%2CKAAG%2CKASV%3BEACG%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CqBAdR%2C%2BBACI%2CMAAM%2CQAAM%2CKAAG%2CKAaV%3BEACG%2CsBAAA%3BEACA%2C%2BBAAA%3B%3BAAzjBhB%2CqBAyiBI%2C%2BBAmBI%2CMAAK%3BEACD%2CgBAAA%3B%3BAA7jBZ%2CqBAyiBI%2C%2BBAmBI%2CMAAK%2C%2BBAED%2CMAAK%3BEACD%2CQAAA%3BEACA%2CkBAAA%3B%3BAAhkBhB%2CqBAokBI%2CgBAAgB%2CaAAY%2CcAAe%3BEACvC%2CUAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqBAAsB%2CaAAa%2CqBAAqB%3BEACpD%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CkBAAkB%2CQAAO%3BEAC3C%2CoBAAA%3B%3BAADJ%2CqBAAsB%2CkBAAkB%2CQAAO%2CSAE3C%2CSAAQ%3BEACJ%2CeAAA%3B%3BAAwBJ%2CQApB0B%3BEAoB1B%2CqBAnBI%3BIACK%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAgBT%2CqBAdI%2CoBAAoB%3BIAChB%2CcAAA%3B%3BEAaR%2CqBAXI%2C0BAA0B%2CiBAAmB%3BIACzC%2CWAAA%3BIACA%2CgBAAA%3B%3BEASR%2CqBAPI%2CSAAS%2CQAAO%2CKAAM%2COAAM%3BIACxB%2CeAAA%3B%3BEAMR%2CqBAJI%2CwBAAwB%2CMAAK%2CcAAe%2CiBAAiB%3BIACzD%2CgBAAA%3B%3B%3BAA8BR%2CQA3B0B%3BEA2B1B%2CqBA1BI%2CyBAAyB%2CsBAAsB%3BIAC3C%2CmBAAA%3B%3BEAyBR%2CqBAvBI%2CwBAAwB%2CMAAK%3BIACzB%2CcAAA%3B%3BEAsBR%2CqBAvBI%2CwBAAwB%2CMAAK%2CcAEzB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAmBZ%2CqBAhBI%3BIACI%2CYAAA%3B%3BEAeR%2CqBAbI%3BIACI%2CgBAAA%3B%3BEAYR%2CqBAbI%2CyBAEI%3BIACI%2CgBAAA%3B%3BEAUZ%2CqBAPI%3BIACI%2CgBAAA%3B%3BEAMR%2CqBAJI%3BIACI%2CcAAA%3B%3B%3BAAmBZ%2CQAhB8B%3BEAgB9B%2CqBAfQ%2CQAAO%2CKAAM%2CMAAK%3BIACd%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3B%3BEAWZ%2CqBATQ%2C%2BBAA%2BB%2CMAAQ%2CQAAQ%2CKAAK%3BIAChD%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAMZ%2CyBACI%3BEACI%2CkBAAA%3B%3BAASR%2CQAN6B%3BEAM7B%2CyBAJQ%2CiBAAiB%3BIACb%2CWAAA%3B%3B%3BAgNjvIZ%2CiBAAiB%2CIAAI%2CgCACjB%2CQAAO%3BEACH%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CiBAAiB%2CIAAI%2CgCAMjB%2CkBAAiB%2CIAAI%3BEACjB%2CSAAA%3B%3BAAPR%2CiBAAiB%2CIAAI%2CgCASjB%2CaAAY%3BEACR%2CwBAAA%3B%3BAAIR%2C0BAEI%2CSACI%3BAAFR%2C2BACI%2CSACI%3BEACI%2CwBAAA%3B%3BAAJZ%2C0BAOI%2CUAAS%2CQAAW%2CWAAS%3BAANjC%2C2BAMI%2CUAAS%2CQAAW%2CWAAS%3BEACzB%2CcAAA%3B%3BAAIR%2C2BAKI%2CkBACI%3BAALR%2CyBAII%2CkBACI%3BAAJR%2CgCAGI%2CkBACI%3BAAHR%2CyBAEI%2CkBACI%3BAAFR%2CsBACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAPZ%2C2BAKI%2CkBAKI%3BAATR%2CyBAII%2CkBAKI%3BAARR%2CgCAGI%2CkBAKI%3BAAPR%2CyBAEI%2CkBAKI%3BAANR%2CsBACI%2CkBAKI%3BEACI%2COAAA%3B%3BAAXZ%2C2BAKI%2CkBAQI%3BAAZR%2CyBAII%2CkBAQI%3BAAXR%2CgCAGI%2CkBAQI%3BAAVR%2CyBAEI%2CkBAQI%3BAATR%2CsBACI%2CkBAQI%3BEACI%2CwBAAA%3B%3BAAdZ%2C2BAqBI%2CUAAU%3BAApBd%2CyBAoBI%2CUAAU%3BAAnBd%2CgCAmBI%2CUAAU%3BAAlBd%2CyBAkBI%2CUAAU%3BAAjBd%2CsBAiBI%2CUAAU%3BEjN6Id%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAiNlKA%2C2BA0BI%2CSACI%2CUAAU%3BAA1BlB%2CyBAyBI%2CSACI%2CUAAU%3BAAzBlB%2CgCAwBI%2CSACI%2CUAAU%3BAAxBlB%2CyBAuBI%2CSACI%2CUAAU%3BAAvBlB%2CsBAsBI%2CSACI%2CUAAU%3BEACN%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA9BZ%2C2BA0BI%2CSACI%2CUAAU%2CoBAKN%3BAA%5C%2FBZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAKN%3BAA9BZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAKN%3BAA7BZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAKN%3BAA5BZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAKN%3BAAhCZ%2C2BA0BI%2CSACI%2CUAAU%2CoBAMN%3BAAhCZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAMN%3BAA%5C%2FBZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAMN%3BAA9BZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAMN%3BAA7BZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAMN%3BAAjCZ%2C2BA0BI%2CSACI%2CUAAU%2CoBAON%3BAAjCZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAON%3BAAhCZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAON%3BAA%5C%2FBZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAON%3BAA9BZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAON%3BEACI%2CaAAA%3B%3BAAnChB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%3BAArCZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%3BAApCZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%3BAAnCZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%3BAAlCZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%3BEACI%2CWAAA%3B%3BAAvChB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAzCpB%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAxCpB%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAvCpB%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAtCpB%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BEACI%2CSAAA%3B%3BAA3CxB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA5CxB%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA3CxB%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA1CxB%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAAzCxB%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA7CxB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA7CxB%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA5CxB%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA3CxB%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA1CxB%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2C2BA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CgCA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CsBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2C2BA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CgCA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CsBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BEACG%2CaAAA%3B%3BAAvD5B%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA7DnC%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA5DnC%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA3DnC%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA1DnC%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA9DnC%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA7DnC%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA5DnC%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA3DnC%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA1DnC%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BEjN7JnC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAiN0FA%2C2BAwEI%3BAAvEJ%2CyBAuEI%3BAAtEJ%2CgCAsEI%3BAArEJ%2CyBAqEI%3BAApEJ%2CsBAoEI%3BEACI%2CkBAAA%3B%3BAAzER%2C2BAwEI%2CYAEI%2CEAAC%2CIAAI%3BAAzEb%2CyBAuEI%2CYAEI%2CEAAC%2CIAAI%3BAAxEb%2CgCAsEI%2CYAEI%2CEAAC%2CIAAI%3BAAvEb%2CyBAqEI%2CYAEI%2CEAAC%2CIAAI%3BAAtEb%2CsBAoEI%2CYAEI%2CEAAC%2CIAAI%3BEACD%2COhNzGF%2CkBgNyGE%3B%3BAAIA%2C2BAPR%2CYAMI%2CEACK%3BAAAD%2CyBAPR%2CYAMI%2CEACK%3BAAAD%2CgCAPR%2CYAMI%2CEACK%3BAAAD%2CyBAPR%2CYAMI%2CEACK%3BAAAD%2CsBAPR%2CYAMI%2CEACK%3BEjNmFb%2CSiNlF8D%2COjNkF9D%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CcAAA%3BE2FpOI%2CkBAAA%3BEsHsJY%2CkBAAA%3B%3BAAShB%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CgBAKI%3BE3MjLJ%2CsBAAA%3BENiPA%2CYC1LiB%2CyBD0LjB%3BEAAA%2CkBC3LY%2CoBD2LZ%3BEAAA%2COC3LY%2CoBD2LZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaCtLkB%2C0BDsLlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEM9NA%2CsBAAA%3BEACA%2CsBAAA%3BE2M%2BJQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BA3MlJR%2CgB2M4II%2CQ3M5IH%3BAACD%2CgB2M2II%2CQ3M3IH%3BEN2MD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAM%5C%2FLA%2CgB2M%2BHI%2CQ3M%5C%2FHH%3BEN%2BLD%2CYCzLwB%2CgCDyLxB%3BEAAA%2CyBAAA%3BEAAA%2COCxLmB%2C2BDwLnB%3B%3BAMnLA%2CgB2MmHI%2CQ3MnHH%3BAACD%2CgB2MkHI%2CQ3MlHH%3BAACD%2CQAAQ%2CUAAW%2CiB2MiHf%3BEjNgEJ%2CYAAA%3BEM%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2MqHI%2CgBAPJ%2CQAOK%3BEACG%2CSAAS%2CEAAT%3BEtHId%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE3F8CE%2CWAAA%3BEAAA%2CYAAA%3BE2F3CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE3FyBA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEiNpDY%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAAIA%2CgBApBR%2CQAmBK%2CQACI%3BEACG%2CUAAA%3B%3BAA0BhB%2C2BACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAtH7ER%2CgCsH6KI%2CYtH7KH%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE3FiFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2F9EI%2CYAAY%2CmCAAZ%3B%3BAsH%2BJJ%2CgCAII%2COAAM%3BEAEF%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgCANJ%2COAAM%2COAMD%3BEACG%2CUAAA%3B%3BAAGJ%2CgCAVJ%2COAAM%2COAUD%2COAEG%3BAAFJ%2CgCAVJ%2COAAM%2COAUD%2COAGG%3BEjNlHd%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAiNiFA%2CgCAII%2COAAM%2COAkBF%3BEjNvHV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2FjHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE3F8GG%2COAAA%3BE2F5GH%2CgBAAA%3BE3F4FC%2CmBiNyHqC%2CwBjNzHrC%3BEACK%2CgBiNwHgC%2CwBjNxHhC%3BEACC%2CeiNuH%2BB%2CwBjNvH%5C%2FB%3BEAcJ%2CWiNyGmC%2CwBjNzGnC%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BEiN6GY%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEjNrHZ%2CiBAAA%3B%3BAiNiFA%2CgCAII%2COAAM%2COAkBF%2CcAiBI%3BEjNxHZ%2CqBAAA%3BEoChOA%2CqBAAA%3BE6K8VgB%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA7K5VhB%2CgC6K%2BSI%2COAAM%2COAkBF%2CcAiBI%2CO7KlVX%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqC1OU%2COrC0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEoCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA6K0DgB%2CgCA9CZ%2COAAM%2COAkBF%2CcAiBI%2COAWK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAArDpB%2CgCAII%2COAAM%2COAsDF%3BEjN3JV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE2FjHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE3F8GG%2COAAA%3BE2F5GH%2CgBAAA%3BEACA%2CSAAA%3BE3F2FC%2CmBiN6JqC%2CwBjN7JrC%3BEACK%2CgBiN4JgC%2CwBjN5JhC%3BEACC%2CeiN2J%2BB%2CwBjN3J%5C%2FB%3BEAcJ%2CWiN6ImC%2CwBjN7InC%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BEiNiJY%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApEZ%2CgCAII%2COAAM%2COAoEF%2CgBACK%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAtHtOnB%2CgCsH0OQ%2CcACG%2CYtH3OV%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAsHwOM%2CgCAAC%2CcAIG%3BEACI%2CcAAA%3B%3BAAsBZ%2CyBACI%2CSAAQ%2CiBAEJ%3BAAHR%2CyBACI%2CSAAQ%2CiBAGJ%3BEACI%2CaAAA%3B%3BAAMZ%2CgCACI%2CSACI%2COAAM%3BEACF%2CSAAA%3BEACA%2CSAAA%3B%3BAAJZ%2CgCACI%2CSACI%2COAAM%2COAIF%3BEACI%2CYAAA%3B%3BAAMhB%2CyBACI%2COACI%3BEACI%2CwBAAA%3B%3BAAKZ%2CuBACI%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAHR%2CuBACI%2CSAAQ%2CiBAGJ%3BEACI%2CwBAAA%3B%3BAALZ%2CuBAQI%3BEACI%2CgBAAA%3B%3BAATR%2CuBAWI%2CUAAS%2CQAAW%2CWAAQ%3BEACxB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CuBAWI%2CUAAS%2CQAAW%2CWAAQ%2CiBAGxB%3BEACG%2CSAAA%3BEACC%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAUZ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2C0BAAyB%3BEACrB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKR%2CkBACI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAFR%2CkBAII%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAwCR%3BEACI%3BIACI%2CWAAW%2CUAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2C8CAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CUAAA%3BEACA%2CoFAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAU%3BEACN%2COAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAU%2CaAAa%3BEACnB%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CMAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkCAAkC%2C4BAAlC%3B%3BAAGJ%2CQAAS%2CiBAAgB%3BEACrB%2C8BAA8B%2C4BAA9B%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CmCAAmC%2C0BAAnC%3B%3BAAGJ%2CQAAS%2CiBAAgB%3BEACrB%2C%2BBAA%2BB%2C0BAA%5C%2FB%3B%3BAAGJ%2CUAAW%2CiBAAiB%3BEACxB%2CiBAAA%3B%3BAAGJ%2CUACI%3BEACI%2C6BAAA%3B%3BAAFR%2CUAII%2CgBAAe%3BEACX%2CUAAA%3B%3BAAIR%2CUAAW%2CcAAc%3BEACrB%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CyCAAA%3B%3BAA2EJ%2CmBACI%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAAFR%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEjNhkBV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAiNwiBA%2CmBAII%2CYAMI%3BAAVR%2CmBAII%2CY7MrsBJ%2CMAAK%2CcAiED%2CiBAGM%3BA6M6nBV%2CmBAII%2CY5MxxBJ%3BE4M%2BxBY%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBAlBR%2CYAMI%2COAYK%3BAAAD%2CmBAlBR%2CY7MrsBJ%2CMAAK%2CcAiED%2CiBAGM%2CU6MmpBG%3BAAAD%2CmBAlBR%2CY5MxxBJ%2Ca4M0yBa%3BEACG%2CyBAAA%3B%3BAAMhB%2CiBACI%3BAADJ%2CiBAEI%3BEACI%2CkBAAA%3B%3BAAEA%2CiBAJJ%2CaAIK%3BAAAD%2CiBAHJ%2CYAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAARZ%2CiBACI%2CaAUI%3BAAXR%2CiBAEI%2CYASI%3BEACI%2CYAAA%3BEACA%2COAAO%2CmBAAP%3BEACA%2CkBAAA%3B%3BAAdZ%2CiBACI%2CaAUI%2CWAII%3BAAfZ%2CiBAEI%2CYASI%2CWAII%3BEACI%2CkBAAA%3B%3BAAGA%2CiBAlBZ%2CaAUI%2CWAOI%2CqBACK%2CeAAgB%3BAAAjB%2CiBAjBZ%2CYASI%2CWAOI%2CqBACK%2CeAAgB%3BEACb%2CUAAA%3BEACA%2CQAAA%3B%3BAArBpB%2CiBACI%2CaAyBI%3BAA1BR%2CiBAEI%2CYAwBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEAEA%2CkBAAA%3B%3BAA%5C%2FBZ%2CiBACI%2CaAyBI%2CSAMI%3BAAhCZ%2CiBAEI%2CYAwBI%2CSAMI%3BEACI%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CsCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAEA%2CiBA3CZ%2CaAyBI%2CSAMI%2CaAYK%3BAAAD%2CiBA1CZ%2CYAwBI%2CSAMI%2CaAYK%3BEjNjoBnB%2CmBiNkoBkC%2CajNloBlC%3BEACK%2CgBiNioB6B%2CajNjoB7B%3BEACC%2CeiNgoB4B%2CajNhoB5B%3BEAcJ%2CWiNknBgC%2CajNlnBhC%3BEiNonBoB%2COhNpzBV%2CkBgNozBU%3B%3BAAGJ%2CiBAjDZ%2CaAyBI%2CSAMI%2CaAkBK%3BAAAD%2CiBAhDZ%2CYAwBI%2CSAMI%2CaAkBK%3BEACG%2CqBAAA%3B%3BAAGJ%2CiBArDZ%2CaAyBI%2CSAMI%2CaAsBK%3BAAAD%2CiBApDZ%2CYAwBI%2CSAMI%2CaAsBK%3BEACG%2C0CAAA%3B%3BAAehB%2CwBAXyD%3BEAWzD%2CiBArEA%2CaA2DQ%3BEAUR%2CiBApEA%2CYA0DQ%3BIACI%2CWAAA%3B%3BEASZ%2CiBArEA%2CaA8DQ%3BEAOR%2CiBApEA%2CYA6DQ%3BIACI%2CaAAA%3B%3B%3BAAhEhB%2CiBAuEI%2CaACI%3BEACI%2CWAAA%3B%3BAAzEZ%2CiBAuEI%2CaAII%3BEACI%2CYAAA%3B%3BAA5EZ%2CiBA%2BEI%2CaACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnFZ%2CiBA%2BEI%2CaACI%2CeAII%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEjN3qBlB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAiN6pBgB%2CiBATZ%2CaACI%2CeAII%2CeAIK%3BEACG%2CUAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAA1FpB%2CiBA%2BEI%2CaAeI%2CaACI%2CeACI%3BEACI%2CUAAA%3B%3BAAjGpB%2CiBAuGI%2CWACI%2CgBACM%2CiBAAc%2CIAAI%3BEAChB%2CaAAA%3B%3BAA1GhB%2CiBAuGI%2CWAMI%2CaACK%3BEACE%2CcAAA%3B%3BAAMf%2CaACI%2CWACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CgBAAA%3B%3BAARR%2CaAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CaAUI%2CaAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CaAUI%2CaAMI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CaAUI%2CaAMI%2CaAGM%3BEACE%2CcAAA%3B%3BAApBhB%2CaAUI%2CaAaI%3BEACI%2C0BAAA%3B%3BAAxBZ%2CaAUI%2CaAaI%2CaAEI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BACr%2BBhB%2CwBAJ%2BC%3BEtDsG3C%2CMAAC%2C0CACG%2CeACI%3BI5JqKZ%2CYAAA%3BIAAA%2CSAAA%3BI4JjKgB%2CUAAA%3B%3BECWhB%2CcACI%3BI7JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI6JlJQ%2CUAAA%3B%3B%3BAqDnHR%2CwBAJqD%3BE5L4DrD%3BEJsgBA%2CkBACI%2CYACI%2CSACI%2CQAAO%3BIZ7XnB%2CWAAA%3B%3BEgBkSA%3BItB7eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEkC4CD%2CmBACI%2CUACM%2CmBlC%5C%2FCT%3BEkC6CD%2CmBACI%2CUACM%2CmBlC9CT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEkCuCD%2CmBACI%2CUACM%2CmBlCzCT%3BIACG%2CWAAA%3B%3BEsB22BJ%3BEH3mBQ%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%3BInBpBZ%2CcAAA%3BIoC9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEjB2RO%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%2CKiB5RX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqCpOU%2COrCoOV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEd4lBA%3BEH3rBQ%2C0BAFJ%2CUAEK%2COAGG%3BIGyrBR%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BItB3qBJ%2CcAAA%3BIoChOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BEjBoMO%2C0BAFJ%2CUAEK%2COAGG%2CeiBvMX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC9NQ%2COrC8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEd4mBI%2C0BAAC%3BEH3sBG%2C0BAFJ%2CUAEK%2COAGG%2CeGwsBP%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEcx1BR%2C0Bd21BK%2COc31BJ%3BEjB0IO%2C0BAFJ%2CUAEK%2COAGG%2CeG8sBP%2COc31BJ%3BIpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BEsB8uBA%2CyBACI%3BEADJ%2CyBAEI%3BEAFJ%2CyBAGI%3BES1qBJ%2CQAKI%2CSTmqBA%3BESxqBJ%2CQAKI%2CSToqBA%3BESzqBJ%2CQAKI%2CSTqqBA%3BEHpqBJ%2CyBGkqBI%3BEHlqBJ%2CyBGmqBI%3BEHnqBJ%2CyBGoqBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAqGR%2C%2BBACI%3BElBxpBJ%2CeACI%2CWkBupBA%3BIACI%2CkBAAA%3B%3BEAIA%2C%2BBADJ%2CQACK%3BEACD%2C%2BBAFJ%2CQAEK%3BEACD%2C%2BBAHJ%2CQAGK%3BElB%5C%2FpBT%2CeACI%2CWkB2pBA%2CQACK%3BElB7pBT%2CeACI%2CWkB2pBA%2CQAEK%3BElB9pBT%2CeACI%2CWkB2pBA%2CQAGK%3BIACG%2CmBAAA%3B%3BEAGJ%2C%2BBAPJ%2CQAOK%3BEACD%2C%2BBARJ%2CQAQK%3BElBpqBT%2CeACI%2CWkB2pBA%2CQAOK%3BElBnqBT%2CeACI%2CWkB2pBA%2CQAQK%3BIACG%2CcAAA%3B%3BEAgHZ%3BEuI5mCA%2CcACI%3BI7JqJJ%2CYAAA%3BIAAA%2CSAAA%3BIsBs7BA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEuI%5C%2FkCD%2CcACI%2CuBvI6kCH%3BEuI9kCD%2CcACI%2CuBvI8kCH%3BItB34BD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIsBg8BI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BEuI3lCD%2CcACI%2CuBvI0lCH%3BItBr8BD%2CyBAAA%3B%3BEsBy8BA%2CiDAAC%3BEuI%5C%2FlCD%2CcACI%2CuBvI8lCH%3BItBz8BD%2C4BAAA%3BIsB28BI%2CQAAA%3B%3BEqDtsCJ%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CiBAAA%3BIACA%2CkBAAA%3B%3BEkBlCR%2CQAAQ%2CKAAK%3BICkIb%2CSAAA%3BIACA%2CUAAA%3B%3BEDnIA%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%3BIACH%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEDxIJ%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%2CMAKD%3BIACE%2CcAAA%3B%3BED3IR%2CQAAQ%2CKAAK%2CMC%2BIX%2CQAAK%3BIAEH%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BE9F7HJ%2CQ6FvBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ9FxHN%3BEACD%2CQ6FxBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ9FvHN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ6F7BQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQ9FlHN%3BIACG%2CWAAA%3B%3BE8FwHA%2CQDtJI%2CKAAK%2CMC%2BIX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEDvJR%2CQAAQ%2CKAAK%2CMC4MP%2CQAAK%3BI9F%2BDX%2CeAAA%3B%3BE6F3QA%2CQAAQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%3BI9F0DN%2CmBAAA%3BIAAA%2CoCAAA%3BIAAA%2CkCAAA%3BIAAA%2CmCAAA%3BIAAA%2CiCAAA%3BIAAA%2CgCAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEDjJA%2CQ8F1HQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU%5C%2FFvFL%3BICiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CQ8F%5C%2FHQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU%5C%2FFlFL%3BIC4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEDvIA%2CQ8FpIQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CU%5C%2FF7EL%3BICuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE8F9BI%2CQD7OI%2CKAAK%2CMCgNX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD9OI%2CKAAK%2CMCgNX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BI9F6B9B%2CmBAAA%3B%3BE8FzBI%2CQDlPI%2CKAAK%2CMCgNX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDnPI%2CKAAK%2CMCgNX%2CQAAK%2CMAmCF%2COAAU%3BEACX%2CQDpPI%2CKAAK%2CMCgNX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BEAClB%2CQDrPI%2CKAAK%2CMCgNX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BI9FsBtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIAAA%2CsBAAA%3B%3BE6F3QA%2CQAAQ%2CKAAK%2CMC6PX%2CQAAK%3BI9FcP%2CmBAAA%3BIAAA%2CSAAA%3BIAAA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE6F3QA%2CQAAQ%2CKAAK%2CMAGT%2CMAAK%3BIACD%2CcAAA%3B%3BEAJR%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEATZ%2CQAAQ%2CKAAK%2CMAaP%2CQAAK%3BIACH%2CuBAAA%3B%3BEQuSJ%2CYAAC%3BIrG1CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEqG5NA%2CYAsQK%2CYAtQJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEAmQZ%2CYAAC%2CYA9PL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3BIACA%2C4BAAA%3B%3BEAuPA%2CYAAC%2CYArPL%2CkBAAiB%3BIACb%2CgBAAA%3B%3BEAoPA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEChOZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIrGsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEqGpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIrG8NN%2CgEAAA%3BIACK%2C6DAAA%3BIACC%2C4DAAA%3BIAcJ%2CwDAAA%3B%3BEsGjLA%2CaDvDA%3BIrGwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIqGrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDnCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3BIACA%2C4BAAA%3B%3BEC4BJ%2CaD1BA%2CkBAAiB%3BIACb%2CgBAAA%3B%3BEC6BA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BItGuKJ%2CyBAAA%3BIsGrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BItGyJR%2CoCAAA%3B%3BEsGnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BItGgJzB%2CyBAAA%3B%3BEsG3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BItG%2BHJ%2CeAAA%3BIAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3B%3BEuGxOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BE%2BFXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEzFgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BEuD0SJ%2CcACI%2CcACI%2CqBAEI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIhKtFlB%2CkDAAA%3BIACK%2C%2BCAAA%3BIACC%2C8CAAA%3BIAcJ%2C0CAAA%3BIgKyEgB%2CmBAAA%3BIrErWnB%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIqEkWkB%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAfhB%2CcACI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%3BEAhBjC%2CcACI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%3BEAjBvC%2CcACI%2CcACI%2CqBAEI%2CsBAcI%3BI1JxIhB%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIAEA%2CqBAAA%3BIACA%2CiBAAA%3BINgDA%2CgBAAA%3BIAAA%2CWAAA%3BIAAA%2CYAAA%3BIgKmFoB%2CWAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3B%3BE1JnIpB%2Cc0J2GI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1J1HhC%3BEAAD%2Cc0J2GI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1J3HtC%3BEAAD%2Cc0J2GI%2CcACI%2CqBAEI%2CsBAcI%2CY1J5Hf%3BEACD%2Cc0J0GI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1JzHhC%3BEAAD%2Cc0J0GI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1J1HtC%3BEAAD%2Cc0J0GI%2CcACI%2CqBAEI%2CsBAcI%2CY1J3Hf%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Cc0JqGI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1JpHhC%3BEAAD%2Cc0JqGI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1JrHtC%3BEAAD%2Cc0JqGI%2CcACI%2CqBAEI%2CsBAcI%2CY1JtHf%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Cc0JgGI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1J%5C%2FGhC%3BEAAD%2Cc0JgGI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1JhHtC%3BEAAD%2Cc0JgGI%2CcACI%2CqBAEI%2CsBAcI%2CY1JjHf%3BEACD%2Cc0J%2BFI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1J9GhC%3BEAAD%2Cc0J%2BFI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1J%5C%2FGtC%3BEAAD%2Cc0J%2BFI%2CcACI%2CqBAEI%2CsBAcI%2CY1JhHf%3BEACD%2CQAAQ%2CUAAW%2Ce0J8Ff%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%3BE1J7GjC%2CQAAQ%2CUAAW%2Ce0J8Ff%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%3BE1J9GvC%2CQAAQ%2CUAAW%2Ce0J8Ff%2CcACI%2CqBAEI%2CsBAcI%3BI1J9GZ%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BEgKwFoB%2CcA1BhB%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQAWZ%3BEAAD%2CcA1BhB%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CYAUlB%3BEAAD%2CcA1BhB%2CcACI%2CqBAEI%2CsBAcI%2CYASK%3BIACG%2CWAAA%3B%3BEA5BxB%2CcACI%2CcACI%2CqBAEI%2CsBA2BI%2CiBAAiB%2COAAM%3BIACnB%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEACA%2CcAnChB%2CcACI%2CqBAEI%2CsBA2BI%2CiBAAiB%2COAAM%2CYAKlB%3BIhKjGrB%2CS4KpO4B%2CO5KoO5B%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BIAAA%2CuBAAA%3BI4KxMF%2CcAAA%3BIACA%2CiBAAA%3BI5KuLA%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BEgK6DA%2CcACI%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%3BEA1CjC%2CcACI%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%3BIACnB%2CaAAA%3B%3BEA5CpB%2CcACI%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQAGb%3BEA7CpB%2CcACI%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYAEnB%3BIACI%2CwBAAA%3B%3BEACA%2CcA9CpB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQAGb%2CKAEK%3BEAAD%2CcA9CpB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYAEnB%2CKAEK%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGR%2CcAnDhB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQAUZ%3BEAAD%2CcAnDhB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYASlB%3BIACG%2CSAAS%2CEAAT%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CuCAAA%3BIACA%2CcAAA%3BIhKzI1B%2C4CAAA%3BIACK%2CyCAAA%3BIACC%2CwCAAA%3BIAcJ%2CoCAAA%3BIgK4HwB%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAGA%2CcAtEpB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQA4BZ%2CQACI%3BEAAD%2CcAtEpB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYA2BlB%2CQACI%3BIACG%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcA1EpB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQA4BZ%2CQAKI%3BEAAD%2CcA1EpB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYA2BlB%2CQAKI%3BIACG%2CUAAA%3B%3BEANR%2CcArEhB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQA4BZ%2CQAQG%3BEARJ%2CcArEhB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYA2BlB%2CQAQG%3BIACI%2CcAAA%3BIACA%2CYAAA%3B%3BEAhF5B%2CcACI%2CcACI%2CqBAEI%2CsBAgFI%2CYACI%3BIhK9ZpB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgK0ZoB%2CcAvFhB%2CcACI%2CqBAEI%2CsBAgFI%2CYAIK%3BIACG%2CiBAAA%3B%3BEAzFxB%2CcACI%2CcACI%2CqBAEI%2CsBAwFI%3BEA5FhB%2CcACI%2CcACI%2CqBAEI%2CsBAyFI%3BIACI%2CaAAA%3B%3BEA9FpB%2CcACI%2CcACI%2CqBAEI%2CsBA4FI%3BEAhGhB%2CcACI%2CcACI%2CqBAEI%2CsBA6FI%3BIACI%2CgBAAA%3B%3BEqBjFpB%2CIAAK%3BIACD%2CkBAAA%3B%3BEADJ%2CIAAK%2CgBAEC%3BIACE%2C6BAAA%3B%3BEA6qBR%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAGI%3BIACI%2C0BAAA%3B%3BECpuBV%2CSACE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE7KvHF%2CcACI%2CcACI%3BIACI%2CsBAAA%3B%3BEAHZ%2CcAOI%2CaAKI%3BITmER%2CgBAAA%3B%3BE8CnQA%2CcACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CcACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BECmMnB%2CcACC%2CyBACC%3BEAFF%2CcACC%2CyBAEC%3BI%5C%2FCqDC%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CeAAA%3B%3BE%2BCxDH%2CcACC%2CyBAQC%3BI%5C%2FC%2BCC%2CaAAA%3B%3BE%2BCxDH%2CcACC%2CyBAQC%2CiBAGC%3BI%5C%2FC4CA%2CaAAA%3BIAAA%2CUAAA%3B%3BE%2BCxDH%2CcAmBC%2CaACC%2CyBACC%3BI%5C%2FCmCA%2CoBAAA%3B%3BE%2BC3BF%2CSAAC%2CcACA%3BI%5C%2FC0BC%2CmBAAA%3B%3BE8D3JA%2CcACI%2CyBACI%3BI9DyJR%2CeAAA%3B%3BE8D3JA%2CcACI%2CyBACI%2CgBAGI%3BI9DsJZ%2CaAAA%3B%3BE8D3JA%2CcACI%2CyBACI%2CgBAOI%3BI9DkJZ%2CoBAAA%3B%3BE4JvKI%2CMAAC%2C0CACG%2CeACI%3BI5JqKZ%2CYAAA%3BIAAA%2CSAAA%3BI4JjKgB%2CUAAA%3B%3BExJkRZ%2CIADC%2CMACA%3BIACG%2CiBAAA%3B%3BEADJ%2CIADC%2CMACA%2CcAEG%3BIACI%2CSAAA%3B%3BEAII%2CIARX%2CMACA%2CcAKG%2CMACI%2CKACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAEJ%2CIAXX%2CMACA%2CcAKG%2CMACI%2CKAIK%3BIACG%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAbhB%2CIADC%2CMACA%2CcAiBG%2CMAEI%3BEAnBR%2CIADC%2CMACA%2CcAkBG%2CGACI%3BIACI%2CSAAA%3B%3BEApBZ%2CIADC%2CMACA%2CcAuBG%2CMAAK%3BIACD%2CoBAAA%3BIuFraf%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIvFoac%2CyBAAA%3BIACA%2CqBAAA%3B%3BEA7BR%2CIADC%2CMACA%2CcAuBG%2CMAAK%2CKAOD%3BIACI%2COAAA%3B%3BEAIJ%2CIApCP%2CMACA%2CcAkCG%2CKACK%3BEACD%2CIArCP%2CMACA%2CcAkCG%2CKAEK%3BEACD%2CIAtCP%2CMACA%2CcAkCG%2CKAGK%3BEACD%2CIAvCP%2CMACA%2CcAkCG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKACK%2CIAWI%2CSAAS%3BEAAV%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKAEK%2CMAUI%2CSAAS%3BEAAV%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKAGK%2CSASI%2CSAAS%3BEAAV%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKAIK%2CKAQI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CaHjXK%2CiCGiXL%3BIACA%2CoBAAA%3B%3BEAIR%2CIAvDP%2CMACA%2CcAkCG%2CKAoBK%3BIACG%2CmBAAA%3B%3BEAEJ%2CIA1DP%2CMACA%2CcAkCG%2CKAuBK%3BIACG%2CUAAA%3B%3BEA1DZ%2CIADC%2CMACA%2CcA6DG%2CMACI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhEZ%2CIADC%2CMACA%2CcA6DG%2CMAKI%2CKAAI%3BIACD%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAIH%2CIA1EP%2CMACA%2CcAwEG%2CSACK%3BIACG%2CoBAAA%3B%3BEAMhB%2CeACI%2CWAEI%3BIuFheX%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIvF6dc%2CmBAAA%3BIACA%2C6BAAA%3B%3BEANZ%2CeACI%2CWAEI%2CSAII%3BIACI%2CYAAA%3B%3BEyJ%5C%2FVhB%2CcACI%3BI7JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI6JlJQ%2CUAAA%3B%3BEtGOR%2CwBACI%3BIvD0IJ%2CeAAA%3B%3BEuD3IA%2CwBAKI%3BIvDsIJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEuD3IA%2CwBAUI%3BIvDiIJ%2CaAAA%3B%3BEuD3IA%2CwBAcI%3BIvD6HJ%2CoBAAA%3B%3BEuD3IA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEQFZ%2CwBACI%3BI%5C%2FDwHJ%2CeAAA%3B%3BE%2BDzHA%2CwBACI%2CgBAGI%3BI%5C%2FDqHR%2CaAAA%3B%3BE%2BDzHA%2CwBACI%2CgBAOI%3BI%5C%2FDiHR%2CoBAAA%3B%3BE%2BBiEQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAQR%2CQAAQ%2CcACJ%3BI%5C%2FBlFJ%2CmBAAA%3BI%2BBoFQ%2CcAAA%3B%3BEAIR%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BE1B1KhB%2CaACI%2CiBACI%3BILqER%2CeAAA%3BIKnEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIL6DA%2C6BAAA%3BIK3DI%2CgBAAA%3B%3BEAIA%2CKAAC%2CcACG%3BIACI%2CmBAAA%3B%3BEmEtCZ%3BIxE2FA%2CgCAAA%3BIwEzFI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEdxMhB%2CqBACI%3BEADJ%2CqBAEI%2COAAM%3BI1D4QV%2CgBAAA%3B%3BEyEhNA%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BE9C8XR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BE8KxcR%2CgBACM%3BIACE%2CgBAAA%3B%3BEvK0ER%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BElBgMxB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BE2L1RR%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%3BE7CgqBf%3BIACC%2CgBAAA%3B%3BEpFhgBE%3BIiB3MH%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIjBwMM%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAHJ%2CiBAIM%3BIACE%2CcAAA%3B%3BEAEJ%2CiBAAC%3BEAAQ%2CiBAAC%3BIACN%2CaAAA%3B%3BEAEJ%2CiBAAC%2CWACG%3BIACI%2CaAAA%3B%3BEAZZ%2CiBAeI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CiBAAiB%2CIAAI%3BIACjB%2CyBAAA%3BIACA%2C4BAAA%3B%3BEAFJ%2CiBAAiB%2CIAAI%2CaAGjB%2CgBACI%3BIACI%2CaAAA%3B%3BEALZ%2CiBAAiB%2CIAAI%2CaAQjB%3BIACI%2CaAAA%3B%3BEATR%2CiBAAiB%2CIAAI%2CaAWjB%3BIACI%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAsB%2CgMAAtB%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIAEA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAxBR%2CiBAAiB%2CIAAI%2CaA0BjB%2CQAAQ%3BIACJ%2CMAAA%3B%3BEA3BR%2CiBAAiB%2CIAAI%2CaA6BjB%3BIACI%2CcAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3B%3BEAhCR%2CiBAAiB%2CIAAI%2CaA6BjB%2CSAII%3BEAjCR%2CiBAAiB%2CIAAI%2CaA6BjB%2CSAKI%3BIACI%2CaAAA%3B%3BExDwUZ%2CqBACI%2CQAAO%3BIlB3LX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEkBoJR%2CqBAMI%2CSAAQ%3BIlBpJZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEkBgKT%3BIACI%2CaAAA%3B%3BEAEJ%2CMAAM%2CQACF%2CQAAO%3BIACH%2CcAAA%3BIACA%2CaAAA%3B%3BEAIR%3BEACA%2CoBAAqB%2CQAAO%3BEAC5B%2CqBAAsB%2CmBAAqB%2CUAAO%3BEAClD%3BIACI%2CaAAA%3B%3BEuB7ZJ%2CeAEK%3BEADJ%2CMACI%3BEAFL%2CeAGK%2CaAAa%3BEAFjB%2CMAEI%2CaAAa%3BIzC0ElB%2CyBAAA%3B%3BEyCrEI%2CIAAC%2CcACG%3BIACI%2CYAAA%3B%3BEAKR%2CMAAC%2COACG%2CYACI%3BIAEI%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2C0BAAA%3B%3BEkDjDhB%2CMlD6BK%2COACG%2CYACI%2CYkD%5C%2FBX%3BIACG%2CSAAS%2CEAAT%3BIACN%2CcAAA%3BIACM%2CeAAA%3BIACN%2CUAAA%3BIACM%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BI3FiFJ%2C8BAAA%3BIAhBF%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BI2F9EI%2CYAAY%2CmCAAZ%3B%3BElDsCY%2CMAtBX%2COACG%2CYACI%2CYAoBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIzCoBtB%2C6DAAA%3BIACK%2C0DAAA%3BIACC%2CyDAAA%3BIAcJ%2CqDAAA%3BIyCjCoB%2CkBxC%5C%2FJV%2CkBwC%2BJU%3BIACA%2C0BAAA%3B%3BEA9BhB%2CMAAC%2COAkCG%3BEAlCJ%2CMAAC%2COAmCG%3BIACI%2CyBAAA%3BIzCUd%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BI2FjHH%2CeAAA%3BIACA%2CMAAA%3BIACG%2CSAAA%3BIACH%2CsBAAA%3BI3F8GG%2COAAA%3BI2F5GH%2CgBAAA%3BIACA%2CSAAA%3BI3F2FC%2CmByCP0C%2CwBzCO1C%3BIACK%2CgByCRqC%2CwBzCQrC%3BIACC%2CeyCToC%2CwBzCSpC%3BIAcJ%2CWyCvBwC%2CwBzCuBxC%3BIAhBF%2CiDAAA%3BIACK%2C8CAAA%3BIACC%2C6CAAA%3BIAcJ%2CyCAAA%3BIAAA%2CYAAA%3BIAAA%2CUAAA%3BIAAA%2CgBAAA%3B%3BEyC9DI%2CMAAC%2COA0CG%3BIACI%2CgBAAA%3BIACA%2CYAAA%3B%3BEA5CR%2CMAAC%2COA0CG%2CcAII%3BIzCgBZ%2CiBAAA%3BIAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3BIAAA%2CWAAA%3BIAAA%2CyBAAA%3BIAAA%2CgBAAA%3BIyCVgB%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIzCGhB%2CqBAAA%3BIoChOA%2CqBAAA%3BIuD5DH%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIlD4RkB%2C8BAAA%3BIACA%2CmBAAA%3B%3BELhOhB%2CMK4JK%2COA0CG%2CcAII%2COL1MX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CSqC1OU%2COrC0OV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEKlEgB%2CMArEX%2COA0CG%2CcAII%2COAuBK%3BIACG%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAzEhB%2CMAAC%2COA6EG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CMAjFH%2COAiFI%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CMAjFH%2COAiFI%2COAIG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEkDlGnB%2CMlDYQ%2COAiFI%2COAoBG%2CYACI%2CYkDlHlB%3BIACA%2CUAAA%3BIACA%2CuBAAA%3B%3BElD2FU%2CMAjFH%2COAiFI%2COAyBG%3BEAzBJ%2CMAjFH%2COAiFI%2COA0BG%3BIzC7Dd%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BEyCoDA%2COACI%3BIACI%2CaxCrQiB%2CiCwCqQjB%3BIACA%2CeAAA%3B%3BEAGA%2COADH%2CQACI%3BIACG%2CgCAAA%3B%3BEACA%2COAHP%2CQACI%2CKAEI%2CcACG%3BEADJ%2COAHP%2CQACI%2CKAEI%2CcAEG%2CaAAa%3BIACT%2CcAAA%3B%3BEAIZ%2COAVH%2CQAUI%3BIACG%2CoBAAA%3BIACA%2CiBAAA%3BIzCrEZ%2CcAAA%3BIoChOA%2CqBAAA%3B%3BEAMA%2COKmRK%2CQAUI%2CML7RR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC9NQ%2COrC8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEKGY%2COAnBP%2CQAUI%2CMASI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEL%5C%2FOhB%2COKiPsB%2CUAxBjB%2CQAUI%2CMLnOR%3BIpCgKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BEyCwFQ%2COA%5C%2FBH%2CQA%2BBI%3BIACG%2CsBAAA%3BIACA%2CaAAA%3B%3BEAGR%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%2COAAQ%3BIACJ%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%2COACI%3BIACI%2COxC1SO%2C2BwC0SP%3B%3BEAIR%2COAXI%2CgBAWH%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIzC%5C%2FGR%2CcAAA%3BIoC9QA%2CqBAAA%3B%3BEAMA%2COK0WQ%2CgBAWH%2CSLrXJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC9NQ%2COrC8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEK8CQ%2COArBA%2CgBAWH%2CSAUI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COA3BA%2CgBAWH%2CSAgBI%3BIzC7HT%2COChMU%2CkBDgMV%3BIyC%2BHY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAlCI%2CgBAkCH%3BIACG%2CoBAAA%3B%3BEL9SR%2COK2QQ%2CgBAkCH%2COAGG%2CgBLhTP%3BIpCyKD%2CSqC%5C%2FNM%2COrC%2BNN%3B%3BEyCoII%2COAlCI%2CgBAkCH%2COAUG%3BIACI%2CcAAA%3B%3BEAGJ%2COAhDA%2CgBAkCH%2COAcO%3BIACA%2CcAAA%3B%3BEAQJ%2CkBADJ%2CcACK%3BIACG%2CoCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CkBAeI%3BIACI%2CmBAAA%3B%3BEAIR%2CiBACI%2CSACI%3BIzCfR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyCWT%2CiBACI%2CSACI%2CcAEI%3BIACI%2CgBAAA%3B%3BEtB9MhB%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAMA%2C0BATR%2CUAEK%2COAOI%3BIACG%2CgCAAA%3BInBchB%2CmBAAA%3BImBZgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAfZ%2CUAEK%2COAOI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BATR%2CUAEK%2COAOI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAtBhB%2CUAEK%2COAOI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA1BhB%2CUAEK%2COAOI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BATR%2CUAEK%2COAOI%2CMAUG%2CMAWI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BAnCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAKK%3BInBXzB%2CmBAAA%3B%3BEmB0BQ%2C0BAlDJ%2CUAkDK%2CMACG%3BInB3BZ%2CiBAAA%3B%3BEmBiCQ%2C0BAzDJ%2CUAyDK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAQJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CiBAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BE4I2CR%3BIACI%2CwBAAA%3B%3BEAuVJ%2CYACI%3BIACI%2CaAAA%3B%3BEAIR%2CIAAK%3BEACL%2CIAAK%2COAAO%2COAAM%3BI%5C%2FJndlB%2CmBAAA%3B%3BE%2BJkdA%2CIAAK%2CaAID%3BEAHJ%2CIAAK%2COAAO%2COAAM%2CYAGd%3BEAJJ%2CIAAK%2CaAKD%2CGAAG%3BEAJP%2CIAAK%2COAAO%2COAAM%2CYAId%2CGAAG%3BEALP%2CIAAK%2CaAMD%3BEALJ%2CIAAK%2COAAO%2COAAM%2CYAKd%3BI%5C%2FJxdJ%2CeAAA%3B%3BE%2BJ6qDA%3BIACI%2CgBAAA%3B%3BEA2%2BBJ%2CqBACI%2CSAAQ%3BIACJ%2CmBAAA%3B%3BEAIR%2CQAAQ%2CKAAK%2CMACR%2CQAAK%3BIACF%2CgBAAA%3B%3BEAEA%2CQAJA%2CKAAK%2CMACR%2CQAAK%2CMAGD%2CIAAI%3BIACD%2CgBAAA%3B%3BEALZ%2CQAAQ%2CKAAK%2CMASR%2CQAAK%3BIACF%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAseR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%3BI%5C%2FJppGZ%2CeAAA%3BI%2BJspGgB%2CcAAA%3BIACA%2CgBAAA%3BIpE72GhB%2CkBAAA%3B%3BEACA%2CQoEs2GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQpEz2GX%3BEACD%2CQoEq2GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQpEx2GX%3BIACG%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CSAAA%3BI3FgNJ%2C8BAAA%3BIAhBF%2CmB2F9LkB%2CsBAAsB%2Cc3F8LxC%3BIACK%2CgB2F%5C%2FLa%2CsBAAsB%2Cc3F%2BLnC%3BIACC%2Ce2FhMY%2CsBAAsB%2Cc3FgMlC%3BIAcJ%2CW2F9MgB%2CsBAAsB%2Cc3F8MtC%3BIAhBF%2C%2BGAAA%3BIACK%2C4GAAA%3BIACC%2C2GAAA%3BIAcJ%2CuGAAA%3B%3BE2FzMA%2CQoE01GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQpE71GX%3BI3FyMD%2CUAAA%3BIAAA%2CYAAA%3B%3BE2FrMA%2CQoEs1GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQpEz1GX%3BI3FqMD%2CWAAA%3BIAAA%2CWAAA%3BI2FlMI%2CUAAA%3B%3BEoE21GY%2CQARR%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQAKK%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CQAZR%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQASK%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%2CQAlBJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAgBD%2COAAQ%3BEACT%2CQAnBJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAiBD%2COAAQ%2CUAAO%3BEAChB%2CQApBJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAkBD%2COAAQ%2CUAAO%3BI%5C%2FJrqG5B%2CsBAAA%3B%3BE2F9LA%2CQoE%2B0GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAqBD%2COACI%2CUpEv2GhB%3BEACD%2CQoE80GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAqBD%2COACI%2CUpEt2GhB%3BI3F6KH%2CmB2F5KkB%2CsBAAqB%2Ca3F4KvC%3BIACK%2CgB2F7Ka%2CsBAAqB%2Ca3F6KlC%3BIACC%2Ce2F9KY%2CsBAAqB%2Ca3F8KjC%3BIAcJ%2CW2F5LgB%2CsBAAqB%2Ca3F4LrC%3B%3BE2FzLA%2CQoE00GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAqBD%2COACI%2CUpEl2GhB%3BIACG%2CUAAA%3B%3BEoEw8HJ%2CQAAS%2CQAAO%3BIACZ%2C8BAAA%3B%3BE9Jh%2BFA%2CiBAAC%2CSACG%2CeACI%3BEAFR%2CiBAAC%2CSACG%2CeAEI%3BIACI%2COAAA%3B%3BEAJZ%2CiBAAC%2CSACG%2CeAKI%2CgBACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAVhB%2CiBAAC%2CSAcG%3BIACI%2CwBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEApBR%2CiBAAC%2CSAcG%2CYAQI%3BIACI%2C0BAAA%3B%3BEgNxzBhB%2CyBACI%2CSAAQ%2CIAAI%2CaACR%2C8BACK%2CIAAC%3BIACE%2CcAAA%3B%3BEAJhB%2CyBACI%2CSAAQ%2CIAAI%2CaACR%2C8BAKI%2CEAAC%2CYAAY%3BIACT%2CWAAA%3B%3BEAQhB%2CcAEI%2CUAAS%2CKAAK%2CMAAM%3BEAFxB%2CcAGI%2CUAAS%2CKAAK%2CMAAM%3BIAChB%2CoBAAA%3BIACA%2CmBAAA%3B%3BEALR%2CcAEI%2CUAAS%2CKAAK%2CMAAM%2C2BAKf%3BEAPT%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2C2BAIf%3BIACG%2CoBAAA%3BIACA%2CmBAAA%3B%3B%3BAC1SZ%2CwBAJqD%3BE5LgerD%3BEIpVQ%2CyBADJ%2CKAAI%2CQACC%3BEyKtKT%2CmBACI%2CeAYI%2CuBAsCI%2CWAQI%3BInMxChB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEsBgwBD%2C0BACI%2CMAAM%2CGtBlwBT%3BEsBiwBD%2C0BACI%2CMAAM%2CGtBjwBT%3BEoFsCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGpF3CnB%3BEoFuCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGpF1CnB%3BE0BwHD%2CyBACI%2CKAAI%2CQ1B1HP%3BE0ByHD%2CyBACI%2CKAAI%2CQ1BzHP%3BEgBmMD%2CQAaI%2CShBjNH%3BEgBoMD%2CQAaI%2CShBhNH%3BE2BwQG%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGtBlwBT%3BE2ByQG%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGtBjwBT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEsB2vBD%2C0BACI%2CMAAM%2CGtB5vBT%3BEoFiCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGpFrCnB%3BE0BmHD%2CyBACI%2CKAAI%2CQ1BpHP%3BEgB8LD%2CQAaI%2CShB3MH%3BE2BmQG%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGtB5vBT%3BIACG%2CWAAA%3B%3BEsB4vBI%2C0BADJ%2CMAAM%2CGACD%2CIAAI%3BEK1fT%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGACD%2CIAAI%3BIACD%2CgCAAA%3B%3BEAOI%2C0BATZ%2CMAAM%2CGAOF%2CKACK%2CKACI%3BEKlgBb%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAOF%2CKACK%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAdR%2CMAAM%2CGAOF%2CKAOK%3BEACD%2C0BAfR%2CMAAM%2CGAOF%2CKAQK%3BEACD%2C0BAhBR%2CMAAM%2CGAOF%2CKASK%3BEKzgBT%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAOF%2CKAOK%3BEKvgBT%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAOF%2CKAQK%3BEKxgBT%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAOF%2CKASK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAvBZ%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BEKhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEKhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEKhhBtB%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CarBvvBK%2CiCqBuvBL%3BIACA%2CoBAAA%3B%3BEA5BpB%2C0BACI%2CMAAM%2CGAgCF%3BEKzhBJ%2CcAAC%2CaAkBG%2CMAAK%2CMLueT%2CMAAM%2CGAgCF%3BIACI%2CSAAA%3B%3BEAoKZ%3BE8Dr7BoB%2CcAhBhB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMACI%3BEpCDZ%2CmBA7DZ%2CoBACI%2CaA4CI%2CuBAgBK%2CcAoBG%3BI1Bs5BpB%2CaAAA%3B%3BEAoDA%2C2BACI%3BEADJ%2C2BAEI%3BEAFJ%2C2BAGI%3BEIv2BJ%2C6BJq2BI%3BEIr2BJ%2C6BJs2BI%3BEIt2BJ%2C6BJu2BI%3BIACI%2CmBAAA%3B%3BE8Dv%5C%2FBR%3BIjFsUA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIiFxUI%2CkBAAA%3B%3BEAKY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%3BIjFscrB%2CYAAA%3BIACA%2CcAAA%3B%3BEiFvcgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBjFycnB%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEiF1cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBjF6cnB%3BIACE%2CcAAA%3B%3BEiF9cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBjF6cnB%2CQAGI%3BIACE%2CcAAA%3B%3BEiFjdQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBjF6cnB%2CQAGI%2CKAGE%3BEiFndQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBjF6cnB%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CcAAA%3B%3BEG0OY%2CciF5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBjF6cnB%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CciF5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBjF6cnB%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2COCjMmB%2C2BDiMnB%3BIAAA%2CaC%5C%2FMyB%2CiCD%2BMzB%3B%3BEoF%5C%2FOgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKACF%2CKAAE%3BIACA%2CiBAAA%3B%3BEALZ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKAKF%2CKAAE%3BIACA%2CoBAAA%3B%3BEAWI%2CcAvB5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAYxB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%3BIACI%2CcAAA%3B%3BEAFR%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEAXpB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAwBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQxB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMAAM%3BEATV%2C2BAUI%2CMAAM%3BIACF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEnDvBA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEmHtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEEmbR%2CeACI%2CaAAY%3BIACR%2COAAA%3B%3BEAFR%2CeACI%2CaAAY%2CcAGR%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BACI%2COAAM%3BIACF%2CaAAA%3B%3BEAZxB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAKI%3BEAfpB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAMI%2CqBAAqB%3BIACjB%2C6BAAA%3BIACA%2CuBAAA%3B%3BEAGI%2CeApBxB%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAKI%2CcAKI%2CcACK%3BEAAD%2CeApBxB%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAMI%2CqBAAqB%2CcAIjB%2CcACK%3BIACG%2CaAAA%3B%3BEAtBhC%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAiBI%3BIACI%2CuBAAA%3B%3BEA5BxB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAqBI%2CmBACI%3BIACI%2CaAAA%3B%3BEAjC5B%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BA2BI%3BIACI%2CgBAAA%3B%3BEAtCxB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BA2BI%2CiBAGI%3BIACI%2CuBAAA%3B%3BEAzC5B%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BA2BI%2CiBAGI%2CqBAGI%3BIACI%2CkBAAA%3B%3BEA5ChC%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeAyCI%2CsBACI%3BIACI%2CaAAA%3B%3BEC3L3B%2CIAAK%3BIACJ%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACG%2CQAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACH%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIvJtDA%2CmBuJuDY%2CgBvJvDZ%3BIACK%2CgBuJsDO%2CgBvJtDP%3BIACC%2CeuJqDM%2CgBvJrDN%3BIAcJ%2CWuJuCU%2CgBvJvCV%3BIAhBF%2C0BAAA%3BIACK%2CuBAAA%3BIACC%2CsBAAA%3BIAcJ%2CkBAAA%3B%3BEuJ6BH%2CIAAK%2CmBAaD%2CsBAAsB%2CeACrB%3BIvJ3CF%2CiBAAA%3B%3BEuJgDH%2CoBAAoB%3BIACnB%2CaAAA%3B%3BE8BsgDE%2CsBAEI%3BEADJ%2CwBACI%3BIACI%2C6BAAA%3B%3BEACA%2CsBAFJ%2CWAEK%3BEAAD%2CwBAFJ%2CWAEK%3BIACG%2COpL5vDF%2CkBoL4vDE%3B%3BEAIA%2CsBAPR%2CWAMK%2CMACI%3BEAAD%2CwBAPR%2CWAMK%2CMACI%3BIACG%2CoCAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CsBAiBI%2CmBAAmB%3BEAhBvB%2CwBAgBI%2CmBAAmB%3BIACf%2CiBAAA%3B%3BEC3hDV%2CcAAc%2CkBACV%3BIACE%2CYAAA%3B%3BEAGN%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAFF%2CqCAGE%2CKAAI%3BIACF%2CSAAA%3B%3BEAJJ%2CqCAGE%2CKAAI%2CKAEA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEGjKP%3BEAAgB%3BIACZ%2CsBAAA%3B%3BEADJ%2CeAEC%3BEAFe%2CqBAEf%3BIACC%2CgBAAA%3BIACA%2CaAAA%3B%3BE5I7HC%2CqCACI%3BIACI%2CiBAAA%3B%3BErBgJR%2CmBAEI%2CeAEI%3BIxB0ER%2CwBAAA%3BIAAA%2CUAAA%3B%3BEwB9EA%2CmBAEI%2CeAEI%2CmBAaI%3BIxB6DZ%2CgBAAA%3B%3BEwB9EA%2CmBAEI%2CeAoBI%3BIxBwDR%2CwBAAA%3BIAAA%2CUAAA%3B%3BEwB9EA%2CmBAEI%2CeAyBI%2CmBAAmB%2CgBAAgB%2CcAAc%2CSAAS%2CyBAAyB%2CuBAAuB%3BIACtG%2CgBAAA%3B%3BEwBlBZ%2CmBACI%2CoBACI%2CaACI%3BEAHZ%2CmBACI%2CoBACI%2CaAEI%3BEAJZ%2CmBACI%2CoBACI%2CaAGI%3BIhD%2BDZ%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CeAAA%3BIAAA%2CkBAAA%3B%3BEgDpEA%2CmBACI%2CoBACI%2CaAUI%2CYACM%3BIhDuDlB%2CiBAAA%3B%3BEgDpEA%2CmBACI%2CoBACI%2CaAgBI%3BIhDkDZ%2CSAAA%3BIAAA%2CaAAA%3B%3BEgD9CgB%2CmBArBZ%2CoBACI%2CaAgBI%2CuBAIK%3BIhD8CjB%2CaAAA%3B%3BEgD9CgB%2CmBArBZ%2CoBACI%2CaAgBI%2CuBAIK%2CcAGG%3BIhD2CpB%2CWAAA%3B%3BEgDpEA%2CmBACI%2CoBACI%2CaA6BI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlChB%2CmBACI%2CoBACI%2CaAmCI%3BIACI%2CWAAA%3B%3BEAtChB%2CmBACI%2CoBACI%2CaAuCI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEoB5NR%2CcADJ%2CuBACK%3BIACG%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CcADJ%2CuBACK%2CcAMG%3BIpE6OZ%2CYAAA%3BIoE1OgB%2CWAAA%3B%3BEAEA%2CcAZZ%2CuBACK%2CcAMG%2CuBAKK%3BEACD%2CcAbZ%2CuBACK%2CcAMG%2CuBAMK%3BIACG%2CWAAA%3B%3BElBLpB%2CcACI%2CgCACI%3BIACI%2CiBAAA%3B%3BECJZ%2CcACI%2CsCACI%3BIACI%2CiBAAA%3B%3BEb0CZ%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BItCuLb%2CqBAAA%3BIMzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BINgDA%2CgBAAA%3B%3BEsCvLY%2COAPR%2CgBAMI%2CQACK%2COF2KX%3BIpChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoCHA%2COE0EI%2CgBAMI%2CQACK%2COFjFZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC1OU%2COrC0OV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CeAAA%3BIAAA%2CmBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE6DA%2CgBAMI%2CQACK%2COFrEZ%2CMACI%3BIpC2PL%2CcAAA%3B%3BEoCrPI%2COEuDA%2CgBAMI%2CQACK%2COF%5C%2FDZ%2COACI%3BIpCqPL%2CcAAA%3B%3BEM7CA%2COgCjJI%2CgBAMI%2CQACK%2COhC0IZ%3BEACD%2COgClJI%2CgBAMI%2CQACK%2COhC2IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COgCvJI%2CgBAMI%2CQACK%2COhCgJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COgC5JI%2CgBAMI%2CQACK%2COhCqJZ%3BEACD%2COgC7JI%2CgBAMI%2CQACK%2COhCsJZ%3BEACD%2CQAAQ%2CUAAW%2CQgC9Jf%2CgBAMI%2CQACK%3BIhCwJT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BE8BkGA%3BIACI%2CgBAAA%3B%3BE9BvVJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BE8B%2BUJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BElB1UR%2CYACI%3BIZ4NJ%2CeAAA%3BIY1NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEwCyHR%2CYACI%3BIpD%2BFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEoDhGA%2CYAOI%3BIpDyFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIoDrFQ%2CWAAA%3B%3BEAEA%2CYANJ%2CuBAMK%3BIpDmFT%2C4BAAA%3BIoDjFY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BIpD%2BEZ%2CWAAA%3B%3BEoDhGA%2CYAuBI%3BEAvBJ%2CYAwBI%3BIpDwEJ%2CgBAAA%3B%3BEoDhGA%2CYA4BI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBR%2CYAkCI%3BIACI%2CWAAA%3B%3BEAnCR%2CYAsCI%3BIpD0DJ%2CqBAAA%3BIoC9QA%2CqBAAA%3BIgB8NQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAnDR%2CYAsCI%2CmBhB8CF%3BIpChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoCHA%2CYgB8MI%2CmBhB9MH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIpC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC1PY%2COrC0PZ%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIoCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYgBiMA%2CmBhBlMH%2CMACI%3BIpC2PL%2CcAAA%3B%3BEoCrPI%2CYgB2LA%2CmBhB5LH%2COACI%3BIpCqPL%2CcAAA%3B%3BEqEnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIrE6OR%2CYAAA%3BIqE3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEhBIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEtBuRR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BE1BtGJ%2CKAAC%2CcACG%3BIACI%2CgCAAA%3BIACA%2CmBAAA%3B%3BEqBjFZ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEC0GI%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEArCxB%2CcAgDI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAlDZ%2CcAgDI%2CiBAKM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEXnGZ%2CQACI%2CqBACI%2CmBACI%3BEAHZ%2CQACI%2CqBACI%2CmBAEI%3BEAJZ%2CQACI%2CqBACI%2CmBAGI%3BEALZ%2CQACI%2CqBACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEARhB%2CQAaI%2CSAGI%3BIACI%2CYAAA%3B%3BEAjBZ%2CQAaI%2CSAOI%3BIACI%2CWAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BEAJR%2CoBACI%2CMAII%3BIACI%2CcAAA%3B%3BEAKZ%2CcACI%2COAAM%2CkBACF%2CMACI%2CGAAE%3BIACE%2CWAAA%3B%3BEAKhB%2CYAAY%2CcACR%2CKAAI%3BEADR%2CYAAY%2CcAER%2CKAAI%3BEAFR%2CYAAY%2CcAGR%2CKAAI%3BEAHR%2CYAAY%2CcAIR%2CKAAI%3BIACA%2CgBAAA%3B%3BEChGR%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BIjBiFhB%2CaAAA%3B%3BEiB%5C%2FEoB%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BIACP%2CcAAA%3B%3BE4LtLpB%2CKAAC%2CQACG%3BIACI%2CcAAA%3B%3BE9C4XZ%3BIACI%2CwBAAA%3B%3BEA68CJ%3BIACI%2CsBAAA%3B%3BEA%2BkBJ%3BIACI%2CaAAA%3B%3BEA41BJ%2CqBACI%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BE9JxqER%2CuBACI%2CGAAE%2CKAAK%3BIACH%2CaAAA%3B%3BEA8%2BCR%2CQAAQ%2CUAAU%2CYACd%3BIACI%2CqBAAA%3B%3BEAipBR%2CeACI%2CgBACI%2CeACI%2CSAAQ%2CSAAS%3BIACb%2CsBAAA%3B%3BEAJhB%2CeACI%2CgBACI%2CeACI%2CSAAQ%2CSAAS%2CSAGb%3BIACI%2CqBAAA%3B%3BEgN56FpB%2CyBACI%2C4BACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEA%2CyBANR%2C4BACI%2CMAKK%3BIACG%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEA%2BdhB%2CiBAEI%2CiBAAgB%3BEADpB%2CiBACI%2CiBAAgB%3BIACZ%2CwBAAA%3B%3BEAGR%3BIACI%2CwBAAA%3B%3B%3BAC7xBJ%2CwBAJsD%3BE3HkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BE6E8bJ%2CuBAAC%2CiCACG%3BIACI%2CeAAA%3BIACA%2CsBAAA%3B%3BEAHR%2CuBAAC%2CiCACG%2C0BAII%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CuBAAC%2CiCACG%2C0BAUI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAjBhB%2CuBAsBI%3BIACI%2C2BAAA%3B%3BEJ%5C%2FDR%2CcACI%2CeACI%2CcACI%3BIACI%2CkBAAA%3B%3BEAJhB%2CcACI%2CeACI%2CcACI%2CqBAGI%2CoBAEI%2CiBAAiB%3BEARrC%2CcACI%2CeACI%2CcACI%2CqBAGI%2CoBAGI%3BIACI%2CSAAA%3B%3BEAEA%2CcAXpB%2CeACI%2CcACI%2CqBAGI%2CoBAEI%2CiBAAiB%2CQAIZ%3BEAAD%2CcAXpB%2CeACI%2CcACI%2CqBAGI%2CoBAGI%2CgBAGK%3BIACG%2CiBAAA%3B%3BEAMJ%2CcAlBpB%2CeACI%2CcACI%2CqBAcI%2CsBACI%2CYACK%3BIACG%2CiBAAA%3B%3BEAQ5B%2CIAAK%2CkBAAiB%2CIAAI%2CaAAc%3BIACpC%2CaAAA%3B%3BEqBypCQ%2CcAFR%2CcACI%2CaACK%3BIACG%2CWAAA%3B%3BEAEJ%2CcALR%2CcACI%2CaAIK%3BIACG%2CUAAA%3B%3BEAwPhB%2C0BACI%2CkBACI%3BEAFR%2C0BACI%2CkBAEI%3BEAHR%2C0BACI%2CkBAGI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEANZ%2C0BACI%2CkBAOI%3BIACI%2CYAAA%3B%3BEzB3xDJ%2CYADJ%2COACK%2C0CACG%2CeACI%3BI5JsLhB%2CYAAA%3B%3BE8B4FA%2CiBAAkB%3BIACd%2CYAAA%3B%3BE%2BH7PJ%2CYACI%2CeACI%3BI7J8JR%2CYAAA%3B%3BE8JmbH%2CeACC%3BI9JpbE%2CcAAA%3BIAAA%2CeAAA%3B%3BEiBvHA%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%3BIjB0GhB%2CaAAA%3B%3BEiBxGoB%2CcAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAEK%2CUAAU%3BEAAX%2CoBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAEK%2CUAAU%3BEAAX%2CqBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAEK%2CUAAU%3BEAAX%2CcAZN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAEK%2CUAAU%3BEAAX%2CcAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CoBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CqBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAZN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAEK%2CUAAU%3BEAAX%2CoBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAEK%2CUAAU%3BEAAX%2CqBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAEK%2CUAAU%3BEAAX%2CcAZN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAEK%2CUAAU%3BEAAX%2CcAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAEK%2CUAAU%3BEAAX%2CoBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAEK%2CUAAU%3BEAAX%2CqBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAEK%2CUAAU%3BEAAX%2CcAZN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAEK%2CUAAU%3BEAAX%2CcAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%2CcAEK%2CUAAU%3BEAAX%2CoBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%2CcAEK%2CUAAU%3BEAAX%2CqBAVhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%2CcAEK%2CUAAU%3BEAAX%2CcAZN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyHACd%2CcAEK%2CUAAU%3BIACP%2CcAAA%3B%3BEMyExB%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CcAAc%2CSAGV%3BIACI%2CaAAA%3B%3BEAGA%2CcAPM%2CSAMV%2CSACK%3BIACG%2CkBAAA%3B%3BEAEA%2CcAVE%2CSAMV%2CSACK%2CKAGI%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAfE%2CSAMV%2CSACK%2CKAQI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAfE%2CSAMV%2CSACK%2CKAQI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAtBN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA1BN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcA9BN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcAlCN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAeK%3BEACD%2CcAnCN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcAzCE%2CSAMV%2CSACK%2CKAkCI%3BEACD%2CcA1CE%2CSAMV%2CSACK%2CKAmCI%3BEAnCL%2CcAPM%2CSAMV%2CSACK%2CKAoCG%3BEACA%2CcA5CE%2CSAMV%2CSACK%2CKAqCI%3BIACG%2CiBAAA%3B%3BEAtCR%2CcAPM%2CSAMV%2CSACK%2CKAyCG%2CYACI%3BIACI%2CeAAA%3B%3BEA3CZ%2CcAPM%2CSAMV%2CSACK%2CKA%2BCG%3BIACI%2CaAAA%3B%3BEAIR%2CcA3DM%2CSAMV%2CSAqDK%3BIACG%2CeAAA%3B%3BEAWJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEwIoFhB%3BIACI%2CwBAAA%3B%3BEAiwCQ%2CiBAFP%2COACG%2CeACK%2CeACG%2CeAAe%2CwBAAwB%2CKAAE%3BIACrC%2CaAAA%3B%3BEA4nDpB%2CkBAAmB%3BIACf%2CgBAAA%3B%3BEADJ%2CkBAAmB%2CYAGf%2COAAM%2CIAAI%3BEAHd%2CkBAAmB%2CYAIf%3BIACI%2CqBAAA%3B%3BEAIR%2CoBACI%2CYACI%2CSACI%3BIACI%2CsBAAA%3B%3BEAKhB%2CIAGI%2CmBACI%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3B%3BEANZ%2CIAGI%2CmBACI%2CyBAII%3BIACI%2CcAAA%3B%3BEAKI%2CIAXhB%2CmBACI%2CyBAQI%2CiBACI%2CEACK%2COAAO%3BIACJ%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEkDn%2BFxB%2CyBACI%2C4BACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3BAChUZ%2CwBAJuD%3BExI0OnD%2CiBAAC%2CIAAI%3BIACD%2CeAAA%3B%3BEnD5BR%2CqBACI%2CiBACM%3BEAFV%2CqBACI%2CiBAEM%3BIACE%2CkBAAA%3B%3B%3BA2L3MhB%2CgBAJ2C%3BE5LyEvC%3BIAnBA%2CYAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEA%2BNJ%3BEKwBQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BILjFhB%2CcAAA%3B%3BEAyKA%3BItB7LA%2CcAAA%3B%3BEsBuOA%3BItBnfA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BE2B6SD%2CcAwDI%2Ce3BtWH%3BE2B8SD%2CcAwDI%2Ce3BrWH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BE2BwSD%2CcAwDI%2Ce3BhWH%3BIACG%2CWAAA%3B%3BEsBoiBJ%3BEK7PA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIL6KR%2CsBAAA%3B%3BE8EzgBI%2CUAAC%3BIACG%2CYAAA%3B%3BE6CPR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEKoUJ%2C2BACI%2COAAM%3BIACF%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CkBAAA%3B%3BEANR%2C2BASI%3BIAKI%2CgBAAA%3B%3BEAdR%2C2BASI%2CiBACI%2COAAM%3BIACF%2CeAAA%3B%3BEAXZ%2C2BASI%2CiBAOI%2CqBACI%2COAAM%3BIACF%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEArBhB%2C2BASI%2CiBAOI%2CqBAQI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEA1BhB%2C2BASI%2CiBAOI%2CqBAQI%2CcAII%3BItJzHhB%2CiBAAA%3BIsJ2HoB%2CgBAAA%3B%3BEA9BpB%2C2BASI%2CiBA0BI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3B%3BEASA%2COAFP%2COACI%2CSACI%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAOhB%2CYACI%3BIACI%2CgBAAA%3B%3BECtIX%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGD%3BIACC%2CgBAAA%3BIACA%2CWAAA%3B%3BEcgDE%2CGAAG%2C%2BCAEC%3BEADJ%2CgDACI%3BIrK3EJ%2CgBAAA%3B%3BE0CyWA%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAA%3B%3BEqI5cJ%2C0BACI%3BIpF3LP%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEoFqLE%2C0BACI%2CmBAEI%3BEAHR%2C0BACI%2CmBAGI%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEMkJZ%2CqBACI%2C0BAAyB%2C8BAA%2BB%3BEAD5D%2CqBAEI%2CQAAO%2CKAAQ%2C4BAAyB%3BIACpC%2CUAAA%3B%3BEAGR%3BIACI%2C8BAAA%3BIACA%2CeAAA%3B%3BEAFJ%2COAGI%3BIACI%2CWAAW%2CoBAAX%3BIACA%2CgBAAA%3B%3BEALR%2COAOI%3BIACI%2CWAAU%2CoBAAV%3BIACA%2CiBAAA%3B%3BEATR%2COAWI%2CgBAAgB%3BIACZ%2CaAAY%2CiCAAZ%3B%3BEAqgDR%2C0BACI%2CmBACI%3BEAFR%2C0BACI%2CmBAEI%3BEAHR%2C0BACI%2CmBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BECjpDd%3B%3B%3B%3B%3BEAAA%2CqC3FkIE%3BI3FrEA%2CUAAA%3B%3BEsL7DF%2CqC3FuIA%3BI3F1EE%2C%2BBAAA%3B%3BEsL7DF%2CqC3F4IA%3BI3F%5C%2FEE%2C%2BBAAA%3B%3BEsL7DF%2CqCAEE%3BIACE%2CkBAAA%3B%3BEAHJ%2CqCAEE%2CcAEE%2CQAAO%3BIACL%2CUAAA%3B%3BEALN%2CqCAEE%2CcAEE%2CQAAO%2CKAEL%2CSAAQ%3BItLuDZ%2CiBAAA%3BIsLrDM%2CSAAA%3B%3BEARR%2CqCAEE%2CcASE%3BIACE%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAKA%2CqCAFH%2CYACC%2CWACG%3BEACD%2CqCAHH%2CYACC%2CWAEG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAEF%2CqCAZH%2CYACC%2CWAWG%3BIACC%2CMAAA%3B%3BEAEF%2CqCAfH%2CYACC%2CWAcG%3BIACC%2CSAAA%3B%3BEAhBN%2CqCAAC%2CYAmBC%2CQAAO%2CKACL%2CSAAQ%3BItLoBZ%2CiBAAA%3BIsLjBM%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEA5BN%2CqCAAC%2CYA%2BBC%3BEA%5C%2FBF%2CqCAAC%2CYAgCC%3BEAhCF%2CqCAAC%2CYAiCC%3BIACE%2CYAAA%3B%3BEAlCJ%2CqCAAC%2CYAoCC%3BIACE%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAtCJ%2CqCAAC%2CYAoCC%2CiBAGE%2CwBAAwB%3BIACtB%2COAAA%3BItLhBR%2CmBsLiBoB%2CoBtLjBpB%3BIACK%2CgBsLgBe%2CoBtLhBf%3BIACC%2CesLec%2CoBtLfd%3BIAcJ%2CWsLCkB%2CoBtLDlB%3BIsLGM%2CiBAAA%3BIACA%2CWAAA%3B%3BEA5CN%2CqCAAC%2CYA%2BCC%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CqCAAC%2CIAAI%2CcACH%2CSAAQ%3BIACN%2CaAAA%3B%3BEAIF%2CqCADF%2CqBACG%3BEACD%2CqCAFF%2CqBAEG%3BIACC%2CaAAA%3B%3BEAnFN%2CqCAsFE%2CkBACE%3BIACE%2CoBAAA%3B%3BEhJhMQ%2COAFR%2CgBACI%2CQACK%3BIhC4Gb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BINgDA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2COC%5C%2FLU%2CkBD%2BLV%3BIAAA%2CqBAAA%3BIM5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIgCxEgB%2CeAAA%3B%3BEhCqHhB%2COgC1HI%2CgBACI%2CQACK%2COhCwHZ%3BEACD%2COgC3HI%2CgBACI%2CQACK%2COhCyHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COgChII%2CgBACI%2CQACK%2COhC8HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COgCrII%2CgBACI%2CQACK%2COhCmIZ%3BEACD%2COgCtII%2CgBACI%2CQACK%2COhCoIZ%3BEACD%2CQAAQ%2CUAAW%2CQgCvIf%2CgBACI%2CQACK%3BIhCsIT%2CoBAAA%3BIN%2BBJ%2CYAAA%3B%3BEDjJA%2COuCtBI%2CgBACI%2CQACK%2COvCoBZ%3BICiJD%2COC%5C%2FLU%2CkBD%2BLV%3BIAAA%2CqBAAA%3B%3BED5IA%2COuC3BI%2CgBACI%2CQACK%2COvCyBZ%3BIC4ID%2COC9LiB%2CyBD8LjB%3BIAAA%2CqBAAA%3B%3BEDvIA%2COuChCI%2CgBACI%2CQACK%2COvC8BZ%3BICuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEMxFA%2COgC%5C%2FEI%2CgBACI%2CQACK%2COhC6EZ%3BEACD%2COgChFI%2CgBACI%2CQACK%2COhC8EZ%3BEACD%2COgCjFI%2CgBACI%2CQACK%2COhC%2BEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COgCtFI%2CgBACI%2CQACK%2COhCoFZ%3BEACD%2COgCvFI%2CgBACI%2CQACK%2COhCqFZ%3BEACD%2CQAAQ%2CUAAW%2CQgCxFf%2CgBACI%2CQACK%3BItCqKb%2COC%5C%2FLU%2CkBD%2BLV%3BIAAA%2CYAAA%3BIM5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEqBoIJ%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CiBAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEiBvIhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BE3BzIA%2CcAAe%2CSADlB%3BIAEO%2CgBAAA%3B%3BEAGJ%2CQALH%2CKAKI%3BIACG%2CcAAA%3B%3BEADJ%2CQALH%2CKAKI%2CQAGG%2CiBAAmB%2CqBACb%3BIACE%2CmBAAA%3B%3BEAQZ%2CcADJ%2CSACK%2CKACG%3BIACI%2CgBAAA%3B%3BEAKhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEAZhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEAXhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEAVhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEAThB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BIjB8BhB%2CaAAA%3B%3BEiB5BoB%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CoBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CqBAThB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CcAXN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BEAAX%2CcAVN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BIACP%2CcAAA%3B%3BE8I6lDxB%3BIACI%2CWAAA%3B%3BEkD9lCJ%2CiBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CiBAKI%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEARR%2CiBAWI%2CgBACK%3BIACG%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAfZ%2CiBAWI%2CgBAQI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CiBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CiBAKI%2CgBACK%3BIACG%2CmBAAA%3B%3BEACA%2CiBAHR%2CgBACK%2CiBAEI%3BIACG%2CgBAAA%3B%3BEAThB%2CiBAKI%2CgBASI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%22%7D *//** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/*!
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/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_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/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_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/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_RokanBase/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_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 */

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_RokanBase/css/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_RokanBase/css/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_RokanBase/css/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribble:before{content:"\f17d"}.la-dribble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display: swap;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display: swap;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display: swap;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}@font-face{font-family:iconKalles;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/iconKalles.ttf) format('truetype'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/iconKalles.woff) format('woff'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/iconKalles.svg) format('svg');font-weight:400;font-style:normal}.iccl{font-family:iconKalles,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.iccl-edit:before{content:"\e915"}.iccl-feather:before{content:"\e916"}.iccl-grid:before{content:"\e917"}.iccl-home:before{content:"\e918"}.iccl-menu:before{content:"\e919"}.iccl-sidebar:before{content:"\e91a"}.iccl-trello:before{content:"\e91b"}.iccl-x2:before{content:"\e913"}.iccl-x:before{content:"\e90c"}.iccl-search:before{content:"\e914"}.iccl-cart:before{content:"\e903"}.iccl-eye:before{content:"\e904"}.iccl-user:before{content:"\e90e"}.iccl-heart:before{content:"\e907"}.iccl-heart2:before{content:"\e908"}.iccl-eye2:before{content:"\e911"}.iccl-settings:before{content:"\e90d"}.iccl-box:before{content:"\e902"}.iccl-filter:before{content:"\e905"}.iccl-filter2:before{content:"\e906"}.iccl-info:before{content:"\e912"}.iccl-link:before{content:"\e909"}.iccl-link2:before{content:"\e90a"}.iccl-moreh:before{content:"\e90b"}.iccl-video:before{content:"\e90f"}.iccl-zoom:before{content:"\e910"}.iccl-bell:before{content:"\e900"}.iccl-belloff:before{content:"\e901"}@font-face{font-family:fakalles;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fakalles.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fakalles.eot) format('embedded-opentype'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fakalles.woff2) format('woff2'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fakalles.woff) format('woff'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fakalles.ttf) format('truetype'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fakalles.svg) format('svg');font-weight:400;font-style:normal}.facl{display:inline-block;font:normal normal normal 14px/1 fakalles;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.facl-star:before{content:'\e800'}.facl-search:before{content:'\e801'}.facl-star-empty:before{content:'\e802'}.facl-star-half:before{content:'\e803'}.facl-heart:before{content:'\e804'}.facl-heart-o:before{content:'\e805'}.facl-mail:before{content:'\e806'}.facl-user:before{content:'\e807'}.facl-eye:before{content:'\e808'}.facl-eye-off:before{content:'\e809'}.facl-plus:before{content:'\e80a'}.facl-minus:before{content:'\e80b'}.facl-ok:before{content:'\e80c'}.facl-cancel:before{content:'\e80d'}.facl-edit:before{content:'\e80e'}.facl-cog:before{content:'\e80f'}.facl-basket:before{content:'\e810'}.facl-comment:before{content:'\e811'}.facl-comments:before{content:'\e812'}.facl-tags:before{content:'\e813'}.facl-tag:before{content:'\e814'}.facl-attention:before{content:'\e815'}.facl-twitter:before{content:'\f099'}.facl-facebook:before{content:'\f09a'}.facl-pinterest-circled:before{content:'\f0d2'}.facl-gplus:before{content:'\f0d5'}.facl-mail-alt:before{content:'\f0e0'}.facl-linkedin:before{content:'\f0e1'}.facl-comment-o:before{content:'\f0e5'}.facl-comments-o:before{content:'\f0e6'}.facl-angle-left:before{content:'\f104'}.facl-angle-right:before{content:'\f105'}.facl-angle-up:before{content:'\f106'}.facl-angle-down:before{content:'\f107'}.facl-quote-left:before{content:'\f10d'}.facl-star-half-alt:before{content:'\f123'}.facl-help:before{content:'\f128'}.facl-info:before{content:'\f129'}.facl-youtube-play:before{content:'\f16a'}.facl-instagram:before{content:'\f16d'}.facl-tumblr:before{content:'\f173'}.facl-left:before{content:'\f177'}.facl-right:before{content:'\f178'}.facl-dribbble:before{content:'\f17d'}.facl-vkontakte:before{content:'\f189'}.facl-behance:before{content:'\f1b4'}.facl-soundcloud:before{content:'\f1be'}.facl-vine:before{content:'\f1ca'}.facl-sliders:before{content:'\f1de'}.facl-cart-plus:before{content:'\f217'}.facl-cart-arrow-down:before{content:'\f218'}.facl-street-view:before{content:'\f21d'}.facl-pinterest:before{content:'\f231'}.facl-whatsapp:before{content:'\f232'}.facl-commenting:before{content:'\f27a'}.facl-commenting-o:before{content:'\f27b'}.facl-vimeo:before{content:'\f27d'}.facl-shopping-bag:before{content:'\f290'}.facl-shopping-basket:before{content:'\f291'}.facl-user-o:before{content:'\f2c0'}.facl-telegram:before{content:'\f2c6'}@font-face{font-family:Pe-icon-7-stroke;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.eot) format('embedded-opentype'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.woff) format('woff'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.ttf) format('truetype'),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.svg) format('svg');font-weight:400;font-style:normal}.pegk{display:inline-block;font-family:Pe-icon-7-stroke,sans-serif;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}.far{font-weight:400!important}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-brands-400.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-brands-400.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-brands-400.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-regular-400.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-regular-400.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-regular-400.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-solid-900.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-solid-900.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-solid-900.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!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:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!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:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!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:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!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:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!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:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@font-face {
    font-family: Futura;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Light.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Light.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 300;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-LightOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-LightOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Book.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Book.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BookOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BookOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 500;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Oblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Oblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 600;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-HeavyOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-HeavyOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Bold.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Bold.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 700;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BoldOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BoldOblique.woff") format("woff");
}


@font-face {
    font-family: Futura;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBold.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 800;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBoldOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBoldOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff) format("woff"), url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff2) format("woff2");
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Reg.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Reg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Italic.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Med.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-MedIt.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-MedIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Demi.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-DemiIt.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-DemiIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Bold.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-BoldIt.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-BoldIt.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}/* 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; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .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;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #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; }
  .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; }
  .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; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure: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; } }/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }
@keyframes animation-moving-down{
    0%{
      transform:translateY(0)
    }
    50%{
      transform:translateY(-4px)
    }
    100%{
      transform:translateY(-8px)
    }
  }
  @keyframes animation-moving-up{
    0%{
      transform:translateY(-8px)
    }
    50%{
      transform:translateY(-4px)
    }
    100%{
      transform:translateY(-8px)
    }
  }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; 
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; 
}
@keyframes zoomInBit {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1; } }
.zoomInBit {
  -webkit-animation-name: zoomInBit;
  animation-name: zoomInBit; 
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@-webkit-keyframes zoomOutBit {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/**/
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.blurFadeIn {
  -webkit-animation-name: blurFadeIn;
  animation-name: blurFadeIn; }

@-webkit-keyframes blurFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes blurFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.blurFadeInDown {
  -webkit-animation-name: blurFadeInDown;
  animation-name: blurFadeInDown; }

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
.passing {
  -webkit-animation-name: passing;
  animation-name: passing; }  
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } 
}
.passing {
  -webkit-animation-name: passing-reverse;
  animation-name: passing-reverse; }  

/*// Spin animation*/
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg); 
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin{
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

.spin{
    -webkit-animation-name: spin;
  animation-name: spin; 
}
  @-webkit-keyframes tracking-in-contract-bck {
    0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
    opacity: 0;
    }
    40% {
    opacity: 0.6;
    }
    100% {
    -webkit-transform: translateZ(0);
        transform: translateZ(0);
    opacity: 1;
    }
  }
  @keyframes tracking-in-contract-bck {
    0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
    opacity: 0;
    }
    40% {
    opacity: 0.6;
    }
    100% {
    -webkit-transform: translateZ(0);
        transform: translateZ(0);
    opacity: 1;
    }
  }.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: #56cfe1;
  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__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/bluesky/bluesky_kalles_default/pt_BR/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .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: 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: none;
  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;
}
/* link color */
/* Breacrumbs background */
.hidden {
  display: none;
}
.w-max-45 {
  max-width: 45% !important;
}
.color_primary {
  color: #56cfe1;
}
.color_heading {
  color: #222;
}
.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;
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -moz-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -ms-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
}
.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: 0 !important;
  border: 1px solid #e6e6e6;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border-color: #222;
  opacity: 1;
}
.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: #56cfe1;
  border-color: #56cfe1;
}
.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 {
  display: none;
}
.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;
}
.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 {
  *display: none;
  cursor: default;
  opacity: 0.1;
  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 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  top: 0;
  left: 0;
  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;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.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;
  max-width: 70px;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding: 5px !important;
  margin-bottom: 12px;
}
.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 {
  margin-top: 10px;
}
.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--horizontal .fotorama__nav__frame {
  margin-right: 10px;
}
.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__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/bluesky/bluesky_kalles_default/pt_BR/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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACWL%3BAA0BA%3BAAqDA%3BAA8OA%2CgBAOI%3BEDnXA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAC4CA%2CeAKI%3BEDhDA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BACmDA%2CmBAAoB%3BEDlDhB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADkQA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAqSA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA0ML%2CqBACI%2CwBAeI%3BED5yBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BACsHA%3BAAoTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BEDzaD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACoSA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED3SJ%2C0BAAA%3B%3BAAGJ%3BACyQA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED3QA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BAChCA%3BAA8UA%3BAA0BA%3BAACA%3BAACA%3BEDzUI%2CiBAAA%3B%3BAAGJ%3BACqSA%3BEDpSI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACgEA%3BAAmBA%3BEDlFI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BACqEA%3BAASA%3BAA4IA%3BEE3PI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BAC0EA%3BEDzEI%2CuBAAA%3B%3BAAGJ%3BACkNA%3BAAiHA%3BEDlUI%2CsBAAA%3B%3BAAGJ%3BACqNA%3BAAgEA%3BEDpRI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACnDA%3BAA0BA%3BAAyDA%3BAAUA%3BAASA%3BAAyOA%3BAACA%3BAACA%3BED7RI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD6WJ%2CcAMI%3BAA6BJ%3BAAgCA%3BAAgdA%3BAAmCA%3BEDx1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BEE9FA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED6WJ%2CcAMI%3BEA6BJ%3BEAgCA%3BEAgdA%3BEAmCA%3BIDl1BQ%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%2CgBAAA%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%3B%3B%3BAG2HR%3BEACI%2CaAAA%3B%3BAAEJ%3BEACE%2CyBAAA%3B%3BAAmCF%3BEC2EI%2CcAAA%3B%3BADxEJ%3BECwEI%2CWAAA%3B%3BALxRJ%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%3BAAOR%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%3BEKmKF%2CyBLlKoB%2CiDKkKpB%3BEACK%2CsBLnKe%2CiDKmKf%3BEACC%2CqBLpKc%2CiDKoKd%3BEAcJ%2CiBLlLkB%2CiDKkLlB%3B%3BALhLA%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%2CqBAAA%3BEACA%2CyBAAA%3BEKqHJ%2CsBAAA%3BELlHI%2CsBAAA%3B%3BAACA%2CsBANJ%2CsBAMK%3BEKiHL%2CkBAAA%3BEL%5C%2FGQ%2CUAAA%3B%3BAAEJ%2CsBAVJ%2CsBAUK%3BEACG%2C2BAAA%3B%3BAAbZ%2CsBAgBI%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%3BEASI%2CaAAA%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%3BEErTI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA9XJ%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%3BAALJ%2CcAMI%3BEExZA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA5RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%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%3BEErdI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%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%3BEE1kBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFskBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEE7kB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFskBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEhlB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBA%2CqBAAC%2CsBACG%3BEErlBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFilBA%2CqBAAC%2CsBAIG%3BEExlBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFilBA%2CqBAAC%2CsBAOG%3BEE3lBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAF8lBJ%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%3BEE9mBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFgnBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEpnB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFsnBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEEznBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF2nBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEE%5C%2FnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFioBI%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%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAMZ%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%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CeAAA%3B%3BAANR%2C6BASI%3BEACI%2CWAAA%3B%3BAAVR%2C6BASI%2CsBAEI%3BEACI%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%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%3BAAKZ%3BEACI%2CgBAAA%3B%3BAADJ%2C%2BBAEI%3BAAFJ%2C%2BBAGI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAATR%2C%2BBAEI%2C4BAQI%3BAAVR%2C%2BBAGI%2C6BAOI%3BEEj3BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA4LQ%2CWAAA%3B%3BAAZZ%2C%2BBAeI%3BEACI%2COAAA%3B%3BAAhBR%2C%2BBAkBI%3BEACI%2CQAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CkBAAA%3B%3BAAIR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEEn4BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEFm4BQ%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%3BAAgBJ%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 *//**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}
.post-holder .post-header {position:relative;}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

/* Post Title */
.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */ 
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
.fav-color-green {color: #4caf50;color: #28a745;}
.fav-color-yellow {color: #f9c100;color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #607d8b;color: #6c757d;}
.fav-color-red {color: #f44336;color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}
/*
.fa, .fas {font-family:'FontAwesome';font-weight: 900;font-size: 48px;}
button {box-shadow: none !important;}
 */
/** {zoom: 1;}*/


/* Blog Post List *****************************************************************************************************/
.post-list {list-style: none;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222; color: #fff;line-height: 1;margin-right: 10px;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid #e8e8e8;color: #222;background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9; background: #333;color: #fff;}


/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 20px;border-top: 1px solid #d5d6da;border-bottom: 1px solid #d5d6da;}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Navigation */
.blog-post-view .post-nextprev  {margin-bottom: 30px;display: flex;padding: 20px 0;}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;color: #222222;font-weight: 600;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.mfblog-replated-posts-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-replated-posts-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

.mfblog-replated-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-replated-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-replated-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-replated-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-replated-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important;color: #222222;}
@media (max-width: 767px) {
    .mfblog-replated-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/

/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}

/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;border: 1px solid #bbbbbb;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0px;bottom: 0;height: 100%;z-index: 1;display: inline-block;background: #222222;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
/*.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}*/

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/



/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none!important}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=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}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:50%;transform:perspective(1px) translateY(-50%)}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/bluesky/bluesky_kalles_default/pt_BR/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.rs-touchhover,.tp-bullet.selected{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows.rs-touchhover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}